|
|
|
| 1 | 2026-05-27T20:24:53.586Z | job assigned to worker 01KSNHQPT8NJ49DTVEV12S864X [factory aws, i-0e8425e38b5d0ce3b] (queued for 51 s) |
| |
| 2 | 2026-05-27T20:24:59.913Z | starting task 0: "setup" |
| 3 | 2026-05-27T20:24:59.917Z | ++ uname -s |
| 4 | 2026-05-27T20:24:59.920Z | + kern=SunOS |
| 5 | 2026-05-27T20:24:59.920Z | + build_user=build |
| 6 | 2026-05-27T20:24:59.920Z | + build_uid=12345 |
| 7 | 2026-05-27T20:24:59.920Z | + work_dir=/work |
| 8 | 2026-05-27T20:24:59.920Z | + input_dir=/input |
| 9 | 2026-05-27T20:24:59.920Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-27T20:24:59.920Z | + case "$kern" in |
| 11 | 2026-05-27T20:24:59.920Z | + groupadd -g 12345 build |
| 12 | 2026-05-27T20:24:59.927Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-27T20:25:01.934Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-27T20:25:01.993Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-27T20:25:01.997Z | + home_fs=zfs |
| 16 | 2026-05-27T20:25:01.997Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-27T20:25:01.997Z | + mkdir -p /home/build |
| 18 | 2026-05-27T20:25:01.997Z | + chown build:build /home/build /work |
| 19 | 2026-05-27T20:25:03.997Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-27T20:25:04.002Z | process exited: duration 4089 ms, exit code 0 |
| |
| 21 | 2026-05-27T20:25:04.009Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-27T20:25:04.013Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-27T20:25:04.013Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-27T20:25:04.013Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-27T20:25:04.013Z | * rust toolchain profile = "default" |
| 26 | 2026-05-27T20:25:04.016Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-27T20:25:04.016Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-27T20:25:04.016Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-27T20:25:04.016Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-27T20:25:04.122Z | info: downloading installer |
| 31 | 2026-05-27T20:25:05.790Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-27T20:25:05.790Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-27T20:25:05.790Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-27T20:25:05.790Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-27T20:25:05.802Z | info: profile set to default |
| 36 | 2026-05-27T20:25:05.802Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-27T20:25:05.806Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-27T20:25:05.950Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-27T20:25:05.956Z | info: downloading 6 components |
| 40 | 2026-05-27T20:25:20.257Z | |
| 41 | 2026-05-27T20:25:20.257Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-27T20:25:20.290Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-27T20:25:20.291Z | |
| 44 | 2026-05-27T20:25:20.291Z | |
| 45 | 2026-05-27T20:25:20.291Z | Rust is installed now. Great! |
| 46 | 2026-05-27T20:25:20.291Z | |
| 47 | 2026-05-27T20:25:20.291Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-27T20:25:20.291Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-27T20:25:20.291Z | |
| 50 | 2026-05-27T20:25:20.291Z | To configure your current shell, you need to source |
| 51 | 2026-05-27T20:25:20.291Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-27T20:25:20.291Z | |
| 53 | 2026-05-27T20:25:20.291Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-27T20:25:20.295Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-27T20:25:20.295Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-27T20:25:20.295Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-27T20:25:20.295Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-27T20:25:20.295Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-27T20:25:20.295Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-27T20:25:20.295Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-27T20:25:20.295Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-27T20:25:20.376Z | + rustup --version |
| 63 | 2026-05-27T20:25:20.385Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-27T20:25:20.388Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-27T20:25:20.406Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-27T20:25:20.409Z | + cargo --version |
| 67 | 2026-05-27T20:25:20.422Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-27T20:25:20.426Z | + rustc --version |
| 69 | 2026-05-27T20:25:20.444Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-27T20:25:20.447Z | process exited: duration 16438 ms, exit code 0 |
| |
| 71 | 2026-05-27T20:25:20.453Z | starting task 2: "authentication" |
| 72 | 2026-05-27T20:25:20.469Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-27T20:25:20.475Z | starting task 3: "clone repository" |
| 74 | 2026-05-27T20:25:20.478Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-27T20:25:20.481Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-27T20:25:20.529Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-27T20:25:31.060Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-27T20:25:31.060Z | + git fetch origin 3787f56bbc7176786e16f0d649a565d5c4013587 |
| 79 | 2026-05-27T20:25:31.350Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-27T20:25:31.350Z | * branch 3787f56bbc7176786e16f0d649a565d5c4013587 -> FETCH_HEAD |
| 81 | 2026-05-27T20:25:31.360Z | + [[ -n sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback ]] |
| 82 | 2026-05-27T20:25:31.363Z | ++ git branch --show-current |
| 83 | 2026-05-27T20:25:31.363Z | + current=main |
| 84 | 2026-05-27T20:25:31.363Z | + [[ main != sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback ]] |
| 85 | 2026-05-27T20:25:31.363Z | + git branch -f sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback 3787f56bbc7176786e16f0d649a565d5c4013587 |
| 86 | 2026-05-27T20:25:31.366Z | + git checkout -f sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback |
| 87 | 2026-05-27T20:25:31.602Z | Switched to branch 'sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback' |
| 88 | 2026-05-27T20:25:31.605Z | + git reset --hard 3787f56bbc7176786e16f0d649a565d5c4013587 |
| 89 | 2026-05-27T20:25:31.619Z | HEAD is now at 3787f56bb switch to IdOrdMap |
| 90 | 2026-05-27T20:25:31.622Z | process exited: duration 11144 ms, exit code 0 |
| |
| 91 | 2026-05-27T20:25:31.628Z | starting task 4: "build" |
| 92 | 2026-05-27T20:25:31.633Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-27T20:25:31.633Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-27T20:25:31.633Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-27T20:25:31.633Z | + cargo --version |
| 96 | 2026-05-27T20:25:31.643Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-27T20:25:31.646Z | + rustc --version |
| 98 | 2026-05-27T20:25:31.667Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-27T20:25:31.670Z | + source ./env.sh |
| 100 | 2026-05-27T20:25:31.670Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-27T20:25:31.670Z | ++ set -o xtrace |
| 102 | 2026-05-27T20:25:31.673Z | ++++ dirname ./env.sh |
| 103 | 2026-05-27T20:25:31.679Z | +++ readlink -f . |
| 104 | 2026-05-27T20:25:31.683Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-27T20:25:31.687Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-27T20:25:31.687Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-27T20:25:31.687Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-05-27T20:25:31.687Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-05-27T20:25:31.688Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-05-27T20:25:31.688Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-05-27T20:25:31.688Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-05-27T20:25:31.688Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-05-27T20:25:31.688Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-27T20:25:31.689Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-27T20:25:31.689Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-05-27T20:25:31.689Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 117 | 2026-05-27T20:25:31.689Z | + banner prerequisites |
| 118 | 2026-05-27T20:25:31.689Z | |
| 119 | 2026-05-27T20:25:31.689Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-27T20:25:31.689Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-27T20:25:31.689Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-27T20:25:31.689Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-27T20:25:31.689Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-27T20:25:31.689Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-27T20:25:31.689Z | |
| 126 | 2026-05-27T20:25:31.689Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-27T20:25:33.392Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-27T20:25:33.469Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-27T20:25:33.747Z | Planning: Solver setup ... Done (0.238s) |
| 130 | 2026-05-27T20:25:33.762Z | Planning: Running solver ... Done (0.018s) |
| 131 | 2026-05-27T20:25:33.771Z | Planning: Finding local manifests ... Done (0.004s) |
| 132 | 2026-05-27T20:25:33.781Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-27T20:25:33.804Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-27T20:25:33.820Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-27T20:25:33.826Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-05-27T20:25:34.006Z | Planning: Checking for conflicting actions ... Done (0.187s) |
| 137 | 2026-05-27T20:25:34.009Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-27T20:25:35.056Z | Planning: Evaluating mediators ... Done (1.049s) |
| 139 | 2026-05-27T20:25:35.059Z | Planning: Planning completed in 1.57 seconds |
| 140 | 2026-05-27T20:25:35.124Z | Packages to install: 2 |
| 141 | 2026-05-27T20:25:35.145Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-27T20:25:35.145Z | Estimated space to be consumed: 22.53 MB |
| 143 | 2026-05-27T20:25:35.145Z | Create boot environment: No |
| 144 | 2026-05-27T20:25:35.145Z | Create backup boot environment: No |
| 145 | 2026-05-27T20:25:35.145Z | Rebuild boot archive: No |
| 146 | 2026-05-27T20:25:35.145Z | |
| 147 | 2026-05-27T20:25:35.145Z | Changed packages: |
| 148 | 2026-05-27T20:25:35.145Z | helios |
| 149 | 2026-05-27T20:25:35.145Z | developer/build-essential |
| 150 | 2026-05-27T20:25:35.145Z | None -> 11-3.0 |
| 151 | 2026-05-27T20:25:35.145Z | library/libxmlsec1 |
| 152 | 2026-05-27T20:25:35.145Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-27T20:25:35.145Z | |
| 154 | 2026-05-27T20:25:35.145Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-27T20:25:35.665Z | Download: Completed 1.28 MB in 0.56 seconds (2.3M/s) |
| 156 | 2026-05-27T20:25:35.715Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-27T20:25:35.754Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-27T20:25:35.784Z | Finalize: Updating package state database ... Done (0.032s) |
| 159 | 2026-05-27T20:25:35.784Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-27T20:25:35.802Z | Finalize: Updating image state ... Done (0.018s) |
| 161 | 2026-05-27T20:25:38.280Z | Finalize: Creating fast lookup database ... Done (2.455s) |
| 162 | 2026-05-27T20:25:38.350Z | Finalize: Reading search index ... Done (0.019s) |
| 163 | 2026-05-27T20:25:38.354Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-27T20:25:38.406Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-27T20:25:38.704Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-27T20:25:38.809Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-27T20:25:38.813Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-27T20:25:38.969Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-27T20:25:38.972Z | Planning: Planning completed in 0.27 seconds |
| 170 | 2026-05-27T20:25:38.992Z | Mediators to change: 2 |
| 171 | 2026-05-27T20:25:38.992Z | Create boot environment: No |
| 172 | 2026-05-27T20:25:38.992Z | Create backup boot environment: No |
| 173 | 2026-05-27T20:25:39.035Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-27T20:25:39.035Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-27T20:25:39.045Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-27T20:25:41.000Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-27T20:25:41.064Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-27T20:25:41.067Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-27T20:25:41.110Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-27T20:25:41.393Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-27T20:25:41.498Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-27T20:25:41.501Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-27T20:25:41.656Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-27T20:25:41.659Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-27T20:25:41.679Z | Mediators to change: 1 |
| 186 | 2026-05-27T20:25:41.679Z | Create boot environment: No |
| 187 | 2026-05-27T20:25:41.679Z | Create backup boot environment: No |
| 188 | 2026-05-27T20:25:41.716Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-27T20:25:41.716Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-27T20:25:41.727Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-27T20:25:43.660Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-27T20:25:43.725Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-27T20:25:43.728Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-27T20:25:43.789Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-27T20:25:44.099Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-27T20:25:44.099Z | apache system 2.4 system |
| 197 | 2026-05-27T20:25:44.099Z | clang system 15 system |
| 198 | 2026-05-27T20:25:44.099Z | csh system system illumos |
| 199 | 2026-05-27T20:25:44.099Z | ctags system system illumos |
| 200 | 2026-05-27T20:25:44.099Z | file vendor vendor darwinsys |
| 201 | 2026-05-27T20:25:44.099Z | file system system illumos |
| 202 | 2026-05-27T20:25:44.099Z | gcc vendor 14 vendor |
| 203 | 2026-05-27T20:25:44.099Z | gcc system 13 system |
| 204 | 2026-05-27T20:25:44.099Z | gcc system 10 system |
| 205 | 2026-05-27T20:25:44.099Z | go system 1.25 system |
| 206 | 2026-05-27T20:25:44.099Z | llvm system 15 system |
| 207 | 2026-05-27T20:25:44.099Z | mariadb system 11.4 system |
| 208 | 2026-05-27T20:25:44.099Z | mta vendor vendor dma |
| 209 | 2026-05-27T20:25:44.099Z | openjdk system 17 system |
| 210 | 2026-05-27T20:25:44.099Z | openjdk system 11 system |
| 211 | 2026-05-27T20:25:44.099Z | openssl vendor 3 vendor |
| 212 | 2026-05-27T20:25:44.099Z | perl system 5.40 system |
| 213 | 2026-05-27T20:25:44.099Z | postgresql system 18 system |
| 214 | 2026-05-27T20:25:44.099Z | postgresql system 17 system |
| 215 | 2026-05-27T20:25:44.099Z | python vendor 3 vendor |
| 216 | 2026-05-27T20:25:44.099Z | python system 2 system |
| 217 | 2026-05-27T20:25:44.099Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-27T20:25:44.099Z | ruby system 3.4 system |
| 219 | 2026-05-27T20:25:44.099Z | ruby system 3.0 system |
| 220 | 2026-05-27T20:25:44.099Z | words vendor vendor american-english |
| 221 | 2026-05-27T20:25:44.099Z | words system system australian-english |
| 222 | 2026-05-27T20:25:44.100Z | words system system british-english |
| 223 | 2026-05-27T20:25:44.100Z | words system system canadian-english |
| 224 | 2026-05-27T20:25:44.100Z | words system system french |
| 225 | 2026-05-27T20:25:44.100Z | words system system italian |
| 226 | 2026-05-27T20:25:44.100Z | words system system ngerman |
| 227 | 2026-05-27T20:25:44.100Z | words system system ogerman |
| 228 | 2026-05-27T20:25:44.100Z | words system system spanish |
| 229 | 2026-05-27T20:25:44.353Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-27T20:25:44.353Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-27T20:25:44.630Z | FMRI IFO |
| 232 | 2026-05-27T20:25:44.630Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-27T20:25:44.630Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-27T20:25:44.630Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-27T20:25:44.630Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-27T20:25:44.630Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-27T20:25:44.630Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-27T20:25:44.630Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-27T20:25:44.630Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-27T20:25:44.630Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-27T20:25:44.876Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-27T20:25:45.179Z | Updating crates.io index |
| 243 | 2026-05-27T20:25:45.182Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-27T20:25:45.711Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-27T20:25:46.148Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-27T20:25:46.643Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-27T20:25:47.540Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-27T20:25:48.018Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-27T20:25:49.832Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-27T20:25:50.677Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-27T20:25:50.978Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-27T20:25:51.698Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-27T20:25:52.187Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-27T20:25:52.481Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-27T20:25:52.818Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-27T20:25:53.871Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-27T20:25:54.357Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-27T20:25:54.688Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-27T20:25:54.956Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-27T20:25:55.308Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-27T20:25:55.877Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-27T20:25:56.148Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-27T20:25:56.447Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-27T20:25:56.741Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-27T20:25:57.137Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-27T20:25:57.710Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-05-27T20:25:58.128Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-05-27T20:25:58.604Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-05-27T20:25:58.882Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-05-27T20:26:00.377Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-05-27T20:26:00.393Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-05-27T20:26:00.612Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-27T20:26:01.473Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-27T20:26:01.812Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-27T20:26:02.120Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-27T20:26:02.468Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-27T20:26:02.789Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 278 | 2026-05-27T20:26:03.184Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-05-27T20:26:03.666Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-05-27T20:26:03.951Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-05-27T20:26:04.232Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 282 | 2026-05-27T20:26:04.638Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 283 | 2026-05-27T20:26:16.714Z | Downloading crates ... |
| 284 | 2026-05-27T20:26:16.726Z | Downloaded bytecount v0.6.9 |
| 285 | 2026-05-27T20:26:16.726Z | Downloaded cargo-platform v0.2.0 |
| 286 | 2026-05-27T20:26:16.727Z | Downloaded usdt-macro v0.5.0 |
| 287 | 2026-05-27T20:26:16.728Z | Downloaded thread-id v4.2.2 |
| 288 | 2026-05-27T20:26:16.728Z | Downloaded cfg-if v1.0.4 |
| 289 | 2026-05-27T20:26:16.728Z | Downloaded block-buffer v0.10.4 |
| 290 | 2026-05-27T20:26:16.728Z | Downloaded anstyle-query v1.1.5 |
| 291 | 2026-05-27T20:26:16.728Z | Downloaded terminal_size v0.4.3 |
| 292 | 2026-05-27T20:26:16.728Z | Downloaded unicode-xid v0.2.6 |
| 293 | 2026-05-27T20:26:16.728Z | Downloaded tinystr v0.8.2 |
| 294 | 2026-05-27T20:26:16.728Z | Downloaded clap_lex v1.0.0 |
| 295 | 2026-05-27T20:26:16.728Z | Downloaded tabled_derive v0.7.0 |
| 296 | 2026-05-27T20:26:16.728Z | Downloaded autocfg v1.5.0 |
| 297 | 2026-05-27T20:26:16.728Z | Downloaded usdt v0.5.0 |
| 298 | 2026-05-27T20:26:16.728Z | Downloaded thiserror-impl v1.0.69 |
| 299 | 2026-05-27T20:26:16.728Z | Downloaded colorchoice v1.0.4 |
| 300 | 2026-05-27T20:26:16.728Z | Downloaded thiserror-impl v2.0.18 |
| 301 | 2026-05-27T20:26:16.728Z | Downloaded pretty-hex v0.4.1 |
| 302 | 2026-05-27T20:26:16.728Z | Downloaded memmap v0.7.0 |
| 303 | 2026-05-27T20:26:16.728Z | Downloaded is_terminal_polyfill v1.70.2 |
| 304 | 2026-05-27T20:26:16.728Z | Downloaded utf8_iter v1.0.4 |
| 305 | 2026-05-27T20:26:16.728Z | Downloaded toml_datetime v0.6.11 |
| 306 | 2026-05-27T20:26:16.728Z | Downloaded version_check v0.9.5 |
| 307 | 2026-05-27T20:26:16.728Z | Downloaded camino-tempfile v1.4.1 |
| 308 | 2026-05-27T20:26:16.728Z | Downloaded byteorder v1.5.0 |
| 309 | 2026-05-27T20:26:16.728Z | Downloaded typeid v1.0.3 |
| 310 | 2026-05-27T20:26:16.728Z | Downloaded yoke-derive v0.8.1 |
| 311 | 2026-05-27T20:26:16.728Z | Downloaded usdt-attr-macro v0.5.0 |
| 312 | 2026-05-27T20:26:16.728Z | Downloaded ordered-float v2.10.1 |
| 313 | 2026-05-27T20:26:16.728Z | Downloaded zerofrom-derive v0.1.6 |
| 314 | 2026-05-27T20:26:16.728Z | Downloaded camino v1.2.2 |
| 315 | 2026-05-27T20:26:16.728Z | Downloaded typenum v1.19.0 |
| 316 | 2026-05-27T20:26:16.728Z | Downloaded cargo_metadata v0.21.0 |
| 317 | 2026-05-27T20:26:16.728Z | Downloaded unicode-linebreak v0.1.5 |
| 318 | 2026-05-27T20:26:16.728Z | Downloaded anstyle-parse v0.2.7 |
| 319 | 2026-05-27T20:26:16.728Z | Downloaded anyhow v1.0.102 |
| 320 | 2026-05-27T20:26:16.728Z | Downloaded zerofrom v0.1.6 |
| 321 | 2026-05-27T20:26:16.728Z | Downloaded utf8parse v0.2.2 |
| 322 | 2026-05-27T20:26:16.728Z | Downloaded idna_adapter v1.2.1 |
| 323 | 2026-05-27T20:26:16.728Z | Downloaded clap_derive v4.5.55 |
| 324 | 2026-05-27T20:26:16.728Z | Downloaded cargo-util-schemas v0.8.2 |
| 325 | 2026-05-27T20:26:16.734Z | Downloaded zmij v1.0.21 |
| 326 | 2026-05-27T20:26:16.734Z | Downloaded zerocopy-derive v0.7.35 |
| 327 | 2026-05-27T20:26:16.734Z | Downloaded thiserror v2.0.18 |
| 328 | 2026-05-27T20:26:16.734Z | Downloaded zerovec-derive v0.11.2 |
| 329 | 2026-05-27T20:26:16.750Z | Downloaded usdt-impl v0.5.0 |
| 330 | 2026-05-27T20:26:16.750Z | Downloaded ucd-trie v0.1.7 |
| 331 | 2026-05-27T20:26:16.750Z | Downloaded toml v0.8.23 |
| 332 | 2026-05-27T20:26:16.750Z | Downloaded sha2 v0.10.9 |
| 333 | 2026-05-27T20:26:16.750Z | Downloaded litemap v0.8.1 |
| 334 | 2026-05-27T20:26:16.754Z | Downloaded proc-macro-error-attr v1.0.4 |
| 335 | 2026-05-27T20:26:16.754Z | Downloaded macaddr v1.0.1 |
| 336 | 2026-05-27T20:26:16.754Z | Downloaded form_urlencoded v1.2.2 |
| 337 | 2026-05-27T20:26:16.754Z | Downloaded itoa v1.0.17 |
| 338 | 2026-05-27T20:26:16.755Z | Downloaded digest v0.10.7 |
| 339 | 2026-05-27T20:26:16.755Z | Downloaded clap v4.5.60 |
| 340 | 2026-05-27T20:26:16.755Z | Downloaded strsim v0.11.1 |
| 341 | 2026-05-27T20:26:16.755Z | Downloaded potential_utf v0.1.4 |
| 342 | 2026-05-27T20:26:16.755Z | Downloaded plain v0.2.3 |
| 343 | 2026-05-27T20:26:16.755Z | Downloaded percent-encoding v2.3.2 |
| 344 | 2026-05-27T20:26:16.755Z | Downloaded heck v0.4.1 |
| 345 | 2026-05-27T20:26:16.755Z | Downloaded unicode-ident v1.0.24 |
| 346 | 2026-05-27T20:26:16.755Z | Downloaded textwrap v0.16.2 |
| 347 | 2026-05-27T20:26:16.755Z | Downloaded zerotrie v0.2.3 |
| 348 | 2026-05-27T20:26:16.760Z | Downloaded toml_edit v0.22.27 |
| 349 | 2026-05-27T20:26:16.760Z | Downloaded serde-value v0.7.0 |
| 350 | 2026-05-27T20:26:16.760Z | Downloaded url v2.5.8 |
| 351 | 2026-05-27T20:26:16.761Z | Downloaded scroll_derive v0.12.1 |
| 352 | 2026-05-27T20:26:16.766Z | Downloaded crypto-common v0.1.7 |
| 353 | 2026-05-27T20:26:16.766Z | Downloaded errno v0.3.14 |
| 354 | 2026-05-27T20:26:16.766Z | Downloaded dof v0.3.0 |
| 355 | 2026-05-27T20:26:16.766Z | Downloaded serde_spanned v0.6.9 |
| 356 | 2026-05-27T20:26:16.766Z | Downloaded cpufeatures v0.2.17 |
| 357 | 2026-05-27T20:26:16.766Z | Downloaded cargo_toml v0.21.0 |
| 358 | 2026-05-27T20:26:16.766Z | Downloaded zerovec v0.11.5 |
| 359 | 2026-05-27T20:26:16.770Z | Downloaded stable_deref_trait v1.2.1 |
| 360 | 2026-05-27T20:26:16.770Z | Downloaded generic-array v0.14.7 |
| 361 | 2026-05-27T20:26:16.770Z | Downloaded smawk v0.3.2 |
| 362 | 2026-05-27T20:26:16.770Z | Downloaded yoke v0.8.1 |
| 363 | 2026-05-27T20:26:16.770Z | Downloaded writeable v0.6.2 |
| 364 | 2026-05-27T20:26:16.775Z | Downloaded toml_write v0.1.2 |
| 365 | 2026-05-27T20:26:16.775Z | Downloaded swrite v0.1.0 |
| 366 | 2026-05-27T20:26:16.775Z | Downloaded zerocopy v0.7.35 |
| 367 | 2026-05-27T20:26:16.782Z | Downloaded winnow v0.7.14 |
| 368 | 2026-05-27T20:26:16.785Z | Downloaded fastrand v2.3.0 |
| 369 | 2026-05-27T20:26:16.788Z | Downloaded bitflags v2.11.0 |
| 370 | 2026-05-27T20:26:16.788Z | Downloaded unicode-width v0.2.0 |
| 371 | 2026-05-27T20:26:16.793Z | Downloaded synstructure v0.13.2 |
| 372 | 2026-05-27T20:26:16.797Z | Downloaded scroll v0.12.0 |
| 373 | 2026-05-27T20:26:16.797Z | Downloaded quote v1.0.45 |
| 374 | 2026-05-27T20:26:16.797Z | Downloaded unicode-width v0.1.14 |
| 375 | 2026-05-27T20:26:16.801Z | Downloaded heck v0.5.0 |
| 376 | 2026-05-27T20:26:16.801Z | Downloaded erased-serde v0.4.9 |
| 377 | 2026-05-27T20:26:16.801Z | Downloaded smallvec v1.15.1 |
| 378 | 2026-05-27T20:26:16.804Z | Downloaded serde_tokenstream v0.2.3 |
| 379 | 2026-05-27T20:26:16.804Z | Downloaded semver v1.0.28 |
| 380 | 2026-05-27T20:26:16.804Z | Downloaded fnv v1.0.7 |
| 381 | 2026-05-27T20:26:16.804Z | Downloaded serde-untagged v0.1.9 |
| 382 | 2026-05-27T20:26:16.805Z | Downloaded fs-err v3.3.0 |
| 383 | 2026-05-27T20:26:16.808Z | Downloaded dtrace-parser v0.2.0 |
| 384 | 2026-05-27T20:26:16.808Z | Downloaded proc-macro-error v1.0.4 |
| 385 | 2026-05-27T20:26:16.808Z | Downloaded thiserror v1.0.69 |
| 386 | 2026-05-27T20:26:16.811Z | Downloaded equivalent v1.0.2 |
| 387 | 2026-05-27T20:26:16.811Z | Downloaded pest_derive v2.8.6 |
| 388 | 2026-05-27T20:26:16.811Z | Downloaded anstyle v1.0.13 |
| 389 | 2026-05-27T20:26:16.816Z | Downloaded anstream v0.6.21 |
| 390 | 2026-05-27T20:26:16.820Z | Downloaded tempfile v3.25.0 |
| 391 | 2026-05-27T20:26:16.825Z | Downloaded once_cell v1.21.3 |
| 392 | 2026-05-27T20:26:16.833Z | Downloaded displaydoc v0.2.5 |
| 393 | 2026-05-27T20:26:16.838Z | Downloaded icu_provider v2.1.1 |
| 394 | 2026-05-27T20:26:16.846Z | Downloaded icu_properties v2.1.2 |
| 395 | 2026-05-27T20:26:16.851Z | Downloaded log v0.4.29 |
| 396 | 2026-05-27T20:26:16.851Z | Downloaded getrandom v0.4.1 |
| 397 | 2026-05-27T20:26:16.854Z | Downloaded serde_derive v1.0.228 |
| 398 | 2026-05-27T20:26:16.854Z | Downloaded pest_generator v2.8.6 |
| 399 | 2026-05-27T20:26:16.855Z | Downloaded num-traits v0.2.19 |
| 400 | 2026-05-27T20:26:16.859Z | Downloaded pest_meta v2.8.6 |
| 401 | 2026-05-27T20:26:16.865Z | Downloaded icu_normalizer v2.1.1 |
| 402 | 2026-05-27T20:26:16.869Z | Downloaded papergrid v0.11.0 |
| 403 | 2026-05-27T20:26:16.872Z | Downloaded icu_normalizer_data v2.1.1 |
| 404 | 2026-05-27T20:26:16.872Z | Downloaded icu_locale_core v2.1.1 |
| 405 | 2026-05-27T20:26:16.875Z | Downloaded proc-macro2 v1.0.106 |
| 406 | 2026-05-27T20:26:16.879Z | Downloaded memchr v2.8.0 |
| 407 | 2026-05-27T20:26:16.879Z | Downloaded serde_core v1.0.228 |
| 408 | 2026-05-27T20:26:16.882Z | Downloaded serde v1.0.228 |
| 409 | 2026-05-27T20:26:16.885Z | Downloaded icu_collections v2.1.1 |
| 410 | 2026-05-27T20:26:16.889Z | Downloaded indexmap v2.14.0 |
| 411 | 2026-05-27T20:26:16.889Z | Downloaded pest v2.8.6 |
| 412 | 2026-05-27T20:26:16.911Z | Downloaded serde_json v1.0.149 |
| 413 | 2026-05-27T20:26:16.944Z | Downloaded icu_properties_data v2.1.2 |
| 414 | 2026-05-27T20:26:16.947Z | Downloaded clap_builder v4.5.60 |
| 415 | 2026-05-27T20:26:16.948Z | Downloaded idna v1.1.0 |
| 416 | 2026-05-27T20:26:16.948Z | Downloaded hashbrown v0.17.0 |
| 417 | 2026-05-27T20:26:16.948Z | Downloaded goblin v0.8.2 |
| 418 | 2026-05-27T20:26:16.948Z | Downloaded tabled v0.15.0 |
| 419 | 2026-05-27T20:26:16.963Z | Downloaded syn v1.0.109 |
| 420 | 2026-05-27T20:26:16.979Z | Downloaded syn v2.0.117 |
| 421 | 2026-05-27T20:26:16.982Z | Downloaded rustix v1.1.3 |
| 422 | 2026-05-27T20:26:17.013Z | Downloaded libc v0.2.185 |
| 423 | 2026-05-27T20:26:17.074Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-05-27T20:26:17.074Z | Compiling unicode-ident v1.0.24 |
| 425 | 2026-05-27T20:26:17.086Z | Compiling quote v1.0.45 |
| 426 | 2026-05-27T20:26:17.086Z | Compiling serde_core v1.0.228 |
| 427 | 2026-05-27T20:26:17.086Z | Compiling libc v0.2.185 |
| 428 | 2026-05-27T20:26:17.086Z | Compiling version_check v0.9.5 |
| 429 | 2026-05-27T20:26:17.257Z | Compiling memchr v2.8.0 |
| 430 | 2026-05-27T20:26:17.263Z | Compiling serde v1.0.228 |
| 431 | 2026-05-27T20:26:17.404Z | Compiling stable_deref_trait v1.2.1 |
| 432 | 2026-05-27T20:26:17.498Z | Compiling zmij v1.0.21 |
| 433 | 2026-05-27T20:26:17.640Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-05-27T20:26:18.180Z | Compiling thiserror v1.0.69 |
| 435 | 2026-05-27T20:26:18.198Z | Compiling autocfg v1.5.0 |
| 436 | 2026-05-27T20:26:18.198Z | Compiling itoa v1.0.17 |
| 437 | 2026-05-27T20:26:18.198Z | Compiling pest v2.8.6 |
| 438 | 2026-05-27T20:26:18.198Z | Compiling writeable v0.6.2 |
| 439 | 2026-05-27T20:26:18.276Z | Compiling litemap v0.8.1 |
| 440 | 2026-05-27T20:26:18.338Z | Compiling icu_properties_data v2.1.2 |
| 441 | 2026-05-27T20:26:18.346Z | Compiling rustix v1.1.3 |
| 442 | 2026-05-27T20:26:18.432Z | Compiling icu_normalizer_data v2.1.1 |
| 443 | 2026-05-27T20:26:18.583Z | Compiling byteorder v1.5.0 |
| 444 | 2026-05-27T20:26:18.698Z | Compiling syn v2.0.117 |
| 445 | 2026-05-27T20:26:18.836Z | Compiling errno v0.3.14 |
| 446 | 2026-05-27T20:26:18.852Z | Compiling bitflags v2.11.0 |
| 447 | 2026-05-27T20:26:18.866Z | Compiling serde_json v1.0.149 |
| 448 | 2026-05-27T20:26:19.118Z | Compiling num-traits v0.2.19 |
| 449 | 2026-05-27T20:26:19.130Z | Compiling smallvec v1.15.1 |
| 450 | 2026-05-27T20:26:19.289Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-05-27T20:26:19.306Z | Compiling equivalent v1.0.2 |
| 452 | 2026-05-27T20:26:19.346Z | Compiling typeid v1.0.3 |
| 453 | 2026-05-27T20:26:19.375Z | Compiling hashbrown v0.17.0 |
| 454 | 2026-05-27T20:26:19.595Z | Compiling thread-id v4.2.2 |
| 455 | 2026-05-27T20:26:19.660Z | Compiling proc-macro-error-attr v1.0.4 |
| 456 | 2026-05-27T20:26:19.686Z | Compiling usdt-impl v0.5.0 |
| 457 | 2026-05-27T20:26:19.751Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-27T20:26:19.857Z | Compiling syn v1.0.109 |
| 459 | 2026-05-27T20:26:19.898Z | Compiling indexmap v2.14.0 |
| 460 | 2026-05-27T20:26:19.937Z | Compiling toml_write v0.1.2 |
| 461 | 2026-05-27T20:26:20.144Z | Compiling winnow v0.7.14 |
| 462 | 2026-05-27T20:26:20.373Z | Compiling proc-macro-error v1.0.4 |
| 463 | 2026-05-27T20:26:20.517Z | Compiling thiserror v2.0.18 |
| 464 | 2026-05-27T20:26:20.535Z | Compiling utf8parse v0.2.2 |
| 465 | 2026-05-27T20:26:20.667Z | Compiling plain v0.2.3 |
| 466 | 2026-05-27T20:26:20.779Z | Compiling camino v1.2.2 |
| 467 | 2026-05-27T20:26:20.869Z | Compiling utf8_iter v1.0.4 |
| 468 | 2026-05-27T20:26:20.923Z | Compiling percent-encoding v2.3.2 |
| 469 | 2026-05-27T20:26:20.946Z | Compiling log v0.4.29 |
| 470 | 2026-05-27T20:26:20.992Z | Compiling getrandom v0.4.1 |
| 471 | 2026-05-27T20:26:21.132Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-27T20:26:21.132Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-05-27T20:26:21.146Z | Compiling anstyle-parse v0.2.7 |
| 474 | 2026-05-27T20:26:21.294Z | Compiling synstructure v0.13.2 |
| 475 | 2026-05-27T20:26:21.298Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-05-27T20:26:21.399Z | Compiling terminal_size v0.4.3 |
| 477 | 2026-05-27T20:26:21.598Z | Compiling cfg-if v1.0.4 |
| 478 | 2026-05-27T20:26:21.676Z | Compiling is_terminal_polyfill v1.70.2 |
| 479 | 2026-05-27T20:26:21.749Z | Compiling colorchoice v1.0.4 |
| 480 | 2026-05-27T20:26:21.779Z | Compiling anstyle v1.0.13 |
| 481 | 2026-05-27T20:26:21.784Z | Compiling pretty-hex v0.4.1 |
| 482 | 2026-05-27T20:26:21.811Z | Compiling anstyle-query v1.1.5 |
| 483 | 2026-05-27T20:26:21.902Z | Compiling serde-untagged v0.1.9 |
| 484 | 2026-05-27T20:26:21.966Z | Compiling anstream v0.6.21 |
| 485 | 2026-05-27T20:26:21.997Z | Compiling semver v1.0.28 |
| 486 | 2026-05-27T20:26:22.088Z | Compiling fs-err v3.3.0 |
| 487 | 2026-05-27T20:26:22.134Z | Compiling unicode-xid v0.2.6 |
| 488 | 2026-05-27T20:26:22.259Z | Compiling heck v0.5.0 |
| 489 | 2026-05-27T20:26:22.274Z | Compiling once_cell v1.21.3 |
| 490 | 2026-05-27T20:26:22.290Z | Compiling heck v0.4.1 |
| 491 | 2026-05-27T20:26:22.308Z | Compiling fastrand v2.3.0 |
| 492 | 2026-05-27T20:26:22.312Z | Compiling bytecount v0.6.9 |
| 493 | 2026-05-27T20:26:22.488Z | Compiling fnv v1.0.7 |
| 494 | 2026-05-27T20:26:22.541Z | Compiling anyhow v1.0.102 |
| 495 | 2026-05-27T20:26:22.554Z | Compiling strsim v0.11.1 |
| 496 | 2026-05-27T20:26:22.562Z | Compiling clap_lex v1.0.0 |
| 497 | 2026-05-27T20:26:22.578Z | Compiling unicode-width v0.1.14 |
| 498 | 2026-05-27T20:26:22.784Z | Compiling clap_builder v4.5.60 |
| 499 | 2026-05-27T20:26:22.789Z | Compiling tempfile v3.25.0 |
| 500 | 2026-05-27T20:26:22.848Z | Compiling papergrid v0.11.0 |
| 501 | 2026-05-27T20:26:22.964Z | Compiling memmap v0.7.0 |
| 502 | 2026-05-27T20:26:22.983Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-05-27T20:26:23.028Z | Compiling zerofrom-derive v0.1.6 |
| 504 | 2026-05-27T20:26:23.147Z | Compiling yoke-derive v0.8.1 |
| 505 | 2026-05-27T20:26:23.172Z | Compiling zerovec-derive v0.11.2 |
| 506 | 2026-05-27T20:26:23.443Z | Compiling displaydoc v0.2.5 |
| 507 | 2026-05-27T20:26:24.180Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-05-27T20:26:24.275Z | Compiling zerocopy-derive v0.7.35 |
| 509 | 2026-05-27T20:26:24.307Z | Compiling pest_derive v2.8.6 |
| 510 | 2026-05-27T20:26:24.315Z | Compiling scroll_derive v0.12.1 |
| 511 | 2026-05-27T20:26:24.438Z | Compiling zerofrom v0.1.6 |
| 512 | 2026-05-27T20:26:24.573Z | Compiling yoke v0.8.1 |
| 513 | 2026-05-27T20:26:24.729Z | Compiling thiserror-impl v2.0.18 |
| 514 | 2026-05-27T20:26:24.772Z | Compiling zerovec v0.11.5 |
| 515 | 2026-05-27T20:26:25.820Z | Compiling zerotrie v0.2.3 |
| 516 | 2026-05-27T20:26:25.820Z | Compiling zerocopy v0.7.35 |
| 517 | 2026-05-27T20:26:25.820Z | Compiling tinystr v0.8.2 |
| 518 | 2026-05-27T20:26:25.820Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-05-27T20:26:25.820Z | Compiling icu_locale_core v2.1.1 |
| 520 | 2026-05-27T20:26:25.820Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-05-27T20:26:25.820Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-05-27T20:26:25.820Z | Compiling scroll v0.12.0 |
| 523 | 2026-05-27T20:26:25.820Z | Compiling tabled_derive v0.7.0 |
| 524 | 2026-05-27T20:26:25.977Z | Compiling goblin v0.8.2 |
| 525 | 2026-05-27T20:26:25.995Z | Compiling clap_derive v4.5.55 |
| 526 | 2026-05-27T20:26:26.162Z | Compiling icu_provider v2.1.1 |
| 527 | 2026-05-27T20:26:26.280Z | Compiling unicode-linebreak v0.1.5 |
| 528 | 2026-05-27T20:26:26.339Z | Compiling unicode-width v0.2.0 |
| 529 | 2026-05-27T20:26:26.457Z | Compiling toml_datetime v0.6.11 |
| 530 | 2026-05-27T20:26:26.475Z | Compiling serde_spanned v0.6.9 |
| 531 | 2026-05-27T20:26:26.475Z | Compiling icu_properties v2.1.2 |
| 532 | 2026-05-27T20:26:26.523Z | Compiling icu_normalizer v2.1.1 |
| 533 | 2026-05-27T20:26:26.614Z | Compiling dof v0.3.0 |
| 534 | 2026-05-27T20:26:26.637Z | Compiling toml_edit v0.22.27 |
| 535 | 2026-05-27T20:26:26.671Z | Compiling serde_tokenstream v0.2.3 |
| 536 | 2026-05-27T20:26:26.720Z | Compiling serde-value v0.7.0 |
| 537 | 2026-05-27T20:26:27.004Z | Compiling cargo-platform v0.2.0 |
| 538 | 2026-05-27T20:26:27.059Z | Compiling smawk v0.3.2 |
| 539 | 2026-05-27T20:26:27.080Z | Compiling tabled v0.15.0 |
| 540 | 2026-05-27T20:26:27.289Z | Compiling textwrap v0.16.2 |
| 541 | 2026-05-27T20:26:27.292Z | Compiling macaddr v1.0.1 |
| 542 | 2026-05-27T20:26:27.495Z | Compiling idna_adapter v1.2.1 |
| 543 | 2026-05-27T20:26:27.581Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-05-27T20:26:27.634Z | Compiling idna v1.1.0 |
| 545 | 2026-05-27T20:26:27.653Z | Compiling usdt-attr-macro v0.5.0 |
| 546 | 2026-05-27T20:26:27.726Z | Compiling clap v4.5.60 |
| 547 | 2026-05-27T20:26:27.813Z | Compiling camino-tempfile v1.4.1 |
| 548 | 2026-05-27T20:26:28.086Z | Compiling toml v0.8.23 |
| 549 | 2026-05-27T20:26:28.232Z | Compiling url v2.5.8 |
| 550 | 2026-05-27T20:26:28.297Z | Compiling swrite v0.1.0 |
| 551 | 2026-05-27T20:26:28.338Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-05-27T20:26:28.495Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-05-27T20:26:28.670Z | Compiling cargo-util-schemas v0.8.2 |
| 554 | 2026-05-27T20:26:28.989Z | Compiling usdt v0.5.0 |
| 555 | 2026-05-27T20:26:29.592Z | Compiling cargo_metadata v0.21.0 |
| 556 | 2026-05-27T20:26:30.524Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 557 | 2026-05-27T20:26:32.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.89s |
| 558 | 2026-05-27T20:26:32.981Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 559 | 2026-05-27T20:26:33.412Z | Downloading crates ... |
| 560 | 2026-05-27T20:26:33.501Z | Downloaded arrayref v0.3.9 |
| 561 | 2026-05-27T20:26:33.504Z | Downloaded aead v0.5.2 |
| 562 | 2026-05-27T20:26:33.514Z | Downloaded array-init v0.0.4 |
| 563 | 2026-05-27T20:26:33.517Z | Downloaded adler2 v2.0.1 |
| 564 | 2026-05-27T20:26:33.517Z | Downloaded argon2 v0.5.3 |
| 565 | 2026-05-27T20:26:33.521Z | Downloaded ciborium-io v0.2.2 |
| 566 | 2026-05-27T20:26:33.523Z | Downloaded crc32fast v1.5.0 |
| 567 | 2026-05-27T20:26:33.526Z | Downloaded bit-set v0.5.3 |
| 568 | 2026-05-27T20:26:33.529Z | Downloaded fallible-iterator v0.2.0 |
| 569 | 2026-05-27T20:26:33.529Z | Downloaded ed25519 v2.2.3 |
| 570 | 2026-05-27T20:26:33.532Z | Downloaded dyn-clone v1.0.20 |
| 571 | 2026-05-27T20:26:33.532Z | Downloaded display-error-chain v0.2.2 |
| 572 | 2026-05-27T20:26:33.535Z | Downloaded defmt-parser v1.0.0 |
| 573 | 2026-05-27T20:26:33.535Z | Downloaded base16ct v0.2.0 |
| 574 | 2026-05-27T20:26:33.535Z | Downloaded foldhash v0.1.5 |
| 575 | 2026-05-27T20:26:33.536Z | Downloaded deranged v0.5.8 |
| 576 | 2026-05-27T20:26:33.539Z | Downloaded async-stream-impl v0.3.6 |
| 577 | 2026-05-27T20:26:33.539Z | Downloaded arrayvec v0.7.6 |
| 578 | 2026-05-27T20:26:33.542Z | Downloaded ahash v0.8.12 |
| 579 | 2026-05-27T20:26:33.542Z | Downloaded ecdsa v0.16.9 |
| 580 | 2026-05-27T20:26:33.545Z | Downloaded debug-ignore v1.0.5 |
| 581 | 2026-05-27T20:26:33.545Z | Downloaded async-stream v0.3.6 |
| 582 | 2026-05-27T20:26:33.548Z | Downloaded blowfish v0.9.1 |
| 583 | 2026-05-27T20:26:33.548Z | Downloaded arc-swap v1.8.2 |
| 584 | 2026-05-27T20:26:33.552Z | Downloaded futures-executor v0.3.32 |
| 585 | 2026-05-27T20:26:33.552Z | Downloaded fd-lock v4.0.4 |
| 586 | 2026-05-27T20:26:33.552Z | Downloaded clang-sys v1.8.1 |
| 587 | 2026-05-27T20:26:33.554Z | Downloaded diesel-dtrace v0.5.0 |
| 588 | 2026-05-27T20:26:33.554Z | Downloaded ed25519-dalek v2.2.0 |
| 589 | 2026-05-27T20:26:33.557Z | Downloaded derive_builder v0.20.2 |
| 590 | 2026-05-27T20:26:33.560Z | Downloaded allocator-api2 v0.2.21 |
| 591 | 2026-05-27T20:26:33.563Z | Downloaded darling_macro v0.13.4 |
| 592 | 2026-05-27T20:26:33.563Z | Downloaded block-padding v0.3.3 |
| 593 | 2026-05-27T20:26:33.563Z | Downloaded convert_case v0.10.0 |
| 594 | 2026-05-27T20:26:33.565Z | Downloaded downcast-rs v2.0.2 |
| 595 | 2026-05-27T20:26:33.566Z | Downloaded embedded-io v0.6.1 |
| 596 | 2026-05-27T20:26:33.566Z | Downloaded half v1.8.3 |
| 597 | 2026-05-27T20:26:33.568Z | Downloaded derive-where v1.6.0 |
| 598 | 2026-05-27T20:26:33.571Z | Downloaded atomic-waker v1.1.2 |
| 599 | 2026-05-27T20:26:33.571Z | Downloaded blake2 v0.10.6 |
| 600 | 2026-05-27T20:26:33.574Z | Downloaded derive_more v0.99.20 |
| 601 | 2026-05-27T20:26:33.577Z | Downloaded ena v0.14.4 |
| 602 | 2026-05-27T20:26:33.577Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 603 | 2026-05-27T20:26:33.577Z | Downloaded compression-core v0.4.31 |
| 604 | 2026-05-27T20:26:33.580Z | Downloaded bitfield-macros v0.19.4 |
| 605 | 2026-05-27T20:26:33.580Z | Downloaded backoff v0.4.0 |
| 606 | 2026-05-27T20:26:33.580Z | Downloaded cfg_aliases v0.1.1 |
| 607 | 2026-05-27T20:26:33.583Z | Downloaded defmt v0.3.100 |
| 608 | 2026-05-27T20:26:33.583Z | Downloaded bit-vec v0.6.3 |
| 609 | 2026-05-27T20:26:33.583Z | Downloaded atomicwrites v0.4.4 |
| 610 | 2026-05-27T20:26:33.585Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 611 | 2026-05-27T20:26:33.585Z | Downloaded ascii-canvas v3.0.0 |
| 612 | 2026-05-27T20:26:33.585Z | Downloaded daft-derive v0.1.7 |
| 613 | 2026-05-27T20:26:33.588Z | Downloaded castaway v0.2.4 |
| 614 | 2026-05-27T20:26:33.591Z | Downloaded bit-set v0.8.0 |
| 615 | 2026-05-27T20:26:33.594Z | Downloaded csv-core v0.1.13 |
| 616 | 2026-05-27T20:26:33.594Z | Downloaded cargo-platform v0.3.2 |
| 617 | 2026-05-27T20:26:33.597Z | Downloaded async-recursion v1.1.1 |
| 618 | 2026-05-27T20:26:33.600Z | Downloaded data-encoding v2.10.0 |
| 619 | 2026-05-27T20:26:33.600Z | Downloaded defmt v1.0.1 |
| 620 | 2026-05-27T20:26:33.603Z | Downloaded foreign-types-shared v0.1.1 |
| 621 | 2026-05-27T20:26:33.604Z | Downloaded crc-catalog v2.4.0 |
| 622 | 2026-05-27T20:26:33.606Z | Downloaded cobs v0.3.0 |
| 623 | 2026-05-27T20:26:33.606Z | Downloaded ciborium-ll v0.2.2 |
| 624 | 2026-05-27T20:26:33.606Z | Downloaded bb8 v0.8.6 |
| 625 | 2026-05-27T20:26:33.606Z | Downloaded darling_macro v0.21.3 |
| 626 | 2026-05-27T20:26:33.606Z | Downloaded darling v0.23.0 |
| 627 | 2026-05-27T20:26:33.609Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 628 | 2026-05-27T20:26:33.612Z | Downloaded darling_macro v0.20.11 |
| 629 | 2026-05-27T20:26:33.612Z | Downloaded atty v0.2.14 |
| 630 | 2026-05-27T20:26:33.612Z | Downloaded assert_matches v1.5.0 |
| 631 | 2026-05-27T20:26:33.612Z | Downloaded embedded-io v0.4.0 |
| 632 | 2026-05-27T20:26:33.615Z | Downloaded crc8 v0.1.1 |
| 633 | 2026-05-27T20:26:33.615Z | Downloaded cpufeatures v0.3.0 |
| 634 | 2026-05-27T20:26:33.615Z | Downloaded bcs v0.1.6 |
| 635 | 2026-05-27T20:26:33.618Z | Downloaded derive_builder_macro v0.20.2 |
| 636 | 2026-05-27T20:26:33.618Z | Downloaded darling_macro v0.23.0 |
| 637 | 2026-05-27T20:26:33.621Z | Downloaded fixedbitset v0.5.7 |
| 638 | 2026-05-27T20:26:33.621Z | Downloaded crucible-workspace-hack v0.1.0 |
| 639 | 2026-05-27T20:26:33.625Z | Downloaded dtrace-parser v0.3.0 |
| 640 | 2026-05-27T20:26:33.629Z | Downloaded foreign-types v0.3.2 |
| 641 | 2026-05-27T20:26:33.629Z | Downloaded dirs-next v2.0.0 |
| 642 | 2026-05-27T20:26:33.629Z | Downloaded foreign-types-macros v0.2.3 |
| 643 | 2026-05-27T20:26:33.632Z | Downloaded foreign-types v0.5.0 |
| 644 | 2026-05-27T20:26:33.632Z | Downloaded document-features v0.2.12 |
| 645 | 2026-05-27T20:26:33.632Z | Downloaded dirs-sys-next v0.1.2 |
| 646 | 2026-05-27T20:26:33.632Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 647 | 2026-05-27T20:26:33.632Z | Downloaded convert_case v0.4.0 |
| 648 | 2026-05-27T20:26:33.635Z | Downloaded base64ct v1.8.3 |
| 649 | 2026-05-27T20:26:33.638Z | Downloaded foreign-types-shared v0.3.1 |
| 650 | 2026-05-27T20:26:33.638Z | Downloaded dof v0.4.0 |
| 651 | 2026-05-27T20:26:33.641Z | Downloaded float-ord v0.3.2 |
| 652 | 2026-05-27T20:26:33.644Z | Downloaded funty v2.0.0 |
| 653 | 2026-05-27T20:26:33.644Z | Downloaded compression-codecs v0.4.37 |
| 654 | 2026-05-27T20:26:33.647Z | Downloaded cmake v0.1.57 |
| 655 | 2026-05-27T20:26:33.647Z | Downloaded flagset v0.4.7 |
| 656 | 2026-05-27T20:26:33.647Z | Downloaded backon v1.6.0 |
| 657 | 2026-05-27T20:26:33.649Z | Downloaded chacha20 v0.9.1 |
| 658 | 2026-05-27T20:26:33.649Z | Downloaded git-stub v1.0.0 |
| 659 | 2026-05-27T20:26:33.652Z | Downloaded ghash v0.5.1 |
| 660 | 2026-05-27T20:26:33.653Z | Downloaded float-cmp v0.10.0 |
| 661 | 2026-05-27T20:26:33.653Z | Downloaded env_filter v1.0.0 |
| 662 | 2026-05-27T20:26:33.655Z | Downloaded enum-as-inner v0.6.1 |
| 663 | 2026-05-27T20:26:33.655Z | Downloaded dsl_auto_type v0.2.0 |
| 664 | 2026-05-27T20:26:33.655Z | Downloaded derive-ex v0.1.8 |
| 665 | 2026-05-27T20:26:33.659Z | Downloaded const_format_proc_macros v0.2.34 |
| 666 | 2026-05-27T20:26:33.659Z | Downloaded cfg_aliases v0.2.1 |
| 667 | 2026-05-27T20:26:33.659Z | Downloaded darling v0.13.4 |
| 668 | 2026-05-27T20:26:33.662Z | Downloaded env_logger v0.11.9 |
| 669 | 2026-05-27T20:26:33.662Z | Downloaded dunce v1.0.5 |
| 670 | 2026-05-27T20:26:33.662Z | Downloaded byte-wrapper v0.1.0 |
| 671 | 2026-05-27T20:26:33.666Z | Downloaded crc v3.4.0 |
| 672 | 2026-05-27T20:26:33.666Z | Downloaded cassowary v0.3.0 |
| 673 | 2026-05-27T20:26:33.666Z | Downloaded camino-tempfile-ext v0.3.3 |
| 674 | 2026-05-27T20:26:33.669Z | Downloaded futures-sink v0.3.32 |
| 675 | 2026-05-27T20:26:33.669Z | Downloaded futures-io v0.3.32 |
| 676 | 2026-05-27T20:26:33.670Z | Downloaded futures-task v0.3.32 |
| 677 | 2026-05-27T20:26:33.670Z | Downloaded endian-type v0.1.2 |
| 678 | 2026-05-27T20:26:33.673Z | Downloaded difflib v0.4.0 |
| 679 | 2026-05-27T20:26:33.673Z | Downloaded cargo_metadata v0.23.1 |
| 680 | 2026-05-27T20:26:33.673Z | Downloaded buf-list v1.1.2 |
| 681 | 2026-05-27T20:26:33.673Z | Downloaded fixedbitset v0.4.2 |
| 682 | 2026-05-27T20:26:33.677Z | Downloaded bitflags v1.3.2 |
| 683 | 2026-05-27T20:26:33.677Z | Downloaded gethostname v0.5.0 |
| 684 | 2026-05-27T20:26:33.677Z | Downloaded futures-macro v0.3.32 |
| 685 | 2026-05-27T20:26:33.680Z | Downloaded hash32 v0.2.1 |
| 686 | 2026-05-27T20:26:33.680Z | Downloaded cstr-argument v0.1.2 |
| 687 | 2026-05-27T20:26:33.680Z | Downloaded async-trait v0.1.89 |
| 688 | 2026-05-27T20:26:33.683Z | Downloaded constant_time_eq v0.4.2 |
| 689 | 2026-05-27T20:26:33.683Z | Downloaded globwalk v0.9.1 |
| 690 | 2026-05-27T20:26:33.686Z | Downloaded async-bb8-diesel v0.2.1 |
| 691 | 2026-05-27T20:26:33.686Z | Downloaded cipher v0.4.4 |
| 692 | 2026-05-27T20:26:33.689Z | Downloaded bzip2 v0.4.4 |
| 693 | 2026-05-27T20:26:33.689Z | Downloaded http-body v1.0.1 |
| 694 | 2026-05-27T20:26:33.692Z | Downloaded hostname v0.3.1 |
| 695 | 2026-05-27T20:26:33.692Z | Downloaded http-range v0.1.5 |
| 696 | 2026-05-27T20:26:33.692Z | Downloaded hex v0.4.3 |
| 697 | 2026-05-27T20:26:33.696Z | Downloaded hex-literal v0.4.1 |
| 698 | 2026-05-27T20:26:33.696Z | Downloaded headers-core v0.3.0 |
| 699 | 2026-05-27T20:26:33.696Z | Downloaded bitfield v0.19.4 |
| 700 | 2026-05-27T20:26:33.697Z | Downloaded foldhash v0.2.0 |
| 701 | 2026-05-27T20:26:33.702Z | Downloaded futures-core v0.3.32 |
| 702 | 2026-05-27T20:26:33.702Z | Downloaded critical-section v1.2.0 |
| 703 | 2026-05-27T20:26:33.702Z | Downloaded hostname v0.4.2 |
| 704 | 2026-05-27T20:26:33.702Z | Downloaded home v0.5.12 |
| 705 | 2026-05-27T20:26:33.702Z | Downloaded either v1.15.0 |
| 706 | 2026-05-27T20:26:33.705Z | Downloaded hubpack v0.1.2 |
| 707 | 2026-05-27T20:26:33.706Z | Downloaded cbc v0.1.2 |
| 708 | 2026-05-27T20:26:33.706Z | Downloaded hubpack_derive v0.1.1 |
| 709 | 2026-05-27T20:26:33.706Z | Downloaded httpdate v1.0.3 |
| 710 | 2026-05-27T20:26:33.706Z | Downloaded fs_extra v1.3.0 |
| 711 | 2026-05-27T20:26:33.709Z | Downloaded find-msvc-tools v0.1.9 |
| 712 | 2026-05-27T20:26:33.709Z | Downloaded erased-serde v0.3.31 |
| 713 | 2026-05-27T20:26:33.709Z | Downloaded defmt-macros v1.0.1 |
| 714 | 2026-05-27T20:26:33.711Z | Downloaded fxhash v0.2.1 |
| 715 | 2026-05-27T20:26:33.714Z | Downloaded glob v0.3.3 |
| 716 | 2026-05-27T20:26:33.714Z | Downloaded hash32 v0.3.1 |
| 717 | 2026-05-27T20:26:33.714Z | Downloaded group v0.13.0 |
| 718 | 2026-05-27T20:26:33.723Z | Downloaded hyper-tls v0.6.0 |
| 719 | 2026-05-27T20:26:33.723Z | Downloaded bitfield-struct v0.6.2 |
| 720 | 2026-05-27T20:26:33.723Z | Downloaded git-stub-vcs v0.1.0 |
| 721 | 2026-05-27T20:26:33.723Z | Downloaded ctr v0.9.2 |
| 722 | 2026-05-27T20:26:33.723Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 723 | 2026-05-27T20:26:33.724Z | Downloaded indent_write v2.2.0 |
| 724 | 2026-05-27T20:26:33.724Z | Downloaded illumos-nvpair v0.3.0 |
| 725 | 2026-05-27T20:26:33.724Z | Downloaded chacha20poly1305 v0.10.1 |
| 726 | 2026-05-27T20:26:33.728Z | Downloaded darling_core v0.23.0 |
| 727 | 2026-05-27T20:26:33.729Z | Downloaded indoc v1.0.9 |
| 728 | 2026-05-27T20:26:33.729Z | Downloaded inout v0.1.4 |
| 729 | 2026-05-27T20:26:33.733Z | Downloaded bit-vec v0.8.0 |
| 730 | 2026-05-27T20:26:33.733Z | Downloaded instability v0.3.11 |
| 731 | 2026-05-27T20:26:33.733Z | Downloaded filetime v0.2.27 |
| 732 | 2026-05-27T20:26:33.733Z | Downloaded daft v0.1.7 |
| 733 | 2026-05-27T20:26:33.733Z | Downloaded der_derive v0.7.3 |
| 734 | 2026-05-27T20:26:33.741Z | Downloaded crossbeam-channel v0.5.15 |
| 735 | 2026-05-27T20:26:33.742Z | Downloaded internet-checksum v0.2.1 |
| 736 | 2026-05-27T20:26:33.742Z | Downloaded crossbeam-deque v0.8.6 |
| 737 | 2026-05-27T20:26:33.742Z | Downloaded console v0.15.11 |
| 738 | 2026-05-27T20:26:33.742Z | Downloaded chacha20 v0.10.0 |
| 739 | 2026-05-27T20:26:33.747Z | Downloaded cookie_store v0.22.1 |
| 740 | 2026-05-27T20:26:33.747Z | Downloaded globset v0.4.18 |
| 741 | 2026-05-27T20:26:33.750Z | Downloaded is-terminal v0.4.17 |
| 742 | 2026-05-27T20:26:33.758Z | Downloaded lazy_static v1.5.0 |
| 743 | 2026-05-27T20:26:33.759Z | Downloaded cexpr v0.6.0 |
| 744 | 2026-05-27T20:26:33.759Z | Downloaded lalrpop-util v0.19.12 |
| 745 | 2026-05-27T20:26:33.759Z | Downloaded kstat-rs v0.2.4 |
| 746 | 2026-05-27T20:26:33.759Z | Downloaded corncobs v0.1.4 |
| 747 | 2026-05-27T20:26:33.759Z | Downloaded is_ci v1.2.0 |
| 748 | 2026-05-27T20:26:33.759Z | Downloaded instant v0.1.13 |
| 749 | 2026-05-27T20:26:33.763Z | Downloaded cc v1.2.56 |
| 750 | 2026-05-27T20:26:33.763Z | Downloaded keccak v0.1.6 |
| 751 | 2026-05-27T20:26:33.763Z | Downloaded des v0.8.1 |
| 752 | 2026-05-27T20:26:33.767Z | Downloaded crossbeam-utils v0.8.21 |
| 753 | 2026-05-27T20:26:33.767Z | Downloaded cookie v0.18.1 |
| 754 | 2026-05-27T20:26:33.772Z | Downloaded darling v0.20.11 |
| 755 | 2026-05-27T20:26:33.772Z | Downloaded linked-hash-map v0.5.6 |
| 756 | 2026-05-27T20:26:33.776Z | Downloaded libscf-sys v1.1.0 |
| 757 | 2026-05-27T20:26:33.776Z | Downloaded humantime v2.3.0 |
| 758 | 2026-05-27T20:26:33.776Z | Downloaded bumpalo v3.20.2 |
| 759 | 2026-05-27T20:26:33.780Z | Downloaded http-body-util v0.1.3 |
| 760 | 2026-05-27T20:26:33.780Z | Downloaded lru v0.12.5 |
| 761 | 2026-05-27T20:26:33.780Z | Downloaded hyper-staticfile v0.10.1 |
| 762 | 2026-05-27T20:26:33.783Z | Downloaded maybe-uninit v2.0.0 |
| 763 | 2026-05-27T20:26:33.783Z | Downloaded maplit v1.0.2 |
| 764 | 2026-05-27T20:26:33.783Z | Downloaded fatfs v0.3.6 |
| 765 | 2026-05-27T20:26:33.787Z | Downloaded lzss v0.8.2 |
| 766 | 2026-05-27T20:26:33.787Z | Downloaded lru-cache v0.1.2 |
| 767 | 2026-05-27T20:26:33.787Z | Downloaded md5 v0.7.0 |
| 768 | 2026-05-27T20:26:33.795Z | Downloaded match_cfg v0.1.0 |
| 769 | 2026-05-27T20:26:33.795Z | Downloaded managed v0.8.0 |
| 770 | 2026-05-27T20:26:33.795Z | Downloaded lru-slab v0.1.2 |
| 771 | 2026-05-27T20:26:33.795Z | Downloaded ingot-types v0.1.2 |
| 772 | 2026-05-27T20:26:33.795Z | Downloaded ingot v0.1.1 |
| 773 | 2026-05-27T20:26:33.795Z | Downloaded multimap v0.10.1 |
| 774 | 2026-05-27T20:26:33.795Z | Downloaded newtype_derive v0.1.6 |
| 775 | 2026-05-27T20:26:33.796Z | Downloaded newline-converter v0.3.0 |
| 776 | 2026-05-27T20:26:33.796Z | Downloaded crc-any v2.5.0 |
| 777 | 2026-05-27T20:26:33.799Z | Downloaded mime v0.3.17 |
| 778 | 2026-05-27T20:26:33.800Z | Downloaded memoffset v0.9.1 |
| 779 | 2026-05-27T20:26:33.800Z | Downloaded const-oid v0.9.6 |
| 780 | 2026-05-27T20:26:33.800Z | Downloaded futures-channel v0.3.32 |
| 781 | 2026-05-27T20:26:33.803Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 782 | 2026-05-27T20:26:33.803Z | Downloaded cancel-safe-futures v0.1.5 |
| 783 | 2026-05-27T20:26:33.806Z | Downloaded bzip2 v0.6.1 |
| 784 | 2026-05-27T20:26:33.806Z | Downloaded getrandom v0.2.17 |
| 785 | 2026-05-27T20:26:33.809Z | Downloaded ident_case v1.0.1 |
| 786 | 2026-05-27T20:26:33.810Z | Downloaded nodrop v0.1.14 |
| 787 | 2026-05-27T20:26:33.810Z | Downloaded console v0.16.2 |
| 788 | 2026-05-27T20:26:33.815Z | Downloaded normalize-line-endings v0.3.0 |
| 789 | 2026-05-27T20:26:33.815Z | Downloaded ipnetwork v0.21.1 |
| 790 | 2026-05-27T20:26:33.815Z | Downloaded ipnet v2.11.0 |
| 791 | 2026-05-27T20:26:33.820Z | Downloaded num-conv v0.2.0 |
| 792 | 2026-05-27T20:26:33.820Z | Downloaded nonempty v0.12.0 |
| 793 | 2026-05-27T20:26:33.820Z | Downloaded num-derive v0.4.2 |
| 794 | 2026-05-27T20:26:33.820Z | Downloaded num v0.4.3 |
| 795 | 2026-05-27T20:26:33.820Z | Downloaded nibble_vec v0.1.0 |
| 796 | 2026-05-27T20:26:33.820Z | Downloaded newtype-uuid-macros v0.1.0 |
| 797 | 2026-05-27T20:26:33.824Z | Downloaded new_debug_unreachable v1.0.6 |
| 798 | 2026-05-27T20:26:33.824Z | Downloaded libefi-sys v0.1.0 |
| 799 | 2026-05-27T20:26:33.824Z | Downloaded hmac v0.12.1 |
| 800 | 2026-05-27T20:26:33.824Z | Downloaded highway v1.3.0 |
| 801 | 2026-05-27T20:26:33.825Z | Downloaded jobserver v0.1.34 |
| 802 | 2026-05-27T20:26:33.828Z | Downloaded hyper-rustls v0.27.7 |
| 803 | 2026-05-27T20:26:33.828Z | Downloaded dropshot_endpoint v0.17.0 |
| 804 | 2026-05-27T20:26:33.828Z | Downloaded crossbeam-epoch v0.9.18 |
| 805 | 2026-05-27T20:26:33.835Z | Downloaded opaque-debug v0.3.1 |
| 806 | 2026-05-27T20:26:33.835Z | Downloaded num_threads v0.1.7 |
| 807 | 2026-05-27T20:26:33.835Z | Downloaded num-derive v0.3.3 |
| 808 | 2026-05-27T20:26:33.835Z | Downloaded num_enum_derive v0.5.11 |
| 809 | 2026-05-27T20:26:33.835Z | Downloaded lock_api v0.4.14 |
| 810 | 2026-05-27T20:26:33.835Z | Downloaded iana-time-zone v0.1.65 |
| 811 | 2026-05-27T20:26:33.839Z | Downloaded openssl-macros v0.1.1 |
| 812 | 2026-05-27T20:26:33.839Z | Downloaded openssl-probe v0.1.6 |
| 813 | 2026-05-27T20:26:33.839Z | Downloaded num-iter v0.1.45 |
| 814 | 2026-05-27T20:26:33.839Z | Downloaded libsw-core v0.3.2 |
| 815 | 2026-05-27T20:26:33.843Z | Downloaded oso-derive v0.27.3 |
| 816 | 2026-05-27T20:26:33.843Z | Downloaded mime_guess v2.0.5 |
| 817 | 2026-05-27T20:26:33.843Z | Downloaded md-5 v0.10.6 |
| 818 | 2026-05-27T20:26:33.847Z | Downloaded libsw v3.5.0 |
| 819 | 2026-05-27T20:26:33.847Z | Downloaded linear-map v1.2.0 |
| 820 | 2026-05-27T20:26:33.847Z | Downloaded hashbrown v0.13.2 |
| 821 | 2026-05-27T20:26:33.851Z | Downloaded multer v3.1.0 |
| 822 | 2026-05-27T20:26:33.851Z | Downloaded ingot-macros v0.1.1 |
| 823 | 2026-05-27T20:26:33.851Z | Downloaded packed_struct_codegen v0.10.1 |
| 824 | 2026-05-27T20:26:33.855Z | Downloaded olpc-cjson v0.1.4 |
| 825 | 2026-05-27T20:26:33.855Z | Downloaded httparse v1.10.1 |
| 826 | 2026-05-27T20:26:33.855Z | Downloaded path-slash v0.1.5 |
| 827 | 2026-05-27T20:26:33.855Z | Downloaded pbkdf2 v0.11.0 |
| 828 | 2026-05-27T20:26:33.858Z | Downloaded indoc v2.0.7 |
| 829 | 2026-05-27T20:26:33.858Z | Downloaded bytes v1.11.1 |
| 830 | 2026-05-27T20:26:33.861Z | Downloaded parse-display v0.10.0 |
| 831 | 2026-05-27T20:26:33.861Z | Downloaded openssl-probe v0.2.1 |
| 832 | 2026-05-27T20:26:33.864Z | Downloaded half v2.7.1 |
| 833 | 2026-05-27T20:26:33.864Z | Downloaded darling v0.21.3 |
| 834 | 2026-05-27T20:26:33.871Z | Downloaded elliptic-curve v0.13.8 |
| 835 | 2026-05-27T20:26:33.871Z | Downloaded parse-size v1.1.0 |
| 836 | 2026-05-27T20:26:33.871Z | Downloaded nanorand v0.7.0 |
| 837 | 2026-05-27T20:26:33.871Z | Downloaded fs-err v2.11.0 |
| 838 | 2026-05-27T20:26:33.874Z | Downloaded darling_core v0.13.4 |
| 839 | 2026-05-27T20:26:33.878Z | Downloaded peg-runtime v0.8.5 |
| 840 | 2026-05-27T20:26:33.878Z | Downloaded num-complex v0.4.6 |
| 841 | 2026-05-27T20:26:33.878Z | Downloaded nu-ansi-term v0.50.3 |
| 842 | 2026-05-27T20:26:33.882Z | Downloaded newtype-uuid v1.3.2 |
| 843 | 2026-05-27T20:26:33.882Z | Downloaded flume v0.11.1 |
| 844 | 2026-05-27T20:26:33.885Z | Downloaded diff v0.1.13 |
| 845 | 2026-05-27T20:26:33.886Z | Downloaded pbkdf2 v0.12.2 |
| 846 | 2026-05-27T20:26:33.886Z | Downloaded num_enum_derive v0.7.5 |
| 847 | 2026-05-27T20:26:33.889Z | Downloaded const_format v0.2.35 |
| 848 | 2026-05-27T20:26:33.893Z | Downloaded litrs v1.0.0 |
| 849 | 2026-05-27T20:26:33.893Z | Downloaded compact_str v0.8.1 |
| 850 | 2026-05-27T20:26:33.897Z | Downloaded aes v0.8.4 |
| 851 | 2026-05-27T20:26:33.897Z | Downloaded phf_shared v0.13.1 |
| 852 | 2026-05-27T20:26:33.897Z | Downloaded phf_shared v0.12.1 |
| 853 | 2026-05-27T20:26:33.897Z | Downloaded num-integer v0.1.46 |
| 854 | 2026-05-27T20:26:33.900Z | Downloaded libloading v0.8.9 |
| 855 | 2026-05-27T20:26:33.900Z | Downloaded phf_shared v0.11.3 |
| 856 | 2026-05-27T20:26:33.900Z | Downloaded num_enum v0.5.11 |
| 857 | 2026-05-27T20:26:33.907Z | Downloaded indexmap v1.9.3 |
| 858 | 2026-05-27T20:26:33.907Z | Downloaded packed_struct v0.10.1 |
| 859 | 2026-05-27T20:26:33.907Z | Downloaded futures v0.3.32 |
| 860 | 2026-05-27T20:26:33.910Z | Downloaded parse-display-derive v0.10.0 |
| 861 | 2026-05-27T20:26:33.910Z | Downloaded oxnet v0.1.4 |
| 862 | 2026-05-27T20:26:33.914Z | Downloaded predicates-tree v1.0.13 |
| 863 | 2026-05-27T20:26:33.914Z | Downloaded ciborium v0.2.2 |
| 864 | 2026-05-27T20:26:33.914Z | Downloaded proc-macro-crate v1.3.1 |
| 865 | 2026-05-27T20:26:33.918Z | Downloaded precomputed-hash v0.1.1 |
| 866 | 2026-05-27T20:26:33.918Z | Downloaded oxide-tokio-rt v0.1.4 |
| 867 | 2026-05-27T20:26:33.918Z | Downloaded proc-macro-crate v3.4.0 |
| 868 | 2026-05-27T20:26:33.918Z | Downloaded dropshot-api-manager v0.7.2 |
| 869 | 2026-05-27T20:26:33.922Z | Downloaded powerfmt v0.2.0 |
| 870 | 2026-05-27T20:26:33.922Z | Downloaded base64 v0.21.7 |
| 871 | 2026-05-27T20:26:33.941Z | Downloaded progenitor-macro v0.14.0 |
| 872 | 2026-05-27T20:26:33.946Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 873 | 2026-05-27T20:26:33.946Z | Downloaded predicates-core v1.0.10 |
| 874 | 2026-05-27T20:26:33.946Z | Downloaded peg-macros v0.8.5 |
| 875 | 2026-05-27T20:26:33.946Z | Downloaded paste v1.0.15 |
| 876 | 2026-05-27T20:26:33.946Z | Downloaded parking_lot_core v0.8.6 |
| 877 | 2026-05-27T20:26:33.950Z | Downloaded psl-types v2.0.11 |
| 878 | 2026-05-27T20:26:33.950Z | Downloaded progenitor-client v0.11.2 |
| 879 | 2026-05-27T20:26:33.950Z | Downloaded password-hash v0.4.2 |
| 880 | 2026-05-27T20:26:33.954Z | Downloaded derive_more v2.1.1 |
| 881 | 2026-05-27T20:26:33.958Z | Downloaded quick-error v1.2.3 |
| 882 | 2026-05-27T20:26:33.965Z | Downloaded progenitor-macro v0.13.0 |
| 883 | 2026-05-27T20:26:33.965Z | Downloaded crypto-bigint v0.5.5 |
| 884 | 2026-05-27T20:26:33.969Z | Downloaded radium v0.7.0 |
| 885 | 2026-05-27T20:26:33.969Z | Downloaded progenitor-macro v0.11.2 |
| 886 | 2026-05-27T20:26:33.969Z | Downloaded progenitor-client v0.14.0 |
| 887 | 2026-05-27T20:26:33.969Z | Downloaded pin-utils v0.1.0 |
| 888 | 2026-05-27T20:26:33.969Z | Downloaded peg v0.8.5 |
| 889 | 2026-05-27T20:26:33.972Z | Downloaded rand_chacha v0.3.1 |
| 890 | 2026-05-27T20:26:33.972Z | Downloaded poly1305 v0.8.0 |
| 891 | 2026-05-27T20:26:33.972Z | Downloaded pkg-config v0.3.32 |
| 892 | 2026-05-27T20:26:33.981Z | Downloaded pem v3.0.6 |
| 893 | 2026-05-27T20:26:33.981Z | Downloaded owo-colors v4.3.0 |
| 894 | 2026-05-27T20:26:33.981Z | Downloaded omicron-zone-package v0.12.2 |
| 895 | 2026-05-27T20:26:33.981Z | Downloaded pkcs8 v0.10.2 |
| 896 | 2026-05-27T20:26:33.981Z | Downloaded pin-project-lite v0.2.17 |
| 897 | 2026-05-27T20:26:33.984Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 898 | 2026-05-27T20:26:33.984Z | Downloaded recursive v0.1.1 |
| 899 | 2026-05-27T20:26:33.989Z | Downloaded proc-macro-error2 v2.0.1 |
| 900 | 2026-05-27T20:26:33.989Z | Downloaded ppv-lite86 v0.2.21 |
| 901 | 2026-05-27T20:26:33.992Z | Downloaded polyval v0.6.2 |
| 902 | 2026-05-27T20:26:33.992Z | Downloaded flate2 v1.1.9 |
| 903 | 2026-05-27T20:26:33.997Z | Downloaded ignore v0.4.25 |
| 904 | 2026-05-27T20:26:33.997Z | Downloaded hickory-resolver v0.24.4 |
| 905 | 2026-05-27T20:26:34.002Z | Downloaded pem-rfc7468 v0.7.0 |
| 906 | 2026-05-27T20:26:34.002Z | Downloaded progenitor-client v0.10.0 |
| 907 | 2026-05-27T20:26:34.002Z | Downloaded ref-cast v1.0.25 |
| 908 | 2026-05-27T20:26:34.006Z | Downloaded ref-cast-impl v1.0.25 |
| 909 | 2026-05-27T20:26:34.006Z | Downloaded ar_archive_writer v0.5.1 |
| 910 | 2026-05-27T20:26:34.006Z | Downloaded primeorder v0.13.6 |
| 911 | 2026-05-27T20:26:34.006Z | Downloaded async-compression v0.4.41 |
| 912 | 2026-05-27T20:26:34.009Z | Downloaded parking_lot v0.12.5 |
| 913 | 2026-05-27T20:26:34.017Z | Downloaded progenitor-client v0.13.0 |
| 914 | 2026-05-27T20:26:34.017Z | Downloaded progenitor v0.13.0 |
| 915 | 2026-05-27T20:26:34.017Z | Downloaded predicates v3.1.4 |
| 916 | 2026-05-27T20:26:34.017Z | Downloaded parking_lot v0.11.2 |
| 917 | 2026-05-27T20:26:34.017Z | Downloaded psm v0.1.30 |
| 918 | 2026-05-27T20:26:34.017Z | Downloaded russh-cryptovec v0.7.3 |
| 919 | 2026-05-27T20:26:34.020Z | Downloaded rtoolbox v0.0.3 |
| 920 | 2026-05-27T20:26:34.020Z | Downloaded oso v0.27.3 |
| 921 | 2026-05-27T20:26:34.021Z | Downloaded expectorate v1.2.0 |
| 922 | 2026-05-27T20:26:34.025Z | Downloaded derive_more-impl v2.1.1 |
| 923 | 2026-05-27T20:26:34.029Z | Downloaded progenitor v0.14.0 |
| 924 | 2026-05-27T20:26:34.029Z | Downloaded progenitor v0.11.2 |
| 925 | 2026-05-27T20:26:34.029Z | Downloaded aho-corasick v1.1.4 |
| 926 | 2026-05-27T20:26:34.033Z | Downloaded rustc_version v0.1.7 |
| 927 | 2026-05-27T20:26:34.033Z | Downloaded rustc_version v0.4.1 |
| 928 | 2026-05-27T20:26:34.037Z | Downloaded rustc-hash v2.1.1 |
| 929 | 2026-05-27T20:26:34.037Z | Downloaded salsa20 v0.10.2 |
| 930 | 2026-05-27T20:26:34.037Z | Downloaded progenitor-extras v0.2.0 |
| 931 | 2026-05-27T20:26:34.037Z | Downloaded aes-gcm v0.10.3 |
| 932 | 2026-05-27T20:26:34.040Z | Downloaded password-hash v0.5.0 |
| 933 | 2026-05-27T20:26:34.041Z | Downloaded parking_lot_core v0.9.12 |
| 934 | 2026-05-27T20:26:34.044Z | Downloaded miniz_oxide v0.8.9 |
| 935 | 2026-05-27T20:26:34.044Z | Downloaded postgres-protocol v0.6.10 |
| 936 | 2026-05-27T20:26:34.055Z | Downloaded postcard v1.1.3 |
| 937 | 2026-05-27T20:26:34.055Z | Downloaded rand_seeder v0.4.0 |
| 938 | 2026-05-27T20:26:34.058Z | Downloaded pin-project-internal v1.1.11 |
| 939 | 2026-05-27T20:26:34.058Z | Downloaded r2d2 v0.8.10 |
| 940 | 2026-05-27T20:26:34.058Z | Downloaded pkcs5 v0.7.1 |
| 941 | 2026-05-27T20:26:34.058Z | Downloaded rand_core v0.9.5 |
| 942 | 2026-05-27T20:26:34.058Z | Downloaded same-file v1.0.6 |
| 943 | 2026-05-27T20:26:34.058Z | Downloaded scheduled-thread-pool v0.2.7 |
| 944 | 2026-05-27T20:26:34.058Z | Downloaded sapling-renderdag v0.1.0 |
| 945 | 2026-05-27T20:26:34.058Z | Downloaded phf v0.13.1 |
| 946 | 2026-05-27T20:26:34.063Z | Downloaded rand_core v0.6.4 |
| 947 | 2026-05-27T20:26:34.063Z | Downloaded rand_core v0.10.0 |
| 948 | 2026-05-27T20:26:34.063Z | Downloaded phf v0.12.1 |
| 949 | 2026-05-27T20:26:34.063Z | Downloaded hickory-resolver v0.25.2 |
| 950 | 2026-05-27T20:26:34.067Z | Downloaded pkcs1 v0.7.5 |
| 951 | 2026-05-27T20:26:34.067Z | Downloaded rand_xorshift v0.4.0 |
| 952 | 2026-05-27T20:26:34.071Z | Downloaded scopeguard v1.2.0 |
| 953 | 2026-05-27T20:26:34.071Z | Downloaded postgres-types v0.2.12 |
| 954 | 2026-05-27T20:26:34.071Z | Downloaded jiff-static v0.2.21 |
| 955 | 2026-05-27T20:26:34.076Z | Downloaded hashbrown v0.12.3 |
| 956 | 2026-05-27T20:26:34.076Z | Downloaded scroll_derive v0.13.1 |
| 957 | 2026-05-27T20:26:34.081Z | Downloaded papergrid v0.17.0 |
| 958 | 2026-05-27T20:26:34.081Z | Downloaded p256 v0.13.2 |
| 959 | 2026-05-27T20:26:34.084Z | Downloaded rfc6979 v0.4.0 |
| 960 | 2026-05-27T20:26:34.084Z | Downloaded num_enum v0.7.5 |
| 961 | 2026-05-27T20:26:34.084Z | Downloaded secrecy v0.10.3 |
| 962 | 2026-05-27T20:26:34.090Z | Downloaded scrypt v0.11.0 |
| 963 | 2026-05-27T20:26:34.090Z | Downloaded resolv-conf v0.7.6 |
| 964 | 2026-05-27T20:26:34.090Z | Downloaded num-rational v0.4.2 |
| 965 | 2026-05-27T20:26:34.090Z | Downloaded memmap2 v0.9.10 |
| 966 | 2026-05-27T20:26:34.090Z | Downloaded indicatif v0.18.4 |
| 967 | 2026-05-27T20:26:34.094Z | Downloaded libbz2-rs-sys v0.2.2 |
| 968 | 2026-05-27T20:26:34.094Z | Downloaded serde-big-array v0.5.1 |
| 969 | 2026-05-27T20:26:34.094Z | Downloaded hyper-util v0.1.20 |
| 970 | 2026-05-27T20:26:34.098Z | Downloaded rand_chacha v0.9.0 |
| 971 | 2026-05-27T20:26:34.098Z | Downloaded pin-project v1.1.11 |
| 972 | 2026-05-27T20:26:34.105Z | Downloaded serde_urlencoded v0.7.1 |
| 973 | 2026-05-27T20:26:34.110Z | Downloaded serde_spanned v1.0.4 |
| 974 | 2026-05-27T20:26:34.110Z | Downloaded serde_repr v0.1.20 |
| 975 | 2026-05-27T20:26:34.110Z | Downloaded serde_plain v1.0.2 |
| 976 | 2026-05-27T20:26:34.113Z | Downloaded signal-hook-tokio v0.3.1 |
| 977 | 2026-05-27T20:26:34.113Z | Downloaded sigpipe v0.1.3 |
| 978 | 2026-05-27T20:26:34.113Z | Downloaded shell-words v1.1.1 |
| 979 | 2026-05-27T20:26:34.113Z | Downloaded rustls-native-certs v0.8.3 |
| 980 | 2026-05-27T20:26:34.113Z | Downloaded serde_bytes v0.11.19 |
| 981 | 2026-05-27T20:26:34.117Z | Downloaded prefix-trie v0.7.0 |
| 982 | 2026-05-27T20:26:34.117Z | Downloaded native-tls v0.2.18 |
| 983 | 2026-05-27T20:26:34.121Z | Downloaded heapless v0.8.0 |
| 984 | 2026-05-27T20:26:34.121Z | Downloaded heapless v0.7.17 |
| 985 | 2026-05-27T20:26:34.126Z | Downloaded rustversion v1.0.22 |
| 986 | 2026-05-27T20:26:34.126Z | Downloaded rusty-fork v0.3.1 |
| 987 | 2026-05-27T20:26:34.126Z | Downloaded headers v0.4.1 |
| 988 | 2026-05-27T20:26:34.129Z | Downloaded slog-envlogger v2.2.0 |
| 989 | 2026-05-27T20:26:34.129Z | Downloaded signature v2.2.0 |
| 990 | 2026-05-27T20:26:34.132Z | Downloaded rustls-pemfile v1.0.4 |
| 991 | 2026-05-27T20:26:34.132Z | Downloaded diesel_derives v2.3.7 |
| 992 | 2026-05-27T20:26:34.136Z | Downloaded siphasher v1.0.2 |
| 993 | 2026-05-27T20:26:34.140Z | Downloaded http v1.4.0 |
| 994 | 2026-05-27T20:26:34.142Z | Downloaded getrandom v0.3.4 |
| 995 | 2026-05-27T20:26:34.146Z | Downloaded rustls-pemfile v2.2.0 |
| 996 | 2026-05-27T20:26:34.146Z | Downloaded darling_core v0.20.11 |
| 997 | 2026-05-27T20:26:34.146Z | Downloaded scroll v0.13.0 |
| 998 | 2026-05-27T20:26:34.146Z | Downloaded schemars_derive v0.8.22 |
| 999 | 2026-05-27T20:26:34.149Z | Downloaded slog-bunyan v2.5.0 |
| 1000 | 2026-05-27T20:26:34.149Z | Downloaded openssl-sys v0.9.115 |
| 1001 | 2026-05-27T20:26:34.152Z | Downloaded drift v0.2.0 |
| 1002 | 2026-05-27T20:26:34.157Z | Downloaded sec1 v0.7.3 |
| 1003 | 2026-05-27T20:26:34.163Z | Downloaded darling_core v0.21.3 |
| 1004 | 2026-05-27T20:26:34.163Z | Downloaded progenitor-impl v0.13.0 |
| 1005 | 2026-05-27T20:26:34.163Z | Downloaded serde-hex v0.1.0 |
| 1006 | 2026-05-27T20:26:34.167Z | Downloaded progenitor-impl v0.11.2 |
| 1007 | 2026-05-27T20:26:34.167Z | Downloaded seq-macro v0.3.6 |
| 1008 | 2026-05-27T20:26:34.170Z | Downloaded sct v0.7.1 |
| 1009 | 2026-05-27T20:26:34.170Z | Downloaded minimal-lexical v0.2.1 |
| 1010 | 2026-05-27T20:26:34.175Z | Downloaded sqlparser_derive v0.5.0 |
| 1011 | 2026-05-27T20:26:34.175Z | Downloaded colored v3.1.1 |
| 1012 | 2026-05-27T20:26:34.179Z | Downloaded colored v2.2.0 |
| 1013 | 2026-05-27T20:26:34.179Z | Downloaded derive_builder_core v0.20.2 |
| 1014 | 2026-05-27T20:26:34.179Z | Downloaded serde_with_macros v1.5.2 |
| 1015 | 2026-05-27T20:26:34.183Z | Downloaded serde_derive_internals v0.29.1 |
| 1016 | 2026-05-27T20:26:34.183Z | Downloaded semver v0.1.20 |
| 1017 | 2026-05-27T20:26:34.183Z | Downloaded progenitor-impl v0.14.0 |
| 1018 | 2026-05-27T20:26:34.183Z | Downloaded serde_path_to_error v0.1.20 |
| 1019 | 2026-05-27T20:26:34.186Z | Downloaded russh-keys v0.45.0 |
| 1020 | 2026-05-27T20:26:34.186Z | Downloaded strsim v0.10.0 |
| 1021 | 2026-05-27T20:26:34.187Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1022 | 2026-05-27T20:26:34.190Z | Downloaded ssh-encoding v0.2.0 |
| 1023 | 2026-05-27T20:26:34.190Z | Downloaded strum v0.26.3 |
| 1024 | 2026-05-27T20:26:34.190Z | Downloaded sha1 v0.10.6 |
| 1025 | 2026-05-27T20:26:34.190Z | Downloaded secrecy v0.8.0 |
| 1026 | 2026-05-27T20:26:34.198Z | Downloaded quinn-udp v0.5.14 |
| 1027 | 2026-05-27T20:26:34.198Z | Downloaded ff v0.13.1 |
| 1028 | 2026-05-27T20:26:34.198Z | Downloaded der v0.7.10 |
| 1029 | 2026-05-27T20:26:34.198Z | Downloaded signal-hook-registry v1.4.8 |
| 1030 | 2026-05-27T20:26:34.202Z | Downloaded crunchy v0.2.4 |
| 1031 | 2026-05-27T20:26:34.202Z | Downloaded base64 v0.22.1 |
| 1032 | 2026-05-27T20:26:34.202Z | Downloaded signal-hook-mio v0.2.5 |
| 1033 | 2026-05-27T20:26:34.202Z | Downloaded rcgen v0.12.1 |
| 1034 | 2026-05-27T20:26:34.205Z | Downloaded rustls-pki-types v1.14.0 |
| 1035 | 2026-05-27T20:26:34.205Z | Downloaded structmeta-derive v0.3.0 |
| 1036 | 2026-05-27T20:26:34.205Z | Downloaded structmeta v0.3.0 |
| 1037 | 2026-05-27T20:26:34.211Z | Downloaded subtle v2.6.1 |
| 1038 | 2026-05-27T20:26:34.211Z | Downloaded sync-ptr v0.1.4 |
| 1039 | 2026-05-27T20:26:34.211Z | Downloaded supports-color v3.0.2 |
| 1040 | 2026-05-27T20:26:34.211Z | Downloaded slog-json v2.6.1 |
| 1041 | 2026-05-27T20:26:34.211Z | Downloaded simd-adler32 v0.3.8 |
| 1042 | 2026-05-27T20:26:34.215Z | Downloaded slab v0.4.12 |
| 1043 | 2026-05-27T20:26:34.215Z | Downloaded crossterm v0.28.1 |
| 1044 | 2026-05-27T20:26:34.218Z | Downloaded slog-scope v4.4.1 |
| 1045 | 2026-05-27T20:26:34.221Z | Downloaded smallvec v0.6.14 |
| 1046 | 2026-05-27T20:26:34.224Z | Downloaded slog-dtrace v0.3.0 |
| 1047 | 2026-05-27T20:26:34.225Z | Downloaded take_mut v0.2.2 |
| 1048 | 2026-05-27T20:26:34.225Z | Downloaded tagptr v0.2.0 |
| 1049 | 2026-05-27T20:26:34.225Z | Downloaded prettyplease v0.2.37 |
| 1050 | 2026-05-27T20:26:34.229Z | Downloaded tabwriter v1.4.1 |
| 1051 | 2026-05-27T20:26:34.229Z | Downloaded tabled_derive v0.11.0 |
| 1052 | 2026-05-27T20:26:34.232Z | Downloaded slog-async v2.8.0 |
| 1053 | 2026-05-27T20:26:34.232Z | Downloaded sync_wrapper v1.0.2 |
| 1054 | 2026-05-27T20:26:34.232Z | Downloaded crossterm v0.29.0 |
| 1055 | 2026-05-27T20:26:34.236Z | Downloaded tap v1.0.1 |
| 1056 | 2026-05-27T20:26:34.236Z | Downloaded serde_cbor v0.11.2 |
| 1057 | 2026-05-27T20:26:34.239Z | Downloaded snafu-derive v0.8.9 |
| 1058 | 2026-05-27T20:26:34.239Z | Downloaded ron v0.8.1 |
| 1059 | 2026-05-27T20:26:34.241Z | Downloaded termtree v0.5.1 |
| 1060 | 2026-05-27T20:26:34.244Z | Downloaded ssh-cipher v0.2.0 |
| 1061 | 2026-05-27T20:26:34.244Z | Downloaded hickory-server v0.25.2 |
| 1062 | 2026-05-27T20:26:34.247Z | Downloaded thread-id v5.1.0 |
| 1063 | 2026-05-27T20:26:34.251Z | Downloaded sqlformat v0.3.5 |
| 1064 | 2026-05-27T20:26:34.254Z | Downloaded serde_with_macros v3.17.0 |
| 1065 | 2026-05-27T20:26:34.257Z | Downloaded tinyvec_macros v0.1.1 |
| 1066 | 2026-05-27T20:26:34.257Z | Downloaded stringprep v0.1.5 |
| 1067 | 2026-05-27T20:26:34.257Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1068 | 2026-05-27T20:26:34.311Z | Downloaded testing_table v0.3.0 |
| 1069 | 2026-05-27T20:26:34.311Z | Downloaded time-core v0.1.8 |
| 1070 | 2026-05-27T20:26:34.355Z | Downloaded static_assertions v1.1.0 |
| 1071 | 2026-05-27T20:26:34.615Z | Downloaded string_cache v0.8.9 |
| 1072 | 2026-05-27T20:26:34.615Z | Downloaded rayon-core v1.13.0 |
| 1073 | 2026-05-27T20:26:34.615Z | Downloaded pretty_assertions v1.4.1 |
| 1074 | 2026-05-27T20:26:34.615Z | Downloaded stacker v0.1.23 |
| 1075 | 2026-05-27T20:26:34.615Z | Downloaded ryu v1.0.23 |
| 1076 | 2026-05-27T20:26:34.615Z | Downloaded shlex v1.3.0 |
| 1077 | 2026-05-27T20:26:34.615Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1078 | 2026-05-27T20:26:34.615Z | Downloaded tokio-macros v2.7.0 |
| 1079 | 2026-05-27T20:26:34.615Z | Downloaded hashbrown v0.16.1 |
| 1080 | 2026-05-27T20:26:34.615Z | Downloaded support-bundle-viewer v0.1.2 |
| 1081 | 2026-05-27T20:26:34.615Z | Downloaded strum_macros v0.27.2 |
| 1082 | 2026-05-27T20:26:34.615Z | Downloaded num-bigint v0.4.6 |
| 1083 | 2026-05-27T20:26:34.615Z | Downloaded schemars v0.8.22 |
| 1084 | 2026-05-27T20:26:34.615Z | Downloaded termios v0.3.3 |
| 1085 | 2026-05-27T20:26:34.615Z | Downloaded smf v0.2.3 |
| 1086 | 2026-05-27T20:26:34.615Z | Downloaded slog-stdlog v4.1.1 |
| 1087 | 2026-05-27T20:26:34.615Z | Downloaded hashbrown v0.15.5 |
| 1088 | 2026-05-27T20:26:34.615Z | Downloaded strum_macros v0.26.4 |
| 1089 | 2026-05-27T20:26:34.615Z | Downloaded strum_macros v0.24.3 |
| 1090 | 2026-05-27T20:26:34.615Z | Downloaded strum v0.27.2 |
| 1091 | 2026-05-27T20:26:34.615Z | Downloaded itertools v0.10.5 |
| 1092 | 2026-05-27T20:26:34.615Z | Downloaded publicsuffix v2.3.0 |
| 1093 | 2026-05-27T20:26:34.616Z | Downloaded spki v0.7.3 |
| 1094 | 2026-05-27T20:26:34.616Z | Downloaded thiserror-no-std v2.0.2 |
| 1095 | 2026-05-27T20:26:34.616Z | Downloaded spin v0.9.8 |
| 1096 | 2026-05-27T20:26:34.616Z | Downloaded tower-service v0.3.3 |
| 1097 | 2026-05-27T20:26:34.616Z | Downloaded quinn v0.11.9 |
| 1098 | 2026-05-27T20:26:34.616Z | Downloaded trait-variant v0.1.2 |
| 1099 | 2026-05-27T20:26:34.616Z | Downloaded topological-sort v0.2.2 |
| 1100 | 2026-05-27T20:26:34.616Z | Downloaded thread_local v1.1.9 |
| 1101 | 2026-05-27T20:26:34.616Z | Downloaded rand v0.8.6 |
| 1102 | 2026-05-27T20:26:34.616Z | Downloaded try-lock v0.2.5 |
| 1103 | 2026-05-27T20:26:34.616Z | Downloaded tower-layer v0.3.3 |
| 1104 | 2026-05-27T20:26:34.616Z | Downloaded mio v1.2.0 |
| 1105 | 2026-05-27T20:26:34.616Z | Downloaded tokio-native-tls v0.3.1 |
| 1106 | 2026-05-27T20:26:34.616Z | Downloaded tls_codec v0.4.2 |
| 1107 | 2026-05-27T20:26:34.616Z | Downloaded similar v2.7.0 |
| 1108 | 2026-05-27T20:26:34.616Z | Downloaded signal-hook v0.3.18 |
| 1109 | 2026-05-27T20:26:34.616Z | Downloaded typify-macro v0.6.2 |
| 1110 | 2026-05-27T20:26:34.616Z | Downloaded typify-macro v0.4.3 |
| 1111 | 2026-05-27T20:26:34.616Z | Downloaded slog-term v2.9.2 |
| 1112 | 2026-05-27T20:26:34.616Z | Downloaded schemars v0.9.0 |
| 1113 | 2026-05-27T20:26:34.616Z | Downloaded universal-hash v0.5.1 |
| 1114 | 2026-05-27T20:26:34.616Z | Downloaded unicode-truncate v1.1.0 |
| 1115 | 2026-05-27T20:26:34.616Z | Downloaded usdt-macro v0.6.0 |
| 1116 | 2026-05-27T20:26:34.616Z | Downloaded unit-prefix v0.5.2 |
| 1117 | 2026-05-27T20:26:34.616Z | Downloaded tokio-rustls v0.25.0 |
| 1118 | 2026-05-27T20:26:34.616Z | Downloaded rsa v0.9.10 |
| 1119 | 2026-05-27T20:26:34.617Z | Downloaded hyper v1.8.1 |
| 1120 | 2026-05-27T20:26:34.617Z | Downloaded qorb v0.4.1 |
| 1121 | 2026-05-27T20:26:34.617Z | Downloaded socket2 v0.6.3 |
| 1122 | 2026-05-27T20:26:34.617Z | Downloaded tokio-tungstenite v0.21.0 |
| 1123 | 2026-05-27T20:26:34.617Z | Downloaded term v1.2.1 |
| 1124 | 2026-05-27T20:26:34.617Z | Downloaded usdt-attr-macro v0.6.0 |
| 1125 | 2026-05-27T20:26:34.617Z | Downloaded utf-8 v0.7.6 |
| 1126 | 2026-05-27T20:26:34.617Z | Downloaded usdt v0.6.0 |
| 1127 | 2026-05-27T20:26:34.617Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1128 | 2026-05-27T20:26:34.617Z | Downloaded untrusted v0.9.0 |
| 1129 | 2026-05-27T20:26:34.617Z | Downloaded untrusted v0.7.1 |
| 1130 | 2026-05-27T20:26:34.617Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1131 | 2026-05-27T20:26:34.617Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1132 | 2026-05-27T20:26:34.617Z | Downloaded term v0.7.0 |
| 1133 | 2026-05-27T20:26:34.617Z | Downloaded tiny-keccak v2.0.2 |
| 1134 | 2026-05-27T20:26:34.617Z | Downloaded tokio-tungstenite v0.23.1 |
| 1135 | 2026-05-27T20:26:34.617Z | Downloaded tokio-dtrace v0.1.1 |
| 1136 | 2026-05-27T20:26:34.617Z | Downloaded want v0.3.1 |
| 1137 | 2026-05-27T20:26:34.617Z | Downloaded void v1.0.2 |
| 1138 | 2026-05-27T20:26:34.617Z | Downloaded time-macros v0.2.27 |
| 1139 | 2026-05-27T20:26:34.617Z | Downloaded wait-timeout v0.2.1 |
| 1140 | 2026-05-27T20:26:34.617Z | Downloaded tui-tree-widget v0.23.1 |
| 1141 | 2026-05-27T20:26:34.617Z | Downloaded tls_codec_derive v0.4.2 |
| 1142 | 2026-05-27T20:26:34.617Z | Downloaded unarray v0.1.4 |
| 1143 | 2026-05-27T20:26:34.617Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1144 | 2026-05-27T20:26:34.618Z | Downloaded iri-string v0.7.10 |
| 1145 | 2026-05-27T20:26:34.618Z | Downloaded xattr v1.6.1 |
| 1146 | 2026-05-27T20:26:34.618Z | Downloaded itertools v0.13.0 |
| 1147 | 2026-05-27T20:26:34.618Z | Downloaded subprocess v0.2.15 |
| 1148 | 2026-05-27T20:26:34.618Z | Downloaded tokio-rustls v0.24.1 |
| 1149 | 2026-05-27T20:26:34.618Z | Downloaded libxml v0.3.3 |
| 1150 | 2026-05-27T20:26:34.618Z | Downloaded unicase v2.9.0 |
| 1151 | 2026-05-27T20:26:34.618Z | Downloaded samael v0.0.19 |
| 1152 | 2026-05-27T20:26:34.618Z | Downloaded slog v2.8.2 |
| 1153 | 2026-05-27T20:26:34.618Z | Downloaded xshell-macros v0.2.7 |
| 1154 | 2026-05-27T20:26:34.618Z | Downloaded usdt-impl v0.6.0 |
| 1155 | 2026-05-27T20:26:34.618Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1156 | 2026-05-27T20:26:34.618Z | Downloaded futures-util v0.3.32 |
| 1157 | 2026-05-27T20:26:34.618Z | Downloaded tokio-stream v0.1.18 |
| 1158 | 2026-05-27T20:26:34.618Z | Downloaded schemars v1.2.1 |
| 1159 | 2026-05-27T20:26:34.619Z | Downloaded vergen-git2 v9.1.0 |
| 1160 | 2026-05-27T20:26:34.619Z | Downloaded zeroize_derive v1.4.3 |
| 1161 | 2026-05-27T20:26:34.619Z | Downloaded tokio-rustls v0.26.4 |
| 1162 | 2026-05-27T20:26:34.619Z | Downloaded rand v0.10.0 |
| 1163 | 2026-05-27T20:26:34.619Z | Downloaded vergen-lib v0.1.6 |
| 1164 | 2026-05-27T20:26:34.619Z | Downloaded zone_cfg_derive v0.3.1 |
| 1165 | 2026-05-27T20:26:34.619Z | Downloaded test-strategy v0.4.5 |
| 1166 | 2026-05-27T20:26:34.619Z | Downloaded socket2 v0.5.10 |
| 1167 | 2026-05-27T20:26:34.619Z | Downloaded snafu v0.8.9 |
| 1168 | 2026-05-27T20:26:34.619Z | Downloaded whoami v1.6.1 |
| 1169 | 2026-05-27T20:26:34.619Z | Downloaded rustls-webpki v0.103.9 |
| 1170 | 2026-05-27T20:26:34.619Z | Downloaded nom v7.1.3 |
| 1171 | 2026-05-27T20:26:34.623Z | Downloaded twox-hash v2.1.2 |
| 1172 | 2026-05-27T20:26:34.623Z | Downloaded tinyvec v1.10.0 |
| 1173 | 2026-05-27T20:26:34.623Z | Downloaded wyz v0.5.1 |
| 1174 | 2026-05-27T20:26:34.623Z | Downloaded waitgroup v0.1.2 |
| 1175 | 2026-05-27T20:26:34.623Z | Downloaded walkdir v2.5.0 |
| 1176 | 2026-05-27T20:26:34.623Z | Downloaded vergen-lib v9.1.0 |
| 1177 | 2026-05-27T20:26:34.623Z | Downloaded unicode-properties v0.1.4 |
| 1178 | 2026-05-27T20:26:34.624Z | Downloaded itertools v0.12.1 |
| 1179 | 2026-05-27T20:26:34.624Z | Downloaded libm v0.2.16 |
| 1180 | 2026-05-27T20:26:34.624Z | Downloaded whoami v2.1.0 |
| 1181 | 2026-05-27T20:26:34.624Z | Downloaded num-bigint-dig v0.8.6 |
| 1182 | 2026-05-27T20:26:34.624Z | Downloaded rand v0.9.2 |
| 1183 | 2026-05-27T20:26:34.624Z | Downloaded xshell v0.2.7 |
| 1184 | 2026-05-27T20:26:34.624Z | Downloaded hkdf v0.12.4 |
| 1185 | 2026-05-27T20:26:34.624Z | Downloaded h2 v0.4.13 |
| 1186 | 2026-05-27T20:26:34.624Z | Downloaded tar v0.4.45 |
| 1187 | 2026-05-27T20:26:34.624Z | Downloaded p521 v0.13.3 |
| 1188 | 2026-05-27T20:26:34.624Z | Downloaded russh v0.45.0 |
| 1189 | 2026-05-27T20:26:34.624Z | Downloaded vergen v9.1.0 |
| 1190 | 2026-05-27T20:26:34.624Z | Downloaded zone v0.3.1 |
| 1191 | 2026-05-27T20:26:34.624Z | Downloaded zeroize v1.8.2 |
| 1192 | 2026-05-27T20:26:34.624Z | Downloaded uzers v0.12.2 |
| 1193 | 2026-05-27T20:26:34.624Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1194 | 2026-05-27T20:26:34.624Z | Downloaded vergen-gitcl v1.0.8 |
| 1195 | 2026-05-27T20:26:34.624Z | Downloaded tracing-core v0.1.36 |
| 1196 | 2026-05-27T20:26:34.624Z | Downloaded tracing-attributes v0.1.31 |
| 1197 | 2026-05-27T20:26:34.624Z | Downloaded zstd-safe v7.2.4 |
| 1198 | 2026-05-27T20:26:34.624Z | Downloaded iddqd v0.4.2 |
| 1199 | 2026-05-27T20:26:34.624Z | Downloaded zstd v0.13.3 |
| 1200 | 2026-05-27T20:26:34.624Z | Downloaded tungstenite v0.23.0 |
| 1201 | 2026-05-27T20:26:34.624Z | Downloaded rustyline v14.0.0 |
| 1202 | 2026-05-27T20:26:34.624Z | Downloaded itertools v0.14.0 |
| 1203 | 2026-05-27T20:26:34.624Z | Downloaded tungstenite v0.21.0 |
| 1204 | 2026-05-27T20:26:34.625Z | Downloaded steno v0.4.1 |
| 1205 | 2026-05-27T20:26:34.625Z | Downloaded unicode-bidi v0.3.18 |
| 1206 | 2026-05-27T20:26:34.625Z | Downloaded vsss-rs v3.3.4 |
| 1207 | 2026-05-27T20:26:34.625Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1208 | 2026-05-27T20:26:34.626Z | Downloaded toml v0.7.8 |
| 1209 | 2026-05-27T20:26:34.626Z | Downloaded unsafe-libyaml v0.2.11 |
| 1210 | 2026-05-27T20:26:34.626Z | Downloaded uuid v1.23.0 |
| 1211 | 2026-05-27T20:26:34.626Z | Downloaded yasna v0.5.2 |
| 1212 | 2026-05-27T20:26:34.626Z | Downloaded serde_with v1.14.0 |
| 1213 | 2026-05-27T20:26:34.626Z | Downloaded vte v0.14.1 |
| 1214 | 2026-05-27T20:26:34.626Z | Downloaded blake3 v1.8.3 |
| 1215 | 2026-05-27T20:26:34.626Z | Downloaded typify v0.6.2 |
| 1216 | 2026-05-27T20:26:34.626Z | Downloaded typify v0.4.3 |
| 1217 | 2026-05-27T20:26:34.626Z | Downloaded tokio-postgres v0.7.16 |
| 1218 | 2026-05-27T20:26:34.626Z | Downloaded toml_edit v0.19.15 |
| 1219 | 2026-05-27T20:26:34.626Z | Downloaded zopfli v0.8.3 |
| 1220 | 2026-05-27T20:26:34.626Z | Downloaded zerocopy v0.6.6 |
| 1221 | 2026-05-27T20:26:34.626Z | Downloaded bitvec v1.0.1 |
| 1222 | 2026-05-27T20:26:34.626Z | Downloaded rpassword v7.4.0 |
| 1223 | 2026-05-27T20:26:34.626Z | Downloaded chrono v0.4.44 |
| 1224 | 2026-05-27T20:26:34.633Z | Downloaded reedline v0.40.0 |
| 1225 | 2026-05-27T20:26:34.638Z | Downloaded unicode_categories v0.1.1 |
| 1226 | 2026-05-27T20:26:34.641Z | Downloaded yansi v1.0.1 |
| 1227 | 2026-05-27T20:26:34.643Z | Downloaded regex v1.12.3 |
| 1228 | 2026-05-27T20:26:34.646Z | Downloaded p384 v0.13.1 |
| 1229 | 2026-05-27T20:26:34.649Z | Downloaded git2 v0.20.4 |
| 1230 | 2026-05-27T20:26:34.652Z | Downloaded reqwest v0.13.2 |
| 1231 | 2026-05-27T20:26:34.656Z | Downloaded ssh-key v0.6.7 |
| 1232 | 2026-05-27T20:26:34.661Z | Downloaded bindgen v0.71.1 |
| 1233 | 2026-05-27T20:26:34.670Z | Downloaded typed-path v0.9.3 |
| 1234 | 2026-05-27T20:26:34.673Z | Downloaded rayon v1.11.0 |
| 1235 | 2026-05-27T20:26:34.679Z | Downloaded zerocopy-derive v0.8.40 |
| 1236 | 2026-05-27T20:26:34.685Z | Downloaded reqwest v0.12.28 |
| 1237 | 2026-05-27T20:26:34.689Z | Downloaded aws-lc-rs v1.16.3 |
| 1238 | 2026-05-27T20:26:34.695Z | Downloaded zip v0.6.6 |
| 1239 | 2026-05-27T20:26:34.698Z | Downloaded tower v0.5.3 |
| 1240 | 2026-05-27T20:26:34.703Z | Downloaded rustls-webpki v0.101.7 |
| 1241 | 2026-05-27T20:26:34.712Z | Downloaded x509-cert v0.2.5 |
| 1242 | 2026-05-27T20:26:34.715Z | Downloaded salty v0.3.0 |
| 1243 | 2026-05-27T20:26:34.720Z | Downloaded unicode-segmentation v1.12.0 |
| 1244 | 2026-05-27T20:26:34.722Z | Downloaded quick-xml v0.37.5 |
| 1245 | 2026-05-27T20:26:34.726Z | Downloaded portable-atomic v1.13.1 |
| 1246 | 2026-05-27T20:26:34.730Z | Downloaded moka v0.12.13 |
| 1247 | 2026-05-27T20:26:34.739Z | Downloaded lalrpop v0.19.12 |
| 1248 | 2026-05-27T20:26:34.746Z | Downloaded unicode-normalization v0.1.25 |
| 1249 | 2026-05-27T20:26:34.748Z | Downloaded tokio-util v0.7.18 |
| 1250 | 2026-05-27T20:26:34.759Z | Downloaded rustls-webpki v0.102.8 |
| 1251 | 2026-05-27T20:26:34.770Z | Downloaded tower-http v0.6.8 |
| 1252 | 2026-05-27T20:26:34.775Z | Downloaded petname v2.0.2 |
| 1253 | 2026-05-27T20:26:34.779Z | Downloaded goblin v0.10.5 |
| 1254 | 2026-05-27T20:26:34.784Z | Downloaded proptest v1.10.0 |
| 1255 | 2026-05-27T20:26:34.789Z | Downloaded serde_with v3.17.0 |
| 1256 | 2026-05-27T20:26:34.797Z | Downloaded tough v0.22.0 |
| 1257 | 2026-05-27T20:26:34.816Z | Downloaded zip v4.6.1 |
| 1258 | 2026-05-27T20:26:34.833Z | Downloaded radix_trie v0.2.1 |
| 1259 | 2026-05-27T20:26:34.843Z | Downloaded winnow v0.6.26 |
| 1260 | 2026-05-27T20:26:34.849Z | Downloaded nix v0.27.1 |
| 1261 | 2026-05-27T20:26:34.856Z | Downloaded polar-core v0.27.3 |
| 1262 | 2026-05-27T20:26:34.861Z | Downloaded winnow v0.5.40 |
| 1263 | 2026-05-27T20:26:34.867Z | Downloaded bstr v1.12.1 |
| 1264 | 2026-05-27T20:26:34.872Z | Downloaded object v0.30.4 |
| 1265 | 2026-05-27T20:26:34.909Z | Downloaded nix v0.28.0 |
| 1266 | 2026-05-27T20:26:34.913Z | Downloaded tabled v0.20.0 |
| 1267 | 2026-05-27T20:26:34.913Z | Downloaded rustls v0.21.12 |
| 1268 | 2026-05-27T20:26:34.913Z | Downloaded quinn-proto v0.11.13 |
| 1269 | 2026-05-27T20:26:34.913Z | Downloaded time v0.3.47 |
| 1270 | 2026-05-27T20:26:34.918Z | Downloaded vcpkg v0.2.15 |
| 1271 | 2026-05-27T20:26:34.939Z | Downloaded webpki-roots v1.0.6 |
| 1272 | 2026-05-27T20:26:34.941Z | Downloaded regex-syntax v0.6.29 |
| 1273 | 2026-05-27T20:26:34.945Z | Downloaded dropshot v0.17.0 |
| 1274 | 2026-05-27T20:26:34.959Z | Downloaded rustls v0.22.4 |
| 1275 | 2026-05-27T20:26:34.966Z | Downloaded nix v0.31.2 |
| 1276 | 2026-05-27T20:26:34.973Z | Downloaded hickory-proto v0.24.4 |
| 1277 | 2026-05-27T20:26:34.982Z | Downloaded zerocopy v0.8.40 |
| 1278 | 2026-05-27T20:26:34.988Z | Downloaded zlib-rs v0.6.2 |
| 1279 | 2026-05-27T20:26:34.990Z | Downloaded diesel v2.3.7 |
| 1280 | 2026-05-27T20:26:35.004Z | Downloaded regress v0.10.5 |
| 1281 | 2026-05-27T20:26:35.009Z | Downloaded rustix v0.38.44 |
| 1282 | 2026-05-27T20:26:35.022Z | Downloaded smoltcp v0.11.0 |
| 1283 | 2026-05-27T20:26:35.029Z | Downloaded rustls v0.23.37 |
| 1284 | 2026-05-27T20:26:35.036Z | Downloaded regex-syntax v0.8.10 |
| 1285 | 2026-05-27T20:26:35.041Z | Downloaded hickory-proto v0.25.2 |
| 1286 | 2026-05-27T20:26:35.051Z | Downloaded regress v0.11.1 |
| 1287 | 2026-05-27T20:26:35.056Z | Downloaded openapiv3 v2.2.0 |
| 1288 | 2026-05-27T20:26:35.063Z | Downloaded object v0.37.3 |
| 1289 | 2026-05-27T20:26:35.070Z | Downloaded smoltcp v0.9.1 |
| 1290 | 2026-05-27T20:26:35.076Z | Downloaded sqlparser v0.61.0 |
| 1291 | 2026-05-27T20:26:35.082Z | Downloaded curve25519-dalek v4.1.3 |
| 1292 | 2026-05-27T20:26:35.087Z | Downloaded openssl v0.10.79 |
| 1293 | 2026-05-27T20:26:35.096Z | Downloaded tracing v0.1.44 |
| 1294 | 2026-05-27T20:26:35.109Z | Downloaded typify-impl v0.6.2 |
| 1295 | 2026-05-27T20:26:35.119Z | Downloaded typify-impl v0.4.3 |
| 1296 | 2026-05-27T20:26:35.138Z | Downloaded sled v0.34.7 |
| 1297 | 2026-05-27T20:26:35.146Z | Downloaded regex-automata v0.4.14 |
| 1298 | 2026-05-27T20:26:35.158Z | Downloaded petgraph v0.6.5 |
| 1299 | 2026-05-27T20:26:35.170Z | Downloaded ratatui v0.29.0 |
| 1300 | 2026-05-27T20:26:35.182Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1301 | 2026-05-27T20:26:35.189Z | Downloaded zerocopy-derive v0.6.6 |
| 1302 | 2026-05-27T20:26:35.195Z | Downloaded csv v1.4.0 |
| 1303 | 2026-05-27T20:26:35.207Z | Downloaded petgraph v0.8.3 |
| 1304 | 2026-05-27T20:26:35.260Z | Downloaded jiff v0.2.21 |
| 1305 | 2026-05-27T20:26:35.270Z | Downloaded chrono-tz v0.10.4 |
| 1306 | 2026-05-27T20:26:35.282Z | Downloaded encoding_rs v0.8.35 |
| 1307 | 2026-05-27T20:26:35.326Z | Downloaded libz-sys v1.1.24 |
| 1308 | 2026-05-27T20:26:35.339Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-05-27T20:26:35.348Z | Downloaded sha3 v0.10.8 |
| 1310 | 2026-05-27T20:26:35.353Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-05-27T20:26:35.385Z | Downloaded tokio v1.52.1 |
| 1312 | 2026-05-27T20:26:35.468Z | Downloaded ring v0.17.14 |
| 1313 | 2026-05-27T20:26:35.970Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-05-27T20:26:36.220Z | Compiling libc v0.2.185 |
| 1315 | 2026-05-27T20:26:36.220Z | Compiling serde v1.0.228 |
| 1316 | 2026-05-27T20:26:36.224Z | Compiling log v0.4.29 |
| 1317 | 2026-05-27T20:26:36.224Z | Compiling find-msvc-tools v0.1.9 |
| 1318 | 2026-05-27T20:26:36.361Z | Compiling shlex v1.3.0 |
| 1319 | 2026-05-27T20:26:36.382Z | Compiling syn v2.0.117 |
| 1320 | 2026-05-27T20:26:36.386Z | Compiling smallvec v1.15.1 |
| 1321 | 2026-05-27T20:26:36.386Z | Compiling typenum v1.19.0 |
| 1322 | 2026-05-27T20:26:36.543Z | Compiling generic-array v0.14.7 |
| 1323 | 2026-05-27T20:26:36.559Z | Compiling subtle v2.6.1 |
| 1324 | 2026-05-27T20:26:36.595Z | Compiling scopeguard v1.2.0 |
| 1325 | 2026-05-27T20:26:36.608Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-05-27T20:26:36.697Z | Compiling lock_api v0.4.14 |
| 1327 | 2026-05-27T20:26:36.724Z | Compiling serde_json v1.0.149 |
| 1328 | 2026-05-27T20:26:36.727Z | Compiling zerocopy v0.8.40 |
| 1329 | 2026-05-27T20:26:36.805Z | Compiling pin-project-lite v0.2.17 |
| 1330 | 2026-05-27T20:26:36.897Z | Compiling parking_lot_core v0.9.12 |
| 1331 | 2026-05-27T20:26:36.923Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-05-27T20:26:37.144Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-05-27T20:26:37.158Z | Compiling bitflags v2.11.0 |
| 1334 | 2026-05-27T20:26:37.262Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-05-27T20:26:37.312Z | Compiling jobserver v0.1.34 |
| 1336 | 2026-05-27T20:26:37.336Z | Compiling errno v0.3.14 |
| 1337 | 2026-05-27T20:26:37.421Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-05-27T20:26:37.482Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-05-27T20:26:37.659Z | Compiling cc v1.2.56 |
| 1340 | 2026-05-27T20:26:37.685Z | Compiling critical-section v1.2.0 |
| 1341 | 2026-05-27T20:26:37.699Z | Compiling libm v0.2.16 |
| 1342 | 2026-05-27T20:26:37.702Z | Compiling futures-core v0.3.32 |
| 1343 | 2026-05-27T20:26:37.751Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-05-27T20:26:37.790Z | Compiling mio v1.2.0 |
| 1345 | 2026-05-27T20:26:37.860Z | Compiling num-traits v0.2.19 |
| 1346 | 2026-05-27T20:26:37.987Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-05-27T20:26:38.057Z | Compiling percent-encoding v2.3.2 |
| 1348 | 2026-05-27T20:26:38.118Z | Compiling socket2 v0.6.3 |
| 1349 | 2026-05-27T20:26:38.194Z | Compiling futures-sink v0.3.32 |
| 1350 | 2026-05-27T20:26:38.207Z | Compiling futures-io v0.3.32 |
| 1351 | 2026-05-27T20:26:38.235Z | Compiling getrandom v0.4.1 |
| 1352 | 2026-05-27T20:26:38.249Z | Compiling cpufeatures v0.2.17 |
| 1353 | 2026-05-27T20:26:38.296Z | Compiling futures-channel v0.3.32 |
| 1354 | 2026-05-27T20:26:38.323Z | Compiling futures-task v0.3.32 |
| 1355 | 2026-05-27T20:26:38.353Z | Compiling slab v0.4.12 |
| 1356 | 2026-05-27T20:26:38.491Z | Compiling rand_core v0.10.0 |
| 1357 | 2026-05-27T20:26:38.511Z | Compiling indexmap v2.14.0 |
| 1358 | 2026-05-27T20:26:38.525Z | Compiling rustversion v1.0.22 |
| 1359 | 2026-05-27T20:26:38.538Z | Compiling getrandom v0.3.4 |
| 1360 | 2026-05-27T20:26:38.572Z | Compiling cmake v0.1.57 |
| 1361 | 2026-05-27T20:26:39.033Z | Compiling form_urlencoded v1.2.2 |
| 1362 | 2026-05-27T20:26:39.106Z | Compiling dunce v1.0.5 |
| 1363 | 2026-05-27T20:26:39.201Z | Compiling synstructure v0.13.2 |
| 1364 | 2026-05-27T20:26:39.215Z | Compiling fs_extra v1.3.0 |
| 1365 | 2026-05-27T20:26:39.218Z | Compiling base64ct v1.8.3 |
| 1366 | 2026-05-27T20:26:39.298Z | Compiling ident_case v1.0.1 |
| 1367 | 2026-05-27T20:26:39.422Z | Compiling regex-syntax v0.8.10 |
| 1368 | 2026-05-27T20:26:39.477Z | Compiling aws-lc-sys v0.40.0 |
| 1369 | 2026-05-27T20:26:39.526Z | Compiling pem-rfc7468 v0.7.0 |
| 1370 | 2026-05-27T20:26:39.573Z | Compiling flagset v0.4.7 |
| 1371 | 2026-05-27T20:26:39.586Z | Compiling rustix v1.1.3 |
| 1372 | 2026-05-27T20:26:39.710Z | Compiling iana-time-zone v0.1.65 |
| 1373 | 2026-05-27T20:26:39.809Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-05-27T20:26:39.822Z | Compiling ring v0.17.14 |
| 1375 | 2026-05-27T20:26:39.835Z | Compiling aws-lc-rs v1.16.3 |
| 1376 | 2026-05-27T20:26:39.918Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-05-27T20:26:40.086Z | Compiling uuid v1.23.0 |
| 1378 | 2026-05-27T20:26:40.123Z | Compiling rustc_version v0.4.1 |
| 1379 | 2026-05-27T20:26:40.459Z | Compiling tracing-core v0.1.36 |
| 1380 | 2026-05-27T20:26:40.671Z | Compiling openssl-sys v0.9.115 |
| 1381 | 2026-05-27T20:26:40.808Z | Compiling base64 v0.22.1 |
| 1382 | 2026-05-27T20:26:40.953Z | Compiling serde_derive v1.0.228 |
| 1383 | 2026-05-27T20:26:41.023Z | Compiling zeroize_derive v1.4.3 |
| 1384 | 2026-05-27T20:26:41.135Z | Compiling zerofrom-derive v0.1.6 |
| 1385 | 2026-05-27T20:26:41.211Z | Compiling yoke-derive v0.8.1 |
| 1386 | 2026-05-27T20:26:41.370Z | Compiling zerovec-derive v0.11.2 |
| 1387 | 2026-05-27T20:26:41.689Z | Compiling zeroize v1.8.2 |
| 1388 | 2026-05-27T20:26:41.889Z | Compiling zerocopy-derive v0.8.40 |
| 1389 | 2026-05-27T20:26:42.398Z | Compiling crypto-common v0.1.7 |
| 1390 | 2026-05-27T20:26:42.412Z | Compiling block-buffer v0.10.4 |
| 1391 | 2026-05-27T20:26:42.515Z | Compiling displaydoc v0.2.5 |
| 1392 | 2026-05-27T20:26:42.545Z | Compiling digest v0.10.7 |
| 1393 | 2026-05-27T20:26:42.569Z | Compiling zerofrom v0.1.6 |
| 1394 | 2026-05-27T20:26:42.583Z | Compiling tokio-macros v2.7.0 |
| 1395 | 2026-05-27T20:26:42.692Z | Compiling yoke v0.8.1 |
| 1396 | 2026-05-27T20:26:42.780Z | Compiling futures-macro v0.3.32 |
| 1397 | 2026-05-27T20:26:42.882Z | Compiling zerovec v0.11.5 |
| 1398 | 2026-05-27T20:26:43.247Z | Compiling zerotrie v0.2.3 |
| 1399 | 2026-05-27T20:26:43.301Z | Compiling hmac v0.12.1 |
| 1400 | 2026-05-27T20:26:43.381Z | Compiling tinystr v0.8.2 |
| 1401 | 2026-05-27T20:26:43.447Z | Compiling potential_utf v0.1.4 |
| 1402 | 2026-05-27T20:26:43.537Z | Compiling block-padding v0.3.3 |
| 1403 | 2026-05-27T20:26:43.574Z | Compiling icu_locale_core v2.1.1 |
| 1404 | 2026-05-27T20:26:43.587Z | Compiling icu_collections v2.1.1 |
| 1405 | 2026-05-27T20:26:43.606Z | Compiling futures-util v0.3.32 |
| 1406 | 2026-05-27T20:26:43.686Z | Compiling inout v0.1.4 |
| 1407 | 2026-05-27T20:26:43.900Z | Compiling cipher v0.4.4 |
| 1408 | 2026-05-27T20:26:44.102Z | Compiling sha2 v0.10.9 |
| 1409 | 2026-05-27T20:26:44.159Z | Compiling der_derive v0.7.3 |
| 1410 | 2026-05-27T20:26:44.474Z | Compiling bytes v1.11.1 |
| 1411 | 2026-05-27T20:26:44.518Z | Compiling icu_provider v2.1.1 |
| 1412 | 2026-05-27T20:26:44.807Z | Compiling icu_normalizer v2.1.1 |
| 1413 | 2026-05-27T20:26:45.091Z | Compiling tokio v1.52.1 |
| 1414 | 2026-05-27T20:26:45.105Z | Compiling icu_properties v2.1.2 |
| 1415 | 2026-05-27T20:26:45.109Z | Compiling der v0.7.10 |
| 1416 | 2026-05-27T20:26:45.348Z | Compiling http v1.4.0 |
| 1417 | 2026-05-27T20:26:45.481Z | Compiling chrono v0.4.44 |
| 1418 | 2026-05-27T20:26:45.908Z | Compiling salsa20 v0.10.2 |
| 1419 | 2026-05-27T20:26:46.046Z | Compiling idna_adapter v1.2.1 |
| 1420 | 2026-05-27T20:26:46.172Z | Compiling ppv-lite86 v0.2.21 |
| 1421 | 2026-05-27T20:26:46.185Z | Compiling idna v1.1.0 |
| 1422 | 2026-05-27T20:26:46.221Z | Compiling spki v0.7.3 |
| 1423 | 2026-05-27T20:26:46.291Z | Compiling pbkdf2 v0.12.2 |
| 1424 | 2026-05-27T20:26:46.335Z | Compiling rustls-pki-types v1.14.0 |
| 1425 | 2026-05-27T20:26:46.402Z | Compiling thiserror-impl v2.0.18 |
| 1426 | 2026-05-27T20:26:46.415Z | Compiling tracing-attributes v0.1.31 |
| 1427 | 2026-05-27T20:26:46.482Z | Compiling url v2.5.8 |
| 1428 | 2026-05-27T20:26:46.770Z | Compiling rand_chacha v0.9.0 |
| 1429 | 2026-05-27T20:26:46.818Z | Compiling scrypt v0.11.0 |
| 1430 | 2026-05-27T20:26:46.831Z | Compiling http-body v1.0.1 |
| 1431 | 2026-05-27T20:26:46.979Z | Compiling cbc v0.1.2 |
| 1432 | 2026-05-27T20:26:47.066Z | Compiling aes v0.8.4 |
| 1433 | 2026-05-27T20:26:47.208Z | Compiling untrusted v0.7.1 |
| 1434 | 2026-05-27T20:26:47.256Z | Compiling tinyvec_macros v0.1.1 |
| 1435 | 2026-05-27T20:26:47.325Z | Compiling openssl-probe v0.2.1 |
| 1436 | 2026-05-27T20:26:47.337Z | Compiling httparse v1.10.1 |
| 1437 | 2026-05-27T20:26:47.445Z | Compiling untrusted v0.9.0 |
| 1438 | 2026-05-27T20:26:47.493Z | Compiling pkcs5 v0.7.1 |
| 1439 | 2026-05-27T20:26:47.687Z | Compiling tracing v0.1.44 |
| 1440 | 2026-05-27T20:26:47.705Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-05-27T20:26:47.719Z | Compiling tinyvec v1.10.0 |
| 1442 | 2026-05-27T20:26:47.806Z | Compiling pest_generator v2.8.6 |
| 1443 | 2026-05-27T20:26:47.942Z | Compiling rand v0.9.2 |
| 1444 | 2026-05-27T20:26:47.965Z | Compiling serde_derive_internals v0.29.1 |
| 1445 | 2026-05-27T20:26:48.051Z | Compiling aho-corasick v1.1.4 |
| 1446 | 2026-05-27T20:26:48.096Z | Compiling atomic-waker v1.1.2 |
| 1447 | 2026-05-27T20:26:48.220Z | Compiling tower-service v0.3.3 |
| 1448 | 2026-05-27T20:26:48.315Z | Compiling rustls v0.23.37 |
| 1449 | 2026-05-27T20:26:48.485Z | Compiling schemars v0.8.22 |
| 1450 | 2026-05-27T20:26:48.500Z | Compiling dyn-clone v1.0.20 |
| 1451 | 2026-05-27T20:26:48.632Z | Compiling tower-layer v0.3.3 |
| 1452 | 2026-05-27T20:26:48.685Z | Compiling try-lock v0.2.5 |
| 1453 | 2026-05-27T20:26:48.726Z | Compiling tokio-util v0.7.18 |
| 1454 | 2026-05-27T20:26:48.832Z | Compiling want v0.3.1 |
| 1455 | 2026-05-27T20:26:48.860Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-05-27T20:26:48.876Z | Compiling regex-automata v0.4.14 |
| 1457 | 2026-05-27T20:26:48.995Z | Compiling pest_derive v2.8.6 |
| 1458 | 2026-05-27T20:26:49.334Z | Compiling pkcs8 v0.10.2 |
| 1459 | 2026-05-27T20:26:49.416Z | Compiling h2 v0.4.13 |
| 1460 | 2026-05-27T20:26:49.745Z | Compiling ipnet v2.11.0 |
| 1461 | 2026-05-27T20:26:49.758Z | Compiling scroll_derive v0.13.1 |
| 1462 | 2026-05-27T20:26:49.942Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-05-27T20:26:50.093Z | Compiling openssl v0.10.79 |
| 1464 | 2026-05-27T20:26:50.237Z | Compiling pin-utils v0.1.0 |
| 1465 | 2026-05-27T20:26:50.310Z | Compiling httpdate v1.0.3 |
| 1466 | 2026-05-27T20:26:50.322Z | Compiling foreign-types-shared v0.1.1 |
| 1467 | 2026-05-27T20:26:50.406Z | Compiling tempfile v3.25.0 |
| 1468 | 2026-05-27T20:26:50.528Z | Compiling foreign-types v0.3.2 |
| 1469 | 2026-05-27T20:26:50.546Z | Compiling scroll v0.13.0 |
| 1470 | 2026-05-27T20:26:50.707Z | Compiling unicode-normalization v0.1.25 |
| 1471 | 2026-05-27T20:26:50.804Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-05-27T20:26:51.160Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1473 | 2026-05-27T20:26:51.190Z | Compiling spin v0.9.8 |
| 1474 | 2026-05-27T20:26:51.193Z | Compiling num-conv v0.2.0 |
| 1475 | 2026-05-27T20:26:51.316Z | Compiling crc32fast v1.5.0 |
| 1476 | 2026-05-27T20:26:51.380Z | Compiling powerfmt v0.2.0 |
| 1477 | 2026-05-27T20:26:51.540Z | Compiling time-core v0.1.8 |
| 1478 | 2026-05-27T20:26:51.579Z | Compiling native-tls v0.2.18 |
| 1479 | 2026-05-27T20:26:51.685Z | Compiling time-macros v0.2.27 |
| 1480 | 2026-05-27T20:26:51.796Z | Compiling deranged v0.5.8 |
| 1481 | 2026-05-27T20:26:52.180Z | Compiling darling_macro v0.20.11 |
| 1482 | 2026-05-27T20:26:52.631Z | Compiling hyper v1.8.1 |
| 1483 | 2026-05-27T20:26:52.724Z | Compiling darling v0.20.11 |
| 1484 | 2026-05-27T20:26:52.740Z | Compiling goblin v0.10.5 |
| 1485 | 2026-05-27T20:26:52.825Z | Compiling rustls-native-certs v0.8.3 |
| 1486 | 2026-05-27T20:26:52.924Z | Compiling sync_wrapper v1.0.2 |
| 1487 | 2026-05-27T20:26:53.032Z | Compiling wait-timeout v0.2.1 |
| 1488 | 2026-05-27T20:26:53.088Z | Compiling num_threads v0.1.7 |
| 1489 | 2026-05-27T20:26:53.185Z | Compiling syn v1.0.109 |
| 1490 | 2026-05-27T20:26:53.267Z | Compiling bit-vec v0.8.0 |
| 1491 | 2026-05-27T20:26:53.283Z | Compiling simd-adler32 v0.3.8 |
| 1492 | 2026-05-27T20:26:53.480Z | Compiling siphasher v1.0.2 |
| 1493 | 2026-05-27T20:26:53.493Z | Compiling crossbeam-utils v0.8.21 |
| 1494 | 2026-05-27T20:26:53.521Z | Compiling quick-error v1.2.3 |
| 1495 | 2026-05-27T20:26:53.627Z | Compiling usdt-impl v0.6.0 |
| 1496 | 2026-05-27T20:26:53.738Z | Compiling hyper-util v0.1.20 |
| 1497 | 2026-05-27T20:26:53.849Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-05-27T20:26:53.990Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-05-27T20:26:54.115Z | Compiling time v0.3.47 |
| 1500 | 2026-05-27T20:26:54.223Z | Compiling tower v0.5.3 |
| 1501 | 2026-05-27T20:26:54.485Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-05-27T20:26:54.904Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-05-27T20:26:54.918Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-05-27T20:26:55.156Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-05-27T20:26:55.276Z | Compiling signature v2.2.0 |
| 1506 | 2026-05-27T20:26:55.363Z | Compiling scroll_derive v0.12.1 |
| 1507 | 2026-05-27T20:26:55.410Z | Compiling thiserror-impl v1.0.69 |
| 1508 | 2026-05-27T20:26:55.455Z | Compiling heapless v0.7.17 |
| 1509 | 2026-05-27T20:26:55.644Z | Compiling dof v0.4.0 |
| 1510 | 2026-05-27T20:26:55.672Z | Compiling rand_xorshift v0.4.0 |
| 1511 | 2026-05-27T20:26:55.691Z | Compiling slog v2.8.2 |
| 1512 | 2026-05-27T20:26:55.829Z | Compiling darling_core v0.21.3 |
| 1513 | 2026-05-27T20:26:55.868Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-05-27T20:26:56.014Z | Compiling thread-id v5.1.0 |
| 1515 | 2026-05-27T20:26:56.098Z | Compiling cookie v0.18.1 |
| 1516 | 2026-05-27T20:26:56.140Z | Compiling signal-hook v0.3.18 |
| 1517 | 2026-05-27T20:26:56.274Z | Compiling zstd-safe v7.2.4 |
| 1518 | 2026-05-27T20:26:56.308Z | Compiling iri-string v0.7.10 |
| 1519 | 2026-05-27T20:26:56.466Z | Compiling unarray v0.1.4 |
| 1520 | 2026-05-27T20:26:56.579Z | Compiling unicode-properties v0.1.4 |
| 1521 | 2026-05-27T20:26:56.641Z | Compiling unicode-bidi v0.3.18 |
| 1522 | 2026-05-27T20:26:56.783Z | Compiling anyhow v1.0.102 |
| 1523 | 2026-05-27T20:26:56.797Z | Compiling adler2 v2.0.1 |
| 1524 | 2026-05-27T20:26:56.924Z | Compiling allocator-api2 v0.2.21 |
| 1525 | 2026-05-27T20:26:57.016Z | Compiling paste v1.0.15 |
| 1526 | 2026-05-27T20:26:57.081Z | Compiling ryu v1.0.23 |
| 1527 | 2026-05-27T20:26:57.243Z | Compiling serde_urlencoded v0.7.1 |
| 1528 | 2026-05-27T20:26:57.261Z | Compiling stringprep v0.1.5 |
| 1529 | 2026-05-27T20:26:57.325Z | Compiling miniz_oxide v0.8.9 |
| 1530 | 2026-05-27T20:26:57.386Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-05-27T20:26:57.477Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-05-27T20:26:57.490Z | Compiling proptest v1.10.0 |
| 1533 | 2026-05-27T20:26:57.872Z | Compiling scroll v0.12.0 |
| 1534 | 2026-05-27T20:26:57.986Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-05-27T20:26:58.122Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-05-27T20:26:58.286Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-27T20:26:58.299Z | Compiling darling_macro v0.21.3 |
| 1538 | 2026-05-27T20:26:58.426Z | Compiling bstr v1.12.1 |
| 1539 | 2026-05-27T20:26:58.597Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-05-27T20:26:58.670Z | Compiling erased-serde v0.3.31 |
| 1541 | 2026-05-27T20:26:58.744Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-05-27T20:26:58.781Z | Compiling serde_tokenstream v0.2.3 |
| 1543 | 2026-05-27T20:26:59.067Z | Compiling serde_spanned v0.6.9 |
| 1544 | 2026-05-27T20:26:59.105Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-05-27T20:26:59.119Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-05-27T20:26:59.208Z | Compiling async-trait v0.1.89 |
| 1547 | 2026-05-27T20:26:59.212Z | Compiling pin-project-internal v1.1.11 |
| 1548 | 2026-05-27T20:26:59.271Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-05-27T20:26:59.405Z | Compiling vergen-lib v9.1.0 |
| 1550 | 2026-05-27T20:26:59.588Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-05-27T20:26:59.603Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-05-27T20:26:59.793Z | Compiling ff v0.13.1 |
| 1553 | 2026-05-27T20:26:59.906Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-05-27T20:26:59.933Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-05-27T20:26:59.972Z | Compiling ref-cast v1.0.25 |
| 1556 | 2026-05-27T20:27:00.098Z | Compiling psl-types v2.0.11 |
| 1557 | 2026-05-27T20:27:00.224Z | Compiling fallible-iterator v0.2.0 |
| 1558 | 2026-05-27T20:27:00.227Z | Compiling cfg_aliases v0.2.1 |
| 1559 | 2026-05-27T20:27:00.269Z | Compiling num-bigint-dig v0.8.6 |
| 1560 | 2026-05-27T20:27:00.309Z | Compiling rustix v0.38.44 |
| 1561 | 2026-05-27T20:27:00.331Z | Compiling zlib-rs v0.6.2 |
| 1562 | 2026-05-27T20:27:00.454Z | Compiling base16ct v0.2.0 |
| 1563 | 2026-05-27T20:27:00.539Z | Compiling mime v0.3.17 |
| 1564 | 2026-05-27T20:27:00.632Z | Compiling smoltcp v0.9.1 |
| 1565 | 2026-05-27T20:27:00.665Z | Compiling litrs v1.0.0 |
| 1566 | 2026-05-27T20:27:00.892Z | Compiling sec1 v0.7.3 |
| 1567 | 2026-05-27T20:27:00.982Z | Compiling postgres-protocol v0.6.10 |
| 1568 | 2026-05-27T20:27:01.144Z | Compiling document-features v0.2.12 |
| 1569 | 2026-05-27T20:27:01.189Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-05-27T20:27:01.290Z | Compiling nix v0.31.2 |
| 1571 | 2026-05-27T20:27:01.474Z | Compiling publicsuffix v2.3.0 |
| 1572 | 2026-05-27T20:27:01.621Z | Compiling zerocopy v0.7.35 |
| 1573 | 2026-05-27T20:27:01.641Z | Compiling group v0.13.0 |
| 1574 | 2026-05-27T20:27:01.655Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-05-27T20:27:01.710Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-05-27T20:27:02.036Z | Compiling rand v0.8.6 |
| 1577 | 2026-05-27T20:27:02.117Z | Compiling hubpack_derive v0.1.1 |
| 1578 | 2026-05-27T20:27:02.151Z | Compiling darling v0.21.3 |
| 1579 | 2026-05-27T20:27:02.237Z | Compiling oxnet v0.1.4 |
| 1580 | 2026-05-27T20:27:02.288Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-05-27T20:27:02.414Z | Compiling hyper-tls v0.6.0 |
| 1582 | 2026-05-27T20:27:02.525Z | Compiling goblin v0.8.2 |
| 1583 | 2026-05-27T20:27:02.909Z | Compiling phf_shared v0.13.1 |
| 1584 | 2026-05-27T20:27:02.988Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-05-27T20:27:03.088Z | Compiling regex v1.12.3 |
| 1586 | 2026-05-27T20:27:03.092Z | Compiling futures-executor v0.3.32 |
| 1587 | 2026-05-27T20:27:03.146Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-05-27T20:27:03.354Z | Compiling hex v0.4.3 |
| 1589 | 2026-05-27T20:27:03.376Z | Compiling hkdf v0.12.4 |
| 1590 | 2026-05-27T20:27:03.508Z | Compiling crypto-bigint v0.5.5 |
| 1591 | 2026-05-27T20:27:03.522Z | Compiling terminal_size v0.4.3 |
| 1592 | 2026-05-27T20:27:03.543Z | Compiling ref-cast-impl v1.0.25 |
| 1593 | 2026-05-27T20:27:03.581Z | Compiling strum_macros v0.27.2 |
| 1594 | 2026-05-27T20:27:03.621Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1595 | 2026-05-27T20:27:03.659Z | Compiling daft-derive v0.1.7 |
| 1596 | 2026-05-27T20:27:04.122Z | Compiling snafu-derive v0.8.9 |
| 1597 | 2026-05-27T20:27:04.316Z | Compiling vergen v9.1.0 |
| 1598 | 2026-05-27T20:27:04.425Z | Compiling fs-err v3.3.0 |
| 1599 | 2026-05-27T20:27:04.497Z | Compiling cargo-platform v0.3.2 |
| 1600 | 2026-05-27T20:27:04.620Z | Compiling ahash v0.8.12 |
| 1601 | 2026-05-27T20:27:04.775Z | Compiling unicode-segmentation v1.12.0 |
| 1602 | 2026-05-27T20:27:04.820Z | Compiling foldhash v0.2.0 |
| 1603 | 2026-05-27T20:27:05.048Z | Compiling bumpalo v3.20.2 |
| 1604 | 2026-05-27T20:27:05.167Z | Compiling bitflags v1.3.2 |
| 1605 | 2026-05-27T20:27:05.247Z | Compiling libbz2-rs-sys v0.2.2 |
| 1606 | 2026-05-27T20:27:05.297Z | Compiling foldhash v0.1.5 |
| 1607 | 2026-05-27T20:27:05.468Z | Compiling object v0.37.3 |
| 1608 | 2026-05-27T20:27:05.614Z | Compiling managed v0.8.0 |
| 1609 | 2026-05-27T20:27:05.679Z | Compiling winnow v0.5.40 |
| 1610 | 2026-05-27T20:27:05.781Z | Compiling same-file v1.0.6 |
| 1611 | 2026-05-27T20:27:05.912Z | Compiling walkdir v2.5.0 |
| 1612 | 2026-05-27T20:27:05.971Z | Compiling bzip2 v0.6.1 |
| 1613 | 2026-05-27T20:27:06.028Z | Compiling snafu v0.8.9 |
| 1614 | 2026-05-27T20:27:06.031Z | Compiling strum v0.27.2 |
| 1615 | 2026-05-27T20:27:06.167Z | Compiling hashbrown v0.15.5 |
| 1616 | 2026-05-27T20:27:06.171Z | Compiling zopfli v0.8.3 |
| 1617 | 2026-05-27T20:27:06.207Z | Compiling hashbrown v0.16.1 |
| 1618 | 2026-05-27T20:27:06.378Z | Compiling clap_builder v4.5.60 |
| 1619 | 2026-05-27T20:27:06.658Z | Compiling dof v0.3.0 |
| 1620 | 2026-05-27T20:27:06.725Z | Compiling cargo_metadata v0.23.1 |
| 1621 | 2026-05-27T20:27:06.838Z | Compiling elliptic-curve v0.13.8 |
| 1622 | 2026-05-27T20:27:06.885Z | Compiling daft v0.1.7 |
| 1623 | 2026-05-27T20:27:07.052Z | Compiling toml_edit v0.19.15 |
| 1624 | 2026-05-27T20:27:07.335Z | Compiling futures v0.3.32 |
| 1625 | 2026-05-27T20:27:07.374Z | Compiling phf v0.13.1 |
| 1626 | 2026-05-27T20:27:07.895Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-05-27T20:27:08.071Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-05-27T20:27:08.191Z | Compiling hubpack v0.1.2 |
| 1629 | 2026-05-27T20:27:08.411Z | Compiling zstd v0.13.3 |
| 1630 | 2026-05-27T20:27:08.461Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-05-27T20:27:08.537Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-05-27T20:27:08.700Z | Compiling postgres-types v0.2.12 |
| 1633 | 2026-05-27T20:27:09.310Z | Compiling usdt-attr-macro v0.6.0 |
| 1634 | 2026-05-27T20:27:09.361Z | Compiling usdt-macro v0.6.0 |
| 1635 | 2026-05-27T20:27:09.689Z | Compiling globset v0.4.18 |
| 1636 | 2026-05-27T20:27:09.732Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-05-27T20:27:09.889Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-05-27T20:27:10.105Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-05-27T20:27:10.106Z | Compiling olpc-cjson v0.1.4 |
| 1640 | 2026-05-27T20:27:10.192Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-05-27T20:27:10.268Z | Compiling serde-big-array v0.5.1 |
| 1642 | 2026-05-27T20:27:10.300Z | Compiling serde_plain v1.0.2 |
| 1643 | 2026-05-27T20:27:10.369Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-05-27T20:27:10.408Z | Compiling pem v3.0.6 |
| 1645 | 2026-05-27T20:27:10.482Z | Compiling serde_repr v0.1.20 |
| 1646 | 2026-05-27T20:27:10.494Z | Compiling strum_macros v0.26.4 |
| 1647 | 2026-05-27T20:27:10.502Z | Compiling clap_derive v4.5.55 |
| 1648 | 2026-05-27T20:27:10.593Z | Compiling async-recursion v1.1.1 |
| 1649 | 2026-05-27T20:27:10.733Z | Compiling enum-as-inner v0.6.1 |
| 1650 | 2026-05-27T20:27:10.793Z | Compiling float-cmp v0.10.0 |
| 1651 | 2026-05-27T20:27:10.940Z | Compiling thread-id v4.2.2 |
| 1652 | 2026-05-27T20:27:11.003Z | Compiling memmap2 v0.9.10 |
| 1653 | 2026-05-27T20:27:11.024Z | Compiling env_filter v1.0.0 |
| 1654 | 2026-05-27T20:27:11.216Z | Compiling static_assertions v1.1.0 |
| 1655 | 2026-05-27T20:27:11.230Z | Compiling data-encoding v2.10.0 |
| 1656 | 2026-05-27T20:27:11.244Z | Compiling jiff v0.2.21 |
| 1657 | 2026-05-27T20:27:11.298Z | Compiling keccak v0.1.6 |
| 1658 | 2026-05-27T20:27:11.333Z | Compiling normalize-line-endings v0.3.0 |
| 1659 | 2026-05-27T20:27:11.430Z | Compiling whoami v2.1.0 |
| 1660 | 2026-05-27T20:27:11.802Z | Compiling new_debug_unreachable v1.0.6 |
| 1661 | 2026-05-27T20:27:11.879Z | Compiling precomputed-hash v0.1.1 |
| 1662 | 2026-05-27T20:27:11.918Z | Compiling predicates-core v1.0.10 |
| 1663 | 2026-05-27T20:27:11.968Z | Compiling either v1.15.0 |
| 1664 | 2026-05-27T20:27:12.089Z | Compiling typed-path v0.9.3 |
| 1665 | 2026-05-27T20:27:12.089Z | Compiling fixedbitset v0.5.7 |
| 1666 | 2026-05-27T20:27:12.174Z | Compiling fixedbitset v0.4.2 |
| 1667 | 2026-05-27T20:27:12.218Z | Compiling difflib v0.4.0 |
| 1668 | 2026-05-27T20:27:12.249Z | Compiling clap v4.5.60 |
| 1669 | 2026-05-27T20:27:12.334Z | Compiling petgraph v0.6.5 |
| 1670 | 2026-05-27T20:27:12.391Z | Compiling petgraph v0.8.3 |
| 1671 | 2026-05-27T20:27:12.404Z | Compiling strum v0.26.3 |
| 1672 | 2026-05-27T20:27:12.538Z | Compiling predicates v3.1.4 |
| 1673 | 2026-05-27T20:27:12.771Z | Compiling itertools v0.13.0 |
| 1674 | 2026-05-27T20:27:13.020Z | Compiling string_cache v0.8.9 |
| 1675 | 2026-05-27T20:27:13.189Z | Compiling toml_edit v0.22.27 |
| 1676 | 2026-05-27T20:27:13.250Z | Compiling tokio-postgres v0.7.16 |
| 1677 | 2026-05-27T20:27:13.308Z | Compiling hickory-proto v0.25.2 |
| 1678 | 2026-05-27T20:27:13.786Z | Compiling sha3 v0.10.8 |
| 1679 | 2026-05-27T20:27:14.028Z | Compiling zip v4.6.1 |
| 1680 | 2026-05-27T20:27:14.266Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1681 | 2026-05-27T20:27:14.374Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-05-27T20:27:14.733Z | Compiling usdt v0.6.0 |
| 1683 | 2026-05-27T20:27:15.011Z | Compiling usdt-impl v0.5.0 |
| 1684 | 2026-05-27T20:27:15.025Z | Compiling ecdsa v0.16.9 |
| 1685 | 2026-05-27T20:27:15.416Z | Compiling rsa v0.9.10 |
| 1686 | 2026-05-27T20:27:15.470Z | Compiling ed25519-dalek v2.2.0 |
| 1687 | 2026-05-27T20:27:15.501Z | Compiling serde_with v3.17.0 |
| 1688 | 2026-05-27T20:27:15.578Z | Compiling crossterm v0.28.1 |
| 1689 | 2026-05-27T20:27:16.134Z | Compiling zip v0.6.6 |
| 1690 | 2026-05-27T20:27:16.717Z | Compiling toml v0.7.8 |
| 1691 | 2026-05-27T20:27:17.084Z | Compiling iddqd v0.4.2 |
| 1692 | 2026-05-27T20:27:17.407Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1693 | 2026-05-27T20:27:17.505Z | Compiling similar v2.7.0 |
| 1694 | 2026-05-27T20:27:17.617Z | Compiling heck v0.4.1 |
| 1695 | 2026-05-27T20:27:17.848Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-05-27T20:27:17.986Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-05-27T20:27:18.044Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-05-27T20:27:18.184Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-05-27T20:27:18.322Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1700 | 2026-05-27T20:27:18.359Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-05-27T20:27:18.382Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-05-27T20:27:18.457Z | Compiling peg-runtime v0.8.5 |
| 1703 | 2026-05-27T20:27:18.609Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-05-27T20:27:18.629Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-05-27T20:27:18.713Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-05-27T20:27:18.735Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-05-27T20:27:18.837Z | Compiling filetime v0.2.27 |
| 1708 | 2026-05-27T20:27:18.912Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-05-27T20:27:19.007Z | Compiling term v1.2.1 |
| 1710 | 2026-05-27T20:27:19.007Z | Compiling xattr v1.6.1 |
| 1711 | 2026-05-27T20:27:19.043Z | Compiling take_mut v0.2.2 |
| 1712 | 2026-05-27T20:27:19.193Z | Compiling tar v0.4.45 |
| 1713 | 2026-05-27T20:27:19.622Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-05-27T20:27:29.364Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-05-27T20:27:32.127Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-05-27T20:27:32.127Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-05-27T20:27:32.342Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-05-27T20:27:32.546Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-05-27T20:27:32.546Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-05-27T20:27:33.798Z | Compiling tough v0.22.0 |
| 1721 | 2026-05-27T20:27:36.354Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-05-27T20:27:36.570Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-05-27T20:27:39.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1724 | 2026-05-27T20:27:39.589Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1725 | 2026-05-27T20:27:39.641Z | May 27 20:27:38.178 INFO Starting download, target: Cockroach |
| 1726 | 2026-05-27T20:27:39.646Z | May 27 20:27:38.179 INFO Starting download, target: Console |
| 1727 | 2026-05-27T20:27:39.646Z | May 27 20:27:38.179 INFO Starting download, target: Clickhouse |
| 1728 | 2026-05-27T20:27:39.646Z | May 27 20:27:38.179 INFO Starting download, target: DendriteStub |
| 1729 | 2026-05-27T20:27:39.646Z | May 27 20:27:38.179 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-05-27T20:27:39.646Z | May 27 20:27:38.179 INFO Starting download, target: TransceiverControl |
| 1731 | 2026-05-27T20:27:39.646Z | May 27 20:27:38.179 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1732 | 2026-05-27T20:27:39.646Z | May 27 20:27:38.179 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1733 | 2026-05-27T20:27:39.647Z | May 27 20:27:38.179 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1734 | 2026-05-27T20:27:39.647Z | May 27 20:27:38.179 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1735 | 2026-05-27T20:27:39.647Z | May 27 20:27:38.179 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1736 | 2026-05-27T20:27:39.647Z | May 27 20:27:38.179 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1737 | 2026-05-27T20:27:40.114Z | May 27 20:27:38.640 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1738 | 2026-05-27T20:27:40.341Z | May 27 20:27:38.852 INFO Download complete, target: TransceiverControl |
| 1739 | 2026-05-27T20:27:40.692Z | May 27 20:27:39.198 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-05-27T20:27:40.971Z | May 27 20:27:39.469 INFO Download complete, target: Console |
| 1741 | 2026-05-27T20:27:41.507Z | May 27 20:27:40.045 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1742 | 2026-05-27T20:27:43.771Z | May 27 20:27:42.297 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1743 | 2026-05-27T20:27:43.854Z | May 27 20:27:42.366 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1744 | 2026-05-27T20:27:44.693Z | May 27 20:27:43.192 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1745 | 2026-05-27T20:27:44.693Z | May 27 20:27:43.192 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1746 | 2026-05-27T20:27:46.234Z | May 27 20:27:44.771 INFO Download complete, target: MaghemiteMgd |
| 1747 | 2026-05-27T20:27:46.249Z | May 27 20:27:44.787 INFO Download complete, target: DendriteStub |
| 1748 | 2026-05-27T20:27:48.405Z | May 27 20:27:46.916 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-05-27T20:27:48.503Z | May 27 20:27:47.041 INFO Download complete, target: Clickhouse |
| 1750 | 2026-05-27T20:27:49.350Z | May 27 20:27:47.887 INFO Checking that binary works, target: Cockroach |
| 1751 | 2026-05-27T20:27:49.498Z | May 27 20:27:48.035 INFO Download complete, target: Cockroach |
| 1752 | 2026-05-27T20:27:49.542Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1753 | 2026-05-27T20:27:49.545Z | |
| 1754 | 2026-05-27T20:27:49.545Z | real 2:17.846265852 |
| 1755 | 2026-05-27T20:27:49.545Z | user 6:55.593677303 |
| 1756 | 2026-05-27T20:27:49.545Z | sys 1:22.465147373 |
| 1757 | 2026-05-27T20:27:49.545Z | trap 0.227717336 |
| 1758 | 2026-05-27T20:27:49.545Z | tflt 0.983980597 |
| 1759 | 2026-05-27T20:27:49.545Z | dflt 1.130248873 |
| 1760 | 2026-05-27T20:27:49.545Z | kflt 0.041753835 |
| 1761 | 2026-05-27T20:27:49.546Z | lock 22:02.368417287 |
| 1762 | 2026-05-27T20:27:49.546Z | slp 21:34.267458005 |
| 1763 | 2026-05-27T20:27:49.546Z | lat 41.553196379 |
| 1764 | 2026-05-27T20:27:49.546Z | stop 1:55.186595537 |
| 1765 | 2026-05-27T20:27:49.546Z | + banner hack-check |
| 1766 | 2026-05-27T20:27:49.546Z | |
| 1767 | 2026-05-27T20:27:49.546Z | # # ## #### # # #### # # ###### #### # # |
| 1768 | 2026-05-27T20:27:49.546Z | # # # # # # # # # # # # # # # # # |
| 1769 | 2026-05-27T20:27:49.546Z | ###### # # # #### ##### # ###### ##### # #### |
| 1770 | 2026-05-27T20:27:49.546Z | # # ###### # # # # # # # # # # |
| 1771 | 2026-05-27T20:27:49.546Z | # # # # # # # # # # # # # # # # # |
| 1772 | 2026-05-27T20:27:49.546Z | # # # # #### # # #### # # ###### #### # # |
| 1773 | 2026-05-27T20:27:49.546Z | |
| 1774 | 2026-05-27T20:27:49.546Z | + export CARGO_INCREMENTAL=0 |
| 1775 | 2026-05-27T20:27:49.546Z | + CARGO_INCREMENTAL=0 |
| 1776 | 2026-05-27T20:27:49.546Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1777 | 2026-05-27T20:27:50.068Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1778 | 2026-05-27T20:27:50.287Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1779 | 2026-05-27T20:27:52.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1780 | 2026-05-27T20:27:52.246Z | Running `target/debug/xtask check-features --ci` |
| 1781 | 2026-05-27T20:27:52.272Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1782 | 2026-05-27T20:27:52.275Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1783 | 2026-05-27T20:27:52.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1784 | 2026-05-27T20:27:52.781Z | Running `target/debug/xtask download cargo-hack` |
| 1785 | 2026-05-27T20:27:53.566Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1786 | 2026-05-27T20:27:53.880Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1787 | 2026-05-27T20:27:56.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
| 1788 | 2026-05-27T20:27:56.547Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1789 | 2026-05-27T20:27:56.586Z | May 27 20:27:55.124 INFO Starting download, target: CargoHack |
| 1790 | 2026-05-27T20:27:56.589Z | May 27 20:27:55.124 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1791 | 2026-05-27T20:27:56.925Z | May 27 20:27:55.461 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1792 | 2026-05-27T20:27:56.975Z | May 27 20:27:55.513 INFO Download complete, target: CargoHack |
| 1793 | 2026-05-27T20:27:56.978Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1794 | 2026-05-27T20:27:56.992Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1795 | 2026-05-27T20:27:57.147Z | info: running `cargo check --bins` on api_identity (1/295) |
| 1796 | 2026-05-27T20:27:57.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1797 | 2026-05-27T20:27:57.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1798 | 2026-05-27T20:27:57.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1799 | 2026-05-27T20:27:57.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1800 | 2026-05-27T20:27:57.721Z | |
| 1801 | 2026-05-27T20:27:57.721Z | info: running `cargo check --bins` on bootstore (2/295) |
| 1802 | 2026-05-27T20:27:58.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2026-05-27T20:27:58.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2026-05-27T20:27:58.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2026-05-27T20:27:58.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1806 | 2026-05-27T20:27:58.294Z | |
| 1807 | 2026-05-27T20:27:58.294Z | info: running `cargo check --bins` on omicron-ledger (3/295) |
| 1808 | 2026-05-27T20:27:58.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-05-27T20:27:58.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-05-27T20:27:58.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-05-27T20:27:58.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1812 | 2026-05-27T20:27:58.865Z | |
| 1813 | 2026-05-27T20:27:58.865Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295) |
| 1814 | 2026-05-27T20:27:59.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-05-27T20:27:59.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-05-27T20:27:59.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-05-27T20:27:59.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1818 | 2026-05-27T20:27:59.441Z | |
| 1819 | 2026-05-27T20:27:59.441Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295) |
| 1820 | 2026-05-27T20:27:59.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-05-27T20:27:59.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-05-27T20:27:59.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-05-27T20:27:59.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1824 | 2026-05-27T20:28:00.018Z | |
| 1825 | 2026-05-27T20:28:00.018Z | info: running `cargo check --bins` on omicron-certificates (6/295) |
| 1826 | 2026-05-27T20:28:00.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-05-27T20:28:00.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-05-27T20:28:00.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-05-27T20:28:00.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1830 | 2026-05-27T20:28:00.602Z | |
| 1831 | 2026-05-27T20:28:00.603Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/295) |
| 1832 | 2026-05-27T20:28:01.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-05-27T20:28:01.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-05-27T20:28:01.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-05-27T20:28:01.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1836 | 2026-05-27T20:28:01.196Z | |
| 1837 | 2026-05-27T20:28:01.196Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295) |
| 1838 | 2026-05-27T20:28:01.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-05-27T20:28:01.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-05-27T20:28:01.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-05-27T20:28:01.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1842 | 2026-05-27T20:28:01.785Z | |
| 1843 | 2026-05-27T20:28:01.785Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295) |
| 1844 | 2026-05-27T20:28:02.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-05-27T20:28:02.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-05-27T20:28:02.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-05-27T20:28:02.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1848 | 2026-05-27T20:28:02.240Z | |
| 1849 | 2026-05-27T20:28:02.240Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295) |
| 1850 | 2026-05-27T20:28:02.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-05-27T20:28:02.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-05-27T20:28:02.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-05-27T20:28:02.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1854 | 2026-05-27T20:28:02.705Z | |
| 1855 | 2026-05-27T20:28:02.705Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295) |
| 1856 | 2026-05-27T20:28:03.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-05-27T20:28:03.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-05-27T20:28:03.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-05-27T20:28:03.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1860 | 2026-05-27T20:28:03.172Z | |
| 1861 | 2026-05-27T20:28:03.172Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295) |
| 1862 | 2026-05-27T20:28:03.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-05-27T20:28:03.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-05-27T20:28:03.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-05-27T20:28:03.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1866 | 2026-05-27T20:28:03.634Z | |
| 1867 | 2026-05-27T20:28:03.634Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295) |
| 1868 | 2026-05-27T20:28:04.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-05-27T20:28:04.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-05-27T20:28:04.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-05-27T20:28:04.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1872 | 2026-05-27T20:28:04.091Z | |
| 1873 | 2026-05-27T20:28:04.091Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295) |
| 1874 | 2026-05-27T20:28:04.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-05-27T20:28:04.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-05-27T20:28:04.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-05-27T20:28:04.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1878 | 2026-05-27T20:28:04.551Z | |
| 1879 | 2026-05-27T20:28:04.551Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295) |
| 1880 | 2026-05-27T20:28:04.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-05-27T20:28:04.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-05-27T20:28:04.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-05-27T20:28:04.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1884 | 2026-05-27T20:28:05.010Z | |
| 1885 | 2026-05-27T20:28:05.010Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295) |
| 1886 | 2026-05-27T20:28:05.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-05-27T20:28:05.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-05-27T20:28:05.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-05-27T20:28:05.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1890 | 2026-05-27T20:28:05.467Z | |
| 1891 | 2026-05-27T20:28:05.467Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295) |
| 1892 | 2026-05-27T20:28:05.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-05-27T20:28:05.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-05-27T20:28:05.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-05-27T20:28:05.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1896 | 2026-05-27T20:28:05.924Z | |
| 1897 | 2026-05-27T20:28:05.924Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295) |
| 1898 | 2026-05-27T20:28:06.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-05-27T20:28:06.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-05-27T20:28:06.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-05-27T20:28:06.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1902 | 2026-05-27T20:28:06.384Z | |
| 1903 | 2026-05-27T20:28:06.384Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295) |
| 1904 | 2026-05-27T20:28:06.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-05-27T20:28:06.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-05-27T20:28:06.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-05-27T20:28:06.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1908 | 2026-05-27T20:28:06.845Z | |
| 1909 | 2026-05-27T20:28:06.845Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295) |
| 1910 | 2026-05-27T20:28:07.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-05-27T20:28:07.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-05-27T20:28:07.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-05-27T20:28:07.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1914 | 2026-05-27T20:28:07.307Z | |
| 1915 | 2026-05-27T20:28:07.308Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295) |
| 1916 | 2026-05-27T20:28:07.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-05-27T20:28:07.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-05-27T20:28:07.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-05-27T20:28:07.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1920 | 2026-05-27T20:28:07.774Z | |
| 1921 | 2026-05-27T20:28:07.774Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295) |
| 1922 | 2026-05-27T20:28:08.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-05-27T20:28:08.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-05-27T20:28:08.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-05-27T20:28:08.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1926 | 2026-05-27T20:28:08.245Z | |
| 1927 | 2026-05-27T20:28:08.245Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295) |
| 1928 | 2026-05-27T20:28:08.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-05-27T20:28:08.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-05-27T20:28:08.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-05-27T20:28:08.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1932 | 2026-05-27T20:28:08.709Z | |
| 1933 | 2026-05-27T20:28:08.710Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295) |
| 1934 | 2026-05-27T20:28:09.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-05-27T20:28:09.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-05-27T20:28:09.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-05-27T20:28:09.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1938 | 2026-05-27T20:28:09.175Z | |
| 1939 | 2026-05-27T20:28:09.175Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295) |
| 1940 | 2026-05-27T20:28:09.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-05-27T20:28:09.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-05-27T20:28:09.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-05-27T20:28:09.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1944 | 2026-05-27T20:28:09.639Z | |
| 1945 | 2026-05-27T20:28:09.639Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295) |
| 1946 | 2026-05-27T20:28:10.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-05-27T20:28:10.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-05-27T20:28:10.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-05-27T20:28:10.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1950 | 2026-05-27T20:28:10.112Z | |
| 1951 | 2026-05-27T20:28:10.112Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295) |
| 1952 | 2026-05-27T20:28:10.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-05-27T20:28:10.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-05-27T20:28:10.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-05-27T20:28:10.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1956 | 2026-05-27T20:28:10.571Z | |
| 1957 | 2026-05-27T20:28:10.571Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295) |
| 1958 | 2026-05-27T20:28:10.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-05-27T20:28:10.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-05-27T20:28:10.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-05-27T20:28:10.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1962 | 2026-05-27T20:28:11.033Z | |
| 1963 | 2026-05-27T20:28:11.033Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295) |
| 1964 | 2026-05-27T20:28:11.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-05-27T20:28:11.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-05-27T20:28:11.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-05-27T20:28:11.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1968 | 2026-05-27T20:28:11.499Z | |
| 1969 | 2026-05-27T20:28:11.499Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295) |
| 1970 | 2026-05-27T20:28:11.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-05-27T20:28:11.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-05-27T20:28:11.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-05-27T20:28:11.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1974 | 2026-05-27T20:28:11.966Z | |
| 1975 | 2026-05-27T20:28:11.966Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295) |
| 1976 | 2026-05-27T20:28:12.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-05-27T20:28:12.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-05-27T20:28:12.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-05-27T20:28:12.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1980 | 2026-05-27T20:28:12.424Z | |
| 1981 | 2026-05-27T20:28:12.425Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295) |
| 1982 | 2026-05-27T20:28:12.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-05-27T20:28:12.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-05-27T20:28:12.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-05-27T20:28:12.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1986 | 2026-05-27T20:28:12.886Z | |
| 1987 | 2026-05-27T20:28:12.886Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295) |
| 1988 | 2026-05-27T20:28:13.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-05-27T20:28:13.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-05-27T20:28:13.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-05-27T20:28:13.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1992 | 2026-05-27T20:28:13.352Z | |
| 1993 | 2026-05-27T20:28:13.352Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295) |
| 1994 | 2026-05-27T20:28:13.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-05-27T20:28:13.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-05-27T20:28:13.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-05-27T20:28:13.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1998 | 2026-05-27T20:28:13.818Z | |
| 1999 | 2026-05-27T20:28:13.818Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295) |
| 2000 | 2026-05-27T20:28:14.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-05-27T20:28:14.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-05-27T20:28:14.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-05-27T20:28:14.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2004 | 2026-05-27T20:28:14.283Z | |
| 2005 | 2026-05-27T20:28:14.284Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295) |
| 2006 | 2026-05-27T20:28:14.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-05-27T20:28:14.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-05-27T20:28:14.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-05-27T20:28:14.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2010 | 2026-05-27T20:28:14.757Z | |
| 2011 | 2026-05-27T20:28:14.757Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295) |
| 2012 | 2026-05-27T20:28:15.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-05-27T20:28:15.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-05-27T20:28:15.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-05-27T20:28:15.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2016 | 2026-05-27T20:28:15.219Z | |
| 2017 | 2026-05-27T20:28:15.219Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295) |
| 2018 | 2026-05-27T20:28:15.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-05-27T20:28:15.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-05-27T20:28:15.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-05-27T20:28:15.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2022 | 2026-05-27T20:28:15.684Z | |
| 2023 | 2026-05-27T20:28:15.684Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295) |
| 2024 | 2026-05-27T20:28:16.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-05-27T20:28:16.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-05-27T20:28:16.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-05-27T20:28:16.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2028 | 2026-05-27T20:28:16.145Z | |
| 2029 | 2026-05-27T20:28:16.146Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295) |
| 2030 | 2026-05-27T20:28:16.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-05-27T20:28:16.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-05-27T20:28:16.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-05-27T20:28:16.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2034 | 2026-05-27T20:28:16.605Z | |
| 2035 | 2026-05-27T20:28:16.605Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295) |
| 2036 | 2026-05-27T20:28:17.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-05-27T20:28:17.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-05-27T20:28:17.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-05-27T20:28:17.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2040 | 2026-05-27T20:28:17.073Z | |
| 2041 | 2026-05-27T20:28:17.073Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295) |
| 2042 | 2026-05-27T20:28:17.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-05-27T20:28:17.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-05-27T20:28:17.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-05-27T20:28:17.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2046 | 2026-05-27T20:28:17.536Z | |
| 2047 | 2026-05-27T20:28:17.536Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295) |
| 2048 | 2026-05-27T20:28:17.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-05-27T20:28:17.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-05-27T20:28:17.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-05-27T20:28:17.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2052 | 2026-05-27T20:28:17.995Z | |
| 2053 | 2026-05-27T20:28:17.995Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295) |
| 2054 | 2026-05-27T20:28:18.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-05-27T20:28:18.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-05-27T20:28:18.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-05-27T20:28:18.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2058 | 2026-05-27T20:28:18.459Z | |
| 2059 | 2026-05-27T20:28:18.459Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295) |
| 2060 | 2026-05-27T20:28:18.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-05-27T20:28:18.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-05-27T20:28:18.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-05-27T20:28:18.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2064 | 2026-05-27T20:28:18.922Z | |
| 2065 | 2026-05-27T20:28:18.922Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295) |
| 2066 | 2026-05-27T20:28:19.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-05-27T20:28:19.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-05-27T20:28:19.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-05-27T20:28:19.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2070 | 2026-05-27T20:28:19.389Z | |
| 2071 | 2026-05-27T20:28:19.389Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295) |
| 2072 | 2026-05-27T20:28:19.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-05-27T20:28:19.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-05-27T20:28:19.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-05-27T20:28:19.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2076 | 2026-05-27T20:28:19.858Z | |
| 2077 | 2026-05-27T20:28:19.858Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295) |
| 2078 | 2026-05-27T20:28:20.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-05-27T20:28:20.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-05-27T20:28:20.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-05-27T20:28:20.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2082 | 2026-05-27T20:28:20.328Z | |
| 2083 | 2026-05-27T20:28:20.328Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295) |
| 2084 | 2026-05-27T20:28:20.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-05-27T20:28:20.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-05-27T20:28:20.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-05-27T20:28:20.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2088 | 2026-05-27T20:28:20.961Z | |
| 2089 | 2026-05-27T20:28:20.961Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295) |
| 2090 | 2026-05-27T20:28:21.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-05-27T20:28:21.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-05-27T20:28:21.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-05-27T20:28:21.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2094 | 2026-05-27T20:28:21.594Z | |
| 2095 | 2026-05-27T20:28:21.594Z | info: running `cargo check --bins` on nexus-config (51/295) |
| 2096 | 2026-05-27T20:28:22.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-05-27T20:28:22.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-05-27T20:28:22.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-05-27T20:28:22.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2100 | 2026-05-27T20:28:22.225Z | |
| 2101 | 2026-05-27T20:28:22.225Z | info: running `cargo check --bins` on nexus-types (52/295) |
| 2102 | 2026-05-27T20:28:22.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-05-27T20:28:22.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-05-27T20:28:22.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-05-27T20:28:22.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2106 | 2026-05-27T20:28:22.854Z | |
| 2107 | 2026-05-27T20:28:22.854Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295) |
| 2108 | 2026-05-27T20:28:23.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-05-27T20:28:23.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-05-27T20:28:23.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-05-27T20:28:23.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2112 | 2026-05-27T20:28:23.451Z | |
| 2113 | 2026-05-27T20:28:23.451Z | info: running `cargo check --bins` on omicron-passwords (54/295) |
| 2114 | 2026-05-27T20:28:23.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-05-27T20:28:23.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-05-27T20:28:23.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-05-27T20:28:23.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2118 | 2026-05-27T20:28:24.023Z | |
| 2119 | 2026-05-27T20:28:24.024Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/295) |
| 2120 | 2026-05-27T20:28:24.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-05-27T20:28:24.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-05-27T20:28:24.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-05-27T20:28:24.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2124 | 2026-05-27T20:28:24.610Z | |
| 2125 | 2026-05-27T20:28:24.610Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295) |
| 2126 | 2026-05-27T20:28:25.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-05-27T20:28:25.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-05-27T20:28:25.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-05-27T20:28:25.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2130 | 2026-05-27T20:28:25.204Z | |
| 2131 | 2026-05-27T20:28:25.204Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295) |
| 2132 | 2026-05-27T20:28:25.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-05-27T20:28:25.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-05-27T20:28:25.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-05-27T20:28:25.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2136 | 2026-05-27T20:28:25.808Z | |
| 2137 | 2026-05-27T20:28:25.808Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295) |
| 2138 | 2026-05-27T20:28:26.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-05-27T20:28:26.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-05-27T20:28:26.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-05-27T20:28:26.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2142 | 2026-05-27T20:28:26.406Z | |
| 2143 | 2026-05-27T20:28:26.406Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295) |
| 2144 | 2026-05-27T20:28:26.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-05-27T20:28:26.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-05-27T20:28:26.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-05-27T20:28:26.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2148 | 2026-05-27T20:28:26.984Z | |
| 2149 | 2026-05-27T20:28:26.984Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295) |
| 2150 | 2026-05-27T20:28:27.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-05-27T20:28:27.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-05-27T20:28:27.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-05-27T20:28:27.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2154 | 2026-05-27T20:28:27.566Z | |
| 2155 | 2026-05-27T20:28:27.566Z | info: running `cargo check --bins --no-default-features` on gfss (61/295) |
| 2156 | 2026-05-27T20:28:28.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-05-27T20:28:28.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-05-27T20:28:28.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-05-27T20:28:28.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2160 | 2026-05-27T20:28:28.145Z | |
| 2161 | 2026-05-27T20:28:28.146Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295) |
| 2162 | 2026-05-27T20:28:28.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-05-27T20:28:28.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-05-27T20:28:28.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-05-27T20:28:28.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2166 | 2026-05-27T20:28:28.722Z | |
| 2167 | 2026-05-27T20:28:28.722Z | info: running `cargo check --bins` on clickhouse-admin-types (63/295) |
| 2168 | 2026-05-27T20:28:29.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-05-27T20:28:29.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-05-27T20:28:29.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-05-27T20:28:29.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2172 | 2026-05-27T20:28:29.317Z | |
| 2173 | 2026-05-27T20:28:29.317Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/295) |
| 2174 | 2026-05-27T20:28:29.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-05-27T20:28:29.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-05-27T20:28:29.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-05-27T20:28:29.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2178 | 2026-05-27T20:28:29.919Z | |
| 2179 | 2026-05-27T20:28:29.919Z | info: running `cargo check --bins` on cockroach-admin-types (65/295) |
| 2180 | 2026-05-27T20:28:30.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-05-27T20:28:30.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-05-27T20:28:30.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-05-27T20:28:30.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2184 | 2026-05-27T20:28:30.532Z | |
| 2185 | 2026-05-27T20:28:30.532Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/295) |
| 2186 | 2026-05-27T20:28:30.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-05-27T20:28:31.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-05-27T20:28:31.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-05-27T20:28:31.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2190 | 2026-05-27T20:28:31.081Z | |
| 2191 | 2026-05-27T20:28:31.081Z | info: running `cargo check --bins` on ereport-types (67/295) |
| 2192 | 2026-05-27T20:28:31.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-05-27T20:28:31.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-05-27T20:28:31.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-05-27T20:28:31.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2196 | 2026-05-27T20:28:31.665Z | |
| 2197 | 2026-05-27T20:28:31.665Z | info: running `cargo check --bins` on gateway-client (68/295) |
| 2198 | 2026-05-27T20:28:32.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-05-27T20:28:32.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-05-27T20:28:32.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-05-27T20:28:32.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2202 | 2026-05-27T20:28:32.253Z | |
| 2203 | 2026-05-27T20:28:32.254Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/295) |
| 2204 | 2026-05-27T20:28:32.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-05-27T20:28:32.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-05-27T20:28:32.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-05-27T20:28:32.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2208 | 2026-05-27T20:28:32.854Z | |
| 2209 | 2026-05-27T20:28:32.854Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295) |
| 2210 | 2026-05-27T20:28:33.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-05-27T20:28:33.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-05-27T20:28:33.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-05-27T20:28:33.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2214 | 2026-05-27T20:28:33.438Z | |
| 2215 | 2026-05-27T20:28:33.438Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295) |
| 2216 | 2026-05-27T20:28:33.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-05-27T20:28:33.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-05-27T20:28:33.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-05-27T20:28:33.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2220 | 2026-05-27T20:28:34.018Z | |
| 2221 | 2026-05-27T20:28:34.018Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295) |
| 2222 | 2026-05-27T20:28:34.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-05-27T20:28:34.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-05-27T20:28:34.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-05-27T20:28:34.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2226 | 2026-05-27T20:28:34.609Z | |
| 2227 | 2026-05-27T20:28:34.609Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/295) |
| 2228 | 2026-05-27T20:28:35.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-05-27T20:28:35.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-05-27T20:28:35.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-05-27T20:28:35.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2232 | 2026-05-27T20:28:35.218Z | |
| 2233 | 2026-05-27T20:28:35.218Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295) |
| 2234 | 2026-05-27T20:28:35.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-05-27T20:28:35.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-05-27T20:28:35.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-05-27T20:28:35.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2238 | 2026-05-27T20:28:35.828Z | |
| 2239 | 2026-05-27T20:28:35.828Z | info: running `cargo check --bins` on key-manager-types (75/295) |
| 2240 | 2026-05-27T20:28:36.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-05-27T20:28:36.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-05-27T20:28:36.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-05-27T20:28:36.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2244 | 2026-05-27T20:28:36.440Z | |
| 2245 | 2026-05-27T20:28:36.440Z | info: running `cargo check --bins` on oxlog (76/295) |
| 2246 | 2026-05-27T20:28:36.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-05-27T20:28:36.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-05-27T20:28:37.020Z | Checking cfg-if v1.0.4 |
| 2249 | 2026-05-27T20:28:37.023Z | Checking libc v0.2.185 |
| 2250 | 2026-05-27T20:28:37.023Z | Checking serde_core v1.0.228 |
| 2251 | 2026-05-27T20:28:37.141Z | Checking zeroize v1.8.2 |
| 2252 | 2026-05-27T20:28:37.150Z | Checking memchr v2.8.0 |
| 2253 | 2026-05-27T20:28:37.155Z | Checking log v0.4.29 |
| 2254 | 2026-05-27T20:28:37.166Z | Checking smallvec v1.15.1 |
| 2255 | 2026-05-27T20:28:37.175Z | Checking typenum v1.19.0 |
| 2256 | 2026-05-27T20:28:37.185Z | Checking subtle v2.6.1 |
| 2257 | 2026-05-27T20:28:37.281Z | Checking itoa v1.0.17 |
| 2258 | 2026-05-27T20:28:37.311Z | Checking scopeguard v1.2.0 |
| 2259 | 2026-05-27T20:28:37.328Z | Checking stable_deref_trait v1.2.1 |
| 2260 | 2026-05-27T20:28:37.384Z | Checking const-oid v0.9.6 |
| 2261 | 2026-05-27T20:28:37.401Z | Checking zerofrom v0.1.6 |
| 2262 | 2026-05-27T20:28:37.413Z | Checking lock_api v0.4.14 |
| 2263 | 2026-05-27T20:28:37.426Z | Checking pin-project-lite v0.2.17 |
| 2264 | 2026-05-27T20:28:37.515Z | Checking yoke v0.8.1 |
| 2265 | 2026-05-27T20:28:37.530Z | Checking portable-atomic v1.13.1 |
| 2266 | 2026-05-27T20:28:37.534Z | Checking getrandom v0.2.17 |
| 2267 | 2026-05-27T20:28:37.534Z | Checking errno v0.3.14 |
| 2268 | 2026-05-27T20:28:37.607Z | Checking parking_lot_core v0.9.12 |
| 2269 | 2026-05-27T20:28:37.675Z | Checking zerovec v0.11.5 |
| 2270 | 2026-05-27T20:28:37.678Z | Checking signal-hook-registry v1.4.8 |
| 2271 | 2026-05-27T20:28:37.696Z | Checking generic-array v0.14.7 |
| 2272 | 2026-05-27T20:28:37.719Z | Checking rand_core v0.6.4 |
| 2273 | 2026-05-27T20:28:37.795Z | Checking futures-core v0.3.32 |
| 2274 | 2026-05-27T20:28:37.844Z | Checking critical-section v1.2.0 |
| 2275 | 2026-05-27T20:28:37.891Z | Checking parking_lot v0.12.5 |
| 2276 | 2026-05-27T20:28:37.914Z | Checking mio v1.2.0 |
| 2277 | 2026-05-27T20:28:37.938Z | Checking zerocopy v0.8.40 |
| 2278 | 2026-05-27T20:28:37.955Z | Checking once_cell v1.21.3 |
| 2279 | 2026-05-27T20:28:38.016Z | Checking zmij v1.0.21 |
| 2280 | 2026-05-27T20:28:38.076Z | Checking socket2 v0.6.3 |
| 2281 | 2026-05-27T20:28:38.096Z | Checking tinystr v0.8.2 |
| 2282 | 2026-05-27T20:28:38.123Z | Checking libm v0.2.16 |
| 2283 | 2026-05-27T20:28:38.134Z | Checking crypto-common v0.1.7 |
| 2284 | 2026-05-27T20:28:38.189Z | Checking block-buffer v0.10.4 |
| 2285 | 2026-05-27T20:28:38.223Z | Checking litemap v0.8.1 |
| 2286 | 2026-05-27T20:28:38.252Z | Checking percent-encoding v2.3.2 |
| 2287 | 2026-05-27T20:28:38.266Z | Checking equivalent v1.0.2 |
| 2288 | 2026-05-27T20:28:38.311Z | Checking writeable v0.6.2 |
| 2289 | 2026-05-27T20:28:38.325Z | Checking digest v0.10.7 |
| 2290 | 2026-05-27T20:28:38.378Z | Checking potential_utf v0.1.4 |
| 2291 | 2026-05-27T20:28:38.389Z | Checking zerotrie v0.2.3 |
| 2292 | 2026-05-27T20:28:38.401Z | Checking futures-sink v0.3.32 |
| 2293 | 2026-05-27T20:28:38.466Z | Checking icu_locale_core v2.1.1 |
| 2294 | 2026-05-27T20:28:38.478Z | Checking icu_collections v2.1.1 |
| 2295 | 2026-05-27T20:28:38.495Z | Checking futures-channel v0.3.32 |
| 2296 | 2026-05-27T20:28:38.523Z | Checking futures-io v0.3.32 |
| 2297 | 2026-05-27T20:28:38.613Z | Checking serde v1.0.228 |
| 2298 | 2026-05-27T20:28:38.634Z | Checking bitflags v2.11.0 |
| 2299 | 2026-05-27T20:28:38.637Z | Checking serde_json v1.0.149 |
| 2300 | 2026-05-27T20:28:38.682Z | Checking cpufeatures v0.2.17 |
| 2301 | 2026-05-27T20:28:38.752Z | Checking futures-task v0.3.32 |
| 2302 | 2026-05-27T20:28:38.781Z | Checking slab v0.4.12 |
| 2303 | 2026-05-27T20:28:38.798Z | Checking hmac v0.12.1 |
| 2304 | 2026-05-27T20:28:38.826Z | Checking num-traits v0.2.19 |
| 2305 | 2026-05-27T20:28:38.887Z | Checking icu_properties_data v2.1.2 |
| 2306 | 2026-05-27T20:28:38.924Z | Checking icu_normalizer_data v2.1.1 |
| 2307 | 2026-05-27T20:28:38.936Z | Checking futures-util v0.3.32 |
| 2308 | 2026-05-27T20:28:38.994Z | Checking hashbrown v0.17.0 |
| 2309 | 2026-05-27T20:28:39.011Z | Checking bytes v1.11.1 |
| 2310 | 2026-05-27T20:28:39.015Z | Checking icu_provider v2.1.1 |
| 2311 | 2026-05-27T20:28:39.035Z | Checking rand_core v0.10.0 |
| 2312 | 2026-05-27T20:28:39.169Z | Checking getrandom v0.4.1 |
| 2313 | 2026-05-27T20:28:39.247Z | Checking icu_properties v2.1.2 |
| 2314 | 2026-05-27T20:28:39.304Z | Checking icu_normalizer v2.1.1 |
| 2315 | 2026-05-27T20:28:39.317Z | Checking block-padding v0.3.3 |
| 2316 | 2026-05-27T20:28:39.341Z | Checking utf8_iter v1.0.4 |
| 2317 | 2026-05-27T20:28:39.439Z | Checking tokio v1.52.1 |
| 2318 | 2026-05-27T20:28:39.451Z | Checking inout v0.1.4 |
| 2319 | 2026-05-27T20:28:39.453Z | Checking indexmap v2.14.0 |
| 2320 | 2026-05-27T20:28:39.476Z | Checking sha2 v0.10.9 |
| 2321 | 2026-05-27T20:28:39.588Z | Checking cipher v0.4.4 |
| 2322 | 2026-05-27T20:28:39.608Z | Checking form_urlencoded v1.2.2 |
| 2323 | 2026-05-27T20:28:39.736Z | Checking getrandom v0.3.4 |
| 2324 | 2026-05-27T20:28:39.749Z | Checking byteorder v1.5.0 |
| 2325 | 2026-05-27T20:28:39.786Z | Checking fnv v1.0.7 |
| 2326 | 2026-05-27T20:28:39.880Z | Checking base64ct v1.8.3 |
| 2327 | 2026-05-27T20:28:39.893Z | Checking flagset v0.4.7 |
| 2328 | 2026-05-27T20:28:39.946Z | Checking rand_core v0.9.5 |
| 2329 | 2026-05-27T20:28:40.002Z | Checking http v1.4.0 |
| 2330 | 2026-05-27T20:28:40.018Z | Checking regex-syntax v0.8.10 |
| 2331 | 2026-05-27T20:28:40.064Z | Checking idna_adapter v1.2.1 |
| 2332 | 2026-05-27T20:28:40.112Z | Checking pem-rfc7468 v0.7.0 |
| 2333 | 2026-05-27T20:28:40.125Z | Checking salsa20 v0.10.2 |
| 2334 | 2026-05-27T20:28:40.181Z | Checking idna v1.1.0 |
| 2335 | 2026-05-27T20:28:40.254Z | Checking uuid v1.23.0 |
| 2336 | 2026-05-27T20:28:40.269Z | Checking der v0.7.10 |
| 2337 | 2026-05-27T20:28:40.432Z | Checking url v2.5.8 |
| 2338 | 2026-05-27T20:28:40.563Z | Checking pbkdf2 v0.12.2 |
| 2339 | 2026-05-27T20:28:40.573Z | Checking rustix v1.1.3 |
| 2340 | 2026-05-27T20:28:40.672Z | Checking tracing-core v0.1.36 |
| 2341 | 2026-05-27T20:28:40.702Z | Checking ppv-lite86 v0.2.21 |
| 2342 | 2026-05-27T20:28:40.844Z | Checking rustls-pki-types v1.14.0 |
| 2343 | 2026-05-27T20:28:40.870Z | Checking iana-time-zone v0.1.65 |
| 2344 | 2026-05-27T20:28:40.969Z | Checking base64 v0.22.1 |
| 2345 | 2026-05-27T20:28:40.981Z | Checking chrono v0.4.44 |
| 2346 | 2026-05-27T20:28:40.991Z | Checking rand_chacha v0.9.0 |
| 2347 | 2026-05-27T20:28:41.003Z | Checking spki v0.7.3 |
| 2348 | 2026-05-27T20:28:41.125Z | Checking tracing v0.1.44 |
| 2349 | 2026-05-27T20:28:41.168Z | Checking scrypt v0.11.0 |
| 2350 | 2026-05-27T20:28:41.197Z | Checking http-body v1.0.1 |
| 2351 | 2026-05-27T20:28:41.214Z | Checking cbc v0.1.2 |
| 2352 | 2026-05-27T20:28:41.310Z | Checking aes v0.8.4 |
| 2353 | 2026-05-27T20:28:41.324Z | Checking aws-lc-sys v0.40.0 |
| 2354 | 2026-05-27T20:28:41.338Z | Checking untrusted v0.9.0 |
| 2355 | 2026-05-27T20:28:41.352Z | Checking untrusted v0.7.1 |
| 2356 | 2026-05-27T20:28:41.355Z | Checking openssl-probe v0.2.1 |
| 2357 | 2026-05-27T20:28:41.393Z | Checking tinyvec_macros v0.1.1 |
| 2358 | 2026-05-27T20:28:41.446Z | Checking ring v0.17.14 |
| 2359 | 2026-05-27T20:28:41.465Z | Checking tinyvec v1.10.0 |
| 2360 | 2026-05-27T20:28:41.472Z | Checking rand v0.9.2 |
| 2361 | 2026-05-27T20:28:41.489Z | Checking try-lock v0.2.5 |
| 2362 | 2026-05-27T20:28:41.585Z | Checking tower-service v0.3.3 |
| 2363 | 2026-05-27T20:28:41.673Z | Checking tower-layer v0.3.3 |
| 2364 | 2026-05-27T20:28:41.722Z | Checking pkcs5 v0.7.1 |
| 2365 | 2026-05-27T20:28:41.769Z | Checking atomic-waker v1.1.2 |
| 2366 | 2026-05-27T20:28:41.819Z | Checking want v0.3.1 |
| 2367 | 2026-05-27T20:28:41.833Z | Checking aws-lc-rs v1.16.3 |
| 2368 | 2026-05-27T20:28:41.856Z | Checking ipnet v2.11.0 |
| 2369 | 2026-05-27T20:28:41.869Z | Checking httparse v1.10.1 |
| 2370 | 2026-05-27T20:28:41.938Z | Checking aho-corasick v1.1.4 |
| 2371 | 2026-05-27T20:28:41.952Z | Checking pin-utils v0.1.0 |
| 2372 | 2026-05-27T20:28:41.955Z | Checking pkcs8 v0.10.2 |
| 2373 | 2026-05-27T20:28:42.025Z | Checking fastrand v2.3.0 |
| 2374 | 2026-05-27T20:28:42.074Z | Checking httpdate v1.0.3 |
| 2375 | 2026-05-27T20:28:42.110Z | Checking dyn-clone v1.0.20 |
| 2376 | 2026-05-27T20:28:42.138Z | Checking plain v0.2.3 |
| 2377 | 2026-05-27T20:28:42.200Z | Checking foreign-types-shared v0.1.1 |
| 2378 | 2026-05-27T20:28:42.212Z | Checking tempfile v3.25.0 |
| 2379 | 2026-05-27T20:28:42.226Z | Checking unicode-normalization v0.1.25 |
| 2380 | 2026-05-27T20:28:42.242Z | Checking semver v1.0.28 |
| 2381 | 2026-05-27T20:28:42.281Z | Checking foreign-types v0.3.2 |
| 2382 | 2026-05-27T20:28:42.351Z | Checking openssl-sys v0.9.115 |
| 2383 | 2026-05-27T20:28:42.404Z | Checking spin v0.9.8 |
| 2384 | 2026-05-27T20:28:42.437Z | Checking unicode-ident v1.0.24 |
| 2385 | 2026-05-27T20:28:42.454Z | Checking ucd-trie v0.1.7 |
| 2386 | 2026-05-27T20:28:42.549Z | Checking proc-macro2 v1.0.106 |
| 2387 | 2026-05-27T20:28:42.584Z | Checking pest v2.8.6 |
| 2388 | 2026-05-27T20:28:42.587Z | Checking schemars v0.8.22 |
| 2389 | 2026-05-27T20:28:42.613Z | Checking regex-automata v0.4.14 |
| 2390 | 2026-05-27T20:28:42.626Z | Checking rustls-native-certs v0.8.3 |
| 2391 | 2026-05-27T20:28:42.663Z | Checking rustls-webpki v0.103.9 |
| 2392 | 2026-05-27T20:28:42.683Z | Checking tokio-util v0.7.18 |
| 2393 | 2026-05-27T20:28:42.730Z | Checking openssl v0.10.79 |
| 2394 | 2026-05-27T20:28:42.753Z | Checking thiserror v2.0.18 |
| 2395 | 2026-05-27T20:28:42.863Z | Checking sync_wrapper v1.0.2 |
| 2396 | 2026-05-27T20:28:42.880Z | Checking wait-timeout v0.2.1 |
| 2397 | 2026-05-27T20:28:42.952Z | Checking powerfmt v0.2.0 |
| 2398 | 2026-05-27T20:28:42.980Z | Checking quick-error v1.2.3 |
| 2399 | 2026-05-27T20:28:43.080Z | Checking anstyle v1.0.13 |
| 2400 | 2026-05-27T20:28:43.091Z | Checking rustls v0.23.37 |
| 2401 | 2026-05-27T20:28:43.103Z | Checking utf8parse v0.2.2 |
| 2402 | 2026-05-27T20:28:43.200Z | Checking bit-vec v0.8.0 |
| 2403 | 2026-05-27T20:28:43.232Z | Checking siphasher v1.0.2 |
| 2404 | 2026-05-27T20:28:43.257Z | Checking pretty-hex v0.4.1 |
| 2405 | 2026-05-27T20:28:43.278Z | Checking h2 v0.4.13 |
| 2406 | 2026-05-27T20:28:43.370Z | Checking simd-adler32 v0.3.8 |
| 2407 | 2026-05-27T20:28:43.383Z | Checking anstyle-parse v0.2.7 |
| 2408 | 2026-05-27T20:28:43.396Z | Checking bit-set v0.8.0 |
| 2409 | 2026-05-27T20:28:43.531Z | Checking deranged v0.5.8 |
| 2410 | 2026-05-27T20:28:43.534Z | Checking rusty-fork v0.3.1 |
| 2411 | 2026-05-27T20:28:43.555Z | Checking tower v0.5.3 |
| 2412 | 2026-05-27T20:28:43.644Z | Checking quote v1.0.45 |
| 2413 | 2026-05-27T20:28:43.708Z | Compiling newtype-uuid v1.3.2 |
| 2414 | 2026-05-27T20:28:43.811Z | Checking http-body-util v0.1.3 |
| 2415 | 2026-05-27T20:28:43.887Z | Checking crossbeam-utils v0.8.21 |
| 2416 | 2026-05-27T20:28:43.933Z | Checking webpki-roots v1.0.6 |
| 2417 | 2026-05-27T20:28:44.028Z | Checking rand_xorshift v0.4.0 |
| 2418 | 2026-05-27T20:28:44.047Z | Checking crc32fast v1.5.0 |
| 2419 | 2026-05-27T20:28:44.148Z | Checking scroll v0.13.0 |
| 2420 | 2026-05-27T20:28:44.186Z | Checking signature v2.2.0 |
| 2421 | 2026-05-27T20:28:44.218Z | Checking allocator-api2 v0.2.21 |
| 2422 | 2026-05-27T20:28:44.314Z | Checking anstyle-query v1.1.5 |
| 2423 | 2026-05-27T20:28:44.373Z | Checking unarray v0.1.4 |
| 2424 | 2026-05-27T20:28:44.406Z | Checking time-core v0.1.8 |
| 2425 | 2026-05-27T20:28:44.420Z | Checking unicode-bidi v0.3.18 |
| 2426 | 2026-05-27T20:28:44.448Z | Checking iri-string v0.7.10 |
| 2427 | 2026-05-27T20:28:44.474Z | Checking ryu v1.0.23 |
| 2428 | 2026-05-27T20:28:44.497Z | Checking num-conv v0.2.0 |
| 2429 | 2026-05-27T20:28:44.545Z | Checking adler2 v2.0.1 |
| 2430 | 2026-05-27T20:28:44.609Z | Checking unicode-properties v0.1.4 |
| 2431 | 2026-05-27T20:28:44.621Z | Checking colorchoice v1.0.4 |
| 2432 | 2026-05-27T20:28:44.657Z | Checking num_threads v0.1.7 |
| 2433 | 2026-05-27T20:28:44.712Z | Checking is_terminal_polyfill v1.70.2 |
| 2434 | 2026-05-27T20:28:44.724Z | Checking miniz_oxide v0.8.9 |
| 2435 | 2026-05-27T20:28:44.737Z | Checking time v0.3.47 |
| 2436 | 2026-05-27T20:28:44.739Z | Checking native-tls v0.2.18 |
| 2437 | 2026-05-27T20:28:44.791Z | Checking stringprep v0.1.5 |
| 2438 | 2026-05-27T20:28:44.805Z | Checking anstream v0.6.21 |
| 2439 | 2026-05-27T20:28:44.918Z | Checking tokio-native-tls v0.3.1 |
| 2440 | 2026-05-27T20:28:44.940Z | Checking serde_urlencoded v0.7.1 |
| 2441 | 2026-05-27T20:28:44.998Z | Checking proptest v1.10.0 |
| 2442 | 2026-05-27T20:28:45.068Z | Checking bstr v1.12.1 |
| 2443 | 2026-05-27T20:28:45.080Z | Checking goblin v0.10.5 |
| 2444 | 2026-05-27T20:28:45.146Z | Checking crossbeam-epoch v0.9.18 |
| 2445 | 2026-05-27T20:28:45.369Z | Compiling daft v0.1.7 |
| 2446 | 2026-05-27T20:28:45.450Z | Checking tokio-rustls v0.26.4 |
| 2447 | 2026-05-27T20:28:45.465Z | Checking tower-http v0.6.8 |
| 2448 | 2026-05-27T20:28:45.480Z | Checking syn v2.0.117 |
| 2449 | 2026-05-27T20:28:45.644Z | Checking ipnetwork v0.21.1 |
| 2450 | 2026-05-27T20:28:45.680Z | Checking rand_chacha v0.3.1 |
| 2451 | 2026-05-27T20:28:45.746Z | Checking thiserror v1.0.69 |
| 2452 | 2026-05-27T20:28:45.848Z | Checking scroll v0.12.0 |
| 2453 | 2026-05-27T20:28:45.858Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2454 | 2026-05-27T20:28:45.877Z | Checking hash32 v0.2.1 |
| 2455 | 2026-05-27T20:28:45.889Z | Checking num-integer v0.1.46 |
| 2456 | 2026-05-27T20:28:45.954Z | Checking hyper v1.8.1 |
| 2457 | 2026-05-27T20:28:45.964Z | Checking toml_datetime v0.6.11 |
| 2458 | 2026-05-27T20:28:46.030Z | Checking serde_spanned v0.6.9 |
| 2459 | 2026-05-27T20:28:46.064Z | Checking md-5 v0.10.6 |
| 2460 | 2026-05-27T20:28:46.144Z | Checking ff v0.13.1 |
| 2461 | 2026-05-27T20:28:46.155Z | Checking encoding_rs v0.8.35 |
| 2462 | 2026-05-27T20:28:46.165Z | Checking mime v0.3.17 |
| 2463 | 2026-05-27T20:28:46.214Z | Checking psl-types v2.0.11 |
| 2464 | 2026-05-27T20:28:46.249Z | Checking zlib-rs v0.6.2 |
| 2465 | 2026-05-27T20:28:46.326Z | Checking base16ct v0.2.0 |
| 2466 | 2026-05-27T20:28:46.339Z | Checking fallible-iterator v0.2.0 |
| 2467 | 2026-05-27T20:28:46.459Z | Checking sec1 v0.7.3 |
| 2468 | 2026-05-27T20:28:46.611Z | Checking postgres-protocol v0.6.10 |
| 2469 | 2026-05-27T20:28:46.666Z | Checking publicsuffix v2.3.0 |
| 2470 | 2026-05-27T20:28:46.827Z | Checking group v0.13.0 |
| 2471 | 2026-05-27T20:28:46.864Z | Checking hyper-util v0.1.20 |
| 2472 | 2026-05-27T20:28:46.920Z | Checking num-iter v0.1.45 |
| 2473 | 2026-05-27T20:28:46.949Z | Checking goblin v0.8.2 |
| 2474 | 2026-05-27T20:28:46.972Z | Checking heapless v0.7.17 |
| 2475 | 2026-05-27T20:28:47.030Z | Checking zstd-safe v7.2.4 |
| 2476 | 2026-05-27T20:28:47.094Z | Checking rand v0.8.6 |
| 2477 | 2026-05-27T20:28:47.127Z | Checking flate2 v1.1.9 |
| 2478 | 2026-05-27T20:28:47.193Z | Checking cookie v0.18.1 |
| 2479 | 2026-05-27T20:28:47.373Z | Checking oxnet v0.1.4 |
| 2480 | 2026-05-27T20:28:47.412Z | Checking dof v0.4.0 |
| 2481 | 2026-05-27T20:28:47.428Z | Compiling iddqd v0.4.2 |
| 2482 | 2026-05-27T20:28:47.444Z | Checking dtrace-parser v0.3.0 |
| 2483 | 2026-05-27T20:28:47.603Z | Checking phf_shared v0.13.1 |
| 2484 | 2026-05-27T20:28:47.603Z | Checking lazy_static v1.5.0 |
| 2485 | 2026-05-27T20:28:47.684Z | Checking pin-project v1.1.11 |
| 2486 | 2026-05-27T20:28:47.717Z | Checking zerocopy v0.7.35 |
| 2487 | 2026-05-27T20:28:47.775Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2488 | 2026-05-27T20:28:47.785Z | Checking signal-hook v0.3.18 |
| 2489 | 2026-05-27T20:28:47.804Z | Checking terminal_size v0.4.3 |
| 2490 | 2026-05-27T20:28:47.856Z | Checking futures-executor v0.3.32 |
| 2491 | 2026-05-27T20:28:47.914Z | Checking hex v0.4.3 |
| 2492 | 2026-05-27T20:28:47.968Z | Checking hkdf v0.12.4 |
| 2493 | 2026-05-27T20:28:48.001Z | Checking crypto-bigint v0.5.5 |
| 2494 | 2026-05-27T20:28:48.042Z | Checking thread-id v5.1.0 |
| 2495 | 2026-05-27T20:28:48.097Z | Checking either v1.15.0 |
| 2496 | 2026-05-27T20:28:48.115Z | Checking hyper-rustls v0.27.7 |
| 2497 | 2026-05-27T20:28:48.125Z | Checking hyper-tls v0.6.0 |
| 2498 | 2026-05-27T20:28:48.138Z | Checking winnow v0.7.14 |
| 2499 | 2026-05-27T20:28:48.195Z | Checking clap_lex v1.0.0 |
| 2500 | 2026-05-27T20:28:48.279Z | Checking winnow v0.5.40 |
| 2501 | 2026-05-27T20:28:48.293Z | Checking bitflags v1.3.2 |
| 2502 | 2026-05-27T20:28:48.315Z | Checking strsim v0.11.1 |
| 2503 | 2026-05-27T20:28:48.365Z | Checking foldhash v0.2.0 |
| 2504 | 2026-05-27T20:28:48.369Z | Checking libbz2-rs-sys v0.2.2 |
| 2505 | 2026-05-27T20:28:48.529Z | Checking same-file v1.0.6 |
| 2506 | 2026-05-27T20:28:48.533Z | Checking foldhash v0.1.5 |
| 2507 | 2026-05-27T20:28:48.595Z | Compiling rayon-core v1.13.0 |
| 2508 | 2026-05-27T20:28:48.628Z | Checking bumpalo v3.20.2 |
| 2509 | 2026-05-27T20:28:48.694Z | Checking managed v0.8.0 |
| 2510 | 2026-05-27T20:28:48.746Z | Checking bzip2 v0.6.1 |
| 2511 | 2026-05-27T20:28:48.812Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2512 | 2026-05-27T20:28:48.828Z | Checking zopfli v0.8.3 |
| 2513 | 2026-05-27T20:28:48.841Z | Checking dof v0.3.0 |
| 2514 | 2026-05-27T20:28:48.879Z | Checking smoltcp v0.9.1 |
| 2515 | 2026-05-27T20:28:48.892Z | Checking elliptic-curve v0.13.8 |
| 2516 | 2026-05-27T20:28:48.920Z | Checking hashbrown v0.15.5 |
| 2517 | 2026-05-27T20:28:48.996Z | Checking walkdir v2.5.0 |
| 2518 | 2026-05-27T20:28:49.120Z | Checking hashbrown v0.16.1 |
| 2519 | 2026-05-27T20:28:49.150Z | Checking clap_builder v4.5.60 |
| 2520 | 2026-05-27T20:28:49.154Z | Checking reqwest v0.12.28 |
| 2521 | 2026-05-27T20:28:49.200Z | Checking usdt-impl v0.6.0 |
| 2522 | 2026-05-27T20:28:49.307Z | Checking futures v0.3.32 |
| 2523 | 2026-05-27T20:28:49.383Z | Checking signal-hook-mio v0.2.5 |
| 2524 | 2026-05-27T20:28:49.386Z | Checking bzip2 v0.4.4 |
| 2525 | 2026-05-27T20:28:49.430Z | Checking toml_edit v0.19.15 |
| 2526 | 2026-05-27T20:28:49.461Z | Checking phf v0.13.1 |
| 2527 | 2026-05-27T20:28:49.473Z | Checking snafu v0.8.9 |
| 2528 | 2026-05-27T20:28:49.493Z | Checking num-bigint-dig v0.8.6 |
| 2529 | 2026-05-27T20:28:49.609Z | Checking cookie_store v0.22.1 |
| 2530 | 2026-05-27T20:28:49.621Z | Checking zstd v0.13.3 |
| 2531 | 2026-05-27T20:28:49.708Z | Checking postgres-types v0.2.12 |
| 2532 | 2026-05-27T20:28:49.789Z | Checking dtrace-parser v0.2.0 |
| 2533 | 2026-05-27T20:28:49.810Z | Checking globset v0.4.18 |
| 2534 | 2026-05-27T20:28:49.934Z | Checking rustls-platform-verifier v0.6.2 |
| 2535 | 2026-05-27T20:28:50.017Z | Checking crossbeam-deque v0.8.6 |
| 2536 | 2026-05-27T20:28:50.020Z | Checking regex v1.12.3 |
| 2537 | 2026-05-27T20:28:50.030Z | Checking ed25519 v2.2.3 |
| 2538 | 2026-05-27T20:28:50.058Z | Checking phf_shared v0.11.3 |
| 2539 | 2026-05-27T20:28:50.071Z | Checking olpc-cjson v0.1.4 |
| 2540 | 2026-05-27T20:28:50.190Z | Checking ref-cast v1.0.25 |
| 2541 | 2026-05-27T20:28:50.202Z | Checking curve25519-dalek v4.1.3 |
| 2542 | 2026-05-27T20:28:50.205Z | Checking strum v0.27.2 |
| 2543 | 2026-05-27T20:28:50.226Z | Checking hubpack v0.1.2 |
| 2544 | 2026-05-27T20:28:50.288Z | Checking memoffset v0.9.1 |
| 2545 | 2026-05-27T20:28:50.300Z | Checking rustix v0.38.44 |
| 2546 | 2026-05-27T20:28:50.304Z | Checking pkcs1 v0.7.5 |
| 2547 | 2026-05-27T20:28:50.321Z | Checking pem v3.0.6 |
| 2548 | 2026-05-27T20:28:50.360Z | Checking float-cmp v0.10.0 |
| 2549 | 2026-05-27T20:28:50.363Z | Checking serde_plain v1.0.2 |
| 2550 | 2026-05-27T20:28:50.385Z | Checking serde-big-array v0.5.1 |
| 2551 | 2026-05-27T20:28:50.438Z | Checking erased-serde v0.3.31 |
| 2552 | 2026-05-27T20:28:50.474Z | Checking rfc6979 v0.4.0 |
| 2553 | 2026-05-27T20:28:50.486Z | Checking memmap2 v0.9.10 |
| 2554 | 2026-05-27T20:28:50.507Z | Checking thread-id v4.2.2 |
| 2555 | 2026-05-27T20:28:50.510Z | Checking env_filter v1.0.0 |
| 2556 | 2026-05-27T20:28:50.510Z | Checking whoami v2.1.0 |
| 2557 | 2026-05-27T20:28:50.585Z | Checking keccak v0.1.6 |
| 2558 | 2026-05-27T20:28:50.589Z | Checking unicode-segmentation v1.12.0 |
| 2559 | 2026-05-27T20:28:50.641Z | Checking toml_write v0.1.2 |
| 2560 | 2026-05-27T20:28:50.656Z | Checking fixedbitset v0.4.2 |
| 2561 | 2026-05-27T20:28:50.718Z | Checking normalize-line-endings v0.3.0 |
| 2562 | 2026-05-27T20:28:50.747Z | Checking precomputed-hash v0.1.1 |
| 2563 | 2026-05-27T20:28:50.801Z | Checking jiff v0.2.21 |
| 2564 | 2026-05-27T20:28:50.804Z | Checking difflib v0.4.0 |
| 2565 | 2026-05-27T20:28:50.825Z | Checking new_debug_unreachable v1.0.6 |
| 2566 | 2026-05-27T20:28:50.828Z | Checking fixedbitset v0.5.7 |
| 2567 | 2026-05-27T20:28:50.846Z | Checking data-encoding v2.10.0 |
| 2568 | 2026-05-27T20:28:50.933Z | Checking predicates-core v1.0.10 |
| 2569 | 2026-05-27T20:28:50.940Z | Checking static_assertions v1.1.0 |
| 2570 | 2026-05-27T20:28:50.968Z | Checking typed-path v0.9.3 |
| 2571 | 2026-05-27T20:28:50.981Z | Checking ed25519-dalek v2.2.0 |
| 2572 | 2026-05-27T20:28:50.992Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2573 | 2026-05-27T20:28:51.009Z | Checking predicates v3.1.4 |
| 2574 | 2026-05-27T20:28:51.026Z | Checking petgraph v0.8.3 |
| 2575 | 2026-05-27T20:28:51.104Z | Checking crossterm v0.28.1 |
| 2576 | 2026-05-27T20:28:51.116Z | Checking hickory-proto v0.25.2 |
| 2577 | 2026-05-27T20:28:51.219Z | Checking similar v2.7.0 |
| 2578 | 2026-05-27T20:28:51.327Z | Checking string_cache v0.8.9 |
| 2579 | 2026-05-27T20:28:51.499Z | Checking slog v2.8.2 |
| 2580 | 2026-05-27T20:28:51.603Z | Checking toml_edit v0.22.27 |
| 2581 | 2026-05-27T20:28:51.751Z | Checking tough v0.22.0 |
| 2582 | 2026-05-27T20:28:51.768Z | Checking petgraph v0.6.5 |
| 2583 | 2026-05-27T20:28:51.816Z | Checking sha3 v0.10.8 |
| 2584 | 2026-05-27T20:28:52.023Z | Checking tokio-postgres v0.7.16 |
| 2585 | 2026-05-27T20:28:52.609Z | Checking env_logger v0.11.9 |
| 2586 | 2026-05-27T20:28:52.663Z | Checking usdt v0.6.0 |
| 2587 | 2026-05-27T20:28:52.796Z | Checking ecdsa v0.16.9 |
| 2588 | 2026-05-27T20:28:52.832Z | Checking usdt-impl v0.5.0 |
| 2589 | 2026-05-27T20:28:52.997Z | Checking rsa v0.9.10 |
| 2590 | 2026-05-27T20:28:53.046Z | Checking zip v4.6.1 |
| 2591 | 2026-05-27T20:28:53.107Z | Checking toml v0.7.8 |
| 2592 | 2026-05-27T20:28:53.131Z | Checking clap v4.5.60 |
| 2593 | 2026-05-27T20:28:53.211Z | Checking nix v0.31.2 |
| 2594 | 2026-05-27T20:28:53.419Z | Checking reqwest v0.13.2 |
| 2595 | 2026-05-27T20:28:53.468Z | Checking zip v0.6.6 |
| 2596 | 2026-05-27T20:28:53.600Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2597 | 2026-05-27T20:28:53.629Z | Checking itertools v0.13.0 |
| 2598 | 2026-05-27T20:28:53.743Z | Checking serde_with v3.17.0 |
| 2599 | 2026-05-27T20:28:53.788Z | Checking strum v0.26.3 |
| 2600 | 2026-05-27T20:28:53.880Z | Checking fs-err v3.3.0 |
| 2601 | 2026-05-27T20:28:53.897Z | Checking ahash v0.8.12 |
| 2602 | 2026-05-27T20:28:53.924Z | Checking object v0.37.3 |
| 2603 | 2026-05-27T20:28:54.092Z | Checking tokio-stream v0.1.18 |
| 2604 | 2026-05-27T20:28:54.162Z | Checking buf-list v1.1.2 |
| 2605 | 2026-05-27T20:28:54.177Z | Checking camino v1.2.2 |
| 2606 | 2026-05-27T20:28:54.266Z | Checking anyhow v1.0.102 |
| 2607 | 2026-05-27T20:28:54.278Z | Checking x509-cert v0.2.5 |
| 2608 | 2026-05-27T20:28:54.344Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2609 | 2026-05-27T20:28:54.427Z | Checking openapiv3 v2.2.0 |
| 2610 | 2026-05-27T20:28:54.464Z | Checking sha1 v0.10.6 |
| 2611 | 2026-05-27T20:28:54.478Z | Checking lalrpop-util v0.19.12 |
| 2612 | 2026-05-27T20:28:54.606Z | Checking peg-runtime v0.8.5 |
| 2613 | 2026-05-27T20:28:54.624Z | Checking rayon v1.11.0 |
| 2614 | 2026-05-27T20:28:54.640Z | Checking sigpipe v0.1.3 |
| 2615 | 2026-05-27T20:28:54.659Z | Checking glob v0.3.3 |
| 2616 | 2026-05-27T20:28:56.185Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2617 | 2026-05-27T20:28:56.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.01s |
| 2618 | 2026-05-27T20:28:56.591Z | |
| 2619 | 2026-05-27T20:28:56.591Z | info: running `cargo check --bins` on internal-dns-types (77/295) |
| 2620 | 2026-05-27T20:28:57.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2621 | 2026-05-27T20:28:57.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2622 | 2026-05-27T20:28:57.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2623 | 2026-05-27T20:28:57.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2624 | 2026-05-27T20:28:57.183Z | |
| 2625 | 2026-05-27T20:28:57.183Z | info: running `cargo check --bins` on internal-dns-types-versions (78/295) |
| 2626 | 2026-05-27T20:28:57.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2627 | 2026-05-27T20:28:57.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2628 | 2026-05-27T20:28:57.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2629 | 2026-05-27T20:28:57.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2630 | 2026-05-27T20:28:57.773Z | |
| 2631 | 2026-05-27T20:28:57.774Z | info: running `cargo check --bins` on nexus-types-versions (79/295) |
| 2632 | 2026-05-27T20:28:58.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2633 | 2026-05-27T20:28:58.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2634 | 2026-05-27T20:28:58.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2635 | 2026-05-27T20:28:58.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2636 | 2026-05-27T20:28:58.379Z | |
| 2637 | 2026-05-27T20:28:58.379Z | info: running `cargo check --bins` on oxql-types (80/295) |
| 2638 | 2026-05-27T20:28:58.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2639 | 2026-05-27T20:28:58.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2640 | 2026-05-27T20:28:58.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2641 | 2026-05-27T20:28:58.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2642 | 2026-05-27T20:28:59.002Z | |
| 2643 | 2026-05-27T20:28:59.003Z | info: running `cargo check --bins` on oximeter-types (81/295) |
| 2644 | 2026-05-27T20:28:59.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2026-05-27T20:28:59.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2026-05-27T20:28:59.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2647 | 2026-05-27T20:28:59.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2648 | 2026-05-27T20:28:59.558Z | |
| 2649 | 2026-05-27T20:28:59.558Z | info: running `cargo check --bins` on oximeter-types-versions (82/295) |
| 2650 | 2026-05-27T20:29:00.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2026-05-27T20:29:00.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2026-05-27T20:29:00.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2026-05-27T20:29:00.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2654 | 2026-05-27T20:29:00.153Z | |
| 2655 | 2026-05-27T20:29:00.154Z | info: running `cargo check --bins` on oximeter-macro-impl (83/295) |
| 2656 | 2026-05-27T20:29:00.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2026-05-27T20:29:00.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2026-05-27T20:29:00.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2026-05-27T20:29:00.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2660 | 2026-05-27T20:29:00.728Z | |
| 2661 | 2026-05-27T20:29:00.729Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/295) |
| 2662 | 2026-05-27T20:29:01.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2026-05-27T20:29:01.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2026-05-27T20:29:01.419Z | Compiling structmeta-derive v0.3.0 |
| 2665 | 2026-05-27T20:29:01.531Z | Compiling rustls v0.22.4 |
| 2666 | 2026-05-27T20:29:01.541Z | Compiling multer v3.1.0 |
| 2667 | 2026-05-27T20:29:01.550Z | Compiling async-stream-impl v0.3.6 |
| 2668 | 2026-05-27T20:29:01.550Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2669 | 2026-05-27T20:29:01.572Z | Compiling dropshot v0.17.0 |
| 2670 | 2026-05-27T20:29:01.587Z | Compiling newtype-uuid-macros v0.1.0 |
| 2671 | 2026-05-27T20:29:01.587Z | Compiling dropshot_endpoint v0.17.0 |
| 2672 | 2026-05-27T20:29:01.708Z | Checking newtype-uuid v1.3.2 |
| 2673 | 2026-05-27T20:29:01.769Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2674 | 2026-05-27T20:29:01.807Z | Checking rustls-webpki v0.102.8 |
| 2675 | 2026-05-27T20:29:01.909Z | Checking daft v0.1.7 |
| 2676 | 2026-05-27T20:29:01.931Z | Checking thread_local v1.1.9 |
| 2677 | 2026-05-27T20:29:02.102Z | Checking compression-core v0.4.31 |
| 2678 | 2026-05-27T20:29:02.130Z | Checking match_cfg v0.1.0 |
| 2679 | 2026-05-27T20:29:02.148Z | Checking iddqd v0.4.2 |
| 2680 | 2026-05-27T20:29:02.175Z | Checking crossbeam-channel v0.5.15 |
| 2681 | 2026-05-27T20:29:02.196Z | Checking hostname v0.3.1 |
| 2682 | 2026-05-27T20:29:02.225Z | Checking compression-codecs v0.4.37 |
| 2683 | 2026-05-27T20:29:02.304Z | Checking slog-json v2.6.1 |
| 2684 | 2026-05-27T20:29:02.349Z | Checking serde_spanned v1.0.4 |
| 2685 | 2026-05-27T20:29:02.388Z | Checking is-terminal v0.4.17 |
| 2686 | 2026-05-27T20:29:02.458Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2687 | 2026-05-27T20:29:02.477Z | Checking term v1.2.1 |
| 2688 | 2026-05-27T20:29:02.481Z | Checking debug-ignore v1.0.5 |
| 2689 | 2026-05-27T20:29:02.544Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2690 | 2026-05-27T20:29:02.579Z | Compiling structmeta v0.3.0 |
| 2691 | 2026-05-27T20:29:02.593Z | Checking take_mut v0.2.2 |
| 2692 | 2026-05-27T20:29:02.654Z | Checking slog-bunyan v2.5.0 |
| 2693 | 2026-05-27T20:29:02.685Z | Checking toml v1.0.6+spec-1.1.0 |
| 2694 | 2026-05-27T20:29:02.698Z | Checking slog-async v2.8.0 |
| 2695 | 2026-05-27T20:29:02.701Z | Checking slog-term v2.9.2 |
| 2696 | 2026-05-27T20:29:02.766Z | Checking async-compression v0.4.41 |
| 2697 | 2026-05-27T20:29:02.789Z | Compiling derive-ex v0.1.8 |
| 2698 | 2026-05-27T20:29:02.867Z | Compiling parse-display-derive v0.10.0 |
| 2699 | 2026-05-27T20:29:02.962Z | Checking async-stream v0.3.6 |
| 2700 | 2026-05-27T20:29:03.010Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2701 | 2026-05-27T20:29:03.044Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2702 | 2026-05-27T20:29:03.087Z | Checking progenitor-client v0.14.0 |
| 2703 | 2026-05-27T20:29:03.115Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2704 | 2026-05-27T20:29:03.257Z | Checking waitgroup v0.1.2 |
| 2705 | 2026-05-27T20:29:03.261Z | Checking backon v1.6.0 |
| 2706 | 2026-05-27T20:29:03.316Z | Checking rustls-pemfile v2.2.0 |
| 2707 | 2026-05-27T20:29:03.344Z | Checking serde_path_to_error v0.1.20 |
| 2708 | 2026-05-27T20:29:03.357Z | Checking hostname v0.4.2 |
| 2709 | 2026-05-27T20:29:03.434Z | Checking instant v0.1.13 |
| 2710 | 2026-05-27T20:29:03.517Z | Checking backoff v0.4.0 |
| 2711 | 2026-05-27T20:29:03.610Z | Checking progenitor-extras v0.2.0 |
| 2712 | 2026-05-27T20:29:03.637Z | Checking tokio-rustls v0.25.0 |
| 2713 | 2026-05-27T20:29:03.659Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2714 | 2026-05-27T20:29:03.687Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2715 | 2026-05-27T20:29:03.854Z | Checking itertools v0.14.0 |
| 2716 | 2026-05-27T20:29:03.867Z | Checking progenitor-client v0.10.0 |
| 2717 | 2026-05-27T20:29:04.051Z | Checking regress v0.10.5 |
| 2718 | 2026-05-27T20:29:04.083Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2719 | 2026-05-27T20:29:04.366Z | Checking macaddr v1.0.1 |
| 2720 | 2026-05-27T20:29:04.461Z | Compiling test-strategy v0.4.5 |
| 2721 | 2026-05-27T20:29:04.543Z | Checking parse-display v0.10.0 |
| 2722 | 2026-05-27T20:29:04.629Z | Checking humantime v2.3.0 |
| 2723 | 2026-05-27T20:29:05.662Z | Compiling prettyplease v0.2.37 |
| 2724 | 2026-05-27T20:29:05.932Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2725 | 2026-05-27T20:29:06.135Z | Checking num-rational v0.4.2 |
| 2726 | 2026-05-27T20:29:06.342Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2727 | 2026-05-27T20:29:06.617Z | Checking num-complex v0.4.6 |
| 2728 | 2026-05-27T20:29:07.355Z | Compiling num v0.4.3 |
| 2729 | 2026-05-27T20:29:07.426Z | Compiling usdt-attr-macro v0.5.0 |
| 2730 | 2026-05-27T20:29:07.439Z | Compiling usdt-macro v0.5.0 |
| 2731 | 2026-05-27T20:29:07.465Z | Checking memmap v0.7.0 |
| 2732 | 2026-05-27T20:29:07.480Z | Compiling float-ord v0.3.2 |
| 2733 | 2026-05-27T20:29:07.594Z | Compiling convert_case v0.4.0 |
| 2734 | 2026-05-27T20:29:07.597Z | Checking unicode-width v0.2.0 |
| 2735 | 2026-05-27T20:29:07.855Z | Checking console v0.15.11 |
| 2736 | 2026-05-27T20:29:07.972Z | Compiling derive_more v0.99.20 |
| 2737 | 2026-05-27T20:29:08.132Z | Checking newline-converter v0.3.0 |
| 2738 | 2026-05-27T20:29:08.151Z | Checking atomicwrites v0.4.4 |
| 2739 | 2026-05-27T20:29:08.197Z | Checking usdt v0.5.0 |
| 2740 | 2026-05-27T20:29:08.243Z | Compiling toml v0.8.23 |
| 2741 | 2026-05-27T20:29:08.282Z | Compiling minimal-lexical v0.2.1 |
| 2742 | 2026-05-27T20:29:08.362Z | Checking linked-hash-map v0.5.6 |
| 2743 | 2026-05-27T20:29:08.536Z | Checking lru-cache v0.1.2 |
| 2744 | 2026-05-27T20:29:08.549Z | Compiling nom v7.1.3 |
| 2745 | 2026-05-27T20:29:08.760Z | Checking expectorate v1.2.0 |
| 2746 | 2026-05-27T20:29:09.221Z | Checking camino-tempfile v1.4.1 |
| 2747 | 2026-05-27T20:29:09.381Z | Checking hickory-proto v0.24.4 |
| 2748 | 2026-05-27T20:29:09.387Z | Checking phf_shared v0.12.1 |
| 2749 | 2026-05-27T20:29:09.533Z | Compiling slog-dtrace v0.3.0 |
| 2750 | 2026-05-27T20:29:09.558Z | Checking heck v0.5.0 |
| 2751 | 2026-05-27T20:29:09.689Z | Compiling chrono-tz v0.10.4 |
| 2752 | 2026-05-27T20:29:09.721Z | Checking resolv-conf v0.7.6 |
| 2753 | 2026-05-27T20:29:09.867Z | Compiling const_format_proc_macros v0.2.34 |
| 2754 | 2026-05-27T20:29:09.893Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2755 | 2026-05-27T20:29:09.920Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2756 | 2026-05-27T20:29:09.982Z | Checking phf v0.12.1 |
| 2757 | 2026-05-27T20:29:10.125Z | Checking tokio-dtrace v0.1.1 |
| 2758 | 2026-05-27T20:29:10.313Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2759 | 2026-05-27T20:29:10.367Z | Compiling derive-where v1.6.0 |
| 2760 | 2026-05-27T20:29:10.521Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2761 | 2026-05-27T20:29:10.678Z | Checking highway v1.3.0 |
| 2762 | 2026-05-27T20:29:10.902Z | Checking const_format v0.2.35 |
| 2763 | 2026-05-27T20:29:11.134Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2764 | 2026-05-27T20:29:11.153Z | Checking hickory-resolver v0.24.4 |
| 2765 | 2026-05-27T20:29:11.313Z | Checking oxide-tokio-rt v0.1.4 |
| 2766 | 2026-05-27T20:29:11.501Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2767 | 2026-05-27T20:29:11.733Z | Checking gethostname v0.5.0 |
| 2768 | 2026-05-27T20:29:11.762Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2769 | 2026-05-27T20:29:11.812Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2770 | 2026-05-27T20:29:11.823Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2771 | 2026-05-27T20:29:11.886Z | Checking bcs v0.1.6 |
| 2772 | 2026-05-27T20:29:11.953Z | Checking qorb v0.4.1 |
| 2773 | 2026-05-27T20:29:11.974Z | Checking termtree v0.5.1 |
| 2774 | 2026-05-27T20:29:15.174Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2775 | 2026-05-27T20:29:17.905Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2776 | 2026-05-27T20:29:20.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.29s |
| 2777 | 2026-05-27T20:29:20.205Z | |
| 2778 | 2026-05-27T20:29:20.205Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295) |
| 2779 | 2026-05-27T20:29:20.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2026-05-27T20:29:20.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2026-05-27T20:29:20.881Z | Compiling ar_archive_writer v0.5.1 |
| 2782 | 2026-05-27T20:29:20.884Z | Compiling stacker v0.1.23 |
| 2783 | 2026-05-27T20:29:20.992Z | Compiling cfg_aliases v0.1.1 |
| 2784 | 2026-05-27T20:29:21.007Z | Compiling convert_case v0.10.0 |
| 2785 | 2026-05-27T20:29:21.012Z | Checking unicode-width v0.1.14 |
| 2786 | 2026-05-27T20:29:21.021Z | Compiling proc-macro-error v1.0.4 |
| 2787 | 2026-05-27T20:29:21.032Z | Checking fd-lock v4.0.4 |
| 2788 | 2026-05-27T20:29:21.032Z | Checking nibble_vec v0.1.0 |
| 2789 | 2026-05-27T20:29:21.054Z | Compiling nix v0.28.0 |
| 2790 | 2026-05-27T20:29:21.141Z | Checking vte v0.14.1 |
| 2791 | 2026-05-27T20:29:21.160Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2792 | 2026-05-27T20:29:21.277Z | Checking bytecount v0.6.9 |
| 2793 | 2026-05-27T20:29:21.294Z | Checking endian-type v0.1.2 |
| 2794 | 2026-05-27T20:29:21.314Z | Compiling derive_more-impl v2.1.1 |
| 2795 | 2026-05-27T20:29:21.327Z | Checking strip-ansi-escapes v0.2.1 |
| 2796 | 2026-05-27T20:29:21.343Z | Compiling tabled_derive v0.7.0 |
| 2797 | 2026-05-27T20:29:21.391Z | Checking papergrid v0.11.0 |
| 2798 | 2026-05-27T20:29:21.415Z | Checking radix_trie v0.2.1 |
| 2799 | 2026-05-27T20:29:21.429Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2800 | 2026-05-27T20:29:21.582Z | Compiling peg-macros v0.8.5 |
| 2801 | 2026-05-27T20:29:21.621Z | Checking winnow v0.6.26 |
| 2802 | 2026-05-27T20:29:21.849Z | Compiling psm v0.1.30 |
| 2803 | 2026-05-27T20:29:21.899Z | Compiling sqlparser_derive v0.5.0 |
| 2804 | 2026-05-27T20:29:22.015Z | Checking unicode_categories v0.1.1 |
| 2805 | 2026-05-27T20:29:22.137Z | Checking derive_more v2.1.1 |
| 2806 | 2026-05-27T20:29:22.172Z | Checking nu-ansi-term v0.50.3 |
| 2807 | 2026-05-27T20:29:22.216Z | Checking home v0.5.12 |
| 2808 | 2026-05-27T20:29:22.324Z | Checking crossterm v0.29.0 |
| 2809 | 2026-05-27T20:29:22.358Z | Checking tabled v0.15.0 |
| 2810 | 2026-05-27T20:29:22.381Z | Checking reedline v0.40.0 |
| 2811 | 2026-05-27T20:29:22.393Z | Checking rustyline v14.0.0 |
| 2812 | 2026-05-27T20:29:22.628Z | Checking recursive v0.1.1 |
| 2813 | 2026-05-27T20:29:22.688Z | Checking display-error-chain v0.2.2 |
| 2814 | 2026-05-27T20:29:22.747Z | Checking sqlparser v0.61.0 |
| 2815 | 2026-05-27T20:29:22.769Z | Checking sqlformat v0.3.5 |
| 2816 | 2026-05-27T20:29:22.961Z | Checking peg v0.8.5 |
| 2817 | 2026-05-27T20:29:33.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s |
| 2818 | 2026-05-27T20:29:34.028Z | |
| 2819 | 2026-05-27T20:29:34.028Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295) |
| 2820 | 2026-05-27T20:29:34.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2821 | 2026-05-27T20:29:34.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2822 | 2026-05-27T20:29:34.712Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2823 | 2026-05-27T20:29:38.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
| 2824 | 2026-05-27T20:29:38.371Z | |
| 2825 | 2026-05-27T20:29:38.371Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295) |
| 2826 | 2026-05-27T20:29:38.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2026-05-27T20:29:38.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2026-05-27T20:29:39.051Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2829 | 2026-05-27T20:29:41.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
| 2830 | 2026-05-27T20:29:41.674Z | |
| 2831 | 2026-05-27T20:29:41.674Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295) |
| 2832 | 2026-05-27T20:29:42.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-05-27T20:29:42.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-05-27T20:29:42.340Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2835 | 2026-05-27T20:29:45.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
| 2836 | 2026-05-27T20:29:45.788Z | |
| 2837 | 2026-05-27T20:29:45.788Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295) |
| 2838 | 2026-05-27T20:29:46.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-05-27T20:29:46.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-05-27T20:29:46.471Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2841 | 2026-05-27T20:29:49.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
| 2842 | 2026-05-27T20:29:49.951Z | |
| 2843 | 2026-05-27T20:29:49.951Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295) |
| 2844 | 2026-05-27T20:29:50.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-05-27T20:29:50.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-05-27T20:29:50.623Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2847 | 2026-05-27T20:29:53.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 2848 | 2026-05-27T20:29:53.403Z | |
| 2849 | 2026-05-27T20:29:53.403Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295) |
| 2850 | 2026-05-27T20:29:53.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2026-05-27T20:29:53.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2026-05-27T20:29:54.082Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2853 | 2026-05-27T20:29:56.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 2854 | 2026-05-27T20:29:56.900Z | |
| 2855 | 2026-05-27T20:29:56.901Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295) |
| 2856 | 2026-05-27T20:29:57.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2026-05-27T20:29:57.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2026-05-27T20:29:57.580Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2859 | 2026-05-27T20:30:00.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2860 | 2026-05-27T20:30:01.180Z | |
| 2861 | 2026-05-27T20:30:01.180Z | info: running `cargo check --bins` on oximeter (93/295) |
| 2862 | 2026-05-27T20:30:01.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-05-27T20:30:01.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-05-27T20:30:01.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2865 | 2026-05-27T20:30:01.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2866 | 2026-05-27T20:30:01.786Z | |
| 2867 | 2026-05-27T20:30:01.786Z | info: running `cargo check --bins` on oximeter-schema (94/295) |
| 2868 | 2026-05-27T20:30:02.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-05-27T20:30:02.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-05-27T20:30:02.426Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2871 | 2026-05-27T20:30:02.593Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2872 | 2026-05-27T20:30:02.596Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2873 | 2026-05-27T20:30:02.929Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2874 | 2026-05-27T20:30:05.800Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2875 | 2026-05-27T20:30:07.018Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2876 | 2026-05-27T20:30:07.230Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2877 | 2026-05-27T20:30:07.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s |
| 2878 | 2026-05-27T20:30:08.095Z | |
| 2879 | 2026-05-27T20:30:08.095Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/295) |
| 2880 | 2026-05-27T20:30:08.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2026-05-27T20:30:08.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2026-05-27T20:30:08.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2883 | 2026-05-27T20:30:08.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2884 | 2026-05-27T20:30:08.692Z | |
| 2885 | 2026-05-27T20:30:08.692Z | info: running `cargo check --bins` on oximeter-test-utils (96/295) |
| 2886 | 2026-05-27T20:30:09.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2026-05-27T20:30:09.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2026-05-27T20:30:09.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2889 | 2026-05-27T20:30:09.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2890 | 2026-05-27T20:30:09.333Z | |
| 2891 | 2026-05-27T20:30:09.333Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295) |
| 2892 | 2026-05-27T20:30:09.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2026-05-27T20:30:09.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2026-05-27T20:30:09.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2026-05-27T20:30:09.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2896 | 2026-05-27T20:30:09.941Z | |
| 2897 | 2026-05-27T20:30:09.941Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295) |
| 2898 | 2026-05-27T20:30:10.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-05-27T20:30:10.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-05-27T20:30:10.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2026-05-27T20:30:10.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2902 | 2026-05-27T20:30:10.550Z | |
| 2903 | 2026-05-27T20:30:10.550Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295) |
| 2904 | 2026-05-27T20:30:11.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-05-27T20:30:11.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-05-27T20:30:11.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2026-05-27T20:30:11.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2908 | 2026-05-27T20:30:11.156Z | |
| 2909 | 2026-05-27T20:30:11.156Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295) |
| 2910 | 2026-05-27T20:30:11.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-05-27T20:30:11.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-05-27T20:30:11.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2913 | 2026-05-27T20:30:11.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2914 | 2026-05-27T20:30:11.766Z | |
| 2915 | 2026-05-27T20:30:11.766Z | info: running `cargo check --bins` on trust-quorum-types (101/295) |
| 2916 | 2026-05-27T20:30:12.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2026-05-27T20:30:12.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2026-05-27T20:30:12.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2919 | 2026-05-27T20:30:12.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2920 | 2026-05-27T20:30:12.352Z | |
| 2921 | 2026-05-27T20:30:12.352Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/295) |
| 2922 | 2026-05-27T20:30:12.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2026-05-27T20:30:12.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2026-05-27T20:30:12.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2026-05-27T20:30:12.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2926 | 2026-05-27T20:30:12.956Z | |
| 2927 | 2026-05-27T20:30:12.956Z | info: running `cargo check --bins` on update-engine (103/295) |
| 2928 | 2026-05-27T20:30:13.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2026-05-27T20:30:13.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2026-05-27T20:30:13.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2026-05-27T20:30:13.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2932 | 2026-05-27T20:30:13.544Z | |
| 2933 | 2026-05-27T20:30:13.544Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/295) |
| 2934 | 2026-05-27T20:30:14.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2026-05-27T20:30:14.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2026-05-27T20:30:14.349Z | Compiling crucible-workspace-hack v0.1.0 |
| 2937 | 2026-05-27T20:30:14.380Z | Checking secrecy v0.10.3 |
| 2938 | 2026-05-27T20:30:14.387Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2939 | 2026-05-27T20:30:14.387Z | Compiling heapless v0.8.0 |
| 2940 | 2026-05-27T20:30:14.401Z | Compiling ingot-macros v0.1.1 |
| 2941 | 2026-05-27T20:30:14.410Z | Checking hash32 v0.3.1 |
| 2942 | 2026-05-27T20:30:14.420Z | Compiling smoltcp v0.11.0 |
| 2943 | 2026-05-27T20:30:14.423Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2944 | 2026-05-27T20:30:14.483Z | Checking cobs v0.3.0 |
| 2945 | 2026-05-27T20:30:14.526Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2946 | 2026-05-27T20:30:14.612Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2947 | 2026-05-27T20:30:14.632Z | Checking universal-hash v0.5.1 |
| 2948 | 2026-05-27T20:30:14.637Z | Checking half v2.7.1 |
| 2949 | 2026-05-27T20:30:14.673Z | Checking ciborium-io v0.2.2 |
| 2950 | 2026-05-27T20:30:14.745Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2951 | 2026-05-27T20:30:14.759Z | Checking opaque-debug v0.3.1 |
| 2952 | 2026-05-27T20:30:14.792Z | Checking postcard v1.1.3 |
| 2953 | 2026-05-27T20:30:14.839Z | Checking poly1305 v0.8.0 |
| 2954 | 2026-05-27T20:30:14.904Z | Checking ciborium-ll v0.2.2 |
| 2955 | 2026-05-27T20:30:14.938Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2956 | 2026-05-27T20:30:15.081Z | Compiling proc-macro-crate v3.4.0 |
| 2957 | 2026-05-27T20:30:15.092Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2958 | 2026-05-27T20:30:15.115Z | Checking password-hash v0.5.0 |
| 2959 | 2026-05-27T20:30:15.375Z | Checking chacha20 v0.9.1 |
| 2960 | 2026-05-27T20:30:15.385Z | Compiling proc-macro-crate v1.3.1 |
| 2961 | 2026-05-27T20:30:15.404Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2962 | 2026-05-27T20:30:15.543Z | Checking blake2 v0.10.6 |
| 2963 | 2026-05-27T20:30:15.586Z | Checking aead v0.5.2 |
| 2964 | 2026-05-27T20:30:15.632Z | Compiling num_enum_derive v0.7.5 |
| 2965 | 2026-05-27T20:30:15.644Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2966 | 2026-05-27T20:30:15.730Z | Compiling foreign-types-macros v0.2.3 |
| 2967 | 2026-05-27T20:30:15.778Z | Checking thiserror-no-std v2.0.2 |
| 2968 | 2026-05-27T20:30:15.792Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2969 | 2026-05-27T20:30:15.806Z | Checking cpufeatures v0.3.0 |
| 2970 | 2026-05-27T20:30:15.847Z | Checking foreign-types-shared v0.3.1 |
| 2971 | 2026-05-27T20:30:15.866Z | Checking vsss-rs v3.3.4 |
| 2972 | 2026-05-27T20:30:15.879Z | Checking chacha20 v0.10.0 |
| 2973 | 2026-05-27T20:30:15.937Z | Checking argon2 v0.5.3 |
| 2974 | 2026-05-27T20:30:16.029Z | Compiling num_enum_derive v0.5.11 |
| 2975 | 2026-05-27T20:30:16.093Z | Checking chacha20poly1305 v0.10.1 |
| 2976 | 2026-05-27T20:30:16.227Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2977 | 2026-05-27T20:30:16.293Z | Checking ciborium v0.2.2 |
| 2978 | 2026-05-27T20:30:16.316Z | Checking foreign-types v0.5.0 |
| 2979 | 2026-05-27T20:30:16.500Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2980 | 2026-05-27T20:30:16.542Z | Checking tabwriter v1.4.1 |
| 2981 | 2026-05-27T20:30:16.692Z | Checking num_enum v0.7.5 |
| 2982 | 2026-05-27T20:30:16.692Z | Checking byte-wrapper v0.1.0 |
| 2983 | 2026-05-27T20:30:16.717Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2984 | 2026-05-27T20:30:16.790Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2985 | 2026-05-27T20:30:16.806Z | Checking cstr-argument v0.1.2 |
| 2986 | 2026-05-27T20:30:16.910Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2987 | 2026-05-27T20:30:16.936Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2988 | 2026-05-27T20:30:16.979Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2989 | 2026-05-27T20:30:17.077Z | Checking num_enum v0.5.11 |
| 2990 | 2026-05-27T20:30:17.107Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2991 | 2026-05-27T20:30:17.123Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2992 | 2026-05-27T20:30:17.140Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2993 | 2026-05-27T20:30:17.187Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2994 | 2026-05-27T20:30:17.242Z | Checking rand v0.10.0 |
| 2995 | 2026-05-27T20:30:17.246Z | Checking ingot-types v0.1.2 |
| 2996 | 2026-05-27T20:30:17.269Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2997 | 2026-05-27T20:30:17.283Z | Checking colored v3.1.1 |
| 2998 | 2026-05-27T20:30:17.387Z | Checking indent_write v2.2.0 |
| 2999 | 2026-05-27T20:30:17.480Z | Compiling zone_cfg_derive v0.3.1 |
| 3000 | 2026-05-27T20:30:17.526Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3001 | 2026-05-27T20:30:17.579Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3002 | 2026-05-27T20:30:17.609Z | Checking ingot v0.1.1 |
| 3003 | 2026-05-27T20:30:17.697Z | Checking itertools v0.12.1 |
| 3004 | 2026-05-27T20:30:17.712Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3005 | 2026-05-27T20:30:17.741Z | Compiling num-derive v0.4.2 |
| 3006 | 2026-05-27T20:30:17.755Z | Checking swrite v0.1.0 |
| 3007 | 2026-05-27T20:30:17.807Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3008 | 2026-05-27T20:30:17.844Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3009 | 2026-05-27T20:30:18.010Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3010 | 2026-05-27T20:30:18.089Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3011 | 2026-05-27T20:30:18.129Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3012 | 2026-05-27T20:30:18.165Z | Checking dropshot-api-manager-types v0.7.2 |
| 3013 | 2026-05-27T20:30:18.178Z | Checking smf v0.2.3 |
| 3014 | 2026-05-27T20:30:18.237Z | Checking nanorand v0.7.0 |
| 3015 | 2026-05-27T20:30:18.331Z | Checking whoami v1.6.1 |
| 3016 | 2026-05-27T20:30:18.413Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3017 | 2026-05-27T20:30:18.434Z | Checking flume v0.11.1 |
| 3018 | 2026-05-27T20:30:18.668Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3019 | 2026-05-27T20:30:18.700Z | Checking zone v0.3.1 |
| 3020 | 2026-05-27T20:30:19.196Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3021 | 2026-05-27T20:30:20.152Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-05-27T20:30:21.033Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3023 | 2026-05-27T20:30:24.167Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3024 | 2026-05-27T20:30:26.218Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3025 | 2026-05-27T20:30:27.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s |
| 3026 | 2026-05-27T20:30:27.519Z | |
| 3027 | 2026-05-27T20:30:27.519Z | info: running `cargo check --bins` on clickhouse-admin-api (105/295) |
| 3028 | 2026-05-27T20:30:28.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-05-27T20:30:28.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-05-27T20:30:28.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-05-27T20:30:28.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3032 | 2026-05-27T20:30:28.121Z | |
| 3033 | 2026-05-27T20:30:28.121Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/295) |
| 3034 | 2026-05-27T20:30:28.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-05-27T20:30:28.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-05-27T20:30:28.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-05-27T20:30:28.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3038 | 2026-05-27T20:30:28.726Z | |
| 3039 | 2026-05-27T20:30:28.726Z | info: running `cargo check --bins` on bootstrap-agent-client (107/295) |
| 3040 | 2026-05-27T20:30:29.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-05-27T20:30:29.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-05-27T20:30:29.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-05-27T20:30:29.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3044 | 2026-05-27T20:30:29.332Z | |
| 3045 | 2026-05-27T20:30:29.332Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295) |
| 3046 | 2026-05-27T20:30:29.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-05-27T20:30:29.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-05-27T20:30:29.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-05-27T20:30:29.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3050 | 2026-05-27T20:30:29.944Z | |
| 3051 | 2026-05-27T20:30:29.944Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295) |
| 3052 | 2026-05-27T20:30:30.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-05-27T20:30:30.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-05-27T20:30:30.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-05-27T20:30:30.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3056 | 2026-05-27T20:30:30.550Z | |
| 3057 | 2026-05-27T20:30:30.550Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/295) |
| 3058 | 2026-05-27T20:30:31.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-05-27T20:30:31.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-05-27T20:30:31.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-05-27T20:30:31.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3062 | 2026-05-27T20:30:31.154Z | |
| 3063 | 2026-05-27T20:30:31.154Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/295) |
| 3064 | 2026-05-27T20:30:31.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-05-27T20:30:31.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-05-27T20:30:31.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-05-27T20:30:31.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3068 | 2026-05-27T20:30:31.757Z | |
| 3069 | 2026-05-27T20:30:31.757Z | info: running `cargo check --bins` on cockroach-admin-client (112/295) |
| 3070 | 2026-05-27T20:30:32.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-05-27T20:30:32.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-05-27T20:30:32.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-05-27T20:30:32.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3074 | 2026-05-27T20:30:32.346Z | |
| 3075 | 2026-05-27T20:30:32.346Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/295) |
| 3076 | 2026-05-27T20:30:32.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-05-27T20:30:32.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-05-27T20:30:32.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-05-27T20:30:32.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3080 | 2026-05-27T20:30:32.947Z | |
| 3081 | 2026-05-27T20:30:32.947Z | info: running `cargo check --bins` on dns-service-client (114/295) |
| 3082 | 2026-05-27T20:30:33.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-05-27T20:30:33.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-05-27T20:30:33.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-05-27T20:30:33.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3086 | 2026-05-27T20:30:33.555Z | |
| 3087 | 2026-05-27T20:30:33.555Z | info: running `cargo check --bins` on installinator-client (115/295) |
| 3088 | 2026-05-27T20:30:34.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-05-27T20:30:34.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-05-27T20:30:34.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-05-27T20:30:34.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3092 | 2026-05-27T20:30:34.161Z | |
| 3093 | 2026-05-27T20:30:34.161Z | info: running `cargo check --bins` on nexus-client (116/295) |
| 3094 | 2026-05-27T20:30:34.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-05-27T20:30:34.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-05-27T20:30:34.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-05-27T20:30:34.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3098 | 2026-05-27T20:30:34.802Z | |
| 3099 | 2026-05-27T20:30:34.802Z | info: running `cargo check --bins` on nexus-lockstep-client (117/295) |
| 3100 | 2026-05-27T20:30:35.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-05-27T20:30:35.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-05-27T20:30:35.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-05-27T20:30:35.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3104 | 2026-05-27T20:30:35.441Z | |
| 3105 | 2026-05-27T20:30:35.441Z | info: running `cargo check --bins` on ntp-admin-client (118/295) |
| 3106 | 2026-05-27T20:30:35.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-05-27T20:30:35.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-05-27T20:30:35.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-05-27T20:30:35.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3110 | 2026-05-27T20:30:36.032Z | |
| 3111 | 2026-05-27T20:30:36.032Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/295) |
| 3112 | 2026-05-27T20:30:36.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-05-27T20:30:36.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-05-27T20:30:36.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-05-27T20:30:36.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3116 | 2026-05-27T20:30:36.625Z | |
| 3117 | 2026-05-27T20:30:36.625Z | info: running `cargo check --bins` on oxide-client (120/295) |
| 3118 | 2026-05-27T20:30:37.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-05-27T20:30:37.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-05-27T20:30:37.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-05-27T20:30:37.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3122 | 2026-05-27T20:30:37.220Z | |
| 3123 | 2026-05-27T20:30:37.220Z | info: running `cargo check --bins` on oximeter-client (121/295) |
| 3124 | 2026-05-27T20:30:37.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-05-27T20:30:37.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-05-27T20:30:37.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-05-27T20:30:37.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3128 | 2026-05-27T20:30:37.827Z | |
| 3129 | 2026-05-27T20:30:37.827Z | info: running `cargo check --bins` on repo-depot-client (122/295) |
| 3130 | 2026-05-27T20:30:38.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-05-27T20:30:38.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-05-27T20:30:38.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-05-27T20:30:38.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3134 | 2026-05-27T20:30:38.421Z | |
| 3135 | 2026-05-27T20:30:38.421Z | info: running `cargo check --bins` on sled-agent-client (123/295) |
| 3136 | 2026-05-27T20:30:38.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-05-27T20:30:38.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-05-27T20:30:38.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-05-27T20:30:38.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3140 | 2026-05-27T20:30:39.040Z | |
| 3141 | 2026-05-27T20:30:39.040Z | info: running `cargo check --bins` on wicketd-client (124/295) |
| 3142 | 2026-05-27T20:30:39.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-05-27T20:30:39.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-05-27T20:30:39.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-05-27T20:30:39.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3146 | 2026-05-27T20:30:39.667Z | |
| 3147 | 2026-05-27T20:30:39.667Z | info: running `cargo check --bins` on installinator-common (125/295) |
| 3148 | 2026-05-27T20:30:40.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-05-27T20:30:40.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-05-27T20:30:40.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-05-27T20:30:40.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3152 | 2026-05-27T20:30:40.287Z | |
| 3153 | 2026-05-27T20:30:40.287Z | info: running `cargo check --bins` on installinator-common-versions (126/295) |
| 3154 | 2026-05-27T20:30:40.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-05-27T20:30:40.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-05-27T20:30:40.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-05-27T20:30:40.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3158 | 2026-05-27T20:30:40.875Z | |
| 3159 | 2026-05-27T20:30:40.875Z | info: running `cargo check --bins` on wicket-common (127/295) |
| 3160 | 2026-05-27T20:30:41.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-05-27T20:30:41.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-05-27T20:30:41.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-05-27T20:30:41.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3164 | 2026-05-27T20:30:41.492Z | |
| 3165 | 2026-05-27T20:30:41.492Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/295) |
| 3166 | 2026-05-27T20:30:42.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-05-27T20:30:42.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-05-27T20:30:42.191Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3169 | 2026-05-27T20:30:42.308Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3170 | 2026-05-27T20:30:42.317Z | Checking csv-core v0.1.13 |
| 3171 | 2026-05-27T20:30:42.322Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3172 | 2026-05-27T20:30:42.330Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3173 | 2026-05-27T20:30:42.334Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3174 | 2026-05-27T20:30:42.349Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3175 | 2026-05-27T20:30:42.361Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3176 | 2026-05-27T20:30:42.474Z | Checking csv v1.4.0 |
| 3177 | 2026-05-27T20:30:42.502Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3178 | 2026-05-27T20:30:42.516Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3179 | 2026-05-27T20:30:42.543Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3180 | 2026-05-27T20:30:42.572Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3181 | 2026-05-27T20:30:42.812Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3182 | 2026-05-27T20:30:43.176Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3183 | 2026-05-27T20:30:43.179Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3184 | 2026-05-27T20:30:43.513Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3185 | 2026-05-27T20:30:49.382Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3186 | 2026-05-27T20:30:49.911Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3187 | 2026-05-27T20:30:52.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s |
| 3188 | 2026-05-27T20:30:52.461Z | |
| 3189 | 2026-05-27T20:30:52.461Z | info: running `cargo check --bins` on cockroach-admin-api (129/295) |
| 3190 | 2026-05-27T20:30:52.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-05-27T20:30:52.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-05-27T20:30:52.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2026-05-27T20:30:52.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3194 | 2026-05-27T20:30:53.063Z | |
| 3195 | 2026-05-27T20:30:53.063Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295) |
| 3196 | 2026-05-27T20:30:53.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-05-27T20:30:53.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-05-27T20:30:53.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-05-27T20:30:53.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3200 | 2026-05-27T20:30:53.752Z | |
| 3201 | 2026-05-27T20:30:53.752Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295) |
| 3202 | 2026-05-27T20:30:54.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-05-27T20:30:54.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-05-27T20:30:54.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-05-27T20:30:54.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3206 | 2026-05-27T20:30:54.438Z | |
| 3207 | 2026-05-27T20:30:54.438Z | info: running `cargo check --bins` on gateway-test-utils (132/295) |
| 3208 | 2026-05-27T20:30:54.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-05-27T20:30:54.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-05-27T20:30:54.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-05-27T20:30:54.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3212 | 2026-05-27T20:30:55.094Z | |
| 3213 | 2026-05-27T20:30:55.094Z | info: running `cargo check --bins` on omicron-gateway (133/295) |
| 3214 | 2026-05-27T20:30:55.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-05-27T20:30:55.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-05-27T20:30:55.865Z | Compiling regress v0.11.1 |
| 3217 | 2026-05-27T20:30:56.005Z | Compiling unsafe-libyaml v0.2.11 |
| 3218 | 2026-05-27T20:30:56.018Z | Compiling semver v0.1.20 |
| 3219 | 2026-05-27T20:30:56.022Z | Compiling radium v0.7.0 |
| 3220 | 2026-05-27T20:30:56.043Z | Compiling maybe-uninit v2.0.0 |
| 3221 | 2026-05-27T20:30:56.046Z | Checking tap v1.0.1 |
| 3222 | 2026-05-27T20:30:56.068Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3223 | 2026-05-27T20:30:56.180Z | Checking wyz v0.5.1 |
| 3224 | 2026-05-27T20:30:56.296Z | Compiling rustc_version v0.1.7 |
| 3225 | 2026-05-27T20:30:56.369Z | Checking progenitor-client v0.13.0 |
| 3226 | 2026-05-27T20:30:56.383Z | Compiling zerocopy-derive v0.6.6 |
| 3227 | 2026-05-27T20:30:56.496Z | Compiling cancel-safe-futures v0.1.5 |
| 3228 | 2026-05-27T20:30:56.513Z | Compiling newtype_derive v0.1.6 |
| 3229 | 2026-05-27T20:30:56.606Z | Compiling serde_yaml v0.9.34+deprecated |
| 3230 | 2026-05-27T20:30:56.684Z | Compiling packed_struct v0.10.1 |
| 3231 | 2026-05-27T20:30:56.702Z | Checking funty v2.0.0 |
| 3232 | 2026-05-27T20:30:56.748Z | Checking crc-catalog v2.4.0 |
| 3233 | 2026-05-27T20:30:56.844Z | Compiling owo-colors v4.3.0 |
| 3234 | 2026-05-27T20:30:56.953Z | Checking crc v3.4.0 |
| 3235 | 2026-05-27T20:30:57.027Z | Checking bitvec v1.0.1 |
| 3236 | 2026-05-27T20:30:57.223Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3237 | 2026-05-27T20:30:57.235Z | Checking zerocopy v0.6.6 |
| 3238 | 2026-05-27T20:30:57.277Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3239 | 2026-05-27T20:30:57.426Z | Checking typify-impl v0.6.2 |
| 3240 | 2026-05-27T20:30:57.551Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3241 | 2026-05-27T20:30:57.610Z | Compiling packed_struct_codegen v0.10.1 |
| 3242 | 2026-05-27T20:30:57.752Z | Checking libsw-core v0.3.2 |
| 3243 | 2026-05-27T20:30:57.806Z | Compiling bitfield-macros v0.19.4 |
| 3244 | 2026-05-27T20:30:57.901Z | Compiling indexmap v1.9.3 |
| 3245 | 2026-05-27T20:30:58.052Z | Checking nodrop v0.1.14 |
| 3246 | 2026-05-27T20:30:58.118Z | Checking libsw v3.5.0 |
| 3247 | 2026-05-27T20:30:58.146Z | Checking array-init v0.0.4 |
| 3248 | 2026-05-27T20:30:58.272Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3249 | 2026-05-27T20:30:58.342Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3250 | 2026-05-27T20:30:58.453Z | Checking smallvec v0.6.14 |
| 3251 | 2026-05-27T20:30:58.538Z | Checking bitfield v0.19.4 |
| 3252 | 2026-05-27T20:30:58.568Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3253 | 2026-05-27T20:30:58.759Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3254 | 2026-05-27T20:30:58.812Z | Checking tagptr v0.2.0 |
| 3255 | 2026-05-27T20:30:58.883Z | Checking hashbrown v0.12.3 |
| 3256 | 2026-05-27T20:30:58.899Z | Checking unicode-linebreak v0.1.5 |
| 3257 | 2026-05-27T20:30:58.954Z | Checking base64 v0.21.7 |
| 3258 | 2026-05-27T20:30:58.986Z | Checking linear-map v1.2.0 |
| 3259 | 2026-05-27T20:30:59.095Z | Checking smawk v0.3.2 |
| 3260 | 2026-05-27T20:30:59.113Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3261 | 2026-05-27T20:30:59.157Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3262 | 2026-05-27T20:30:59.186Z | Checking moka v0.12.13 |
| 3263 | 2026-05-27T20:30:59.199Z | Checking ron v0.8.1 |
| 3264 | 2026-05-27T20:30:59.221Z | Checking textwrap v0.16.2 |
| 3265 | 2026-05-27T20:30:59.281Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3266 | 2026-05-27T20:30:59.435Z | Checking steno v0.4.1 |
| 3267 | 2026-05-27T20:30:59.611Z | Checking serde-hex v0.1.0 |
| 3268 | 2026-05-27T20:30:59.719Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3269 | 2026-05-27T20:30:59.750Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3270 | 2026-05-27T20:30:59.814Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3271 | 2026-05-27T20:30:59.879Z | Checking hashbrown v0.13.2 |
| 3272 | 2026-05-27T20:31:00.091Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3273 | 2026-05-27T20:31:00.287Z | Checking crc-any v2.5.0 |
| 3274 | 2026-05-27T20:31:00.304Z | Checking object v0.30.4 |
| 3275 | 2026-05-27T20:31:00.400Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3276 | 2026-05-27T20:31:00.414Z | Checking hickory-resolver v0.25.2 |
| 3277 | 2026-05-27T20:31:00.439Z | Checking utf-8 v0.7.6 |
| 3278 | 2026-05-27T20:31:00.467Z | Checking half v1.8.3 |
| 3279 | 2026-05-27T20:31:00.565Z | Checking void v1.0.2 |
| 3280 | 2026-05-27T20:31:00.577Z | Checking path-slash v0.1.5 |
| 3281 | 2026-05-27T20:31:00.664Z | Checking serde_cbor v0.11.2 |
| 3282 | 2026-05-27T20:31:00.678Z | Checking lzss v0.8.2 |
| 3283 | 2026-05-27T20:31:00.691Z | Checking tungstenite v0.23.0 |
| 3284 | 2026-05-27T20:31:01.005Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3285 | 2026-05-27T20:31:01.047Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3286 | 2026-05-27T20:31:01.087Z | Checking nix v0.27.1 |
| 3287 | 2026-05-27T20:31:01.104Z | Checking kstat-rs v0.2.4 |
| 3288 | 2026-05-27T20:31:01.118Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3289 | 2026-05-27T20:31:01.180Z | Checking fxhash v0.2.1 |
| 3290 | 2026-05-27T20:31:01.298Z | Checking serde_bytes v0.11.19 |
| 3291 | 2026-05-27T20:31:01.312Z | Checking tokio-tungstenite v0.23.1 |
| 3292 | 2026-05-27T20:31:01.326Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3293 | 2026-05-27T20:31:01.474Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3294 | 2026-05-27T20:31:01.565Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3295 | 2026-05-27T20:31:01.579Z | Checking signal-hook-tokio v0.3.1 |
| 3296 | 2026-05-27T20:31:01.897Z | Compiling typify-macro v0.6.2 |
| 3297 | 2026-05-27T20:31:02.735Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3298 | 2026-05-27T20:31:03.038Z | Compiling typify v0.6.2 |
| 3299 | 2026-05-27T20:31:03.119Z | Compiling progenitor-impl v0.13.0 |
| 3300 | 2026-05-27T20:31:03.119Z | Compiling progenitor-impl v0.14.0 |
| 3301 | 2026-05-27T20:31:03.644Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3302 | 2026-05-27T20:31:03.967Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3303 | 2026-05-27T20:31:04.706Z | Compiling progenitor-macro v0.13.0 |
| 3304 | 2026-05-27T20:31:04.744Z | Compiling progenitor-macro v0.14.0 |
| 3305 | 2026-05-27T20:31:07.109Z | Checking progenitor v0.13.0 |
| 3306 | 2026-05-27T20:31:07.239Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3307 | 2026-05-27T20:31:07.432Z | Checking progenitor v0.14.0 |
| 3308 | 2026-05-27T20:31:07.551Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3309 | 2026-05-27T20:31:10.236Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-05-27T20:31:17.911Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-05-27T20:31:24.299Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-05-27T20:31:25.659Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-05-27T20:31:26.165Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-05-27T20:31:28.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.15s |
| 3315 | 2026-05-27T20:31:28.447Z | |
| 3316 | 2026-05-27T20:31:28.447Z | info: running `cargo check --bins` on gateway-api (134/295) |
| 3317 | 2026-05-27T20:31:28.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-05-27T20:31:28.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-05-27T20:31:28.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-05-27T20:31:28.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3321 | 2026-05-27T20:31:29.034Z | |
| 3322 | 2026-05-27T20:31:29.035Z | info: running `cargo check --bins` on ipcc (135/295) |
| 3323 | 2026-05-27T20:31:29.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-05-27T20:31:29.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-05-27T20:31:29.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-05-27T20:31:29.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3327 | 2026-05-27T20:31:29.644Z | |
| 3328 | 2026-05-27T20:31:29.644Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295) |
| 3329 | 2026-05-27T20:31:30.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-05-27T20:31:30.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-05-27T20:31:30.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-05-27T20:31:30.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3333 | 2026-05-27T20:31:30.229Z | |
| 3334 | 2026-05-27T20:31:30.229Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295) |
| 3335 | 2026-05-27T20:31:30.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-05-27T20:31:30.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-05-27T20:31:30.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-05-27T20:31:30.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3339 | 2026-05-27T20:31:30.853Z | |
| 3340 | 2026-05-27T20:31:30.853Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295) |
| 3341 | 2026-05-27T20:31:31.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-05-27T20:31:31.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-05-27T20:31:31.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-05-27T20:31:31.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3345 | 2026-05-27T20:31:31.458Z | |
| 3346 | 2026-05-27T20:31:31.458Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295) |
| 3347 | 2026-05-27T20:31:31.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-05-27T20:31:31.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-05-27T20:31:31.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-05-27T20:31:31.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3351 | 2026-05-27T20:31:32.133Z | |
| 3352 | 2026-05-27T20:31:32.133Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295) |
| 3353 | 2026-05-27T20:31:32.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-05-27T20:31:32.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-05-27T20:31:32.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-05-27T20:31:32.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3357 | 2026-05-27T20:31:32.660Z | |
| 3358 | 2026-05-27T20:31:32.660Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295) |
| 3359 | 2026-05-27T20:31:33.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-05-27T20:31:33.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-05-27T20:31:33.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-05-27T20:31:33.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3363 | 2026-05-27T20:31:33.282Z | |
| 3364 | 2026-05-27T20:31:33.282Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295) |
| 3365 | 2026-05-27T20:31:33.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-05-27T20:31:33.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-05-27T20:31:33.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-05-27T20:31:33.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3369 | 2026-05-27T20:31:33.878Z | |
| 3370 | 2026-05-27T20:31:33.878Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295) |
| 3371 | 2026-05-27T20:31:34.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-05-27T20:31:34.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-05-27T20:31:34.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-05-27T20:31:34.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3375 | 2026-05-27T20:31:34.483Z | |
| 3376 | 2026-05-27T20:31:34.483Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295) |
| 3377 | 2026-05-27T20:31:34.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-05-27T20:31:34.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-05-27T20:31:34.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-05-27T20:31:34.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3381 | 2026-05-27T20:31:35.090Z | |
| 3382 | 2026-05-27T20:31:35.090Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295) |
| 3383 | 2026-05-27T20:31:35.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-05-27T20:31:35.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-05-27T20:31:35.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-05-27T20:31:35.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3387 | 2026-05-27T20:31:35.700Z | |
| 3388 | 2026-05-27T20:31:35.700Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295) |
| 3389 | 2026-05-27T20:31:36.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-05-27T20:31:36.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-05-27T20:31:36.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-05-27T20:31:36.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3393 | 2026-05-27T20:31:36.311Z | |
| 3394 | 2026-05-27T20:31:36.311Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295) |
| 3395 | 2026-05-27T20:31:36.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-05-27T20:31:36.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-05-27T20:31:36.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-05-27T20:31:36.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3399 | 2026-05-27T20:31:36.923Z | |
| 3400 | 2026-05-27T20:31:36.923Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295) |
| 3401 | 2026-05-27T20:31:37.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-05-27T20:31:37.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-05-27T20:31:37.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-05-27T20:31:37.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3405 | 2026-05-27T20:31:37.549Z | |
| 3406 | 2026-05-27T20:31:37.549Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295) |
| 3407 | 2026-05-27T20:31:38.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-05-27T20:31:38.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-05-27T20:31:38.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-05-27T20:31:38.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3411 | 2026-05-27T20:31:38.173Z | |
| 3412 | 2026-05-27T20:31:38.173Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295) |
| 3413 | 2026-05-27T20:31:38.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-05-27T20:31:38.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-05-27T20:31:38.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-05-27T20:31:38.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3417 | 2026-05-27T20:31:38.797Z | |
| 3418 | 2026-05-27T20:31:38.797Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295) |
| 3419 | 2026-05-27T20:31:39.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-05-27T20:31:39.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-05-27T20:31:39.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-05-27T20:31:39.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3423 | 2026-05-27T20:31:39.430Z | |
| 3424 | 2026-05-27T20:31:39.430Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295) |
| 3425 | 2026-05-27T20:31:39.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-05-27T20:31:39.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-05-27T20:31:39.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-05-27T20:31:39.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3429 | 2026-05-27T20:31:40.058Z | |
| 3430 | 2026-05-27T20:31:40.058Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295) |
| 3431 | 2026-05-27T20:31:40.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-05-27T20:31:40.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-05-27T20:31:40.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-05-27T20:31:40.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3435 | 2026-05-27T20:31:40.677Z | |
| 3436 | 2026-05-27T20:31:40.677Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295) |
| 3437 | 2026-05-27T20:31:41.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-05-27T20:31:41.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-05-27T20:31:41.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-05-27T20:31:41.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3441 | 2026-05-27T20:31:41.297Z | |
| 3442 | 2026-05-27T20:31:41.297Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295) |
| 3443 | 2026-05-27T20:31:41.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-05-27T20:31:41.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-05-27T20:31:41.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-05-27T20:31:41.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3447 | 2026-05-27T20:31:41.919Z | |
| 3448 | 2026-05-27T20:31:41.919Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295) |
| 3449 | 2026-05-27T20:31:42.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-05-27T20:31:42.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-05-27T20:31:42.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-05-27T20:31:42.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3453 | 2026-05-27T20:31:42.543Z | |
| 3454 | 2026-05-27T20:31:42.543Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295) |
| 3455 | 2026-05-27T20:31:43.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-05-27T20:31:43.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-05-27T20:31:43.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-05-27T20:31:43.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3459 | 2026-05-27T20:31:43.173Z | |
| 3460 | 2026-05-27T20:31:43.173Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295) |
| 3461 | 2026-05-27T20:31:43.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-05-27T20:31:43.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-05-27T20:31:43.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-05-27T20:31:43.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3465 | 2026-05-27T20:31:43.773Z | |
| 3466 | 2026-05-27T20:31:43.773Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295) |
| 3467 | 2026-05-27T20:31:44.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-05-27T20:31:44.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-05-27T20:31:44.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-05-27T20:31:44.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3471 | 2026-05-27T20:31:44.377Z | |
| 3472 | 2026-05-27T20:31:44.378Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295) |
| 3473 | 2026-05-27T20:31:44.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-05-27T20:31:44.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-05-27T20:31:44.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-05-27T20:31:44.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3477 | 2026-05-27T20:31:44.992Z | |
| 3478 | 2026-05-27T20:31:44.992Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295) |
| 3479 | 2026-05-27T20:31:45.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-05-27T20:31:45.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-05-27T20:31:45.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-05-27T20:31:45.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3483 | 2026-05-27T20:31:45.600Z | |
| 3484 | 2026-05-27T20:31:45.600Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295) |
| 3485 | 2026-05-27T20:31:46.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-05-27T20:31:46.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-05-27T20:31:46.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-05-27T20:31:46.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3489 | 2026-05-27T20:31:46.208Z | |
| 3490 | 2026-05-27T20:31:46.208Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295) |
| 3491 | 2026-05-27T20:31:46.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-05-27T20:31:46.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-05-27T20:31:46.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-05-27T20:31:46.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3495 | 2026-05-27T20:31:46.816Z | |
| 3496 | 2026-05-27T20:31:46.816Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295) |
| 3497 | 2026-05-27T20:31:47.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-05-27T20:31:47.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-05-27T20:31:47.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-05-27T20:31:47.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3501 | 2026-05-27T20:31:47.419Z | |
| 3502 | 2026-05-27T20:31:47.420Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295) |
| 3503 | 2026-05-27T20:31:47.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-05-27T20:31:47.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-05-27T20:31:47.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-05-27T20:31:47.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3507 | 2026-05-27T20:31:48.020Z | |
| 3508 | 2026-05-27T20:31:48.020Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295) |
| 3509 | 2026-05-27T20:31:48.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-05-27T20:31:48.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-05-27T20:31:48.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-05-27T20:31:48.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3513 | 2026-05-27T20:31:48.636Z | |
| 3514 | 2026-05-27T20:31:48.636Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295) |
| 3515 | 2026-05-27T20:31:49.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-05-27T20:31:49.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-05-27T20:31:49.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-05-27T20:31:49.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3519 | 2026-05-27T20:31:49.263Z | |
| 3520 | 2026-05-27T20:31:49.263Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295) |
| 3521 | 2026-05-27T20:31:49.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-05-27T20:31:49.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-05-27T20:31:49.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-05-27T20:31:49.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3525 | 2026-05-27T20:31:49.892Z | |
| 3526 | 2026-05-27T20:31:49.892Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295) |
| 3527 | 2026-05-27T20:31:50.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-05-27T20:31:50.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-05-27T20:31:50.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-05-27T20:31:50.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3531 | 2026-05-27T20:31:50.519Z | |
| 3532 | 2026-05-27T20:31:50.519Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295) |
| 3533 | 2026-05-27T20:31:51.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-05-27T20:31:51.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-05-27T20:31:51.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-05-27T20:31:51.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3537 | 2026-05-27T20:31:51.149Z | |
| 3538 | 2026-05-27T20:31:51.149Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295) |
| 3539 | 2026-05-27T20:31:51.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-05-27T20:31:51.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-05-27T20:31:51.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-05-27T20:31:51.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3543 | 2026-05-27T20:31:51.774Z | |
| 3544 | 2026-05-27T20:31:51.774Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295) |
| 3545 | 2026-05-27T20:31:52.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-05-27T20:31:52.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-05-27T20:31:52.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-05-27T20:31:52.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3549 | 2026-05-27T20:31:52.394Z | |
| 3550 | 2026-05-27T20:31:52.394Z | info: running `cargo check --bins` on oximeter-producer (173/295) |
| 3551 | 2026-05-27T20:31:52.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-05-27T20:31:52.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-05-27T20:31:52.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-05-27T20:31:52.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3555 | 2026-05-27T20:31:53.032Z | |
| 3556 | 2026-05-27T20:31:53.032Z | info: running `cargo check --bins` on internal-dns-resolver (174/295) |
| 3557 | 2026-05-27T20:31:53.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-05-27T20:31:53.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-05-27T20:31:53.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-05-27T20:31:53.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3561 | 2026-05-27T20:31:53.635Z | |
| 3562 | 2026-05-27T20:31:53.636Z | info: running `cargo check --bins` on dns-server (175/295) |
| 3563 | 2026-05-27T20:31:54.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-05-27T20:31:54.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-05-27T20:31:54.296Z | Compiling parking_lot_core v0.8.6 |
| 3566 | 2026-05-27T20:31:54.296Z | Compiling atomicwrites v0.4.4 |
| 3567 | 2026-05-27T20:31:54.296Z | Compiling git-stub v1.0.0 |
| 3568 | 2026-05-27T20:31:54.298Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3569 | 2026-05-27T20:31:54.298Z | Checking prefix-trie v0.7.0 |
| 3570 | 2026-05-27T20:31:54.526Z | Compiling git-stub-vcs v0.1.0 |
| 3571 | 2026-05-27T20:31:54.722Z | Checking hickory-server v0.25.2 |
| 3572 | 2026-05-27T20:31:54.800Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3573 | 2026-05-27T20:31:54.813Z | Checking parking_lot v0.11.2 |
| 3574 | 2026-05-27T20:31:54.900Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3575 | 2026-05-27T20:31:54.900Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3576 | 2026-05-27T20:31:54.980Z | Checking sled v0.34.7 |
| 3577 | 2026-05-27T20:31:56.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 3578 | 2026-05-27T20:31:57.071Z | |
| 3579 | 2026-05-27T20:31:57.071Z | info: running `cargo check --bins` on dns-server-api (176/295) |
| 3580 | 2026-05-27T20:31:57.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-05-27T20:31:57.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-05-27T20:31:57.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-05-27T20:31:57.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3584 | 2026-05-27T20:31:57.672Z | |
| 3585 | 2026-05-27T20:31:57.672Z | info: running `cargo check --bins` on oximeter-producer-api (177/295) |
| 3586 | 2026-05-27T20:31:58.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-05-27T20:31:58.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-05-27T20:31:58.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-05-27T20:31:58.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3590 | 2026-05-27T20:31:58.279Z | |
| 3591 | 2026-05-27T20:31:58.279Z | info: running `cargo check --bins` on sp-sim (178/295) |
| 3592 | 2026-05-27T20:31:58.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-05-27T20:31:58.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-05-27T20:31:59.010Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3595 | 2026-05-27T20:32:00.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
| 3596 | 2026-05-27T20:32:00.969Z | |
| 3597 | 2026-05-27T20:32:00.969Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295) |
| 3598 | 2026-05-27T20:32:01.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-05-27T20:32:01.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-05-27T20:32:01.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-05-27T20:32:01.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3602 | 2026-05-27T20:32:01.632Z | |
| 3603 | 2026-05-27T20:32:01.633Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295) |
| 3604 | 2026-05-27T20:32:02.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-05-27T20:32:02.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-05-27T20:32:02.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-05-27T20:32:02.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3608 | 2026-05-27T20:32:02.298Z | |
| 3609 | 2026-05-27T20:32:02.298Z | info: running `cargo check --bins` on db-macros (181/295) |
| 3610 | 2026-05-27T20:32:02.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-05-27T20:32:02.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-05-27T20:32:02.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-05-27T20:32:02.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3614 | 2026-05-27T20:32:02.894Z | |
| 3615 | 2026-05-27T20:32:02.894Z | info: running `cargo check --bins` on nexus-macros-common (182/295) |
| 3616 | 2026-05-27T20:32:03.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-05-27T20:32:03.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-05-27T20:32:03.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-05-27T20:32:03.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3620 | 2026-05-27T20:32:03.491Z | |
| 3621 | 2026-05-27T20:32:03.491Z | info: running `cargo check --bins` on nexus-auth (183/295) |
| 3622 | 2026-05-27T20:32:04.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-05-27T20:32:04.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-05-27T20:32:04.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-05-27T20:32:04.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3626 | 2026-05-27T20:32:04.156Z | |
| 3627 | 2026-05-27T20:32:04.156Z | info: running `cargo check --bins` on authz-macros (184/295) |
| 3628 | 2026-05-27T20:32:04.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-05-27T20:32:04.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-05-27T20:32:04.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-05-27T20:32:04.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3632 | 2026-05-27T20:32:04.751Z | |
| 3633 | 2026-05-27T20:32:04.752Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/295) |
| 3634 | 2026-05-27T20:32:05.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-05-27T20:32:05.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-05-27T20:32:05.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-05-27T20:32:05.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3638 | 2026-05-27T20:32:05.397Z | |
| 3639 | 2026-05-27T20:32:05.398Z | info: running `cargo check --bins` on nexus-db-model (186/295) |
| 3640 | 2026-05-27T20:32:05.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-05-27T20:32:05.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-05-27T20:32:05.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-05-27T20:32:05.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3644 | 2026-05-27T20:32:06.052Z | |
| 3645 | 2026-05-27T20:32:06.052Z | info: running `cargo check --bins` on nexus-db-schema (187/295) |
| 3646 | 2026-05-27T20:32:06.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-05-27T20:32:06.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-05-27T20:32:06.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-05-27T20:32:06.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3650 | 2026-05-27T20:32:06.642Z | |
| 3651 | 2026-05-27T20:32:06.642Z | info: running `cargo check --bins` on omicron-rpaths (188/295) |
| 3652 | 2026-05-27T20:32:07.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-05-27T20:32:07.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-05-27T20:32:07.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-05-27T20:32:07.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3656 | 2026-05-27T20:32:07.228Z | |
| 3657 | 2026-05-27T20:32:07.228Z | info: running `cargo check --bins` on nexus-defaults (189/295) |
| 3658 | 2026-05-27T20:32:07.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-05-27T20:32:07.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-05-27T20:32:07.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3661 | 2026-05-27T20:32:07.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3662 | 2026-05-27T20:32:07.840Z | |
| 3663 | 2026-05-27T20:32:07.840Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/295) |
| 3664 | 2026-05-27T20:32:08.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-05-27T20:32:08.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-05-27T20:32:08.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2026-05-27T20:32:08.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3668 | 2026-05-27T20:32:08.438Z | |
| 3669 | 2026-05-27T20:32:08.438Z | info: running `cargo check --bins` on parallel-task-set (191/295) |
| 3670 | 2026-05-27T20:32:08.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-05-27T20:32:08.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-05-27T20:32:08.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2026-05-27T20:32:08.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3674 | 2026-05-27T20:32:09.019Z | |
| 3675 | 2026-05-27T20:32:09.019Z | info: running `cargo check --bins` on nexus-db-errors (192/295) |
| 3676 | 2026-05-27T20:32:09.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-05-27T20:32:09.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-05-27T20:32:09.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2026-05-27T20:32:09.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3680 | 2026-05-27T20:32:09.668Z | |
| 3681 | 2026-05-27T20:32:09.668Z | info: running `cargo check --bins` on nexus-db-lookup (193/295) |
| 3682 | 2026-05-27T20:32:10.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-05-27T20:32:10.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-05-27T20:32:10.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2026-05-27T20:32:10.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3686 | 2026-05-27T20:32:10.316Z | |
| 3687 | 2026-05-27T20:32:10.316Z | info: running `cargo check --bins` on nexus-inventory (194/295) |
| 3688 | 2026-05-27T20:32:10.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-05-27T20:32:10.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-05-27T20:32:10.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2026-05-27T20:32:10.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3692 | 2026-05-27T20:32:10.955Z | |
| 3693 | 2026-05-27T20:32:10.955Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295) |
| 3694 | 2026-05-27T20:32:11.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-05-27T20:32:11.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-05-27T20:32:11.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2026-05-27T20:32:11.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3698 | 2026-05-27T20:32:11.573Z | |
| 3699 | 2026-05-27T20:32:11.573Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/295) |
| 3700 | 2026-05-27T20:32:12.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-05-27T20:32:12.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-05-27T20:32:12.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2026-05-27T20:32:12.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3704 | 2026-05-27T20:32:12.192Z | |
| 3705 | 2026-05-27T20:32:12.192Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295) |
| 3706 | 2026-05-27T20:32:12.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-05-27T20:32:12.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-05-27T20:32:12.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-05-27T20:32:12.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3710 | 2026-05-27T20:32:12.813Z | |
| 3711 | 2026-05-27T20:32:12.813Z | info: running `cargo check --bins` on key-manager (198/295) |
| 3712 | 2026-05-27T20:32:13.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-05-27T20:32:13.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-05-27T20:32:13.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-05-27T20:32:13.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3716 | 2026-05-27T20:32:13.403Z | |
| 3717 | 2026-05-27T20:32:13.403Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/295) |
| 3718 | 2026-05-27T20:32:13.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-05-27T20:32:13.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-05-27T20:32:13.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-05-27T20:32:13.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3722 | 2026-05-27T20:32:14.009Z | |
| 3723 | 2026-05-27T20:32:14.009Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295) |
| 3724 | 2026-05-27T20:32:14.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-05-27T20:32:14.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-05-27T20:32:14.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-05-27T20:32:14.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3728 | 2026-05-27T20:32:14.623Z | |
| 3729 | 2026-05-27T20:32:14.623Z | info: running `cargo check --bins` on typed-rng (201/295) |
| 3730 | 2026-05-27T20:32:15.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-05-27T20:32:15.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-05-27T20:32:15.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-05-27T20:32:15.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3734 | 2026-05-27T20:32:15.206Z | |
| 3735 | 2026-05-27T20:32:15.206Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295) |
| 3736 | 2026-05-27T20:32:15.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-05-27T20:32:15.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-05-27T20:32:16.062Z | Compiling libefi-sys v0.1.0 |
| 3739 | 2026-05-27T20:32:16.198Z | Compiling bitfield-struct v0.6.2 |
| 3740 | 2026-05-27T20:32:16.211Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3741 | 2026-05-27T20:32:16.221Z | Compiling xshell-macros v0.2.7 |
| 3742 | 2026-05-27T20:32:16.232Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3743 | 2026-05-27T20:32:16.245Z | Compiling typify-impl v0.4.3 |
| 3744 | 2026-05-27T20:32:16.248Z | Compiling salty v0.3.0 |
| 3745 | 2026-05-27T20:32:16.273Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3746 | 2026-05-27T20:32:16.288Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3747 | 2026-05-27T20:32:16.397Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3748 | 2026-05-27T20:32:16.553Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3749 | 2026-05-27T20:32:16.568Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3750 | 2026-05-27T20:32:16.582Z | Checking xshell v0.2.7 |
| 3751 | 2026-05-27T20:32:16.746Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3752 | 2026-05-27T20:32:16.764Z | Checking primeorder v0.13.6 |
| 3753 | 2026-05-27T20:32:16.778Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3754 | 2026-05-27T20:32:16.809Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3755 | 2026-05-27T20:32:16.912Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3756 | 2026-05-27T20:32:16.929Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3757 | 2026-05-27T20:32:16.997Z | Checking p384 v0.13.1 |
| 3758 | 2026-05-27T20:32:17.051Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3759 | 2026-05-27T20:32:17.142Z | Checking tungstenite v0.21.0 |
| 3760 | 2026-05-27T20:32:17.156Z | Compiling proc-macro-error2 v2.0.1 |
| 3761 | 2026-05-27T20:32:17.179Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3762 | 2026-05-27T20:32:17.285Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3763 | 2026-05-27T20:32:17.569Z | Compiling num-derive v0.3.3 |
| 3764 | 2026-05-27T20:32:17.748Z | Checking tokio-tungstenite v0.21.0 |
| 3765 | 2026-05-27T20:32:17.831Z | Compiling tabled_derive v0.11.0 |
| 3766 | 2026-05-27T20:32:18.030Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3767 | 2026-05-27T20:32:18.137Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3768 | 2026-05-27T20:32:18.435Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3769 | 2026-05-27T20:32:18.462Z | Checking libscf-sys v1.1.0 |
| 3770 | 2026-05-27T20:32:18.598Z | Checking papergrid v0.17.0 |
| 3771 | 2026-05-27T20:32:18.618Z | Checking testing_table v0.3.0 |
| 3772 | 2026-05-27T20:32:18.714Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3773 | 2026-05-27T20:32:18.835Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3774 | 2026-05-27T20:32:18.983Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3775 | 2026-05-27T20:32:19.059Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3776 | 2026-05-27T20:32:19.241Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3777 | 2026-05-27T20:32:19.273Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3778 | 2026-05-27T20:32:19.301Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3779 | 2026-05-27T20:32:19.385Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3780 | 2026-05-27T20:32:19.441Z | Checking corncobs v0.1.4 |
| 3781 | 2026-05-27T20:32:19.465Z | Compiling unicase v2.9.0 |
| 3782 | 2026-05-27T20:32:19.535Z | Checking tabled v0.20.0 |
| 3783 | 2026-05-27T20:32:19.572Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3784 | 2026-05-27T20:32:19.630Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3785 | 2026-05-27T20:32:19.672Z | Compiling mime_guess v2.0.5 |
| 3786 | 2026-05-27T20:32:19.753Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3787 | 2026-05-27T20:32:19.836Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3788 | 2026-05-27T20:32:19.851Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3789 | 2026-05-27T20:32:19.867Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3790 | 2026-05-27T20:32:20.006Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3791 | 2026-05-27T20:32:20.171Z | Checking progenitor-client v0.11.2 |
| 3792 | 2026-05-27T20:32:20.211Z | Checking secrecy v0.8.0 |
| 3793 | 2026-05-27T20:32:20.337Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3794 | 2026-05-27T20:32:20.462Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3795 | 2026-05-27T20:32:20.625Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3796 | 2026-05-27T20:32:20.708Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3797 | 2026-05-27T20:32:20.721Z | Compiling typify-macro v0.4.3 |
| 3798 | 2026-05-27T20:32:20.737Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3799 | 2026-05-27T20:32:20.740Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3800 | 2026-05-27T20:32:20.976Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3801 | 2026-05-27T20:32:20.992Z | Checking filetime v0.2.27 |
| 3802 | 2026-05-27T20:32:21.130Z | Checking http-range v0.1.5 |
| 3803 | 2026-05-27T20:32:21.146Z | Checking xattr v1.6.1 |
| 3804 | 2026-05-27T20:32:21.201Z | Checking crc8 v0.1.1 |
| 3805 | 2026-05-27T20:32:21.313Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3806 | 2026-05-27T20:32:21.327Z | Checking tar v0.4.45 |
| 3807 | 2026-05-27T20:32:21.502Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3808 | 2026-05-27T20:32:21.586Z | Checking illumos-nvpair v0.3.0 |
| 3809 | 2026-05-27T20:32:21.752Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3810 | 2026-05-27T20:32:21.803Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3811 | 2026-05-27T20:32:21.863Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3812 | 2026-05-27T20:32:22.158Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3813 | 2026-05-27T20:32:22.199Z | Checking atty v0.2.14 |
| 3814 | 2026-05-27T20:32:22.305Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3815 | 2026-05-27T20:32:22.404Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3816 | 2026-05-27T20:32:22.462Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3817 | 2026-05-27T20:32:22.478Z | Compiling typify v0.4.3 |
| 3818 | 2026-05-27T20:32:22.593Z | Compiling progenitor-impl v0.11.2 |
| 3819 | 2026-05-27T20:32:22.792Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3820 | 2026-05-27T20:32:22.915Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3821 | 2026-05-27T20:32:22.938Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3822 | 2026-05-27T20:32:23.123Z | Checking hyper-staticfile v0.10.1 |
| 3823 | 2026-05-27T20:32:23.160Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3824 | 2026-05-27T20:32:23.417Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3825 | 2026-05-27T20:32:23.459Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3826 | 2026-05-27T20:32:23.512Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3827 | 2026-05-27T20:32:23.608Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3828 | 2026-05-27T20:32:23.733Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3829 | 2026-05-27T20:32:23.861Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3830 | 2026-05-27T20:32:23.896Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3831 | 2026-05-27T20:32:24.035Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3832 | 2026-05-27T20:32:24.100Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3833 | 2026-05-27T20:32:24.300Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3834 | 2026-05-27T20:32:24.317Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3835 | 2026-05-27T20:32:24.396Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3836 | 2026-05-27T20:32:24.591Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3837 | 2026-05-27T20:32:25.005Z | Compiling progenitor-macro v0.11.2 |
| 3838 | 2026-05-27T20:32:27.419Z | Checking progenitor v0.11.2 |
| 3839 | 2026-05-27T20:32:27.555Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3840 | 2026-05-27T20:32:27.765Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3841 | 2026-05-27T20:32:32.210Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3842 | 2026-05-27T20:32:43.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.88s |
| 3843 | 2026-05-27T20:32:43.316Z | |
| 3844 | 2026-05-27T20:32:43.316Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295) |
| 3845 | 2026-05-27T20:32:43.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-05-27T20:32:43.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-05-27T20:32:44.102Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3848 | 2026-05-27T20:32:54.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3849 | 2026-05-27T20:32:54.947Z | |
| 3850 | 2026-05-27T20:32:54.947Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295) |
| 3851 | 2026-05-27T20:32:55.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-05-27T20:32:55.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-05-27T20:32:55.728Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3854 | 2026-05-27T20:33:06.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s |
| 3855 | 2026-05-27T20:33:06.694Z | |
| 3856 | 2026-05-27T20:33:06.694Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295) |
| 3857 | 2026-05-27T20:33:07.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-05-27T20:33:07.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-05-27T20:33:07.472Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3860 | 2026-05-27T20:33:18.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s |
| 3861 | 2026-05-27T20:33:18.305Z | |
| 3862 | 2026-05-27T20:33:18.306Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295) |
| 3863 | 2026-05-27T20:33:18.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-05-27T20:33:18.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-05-27T20:33:19.088Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3866 | 2026-05-27T20:33:29.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s |
| 3867 | 2026-05-27T20:33:30.023Z | |
| 3868 | 2026-05-27T20:33:30.023Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295) |
| 3869 | 2026-05-27T20:33:30.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-05-27T20:33:30.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-05-27T20:33:30.813Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3872 | 2026-05-27T20:33:41.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s |
| 3873 | 2026-05-27T20:33:41.773Z | |
| 3874 | 2026-05-27T20:33:41.773Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295) |
| 3875 | 2026-05-27T20:33:42.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-05-27T20:33:42.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-05-27T20:33:42.561Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3878 | 2026-05-27T20:33:53.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s |
| 3879 | 2026-05-27T20:33:53.480Z | |
| 3880 | 2026-05-27T20:33:53.480Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295) |
| 3881 | 2026-05-27T20:33:54.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-05-27T20:33:54.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-05-27T20:33:54.268Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3884 | 2026-05-27T20:34:04.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s |
| 3885 | 2026-05-27T20:34:05.188Z | |
| 3886 | 2026-05-27T20:34:05.188Z | info: running `cargo check --bins` on bootstrap-agent-api (210/295) |
| 3887 | 2026-05-27T20:34:05.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-05-27T20:34:05.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-05-27T20:34:05.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-05-27T20:34:05.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3891 | 2026-05-27T20:34:05.789Z | |
| 3892 | 2026-05-27T20:34:05.789Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295) |
| 3893 | 2026-05-27T20:34:06.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-05-27T20:34:06.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-05-27T20:34:06.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-05-27T20:34:06.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3897 | 2026-05-27T20:34:06.393Z | |
| 3898 | 2026-05-27T20:34:06.393Z | info: running `cargo check --bins` on range-requests (212/295) |
| 3899 | 2026-05-27T20:34:06.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-05-27T20:34:06.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-05-27T20:34:06.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-05-27T20:34:06.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3903 | 2026-05-27T20:34:06.980Z | |
| 3904 | 2026-05-27T20:34:06.981Z | info: running `cargo check --bins` on repo-depot-api (213/295) |
| 3905 | 2026-05-27T20:34:07.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-05-27T20:34:07.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-05-27T20:34:07.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-05-27T20:34:07.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3909 | 2026-05-27T20:34:07.577Z | |
| 3910 | 2026-05-27T20:34:07.577Z | info: running `cargo check --bins` on sled-agent-api (214/295) |
| 3911 | 2026-05-27T20:34:08.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-05-27T20:34:08.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-05-27T20:34:08.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-05-27T20:34:08.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3915 | 2026-05-27T20:34:08.198Z | |
| 3916 | 2026-05-27T20:34:08.198Z | info: running `cargo check --bins` on sled-diagnostics (215/295) |
| 3917 | 2026-05-27T20:34:08.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-05-27T20:34:08.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-05-27T20:34:08.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-05-27T20:34:08.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3921 | 2026-05-27T20:34:08.817Z | |
| 3922 | 2026-05-27T20:34:08.817Z | info: running `cargo check --bins` on zfs-test-harness (216/295) |
| 3923 | 2026-05-27T20:34:09.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-05-27T20:34:09.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-05-27T20:34:09.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-05-27T20:34:09.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3927 | 2026-05-27T20:34:09.434Z | |
| 3928 | 2026-05-27T20:34:09.434Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295) |
| 3929 | 2026-05-27T20:34:09.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-05-27T20:34:09.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-05-27T20:34:09.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-05-27T20:34:09.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3933 | 2026-05-27T20:34:10.057Z | |
| 3934 | 2026-05-27T20:34:10.057Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295) |
| 3935 | 2026-05-27T20:34:10.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-05-27T20:34:10.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-05-27T20:34:10.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-05-27T20:34:10.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3939 | 2026-05-27T20:34:10.680Z | |
| 3940 | 2026-05-27T20:34:10.680Z | info: running `cargo check --bins` on sled-agent-early-networking (219/295) |
| 3941 | 2026-05-27T20:34:11.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-05-27T20:34:11.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-05-27T20:34:11.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-05-27T20:34:11.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3945 | 2026-05-27T20:34:11.300Z | |
| 3946 | 2026-05-27T20:34:11.300Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/295) |
| 3947 | 2026-05-27T20:34:11.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-05-27T20:34:11.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-05-27T20:34:11.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-05-27T20:34:11.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3951 | 2026-05-27T20:34:11.920Z | |
| 3952 | 2026-05-27T20:34:11.920Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295) |
| 3953 | 2026-05-27T20:34:12.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-05-27T20:34:12.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-05-27T20:34:12.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-05-27T20:34:12.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3957 | 2026-05-27T20:34:12.539Z | |
| 3958 | 2026-05-27T20:34:12.540Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295) |
| 3959 | 2026-05-27T20:34:13.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-05-27T20:34:13.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-05-27T20:34:13.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-05-27T20:34:13.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3963 | 2026-05-27T20:34:13.169Z | |
| 3964 | 2026-05-27T20:34:13.169Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/295) |
| 3965 | 2026-05-27T20:34:13.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-05-27T20:34:13.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-05-27T20:34:13.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-05-27T20:34:13.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3969 | 2026-05-27T20:34:13.797Z | |
| 3970 | 2026-05-27T20:34:13.797Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/295) |
| 3971 | 2026-05-27T20:34:14.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-05-27T20:34:14.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-05-27T20:34:14.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-05-27T20:34:14.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3975 | 2026-05-27T20:34:14.454Z | |
| 3976 | 2026-05-27T20:34:14.454Z | info: running `cargo check --bins` on trust-quorum (225/295) |
| 3977 | 2026-05-27T20:34:14.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-05-27T20:34:14.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-05-27T20:34:14.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-05-27T20:34:14.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3981 | 2026-05-27T20:34:15.084Z | |
| 3982 | 2026-05-27T20:34:15.084Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295) |
| 3983 | 2026-05-27T20:34:15.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-05-27T20:34:15.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-05-27T20:34:15.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-05-27T20:34:15.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3987 | 2026-05-27T20:34:15.727Z | |
| 3988 | 2026-05-27T20:34:15.727Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/295) |
| 3989 | 2026-05-27T20:34:16.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-05-27T20:34:16.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-05-27T20:34:16.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-05-27T20:34:16.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3993 | 2026-05-27T20:34:16.378Z | |
| 3994 | 2026-05-27T20:34:16.379Z | info: running `cargo check --bins` on update-common (228/295) |
| 3995 | 2026-05-27T20:34:16.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-05-27T20:34:16.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-05-27T20:34:16.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-05-27T20:34:16.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3999 | 2026-05-27T20:34:16.982Z | |
| 4000 | 2026-05-27T20:34:16.982Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295) |
| 4001 | 2026-05-27T20:34:17.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-05-27T20:34:17.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-05-27T20:34:17.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-05-27T20:34:17.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4005 | 2026-05-27T20:34:17.639Z | |
| 4006 | 2026-05-27T20:34:17.639Z | info: running `cargo check --bins` on omicron-deployment-graph (230/295) |
| 4007 | 2026-05-27T20:34:18.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-05-27T20:34:18.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-05-27T20:34:18.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-05-27T20:34:18.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4011 | 2026-05-27T20:34:18.223Z | |
| 4012 | 2026-05-27T20:34:18.223Z | info: running `cargo check --bins` on reconfigurator-cli (231/295) |
| 4013 | 2026-05-27T20:34:18.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-05-27T20:34:18.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-05-27T20:34:19.001Z | Compiling fs-err v2.11.0 |
| 4016 | 2026-05-27T20:34:19.005Z | Checking ignore v0.4.25 |
| 4017 | 2026-05-27T20:34:19.005Z | Checking arc-swap v1.8.2 |
| 4018 | 2026-05-27T20:34:19.139Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4019 | 2026-05-27T20:34:19.139Z | Checking predicates-tree v1.0.13 |
| 4020 | 2026-05-27T20:34:19.143Z | Checking parse-size v1.1.0 |
| 4021 | 2026-05-27T20:34:19.171Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4022 | 2026-05-27T20:34:19.181Z | Checking rand_seeder v0.4.0 |
| 4023 | 2026-05-27T20:34:19.247Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4024 | 2026-05-27T20:34:19.268Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4025 | 2026-05-27T20:34:19.317Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4026 | 2026-05-27T20:34:19.331Z | Checking slog-scope v4.4.1 |
| 4027 | 2026-05-27T20:34:19.366Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4028 | 2026-05-27T20:34:19.453Z | Compiling petname v2.0.2 |
| 4029 | 2026-05-27T20:34:19.467Z | Checking slog-stdlog v4.1.1 |
| 4030 | 2026-05-27T20:34:19.482Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4031 | 2026-05-27T20:34:19.510Z | Checking globwalk v0.9.1 |
| 4032 | 2026-05-27T20:34:19.553Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4033 | 2026-05-27T20:34:19.584Z | Checking slog-envlogger v2.2.0 |
| 4034 | 2026-05-27T20:34:19.688Z | Checking camino-tempfile-ext v0.3.3 |
| 4035 | 2026-05-27T20:34:19.728Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4036 | 2026-05-27T20:34:19.761Z | Checking sapling-renderdag v0.1.0 |
| 4037 | 2026-05-27T20:34:19.881Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4038 | 2026-05-27T20:34:19.918Z | Checking subprocess v0.2.15 |
| 4039 | 2026-05-27T20:34:19.996Z | Checking sync-ptr v0.1.4 |
| 4040 | 2026-05-27T20:34:20.100Z | Checking colored v2.2.0 |
| 4041 | 2026-05-27T20:34:20.113Z | Checking assert_matches v1.5.0 |
| 4042 | 2026-05-27T20:34:20.192Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4043 | 2026-05-27T20:34:20.337Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4044 | 2026-05-27T20:34:20.340Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4045 | 2026-05-27T20:34:21.039Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4046 | 2026-05-27T20:34:22.354Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4047 | 2026-05-27T20:34:24.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s |
| 4048 | 2026-05-27T20:34:24.774Z | |
| 4049 | 2026-05-27T20:34:24.774Z | info: running `cargo check --bins` on omicron-repl-utils (232/295) |
| 4050 | 2026-05-27T20:34:25.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4051 | 2026-05-27T20:34:25.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4052 | 2026-05-27T20:34:25.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4053 | 2026-05-27T20:34:25.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4054 | 2026-05-27T20:34:25.356Z | |
| 4055 | 2026-05-27T20:34:25.356Z | info: running `cargo check --bins` on transient-dns-server (233/295) |
| 4056 | 2026-05-27T20:34:25.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4057 | 2026-05-27T20:34:25.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4058 | 2026-05-27T20:34:25.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4059 | 2026-05-27T20:34:25.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4060 | 2026-05-27T20:34:25.965Z | |
| 4061 | 2026-05-27T20:34:25.965Z | info: running `cargo check --bins` on nexus-test-interface (234/295) |
| 4062 | 2026-05-27T20:34:26.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-05-27T20:34:26.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-05-27T20:34:26.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4065 | 2026-05-27T20:34:26.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4066 | 2026-05-27T20:34:26.617Z | |
| 4067 | 2026-05-27T20:34:26.617Z | info: running `cargo check --bins` on oximeter-collector (235/295) |
| 4068 | 2026-05-27T20:34:27.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4069 | 2026-05-27T20:34:27.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4070 | 2026-05-27T20:34:27.338Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4071 | 2026-05-27T20:34:27.338Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4072 | 2026-05-27T20:34:27.990Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4073 | 2026-05-27T20:34:29.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 4074 | 2026-05-27T20:34:29.782Z | |
| 4075 | 2026-05-27T20:34:29.782Z | info: running `cargo check --bins` on oximeter-api (236/295) |
| 4076 | 2026-05-27T20:34:30.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4077 | 2026-05-27T20:34:30.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4078 | 2026-05-27T20:34:30.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4079 | 2026-05-27T20:34:30.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4080 | 2026-05-27T20:34:30.384Z | |
| 4081 | 2026-05-27T20:34:30.384Z | info: running `cargo check --bins` on cert-dev (237/295) |
| 4082 | 2026-05-27T20:34:30.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4083 | 2026-05-27T20:34:30.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4084 | 2026-05-27T20:34:30.989Z | Checking yasna v0.5.2 |
| 4085 | 2026-05-27T20:34:31.394Z | Checking rcgen v0.12.1 |
| 4086 | 2026-05-27T20:34:31.642Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4087 | 2026-05-27T20:34:31.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4088 | 2026-05-27T20:34:31.991Z | |
| 4089 | 2026-05-27T20:34:31.991Z | info: running `cargo check --bins` on clickana (238/295) |
| 4090 | 2026-05-27T20:34:32.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-05-27T20:34:32.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-05-27T20:34:32.644Z | Compiling darling_core v0.23.0 |
| 4093 | 2026-05-27T20:34:32.753Z | Compiling instability v0.3.11 |
| 4094 | 2026-05-27T20:34:32.761Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4095 | 2026-05-27T20:34:32.761Z | Checking castaway v0.2.4 |
| 4096 | 2026-05-27T20:34:32.773Z | Compiling indoc v2.0.7 |
| 4097 | 2026-05-27T20:34:32.781Z | Checking unicode-truncate v1.1.0 |
| 4098 | 2026-05-27T20:34:32.785Z | Checking lru v0.12.5 |
| 4099 | 2026-05-27T20:34:32.785Z | Checking cassowary v0.3.0 |
| 4100 | 2026-05-27T20:34:32.859Z | Checking compact_str v0.8.1 |
| 4101 | 2026-05-27T20:34:33.814Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4102 | 2026-05-27T20:34:34.001Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4103 | 2026-05-27T20:34:34.190Z | Compiling darling_macro v0.23.0 |
| 4104 | 2026-05-27T20:34:34.608Z | Compiling darling v0.23.0 |
| 4105 | 2026-05-27T20:34:35.219Z | Checking ratatui v0.29.0 |
| 4106 | 2026-05-27T20:34:36.281Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4107 | 2026-05-27T20:34:36.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s |
| 4108 | 2026-05-27T20:34:37.140Z | |
| 4109 | 2026-05-27T20:34:37.140Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/295) |
| 4110 | 2026-05-27T20:34:37.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-05-27T20:34:37.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-05-27T20:34:37.862Z | Checking headers-core v0.3.0 |
| 4113 | 2026-05-27T20:34:37.862Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4114 | 2026-05-27T20:34:38.059Z | Checking headers v0.4.1 |
| 4115 | 2026-05-27T20:34:38.425Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4116 | 2026-05-27T20:34:39.276Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4117 | 2026-05-27T20:34:39.780Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4118 | 2026-05-27T20:34:40.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
| 4119 | 2026-05-27T20:34:40.404Z | |
| 4120 | 2026-05-27T20:34:40.404Z | info: running `cargo check --bins` on ch-dev (240/295) |
| 4121 | 2026-05-27T20:34:40.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4122 | 2026-05-27T20:34:40.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4123 | 2026-05-27T20:34:41.126Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4124 | 2026-05-27T20:34:41.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4125 | 2026-05-27T20:34:42.068Z | |
| 4126 | 2026-05-27T20:34:42.068Z | info: running `cargo check --bins` on dev-tools-common (241/295) |
| 4127 | 2026-05-27T20:34:42.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4128 | 2026-05-27T20:34:42.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4129 | 2026-05-27T20:34:42.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4130 | 2026-05-27T20:34:42.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4131 | 2026-05-27T20:34:42.543Z | |
| 4132 | 2026-05-27T20:34:42.543Z | info: running `cargo check --bins` on crdb-seed (242/295) |
| 4133 | 2026-05-27T20:34:43.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-05-27T20:34:43.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-05-27T20:34:43.258Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4136 | 2026-05-27T20:34:44.241Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4137 | 2026-05-27T20:34:44.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 4138 | 2026-05-27T20:34:44.782Z | |
| 4139 | 2026-05-27T20:34:44.782Z | info: running `cargo check --bins` on db-dev (243/295) |
| 4140 | 2026-05-27T20:34:45.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4141 | 2026-05-27T20:34:45.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4142 | 2026-05-27T20:34:45.504Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4143 | 2026-05-27T20:34:46.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4144 | 2026-05-27T20:34:46.473Z | |
| 4145 | 2026-05-27T20:34:46.473Z | info: running `cargo check --bins` on omicron-dev-lib (244/295) |
| 4146 | 2026-05-27T20:34:47.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4147 | 2026-05-27T20:34:47.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4148 | 2026-05-27T20:34:47.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4149 | 2026-05-27T20:34:47.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4150 | 2026-05-27T20:34:47.109Z | |
| 4151 | 2026-05-27T20:34:47.109Z | info: running `cargo check --bins` on xtask-downloader (245/295) |
| 4152 | 2026-05-27T20:34:47.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4153 | 2026-05-27T20:34:47.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4154 | 2026-05-27T20:34:47.725Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4155 | 2026-05-27T20:34:48.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4156 | 2026-05-27T20:34:48.570Z | |
| 4157 | 2026-05-27T20:34:48.570Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/295) |
| 4158 | 2026-05-27T20:34:49.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4159 | 2026-05-27T20:34:49.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4160 | 2026-05-27T20:34:49.328Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4161 | 2026-05-27T20:34:49.328Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4162 | 2026-05-27T20:34:49.328Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 4163 | 2026-05-27T20:34:49.331Z | Checking git-stub v1.0.0 |
| 4164 | 2026-05-27T20:34:49.331Z | Compiling trait-variant v0.1.2 |
| 4165 | 2026-05-27T20:34:49.331Z | Checking maplit v1.0.2 |
| 4166 | 2026-05-27T20:34:49.448Z | Checking is_ci v1.2.0 |
| 4167 | 2026-05-27T20:34:49.459Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4168 | 2026-05-27T20:34:49.527Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4169 | 2026-05-27T20:34:49.569Z | Checking supports-color v3.0.2 |
| 4170 | 2026-05-27T20:34:49.644Z | Checking git-stub-vcs v0.1.0 |
| 4171 | 2026-05-27T20:34:49.665Z | Checking drift v0.2.0 |
| 4172 | 2026-05-27T20:34:49.688Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4173 | 2026-05-27T20:34:49.731Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4174 | 2026-05-27T20:34:49.835Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4175 | 2026-05-27T20:34:49.945Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4176 | 2026-05-27T20:34:49.967Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4177 | 2026-05-27T20:34:49.983Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4178 | 2026-05-27T20:34:50.010Z | Checking dropshot-api-manager v0.7.2 |
| 4179 | 2026-05-27T20:34:50.177Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4180 | 2026-05-27T20:34:50.193Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4181 | 2026-05-27T20:34:50.421Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 4182 | 2026-05-27T20:34:50.695Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4183 | 2026-05-27T20:34:55.693Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4184 | 2026-05-27T20:34:56.783Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4185 | 2026-05-27T20:34:57.350Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4186 | 2026-05-27T20:34:57.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s |
| 4187 | 2026-05-27T20:34:57.987Z | |
| 4188 | 2026-05-27T20:34:57.987Z | info: running `cargo check --bins` on installinator-api (247/295) |
| 4189 | 2026-05-27T20:34:58.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-05-27T20:34:58.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-05-27T20:34:58.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4192 | 2026-05-27T20:34:58.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4193 | 2026-05-27T20:34:58.589Z | |
| 4194 | 2026-05-27T20:34:58.590Z | info: running `cargo check --bins` on nexus-external-api (248/295) |
| 4195 | 2026-05-27T20:34:59.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4196 | 2026-05-27T20:34:59.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4197 | 2026-05-27T20:34:59.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4198 | 2026-05-27T20:34:59.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4199 | 2026-05-27T20:34:59.224Z | |
| 4200 | 2026-05-27T20:34:59.224Z | info: running `cargo check --bins` on nexus-internal-api (249/295) |
| 4201 | 2026-05-27T20:34:59.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4202 | 2026-05-27T20:34:59.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4203 | 2026-05-27T20:34:59.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4204 | 2026-05-27T20:34:59.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4205 | 2026-05-27T20:34:59.857Z | |
| 4206 | 2026-05-27T20:34:59.857Z | info: running `cargo check --bins` on nexus-lockstep-api (250/295) |
| 4207 | 2026-05-27T20:35:00.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-05-27T20:35:00.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-05-27T20:35:00.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4210 | 2026-05-27T20:35:00.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4211 | 2026-05-27T20:35:00.499Z | |
| 4212 | 2026-05-27T20:35:00.499Z | info: running `cargo check --bins` on ntp-admin-api (251/295) |
| 4213 | 2026-05-27T20:35:01.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-05-27T20:35:01.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-05-27T20:35:01.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4216 | 2026-05-27T20:35:01.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4217 | 2026-05-27T20:35:01.102Z | |
| 4218 | 2026-05-27T20:35:01.102Z | info: running `cargo check --bins` on ntp-admin-types-versions (252/295) |
| 4219 | 2026-05-27T20:35:01.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-05-27T20:35:01.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-05-27T20:35:01.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4222 | 2026-05-27T20:35:01.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4223 | 2026-05-27T20:35:01.692Z | |
| 4224 | 2026-05-27T20:35:01.692Z | info: running `cargo check --bins` on wicketd-api (253/295) |
| 4225 | 2026-05-27T20:35:02.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2026-05-27T20:35:02.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2026-05-27T20:35:02.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4228 | 2026-05-27T20:35:02.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4229 | 2026-05-27T20:35:02.306Z | |
| 4230 | 2026-05-27T20:35:02.306Z | info: running `cargo check --bins` on omicron-ls-apis (254/295) |
| 4231 | 2026-05-27T20:35:02.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-05-27T20:35:02.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-05-27T20:35:02.920Z | Checking typeid v1.0.3 |
| 4234 | 2026-05-27T20:35:03.033Z | Checking ordered-float v2.10.1 |
| 4235 | 2026-05-27T20:35:03.051Z | Checking unicode-xid v0.2.6 |
| 4236 | 2026-05-27T20:35:03.062Z | Checking cargo-platform v0.2.0 |
| 4237 | 2026-05-27T20:35:03.073Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4238 | 2026-05-27T20:35:03.100Z | Checking erased-serde v0.4.9 |
| 4239 | 2026-05-27T20:35:03.235Z | Checking serde-value v0.7.0 |
| 4240 | 2026-05-27T20:35:03.411Z | Checking serde-untagged v0.1.9 |
| 4241 | 2026-05-27T20:35:03.568Z | Checking cargo-util-schemas v0.8.2 |
| 4242 | 2026-05-27T20:35:04.247Z | Checking cargo_metadata v0.21.0 |
| 4243 | 2026-05-27T20:35:04.845Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4244 | 2026-05-27T20:35:05.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 4245 | 2026-05-27T20:35:05.711Z | |
| 4246 | 2026-05-27T20:35:05.711Z | info: running `cargo check --bins` on mgs-dev (255/295) |
| 4247 | 2026-05-27T20:35:06.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-05-27T20:35:06.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-05-27T20:35:06.447Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4250 | 2026-05-27T20:35:07.074Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4251 | 2026-05-27T20:35:07.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
| 4252 | 2026-05-27T20:35:07.791Z | |
| 4253 | 2026-05-27T20:35:07.791Z | info: running `cargo check --bins` on omicron-omdb (256/295) |
| 4254 | 2026-05-27T20:35:08.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-05-27T20:35:08.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-05-27T20:35:08.747Z | Compiling vergen-lib v0.1.6 |
| 4257 | 2026-05-27T20:35:08.747Z | Compiling vergen-gitcl v1.0.8 |
| 4258 | 2026-05-27T20:35:08.747Z | Compiling dirs-sys-next v0.1.2 |
| 4259 | 2026-05-27T20:35:08.747Z | Compiling diesel_derives v2.3.7 |
| 4260 | 2026-05-27T20:35:08.747Z | Compiling glob v0.3.3 |
| 4261 | 2026-05-27T20:35:08.750Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4262 | 2026-05-27T20:35:08.750Z | Compiling crunchy v0.2.4 |
| 4263 | 2026-05-27T20:35:08.924Z | Compiling dsl_auto_type v0.2.0 |
| 4264 | 2026-05-27T20:35:09.100Z | Compiling dirs-next v2.0.0 |
| 4265 | 2026-05-27T20:35:09.115Z | Checking scheduled-thread-pool v0.2.7 |
| 4266 | 2026-05-27T20:35:09.164Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4267 | 2026-05-27T20:35:09.200Z | Compiling tiny-keccak v2.0.2 |
| 4268 | 2026-05-27T20:35:09.254Z | Checking r2d2 v0.8.10 |
| 4269 | 2026-05-27T20:35:09.289Z | Compiling clang-sys v1.8.1 |
| 4270 | 2026-05-27T20:35:09.304Z | Compiling term v0.7.0 |
| 4271 | 2026-05-27T20:35:09.444Z | Checking downcast-rs v2.0.2 |
| 4272 | 2026-05-27T20:35:09.467Z | Compiling bit-vec v0.6.3 |
| 4273 | 2026-05-27T20:35:09.544Z | Compiling itertools v0.10.5 |
| 4274 | 2026-05-27T20:35:09.666Z | Compiling bit-set v0.5.3 |
| 4275 | 2026-05-27T20:35:09.689Z | Compiling ascii-canvas v3.0.0 |
| 4276 | 2026-05-27T20:35:09.828Z | Compiling ena v0.14.4 |
| 4277 | 2026-05-27T20:35:09.870Z | Compiling libloading v0.8.9 |
| 4278 | 2026-05-27T20:35:09.918Z | Compiling bindgen v0.71.1 |
| 4279 | 2026-05-27T20:35:09.937Z | Compiling diff v0.1.13 |
| 4280 | 2026-05-27T20:35:09.991Z | Compiling regex-syntax v0.6.29 |
| 4281 | 2026-05-27T20:35:10.080Z | Compiling cexpr v0.6.0 |
| 4282 | 2026-05-27T20:35:10.203Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4283 | 2026-05-27T20:35:10.360Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4284 | 2026-05-27T20:35:10.400Z | Compiling rustc-hash v2.1.1 |
| 4285 | 2026-05-27T20:35:10.535Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4286 | 2026-05-27T20:35:10.552Z | Compiling libxml v0.3.3 |
| 4287 | 2026-05-27T20:35:10.604Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4288 | 2026-05-27T20:35:10.764Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4289 | 2026-05-27T20:35:10.816Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4290 | 2026-05-27T20:35:11.010Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4291 | 2026-05-27T20:35:11.084Z | Compiling strum_macros v0.24.3 |
| 4292 | 2026-05-27T20:35:11.125Z | Compiling indoc v1.0.9 |
| 4293 | 2026-05-27T20:35:11.329Z | Compiling lalrpop v0.19.12 |
| 4294 | 2026-05-27T20:35:12.118Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4295 | 2026-05-27T20:35:12.310Z | Checking derive_builder v0.20.2 |
| 4296 | 2026-05-27T20:35:12.431Z | Compiling oso-derive v0.27.3 |
| 4297 | 2026-05-27T20:35:12.454Z | Checking quick-xml v0.37.5 |
| 4298 | 2026-05-27T20:35:12.471Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4299 | 2026-05-27T20:35:12.922Z | Checking openssl-probe v0.1.6 |
| 4300 | 2026-05-27T20:35:13.067Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4301 | 2026-05-27T20:35:13.331Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4302 | 2026-05-27T20:35:13.530Z | Checking bb8 v0.8.6 |
| 4303 | 2026-05-27T20:35:13.746Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4304 | 2026-05-27T20:35:13.795Z | Compiling libz-sys v1.1.24 |
| 4305 | 2026-05-27T20:35:13.815Z | Checking nonempty v0.12.0 |
| 4306 | 2026-05-27T20:35:13.964Z | Compiling strsim v0.10.0 |
| 4307 | 2026-05-27T20:35:13.988Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4308 | 2026-05-27T20:35:14.006Z | Compiling vergen-git2 v9.1.0 |
| 4309 | 2026-05-27T20:35:14.202Z | Compiling darling_core v0.13.4 |
| 4310 | 2026-05-27T20:35:14.321Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4311 | 2026-05-27T20:35:14.360Z | Compiling base64 v0.21.7 |
| 4312 | 2026-05-27T20:35:14.513Z | Compiling rustls v0.21.12 |
| 4313 | 2026-05-27T20:35:14.684Z | Compiling ron v0.8.1 |
| 4314 | 2026-05-27T20:35:14.753Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4315 | 2026-05-27T20:35:14.898Z | Checking diesel v2.3.7 |
| 4316 | 2026-05-27T20:35:15.642Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4317 | 2026-05-27T20:35:15.677Z | Checking sct v0.7.1 |
| 4318 | 2026-05-27T20:35:15.820Z | Checking rustls-webpki v0.101.7 |
| 4319 | 2026-05-27T20:35:15.860Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4320 | 2026-05-27T20:35:16.091Z | Compiling darling_macro v0.13.4 |
| 4321 | 2026-05-27T20:35:16.603Z | Compiling darling v0.13.4 |
| 4322 | 2026-05-27T20:35:16.697Z | Compiling serde_with_macros v1.5.2 |
| 4323 | 2026-05-27T20:35:16.759Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4324 | 2026-05-27T20:35:17.546Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4325 | 2026-05-27T20:35:17.561Z | Compiling serde_with v1.14.0 |
| 4326 | 2026-05-27T20:35:18.434Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4327 | 2026-05-27T20:35:18.672Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4328 | 2026-05-27T20:35:19.325Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4329 | 2026-05-27T20:35:19.999Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4330 | 2026-05-27T20:35:20.019Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4331 | 2026-05-27T20:35:20.189Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4332 | 2026-05-27T20:35:20.206Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4333 | 2026-05-27T20:35:20.210Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4334 | 2026-05-27T20:35:20.379Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4335 | 2026-05-27T20:35:20.519Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4336 | 2026-05-27T20:35:20.546Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4337 | 2026-05-27T20:35:20.594Z | Checking tokio-rustls v0.24.1 |
| 4338 | 2026-05-27T20:35:20.799Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4339 | 2026-05-27T20:35:21.347Z | Checking rustls-pemfile v1.0.4 |
| 4340 | 2026-05-27T20:35:21.452Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4341 | 2026-05-27T20:35:21.495Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4342 | 2026-05-27T20:35:21.684Z | Checking twox-hash v2.1.2 |
| 4343 | 2026-05-27T20:35:21.703Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4344 | 2026-05-27T20:35:21.993Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4345 | 2026-05-27T20:35:22.061Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4346 | 2026-05-27T20:35:22.096Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4347 | 2026-05-27T20:35:22.249Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4348 | 2026-05-27T20:35:23.562Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4349 | 2026-05-27T20:35:23.732Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4350 | 2026-05-27T20:35:24.027Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4351 | 2026-05-27T20:35:24.235Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4352 | 2026-05-27T20:35:24.436Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4353 | 2026-05-27T20:35:24.580Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4354 | 2026-05-27T20:35:24.944Z | Checking console v0.16.2 |
| 4355 | 2026-05-27T20:35:25.257Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4356 | 2026-05-27T20:35:25.407Z | Checking fatfs v0.3.6 |
| 4357 | 2026-05-27T20:35:25.563Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4358 | 2026-05-27T20:35:25.862Z | Compiling seq-macro v0.3.6 |
| 4359 | 2026-05-27T20:35:26.385Z | Checking unit-prefix v0.5.2 |
| 4360 | 2026-05-27T20:35:26.527Z | Checking indicatif v0.18.4 |
| 4361 | 2026-05-27T20:35:26.942Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4362 | 2026-05-27T20:35:26.989Z | Checking support-bundle-viewer v0.1.2 |
| 4363 | 2026-05-27T20:35:27.006Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4364 | 2026-05-27T20:35:27.230Z | Checking multimap v0.10.1 |
| 4365 | 2026-05-27T20:35:33.046Z | Checking async-bb8-diesel v0.2.1 |
| 4366 | 2026-05-27T20:35:33.406Z | Checking diesel-dtrace v0.5.0 |
| 4367 | 2026-05-27T20:35:37.133Z | Compiling samael v0.0.19 |
| 4368 | 2026-05-27T20:35:41.364Z | Compiling git2 v0.20.4 |
| 4369 | 2026-05-27T20:35:42.484Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4370 | 2026-05-27T20:35:43.110Z | Compiling polar-core v0.27.3 |
| 4371 | 2026-05-27T20:35:43.813Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4372 | 2026-05-27T20:35:47.610Z | Checking oso v0.27.3 |
| 4373 | 2026-05-27T20:36:15.479Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4374 | 2026-05-27T20:37:25.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 4375 | 2026-05-27T20:37:26.222Z | |
| 4376 | 2026-05-27T20:37:26.222Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (257/295) |
| 4377 | 2026-05-27T20:37:26.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-05-27T20:37:26.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-05-27T20:37:26.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-05-27T20:37:26.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4381 | 2026-05-27T20:37:26.925Z | |
| 4382 | 2026-05-27T20:37:26.925Z | info: running `cargo check --bins` on nexus-saga-recovery (258/295) |
| 4383 | 2026-05-27T20:37:27.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-05-27T20:37:27.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-05-27T20:37:27.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-05-27T20:37:27.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4387 | 2026-05-27T20:37:27.586Z | |
| 4388 | 2026-05-27T20:37:27.586Z | info: running `cargo check --bins` on nexus-test-utils-macros (259/295) |
| 4389 | 2026-05-27T20:37:28.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-05-27T20:37:28.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-05-27T20:37:28.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-05-27T20:37:28.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4393 | 2026-05-27T20:37:28.179Z | |
| 4394 | 2026-05-27T20:37:28.179Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (260/295) |
| 4395 | 2026-05-27T20:37:28.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-05-27T20:37:28.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-05-27T20:37:29.017Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4398 | 2026-05-27T20:37:29.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 4399 | 2026-05-27T20:37:30.020Z | |
| 4400 | 2026-05-27T20:37:30.021Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (261/295) |
| 4401 | 2026-05-27T20:37:30.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-05-27T20:37:30.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-05-27T20:37:30.857Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4404 | 2026-05-27T20:38:07.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.60s |
| 4405 | 2026-05-27T20:38:07.854Z | |
| 4406 | 2026-05-27T20:38:07.854Z | info: running `cargo check --bins` on nexus-background-task-interface (262/295) |
| 4407 | 2026-05-27T20:38:08.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-05-27T20:38:08.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-05-27T20:38:08.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4410 | 2026-05-27T20:38:08.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4411 | 2026-05-27T20:38:08.442Z | |
| 4412 | 2026-05-27T20:38:08.442Z | info: running `cargo check --bins --no-default-features` on nexus-fm (263/295) |
| 4413 | 2026-05-27T20:38:08.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-05-27T20:38:08.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-05-27T20:38:08.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4416 | 2026-05-27T20:38:08.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4417 | 2026-05-27T20:38:09.091Z | |
| 4418 | 2026-05-27T20:38:09.091Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (264/295) |
| 4419 | 2026-05-27T20:38:09.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-05-27T20:38:09.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-05-27T20:38:09.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4422 | 2026-05-27T20:38:09.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4423 | 2026-05-27T20:38:09.750Z | |
| 4424 | 2026-05-27T20:38:09.750Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (265/295) |
| 4425 | 2026-05-27T20:38:10.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-05-27T20:38:10.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-05-27T20:38:10.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-05-27T20:38:10.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4429 | 2026-05-27T20:38:10.409Z | |
| 4430 | 2026-05-27T20:38:10.409Z | info: running `cargo check --bins` on nexus-mgs-updates (266/295) |
| 4431 | 2026-05-27T20:38:10.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-05-27T20:38:10.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-05-27T20:38:10.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4434 | 2026-05-27T20:38:10.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4435 | 2026-05-27T20:38:11.054Z | |
| 4436 | 2026-05-27T20:38:11.054Z | info: running `cargo check --bins` on nexus-networking (267/295) |
| 4437 | 2026-05-27T20:38:11.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4438 | 2026-05-27T20:38:11.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4439 | 2026-05-27T20:38:11.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4440 | 2026-05-27T20:38:11.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4441 | 2026-05-27T20:38:11.708Z | |
| 4442 | 2026-05-27T20:38:11.708Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (268/295) |
| 4443 | 2026-05-27T20:38:12.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4444 | 2026-05-27T20:38:12.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4445 | 2026-05-27T20:38:12.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4446 | 2026-05-27T20:38:12.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4447 | 2026-05-27T20:38:12.368Z | |
| 4448 | 2026-05-27T20:38:12.368Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295) |
| 4449 | 2026-05-27T20:38:12.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-05-27T20:38:12.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-05-27T20:38:12.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4452 | 2026-05-27T20:38:12.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4453 | 2026-05-27T20:38:13.022Z | |
| 4454 | 2026-05-27T20:38:13.022Z | info: running `cargo check --bins` on support-bundle-collection (270/295) |
| 4455 | 2026-05-27T20:38:13.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4456 | 2026-05-27T20:38:13.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4457 | 2026-05-27T20:38:13.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4458 | 2026-05-27T20:38:13.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4459 | 2026-05-27T20:38:13.683Z | |
| 4460 | 2026-05-27T20:38:13.683Z | info: running `cargo check --bins` on omicron-dev (271/295) |
| 4461 | 2026-05-27T20:38:14.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4462 | 2026-05-27T20:38:14.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4463 | 2026-05-27T20:38:14.580Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4464 | 2026-05-27T20:38:14.584Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4465 | 2026-05-27T20:38:14.774Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4466 | 2026-05-27T20:38:14.803Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4467 | 2026-05-27T20:38:14.821Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4468 | 2026-05-27T20:38:14.838Z | Checking diff v0.1.13 |
| 4469 | 2026-05-27T20:38:14.841Z | Checking yansi v1.0.1 |
| 4470 | 2026-05-27T20:38:14.841Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4471 | 2026-05-27T20:38:14.908Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4472 | 2026-05-27T20:38:15.108Z | Checking pretty_assertions v1.4.1 |
| 4473 | 2026-05-27T20:38:15.741Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4474 | 2026-05-27T20:38:15.904Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4475 | 2026-05-27T20:38:39.658Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4476 | 2026-05-27T20:38:39.661Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4477 | 2026-05-27T20:38:39.661Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4478 | 2026-05-27T20:38:39.662Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4479 | 2026-05-27T20:38:39.662Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4480 | 2026-05-27T20:38:39.662Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4481 | 2026-05-27T20:38:40.467Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4482 | 2026-05-27T20:38:40.470Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4483 | 2026-05-27T20:38:41.683Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4484 | 2026-05-27T20:39:17.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 4485 | 2026-05-27T20:39:18.036Z | |
| 4486 | 2026-05-27T20:39:18.036Z | info: running `cargo check --bins` on omicron-pins (272/295) |
| 4487 | 2026-05-27T20:39:18.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4488 | 2026-05-27T20:39:18.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4489 | 2026-05-27T20:39:18.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4490 | 2026-05-27T20:39:18.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4491 | 2026-05-27T20:39:18.652Z | |
| 4492 | 2026-05-27T20:39:18.652Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295) |
| 4493 | 2026-05-27T20:39:19.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4494 | 2026-05-27T20:39:19.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4495 | 2026-05-27T20:39:19.432Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4496 | 2026-05-27T20:39:19.545Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4497 | 2026-05-27T20:39:19.550Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4498 | 2026-05-27T20:39:45.212Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4499 | 2026-05-27T20:39:45.595Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4500 | 2026-05-27T20:39:47.300Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4501 | 2026-05-27T20:39:47.754Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4502 | 2026-05-27T20:39:50.702Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4503 | 2026-05-27T20:40:13.458Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4504 | 2026-05-27T20:40:14.171Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4505 | 2026-05-27T20:40:15.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.18s |
| 4506 | 2026-05-27T20:40:16.024Z | |
| 4507 | 2026-05-27T20:40:16.024Z | info: running `cargo check --bins` on reconfigurator-sp-updater (274/295) |
| 4508 | 2026-05-27T20:40:16.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-05-27T20:40:16.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-05-27T20:40:16.744Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4511 | 2026-05-27T20:40:17.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4512 | 2026-05-27T20:40:17.645Z | |
| 4513 | 2026-05-27T20:40:17.645Z | info: running `cargo check --bins` on omicron-releng (275/295) |
| 4514 | 2026-05-27T20:40:18.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4515 | 2026-05-27T20:40:18.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4516 | 2026-05-27T20:40:18.297Z | Compiling blake3 v1.8.3 |
| 4517 | 2026-05-27T20:40:18.406Z | Checking constant_time_eq v0.4.2 |
| 4518 | 2026-05-27T20:40:18.411Z | Checking arrayref v0.3.9 |
| 4519 | 2026-05-27T20:40:18.414Z | Checking arrayvec v0.7.6 |
| 4520 | 2026-05-27T20:40:18.427Z | Checking topological-sort v0.2.2 |
| 4521 | 2026-05-27T20:40:18.430Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4522 | 2026-05-27T20:40:18.430Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4523 | 2026-05-27T20:40:18.430Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4524 | 2026-05-27T20:40:18.473Z | Checking shell-words v1.1.1 |
| 4525 | 2026-05-27T20:40:19.198Z | Checking omicron-zone-package v0.12.2 |
| 4526 | 2026-05-27T20:40:19.909Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4527 | 2026-05-27T20:40:20.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
| 4528 | 2026-05-27T20:40:20.954Z | |
| 4529 | 2026-05-27T20:40:20.955Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (276/295) |
| 4530 | 2026-05-27T20:40:21.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4531 | 2026-05-27T20:40:21.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4532 | 2026-05-27T20:40:21.597Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4533 | 2026-05-27T20:40:21.920Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4534 | 2026-05-27T20:40:22.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4535 | 2026-05-27T20:40:22.500Z | |
| 4536 | 2026-05-27T20:40:22.500Z | info: running `cargo check --bins` on schema (277/295) |
| 4537 | 2026-05-27T20:40:23.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4538 | 2026-05-27T20:40:23.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4539 | 2026-05-27T20:40:23.221Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4540 | 2026-05-27T20:40:23.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4541 | 2026-05-27T20:40:24.110Z | |
| 4542 | 2026-05-27T20:40:24.110Z | info: running `cargo check --bins` on xtask (278/295) |
| 4543 | 2026-05-27T20:40:24.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-05-27T20:40:24.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-05-27T20:40:24.570Z | Checking libc v0.2.185 |
| 4546 | 2026-05-27T20:40:24.649Z | Checking serde v1.0.228 |
| 4547 | 2026-05-27T20:40:24.657Z | Checking zerofrom v0.1.6 |
| 4548 | 2026-05-27T20:40:24.657Z | Checking bitflags v2.11.0 |
| 4549 | 2026-05-27T20:40:24.665Z | Checking smallvec v1.15.1 |
| 4550 | 2026-05-27T20:40:24.668Z | Checking indexmap v2.14.0 |
| 4551 | 2026-05-27T20:40:24.679Z | Checking serde_json v1.0.149 |
| 4552 | 2026-05-27T20:40:24.686Z | Checking scroll v0.12.0 |
| 4553 | 2026-05-27T20:40:24.748Z | Checking yoke v0.8.1 |
| 4554 | 2026-05-27T20:40:24.810Z | Checking num-traits v0.2.19 |
| 4555 | 2026-05-27T20:40:24.834Z | Checking thiserror v1.0.69 |
| 4556 | 2026-05-27T20:40:24.914Z | Checking zerovec v0.11.5 |
| 4557 | 2026-05-27T20:40:24.931Z | Checking zerotrie v0.2.3 |
| 4558 | 2026-05-27T20:40:24.939Z | Checking errno v0.3.14 |
| 4559 | 2026-05-27T20:40:24.952Z | Checking log v0.4.29 |
| 4560 | 2026-05-27T20:40:25.042Z | Checking toml_datetime v0.6.11 |
| 4561 | 2026-05-27T20:40:25.061Z | Checking rustix v1.1.3 |
| 4562 | 2026-05-27T20:40:25.108Z | Checking serde_spanned v0.6.9 |
| 4563 | 2026-05-27T20:40:25.174Z | Checking percent-encoding v2.3.2 |
| 4564 | 2026-05-27T20:40:25.210Z | Checking goblin v0.8.2 |
| 4565 | 2026-05-27T20:40:25.229Z | Checking zerocopy v0.7.35 |
| 4566 | 2026-05-27T20:40:25.236Z | Checking toml_edit v0.22.27 |
| 4567 | 2026-05-27T20:40:25.292Z | Checking getrandom v0.4.1 |
| 4568 | 2026-05-27T20:40:25.319Z | Checking form_urlencoded v1.2.2 |
| 4569 | 2026-05-27T20:40:25.329Z | Checking ordered-float v2.10.1 |
| 4570 | 2026-05-27T20:40:25.352Z | Checking tinystr v0.8.2 |
| 4571 | 2026-05-27T20:40:25.420Z | Checking potential_utf v0.1.4 |
| 4572 | 2026-05-27T20:40:25.443Z | Checking thiserror v2.0.18 |
| 4573 | 2026-05-27T20:40:25.528Z | Checking icu_locale_core v2.1.1 |
| 4574 | 2026-05-27T20:40:25.542Z | Checking syn v2.0.117 |
| 4575 | 2026-05-27T20:40:25.545Z | Checking icu_collections v2.1.1 |
| 4576 | 2026-05-27T20:40:25.546Z | Checking serde-value v0.7.0 |
| 4577 | 2026-05-27T20:40:25.700Z | Checking dtrace-parser v0.2.0 |
| 4578 | 2026-05-27T20:40:25.751Z | Checking thread-id v4.2.2 |
| 4579 | 2026-05-27T20:40:25.832Z | Checking once_cell v1.21.3 |
| 4580 | 2026-05-27T20:40:25.876Z | Checking terminal_size v0.4.3 |
| 4581 | 2026-05-27T20:40:25.880Z | Checking cargo-platform v0.2.0 |
| 4582 | 2026-05-27T20:40:25.939Z | Checking memmap v0.7.0 |
| 4583 | 2026-05-27T20:40:26.002Z | Checking clap_builder v4.5.60 |
| 4584 | 2026-05-27T20:40:26.006Z | Checking tempfile v3.25.0 |
| 4585 | 2026-05-27T20:40:26.068Z | Checking fs-err v3.3.0 |
| 4586 | 2026-05-27T20:40:26.071Z | Checking textwrap v0.16.2 |
| 4587 | 2026-05-27T20:40:26.088Z | Checking icu_provider v2.1.1 |
| 4588 | 2026-05-27T20:40:26.200Z | Checking camino-tempfile v1.4.1 |
| 4589 | 2026-05-27T20:40:26.247Z | Checking tabled v0.15.0 |
| 4590 | 2026-05-27T20:40:26.280Z | Checking anyhow v1.0.102 |
| 4591 | 2026-05-27T20:40:26.319Z | Checking icu_properties v2.1.2 |
| 4592 | 2026-05-27T20:40:26.323Z | Checking icu_normalizer v2.1.1 |
| 4593 | 2026-05-27T20:40:26.351Z | Checking toml v0.8.23 |
| 4594 | 2026-05-27T20:40:26.478Z | Checking macaddr v1.0.1 |
| 4595 | 2026-05-27T20:40:26.636Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4596 | 2026-05-27T20:40:26.670Z | Checking cargo_toml v0.21.0 |
| 4597 | 2026-05-27T20:40:27.076Z | Checking dof v0.3.0 |
| 4598 | 2026-05-27T20:40:27.124Z | Checking idna_adapter v1.2.1 |
| 4599 | 2026-05-27T20:40:27.193Z | Checking clap v4.5.60 |
| 4600 | 2026-05-27T20:40:27.240Z | Checking idna v1.1.0 |
| 4601 | 2026-05-27T20:40:27.339Z | Checking usdt-impl v0.5.0 |
| 4602 | 2026-05-27T20:40:27.468Z | Checking url v2.5.8 |
| 4603 | 2026-05-27T20:40:27.590Z | Checking usdt v0.5.0 |
| 4604 | 2026-05-27T20:40:27.802Z | Checking cargo-util-schemas v0.8.2 |
| 4605 | 2026-05-27T20:40:28.479Z | Checking cargo_metadata v0.21.0 |
| 4606 | 2026-05-27T20:40:29.074Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4607 | 2026-05-27T20:40:29.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s |
| 4608 | 2026-05-27T20:40:29.607Z | |
| 4609 | 2026-05-27T20:40:29.607Z | info: running `cargo check --bins` on dnsadm (279/295) |
| 4610 | 2026-05-27T20:40:30.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4611 | 2026-05-27T20:40:30.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4612 | 2026-05-27T20:40:30.255Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4613 | 2026-05-27T20:40:30.739Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4614 | 2026-05-27T20:40:31.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
| 4615 | 2026-05-27T20:40:31.327Z | |
| 4616 | 2026-05-27T20:40:31.327Z | info: running `cargo check --bins` on end-to-end-tests (280/295) |
| 4617 | 2026-05-27T20:40:31.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4618 | 2026-05-27T20:40:31.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4619 | 2026-05-27T20:40:32.128Z | Checking polyval v0.6.2 |
| 4620 | 2026-05-27T20:40:32.257Z | Checking ctr v0.9.2 |
| 4621 | 2026-05-27T20:40:32.265Z | Checking ssh-encoding v0.2.0 |
| 4622 | 2026-05-27T20:40:32.265Z | Checking blowfish v0.9.1 |
| 4623 | 2026-05-27T20:40:32.285Z | Checking password-hash v0.4.2 |
| 4624 | 2026-05-27T20:40:32.300Z | Checking p521 v0.13.3 |
| 4625 | 2026-05-27T20:40:32.300Z | Checking p256 v0.13.2 |
| 4626 | 2026-05-27T20:40:32.326Z | Checking russh-cryptovec v0.7.3 |
| 4627 | 2026-05-27T20:40:32.393Z | Checking ghash v0.5.1 |
| 4628 | 2026-05-27T20:40:32.401Z | Checking md5 v0.7.0 |
| 4629 | 2026-05-27T20:40:32.405Z | Checking bcrypt-pbkdf v0.10.0 |
| 4630 | 2026-05-27T20:40:32.479Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4631 | 2026-05-27T20:40:32.495Z | Checking pbkdf2 v0.11.0 |
| 4632 | 2026-05-27T20:40:32.498Z | Checking num-bigint v0.4.6 |
| 4633 | 2026-05-27T20:40:32.546Z | Checking aes-gcm v0.10.3 |
| 4634 | 2026-05-27T20:40:32.561Z | Checking des v0.8.1 |
| 4635 | 2026-05-27T20:40:32.597Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4636 | 2026-05-27T20:40:32.624Z | Checking hex-literal v0.4.1 |
| 4637 | 2026-05-27T20:40:32.660Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4638 | 2026-05-27T20:40:32.696Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4639 | 2026-05-27T20:40:32.710Z | Checking ssh-cipher v0.2.0 |
| 4640 | 2026-05-27T20:40:32.710Z | Checking socket2 v0.5.10 |
| 4641 | 2026-05-27T20:40:32.735Z | Checking internet-checksum v0.2.1 |
| 4642 | 2026-05-27T20:40:32.871Z | Checking ssh-key v0.6.7 |
| 4643 | 2026-05-27T20:40:32.994Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4644 | 2026-05-27T20:40:33.489Z | Checking russh-keys v0.45.0 |
| 4645 | 2026-05-27T20:40:34.041Z | Checking russh v0.45.0 |
| 4646 | 2026-05-27T20:40:50.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s |
| 4647 | 2026-05-27T20:40:50.652Z | |
| 4648 | 2026-05-27T20:40:50.652Z | info: running `cargo check --bins` on gateway-cli (281/295) |
| 4649 | 2026-05-27T20:40:51.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-05-27T20:40:51.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-05-27T20:40:51.294Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4652 | 2026-05-27T20:40:51.403Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4653 | 2026-05-27T20:40:51.411Z | Checking termios v0.3.3 |
| 4654 | 2026-05-27T20:40:52.614Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4655 | 2026-05-27T20:40:52.763Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4656 | 2026-05-27T20:40:54.542Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4657 | 2026-05-27T20:40:55.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
| 4658 | 2026-05-27T20:40:55.290Z | |
| 4659 | 2026-05-27T20:40:55.290Z | info: running `cargo check --bins --no-default-features` on installinator (282/295) |
| 4660 | 2026-05-27T20:40:55.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4661 | 2026-05-27T20:40:55.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4662 | 2026-05-27T20:40:56.001Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4663 | 2026-05-27T20:40:56.117Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4664 | 2026-05-27T20:40:56.127Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4665 | 2026-05-27T20:40:56.130Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4666 | 2026-05-27T20:40:56.141Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4667 | 2026-05-27T20:40:56.151Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4668 | 2026-05-27T20:40:56.862Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4669 | 2026-05-27T20:40:57.207Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4670 | 2026-05-27T20:40:57.207Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4671 | 2026-05-27T20:40:57.853Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4672 | 2026-05-27T20:40:59.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 4673 | 2026-05-27T20:40:59.685Z | |
| 4674 | 2026-05-27T20:40:59.685Z | info: running `cargo check --bins` on internal-dns-cli (283/295) |
| 4675 | 2026-05-27T20:41:00.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4676 | 2026-05-27T20:41:00.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4677 | 2026-05-27T20:41:00.329Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4678 | 2026-05-27T20:41:00.782Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4679 | 2026-05-27T20:41:01.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4680 | 2026-05-27T20:41:01.285Z | |
| 4681 | 2026-05-27T20:41:01.285Z | info: running `cargo check --bins` on omicron-live-tests (284/295) |
| 4682 | 2026-05-27T20:41:01.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4683 | 2026-05-27T20:41:01.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4684 | 2026-05-27T20:41:01.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4685 | 2026-05-27T20:41:01.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4686 | 2026-05-27T20:41:01.873Z | |
| 4687 | 2026-05-27T20:41:01.873Z | info: running `cargo check --bins` on live-tests-macros (285/295) |
| 4688 | 2026-05-27T20:41:02.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4689 | 2026-05-27T20:41:02.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4690 | 2026-05-27T20:41:02.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4691 | 2026-05-27T20:41:02.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4692 | 2026-05-27T20:41:02.461Z | |
| 4693 | 2026-05-27T20:41:02.461Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295) |
| 4694 | 2026-05-27T20:41:03.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4695 | 2026-05-27T20:41:03.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4696 | 2026-05-27T20:41:03.219Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4697 | 2026-05-27T20:41:03.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4698 | 2026-05-27T20:41:04.018Z | |
| 4699 | 2026-05-27T20:41:04.018Z | info: running `cargo check --bins` on omicron-ntp-admin (287/295) |
| 4700 | 2026-05-27T20:41:04.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4701 | 2026-05-27T20:41:04.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4702 | 2026-05-27T20:41:04.679Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4703 | 2026-05-27T20:41:04.682Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4704 | 2026-05-27T20:41:04.957Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4705 | 2026-05-27T20:41:04.957Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4706 | 2026-05-27T20:41:05.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4707 | 2026-05-27T20:41:05.939Z | |
| 4708 | 2026-05-27T20:41:05.939Z | info: running `cargo check --bins` on ntp-admin-types (288/295) |
| 4709 | 2026-05-27T20:41:06.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4710 | 2026-05-27T20:41:06.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4711 | 2026-05-27T20:41:06.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4712 | 2026-05-27T20:41:06.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4713 | 2026-05-27T20:41:06.538Z | |
| 4714 | 2026-05-27T20:41:06.538Z | info: running `cargo check --bins` on omicron-package (289/295) |
| 4715 | 2026-05-27T20:41:07.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4716 | 2026-05-27T20:41:07.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4717 | 2026-05-27T20:41:07.221Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4718 | 2026-05-27T20:41:08.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4719 | 2026-05-27T20:41:08.500Z | |
| 4720 | 2026-05-27T20:41:08.500Z | info: running `cargo check --bins` on tqdb (290/295) |
| 4721 | 2026-05-27T20:41:09.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4722 | 2026-05-27T20:41:09.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4723 | 2026-05-27T20:41:10.052Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4724 | 2026-05-27T20:41:10.052Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4725 | 2026-05-27T20:41:10.167Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4726 | 2026-05-27T20:41:10.176Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4727 | 2026-05-27T20:41:16.119Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4728 | 2026-05-27T20:41:16.125Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4729 | 2026-05-27T20:41:16.735Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4730 | 2026-05-27T20:41:16.735Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4731 | 2026-05-27T20:41:16.751Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4732 | 2026-05-27T20:41:16.751Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4733 | 2026-05-27T20:41:17.494Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4734 | 2026-05-27T20:41:18.445Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4735 | 2026-05-27T20:41:20.003Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4736 | 2026-05-27T20:41:20.008Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4737 | 2026-05-27T20:41:24.070Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4738 | 2026-05-27T20:41:30.492Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4739 | 2026-05-27T20:41:30.495Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4740 | 2026-05-27T20:41:30.495Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4741 | 2026-05-27T20:41:30.495Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4742 | 2026-05-27T20:41:31.960Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4743 | 2026-05-27T20:41:33.304Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4744 | 2026-05-27T20:41:33.991Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4745 | 2026-05-27T20:41:35.238Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4746 | 2026-05-27T20:41:35.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.28s |
| 4747 | 2026-05-27T20:41:36.007Z | |
| 4748 | 2026-05-27T20:41:36.007Z | info: running `cargo check --bins` on wicket-dbg (291/295) |
| 4749 | 2026-05-27T20:41:36.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4750 | 2026-05-27T20:41:36.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4751 | 2026-05-27T20:41:36.723Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4752 | 2026-05-27T20:41:36.726Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4753 | 2026-05-27T20:41:36.726Z | Checking rtoolbox v0.0.3 |
| 4754 | 2026-05-27T20:41:36.854Z | Checking tui-tree-widget v0.23.1 |
| 4755 | 2026-05-27T20:41:36.952Z | Checking rpassword v7.4.0 |
| 4756 | 2026-05-27T20:41:37.962Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4757 | 2026-05-27T20:41:40.972Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4758 | 2026-05-27T20:41:42.807Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4759 | 2026-05-27T20:41:43.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s |
| 4760 | 2026-05-27T20:41:43.930Z | |
| 4761 | 2026-05-27T20:41:43.930Z | info: running `cargo check --bins` on wicket (292/295) |
| 4762 | 2026-05-27T20:41:44.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4763 | 2026-05-27T20:41:44.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4764 | 2026-05-27T20:41:44.626Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4765 | 2026-05-27T20:41:44.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4766 | 2026-05-27T20:41:45.198Z | |
| 4767 | 2026-05-27T20:41:45.199Z | info: running `cargo check --bins` on wicketd (293/295) |
| 4768 | 2026-05-27T20:41:45.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4769 | 2026-05-27T20:41:45.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4770 | 2026-05-27T20:41:45.915Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4771 | 2026-05-27T20:41:45.918Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4772 | 2026-05-27T20:41:45.918Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4773 | 2026-05-27T20:41:45.918Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4774 | 2026-05-27T20:41:46.904Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4775 | 2026-05-27T20:41:47.479Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4776 | 2026-05-27T20:41:50.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
| 4777 | 2026-05-27T20:41:50.634Z | |
| 4778 | 2026-05-27T20:41:50.634Z | info: running `cargo check --bins` on omicron-workspace-hack (294/295) |
| 4779 | 2026-05-27T20:41:51.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4780 | 2026-05-27T20:41:51.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4781 | 2026-05-27T20:41:51.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4782 | 2026-05-27T20:41:51.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4783 | 2026-05-27T20:41:51.221Z | |
| 4784 | 2026-05-27T20:41:51.221Z | info: running `cargo check --bins` on zone-setup (295/295) |
| 4785 | 2026-05-27T20:41:51.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4786 | 2026-05-27T20:41:51.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4787 | 2026-05-27T20:41:51.893Z | Checking uzers v0.12.2 |
| 4788 | 2026-05-27T20:41:52.162Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4789 | 2026-05-27T20:41:52.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4790 | 2026-05-27T20:41:53.121Z | |
| 4791 | 2026-05-27T20:41:53.121Z | real 14:03.572655086 |
| 4792 | 2026-05-27T20:41:53.121Z | user 21:01.597428597 |
| 4793 | 2026-05-27T20:41:53.121Z | sys 4:23.211610522 |
| 4794 | 2026-05-27T20:41:53.121Z | trap 0.332411383 |
| 4795 | 2026-05-27T20:41:53.121Z | tflt 1.432823379 |
| 4796 | 2026-05-27T20:41:53.122Z | dflt 1.679211198 |
| 4797 | 2026-05-27T20:41:53.122Z | kflt 0.022538773 |
| 4798 | 2026-05-27T20:41:53.123Z | lock 1:17:58.418809936 |
| 4799 | 2026-05-27T20:41:53.123Z | slp 1:41:12.096544282 |
| 4800 | 2026-05-27T20:41:53.123Z | lat 57.765873420 |
| 4801 | 2026-05-27T20:41:53.127Z | stop 3:34.708088551 |
| 4802 | 2026-05-27T20:41:53.127Z | process exited: duration 981490 ms, exit code 0 |
| |
| 4803 | 2026-05-27T20:41:53.134Z | found 0 output files |