|
|
|
| 1 | 2026-05-07T18:25:58.204Z | job assigned to worker 01KR1TZPA86H63XP77KME1VHTV [factory aws, i-00ac71042312ee021] (queued for 48 s) |
| |
| 2 | 2026-05-07T18:26:05.030Z | starting task 0: "setup" |
| 3 | 2026-05-07T18:26:05.038Z | ++ uname -s |
| 4 | 2026-05-07T18:26:05.041Z | + kern=SunOS |
| 5 | 2026-05-07T18:26:05.041Z | + build_user=build |
| 6 | 2026-05-07T18:26:05.041Z | + build_uid=12345 |
| 7 | 2026-05-07T18:26:05.042Z | + work_dir=/work |
| 8 | 2026-05-07T18:26:05.042Z | + input_dir=/input |
| 9 | 2026-05-07T18:26:05.042Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-07T18:26:05.042Z | + case "$kern" in |
| 11 | 2026-05-07T18:26:05.042Z | + groupadd -g 12345 build |
| 12 | 2026-05-07T18:26:05.042Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-07T18:26:07.047Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-07T18:26:07.146Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-07T18:26:07.150Z | + home_fs=zfs |
| 16 | 2026-05-07T18:26:07.150Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-07T18:26:07.150Z | + mkdir -p /home/build |
| 18 | 2026-05-07T18:26:07.150Z | + chown build:build /home/build /work |
| 19 | 2026-05-07T18:26:09.152Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-07T18:26:09.157Z | process exited: duration 4123 ms, exit code 0 |
| |
| 21 | 2026-05-07T18:26:09.169Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-07T18:26:09.173Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-07T18:26:09.173Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-07T18:26:09.173Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-07T18:26:09.173Z | * rust toolchain profile = "default" |
| 26 | 2026-05-07T18:26:09.173Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-07T18:26:09.173Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-07T18:26:09.176Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-07T18:26:09.176Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-07T18:26:09.284Z | info: downloading installer |
| 31 | 2026-05-07T18:26:10.877Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-07T18:26:10.877Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-07T18:26:10.877Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-07T18:26:10.877Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-07T18:26:10.891Z | info: profile set to default |
| 36 | 2026-05-07T18:26:10.891Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-07T18:26:10.891Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-07T18:26:11.060Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-07T18:26:11.085Z | info: downloading 6 components |
| 40 | 2026-05-07T18:26:27.321Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-07T18:26:27.321Z | |
| 42 | 2026-05-07T18:26:27.347Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-07T18:26:27.347Z | |
| 44 | 2026-05-07T18:26:27.347Z | |
| 45 | 2026-05-07T18:26:27.348Z | Rust is installed now. Great! |
| 46 | 2026-05-07T18:26:27.348Z | |
| 47 | 2026-05-07T18:26:27.351Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-07T18:26:27.351Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-07T18:26:27.351Z | |
| 50 | 2026-05-07T18:26:27.351Z | To configure your current shell, you need to source |
| 51 | 2026-05-07T18:26:27.351Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-07T18:26:27.351Z | |
| 53 | 2026-05-07T18:26:27.351Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-07T18:26:27.351Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-07T18:26:27.351Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-07T18:26:27.351Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-07T18:26:27.351Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-07T18:26:27.351Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-07T18:26:27.351Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-07T18:26:27.351Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-07T18:26:27.351Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-07T18:26:27.439Z | + rustup --version |
| 63 | 2026-05-07T18:26:27.448Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-07T18:26:27.450Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-07T18:26:27.470Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-07T18:26:27.473Z | + cargo --version |
| 67 | 2026-05-07T18:26:27.484Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-07T18:26:27.489Z | + rustc --version |
| 69 | 2026-05-07T18:26:27.506Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-07T18:26:27.509Z | process exited: duration 18341 ms, exit code 0 |
| |
| 71 | 2026-05-07T18:26:27.516Z | starting task 2: "authentication" |
| 72 | 2026-05-07T18:26:27.532Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-07T18:26:27.539Z | starting task 3: "clone repository" |
| 74 | 2026-05-07T18:26:27.542Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-07T18:26:27.545Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-07T18:26:27.575Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-07T18:26:41.113Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-07T18:26:41.113Z | + git fetch origin 20117abc7cfc04cd2cc4e37e7f8b2b0eaef0df51 |
| 79 | 2026-05-07T18:26:41.156Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-07T18:26:41.156Z | * branch 20117abc7cfc04cd2cc4e37e7f8b2b0eaef0df51 -> FETCH_HEAD |
| 81 | 2026-05-07T18:26:41.156Z | + [[ -n ben/fix-db-usage-flake ]] |
| 82 | 2026-05-07T18:26:41.156Z | ++ git branch --show-current |
| 83 | 2026-05-07T18:26:41.156Z | + current=main |
| 84 | 2026-05-07T18:26:41.156Z | + [[ main != ben/fix-db-usage-flake ]] |
| 85 | 2026-05-07T18:26:41.156Z | + git branch -f ben/fix-db-usage-flake 20117abc7cfc04cd2cc4e37e7f8b2b0eaef0df51 |
| 86 | 2026-05-07T18:26:41.157Z | + git checkout -f ben/fix-db-usage-flake |
| 87 | 2026-05-07T18:26:41.157Z | Switched to branch 'ben/fix-db-usage-flake' |
| 88 | 2026-05-07T18:26:41.157Z | + git reset --hard 20117abc7cfc04cd2cc4e37e7f8b2b0eaef0df51 |
| 89 | 2026-05-07T18:26:41.157Z | HEAD is now at 20117abc7 Don't manipulate time in oximeter database usage tests |
| 90 | 2026-05-07T18:26:41.157Z | process exited: duration 10412 ms, exit code 0 |
| |
| 91 | 2026-05-07T18:26:41.229Z | starting task 4: "build" |
| 92 | 2026-05-07T18:26:41.266Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-07T18:26:41.266Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-07T18:26:41.266Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-07T18:26:41.266Z | + cargo --version |
| 96 | 2026-05-07T18:26:41.266Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-07T18:26:41.266Z | + rustc --version |
| 98 | 2026-05-07T18:26:41.266Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-07T18:26:41.266Z | + source ./env.sh |
| 100 | 2026-05-07T18:26:41.266Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-07T18:26:41.266Z | ++ set -o xtrace |
| 102 | 2026-05-07T18:26:41.266Z | ++++ dirname ./env.sh |
| 103 | 2026-05-07T18:26:41.266Z | +++ readlink -f . |
| 104 | 2026-05-07T18:26:41.266Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-07T18:26:41.266Z | ++ 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-07T18:26:41.266Z | ++ 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-07T18:26:41.266Z | ++ 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-07T18:26:41.266Z | ++ 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-07T18:26:41.266Z | ++ 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-07T18:26:41.266Z | ++ 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-07T18:26:41.266Z | ++ 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-07T18:26:41.266Z | ++ 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-07T18:26:41.266Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-07T18:26:41.266Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-07T18:26:41.266Z | + 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-07T18:26:41.266Z | + 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-07T18:26:41.266Z | + banner prerequisites |
| 118 | 2026-05-07T18:26:41.267Z | |
| 119 | 2026-05-07T18:26:41.267Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-07T18:26:41.267Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-07T18:26:41.267Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-07T18:26:41.267Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-07T18:26:41.267Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-07T18:26:41.267Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-07T18:26:41.267Z | |
| 126 | 2026-05-07T18:26:41.267Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-07T18:26:42.596Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-07T18:26:42.709Z | Planning: Solver setup ... Done (0.096s) |
| 129 | 2026-05-07T18:26:42.718Z | Planning: Running solver ... Done (0.008s) |
| 130 | 2026-05-07T18:26:42.721Z | Planning: Finding local manifests ... Done (0.003s) |
| 131 | 2026-05-07T18:26:42.724Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-05-07T18:26:42.742Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-05-07T18:26:42.755Z | Planning: Package planning ... Done (0.013s) |
| 134 | 2026-05-07T18:26:42.758Z | Planning: Merging actions ... Done (0.001s) |
| 135 | 2026-05-07T18:26:42.944Z | Planning: Checking for conflicting actions ... Done (0.187s) |
| 136 | 2026-05-07T18:26:42.946Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-05-07T18:26:43.738Z | Planning: Evaluating mediators ... Done (0.794s) |
| 138 | 2026-05-07T18:26:43.742Z | Planning: Planning completed in 1.14 seconds |
| 139 | 2026-05-07T18:26:43.748Z | Packages to install: 2 |
| 140 | 2026-05-07T18:26:43.748Z | Estimated space available: 156.08 GB |
| 141 | 2026-05-07T18:26:43.751Z | Estimated space to be consumed: 15.55 MB |
| 142 | 2026-05-07T18:26:43.751Z | Create boot environment: No |
| 143 | 2026-05-07T18:26:43.751Z | Create backup boot environment: No |
| 144 | 2026-05-07T18:26:43.752Z | Rebuild boot archive: No |
| 145 | 2026-05-07T18:26:43.752Z | |
| 146 | 2026-05-07T18:26:43.752Z | Changed packages: |
| 147 | 2026-05-07T18:26:43.752Z | helios |
| 148 | 2026-05-07T18:26:43.752Z | developer/build-essential |
| 149 | 2026-05-07T18:26:43.752Z | None -> 11-3.0 |
| 150 | 2026-05-07T18:26:43.752Z | library/libxmlsec1 |
| 151 | 2026-05-07T18:26:43.752Z | None -> 1.2.35-3.0 |
| 152 | 2026-05-07T18:26:43.773Z | |
| 153 | 2026-05-07T18:26:43.773Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-05-07T18:26:45.056Z | Download: Completed 1.28 MB in 1.28 seconds (1022k/s) |
| 155 | 2026-05-07T18:26:45.128Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-05-07T18:26:45.165Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-05-07T18:26:45.172Z | Finalize: Updating package state database ... Done (0.006s) |
| 158 | 2026-05-07T18:26:45.175Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-05-07T18:26:45.182Z | Finalize: Updating image state ... Done (0.009s) |
| 160 | 2026-05-07T18:26:47.597Z | Finalize: Creating fast lookup database ... Done (2.395s) |
| 161 | 2026-05-07T18:26:47.668Z | Finalize: Reading search index ... Done (0.012s) |
| 162 | 2026-05-07T18:26:47.671Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-05-07T18:26:47.757Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-05-07T18:26:48.040Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-05-07T18:26:48.146Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-05-07T18:26:48.149Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-05-07T18:26:48.303Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-05-07T18:26:48.306Z | Planning: Planning completed in 0.26 seconds |
| 169 | 2026-05-07T18:26:48.326Z | Mediators to change: 2 |
| 170 | 2026-05-07T18:26:48.326Z | Create boot environment: No |
| 171 | 2026-05-07T18:26:48.326Z | Create backup boot environment: No |
| 172 | 2026-05-07T18:26:48.380Z | Finalize: Updating package state database ... Done |
| 173 | 2026-05-07T18:26:48.383Z | Finalize: Updating package cache ... Done |
| 174 | 2026-05-07T18:26:48.386Z | Finalize: Updating image state ... Done |
| 175 | 2026-05-07T18:26:50.317Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-05-07T18:26:50.378Z | Finalize: Reading search index ... Done |
| 177 | 2026-05-07T18:26:50.381Z | Finalize: Updating search index ... Done |
| 178 | 2026-05-07T18:26:50.461Z | Finalize: Updating package cache ... Done |
| 179 | 2026-05-07T18:26:50.745Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-05-07T18:26:50.849Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-05-07T18:26:50.852Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-05-07T18:26:51.007Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-05-07T18:26:51.010Z | Planning: Planning completed in 0.26 seconds |
| 184 | 2026-05-07T18:26:51.030Z | Mediators to change: 1 |
| 185 | 2026-05-07T18:26:51.031Z | Create boot environment: No |
| 186 | 2026-05-07T18:26:51.031Z | Create backup boot environment: No |
| 187 | 2026-05-07T18:26:51.097Z | Finalize: Updating package state database ... Done |
| 188 | 2026-05-07T18:26:51.097Z | Finalize: Updating package cache ... Done |
| 189 | 2026-05-07T18:26:51.104Z | Finalize: Updating image state ... Done |
| 190 | 2026-05-07T18:26:53.049Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-05-07T18:26:53.108Z | Finalize: Reading search index ... Done |
| 192 | 2026-05-07T18:26:53.108Z | Finalize: Updating search index ... Done |
| 193 | 2026-05-07T18:26:53.193Z | Finalize: Updating package cache ... Done |
| 194 | 2026-05-07T18:26:53.506Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-05-07T18:26:53.506Z | apache system 2.4 system |
| 196 | 2026-05-07T18:26:53.506Z | clang system 15 system |
| 197 | 2026-05-07T18:26:53.506Z | csh system system illumos |
| 198 | 2026-05-07T18:26:53.506Z | ctags system system illumos |
| 199 | 2026-05-07T18:26:53.506Z | file vendor vendor darwinsys |
| 200 | 2026-05-07T18:26:53.506Z | file system system illumos |
| 201 | 2026-05-07T18:26:53.506Z | gcc vendor 14 vendor |
| 202 | 2026-05-07T18:26:53.506Z | gcc system 13 system |
| 203 | 2026-05-07T18:26:53.506Z | gcc system 10 system |
| 204 | 2026-05-07T18:26:53.506Z | go system 1.25 system |
| 205 | 2026-05-07T18:26:53.506Z | llvm system 15 system |
| 206 | 2026-05-07T18:26:53.506Z | mariadb system 11.4 system |
| 207 | 2026-05-07T18:26:53.506Z | mta vendor vendor dma |
| 208 | 2026-05-07T18:26:53.506Z | openjdk system 17 system |
| 209 | 2026-05-07T18:26:53.506Z | openjdk system 11 system |
| 210 | 2026-05-07T18:26:53.506Z | openssl vendor 3 vendor |
| 211 | 2026-05-07T18:26:53.506Z | perl system 5.40 system |
| 212 | 2026-05-07T18:26:53.506Z | postgresql system 18 system |
| 213 | 2026-05-07T18:26:53.506Z | postgresql system 17 system |
| 214 | 2026-05-07T18:26:53.506Z | python vendor 3 vendor |
| 215 | 2026-05-07T18:26:53.507Z | python system 2 system |
| 216 | 2026-05-07T18:26:53.507Z | python3 vendor 3.13 vendor |
| 217 | 2026-05-07T18:26:53.507Z | ruby system 3.4 system |
| 218 | 2026-05-07T18:26:53.507Z | ruby system 3.0 system |
| 219 | 2026-05-07T18:26:53.507Z | words vendor vendor american-english |
| 220 | 2026-05-07T18:26:53.507Z | words system system australian-english |
| 221 | 2026-05-07T18:26:53.507Z | words system system british-english |
| 222 | 2026-05-07T18:26:53.507Z | words system system canadian-english |
| 223 | 2026-05-07T18:26:53.507Z | words system system french |
| 224 | 2026-05-07T18:26:53.507Z | words system system italian |
| 225 | 2026-05-07T18:26:53.507Z | words system system ngerman |
| 226 | 2026-05-07T18:26:53.507Z | words system system ogerman |
| 227 | 2026-05-07T18:26:53.507Z | words system system spanish |
| 228 | 2026-05-07T18:26:53.756Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-05-07T18:26:53.756Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-05-07T18:26:54.013Z | FMRI IFO |
| 231 | 2026-05-07T18:26:54.013Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-05-07T18:26:54.013Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-05-07T18:26:54.013Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-05-07T18:26:54.013Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-05-07T18:26:54.013Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-05-07T18:26:54.013Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-05-07T18:26:54.013Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-05-07T18:26:54.013Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-05-07T18:26:54.013Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-05-07T18:26:54.235Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-05-07T18:26:54.492Z | Updating crates.io index |
| 242 | 2026-05-07T18:26:54.496Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-05-07T18:26:54.797Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 244 | 2026-05-07T18:26:55.609Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 245 | 2026-05-07T18:26:56.012Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 246 | 2026-05-07T18:26:57.024Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 247 | 2026-05-07T18:26:57.608Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-07T18:26:58.921Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 249 | 2026-05-07T18:26:59.622Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 250 | 2026-05-07T18:27:00.135Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 251 | 2026-05-07T18:27:00.937Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 252 | 2026-05-07T18:27:01.509Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 253 | 2026-05-07T18:27:02.259Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 254 | 2026-05-07T18:27:02.559Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 255 | 2026-05-07T18:27:03.979Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 256 | 2026-05-07T18:27:04.521Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-07T18:27:04.867Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-07T18:27:05.220Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-07T18:27:05.659Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-07T18:27:06.018Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-07T18:27:06.252Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-07T18:27:06.563Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-07T18:27:07.020Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-07T18:27:07.363Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 265 | 2026-05-07T18:27:07.945Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 266 | 2026-05-07T18:27:08.257Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 267 | 2026-05-07T18:27:08.781Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 268 | 2026-05-07T18:27:09.062Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-05-07T18:27:09.914Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2026-05-07T18:27:10.777Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-07T18:27:11.232Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-07T18:27:11.505Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-07T18:27:11.882Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-07T18:27:12.199Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-07T18:27:12.553Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 276 | 2026-05-07T18:27:13.072Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 277 | 2026-05-07T18:27:13.356Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 278 | 2026-05-07T18:27:13.593Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 279 | 2026-05-07T18:27:13.958Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 280 | 2026-05-07T18:27:25.712Z | Downloading crates ... |
| 281 | 2026-05-07T18:27:25.769Z | Downloaded cfg-if v1.0.4 |
| 282 | 2026-05-07T18:27:25.776Z | Downloaded thiserror-impl v1.0.69 |
| 283 | 2026-05-07T18:27:25.779Z | Downloaded anstyle-query v1.1.5 |
| 284 | 2026-05-07T18:27:25.782Z | Downloaded toml v0.8.23 |
| 285 | 2026-05-07T18:27:25.786Z | Downloaded serde_spanned v0.6.9 |
| 286 | 2026-05-07T18:27:25.789Z | Downloaded dof v0.3.0 |
| 287 | 2026-05-07T18:27:25.789Z | Downloaded colorchoice v1.0.4 |
| 288 | 2026-05-07T18:27:25.789Z | Downloaded zmij v1.0.21 |
| 289 | 2026-05-07T18:27:25.792Z | Downloaded memmap v0.7.0 |
| 290 | 2026-05-07T18:27:25.792Z | Downloaded yoke-derive v0.8.1 |
| 291 | 2026-05-07T18:27:25.792Z | Downloaded textwrap v0.16.2 |
| 292 | 2026-05-07T18:27:25.795Z | Downloaded writeable v0.6.2 |
| 293 | 2026-05-07T18:27:25.795Z | Downloaded heck v0.4.1 |
| 294 | 2026-05-07T18:27:25.795Z | Downloaded fnv v1.0.7 |
| 295 | 2026-05-07T18:27:25.798Z | Downloaded generic-array v0.14.7 |
| 296 | 2026-05-07T18:27:25.798Z | Downloaded utf8_iter v1.0.4 |
| 297 | 2026-05-07T18:27:25.799Z | Downloaded usdt-attr-macro v0.5.0 |
| 298 | 2026-05-07T18:27:25.799Z | Downloaded zerofrom v0.1.6 |
| 299 | 2026-05-07T18:27:25.799Z | Downloaded unicode-linebreak v0.1.5 |
| 300 | 2026-05-07T18:27:25.803Z | Downloaded version_check v0.9.5 |
| 301 | 2026-05-07T18:27:25.803Z | Downloaded autocfg v1.5.0 |
| 302 | 2026-05-07T18:27:25.806Z | Downloaded anstyle v1.0.13 |
| 303 | 2026-05-07T18:27:25.806Z | Downloaded bytecount v0.6.9 |
| 304 | 2026-05-07T18:27:25.806Z | Downloaded idna_adapter v1.2.1 |
| 305 | 2026-05-07T18:27:25.809Z | Downloaded anstream v0.6.21 |
| 306 | 2026-05-07T18:27:25.810Z | Downloaded toml_datetime v0.6.11 |
| 307 | 2026-05-07T18:27:25.810Z | Downloaded proc-macro-error v1.0.4 |
| 308 | 2026-05-07T18:27:25.814Z | Downloaded erased-serde v0.4.9 |
| 309 | 2026-05-07T18:27:25.814Z | Downloaded unicode-xid v0.2.6 |
| 310 | 2026-05-07T18:27:25.817Z | Downloaded thread-id v4.2.2 |
| 311 | 2026-05-07T18:27:25.817Z | Downloaded tinystr v0.8.2 |
| 312 | 2026-05-07T18:27:25.817Z | Downloaded scroll v0.12.0 |
| 313 | 2026-05-07T18:27:25.817Z | Downloaded zerofrom-derive v0.1.6 |
| 314 | 2026-05-07T18:27:25.817Z | Downloaded pretty-hex v0.4.1 |
| 315 | 2026-05-07T18:27:25.818Z | Downloaded usdt v0.5.0 |
| 316 | 2026-05-07T18:27:25.821Z | Downloaded quote v1.0.45 |
| 317 | 2026-05-07T18:27:25.821Z | Downloaded typeid v1.0.3 |
| 318 | 2026-05-07T18:27:25.821Z | Downloaded clap_derive v4.5.55 |
| 319 | 2026-05-07T18:27:25.821Z | Downloaded cargo-util-schemas v0.8.2 |
| 320 | 2026-05-07T18:27:25.823Z | Downloaded thiserror v2.0.18 |
| 321 | 2026-05-07T18:27:25.826Z | Downloaded pest_generator v2.8.6 |
| 322 | 2026-05-07T18:27:25.829Z | Downloaded usdt-macro v0.5.0 |
| 323 | 2026-05-07T18:27:25.829Z | Downloaded zerotrie v0.2.3 |
| 324 | 2026-05-07T18:27:25.832Z | Downloaded clap v4.5.60 |
| 325 | 2026-05-07T18:27:25.835Z | Downloaded zerocopy-derive v0.7.35 |
| 326 | 2026-05-07T18:27:25.839Z | Downloaded utf8parse v0.2.2 |
| 327 | 2026-05-07T18:27:25.839Z | Downloaded toml_write v0.1.2 |
| 328 | 2026-05-07T18:27:25.842Z | Downloaded zerovec-derive v0.11.2 |
| 329 | 2026-05-07T18:27:25.842Z | Downloaded usdt-impl v0.5.0 |
| 330 | 2026-05-07T18:27:25.842Z | Downloaded scroll_derive v0.12.1 |
| 331 | 2026-05-07T18:27:25.843Z | Downloaded ucd-trie v0.1.7 |
| 332 | 2026-05-07T18:27:25.843Z | Downloaded fastrand v2.3.0 |
| 333 | 2026-05-07T18:27:25.847Z | Downloaded errno v0.3.14 |
| 334 | 2026-05-07T18:27:25.847Z | Downloaded unicode-ident v1.0.24 |
| 335 | 2026-05-07T18:27:25.848Z | Downloaded macaddr v1.0.1 |
| 336 | 2026-05-07T18:27:25.851Z | Downloaded tempfile v3.25.0 |
| 337 | 2026-05-07T18:27:25.851Z | Downloaded yoke v0.8.1 |
| 338 | 2026-05-07T18:27:25.851Z | Downloaded potential_utf v0.1.4 |
| 339 | 2026-05-07T18:27:25.851Z | Downloaded ordered-float v2.10.1 |
| 340 | 2026-05-07T18:27:25.851Z | Downloaded cpufeatures v0.2.17 |
| 341 | 2026-05-07T18:27:25.851Z | Downloaded form_urlencoded v1.2.2 |
| 342 | 2026-05-07T18:27:25.851Z | Downloaded once_cell v1.21.3 |
| 343 | 2026-05-07T18:27:25.854Z | Downloaded thiserror-impl v2.0.18 |
| 344 | 2026-05-07T18:27:25.854Z | Downloaded crypto-common v0.1.7 |
| 345 | 2026-05-07T18:27:25.857Z | Downloaded thiserror v1.0.69 |
| 346 | 2026-05-07T18:27:25.857Z | Downloaded heck v0.5.0 |
| 347 | 2026-05-07T18:27:25.861Z | Downloaded toml_edit v0.22.27 |
| 348 | 2026-05-07T18:27:25.864Z | Downloaded typenum v1.19.0 |
| 349 | 2026-05-07T18:27:25.864Z | Downloaded url v2.5.8 |
| 350 | 2026-05-07T18:27:25.867Z | Downloaded clap_lex v1.0.0 |
| 351 | 2026-05-07T18:27:25.867Z | Downloaded serde-value v0.7.0 |
| 352 | 2026-05-07T18:27:25.867Z | Downloaded proc-macro-error-attr v1.0.4 |
| 353 | 2026-05-07T18:27:25.870Z | Downloaded equivalent v1.0.2 |
| 354 | 2026-05-07T18:27:25.873Z | Downloaded is_terminal_polyfill v1.70.2 |
| 355 | 2026-05-07T18:27:25.874Z | Downloaded tabled_derive v0.7.0 |
| 356 | 2026-05-07T18:27:25.876Z | Downloaded percent-encoding v2.3.2 |
| 357 | 2026-05-07T18:27:25.876Z | Downloaded smawk v0.3.2 |
| 358 | 2026-05-07T18:27:25.880Z | Downloaded icu_normalizer v2.1.1 |
| 359 | 2026-05-07T18:27:25.883Z | Downloaded serde_core v1.0.228 |
| 360 | 2026-05-07T18:27:25.883Z | Downloaded strsim v0.11.1 |
| 361 | 2026-05-07T18:27:25.886Z | Downloaded cargo-platform v0.2.0 |
| 362 | 2026-05-07T18:27:25.889Z | Downloaded dtrace-parser v0.2.0 |
| 363 | 2026-05-07T18:27:25.889Z | Downloaded zerovec v0.11.5 |
| 364 | 2026-05-07T18:27:25.893Z | Downloaded plain v0.2.3 |
| 365 | 2026-05-07T18:27:25.893Z | Downloaded zerocopy v0.7.35 |
| 366 | 2026-05-07T18:27:25.900Z | Downloaded swrite v0.1.0 |
| 367 | 2026-05-07T18:27:25.903Z | Downloaded itoa v1.0.17 |
| 368 | 2026-05-07T18:27:25.903Z | Downloaded sha2 v0.10.9 |
| 369 | 2026-05-07T18:27:25.903Z | Downloaded unicode-width v0.2.0 |
| 370 | 2026-05-07T18:27:25.907Z | Downloaded unicode-width v0.1.14 |
| 371 | 2026-05-07T18:27:25.915Z | Downloaded stable_deref_trait v1.2.1 |
| 372 | 2026-05-07T18:27:25.916Z | Downloaded terminal_size v0.4.3 |
| 373 | 2026-05-07T18:27:25.916Z | Downloaded anstyle-parse v0.2.7 |
| 374 | 2026-05-07T18:27:25.916Z | Downloaded winnow v0.7.14 |
| 375 | 2026-05-07T18:27:25.916Z | Downloaded digest v0.10.7 |
| 376 | 2026-05-07T18:27:25.919Z | Downloaded cargo_metadata v0.21.0 |
| 377 | 2026-05-07T18:27:25.926Z | Downloaded block-buffer v0.10.4 |
| 378 | 2026-05-07T18:27:25.926Z | Downloaded litemap v0.8.1 |
| 379 | 2026-05-07T18:27:25.926Z | Downloaded pest_derive v2.8.6 |
| 380 | 2026-05-07T18:27:25.929Z | Downloaded byteorder v1.5.0 |
| 381 | 2026-05-07T18:27:25.933Z | Downloaded synstructure v0.13.2 |
| 382 | 2026-05-07T18:27:25.933Z | Downloaded serde-untagged v0.1.9 |
| 383 | 2026-05-07T18:27:25.933Z | Downloaded camino-tempfile v1.4.1 |
| 384 | 2026-05-07T18:27:25.933Z | Downloaded cargo_toml v0.21.0 |
| 385 | 2026-05-07T18:27:25.939Z | Downloaded serde_tokenstream v0.2.3 |
| 386 | 2026-05-07T18:27:25.942Z | Downloaded displaydoc v0.2.5 |
| 387 | 2026-05-07T18:27:25.946Z | Downloaded icu_normalizer_data v2.1.1 |
| 388 | 2026-05-07T18:27:25.950Z | Downloaded fs-err v3.3.0 |
| 389 | 2026-05-07T18:27:25.954Z | Downloaded semver v1.0.28 |
| 390 | 2026-05-07T18:27:25.957Z | Downloaded indexmap v2.14.0 |
| 391 | 2026-05-07T18:27:25.957Z | Downloaded camino v1.2.2 |
| 392 | 2026-05-07T18:27:25.961Z | Downloaded anyhow v1.0.102 |
| 393 | 2026-05-07T18:27:25.964Z | Downloaded icu_provider v2.1.1 |
| 394 | 2026-05-07T18:27:25.964Z | Downloaded smallvec v1.15.1 |
| 395 | 2026-05-07T18:27:25.968Z | Downloaded bitflags v2.11.0 |
| 396 | 2026-05-07T18:27:25.970Z | Downloaded num-traits v0.2.19 |
| 397 | 2026-05-07T18:27:25.974Z | Downloaded serde v1.0.228 |
| 398 | 2026-05-07T18:27:25.976Z | Downloaded log v0.4.29 |
| 399 | 2026-05-07T18:27:25.976Z | Downloaded icu_properties v2.1.2 |
| 400 | 2026-05-07T18:27:25.980Z | Downloaded papergrid v0.11.0 |
| 401 | 2026-05-07T18:27:25.983Z | Downloaded getrandom v0.4.1 |
| 402 | 2026-05-07T18:27:25.996Z | Downloaded serde_derive v1.0.228 |
| 403 | 2026-05-07T18:27:25.999Z | Downloaded proc-macro2 v1.0.106 |
| 404 | 2026-05-07T18:27:26.002Z | Downloaded icu_locale_core v2.1.1 |
| 405 | 2026-05-07T18:27:26.006Z | Downloaded pest_meta v2.8.6 |
| 406 | 2026-05-07T18:27:26.010Z | Downloaded memchr v2.8.0 |
| 407 | 2026-05-07T18:27:26.026Z | Downloaded idna v1.1.0 |
| 408 | 2026-05-07T18:27:26.036Z | Downloaded icu_properties_data v2.1.2 |
| 409 | 2026-05-07T18:27:26.040Z | Downloaded pest v2.8.6 |
| 410 | 2026-05-07T18:27:26.043Z | Downloaded clap_builder v4.5.60 |
| 411 | 2026-05-07T18:27:26.046Z | Downloaded goblin v0.8.2 |
| 412 | 2026-05-07T18:27:26.049Z | Downloaded icu_collections v2.1.1 |
| 413 | 2026-05-07T18:27:26.059Z | Downloaded serde_json v1.0.149 |
| 414 | 2026-05-07T18:27:26.063Z | Downloaded hashbrown v0.17.0 |
| 415 | 2026-05-07T18:27:26.076Z | Downloaded tabled v0.15.0 |
| 416 | 2026-05-07T18:27:26.087Z | Downloaded syn v1.0.109 |
| 417 | 2026-05-07T18:27:26.094Z | Downloaded syn v2.0.117 |
| 418 | 2026-05-07T18:27:26.101Z | Downloaded rustix v1.1.3 |
| 419 | 2026-05-07T18:27:26.129Z | Downloaded libc v0.2.185 |
| 420 | 2026-05-07T18:27:26.195Z | Compiling proc-macro2 v1.0.106 |
| 421 | 2026-05-07T18:27:26.195Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-05-07T18:27:26.196Z | Compiling quote v1.0.45 |
| 423 | 2026-05-07T18:27:26.198Z | Compiling serde_core v1.0.228 |
| 424 | 2026-05-07T18:27:26.199Z | Compiling libc v0.2.185 |
| 425 | 2026-05-07T18:27:26.199Z | Compiling version_check v0.9.5 |
| 426 | 2026-05-07T18:27:26.376Z | Compiling serde v1.0.228 |
| 427 | 2026-05-07T18:27:26.380Z | Compiling memchr v2.8.0 |
| 428 | 2026-05-07T18:27:26.505Z | Compiling stable_deref_trait v1.2.1 |
| 429 | 2026-05-07T18:27:26.584Z | Compiling zmij v1.0.21 |
| 430 | 2026-05-07T18:27:26.748Z | Compiling ucd-trie v0.1.7 |
| 431 | 2026-05-07T18:27:26.806Z | Compiling autocfg v1.5.0 |
| 432 | 2026-05-07T18:27:26.836Z | Compiling itoa v1.0.17 |
| 433 | 2026-05-07T18:27:27.032Z | Compiling thiserror v1.0.69 |
| 434 | 2026-05-07T18:27:27.055Z | Compiling pest v2.8.6 |
| 435 | 2026-05-07T18:27:27.208Z | Compiling litemap v0.8.1 |
| 436 | 2026-05-07T18:27:27.225Z | Compiling writeable v0.6.2 |
| 437 | 2026-05-07T18:27:27.242Z | Compiling icu_properties_data v2.1.2 |
| 438 | 2026-05-07T18:27:27.400Z | Compiling rustix v1.1.3 |
| 439 | 2026-05-07T18:27:27.431Z | Compiling byteorder v1.5.0 |
| 440 | 2026-05-07T18:27:27.490Z | Compiling icu_normalizer_data v2.1.1 |
| 441 | 2026-05-07T18:27:27.754Z | Compiling errno v0.3.14 |
| 442 | 2026-05-07T18:27:27.769Z | Compiling serde_json v1.0.149 |
| 443 | 2026-05-07T18:27:27.785Z | Compiling bitflags v2.11.0 |
| 444 | 2026-05-07T18:27:27.908Z | Compiling syn v2.0.117 |
| 445 | 2026-05-07T18:27:28.003Z | Compiling num-traits v0.2.19 |
| 446 | 2026-05-07T18:27:28.062Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-07T18:27:28.079Z | Compiling smallvec v1.15.1 |
| 448 | 2026-05-07T18:27:28.233Z | Compiling equivalent v1.0.2 |
| 449 | 2026-05-07T18:27:28.334Z | Compiling typeid v1.0.3 |
| 450 | 2026-05-07T18:27:28.338Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-05-07T18:27:28.653Z | Compiling thread-id v4.2.2 |
| 452 | 2026-05-07T18:27:28.702Z | Compiling usdt-impl v0.5.0 |
| 453 | 2026-05-07T18:27:28.740Z | Compiling proc-macro-error-attr v1.0.4 |
| 454 | 2026-05-07T18:27:28.758Z | Compiling erased-serde v0.4.9 |
| 455 | 2026-05-07T18:27:28.917Z | Compiling indexmap v2.14.0 |
| 456 | 2026-05-07T18:27:28.929Z | Compiling winnow v0.7.14 |
| 457 | 2026-05-07T18:27:28.952Z | Compiling syn v1.0.109 |
| 458 | 2026-05-07T18:27:29.030Z | Compiling toml_write v0.1.2 |
| 459 | 2026-05-07T18:27:29.440Z | Compiling proc-macro-error v1.0.4 |
| 460 | 2026-05-07T18:27:29.537Z | Compiling utf8parse v0.2.2 |
| 461 | 2026-05-07T18:27:29.630Z | Compiling log v0.4.29 |
| 462 | 2026-05-07T18:27:29.657Z | Compiling percent-encoding v2.3.2 |
| 463 | 2026-05-07T18:27:29.807Z | Compiling camino v1.2.2 |
| 464 | 2026-05-07T18:27:29.824Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-05-07T18:27:29.857Z | Compiling getrandom v0.4.1 |
| 466 | 2026-05-07T18:27:29.931Z | Compiling thiserror v2.0.18 |
| 467 | 2026-05-07T18:27:29.974Z | Compiling plain v0.2.3 |
| 468 | 2026-05-07T18:27:30.092Z | Compiling ordered-float v2.10.1 |
| 469 | 2026-05-07T18:27:30.161Z | Compiling form_urlencoded v1.2.2 |
| 470 | 2026-05-07T18:27:30.223Z | Compiling anstyle-parse v0.2.7 |
| 471 | 2026-05-07T18:27:30.412Z | Compiling terminal_size v0.4.3 |
| 472 | 2026-05-07T18:27:30.448Z | Compiling colorchoice v1.0.4 |
| 473 | 2026-05-07T18:27:30.467Z | Compiling cfg-if v1.0.4 |
| 474 | 2026-05-07T18:27:30.540Z | Compiling is_terminal_polyfill v1.70.2 |
| 475 | 2026-05-07T18:27:30.558Z | Compiling synstructure v0.13.2 |
| 476 | 2026-05-07T18:27:30.575Z | Compiling pest_generator v2.8.6 |
| 477 | 2026-05-07T18:27:30.632Z | Compiling pretty-hex v0.4.1 |
| 478 | 2026-05-07T18:27:30.650Z | Compiling anstyle v1.0.13 |
| 479 | 2026-05-07T18:27:30.733Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-05-07T18:27:30.752Z | Compiling serde-untagged v0.1.9 |
| 481 | 2026-05-07T18:27:30.847Z | Compiling anstream v0.6.21 |
| 482 | 2026-05-07T18:27:30.988Z | Compiling semver v1.0.28 |
| 483 | 2026-05-07T18:27:31.150Z | Compiling fs-err v3.3.0 |
| 484 | 2026-05-07T18:27:31.168Z | Compiling strsim v0.11.1 |
| 485 | 2026-05-07T18:27:31.259Z | Compiling unicode-width v0.1.14 |
| 486 | 2026-05-07T18:27:31.263Z | Compiling unicode-xid v0.2.6 |
| 487 | 2026-05-07T18:27:31.310Z | Compiling clap_lex v1.0.0 |
| 488 | 2026-05-07T18:27:31.339Z | Compiling heck v0.5.0 |
| 489 | 2026-05-07T18:27:31.405Z | Compiling once_cell v1.21.3 |
| 490 | 2026-05-07T18:27:31.537Z | Compiling heck v0.4.1 |
| 491 | 2026-05-07T18:27:31.553Z | Compiling fnv v1.0.7 |
| 492 | 2026-05-07T18:27:31.572Z | Compiling anyhow v1.0.102 |
| 493 | 2026-05-07T18:27:31.621Z | Compiling bytecount v0.6.9 |
| 494 | 2026-05-07T18:27:31.657Z | Compiling fastrand v2.3.0 |
| 495 | 2026-05-07T18:27:31.758Z | Compiling papergrid v0.11.0 |
| 496 | 2026-05-07T18:27:31.758Z | Compiling clap_builder v4.5.60 |
| 497 | 2026-05-07T18:27:31.918Z | Compiling tempfile v3.25.0 |
| 498 | 2026-05-07T18:27:31.921Z | Compiling memmap v0.7.0 |
| 499 | 2026-05-07T18:27:32.093Z | Compiling unicode-width v0.2.0 |
| 500 | 2026-05-07T18:27:32.117Z | Compiling smawk v0.3.2 |
| 501 | 2026-05-07T18:27:32.252Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-05-07T18:27:32.271Z | Compiling zerofrom-derive v0.1.6 |
| 503 | 2026-05-07T18:27:32.286Z | Compiling yoke-derive v0.8.1 |
| 504 | 2026-05-07T18:27:32.341Z | Compiling zerovec-derive v0.11.2 |
| 505 | 2026-05-07T18:27:32.366Z | Compiling displaydoc v0.2.5 |
| 506 | 2026-05-07T18:27:33.102Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2026-05-07T18:27:33.148Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2026-05-07T18:27:33.446Z | Compiling pest_derive v2.8.6 |
| 509 | 2026-05-07T18:27:33.491Z | Compiling scroll_derive v0.12.1 |
| 510 | 2026-05-07T18:27:33.709Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-05-07T18:27:33.850Z | Compiling yoke v0.8.1 |
| 512 | 2026-05-07T18:27:33.863Z | Compiling thiserror-impl v2.0.18 |
| 513 | 2026-05-07T18:27:34.026Z | Compiling zerovec v0.11.5 |
| 514 | 2026-05-07T18:27:34.043Z | Compiling zerotrie v0.2.3 |
| 515 | 2026-05-07T18:27:34.152Z | Compiling zerocopy v0.7.35 |
| 516 | 2026-05-07T18:27:34.356Z | Compiling scroll v0.12.0 |
| 517 | 2026-05-07T18:27:34.503Z | Compiling tinystr v0.8.2 |
| 518 | 2026-05-07T18:27:34.560Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-05-07T18:27:34.632Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2026-05-07T18:27:34.706Z | Compiling icu_locale_core v2.1.1 |
| 521 | 2026-05-07T18:27:34.710Z | Compiling icu_collections v2.1.1 |
| 522 | 2026-05-07T18:27:34.710Z | Compiling goblin v0.8.2 |
| 523 | 2026-05-07T18:27:34.778Z | Compiling tabled_derive v0.7.0 |
| 524 | 2026-05-07T18:27:34.975Z | Compiling clap_derive v4.5.55 |
| 525 | 2026-05-07T18:27:35.311Z | Compiling unicode-linebreak v0.1.5 |
| 526 | 2026-05-07T18:27:35.376Z | Compiling icu_provider v2.1.1 |
| 527 | 2026-05-07T18:27:35.554Z | Compiling textwrap v0.16.2 |
| 528 | 2026-05-07T18:27:35.590Z | Compiling camino-tempfile v1.4.1 |
| 529 | 2026-05-07T18:27:35.677Z | Compiling toml_datetime v0.6.11 |
| 530 | 2026-05-07T18:27:35.700Z | Compiling serde_spanned v0.6.9 |
| 531 | 2026-05-07T18:27:35.730Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-05-07T18:27:35.745Z | Compiling icu_properties v2.1.2 |
| 533 | 2026-05-07T18:27:35.827Z | Compiling dof v0.3.0 |
| 534 | 2026-05-07T18:27:35.881Z | Compiling toml_edit v0.22.27 |
| 535 | 2026-05-07T18:27:35.968Z | Compiling serde_tokenstream v0.2.3 |
| 536 | 2026-05-07T18:27:36.028Z | Compiling serde-value v0.7.0 |
| 537 | 2026-05-07T18:27:36.276Z | Compiling cargo-platform v0.2.0 |
| 538 | 2026-05-07T18:27:36.281Z | Compiling tabled v0.15.0 |
| 539 | 2026-05-07T18:27:36.401Z | Compiling macaddr v1.0.1 |
| 540 | 2026-05-07T18:27:36.613Z | Compiling idna_adapter v1.2.1 |
| 541 | 2026-05-07T18:27:36.749Z | Compiling clap v4.5.60 |
| 542 | 2026-05-07T18:27:36.789Z | Compiling idna v1.1.0 |
| 543 | 2026-05-07T18:27:36.819Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-05-07T18:27:36.841Z | Compiling usdt-attr-macro v0.5.0 |
| 545 | 2026-05-07T18:27:37.138Z | Compiling url v2.5.8 |
| 546 | 2026-05-07T18:27:37.437Z | Compiling toml v0.8.23 |
| 547 | 2026-05-07T18:27:37.509Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 548 | 2026-05-07T18:27:37.621Z | Compiling swrite v0.1.0 |
| 549 | 2026-05-07T18:27:37.762Z | Compiling usdt v0.5.0 |
| 550 | 2026-05-07T18:27:37.897Z | Compiling cargo-util-schemas v0.8.2 |
| 551 | 2026-05-07T18:27:38.027Z | Compiling cargo_toml v0.21.0 |
| 552 | 2026-05-07T18:27:38.810Z | Compiling cargo_metadata v0.21.0 |
| 553 | 2026-05-07T18:27:39.745Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 554 | 2026-05-07T18:27:41.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.72s |
| 555 | 2026-05-07T18:27:42.046Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 556 | 2026-05-07T18:27:42.608Z | Downloading crates ... |
| 557 | 2026-05-07T18:27:42.696Z | Downloaded adler2 v2.0.1 |
| 558 | 2026-05-07T18:27:42.705Z | Downloaded block-padding v0.3.3 |
| 559 | 2026-05-07T18:27:42.713Z | Downloaded bitfield-macros v0.19.4 |
| 560 | 2026-05-07T18:27:42.719Z | Downloaded convert_case v0.4.0 |
| 561 | 2026-05-07T18:27:42.724Z | Downloaded cassowary v0.3.0 |
| 562 | 2026-05-07T18:27:42.732Z | Downloaded buf-list v1.1.2 |
| 563 | 2026-05-07T18:27:42.735Z | Downloaded const-oid v0.9.6 |
| 564 | 2026-05-07T18:27:42.738Z | Downloaded crc32fast v1.5.0 |
| 565 | 2026-05-07T18:27:42.738Z | Downloaded backon v1.6.0 |
| 566 | 2026-05-07T18:27:42.741Z | Downloaded crossbeam-deque v0.8.6 |
| 567 | 2026-05-07T18:27:42.741Z | Downloaded crc8 v0.1.1 |
| 568 | 2026-05-07T18:27:42.741Z | Downloaded colored v3.1.1 |
| 569 | 2026-05-07T18:27:42.744Z | Downloaded env_filter v1.0.0 |
| 570 | 2026-05-07T18:27:42.744Z | Downloaded atomic-waker v1.1.2 |
| 571 | 2026-05-07T18:27:42.747Z | Downloaded crossbeam-utils v0.8.21 |
| 572 | 2026-05-07T18:27:42.750Z | Downloaded cookie v0.18.1 |
| 573 | 2026-05-07T18:27:42.750Z | Downloaded critical-section v1.2.0 |
| 574 | 2026-05-07T18:27:42.753Z | Downloaded cstr-argument v0.1.2 |
| 575 | 2026-05-07T18:27:42.753Z | Downloaded cc v1.2.56 |
| 576 | 2026-05-07T18:27:42.753Z | Downloaded aes v0.8.4 |
| 577 | 2026-05-07T18:27:42.758Z | Downloaded bitfield-struct v0.6.2 |
| 578 | 2026-05-07T18:27:42.761Z | Downloaded bb8 v0.8.6 |
| 579 | 2026-05-07T18:27:42.761Z | Downloaded bit-set v0.5.3 |
| 580 | 2026-05-07T18:27:42.763Z | Downloaded crossbeam-epoch v0.9.18 |
| 581 | 2026-05-07T18:27:42.763Z | Downloaded cfg_aliases v0.1.1 |
| 582 | 2026-05-07T18:27:42.766Z | Downloaded chacha20poly1305 v0.10.1 |
| 583 | 2026-05-07T18:27:42.766Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 584 | 2026-05-07T18:27:42.769Z | Downloaded castaway v0.2.4 |
| 585 | 2026-05-07T18:27:42.772Z | Downloaded bit-set v0.8.0 |
| 586 | 2026-05-07T18:27:42.772Z | Downloaded atty v0.2.14 |
| 587 | 2026-05-07T18:27:42.780Z | Downloaded assert_matches v1.5.0 |
| 588 | 2026-05-07T18:27:42.783Z | Downloaded compression-core v0.4.31 |
| 589 | 2026-05-07T18:27:42.786Z | Downloaded ciborium-io v0.2.2 |
| 590 | 2026-05-07T18:27:42.786Z | Downloaded array-init v0.0.4 |
| 591 | 2026-05-07T18:27:42.789Z | Downloaded cpufeatures v0.3.0 |
| 592 | 2026-05-07T18:27:42.792Z | Downloaded cobs v0.3.0 |
| 593 | 2026-05-07T18:27:42.792Z | Downloaded async-recursion v1.1.1 |
| 594 | 2026-05-07T18:27:42.795Z | Downloaded downcast-rs v2.0.2 |
| 595 | 2026-05-07T18:27:42.795Z | Downloaded display-error-chain v0.2.2 |
| 596 | 2026-05-07T18:27:42.798Z | Downloaded darling_macro v0.23.0 |
| 597 | 2026-05-07T18:27:42.801Z | Downloaded bcs v0.1.6 |
| 598 | 2026-05-07T18:27:42.803Z | Downloaded fd-lock v4.0.4 |
| 599 | 2026-05-07T18:27:42.804Z | Downloaded debug-ignore v1.0.5 |
| 600 | 2026-05-07T18:27:42.806Z | Downloaded crossbeam-channel v0.5.15 |
| 601 | 2026-05-07T18:27:42.814Z | Downloaded dunce v1.0.5 |
| 602 | 2026-05-07T18:27:42.819Z | Downloaded atomicwrites v0.4.4 |
| 603 | 2026-05-07T18:27:42.819Z | Downloaded ascii-canvas v3.0.0 |
| 604 | 2026-05-07T18:27:42.819Z | Downloaded arrayref v0.3.9 |
| 605 | 2026-05-07T18:27:42.819Z | Downloaded darling_macro v0.21.3 |
| 606 | 2026-05-07T18:27:42.820Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 607 | 2026-05-07T18:27:42.820Z | Downloaded flagset v0.4.7 |
| 608 | 2026-05-07T18:27:42.820Z | Downloaded foreign-types v0.3.2 |
| 609 | 2026-05-07T18:27:42.820Z | Downloaded defmt-parser v1.0.0 |
| 610 | 2026-05-07T18:27:42.820Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 611 | 2026-05-07T18:27:42.823Z | Downloaded ciborium-ll v0.2.2 |
| 612 | 2026-05-07T18:27:42.823Z | Downloaded cfg_aliases v0.2.1 |
| 613 | 2026-05-07T18:27:42.823Z | Downloaded crc v3.4.0 |
| 614 | 2026-05-07T18:27:42.823Z | Downloaded embedded-io v0.6.1 |
| 615 | 2026-05-07T18:27:42.823Z | Downloaded dof v0.4.0 |
| 616 | 2026-05-07T18:27:42.826Z | Downloaded async-stream v0.3.6 |
| 617 | 2026-05-07T18:27:42.826Z | Downloaded aead v0.5.2 |
| 618 | 2026-05-07T18:27:42.826Z | Downloaded document-features v0.2.12 |
| 619 | 2026-05-07T18:27:42.829Z | Downloaded foreign-types-macros v0.2.3 |
| 620 | 2026-05-07T18:27:42.829Z | Downloaded ff v0.13.1 |
| 621 | 2026-05-07T18:27:42.829Z | Downloaded darling_macro v0.20.11 |
| 622 | 2026-05-07T18:27:42.831Z | Downloaded csv-core v0.1.13 |
| 623 | 2026-05-07T18:27:42.831Z | Downloaded crucible-workspace-hack v0.1.0 |
| 624 | 2026-05-07T18:27:42.832Z | Downloaded deranged v0.5.8 |
| 625 | 2026-05-07T18:27:42.834Z | Downloaded foreign-types-shared v0.1.1 |
| 626 | 2026-05-07T18:27:42.834Z | Downloaded crc-catalog v2.4.0 |
| 627 | 2026-05-07T18:27:42.834Z | Downloaded dtrace-parser v0.3.0 |
| 628 | 2026-05-07T18:27:42.837Z | Downloaded float-cmp v0.10.0 |
| 629 | 2026-05-07T18:27:42.837Z | Downloaded dirs-sys-next v0.1.2 |
| 630 | 2026-05-07T18:27:42.837Z | Downloaded dirs-next v2.0.0 |
| 631 | 2026-05-07T18:27:42.840Z | Downloaded ctr v0.9.2 |
| 632 | 2026-05-07T18:27:42.840Z | Downloaded base16ct v0.2.0 |
| 633 | 2026-05-07T18:27:42.844Z | Downloaded funty v2.0.0 |
| 634 | 2026-05-07T18:27:42.844Z | Downloaded futures-sink v0.3.32 |
| 635 | 2026-05-07T18:27:42.844Z | Downloaded dsl_auto_type v0.2.0 |
| 636 | 2026-05-07T18:27:42.844Z | Downloaded derive_builder_macro v0.20.2 |
| 637 | 2026-05-07T18:27:42.847Z | Downloaded foreign-types-shared v0.3.1 |
| 638 | 2026-05-07T18:27:42.847Z | Downloaded float-ord v0.3.2 |
| 639 | 2026-05-07T18:27:42.847Z | Downloaded bitflags v1.3.2 |
| 640 | 2026-05-07T18:27:42.851Z | Downloaded compression-codecs v0.4.37 |
| 641 | 2026-05-07T18:27:42.851Z | Downloaded embedded-io v0.4.0 |
| 642 | 2026-05-07T18:27:42.854Z | Downloaded cexpr v0.6.0 |
| 643 | 2026-05-07T18:27:42.854Z | Downloaded camino-tempfile-ext v0.3.3 |
| 644 | 2026-05-07T18:27:42.857Z | Downloaded fxhash v0.2.1 |
| 645 | 2026-05-07T18:27:42.857Z | Downloaded futures-io v0.3.32 |
| 646 | 2026-05-07T18:27:42.857Z | Downloaded endian-type v0.1.2 |
| 647 | 2026-05-07T18:27:42.857Z | Downloaded convert_case v0.10.0 |
| 648 | 2026-05-07T18:27:42.860Z | Downloaded blowfish v0.9.1 |
| 649 | 2026-05-07T18:27:42.860Z | Downloaded aho-corasick v1.1.4 |
| 650 | 2026-05-07T18:27:42.863Z | Downloaded enum-as-inner v0.6.1 |
| 651 | 2026-05-07T18:27:42.866Z | Downloaded ghash v0.5.1 |
| 652 | 2026-05-07T18:27:42.866Z | Downloaded futures-macro v0.3.32 |
| 653 | 2026-05-07T18:27:42.866Z | Downloaded dyn-clone v1.0.20 |
| 654 | 2026-05-07T18:27:42.869Z | Downloaded defmt v0.3.100 |
| 655 | 2026-05-07T18:27:42.869Z | Downloaded git-stub v1.0.0 |
| 656 | 2026-05-07T18:27:42.869Z | Downloaded globwalk v0.9.1 |
| 657 | 2026-05-07T18:27:42.872Z | Downloaded futures-core v0.3.32 |
| 658 | 2026-05-07T18:27:42.872Z | Downloaded gethostname v0.5.0 |
| 659 | 2026-05-07T18:27:42.872Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 660 | 2026-05-07T18:27:42.875Z | Downloaded cargo_metadata v0.19.2 |
| 661 | 2026-05-07T18:27:42.875Z | Downloaded futures-task v0.3.32 |
| 662 | 2026-05-07T18:27:42.879Z | Downloaded cmake v0.1.57 |
| 663 | 2026-05-07T18:27:42.879Z | Downloaded foreign-types v0.5.0 |
| 664 | 2026-05-07T18:27:42.879Z | Downloaded crunchy v0.2.4 |
| 665 | 2026-05-07T18:27:42.879Z | Downloaded byte-wrapper v0.1.0 |
| 666 | 2026-05-07T18:27:42.882Z | Downloaded ed25519 v2.2.3 |
| 667 | 2026-05-07T18:27:42.882Z | Downloaded cargo-platform v0.1.9 |
| 668 | 2026-05-07T18:27:42.882Z | Downloaded defmt-macros v1.0.1 |
| 669 | 2026-05-07T18:27:42.885Z | Downloaded defmt v1.0.1 |
| 670 | 2026-05-07T18:27:42.888Z | Downloaded cipher v0.4.4 |
| 671 | 2026-05-07T18:27:42.890Z | Downloaded foldhash v0.1.5 |
| 672 | 2026-05-07T18:27:42.890Z | Downloaded daft-derive v0.1.5 |
| 673 | 2026-05-07T18:27:42.893Z | Downloaded diff v0.1.13 |
| 674 | 2026-05-07T18:27:42.896Z | Downloaded arrayvec v0.7.6 |
| 675 | 2026-05-07T18:27:42.896Z | Downloaded corncobs v0.1.4 |
| 676 | 2026-05-07T18:27:42.899Z | Downloaded hex-literal v0.4.1 |
| 677 | 2026-05-07T18:27:42.899Z | Downloaded hostname v0.4.2 |
| 678 | 2026-05-07T18:27:42.904Z | Downloaded hostname v0.3.1 |
| 679 | 2026-05-07T18:27:42.904Z | Downloaded hash32 v0.3.1 |
| 680 | 2026-05-07T18:27:42.904Z | Downloaded home v0.5.12 |
| 681 | 2026-05-07T18:27:42.909Z | Downloaded async-trait v0.1.89 |
| 682 | 2026-05-07T18:27:42.909Z | Downloaded fs_extra v1.3.0 |
| 683 | 2026-05-07T18:27:42.909Z | Downloaded fallible-iterator v0.2.0 |
| 684 | 2026-05-07T18:27:42.909Z | Downloaded erased-serde v0.3.31 |
| 685 | 2026-05-07T18:27:42.912Z | Downloaded headers-core v0.3.0 |
| 686 | 2026-05-07T18:27:42.912Z | Downloaded fixedbitset v0.5.7 |
| 687 | 2026-05-07T18:27:42.912Z | Downloaded either v1.15.0 |
| 688 | 2026-05-07T18:27:42.912Z | Downloaded bzip2 v0.6.1 |
| 689 | 2026-05-07T18:27:42.916Z | Downloaded drift v0.1.3 |
| 690 | 2026-05-07T18:27:42.919Z | Downloaded env_logger v0.11.9 |
| 691 | 2026-05-07T18:27:42.919Z | Downloaded data-encoding v2.10.0 |
| 692 | 2026-05-07T18:27:42.923Z | Downloaded daft v0.1.5 |
| 693 | 2026-05-07T18:27:42.923Z | Downloaded constant_time_eq v0.4.2 |
| 694 | 2026-05-07T18:27:42.923Z | Downloaded http-body v1.0.1 |
| 695 | 2026-05-07T18:27:42.926Z | Downloaded diesel-dtrace v0.5.0 |
| 696 | 2026-05-07T18:27:42.927Z | Downloaded fs-err v2.11.0 |
| 697 | 2026-05-07T18:27:42.927Z | Downloaded globset v0.4.18 |
| 698 | 2026-05-07T18:27:42.930Z | Downloaded fixedbitset v0.4.2 |
| 699 | 2026-05-07T18:27:42.930Z | Downloaded group v0.13.0 |
| 700 | 2026-05-07T18:27:42.930Z | Downloaded hubpack_derive v0.1.1 |
| 701 | 2026-05-07T18:27:42.934Z | Downloaded futures-executor v0.3.32 |
| 702 | 2026-05-07T18:27:42.934Z | Downloaded http-range v0.1.5 |
| 703 | 2026-05-07T18:27:42.934Z | Downloaded ena v0.14.4 |
| 704 | 2026-05-07T18:27:42.934Z | Downloaded indoc v1.0.9 |
| 705 | 2026-05-07T18:27:42.937Z | Downloaded hyper-tls v0.6.0 |
| 706 | 2026-05-07T18:27:42.937Z | Downloaded is_ci v1.2.0 |
| 707 | 2026-05-07T18:27:42.940Z | Downloaded is-terminal v0.4.17 |
| 708 | 2026-05-07T18:27:42.940Z | Downloaded internet-checksum v0.2.1 |
| 709 | 2026-05-07T18:27:42.940Z | Downloaded instant v0.1.13 |
| 710 | 2026-05-07T18:27:42.943Z | Downloaded indent_write v2.2.0 |
| 711 | 2026-05-07T18:27:42.943Z | Downloaded ident_case v1.0.1 |
| 712 | 2026-05-07T18:27:42.943Z | Downloaded httpdate v1.0.3 |
| 713 | 2026-05-07T18:27:42.948Z | Downloaded hubpack v0.1.2 |
| 714 | 2026-05-07T18:27:42.948Z | Downloaded cancel-safe-futures v0.1.5 |
| 715 | 2026-05-07T18:27:42.948Z | Downloaded chacha20 v0.9.1 |
| 716 | 2026-05-07T18:27:42.952Z | Downloaded git-stub-vcs v0.1.0 |
| 717 | 2026-05-07T18:27:42.952Z | Downloaded derive-ex v0.1.8 |
| 718 | 2026-05-07T18:27:42.952Z | Downloaded filetime v0.2.27 |
| 719 | 2026-05-07T18:27:42.952Z | Downloaded fatfs v0.3.6 |
| 720 | 2026-05-07T18:27:42.955Z | Downloaded ecdsa v0.16.9 |
| 721 | 2026-05-07T18:27:42.958Z | Downloaded colored v2.2.0 |
| 722 | 2026-05-07T18:27:42.958Z | Downloaded instability v0.3.11 |
| 723 | 2026-05-07T18:27:42.961Z | Downloaded lazy_static v1.5.0 |
| 724 | 2026-05-07T18:27:42.961Z | Downloaded foldhash v0.2.0 |
| 725 | 2026-05-07T18:27:42.961Z | Downloaded inout v0.1.4 |
| 726 | 2026-05-07T18:27:42.961Z | Downloaded console v0.16.2 |
| 727 | 2026-05-07T18:27:42.964Z | Downloaded der_derive v0.7.3 |
| 728 | 2026-05-07T18:27:42.964Z | Downloaded keccak v0.1.6 |
| 729 | 2026-05-07T18:27:42.968Z | Downloaded chacha20 v0.10.0 |
| 730 | 2026-05-07T18:27:42.968Z | Downloaded bzip2 v0.4.4 |
| 731 | 2026-05-07T18:27:42.970Z | Downloaded ahash v0.8.12 |
| 732 | 2026-05-07T18:27:42.971Z | Downloaded console v0.15.11 |
| 733 | 2026-05-07T18:27:42.973Z | Downloaded cbc v0.1.2 |
| 734 | 2026-05-07T18:27:42.973Z | Downloaded clang-sys v1.8.1 |
| 735 | 2026-05-07T18:27:42.976Z | Downloaded kstat-rs v0.2.4 |
| 736 | 2026-05-07T18:27:42.976Z | Downloaded libscf-sys v1.1.0 |
| 737 | 2026-05-07T18:27:42.979Z | Downloaded lru-slab v0.1.2 |
| 738 | 2026-05-07T18:27:42.979Z | Downloaded hex v0.4.3 |
| 739 | 2026-05-07T18:27:42.979Z | Downloaded maplit v1.0.2 |
| 740 | 2026-05-07T18:27:42.981Z | Downloaded lru-cache v0.1.2 |
| 741 | 2026-05-07T18:27:42.981Z | Downloaded derive_builder_core v0.20.2 |
| 742 | 2026-05-07T18:27:42.982Z | Downloaded highway v1.3.0 |
| 743 | 2026-05-07T18:27:42.985Z | Downloaded darling v0.21.3 |
| 744 | 2026-05-07T18:27:42.990Z | Downloaded managed v0.8.0 |
| 745 | 2026-05-07T18:27:42.990Z | Downloaded linked-hash-map v0.5.6 |
| 746 | 2026-05-07T18:27:42.993Z | Downloaded find-msvc-tools v0.1.9 |
| 747 | 2026-05-07T18:27:42.993Z | Downloaded des v0.8.1 |
| 748 | 2026-05-07T18:27:42.993Z | Downloaded futures-channel v0.3.32 |
| 749 | 2026-05-07T18:27:42.993Z | Downloaded glob v0.3.3 |
| 750 | 2026-05-07T18:27:42.996Z | Downloaded getrandom v0.2.17 |
| 751 | 2026-05-07T18:27:42.996Z | Downloaded darling v0.23.0 |
| 752 | 2026-05-07T18:27:43.000Z | Downloaded mime v0.3.17 |
| 753 | 2026-05-07T18:27:43.004Z | Downloaded maybe-uninit v2.0.0 |
| 754 | 2026-05-07T18:27:43.004Z | Downloaded match_cfg v0.1.0 |
| 755 | 2026-05-07T18:27:43.004Z | Downloaded lru v0.12.5 |
| 756 | 2026-05-07T18:27:43.004Z | Downloaded indoc v2.0.7 |
| 757 | 2026-05-07T18:27:43.007Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 758 | 2026-05-07T18:27:43.007Z | Downloaded md5 v0.7.0 |
| 759 | 2026-05-07T18:27:43.010Z | Downloaded dropshot_endpoint v0.16.7 |
| 760 | 2026-05-07T18:27:43.010Z | Downloaded hyper-staticfile v0.10.1 |
| 761 | 2026-05-07T18:27:43.014Z | Downloaded multimap v0.10.1 |
| 762 | 2026-05-07T18:27:43.014Z | Downloaded memoffset v0.9.1 |
| 763 | 2026-05-07T18:27:43.018Z | Downloaded blake2 v0.10.6 |
| 764 | 2026-05-07T18:27:43.018Z | Downloaded crc-any v2.5.0 |
| 765 | 2026-05-07T18:27:43.018Z | Downloaded ingot-types v0.1.2 |
| 766 | 2026-05-07T18:27:43.021Z | Downloaded nodrop v0.1.14 |
| 767 | 2026-05-07T18:27:43.021Z | Downloaded nibble_vec v0.1.0 |
| 768 | 2026-05-07T18:27:43.021Z | Downloaded newtype_derive v0.1.6 |
| 769 | 2026-05-07T18:27:43.021Z | Downloaded allocator-api2 v0.2.21 |
| 770 | 2026-05-07T18:27:43.025Z | Downloaded newtype-uuid-macros v0.1.0 |
| 771 | 2026-05-07T18:27:43.025Z | Downloaded humantime v2.3.0 |
| 772 | 2026-05-07T18:27:43.029Z | Downloaded lalrpop-util v0.19.12 |
| 773 | 2026-05-07T18:27:43.029Z | Downloaded libefi-sys v0.1.0 |
| 774 | 2026-05-07T18:27:43.029Z | Downloaded jobserver v0.1.34 |
| 775 | 2026-05-07T18:27:43.032Z | Downloaded ipnet v2.11.0 |
| 776 | 2026-05-07T18:27:43.032Z | Downloaded ipnetwork v0.21.1 |
| 777 | 2026-05-07T18:27:43.033Z | Downloaded newline-converter v0.3.0 |
| 778 | 2026-05-07T18:27:43.033Z | Downloaded num v0.4.3 |
| 779 | 2026-05-07T18:27:43.036Z | Downloaded num_threads v0.1.7 |
| 780 | 2026-05-07T18:27:43.036Z | Downloaded cookie_store v0.22.1 |
| 781 | 2026-05-07T18:27:43.036Z | Downloaded linear-map v1.2.0 |
| 782 | 2026-05-07T18:27:43.039Z | Downloaded new_debug_unreachable v1.0.6 |
| 783 | 2026-05-07T18:27:43.039Z | Downloaded http-body-util v0.1.3 |
| 784 | 2026-05-07T18:27:43.039Z | Downloaded nonempty v0.12.0 |
| 785 | 2026-05-07T18:27:43.043Z | Downloaded hmac v0.12.1 |
| 786 | 2026-05-07T18:27:43.044Z | Downloaded derive_builder v0.20.2 |
| 787 | 2026-05-07T18:27:43.047Z | Downloaded elliptic-curve v0.13.8 |
| 788 | 2026-05-07T18:27:43.050Z | Downloaded num-derive v0.4.2 |
| 789 | 2026-05-07T18:27:43.050Z | Downloaded num-conv v0.2.0 |
| 790 | 2026-05-07T18:27:43.053Z | Downloaded normalize-line-endings v0.3.0 |
| 791 | 2026-05-07T18:27:43.053Z | Downloaded ciborium v0.2.2 |
| 792 | 2026-05-07T18:27:43.053Z | Downloaded lzss v0.8.2 |
| 793 | 2026-05-07T18:27:43.058Z | Downloaded num_enum_derive v0.5.11 |
| 794 | 2026-05-07T18:27:43.058Z | Downloaded olpc-cjson v0.1.4 |
| 795 | 2026-05-07T18:27:43.058Z | Downloaded num-derive v0.3.3 |
| 796 | 2026-05-07T18:27:43.058Z | Downloaded libsw v3.5.0 |
| 797 | 2026-05-07T18:27:43.061Z | Downloaded hyper-rustls v0.27.7 |
| 798 | 2026-05-07T18:27:43.061Z | Downloaded opaque-debug v0.3.1 |
| 799 | 2026-05-07T18:27:43.061Z | Downloaded num-iter v0.1.45 |
| 800 | 2026-05-07T18:27:43.061Z | Downloaded libsw-core v0.3.2 |
| 801 | 2026-05-07T18:27:43.064Z | Downloaded httparse v1.10.1 |
| 802 | 2026-05-07T18:27:43.064Z | Downloaded darling_core v0.20.11 |
| 803 | 2026-05-07T18:27:43.067Z | Downloaded md-5 v0.10.6 |
| 804 | 2026-05-07T18:27:43.070Z | Downloaded oso-derive v0.27.3 |
| 805 | 2026-05-07T18:27:43.070Z | Downloaded openssl-probe v0.2.1 |
| 806 | 2026-05-07T18:27:43.070Z | Downloaded openssl-probe v0.1.6 |
| 807 | 2026-05-07T18:27:43.073Z | Downloaded ingot-macros v0.1.1 |
| 808 | 2026-05-07T18:27:43.073Z | Downloaded openssl-macros v0.1.1 |
| 809 | 2026-05-07T18:27:43.073Z | Downloaded iana-time-zone v0.1.65 |
| 810 | 2026-05-07T18:27:43.076Z | Downloaded packed_struct_codegen v0.10.1 |
| 811 | 2026-05-07T18:27:43.076Z | Downloaded ingot v0.1.1 |
| 812 | 2026-05-07T18:27:43.076Z | Downloaded path-slash v0.1.5 |
| 813 | 2026-05-07T18:27:43.079Z | Downloaded compact_str v0.8.1 |
| 814 | 2026-05-07T18:27:43.079Z | Downloaded parse-size v1.1.0 |
| 815 | 2026-05-07T18:27:43.081Z | Downloaded parse-display v0.10.0 |
| 816 | 2026-05-07T18:27:43.081Z | Downloaded half v1.8.3 |
| 817 | 2026-05-07T18:27:43.085Z | Downloaded darling_core v0.21.3 |
| 818 | 2026-05-07T18:27:43.087Z | Downloaded pbkdf2 v0.12.2 |
| 819 | 2026-05-07T18:27:43.087Z | Downloaded nanorand v0.7.0 |
| 820 | 2026-05-07T18:27:43.087Z | Downloaded nu-ansi-term v0.50.3 |
| 821 | 2026-05-07T18:27:43.090Z | Downloaded multer v3.1.0 |
| 822 | 2026-05-07T18:27:43.093Z | Downloaded getrandom v0.3.4 |
| 823 | 2026-05-07T18:27:43.093Z | Downloaded futures v0.3.32 |
| 824 | 2026-05-07T18:27:43.096Z | Downloaded libloading v0.8.9 |
| 825 | 2026-05-07T18:27:43.099Z | Downloaded num_enum v0.5.11 |
| 826 | 2026-05-07T18:27:43.103Z | Downloaded lock_api v0.4.14 |
| 827 | 2026-05-07T18:27:43.103Z | Downloaded const_format v0.2.35 |
| 828 | 2026-05-07T18:27:43.107Z | Downloaded phf_shared v0.11.3 |
| 829 | 2026-05-07T18:27:43.107Z | Downloaded native-tls v0.2.18 |
| 830 | 2026-05-07T18:27:43.107Z | Downloaded peg-runtime v0.8.5 |
| 831 | 2026-05-07T18:27:43.110Z | Downloaded pbkdf2 v0.11.0 |
| 832 | 2026-05-07T18:27:43.110Z | Downloaded newtype-uuid v1.3.2 |
| 833 | 2026-05-07T18:27:43.110Z | Downloaded arc-swap v1.8.2 |
| 834 | 2026-05-07T18:27:43.113Z | Downloaded num_enum_derive v0.7.5 |
| 835 | 2026-05-07T18:27:43.113Z | Downloaded base64 v0.21.7 |
| 836 | 2026-05-07T18:27:43.131Z | Downloaded pin-utils v0.1.0 |
| 837 | 2026-05-07T18:27:43.135Z | Downloaded derive_more v2.1.1 |
| 838 | 2026-05-07T18:27:43.143Z | Downloaded mime_guess v2.0.5 |
| 839 | 2026-05-07T18:27:43.146Z | Downloaded ignore v0.4.25 |
| 840 | 2026-05-07T18:27:43.149Z | Downloaded predicates-tree v1.0.13 |
| 841 | 2026-05-07T18:27:43.149Z | Downloaded derive-where v1.6.0 |
| 842 | 2026-05-07T18:27:43.152Z | Downloaded phf_shared v0.13.1 |
| 843 | 2026-05-07T18:27:43.152Z | Downloaded phf_shared v0.12.1 |
| 844 | 2026-05-07T18:27:43.152Z | Downloaded num_enum v0.7.5 |
| 845 | 2026-05-07T18:27:43.156Z | Downloaded powerfmt v0.2.0 |
| 846 | 2026-05-07T18:27:43.156Z | Downloaded crossterm v0.29.0 |
| 847 | 2026-05-07T18:27:43.159Z | Downloaded predicates-core v1.0.10 |
| 848 | 2026-05-07T18:27:43.162Z | Downloaded precomputed-hash v0.1.1 |
| 849 | 2026-05-07T18:27:43.162Z | Downloaded peg v0.8.5 |
| 850 | 2026-05-07T18:27:43.165Z | Downloaded heapless v0.8.0 |
| 851 | 2026-05-07T18:27:43.168Z | Downloaded progenitor-client v0.10.0 |
| 852 | 2026-05-07T18:27:43.168Z | Downloaded num-rational v0.4.2 |
| 853 | 2026-05-07T18:27:43.168Z | Downloaded num-integer v0.1.46 |
| 854 | 2026-05-07T18:27:43.171Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 855 | 2026-05-07T18:27:43.171Z | Downloaded proc-macro-crate v3.4.0 |
| 856 | 2026-05-07T18:27:43.171Z | Downloaded heapless v0.7.17 |
| 857 | 2026-05-07T18:27:43.174Z | Downloaded progenitor-client v0.14.0 |
| 858 | 2026-05-07T18:27:43.174Z | Downloaded quick-error v1.2.3 |
| 859 | 2026-05-07T18:27:43.174Z | Downloaded phf v0.12.1 |
| 860 | 2026-05-07T18:27:43.179Z | Downloaded pem v3.0.6 |
| 861 | 2026-05-07T18:27:43.179Z | Downloaded password-hash v0.4.2 |
| 862 | 2026-05-07T18:27:43.179Z | Downloaded memmap2 v0.9.10 |
| 863 | 2026-05-07T18:27:43.182Z | Downloaded phf v0.13.1 |
| 864 | 2026-05-07T18:27:43.182Z | Downloaded crypto-bigint v0.5.5 |
| 865 | 2026-05-07T18:27:43.185Z | Downloaded ar_archive_writer v0.5.1 |
| 866 | 2026-05-07T18:27:43.185Z | Downloaded progenitor-macro v0.10.0 |
| 867 | 2026-05-07T18:27:43.188Z | Downloaded pin-project-internal v1.1.11 |
| 868 | 2026-05-07T18:27:43.188Z | Downloaded pin-project-lite v0.2.17 |
| 869 | 2026-05-07T18:27:43.192Z | Downloaded base64 v0.22.1 |
| 870 | 2026-05-07T18:27:43.198Z | Downloaded ed25519-dalek v2.2.0 |
| 871 | 2026-05-07T18:27:43.198Z | Downloaded radium v0.7.0 |
| 872 | 2026-05-07T18:27:43.198Z | Downloaded poly1305 v0.8.0 |
| 873 | 2026-05-07T18:27:43.201Z | Downloaded owo-colors v4.3.0 |
| 874 | 2026-05-07T18:27:43.202Z | Downloaded expectorate v1.2.0 |
| 875 | 2026-05-07T18:27:43.202Z | Downloaded progenitor-client v0.11.2 |
| 876 | 2026-05-07T18:27:43.202Z | Downloaded progenitor-macro v0.11.2 |
| 877 | 2026-05-07T18:27:43.202Z | Downloaded password-hash v0.5.0 |
| 878 | 2026-05-07T18:27:43.206Z | Downloaded pkg-config v0.3.32 |
| 879 | 2026-05-07T18:27:43.207Z | Downloaded der v0.7.10 |
| 880 | 2026-05-07T18:27:43.210Z | Downloaded proc-macro-crate v1.3.1 |
| 881 | 2026-05-07T18:27:43.211Z | Downloaded ppv-lite86 v0.2.21 |
| 882 | 2026-05-07T18:27:43.211Z | Downloaded paste v1.0.15 |
| 883 | 2026-05-07T18:27:43.213Z | Downloaded primeorder v0.13.6 |
| 884 | 2026-05-07T18:27:43.213Z | Downloaded peg-macros v0.8.5 |
| 885 | 2026-05-07T18:27:43.213Z | Downloaded libbz2-rs-sys v0.2.2 |
| 886 | 2026-05-07T18:27:43.213Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 887 | 2026-05-07T18:27:43.217Z | Downloaded recursive v0.1.1 |
| 888 | 2026-05-07T18:27:43.217Z | Downloaded progenitor-macro v0.14.0 |
| 889 | 2026-05-07T18:27:43.217Z | Downloaded psl-types v2.0.11 |
| 890 | 2026-05-07T18:27:43.217Z | Downloaded progenitor-macro v0.13.0 |
| 891 | 2026-05-07T18:27:43.220Z | Downloaded parking_lot_core v0.9.12 |
| 892 | 2026-05-07T18:27:43.220Z | Downloaded postgres-protocol v0.6.10 |
| 893 | 2026-05-07T18:27:43.220Z | Downloaded oxnet v0.1.4 |
| 894 | 2026-05-07T18:27:43.223Z | Downloaded headers v0.4.1 |
| 895 | 2026-05-07T18:27:43.225Z | Downloaded progenitor v0.14.0 |
| 896 | 2026-05-07T18:27:43.225Z | Downloaded progenitor v0.13.0 |
| 897 | 2026-05-07T18:27:43.230Z | Downloaded progenitor-extras v0.2.0 |
| 898 | 2026-05-07T18:27:43.230Z | Downloaded pem-rfc7468 v0.7.0 |
| 899 | 2026-05-07T18:27:43.230Z | Downloaded parse-display-derive v0.10.0 |
| 900 | 2026-05-07T18:27:43.232Z | Downloaded parking_lot_core v0.8.6 |
| 901 | 2026-05-07T18:27:43.232Z | Downloaded polyval v0.6.2 |
| 902 | 2026-05-07T18:27:43.232Z | Downloaded packed_struct v0.10.1 |
| 903 | 2026-05-07T18:27:43.235Z | Downloaded progenitor v0.11.2 |
| 904 | 2026-05-07T18:27:43.235Z | Downloaded oxide-tokio-rt v0.1.4 |
| 905 | 2026-05-07T18:27:43.235Z | Downloaded diesel_derives v2.3.7 |
| 906 | 2026-05-07T18:27:43.239Z | Downloaded rand_chacha v0.3.1 |
| 907 | 2026-05-07T18:27:43.242Z | Downloaded derive_more-impl v2.1.1 |
| 908 | 2026-05-07T18:27:43.246Z | Downloaded pkcs8 v0.10.2 |
| 909 | 2026-05-07T18:27:43.246Z | Downloaded num-complex v0.4.6 |
| 910 | 2026-05-07T18:27:43.249Z | Downloaded litrs v1.0.0 |
| 911 | 2026-05-07T18:27:43.249Z | Downloaded russh-cryptovec v0.7.3 |
| 912 | 2026-05-07T18:27:43.249Z | Downloaded rtoolbox v0.0.3 |
| 913 | 2026-05-07T18:27:43.250Z | Downloaded dropshot-api-manager v0.7.1 |
| 914 | 2026-05-07T18:27:43.253Z | Downloaded rustc_version v0.4.1 |
| 915 | 2026-05-07T18:27:43.253Z | Downloaded miniz_oxide v0.8.9 |
| 916 | 2026-05-07T18:27:43.257Z | Downloaded ref-cast v1.0.25 |
| 917 | 2026-05-07T18:27:43.257Z | Downloaded oso v0.27.3 |
| 918 | 2026-05-07T18:27:43.261Z | Downloaded rand_core v0.9.5 |
| 919 | 2026-05-07T18:27:43.261Z | Downloaded ref-cast-impl v1.0.25 |
| 920 | 2026-05-07T18:27:43.261Z | Downloaded rand_xorshift v0.4.0 |
| 921 | 2026-05-07T18:27:43.261Z | Downloaded progenitor-client v0.13.0 |
| 922 | 2026-05-07T18:27:43.264Z | Downloaded rand_core v0.10.0 |
| 923 | 2026-05-07T18:27:43.264Z | Downloaded indicatif v0.18.4 |
| 924 | 2026-05-07T18:27:43.267Z | Downloaded rand_core v0.6.4 |
| 925 | 2026-05-07T18:27:43.267Z | Downloaded postcard v1.1.3 |
| 926 | 2026-05-07T18:27:43.267Z | Downloaded salsa20 v0.10.2 |
| 927 | 2026-05-07T18:27:43.271Z | Downloaded proc-macro-error2 v2.0.1 |
| 928 | 2026-05-07T18:27:43.271Z | Downloaded predicates v3.1.4 |
| 929 | 2026-05-07T18:27:43.294Z | Downloaded half v2.7.1 |
| 930 | 2026-05-07T18:27:43.294Z | Downloaded p256 v0.13.2 |
| 931 | 2026-05-07T18:27:43.303Z | Downloaded flate2 v1.1.9 |
| 932 | 2026-05-07T18:27:43.303Z | Downloaded darling_core v0.23.0 |
| 933 | 2026-05-07T18:27:43.303Z | Downloaded rustc_version v0.1.7 |
| 934 | 2026-05-07T18:27:43.303Z | Downloaded progenitor v0.10.0 |
| 935 | 2026-05-07T18:27:43.303Z | Downloaded rustc-hash v2.1.1 |
| 936 | 2026-05-07T18:27:43.303Z | Downloaded flume v0.11.1 |
| 937 | 2026-05-07T18:27:43.303Z | Downloaded dropshot_endpoint v0.17.0 |
| 938 | 2026-05-07T18:27:43.303Z | Downloaded sapling-renderdag v0.1.0 |
| 939 | 2026-05-07T18:27:43.303Z | Downloaded derive_more v0.99.20 |
| 940 | 2026-05-07T18:27:43.303Z | Downloaded resolv-conf v0.7.6 |
| 941 | 2026-05-07T18:27:43.303Z | Downloaded darling v0.20.11 |
| 942 | 2026-05-07T18:27:43.303Z | Downloaded bytes v1.11.1 |
| 943 | 2026-05-07T18:27:43.306Z | Downloaded async-bb8-diesel v0.2.1 |
| 944 | 2026-05-07T18:27:43.306Z | Downloaded psm v0.1.30 |
| 945 | 2026-05-07T18:27:43.306Z | Downloaded openssl-sys v0.9.114 |
| 946 | 2026-05-07T18:27:43.306Z | Downloaded r2d2 v0.8.10 |
| 947 | 2026-05-07T18:27:43.306Z | Downloaded hash32 v0.2.1 |
| 948 | 2026-05-07T18:27:43.310Z | Downloaded const_format_proc_macros v0.2.34 |
| 949 | 2026-05-07T18:27:43.310Z | Downloaded scopeguard v1.2.0 |
| 950 | 2026-05-07T18:27:43.310Z | Downloaded argon2 v0.5.3 |
| 951 | 2026-05-07T18:27:43.313Z | Downloaded bitfield v0.19.4 |
| 952 | 2026-05-07T18:27:43.313Z | Downloaded bit-vec v0.8.0 |
| 953 | 2026-05-07T18:27:43.313Z | Downloaded base64ct v1.8.3 |
| 954 | 2026-05-07T18:27:43.318Z | Downloaded serde_repr v0.1.20 |
| 955 | 2026-05-07T18:27:43.318Z | Downloaded pkcs5 v0.7.1 |
| 956 | 2026-05-07T18:27:43.321Z | Downloaded secrecy v0.8.0 |
| 957 | 2026-05-07T18:27:43.321Z | Downloaded same-file v1.0.6 |
| 958 | 2026-05-07T18:27:43.321Z | Downloaded minimal-lexical v0.2.1 |
| 959 | 2026-05-07T18:27:43.325Z | Downloaded scrypt v0.11.0 |
| 960 | 2026-05-07T18:27:43.325Z | Downloaded omicron-zone-package v0.12.2 |
| 961 | 2026-05-07T18:27:43.328Z | Downloaded rand_chacha v0.9.0 |
| 962 | 2026-05-07T18:27:43.328Z | Downloaded postgres-types v0.2.12 |
| 963 | 2026-05-07T18:27:43.328Z | Downloaded rustls-pemfile v2.2.0 |
| 964 | 2026-05-07T18:27:43.331Z | Downloaded indexmap v1.9.3 |
| 965 | 2026-05-07T18:27:43.335Z | Downloaded serde_bytes v0.11.19 |
| 966 | 2026-05-07T18:27:43.335Z | Downloaded semver v0.1.20 |
| 967 | 2026-05-07T18:27:43.335Z | Downloaded parking_lot v0.12.5 |
| 968 | 2026-05-07T18:27:43.340Z | Downloaded secrecy v0.10.3 |
| 969 | 2026-05-07T18:27:43.340Z | Downloaded scheduled-thread-pool v0.2.7 |
| 970 | 2026-05-07T18:27:43.340Z | Downloaded rfc6979 v0.4.0 |
| 971 | 2026-05-07T18:27:43.340Z | Downloaded serde_urlencoded v0.7.1 |
| 972 | 2026-05-07T18:27:43.348Z | Downloaded serde_plain v1.0.2 |
| 973 | 2026-05-07T18:27:43.348Z | Downloaded seq-macro v0.3.6 |
| 974 | 2026-05-07T18:27:43.348Z | Downloaded serde_spanned v1.0.4 |
| 975 | 2026-05-07T18:27:43.348Z | Downloaded serde-big-array v0.5.1 |
| 976 | 2026-05-07T18:27:43.352Z | Downloaded scroll_derive v0.13.1 |
| 977 | 2026-05-07T18:27:43.352Z | Downloaded bit-vec v0.6.3 |
| 978 | 2026-05-07T18:27:43.352Z | Downloaded difflib v0.4.0 |
| 979 | 2026-05-07T18:27:43.352Z | Downloaded rand_seeder v0.4.0 |
| 980 | 2026-05-07T18:27:43.352Z | Downloaded parking_lot v0.11.2 |
| 981 | 2026-05-07T18:27:43.352Z | Downloaded backoff v0.4.0 |
| 982 | 2026-05-07T18:27:43.352Z | Downloaded async-stream-impl v0.3.6 |
| 983 | 2026-05-07T18:27:43.352Z | Downloaded progenitor-impl v0.10.0 |
| 984 | 2026-05-07T18:27:43.371Z | Downloaded sha1 v0.10.6 |
| 985 | 2026-05-07T18:27:43.374Z | Downloaded jiff-static v0.2.21 |
| 986 | 2026-05-07T18:27:43.374Z | Downloaded crossterm v0.28.1 |
| 987 | 2026-05-07T18:27:43.374Z | Downloaded hyper-util v0.1.20 |
| 988 | 2026-05-07T18:27:43.374Z | Downloaded rustls-native-certs v0.8.3 |
| 989 | 2026-05-07T18:27:43.387Z | Downloaded signature v2.2.0 |
| 990 | 2026-05-07T18:27:43.387Z | Downloaded signal-hook-tokio v0.3.1 |
| 991 | 2026-05-07T18:27:43.387Z | Downloaded siphasher v1.0.2 |
| 992 | 2026-05-07T18:27:43.391Z | Downloaded slog-envlogger v2.2.0 |
| 993 | 2026-05-07T18:27:43.391Z | Downloaded hickory-resolver v0.25.2 |
| 994 | 2026-05-07T18:27:43.391Z | Downloaded slog-bunyan v2.5.0 |
| 995 | 2026-05-07T18:27:43.391Z | Downloaded hickory-resolver v0.24.4 |
| 996 | 2026-05-07T18:27:43.391Z | Downloaded pkcs1 v0.7.5 |
| 997 | 2026-05-07T18:27:43.391Z | Downloaded pin-project v1.1.11 |
| 998 | 2026-05-07T18:27:43.395Z | Downloaded sct v0.7.1 |
| 999 | 2026-05-07T18:27:43.395Z | Downloaded quinn-udp v0.5.14 |
| 1000 | 2026-05-07T18:27:43.403Z | Downloaded serde_path_to_error v0.1.20 |
| 1001 | 2026-05-07T18:27:43.403Z | Downloaded scroll v0.13.0 |
| 1002 | 2026-05-07T18:27:43.403Z | Downloaded prettyplease v0.2.37 |
| 1003 | 2026-05-07T18:27:43.406Z | Downloaded prefix-trie v0.7.0 |
| 1004 | 2026-05-07T18:27:43.406Z | Downloaded sec1 v0.7.3 |
| 1005 | 2026-05-07T18:27:43.407Z | Downloaded papergrid v0.17.0 |
| 1006 | 2026-05-07T18:27:43.407Z | Downloaded serde_derive_internals v0.29.1 |
| 1007 | 2026-05-07T18:27:43.410Z | Downloaded serde-hex v0.1.0 |
| 1008 | 2026-05-07T18:27:43.410Z | Downloaded schemars_derive v0.8.22 |
| 1009 | 2026-05-07T18:27:43.410Z | Downloaded rustls-pki-types v1.14.0 |
| 1010 | 2026-05-07T18:27:43.414Z | Downloaded rustversion v1.0.22 |
| 1011 | 2026-05-07T18:27:43.414Z | Downloaded bumpalo v3.20.2 |
| 1012 | 2026-05-07T18:27:43.418Z | Downloaded sigpipe v0.1.3 |
| 1013 | 2026-05-07T18:27:43.418Z | Downloaded signal-hook-mio v0.2.5 |
| 1014 | 2026-05-07T18:27:43.418Z | Downloaded shell-words v1.1.1 |
| 1015 | 2026-05-07T18:27:43.421Z | Downloaded async-compression v0.4.41 |
| 1016 | 2026-05-07T18:27:43.424Z | Downloaded rcgen v0.12.1 |
| 1017 | 2026-05-07T18:27:43.427Z | Downloaded hashbrown v0.13.2 |
| 1018 | 2026-05-07T18:27:43.430Z | Downloaded ssh-cipher v0.2.0 |
| 1019 | 2026-05-07T18:27:43.455Z | Downloaded shlex v1.3.0 |
| 1020 | 2026-05-07T18:27:43.456Z | Downloaded progenitor-impl v0.13.0 |
| 1021 | 2026-05-07T18:27:43.456Z | Downloaded rusty-fork v0.3.1 |
| 1022 | 2026-05-07T18:27:43.456Z | Downloaded rustls-pemfile v1.0.4 |
| 1023 | 2026-05-07T18:27:43.456Z | Downloaded ssh-encoding v0.2.0 |
| 1024 | 2026-05-07T18:27:43.456Z | Downloaded slab v0.4.12 |
| 1025 | 2026-05-07T18:27:43.456Z | Downloaded ron v0.8.1 |
| 1026 | 2026-05-07T18:27:43.456Z | Downloaded strum v0.26.3 |
| 1027 | 2026-05-07T18:27:43.456Z | Downloaded supports-color v3.0.2 |
| 1028 | 2026-05-07T18:27:43.456Z | Downloaded subtle v2.6.1 |
| 1029 | 2026-05-07T18:27:43.459Z | Downloaded slog-json v2.6.1 |
| 1030 | 2026-05-07T18:27:43.459Z | Downloaded structmeta-derive v0.3.0 |
| 1031 | 2026-05-07T18:27:43.459Z | Downloaded structmeta v0.3.0 |
| 1032 | 2026-05-07T18:27:43.459Z | Downloaded sqlparser_derive v0.5.0 |
| 1033 | 2026-05-07T18:27:43.459Z | Downloaded progenitor-impl v0.11.2 |
| 1034 | 2026-05-07T18:27:43.459Z | Downloaded slog-scope v4.4.1 |
| 1035 | 2026-05-07T18:27:43.459Z | Downloaded slog-dtrace v0.3.0 |
| 1036 | 2026-05-07T18:27:43.459Z | Downloaded slog-async v2.8.0 |
| 1037 | 2026-05-07T18:27:43.463Z | Downloaded http v1.4.0 |
| 1038 | 2026-05-07T18:27:43.463Z | Downloaded smf v0.2.3 |
| 1039 | 2026-05-07T18:27:43.466Z | Downloaded slog-term v2.9.2 |
| 1040 | 2026-05-07T18:27:43.466Z | Downloaded tabled_derive v0.11.0 |
| 1041 | 2026-05-07T18:27:43.466Z | Downloaded sync-ptr v0.1.4 |
| 1042 | 2026-05-07T18:27:43.469Z | Downloaded sync_wrapper v1.0.2 |
| 1043 | 2026-05-07T18:27:43.469Z | Downloaded slog-stdlog v4.1.1 |
| 1044 | 2026-05-07T18:27:43.469Z | Downloaded hickory-server v0.25.2 |
| 1045 | 2026-05-07T18:27:43.473Z | Downloaded snafu-derive v0.8.9 |
| 1046 | 2026-05-07T18:27:43.476Z | Downloaded simd-adler32 v0.3.8 |
| 1047 | 2026-05-07T18:27:43.478Z | Downloaded testing_table v0.3.0 |
| 1048 | 2026-05-07T18:27:43.478Z | Downloaded tap v1.0.1 |
| 1049 | 2026-05-07T18:27:43.481Z | Downloaded take_mut v0.2.2 |
| 1050 | 2026-05-07T18:27:43.484Z | Downloaded termtree v0.5.1 |
| 1051 | 2026-05-07T18:27:43.484Z | Downloaded ryu v1.0.23 |
| 1052 | 2026-05-07T18:27:43.488Z | Downloaded tagptr v0.2.0 |
| 1053 | 2026-05-07T18:27:43.488Z | Downloaded mio v1.2.0 |
| 1054 | 2026-05-07T18:27:43.491Z | Downloaded tabwriter v1.4.1 |
| 1055 | 2026-05-07T18:27:43.494Z | Downloaded libxml v0.3.3 |
| 1056 | 2026-05-07T18:27:43.496Z | Downloaded hashbrown v0.16.1 |
| 1057 | 2026-05-07T18:27:43.499Z | Downloaded tinyvec_macros v0.1.1 |
| 1058 | 2026-05-07T18:27:43.504Z | Downloaded aes-gcm v0.10.3 |
| 1059 | 2026-05-07T18:27:43.507Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1060 | 2026-05-07T18:27:43.507Z | Downloaded stringprep v0.1.5 |
| 1061 | 2026-05-07T18:27:43.507Z | Downloaded quinn v0.11.9 |
| 1062 | 2026-05-07T18:27:43.510Z | Downloaded thread-id v5.1.0 |
| 1063 | 2026-05-07T18:27:43.510Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1064 | 2026-05-07T18:27:43.510Z | Downloaded static_assertions v1.1.0 |
| 1065 | 2026-05-07T18:27:43.513Z | Downloaded progenitor-impl v0.14.0 |
| 1066 | 2026-05-07T18:27:43.513Z | Downloaded qorb v0.4.1 |
| 1067 | 2026-05-07T18:27:43.516Z | Downloaded strum v0.27.2 |
| 1068 | 2026-05-07T18:27:43.517Z | Downloaded rand v0.8.5 |
| 1069 | 2026-05-07T18:27:43.520Z | Downloaded strum_macros v0.26.4 |
| 1070 | 2026-05-07T18:27:43.520Z | Downloaded support-bundle-viewer v0.1.2 |
| 1071 | 2026-05-07T18:27:43.523Z | Downloaded strum_macros v0.27.2 |
| 1072 | 2026-05-07T18:27:43.523Z | Downloaded tokio-macros v2.7.0 |
| 1073 | 2026-05-07T18:27:43.523Z | Downloaded strum_macros v0.24.3 |
| 1074 | 2026-05-07T18:27:43.525Z | Downloaded string_cache v0.8.9 |
| 1075 | 2026-05-07T18:27:43.525Z | Downloaded signal-hook-registry v1.4.8 |
| 1076 | 2026-05-07T18:27:43.528Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1077 | 2026-05-07T18:27:43.528Z | Downloaded bitvec v1.0.1 |
| 1078 | 2026-05-07T18:27:43.537Z | Downloaded smallvec v0.6.14 |
| 1079 | 2026-05-07T18:27:43.540Z | Downloaded stacker v0.1.23 |
| 1080 | 2026-05-07T18:27:43.541Z | Downloaded sqlformat v0.3.5 |
| 1081 | 2026-05-07T18:27:43.544Z | Downloaded termios v0.3.3 |
| 1082 | 2026-05-07T18:27:43.544Z | Downloaded russh-keys v0.45.0 |
| 1083 | 2026-05-07T18:27:43.548Z | Downloaded spki v0.7.3 |
| 1084 | 2026-05-07T18:27:43.548Z | Downloaded serde_with_macros v3.17.0 |
| 1085 | 2026-05-07T18:27:43.551Z | Downloaded schemars v0.8.22 |
| 1086 | 2026-05-07T18:27:43.555Z | Downloaded spin v0.9.8 |
| 1087 | 2026-05-07T18:27:43.558Z | Downloaded serde_cbor v0.11.2 |
| 1088 | 2026-05-07T18:27:43.562Z | Downloaded rayon-core v1.13.0 |
| 1089 | 2026-05-07T18:27:43.562Z | Downloaded topological-sort v0.2.2 |
| 1090 | 2026-05-07T18:27:43.566Z | Downloaded trait-variant v0.1.2 |
| 1091 | 2026-05-07T18:27:43.566Z | Downloaded tower-service v0.3.3 |
| 1092 | 2026-05-07T18:27:43.566Z | Downloaded tower-layer v0.3.3 |
| 1093 | 2026-05-07T18:27:43.566Z | Downloaded try-lock v0.2.5 |
| 1094 | 2026-05-07T18:27:43.566Z | Downloaded tiny-keccak v2.0.2 |
| 1095 | 2026-05-07T18:27:43.569Z | Downloaded itertools v0.10.5 |
| 1096 | 2026-05-07T18:27:43.575Z | Downloaded pretty_assertions v1.4.1 |
| 1097 | 2026-05-07T18:27:43.575Z | Downloaded num-bigint-dig v0.8.6 |
| 1098 | 2026-05-07T18:27:43.580Z | Downloaded hashbrown v0.12.3 |
| 1099 | 2026-05-07T18:27:43.580Z | Downloaded tls_codec v0.4.2 |
| 1100 | 2026-05-07T18:27:43.580Z | Downloaded time-core v0.1.8 |
| 1101 | 2026-05-07T18:27:43.580Z | Downloaded thiserror-no-std v2.0.2 |
| 1102 | 2026-05-07T18:27:43.584Z | Downloaded time-macros v0.2.27 |
| 1103 | 2026-05-07T18:27:43.584Z | Downloaded typify-macro v0.6.2 |
| 1104 | 2026-05-07T18:27:43.584Z | Downloaded slog v2.8.2 |
| 1105 | 2026-05-07T18:27:43.587Z | Downloaded signal-hook v0.3.18 |
| 1106 | 2026-05-07T18:27:43.587Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1107 | 2026-05-07T18:27:43.591Z | Downloaded tokio-rustls v0.25.0 |
| 1108 | 2026-05-07T18:27:43.591Z | Downloaded tokio-tungstenite v0.21.0 |
| 1109 | 2026-05-07T18:27:43.594Z | Downloaded num-bigint v0.4.6 |
| 1110 | 2026-05-07T18:27:43.597Z | Downloaded tls_codec_derive v0.4.2 |
| 1111 | 2026-05-07T18:27:43.597Z | Downloaded unarray v0.1.4 |
| 1112 | 2026-05-07T18:27:43.597Z | Downloaded rand v0.10.0 |
| 1113 | 2026-05-07T18:27:43.617Z | Downloaded unicode-truncate v1.1.0 |
| 1114 | 2026-05-07T18:27:43.618Z | Downloaded tokio-dtrace v0.1.1 |
| 1115 | 2026-05-07T18:27:43.618Z | Downloaded tokio-native-tls v0.3.1 |
| 1116 | 2026-05-07T18:27:43.618Z | Downloaded nom v7.1.3 |
| 1117 | 2026-05-07T18:27:43.618Z | Downloaded term v0.7.0 |
| 1118 | 2026-05-07T18:27:43.618Z | Downloaded itertools v0.13.0 |
| 1119 | 2026-05-07T18:27:43.618Z | Downloaded usdt v0.6.0 |
| 1120 | 2026-05-07T18:27:43.618Z | Downloaded untrusted v0.9.0 |
| 1121 | 2026-05-07T18:27:43.618Z | Downloaded untrusted v0.7.1 |
| 1122 | 2026-05-07T18:27:43.618Z | Downloaded universal-hash v0.5.1 |
| 1123 | 2026-05-07T18:27:43.618Z | Downloaded unit-prefix v0.5.2 |
| 1124 | 2026-05-07T18:27:43.618Z | Downloaded similar v2.7.0 |
| 1125 | 2026-05-07T18:27:43.623Z | Downloaded thread_local v1.1.9 |
| 1126 | 2026-05-07T18:27:43.623Z | Downloaded usdt-attr-macro v0.6.0 |
| 1127 | 2026-05-07T18:27:43.623Z | Downloaded utf-8 v0.7.6 |
| 1128 | 2026-05-07T18:27:43.623Z | Downloaded hkdf v0.12.4 |
| 1129 | 2026-05-07T18:27:43.627Z | Downloaded tokio-tungstenite v0.23.1 |
| 1130 | 2026-05-07T18:27:43.627Z | Downloaded term v1.2.1 |
| 1131 | 2026-05-07T18:27:43.627Z | Downloaded hashbrown v0.15.5 |
| 1132 | 2026-05-07T18:27:43.630Z | Downloaded void v1.0.2 |
| 1133 | 2026-05-07T18:27:43.635Z | Downloaded socket2 v0.6.3 |
| 1134 | 2026-05-07T18:27:43.638Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1135 | 2026-05-07T18:27:43.638Z | Downloaded samael v0.0.19 |
| 1136 | 2026-05-07T18:27:43.642Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1137 | 2026-05-07T18:27:43.646Z | Downloaded schemars v1.2.1 |
| 1138 | 2026-05-07T18:27:43.653Z | Downloaded want v0.3.1 |
| 1139 | 2026-05-07T18:27:43.658Z | Downloaded waitgroup v0.1.2 |
| 1140 | 2026-05-07T18:27:43.658Z | Downloaded wait-timeout v0.2.1 |
| 1141 | 2026-05-07T18:27:43.658Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1142 | 2026-05-07T18:27:43.659Z | Downloaded typify-macro v0.4.3 |
| 1143 | 2026-05-07T18:27:43.659Z | Downloaded tokio-rustls v0.24.1 |
| 1144 | 2026-05-07T18:27:43.659Z | Downloaded schemars v0.9.0 |
| 1145 | 2026-05-07T18:27:43.664Z | Downloaded xattr v1.6.1 |
| 1146 | 2026-05-07T18:27:43.670Z | Downloaded tui-tree-widget v0.23.1 |
| 1147 | 2026-05-07T18:27:43.670Z | Downloaded rsa v0.9.10 |
| 1148 | 2026-05-07T18:27:43.678Z | Downloaded russh v0.45.0 |
| 1149 | 2026-05-07T18:27:43.678Z | Downloaded unicase v2.9.0 |
| 1150 | 2026-05-07T18:27:43.678Z | Downloaded socket2 v0.5.10 |
| 1151 | 2026-05-07T18:27:43.678Z | Downloaded zeroize_derive v1.4.3 |
| 1152 | 2026-05-07T18:27:43.678Z | Downloaded snafu v0.8.9 |
| 1153 | 2026-05-07T18:27:43.682Z | Downloaded xshell-macros v0.2.7 |
| 1154 | 2026-05-07T18:27:43.683Z | Downloaded rustls-webpki v0.103.9 |
| 1155 | 2026-05-07T18:27:43.683Z | Downloaded vergen-lib v0.1.6 |
| 1156 | 2026-05-07T18:27:43.683Z | Downloaded publicsuffix v2.3.0 |
| 1157 | 2026-05-07T18:27:43.683Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1158 | 2026-05-07T18:27:43.686Z | Downloaded rand v0.9.2 |
| 1159 | 2026-05-07T18:27:43.687Z | Downloaded itertools v0.12.1 |
| 1160 | 2026-05-07T18:27:43.694Z | Downloaded usdt-macro v0.6.0 |
| 1161 | 2026-05-07T18:27:43.694Z | Downloaded vergen-gitcl v1.0.8 |
| 1162 | 2026-05-07T18:27:43.694Z | Downloaded usdt-impl v0.6.0 |
| 1163 | 2026-05-07T18:27:43.694Z | Downloaded tokio-rustls v0.26.4 |
| 1164 | 2026-05-07T18:27:43.694Z | Downloaded zone_cfg_derive v0.3.1 |
| 1165 | 2026-05-07T18:27:43.695Z | Downloaded walkdir v2.5.0 |
| 1166 | 2026-05-07T18:27:43.698Z | Downloaded zone v0.3.1 |
| 1167 | 2026-05-07T18:27:43.698Z | Downloaded tinyvec v1.10.0 |
| 1168 | 2026-05-07T18:27:43.699Z | Downloaded h2 v0.4.13 |
| 1169 | 2026-05-07T18:27:43.702Z | Downloaded twox-hash v2.1.2 |
| 1170 | 2026-05-07T18:27:43.706Z | Downloaded iddqd v0.3.18 |
| 1171 | 2026-05-07T18:27:43.711Z | Downloaded whoami v1.6.1 |
| 1172 | 2026-05-07T18:27:43.711Z | Downloaded hyper v1.8.1 |
| 1173 | 2026-05-07T18:27:43.715Z | Downloaded futures-util v0.3.32 |
| 1174 | 2026-05-07T18:27:43.719Z | Downloaded xshell v0.2.7 |
| 1175 | 2026-05-07T18:27:43.725Z | Downloaded whoami v2.1.0 |
| 1176 | 2026-05-07T18:27:43.725Z | Downloaded vsss-rs v3.3.4 |
| 1177 | 2026-05-07T18:27:43.728Z | Downloaded vergen-git2 v1.0.7 |
| 1178 | 2026-05-07T18:27:43.728Z | Downloaded toml v0.7.8 |
| 1179 | 2026-05-07T18:27:43.728Z | Downloaded unicode-properties v0.1.4 |
| 1180 | 2026-05-07T18:27:43.728Z | Downloaded iri-string v0.7.10 |
| 1181 | 2026-05-07T18:27:43.733Z | Downloaded test-strategy v0.4.5 |
| 1182 | 2026-05-07T18:27:43.739Z | Downloaded itertools v0.14.0 |
| 1183 | 2026-05-07T18:27:43.744Z | Downloaded tracing-attributes v0.1.31 |
| 1184 | 2026-05-07T18:27:43.752Z | Downloaded wyz v0.5.1 |
| 1185 | 2026-05-07T18:27:43.762Z | Downloaded subprocess v0.2.15 |
| 1186 | 2026-05-07T18:27:43.765Z | Downloaded yasna v0.5.2 |
| 1187 | 2026-05-07T18:27:43.768Z | Downloaded zeroize v1.8.2 |
| 1188 | 2026-05-07T18:27:43.768Z | Downloaded tokio-stream v0.1.18 |
| 1189 | 2026-05-07T18:27:43.778Z | Downloaded zstd-safe v7.2.4 |
| 1190 | 2026-05-07T18:27:43.781Z | Downloaded reedline v0.40.0 |
| 1191 | 2026-05-07T18:27:43.784Z | Downloaded uzers v0.12.2 |
| 1192 | 2026-05-07T18:27:43.784Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1193 | 2026-05-07T18:27:43.787Z | Downloaded zstd v0.13.3 |
| 1194 | 2026-05-07T18:27:43.791Z | Downloaded vergen v9.0.6 |
| 1195 | 2026-05-07T18:27:43.791Z | Downloaded zerocopy v0.6.6 |
| 1196 | 2026-05-07T18:27:43.795Z | Downloaded tracing-core v0.1.36 |
| 1197 | 2026-05-07T18:27:43.798Z | Downloaded tar v0.4.45 |
| 1198 | 2026-05-07T18:27:43.805Z | Downloaded tungstenite v0.21.0 |
| 1199 | 2026-05-07T18:27:43.809Z | Downloaded tungstenite v0.23.0 |
| 1200 | 2026-05-07T18:27:43.809Z | Downloaded steno v0.4.1 |
| 1201 | 2026-05-07T18:27:43.812Z | Downloaded typify v0.6.2 |
| 1202 | 2026-05-07T18:27:43.816Z | Downloaded unicode-bidi v0.3.18 |
| 1203 | 2026-05-07T18:27:43.816Z | Downloaded typify v0.4.3 |
| 1204 | 2026-05-07T18:27:43.833Z | Downloaded uuid v1.23.0 |
| 1205 | 2026-05-07T18:27:43.836Z | Downloaded ssh-key v0.6.7 |
| 1206 | 2026-05-07T18:27:43.839Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1207 | 2026-05-07T18:27:43.842Z | Downloaded rustyline v14.0.0 |
| 1208 | 2026-05-07T18:27:43.847Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1209 | 2026-05-07T18:27:43.853Z | Downloaded p521 v0.13.3 |
| 1210 | 2026-05-07T18:27:43.858Z | Downloaded rpassword v7.4.0 |
| 1211 | 2026-05-07T18:27:43.862Z | Downloaded aws-lc-rs v1.16.0 |
| 1212 | 2026-05-07T18:27:43.865Z | Downloaded tokio-postgres v0.7.16 |
| 1213 | 2026-05-07T18:27:43.870Z | Downloaded rayon v1.11.0 |
| 1214 | 2026-05-07T18:27:43.873Z | Downloaded zip v0.6.6 |
| 1215 | 2026-05-07T18:27:43.878Z | Downloaded unsafe-libyaml v0.2.11 |
| 1216 | 2026-05-07T18:27:43.878Z | Downloaded unicode_categories v0.1.1 |
| 1217 | 2026-05-07T18:27:43.885Z | Downloaded tower v0.5.3 |
| 1218 | 2026-05-07T18:27:43.885Z | Downloaded reqwest v0.13.2 |
| 1219 | 2026-05-07T18:27:43.892Z | Downloaded libm v0.2.16 |
| 1220 | 2026-05-07T18:27:43.896Z | Downloaded vte v0.14.1 |
| 1221 | 2026-05-07T18:27:43.896Z | Downloaded toml_edit v0.19.15 |
| 1222 | 2026-05-07T18:27:43.900Z | Downloaded reqwest v0.12.28 |
| 1223 | 2026-05-07T18:27:43.904Z | Downloaded chrono v0.4.44 |
| 1224 | 2026-05-07T18:27:43.909Z | Downloaded blake3 v1.8.3 |
| 1225 | 2026-05-07T18:27:43.929Z | Downloaded zopfli v0.8.3 |
| 1226 | 2026-05-07T18:27:43.932Z | Downloaded typed-path v0.9.3 |
| 1227 | 2026-05-07T18:27:43.938Z | Downloaded regex v1.12.3 |
| 1228 | 2026-05-07T18:27:43.942Z | Downloaded yansi v1.0.1 |
| 1229 | 2026-05-07T18:27:43.942Z | Downloaded bindgen v0.71.1 |
| 1230 | 2026-05-07T18:27:43.946Z | Downloaded p384 v0.13.1 |
| 1231 | 2026-05-07T18:27:43.946Z | Downloaded unicode-segmentation v1.12.0 |
| 1232 | 2026-05-07T18:27:43.950Z | Downloaded rustls-webpki v0.101.7 |
| 1233 | 2026-05-07T18:27:43.962Z | Downloaded git2 v0.20.4 |
| 1234 | 2026-05-07T18:27:43.966Z | Downloaded portable-atomic v1.13.1 |
| 1235 | 2026-05-07T18:27:43.971Z | Downloaded tokio-util v0.7.18 |
| 1236 | 2026-05-07T18:27:43.975Z | Downloaded rustls-webpki v0.102.8 |
| 1237 | 2026-05-07T18:27:43.989Z | Downloaded x509-cert v0.2.5 |
| 1238 | 2026-05-07T18:27:44.003Z | Downloaded tough v0.20.0 |
| 1239 | 2026-05-07T18:27:44.003Z | Downloaded zerocopy-derive v0.8.40 |
| 1240 | 2026-05-07T18:27:44.008Z | Downloaded tower-http v0.6.8 |
| 1241 | 2026-05-07T18:27:44.008Z | Downloaded proptest v1.10.0 |
| 1242 | 2026-05-07T18:27:44.012Z | Downloaded goblin v0.10.5 |
| 1243 | 2026-05-07T18:27:44.012Z | Downloaded quick-xml v0.37.5 |
| 1244 | 2026-05-07T18:27:44.017Z | Downloaded unicode-normalization v0.1.25 |
| 1245 | 2026-05-07T18:27:44.017Z | Downloaded serde_with v3.17.0 |
| 1246 | 2026-05-07T18:27:44.021Z | Downloaded salty v0.3.0 |
| 1247 | 2026-05-07T18:27:44.026Z | Downloaded lalrpop v0.19.12 |
| 1248 | 2026-05-07T18:27:44.031Z | Downloaded moka v0.12.13 |
| 1249 | 2026-05-07T18:27:44.035Z | Downloaded curve25519-dalek v4.1.3 |
| 1250 | 2026-05-07T18:27:44.041Z | Downloaded petname v2.0.2 |
| 1251 | 2026-05-07T18:27:44.044Z | Downloaded zip v4.6.1 |
| 1252 | 2026-05-07T18:27:45.065Z | Downloaded winnow v0.5.40 |
| 1253 | 2026-05-07T18:27:45.071Z | Downloaded object v0.30.4 |
| 1254 | 2026-05-07T18:27:45.071Z | Downloaded radix_trie v0.2.1 |
| 1255 | 2026-05-07T18:27:45.071Z | Downloaded polar-core v0.27.3 |
| 1256 | 2026-05-07T18:27:45.071Z | Downloaded nix v0.27.1 |
| 1257 | 2026-05-07T18:27:45.072Z | Downloaded winnow v0.6.26 |
| 1258 | 2026-05-07T18:27:45.072Z | Downloaded dropshot v0.16.7 |
| 1259 | 2026-05-07T18:27:45.072Z | Downloaded bstr v1.12.1 |
| 1260 | 2026-05-07T18:27:45.072Z | Downloaded tabled v0.20.0 |
| 1261 | 2026-05-07T18:27:45.072Z | Downloaded openssl v0.10.78 |
| 1262 | 2026-05-07T18:27:45.072Z | Downloaded nix v0.28.0 |
| 1263 | 2026-05-07T18:27:45.072Z | Downloaded time v0.3.47 |
| 1264 | 2026-05-07T18:27:45.072Z | Downloaded nix v0.29.0 |
| 1265 | 2026-05-07T18:27:45.072Z | Downloaded dropshot v0.17.0 |
| 1266 | 2026-05-07T18:27:45.072Z | Downloaded smoltcp v0.9.1 |
| 1267 | 2026-05-07T18:27:45.072Z | Downloaded regex-syntax v0.6.29 |
| 1268 | 2026-05-07T18:27:45.072Z | Downloaded vcpkg v0.2.15 |
| 1269 | 2026-05-07T18:27:45.073Z | Downloaded zlib-rs v0.6.2 |
| 1270 | 2026-05-07T18:27:45.073Z | Downloaded smoltcp v0.11.0 |
| 1271 | 2026-05-07T18:27:45.073Z | Downloaded hickory-proto v0.24.4 |
| 1272 | 2026-05-07T18:27:45.073Z | Downloaded rustls v0.22.4 |
| 1273 | 2026-05-07T18:27:45.073Z | Downloaded rustls v0.23.37 |
| 1274 | 2026-05-07T18:27:45.073Z | Downloaded zerocopy v0.8.40 |
| 1275 | 2026-05-07T18:27:45.073Z | Downloaded regress v0.11.1 |
| 1276 | 2026-05-07T18:27:45.073Z | Downloaded webpki-roots v1.0.6 |
| 1277 | 2026-05-07T18:27:45.073Z | Downloaded diesel v2.3.7 |
| 1278 | 2026-05-07T18:27:45.073Z | Downloaded openapiv3 v2.2.0 |
| 1279 | 2026-05-07T18:27:45.073Z | Downloaded regex-syntax v0.8.10 |
| 1280 | 2026-05-07T18:27:45.073Z | Downloaded hickory-proto v0.25.2 |
| 1281 | 2026-05-07T18:27:45.073Z | Downloaded regress v0.10.5 |
| 1282 | 2026-05-07T18:27:45.073Z | Downloaded sqlparser v0.61.0 |
| 1283 | 2026-05-07T18:27:45.073Z | Downloaded rustix v0.38.44 |
| 1284 | 2026-05-07T18:27:45.073Z | Downloaded nix v0.31.2 |
| 1285 | 2026-05-07T18:27:45.073Z | Downloaded rustls v0.21.12 |
| 1286 | 2026-05-07T18:27:45.073Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1287 | 2026-05-07T18:27:45.073Z | Downloaded object v0.37.3 |
| 1288 | 2026-05-07T18:27:45.073Z | Downloaded zerocopy-derive v0.6.6 |
| 1289 | 2026-05-07T18:27:45.073Z | Downloaded csv v1.4.0 |
| 1290 | 2026-05-07T18:27:45.073Z | Downloaded quinn-proto v0.11.13 |
| 1291 | 2026-05-07T18:27:45.073Z | Downloaded petgraph v0.6.5 |
| 1292 | 2026-05-07T18:27:45.073Z | Downloaded jiff v0.2.21 |
| 1293 | 2026-05-07T18:27:45.073Z | Downloaded chrono-tz v0.10.4 |
| 1294 | 2026-05-07T18:27:45.073Z | Downloaded tracing v0.1.44 |
| 1295 | 2026-05-07T18:27:45.073Z | Downloaded typify-impl v0.6.2 |
| 1296 | 2026-05-07T18:27:45.073Z | Downloaded sled v0.34.7 |
| 1297 | 2026-05-07T18:27:45.073Z | Downloaded typify-impl v0.4.3 |
| 1298 | 2026-05-07T18:27:45.073Z | Downloaded ratatui v0.29.0 |
| 1299 | 2026-05-07T18:27:45.073Z | Downloaded petgraph v0.8.3 |
| 1300 | 2026-05-07T18:27:45.073Z | Downloaded regex-automata v0.4.14 |
| 1301 | 2026-05-07T18:27:45.073Z | Downloaded libz-sys v1.1.24 |
| 1302 | 2026-05-07T18:27:45.073Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1303 | 2026-05-07T18:27:45.073Z | Downloaded sha3 v0.10.8 |
| 1304 | 2026-05-07T18:27:45.073Z | Downloaded tokio v1.52.1 |
| 1305 | 2026-05-07T18:27:45.073Z | Downloaded encoding_rs v0.8.35 |
| 1306 | 2026-05-07T18:27:45.073Z | Downloaded ring v0.17.14 |
| 1307 | 2026-05-07T18:27:45.073Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1308 | 2026-05-07T18:27:45.086Z | Downloaded aws-lc-sys v0.37.1 |
| 1309 | 2026-05-07T18:27:45.331Z | Compiling libc v0.2.185 |
| 1310 | 2026-05-07T18:27:45.331Z | Compiling serde v1.0.228 |
| 1311 | 2026-05-07T18:27:45.336Z | Compiling log v0.4.29 |
| 1312 | 2026-05-07T18:27:45.336Z | Compiling find-msvc-tools v0.1.9 |
| 1313 | 2026-05-07T18:27:45.336Z | Compiling shlex v1.3.0 |
| 1314 | 2026-05-07T18:27:45.336Z | Compiling smallvec v1.15.1 |
| 1315 | 2026-05-07T18:27:45.336Z | Compiling syn v2.0.117 |
| 1316 | 2026-05-07T18:27:45.479Z | Compiling typenum v1.19.0 |
| 1317 | 2026-05-07T18:27:45.653Z | Compiling generic-array v0.14.7 |
| 1318 | 2026-05-07T18:27:45.670Z | Compiling subtle v2.6.1 |
| 1319 | 2026-05-07T18:27:45.715Z | Compiling scopeguard v1.2.0 |
| 1320 | 2026-05-07T18:27:45.760Z | Compiling const-oid v0.9.6 |
| 1321 | 2026-05-07T18:27:45.790Z | Compiling portable-atomic v1.13.1 |
| 1322 | 2026-05-07T18:27:45.821Z | Compiling lock_api v0.4.14 |
| 1323 | 2026-05-07T18:27:45.834Z | Compiling zerocopy v0.8.40 |
| 1324 | 2026-05-07T18:27:45.904Z | Compiling critical-section v1.2.0 |
| 1325 | 2026-05-07T18:27:46.006Z | Compiling serde_json v1.0.149 |
| 1326 | 2026-05-07T18:27:46.039Z | Compiling parking_lot_core v0.9.12 |
| 1327 | 2026-05-07T18:27:46.209Z | Compiling pin-project-lite v0.2.17 |
| 1328 | 2026-05-07T18:27:46.278Z | Compiling getrandom v0.2.17 |
| 1329 | 2026-05-07T18:27:46.278Z | Compiling jobserver v0.1.34 |
| 1330 | 2026-05-07T18:27:46.305Z | Compiling errno v0.3.14 |
| 1331 | 2026-05-07T18:27:46.446Z | Compiling rand_core v0.6.4 |
| 1332 | 2026-05-07T18:27:46.473Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-05-07T18:27:46.493Z | Compiling cc v1.2.56 |
| 1334 | 2026-05-07T18:27:46.654Z | Compiling signal-hook-registry v1.4.8 |
| 1335 | 2026-05-07T18:27:46.710Z | Compiling bitflags v2.11.0 |
| 1336 | 2026-05-07T18:27:46.787Z | Compiling once_cell v1.21.3 |
| 1337 | 2026-05-07T18:27:46.825Z | Compiling libm v0.2.16 |
| 1338 | 2026-05-07T18:27:46.920Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-05-07T18:27:46.934Z | Compiling mio v1.2.0 |
| 1340 | 2026-05-07T18:27:46.982Z | Compiling num-traits v0.2.19 |
| 1341 | 2026-05-07T18:27:47.004Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-05-07T18:27:47.155Z | Compiling percent-encoding v2.3.2 |
| 1343 | 2026-05-07T18:27:47.280Z | Compiling socket2 v0.6.3 |
| 1344 | 2026-05-07T18:27:47.331Z | Compiling futures-sink v0.3.32 |
| 1345 | 2026-05-07T18:27:47.344Z | Compiling cpufeatures v0.2.17 |
| 1346 | 2026-05-07T18:27:47.361Z | Compiling getrandom v0.4.1 |
| 1347 | 2026-05-07T18:27:47.385Z | Compiling futures-task v0.3.32 |
| 1348 | 2026-05-07T18:27:47.414Z | Compiling futures-channel v0.3.32 |
| 1349 | 2026-05-07T18:27:47.431Z | Compiling futures-io v0.3.32 |
| 1350 | 2026-05-07T18:27:47.551Z | Compiling slab v0.4.12 |
| 1351 | 2026-05-07T18:27:47.579Z | Compiling getrandom v0.3.4 |
| 1352 | 2026-05-07T18:27:47.636Z | Compiling rand_core v0.10.0 |
| 1353 | 2026-05-07T18:27:47.669Z | Compiling rustversion v1.0.22 |
| 1354 | 2026-05-07T18:27:47.700Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-05-07T18:27:47.724Z | Compiling form_urlencoded v1.2.2 |
| 1356 | 2026-05-07T18:27:48.014Z | Compiling cmake v0.1.57 |
| 1357 | 2026-05-07T18:27:48.026Z | Compiling base64ct v1.8.3 |
| 1358 | 2026-05-07T18:27:48.283Z | Compiling synstructure v0.13.2 |
| 1359 | 2026-05-07T18:27:48.435Z | Compiling ident_case v1.0.1 |
| 1360 | 2026-05-07T18:27:48.449Z | Compiling dunce v1.0.5 |
| 1361 | 2026-05-07T18:27:48.488Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-05-07T18:27:48.544Z | Compiling pem-rfc7468 v0.7.0 |
| 1363 | 2026-05-07T18:27:48.559Z | Compiling flagset v0.4.7 |
| 1364 | 2026-05-07T18:27:48.610Z | Compiling rand_core v0.9.5 |
| 1365 | 2026-05-07T18:27:48.624Z | Compiling iana-time-zone v0.1.65 |
| 1366 | 2026-05-07T18:27:48.687Z | Compiling rustix v1.1.3 |
| 1367 | 2026-05-07T18:27:48.719Z | Compiling ring v0.17.14 |
| 1368 | 2026-05-07T18:27:48.763Z | Compiling aws-lc-sys v0.37.1 |
| 1369 | 2026-05-07T18:27:48.824Z | Compiling uuid v1.23.0 |
| 1370 | 2026-05-07T18:27:48.851Z | Compiling rustc_version v0.4.1 |
| 1371 | 2026-05-07T18:27:48.892Z | Compiling vcpkg v0.2.15 |
| 1372 | 2026-05-07T18:27:48.910Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-05-07T18:27:49.180Z | Compiling aws-lc-rs v1.16.0 |
| 1374 | 2026-05-07T18:27:49.482Z | Compiling tracing-core v0.1.36 |
| 1375 | 2026-05-07T18:27:49.532Z | Compiling pest_generator v2.8.6 |
| 1376 | 2026-05-07T18:27:49.638Z | Compiling openssl-sys v0.9.114 |
| 1377 | 2026-05-07T18:27:50.025Z | Compiling serde_derive_internals v0.29.1 |
| 1378 | 2026-05-07T18:27:50.053Z | Compiling serde_derive v1.0.228 |
| 1379 | 2026-05-07T18:27:50.159Z | Compiling zeroize_derive v1.4.3 |
| 1380 | 2026-05-07T18:27:50.250Z | Compiling zerofrom-derive v0.1.6 |
| 1381 | 2026-05-07T18:27:50.437Z | Compiling yoke-derive v0.8.1 |
| 1382 | 2026-05-07T18:27:50.803Z | Compiling zeroize v1.8.2 |
| 1383 | 2026-05-07T18:27:50.937Z | Compiling zerocopy-derive v0.8.40 |
| 1384 | 2026-05-07T18:27:51.286Z | Compiling zerovec-derive v0.11.2 |
| 1385 | 2026-05-07T18:27:51.582Z | Compiling crypto-common v0.1.7 |
| 1386 | 2026-05-07T18:27:51.618Z | Compiling block-buffer v0.10.4 |
| 1387 | 2026-05-07T18:27:51.660Z | Compiling zerofrom v0.1.6 |
| 1388 | 2026-05-07T18:27:51.729Z | Compiling displaydoc v0.2.5 |
| 1389 | 2026-05-07T18:27:51.783Z | Compiling yoke v0.8.1 |
| 1390 | 2026-05-07T18:27:51.786Z | Compiling digest v0.10.7 |
| 1391 | 2026-05-07T18:27:51.971Z | Compiling tokio-macros v2.7.0 |
| 1392 | 2026-05-07T18:27:52.049Z | Compiling hmac v0.12.1 |
| 1393 | 2026-05-07T18:27:52.200Z | Compiling futures-macro v0.3.32 |
| 1394 | 2026-05-07T18:27:52.407Z | Compiling zerovec v0.11.5 |
| 1395 | 2026-05-07T18:27:52.463Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-05-07T18:27:52.677Z | Compiling block-padding v0.3.3 |
| 1397 | 2026-05-07T18:27:52.755Z | Compiling sha2 v0.10.9 |
| 1398 | 2026-05-07T18:27:52.830Z | Compiling tinystr v0.8.2 |
| 1399 | 2026-05-07T18:27:52.892Z | Compiling potential_utf v0.1.4 |
| 1400 | 2026-05-07T18:27:53.323Z | Compiling icu_locale_core v2.1.1 |
| 1401 | 2026-05-07T18:27:53.333Z | Compiling icu_collections v2.1.1 |
| 1402 | 2026-05-07T18:27:53.333Z | Compiling futures-util v0.3.32 |
| 1403 | 2026-05-07T18:27:53.403Z | Compiling inout v0.1.4 |
| 1404 | 2026-05-07T18:27:53.548Z | Compiling bytes v1.11.1 |
| 1405 | 2026-05-07T18:27:53.575Z | Compiling cipher v0.4.4 |
| 1406 | 2026-05-07T18:27:53.579Z | Compiling der_derive v0.7.3 |
| 1407 | 2026-05-07T18:27:53.841Z | Compiling icu_provider v2.1.1 |
| 1408 | 2026-05-07T18:27:53.926Z | Compiling salsa20 v0.10.2 |
| 1409 | 2026-05-07T18:27:54.072Z | Compiling tokio v1.52.1 |
| 1410 | 2026-05-07T18:27:54.093Z | Compiling icu_properties v2.1.2 |
| 1411 | 2026-05-07T18:27:54.137Z | Compiling icu_normalizer v2.1.1 |
| 1412 | 2026-05-07T18:27:54.156Z | Compiling http v1.4.0 |
| 1413 | 2026-05-07T18:27:54.536Z | Compiling der v0.7.10 |
| 1414 | 2026-05-07T18:27:54.670Z | Compiling chrono v0.4.44 |
| 1415 | 2026-05-07T18:27:55.044Z | Compiling idna_adapter v1.2.1 |
| 1416 | 2026-05-07T18:27:55.176Z | Compiling idna v1.1.0 |
| 1417 | 2026-05-07T18:27:55.209Z | Compiling ppv-lite86 v0.2.21 |
| 1418 | 2026-05-07T18:27:55.365Z | Compiling spki v0.7.3 |
| 1419 | 2026-05-07T18:27:55.378Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-05-07T18:27:55.491Z | Compiling url v2.5.8 |
| 1421 | 2026-05-07T18:27:55.506Z | Compiling thiserror-impl v2.0.18 |
| 1422 | 2026-05-07T18:27:55.562Z | Compiling scrypt v0.11.0 |
| 1423 | 2026-05-07T18:27:55.706Z | Compiling rand_chacha v0.9.0 |
| 1424 | 2026-05-07T18:27:55.802Z | Compiling cbc v0.1.2 |
| 1425 | 2026-05-07T18:27:55.816Z | Compiling aes v0.8.4 |
| 1426 | 2026-05-07T18:27:55.949Z | Compiling rustls-pki-types v1.14.0 |
| 1427 | 2026-05-07T18:27:56.021Z | Compiling tracing-attributes v0.1.31 |
| 1428 | 2026-05-07T18:27:56.266Z | Compiling pkcs5 v0.7.1 |
| 1429 | 2026-05-07T18:27:56.378Z | Compiling rand v0.9.2 |
| 1430 | 2026-05-07T18:27:56.393Z | Compiling http-body v1.0.1 |
| 1431 | 2026-05-07T18:27:56.603Z | Compiling openssl-probe v0.2.1 |
| 1432 | 2026-05-07T18:27:56.738Z | Compiling base64 v0.22.1 |
| 1433 | 2026-05-07T18:27:56.777Z | Compiling httparse v1.10.1 |
| 1434 | 2026-05-07T18:27:56.795Z | Compiling thiserror v2.0.18 |
| 1435 | 2026-05-07T18:27:56.840Z | Compiling untrusted v0.7.1 |
| 1436 | 2026-05-07T18:27:56.899Z | Compiling schemars v0.8.22 |
| 1437 | 2026-05-07T18:27:56.959Z | Compiling untrusted v0.9.0 |
| 1438 | 2026-05-07T18:27:57.044Z | Compiling pkcs8 v0.10.2 |
| 1439 | 2026-05-07T18:27:57.121Z | Compiling schemars_derive v0.8.22 |
| 1440 | 2026-05-07T18:27:57.144Z | Compiling pest_derive v2.8.6 |
| 1441 | 2026-05-07T18:27:57.157Z | Compiling scroll_derive v0.13.1 |
| 1442 | 2026-05-07T18:27:57.291Z | Compiling tracing v0.1.44 |
| 1443 | 2026-05-07T18:27:57.342Z | Compiling darling_core v0.20.11 |
| 1444 | 2026-05-07T18:27:57.551Z | Compiling tower-service v0.3.3 |
| 1445 | 2026-05-07T18:27:57.554Z | Compiling atomic-waker v1.1.2 |
| 1446 | 2026-05-07T18:27:57.647Z | Compiling dyn-clone v1.0.20 |
| 1447 | 2026-05-07T18:27:57.686Z | Compiling tokio-util v0.7.18 |
| 1448 | 2026-05-07T18:27:57.782Z | Compiling rustls v0.23.37 |
| 1449 | 2026-05-07T18:27:57.933Z | Compiling tinyvec_macros v0.1.1 |
| 1450 | 2026-05-07T18:27:57.951Z | Compiling tower-layer v0.3.3 |
| 1451 | 2026-05-07T18:27:58.003Z | Compiling try-lock v0.2.5 |
| 1452 | 2026-05-07T18:27:58.108Z | Compiling want v0.3.1 |
| 1453 | 2026-05-07T18:27:58.108Z | Compiling tinyvec v1.10.0 |
| 1454 | 2026-05-07T18:27:58.313Z | Compiling scroll v0.13.0 |
| 1455 | 2026-05-07T18:27:58.515Z | Compiling h2 v0.4.13 |
| 1456 | 2026-05-07T18:27:59.044Z | Compiling ipnet v2.11.0 |
| 1457 | 2026-05-07T18:27:59.059Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1458 | 2026-05-07T18:27:59.059Z | Compiling spin v0.9.8 |
| 1459 | 2026-05-07T18:27:59.073Z | Compiling aho-corasick v1.1.4 |
| 1460 | 2026-05-07T18:27:59.201Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-05-07T18:27:59.204Z | Compiling pin-utils v0.1.0 |
| 1462 | 2026-05-07T18:27:59.276Z | Compiling powerfmt v0.2.0 |
| 1463 | 2026-05-07T18:27:59.434Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-05-07T18:27:59.477Z | Compiling openssl v0.10.78 |
| 1465 | 2026-05-07T18:27:59.520Z | Compiling crc32fast v1.5.0 |
| 1466 | 2026-05-07T18:27:59.626Z | Compiling darling_macro v0.20.11 |
| 1467 | 2026-05-07T18:27:59.664Z | Compiling num-conv v0.2.0 |
| 1468 | 2026-05-07T18:27:59.679Z | Compiling time-core v0.1.8 |
| 1469 | 2026-05-07T18:27:59.717Z | Compiling foreign-types v0.3.2 |
| 1470 | 2026-05-07T18:27:59.792Z | Compiling deranged v0.5.8 |
| 1471 | 2026-05-07T18:27:59.792Z | Compiling tempfile v3.25.0 |
| 1472 | 2026-05-07T18:27:59.818Z | Compiling time-macros v0.2.27 |
| 1473 | 2026-05-07T18:28:00.078Z | Compiling darling v0.20.11 |
| 1474 | 2026-05-07T18:28:00.160Z | Compiling regex-automata v0.4.14 |
| 1475 | 2026-05-07T18:28:00.174Z | Compiling goblin v0.10.5 |
| 1476 | 2026-05-07T18:28:00.749Z | Compiling openssl-macros v0.1.1 |
| 1477 | 2026-05-07T18:28:00.843Z | Compiling wait-timeout v0.2.1 |
| 1478 | 2026-05-07T18:28:01.114Z | Compiling siphasher v1.0.2 |
| 1479 | 2026-05-07T18:28:01.128Z | Compiling num_threads v0.1.7 |
| 1480 | 2026-05-07T18:28:01.221Z | Compiling quick-error v1.2.3 |
| 1481 | 2026-05-07T18:28:01.274Z | Compiling syn v1.0.109 |
| 1482 | 2026-05-07T18:28:01.298Z | Compiling native-tls v0.2.18 |
| 1483 | 2026-05-07T18:28:01.324Z | Compiling usdt-impl v0.6.0 |
| 1484 | 2026-05-07T18:28:01.493Z | Compiling hyper v1.8.1 |
| 1485 | 2026-05-07T18:28:01.524Z | Compiling bit-vec v0.8.0 |
| 1486 | 2026-05-07T18:28:01.568Z | Compiling simd-adler32 v0.3.8 |
| 1487 | 2026-05-07T18:28:01.746Z | Compiling crossbeam-utils v0.8.21 |
| 1488 | 2026-05-07T18:28:01.801Z | Compiling bit-set v0.8.0 |
| 1489 | 2026-05-07T18:28:02.057Z | Compiling rusty-fork v0.3.1 |
| 1490 | 2026-05-07T18:28:02.070Z | Compiling time v0.3.47 |
| 1491 | 2026-05-07T18:28:02.413Z | Compiling derive_builder_core v0.20.2 |
| 1492 | 2026-05-07T18:28:03.037Z | Compiling dof v0.4.0 |
| 1493 | 2026-05-07T18:28:03.325Z | Compiling hyper-util v0.1.20 |
| 1494 | 2026-05-07T18:28:03.815Z | Compiling unicode-normalization v0.1.25 |
| 1495 | 2026-05-07T18:28:04.242Z | Compiling dtrace-parser v0.3.0 |
| 1496 | 2026-05-07T18:28:04.258Z | Compiling rustls-native-certs v0.8.3 |
| 1497 | 2026-05-07T18:28:04.272Z | Compiling signature v2.2.0 |
| 1498 | 2026-05-07T18:28:04.402Z | Compiling scroll_derive v0.12.1 |
| 1499 | 2026-05-07T18:28:04.442Z | Compiling thiserror-impl v1.0.69 |
| 1500 | 2026-05-07T18:28:04.540Z | Compiling heapless v0.7.17 |
| 1501 | 2026-05-07T18:28:04.774Z | Compiling rand_xorshift v0.4.0 |
| 1502 | 2026-05-07T18:28:04.934Z | Compiling slog v2.8.2 |
| 1503 | 2026-05-07T18:28:04.967Z | Compiling darling_core v0.21.3 |
| 1504 | 2026-05-07T18:28:05.029Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1505 | 2026-05-07T18:28:05.042Z | Compiling sync_wrapper v1.0.2 |
| 1506 | 2026-05-07T18:28:05.113Z | Compiling thread-id v5.1.0 |
| 1507 | 2026-05-07T18:28:05.145Z | Compiling cookie v0.18.1 |
| 1508 | 2026-05-07T18:28:05.195Z | Compiling paste v1.0.15 |
| 1509 | 2026-05-07T18:28:05.294Z | Compiling anyhow v1.0.102 |
| 1510 | 2026-05-07T18:28:05.322Z | Compiling zstd-safe v7.2.4 |
| 1511 | 2026-05-07T18:28:05.338Z | Compiling adler2 v2.0.1 |
| 1512 | 2026-05-07T18:28:05.456Z | Compiling allocator-api2 v0.2.21 |
| 1513 | 2026-05-07T18:28:05.470Z | Compiling unarray v0.1.4 |
| 1514 | 2026-05-07T18:28:05.510Z | Compiling signal-hook v0.3.18 |
| 1515 | 2026-05-07T18:28:05.576Z | Compiling unicode-bidi v0.3.18 |
| 1516 | 2026-05-07T18:28:05.591Z | Compiling unicode-properties v0.1.4 |
| 1517 | 2026-05-07T18:28:05.676Z | Compiling thiserror v1.0.69 |
| 1518 | 2026-05-07T18:28:05.772Z | Compiling proptest v1.10.0 |
| 1519 | 2026-05-07T18:28:05.786Z | Compiling miniz_oxide v0.8.9 |
| 1520 | 2026-05-07T18:28:05.877Z | Compiling stringprep v0.1.5 |
| 1521 | 2026-05-07T18:28:06.304Z | Compiling tower v0.5.3 |
| 1522 | 2026-05-07T18:28:06.432Z | Compiling scroll v0.12.0 |
| 1523 | 2026-05-07T18:28:06.649Z | Compiling derive_builder_macro v0.20.2 |
| 1524 | 2026-05-07T18:28:06.762Z | Compiling ipnetwork v0.21.1 |
| 1525 | 2026-05-07T18:28:06.792Z | Compiling http-body-util v0.1.3 |
| 1526 | 2026-05-07T18:28:07.027Z | Compiling webpki-roots v1.0.6 |
| 1527 | 2026-05-07T18:28:07.093Z | Compiling rand_chacha v0.3.1 |
| 1528 | 2026-05-07T18:28:07.131Z | Compiling serde_spanned v0.6.9 |
| 1529 | 2026-05-07T18:28:07.145Z | Compiling toml_datetime v0.6.11 |
| 1530 | 2026-05-07T18:28:07.145Z | Compiling serde_tokenstream v0.2.3 |
| 1531 | 2026-05-07T18:28:07.273Z | Compiling erased-serde v0.3.31 |
| 1532 | 2026-05-07T18:28:07.411Z | Compiling md-5 v0.10.6 |
| 1533 | 2026-05-07T18:28:07.426Z | Compiling darling_macro v0.21.3 |
| 1534 | 2026-05-07T18:28:07.448Z | Compiling zerocopy-derive v0.7.35 |
| 1535 | 2026-05-07T18:28:07.575Z | Compiling curve25519-dalek v4.1.3 |
| 1536 | 2026-05-07T18:28:07.744Z | Compiling vergen-lib v0.1.6 |
| 1537 | 2026-05-07T18:28:07.878Z | Compiling num-integer v0.1.46 |
| 1538 | 2026-05-07T18:28:07.892Z | Compiling hash32 v0.2.1 |
| 1539 | 2026-05-07T18:28:07.906Z | Compiling ff v0.13.1 |
| 1540 | 2026-05-07T18:28:07.922Z | Compiling memoffset v0.9.1 |
| 1541 | 2026-05-07T18:28:08.039Z | Compiling ryu v1.0.23 |
| 1542 | 2026-05-07T18:28:08.072Z | Compiling litrs v1.0.0 |
| 1543 | 2026-05-07T18:28:08.107Z | Compiling num-bigint-dig v0.8.6 |
| 1544 | 2026-05-07T18:28:08.219Z | Compiling fallible-iterator v0.2.0 |
| 1545 | 2026-05-07T18:28:08.254Z | Compiling rustix v0.38.44 |
| 1546 | 2026-05-07T18:28:08.319Z | Compiling zlib-rs v0.6.2 |
| 1547 | 2026-05-07T18:28:08.341Z | Compiling iri-string v0.7.10 |
| 1548 | 2026-05-07T18:28:08.531Z | Compiling psl-types v2.0.11 |
| 1549 | 2026-05-07T18:28:08.596Z | Compiling cfg_aliases v0.2.1 |
| 1550 | 2026-05-07T18:28:08.626Z | Compiling base16ct v0.2.0 |
| 1551 | 2026-05-07T18:28:08.657Z | Compiling smoltcp v0.9.1 |
| 1552 | 2026-05-07T18:28:08.671Z | Compiling ref-cast v1.0.25 |
| 1553 | 2026-05-07T18:28:08.804Z | Compiling sec1 v0.7.3 |
| 1554 | 2026-05-07T18:28:09.011Z | Compiling nix v0.31.2 |
| 1555 | 2026-05-07T18:28:09.025Z | Compiling publicsuffix v2.3.0 |
| 1556 | 2026-05-07T18:28:09.081Z | Compiling document-features v0.2.12 |
| 1557 | 2026-05-07T18:28:09.284Z | Compiling postgres-protocol v0.6.10 |
| 1558 | 2026-05-07T18:28:09.379Z | Compiling zerocopy v0.7.35 |
| 1559 | 2026-05-07T18:28:09.677Z | Compiling tower-http v0.6.8 |
| 1560 | 2026-05-07T18:28:09.854Z | Compiling serde_urlencoded v0.7.1 |
| 1561 | 2026-05-07T18:28:09.929Z | Compiling num-iter v0.1.45 |
| 1562 | 2026-05-07T18:28:10.048Z | Compiling newtype-uuid v1.3.2 |
| 1563 | 2026-05-07T18:28:10.068Z | Compiling group v0.13.0 |
| 1564 | 2026-05-07T18:28:10.187Z | Compiling darling v0.21.3 |
| 1565 | 2026-05-07T18:28:10.268Z | Compiling rand v0.8.5 |
| 1566 | 2026-05-07T18:28:10.367Z | Compiling derive_builder v0.20.2 |
| 1567 | 2026-05-07T18:28:10.418Z | Compiling oxnet v0.1.4 |
| 1568 | 2026-05-07T18:28:10.490Z | Compiling tokio-native-tls v0.3.1 |
| 1569 | 2026-05-07T18:28:10.558Z | Compiling hubpack_derive v0.1.1 |
| 1570 | 2026-05-07T18:28:10.654Z | Compiling goblin v0.8.2 |
| 1571 | 2026-05-07T18:28:11.138Z | Compiling flate2 v1.1.9 |
| 1572 | 2026-05-07T18:28:11.373Z | Compiling regex v1.12.3 |
| 1573 | 2026-05-07T18:28:11.448Z | Compiling phf_shared v0.13.1 |
| 1574 | 2026-05-07T18:28:11.496Z | Compiling lazy_static v1.5.0 |
| 1575 | 2026-05-07T18:28:11.511Z | Compiling cargo-platform v0.1.9 |
| 1576 | 2026-05-07T18:28:11.541Z | Compiling hkdf v0.12.4 |
| 1577 | 2026-05-07T18:28:11.588Z | Compiling crypto-bigint v0.5.5 |
| 1578 | 2026-05-07T18:28:11.687Z | Compiling terminal_size v0.4.3 |
| 1579 | 2026-05-07T18:28:11.704Z | Compiling strum_macros v0.27.2 |
| 1580 | 2026-05-07T18:28:11.755Z | Compiling daft-derive v0.1.5 |
| 1581 | 2026-05-07T18:28:11.803Z | Compiling ref-cast-impl v1.0.25 |
| 1582 | 2026-05-07T18:28:11.823Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1583 | 2026-05-07T18:28:12.327Z | Compiling async-trait v0.1.89 |
| 1584 | 2026-05-07T18:28:12.450Z | Compiling vergen v9.0.6 |
| 1585 | 2026-05-07T18:28:12.466Z | Compiling fs-err v3.3.0 |
| 1586 | 2026-05-07T18:28:12.636Z | Compiling ahash v0.8.12 |
| 1587 | 2026-05-07T18:28:12.657Z | Compiling bitflags v1.3.2 |
| 1588 | 2026-05-07T18:28:12.735Z | Compiling unicode-segmentation v1.12.0 |
| 1589 | 2026-05-07T18:28:12.838Z | Compiling foldhash v0.1.5 |
| 1590 | 2026-05-07T18:28:13.010Z | Compiling foldhash v0.2.0 |
| 1591 | 2026-05-07T18:28:13.121Z | Compiling libbz2-rs-sys v0.2.2 |
| 1592 | 2026-05-07T18:28:13.278Z | Compiling winnow v0.5.40 |
| 1593 | 2026-05-07T18:28:13.374Z | Compiling managed v0.8.0 |
| 1594 | 2026-05-07T18:28:13.594Z | Compiling object v0.37.3 |
| 1595 | 2026-05-07T18:28:13.696Z | Compiling bumpalo v3.20.2 |
| 1596 | 2026-05-07T18:28:13.727Z | Compiling clap_builder v4.5.60 |
| 1597 | 2026-05-07T18:28:13.856Z | Compiling strum v0.27.2 |
| 1598 | 2026-05-07T18:28:13.918Z | Compiling zopfli v0.8.3 |
| 1599 | 2026-05-07T18:28:13.951Z | Compiling bzip2 v0.6.1 |
| 1600 | 2026-05-07T18:28:14.159Z | Compiling hashbrown v0.16.1 |
| 1601 | 2026-05-07T18:28:14.173Z | Compiling hashbrown v0.15.5 |
| 1602 | 2026-05-07T18:28:14.587Z | Compiling toml_edit v0.19.15 |
| 1603 | 2026-05-07T18:28:14.718Z | Compiling dof v0.3.0 |
| 1604 | 2026-05-07T18:28:14.792Z | Compiling elliptic-curve v0.13.8 |
| 1605 | 2026-05-07T18:28:14.839Z | Compiling daft v0.1.5 |
| 1606 | 2026-05-07T18:28:15.174Z | Compiling cargo_metadata v0.19.2 |
| 1607 | 2026-05-07T18:28:15.211Z | Compiling phf v0.13.1 |
| 1608 | 2026-05-07T18:28:15.422Z | Compiling signal-hook-mio v0.2.5 |
| 1609 | 2026-05-07T18:28:15.538Z | Compiling cookie_store v0.22.1 |
| 1610 | 2026-05-07T18:28:16.494Z | Compiling hubpack v0.1.2 |
| 1611 | 2026-05-07T18:28:16.536Z | Compiling zstd v0.13.3 |
| 1612 | 2026-05-07T18:28:16.708Z | Compiling bzip2 v0.4.4 |
| 1613 | 2026-05-07T18:28:16.722Z | Compiling hyper-tls v0.6.0 |
| 1614 | 2026-05-07T18:28:16.725Z | Compiling serde_with_macros v3.17.0 |
| 1615 | 2026-05-07T18:28:16.879Z | Compiling postgres-types v0.2.12 |
| 1616 | 2026-05-07T18:28:16.945Z | Compiling usdt-macro v0.6.0 |
| 1617 | 2026-05-07T18:28:17.166Z | Compiling usdt-attr-macro v0.6.0 |
| 1618 | 2026-05-07T18:28:17.425Z | Compiling dtrace-parser v0.2.0 |
| 1619 | 2026-05-07T18:28:17.674Z | Compiling ed25519 v2.2.3 |
| 1620 | 2026-05-07T18:28:17.764Z | Compiling bstr v1.12.1 |
| 1621 | 2026-05-07T18:28:17.845Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-05-07T18:28:17.942Z | Compiling pkcs1 v0.7.5 |
| 1623 | 2026-05-07T18:28:18.017Z | Compiling hex v0.4.3 |
| 1624 | 2026-05-07T18:28:18.032Z | Compiling serde-big-array v0.5.1 |
| 1625 | 2026-05-07T18:28:18.193Z | Compiling rfc6979 v0.4.0 |
| 1626 | 2026-05-07T18:28:18.216Z | Compiling serde_repr v0.1.20 |
| 1627 | 2026-05-07T18:28:18.299Z | Compiling clap_derive v4.5.55 |
| 1628 | 2026-05-07T18:28:18.325Z | Compiling enum-as-inner v0.6.1 |
| 1629 | 2026-05-07T18:28:18.364Z | Compiling strum_macros v0.26.4 |
| 1630 | 2026-05-07T18:28:18.447Z | Compiling float-cmp v0.10.0 |
| 1631 | 2026-05-07T18:28:18.597Z | Compiling thread-id v4.2.2 |
| 1632 | 2026-05-07T18:28:18.625Z | Compiling memmap2 v0.9.10 |
| 1633 | 2026-05-07T18:28:18.687Z | Compiling env_filter v1.0.0 |
| 1634 | 2026-05-07T18:28:18.746Z | Compiling encoding_rs v0.8.35 |
| 1635 | 2026-05-07T18:28:18.816Z | Compiling jiff v0.2.21 |
| 1636 | 2026-05-07T18:28:18.839Z | Compiling new_debug_unreachable v1.0.6 |
| 1637 | 2026-05-07T18:28:18.913Z | Compiling either v1.15.0 |
| 1638 | 2026-05-07T18:28:18.994Z | Compiling whoami v2.1.0 |
| 1639 | 2026-05-07T18:28:19.122Z | Compiling data-encoding v2.10.0 |
| 1640 | 2026-05-07T18:28:19.376Z | Compiling fixedbitset v0.5.7 |
| 1641 | 2026-05-07T18:28:19.695Z | Compiling mime v0.3.17 |
| 1642 | 2026-05-07T18:28:19.818Z | Compiling static_assertions v1.1.0 |
| 1643 | 2026-05-07T18:28:19.895Z | Compiling difflib v0.4.0 |
| 1644 | 2026-05-07T18:28:19.933Z | Compiling precomputed-hash v0.1.1 |
| 1645 | 2026-05-07T18:28:20.028Z | Compiling keccak v0.1.6 |
| 1646 | 2026-05-07T18:28:20.063Z | Compiling normalize-line-endings v0.3.0 |
| 1647 | 2026-05-07T18:28:20.106Z | Compiling predicates-core v1.0.10 |
| 1648 | 2026-05-07T18:28:20.158Z | Compiling fixedbitset v0.4.2 |
| 1649 | 2026-05-07T18:28:20.253Z | Compiling rustc-hash v2.1.1 |
| 1650 | 2026-05-07T18:28:20.281Z | Compiling predicates v3.1.4 |
| 1651 | 2026-05-07T18:28:20.369Z | Compiling iddqd v0.3.18 |
| 1652 | 2026-05-07T18:28:20.383Z | Compiling petgraph v0.6.5 |
| 1653 | 2026-05-07T18:28:20.441Z | Compiling sha3 v0.10.8 |
| 1654 | 2026-05-07T18:28:20.833Z | Compiling toml_edit v0.22.27 |
| 1655 | 2026-05-07T18:28:20.885Z | Compiling strum v0.26.3 |
| 1656 | 2026-05-07T18:28:20.914Z | Compiling clap v4.5.60 |
| 1657 | 2026-05-07T18:28:20.973Z | Compiling string_cache v0.8.9 |
| 1658 | 2026-05-07T18:28:20.995Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1659 | 2026-05-07T18:28:21.011Z | Compiling petgraph v0.8.3 |
| 1660 | 2026-05-07T18:28:21.191Z | Compiling hickory-proto v0.25.2 |
| 1661 | 2026-05-07T18:28:21.496Z | Compiling zip v4.6.1 |
| 1662 | 2026-05-07T18:28:21.843Z | Compiling tokio-postgres v0.7.16 |
| 1663 | 2026-05-07T18:28:22.448Z | Compiling itertools v0.13.0 |
| 1664 | 2026-05-07T18:28:22.934Z | Compiling env_logger v0.11.9 |
| 1665 | 2026-05-07T18:28:22.982Z | Compiling usdt v0.6.0 |
| 1666 | 2026-05-07T18:28:23.272Z | Compiling usdt-impl v0.5.0 |
| 1667 | 2026-05-07T18:28:23.310Z | Compiling ecdsa v0.16.9 |
| 1668 | 2026-05-07T18:28:23.561Z | Compiling serde_with v3.17.0 |
| 1669 | 2026-05-07T18:28:23.673Z | Compiling similar v2.7.0 |
| 1670 | 2026-05-07T18:28:23.704Z | Compiling rsa v0.9.10 |
| 1671 | 2026-05-07T18:28:23.799Z | Compiling ed25519-dalek v2.2.0 |
| 1672 | 2026-05-07T18:28:23.863Z | Compiling crossterm v0.28.1 |
| 1673 | 2026-05-07T18:28:24.450Z | Compiling zip v0.6.6 |
| 1674 | 2026-05-07T18:28:24.940Z | Compiling toml v0.7.8 |
| 1675 | 2026-05-07T18:28:25.400Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1676 | 2026-05-07T18:28:25.458Z | Compiling heck v0.4.1 |
| 1677 | 2026-05-07T18:28:25.467Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-05-07T18:28:25.540Z | Compiling tokio-stream v0.1.18 |
| 1679 | 2026-05-07T18:28:25.662Z | Compiling buf-list v1.1.2 |
| 1680 | 2026-05-07T18:28:25.812Z | Compiling x509-cert v0.2.5 |
| 1681 | 2026-05-07T18:28:25.832Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1682 | 2026-05-07T18:28:25.939Z | Compiling openapiv3 v2.2.0 |
| 1683 | 2026-05-07T18:28:26.004Z | Compiling sha1 v0.10.6 |
| 1684 | 2026-05-07T18:28:26.036Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1685 | 2026-05-07T18:28:26.131Z | Compiling peg-runtime v0.8.5 |
| 1686 | 2026-05-07T18:28:26.226Z | Compiling lalrpop-util v0.19.12 |
| 1687 | 2026-05-07T18:28:26.322Z | Compiling thread_local v1.1.9 |
| 1688 | 2026-05-07T18:28:26.408Z | Compiling slog-async v2.8.0 |
| 1689 | 2026-05-07T18:28:26.425Z | Compiling crossbeam-channel v0.5.15 |
| 1690 | 2026-05-07T18:28:26.569Z | Compiling futures-executor v0.3.32 |
| 1691 | 2026-05-07T18:28:26.724Z | Compiling is-terminal v0.4.17 |
| 1692 | 2026-05-07T18:28:26.822Z | Compiling filetime v0.2.27 |
| 1693 | 2026-05-07T18:28:26.832Z | Compiling term v1.2.1 |
| 1694 | 2026-05-07T18:28:26.873Z | Compiling xattr v1.6.1 |
| 1695 | 2026-05-07T18:28:27.005Z | Compiling take_mut v0.2.2 |
| 1696 | 2026-05-07T18:28:27.008Z | Compiling tar v0.4.45 |
| 1697 | 2026-05-07T18:28:27.041Z | Compiling futures v0.3.32 |
| 1698 | 2026-05-07T18:28:27.117Z | Compiling slog-term v2.9.2 |
| 1699 | 2026-05-07T18:28:36.995Z | Compiling rustls-webpki v0.103.9 |
| 1700 | 2026-05-07T18:28:39.786Z | Compiling tokio-rustls v0.26.4 |
| 1701 | 2026-05-07T18:28:39.786Z | Compiling rustls-platform-verifier v0.6.2 |
| 1702 | 2026-05-07T18:28:39.980Z | Compiling hyper-rustls v0.27.7 |
| 1703 | 2026-05-07T18:28:40.190Z | Compiling reqwest v0.12.28 |
| 1704 | 2026-05-07T18:28:40.190Z | Compiling reqwest v0.13.2 |
| 1705 | 2026-05-07T18:28:42.257Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1706 | 2026-05-07T18:28:42.472Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1707 | 2026-05-07T18:28:45.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 1708 | 2026-05-07T18:28:45.471Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1709 | 2026-05-07T18:28:45.529Z | May 07 18:28:43.899 INFO Starting download, target: Console |
| 1710 | 2026-05-07T18:28:45.529Z | May 07 18:28:43.899 INFO Starting download, target: Cockroach |
| 1711 | 2026-05-07T18:28:45.529Z | May 07 18:28:43.899 INFO Starting download, target: Clickhouse |
| 1712 | 2026-05-07T18:28:45.529Z | May 07 18:28:43.899 INFO Starting download, target: DendriteStub |
| 1713 | 2026-05-07T18:28:45.532Z | May 07 18:28:43.899 INFO Starting download, target: MaghemiteMgd |
| 1714 | 2026-05-07T18:28:45.532Z | May 07 18:28:43.899 INFO Starting download, target: TransceiverControl |
| 1715 | 2026-05-07T18:28:45.532Z | May 07 18:28:43.899 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1716 | 2026-05-07T18:28:45.532Z | May 07 18:28:43.899 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1717 | 2026-05-07T18:28:45.532Z | May 07 18:28:43.899 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1718 | 2026-05-07T18:28:45.532Z | May 07 18:28:43.899 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1719 | 2026-05-07T18:28:45.532Z | May 07 18:28:43.899 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1720 | 2026-05-07T18:28:45.532Z | May 07 18:28:43.899 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1721 | 2026-05-07T18:28:46.101Z | May 07 18:28:44.466 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1722 | 2026-05-07T18:28:46.307Z | May 07 18:28:44.672 INFO Download complete, target: TransceiverControl |
| 1723 | 2026-05-07T18:28:46.471Z | May 07 18:28:44.839 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1724 | 2026-05-07T18:28:46.704Z | May 07 18:28:45.074 INFO Download complete, target: Console |
| 1725 | 2026-05-07T18:28:47.229Z | May 07 18:28:45.592 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1726 | 2026-05-07T18:28:47.289Z | May 07 18:28:45.656 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1727 | 2026-05-07T18:28:47.360Z | May 07 18:28:45.727 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1728 | 2026-05-07T18:28:47.649Z | May 07 18:28:46.019 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1729 | 2026-05-07T18:28:47.649Z | May 07 18:28:46.019 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1730 | 2026-05-07T18:28:49.583Z | May 07 18:28:47.953 INFO Download complete, target: MaghemiteMgd |
| 1731 | 2026-05-07T18:28:49.625Z | May 07 18:28:47.995 INFO Download complete, target: DendriteStub |
| 1732 | 2026-05-07T18:28:52.227Z | May 07 18:28:50.597 INFO Checking that binary works, target: Cockroach |
| 1733 | 2026-05-07T18:28:52.344Z | May 07 18:28:50.714 INFO Download complete, target: Cockroach |
| 1734 | 2026-05-07T18:28:54.109Z | May 07 18:28:52.473 INFO Checking that binary works, target: Clickhouse |
| 1735 | 2026-05-07T18:28:54.226Z | May 07 18:28:52.593 INFO Download complete, target: Clickhouse |
| 1736 | 2026-05-07T18:28:54.238Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1737 | 2026-05-07T18:28:54.241Z | |
| 1738 | 2026-05-07T18:28:54.241Z | real 2:12.986295523 |
| 1739 | 2026-05-07T18:28:54.241Z | user 6:43.506271577 |
| 1740 | 2026-05-07T18:28:54.241Z | sys 1:20.064318272 |
| 1741 | 2026-05-07T18:28:54.241Z | trap 0.218259124 |
| 1742 | 2026-05-07T18:28:54.241Z | tflt 0.627957609 |
| 1743 | 2026-05-07T18:28:54.241Z | dflt 0.618580143 |
| 1744 | 2026-05-07T18:28:54.242Z | kflt 0.025565355 |
| 1745 | 2026-05-07T18:28:54.242Z | lock 20:41.389832320 |
| 1746 | 2026-05-07T18:28:54.242Z | slp 20:38.456340687 |
| 1747 | 2026-05-07T18:28:54.242Z | lat 43.368756613 |
| 1748 | 2026-05-07T18:28:54.242Z | stop 1:56.097787603 |
| 1749 | 2026-05-07T18:28:54.242Z | + banner hack-check |
| 1750 | 2026-05-07T18:28:54.242Z | |
| 1751 | 2026-05-07T18:28:54.242Z | # # ## #### # # #### # # ###### #### # # |
| 1752 | 2026-05-07T18:28:54.242Z | # # # # # # # # # # # # # # # # # |
| 1753 | 2026-05-07T18:28:54.242Z | ###### # # # #### ##### # ###### ##### # #### |
| 1754 | 2026-05-07T18:28:54.242Z | # # ###### # # # # # # # # # # |
| 1755 | 2026-05-07T18:28:54.242Z | # # # # # # # # # # # # # # # # # |
| 1756 | 2026-05-07T18:28:54.242Z | # # # # #### # # #### # # ###### #### # # |
| 1757 | 2026-05-07T18:28:54.242Z | |
| 1758 | 2026-05-07T18:28:54.242Z | + export CARGO_INCREMENTAL=0 |
| 1759 | 2026-05-07T18:28:54.242Z | + CARGO_INCREMENTAL=0 |
| 1760 | 2026-05-07T18:28:54.242Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1761 | 2026-05-07T18:28:54.781Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1762 | 2026-05-07T18:28:55.007Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1763 | 2026-05-07T18:28:56.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1764 | 2026-05-07T18:28:56.946Z | Running `target/debug/xtask check-features --ci` |
| 1765 | 2026-05-07T18:28:56.956Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1766 | 2026-05-07T18:28:56.956Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1767 | 2026-05-07T18:28:57.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1768 | 2026-05-07T18:28:57.467Z | Running `target/debug/xtask download cargo-hack` |
| 1769 | 2026-05-07T18:28:58.242Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1770 | 2026-05-07T18:28:58.560Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1771 | 2026-05-07T18:29:01.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
| 1772 | 2026-05-07T18:29:01.342Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1773 | 2026-05-07T18:29:01.382Z | May 07 18:28:59.751 INFO Starting download, target: CargoHack |
| 1774 | 2026-05-07T18:29:01.385Z | May 07 18:28:59.752 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1775 | 2026-05-07T18:29:01.990Z | May 07 18:29:00.360 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1776 | 2026-05-07T18:29:02.038Z | May 07 18:29:00.408 INFO Download complete, target: CargoHack |
| 1777 | 2026-05-07T18:29:02.043Z | 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" |
| 1778 | 2026-05-07T18:29:02.057Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1779 | 2026-05-07T18:29:02.208Z | info: running `cargo check --bins` on api_identity (1/274) |
| 1780 | 2026-05-07T18:29:02.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1781 | 2026-05-07T18:29:02.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1782 | 2026-05-07T18:29:02.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1783 | 2026-05-07T18:29:02.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1784 | 2026-05-07T18:29:02.793Z | |
| 1785 | 2026-05-07T18:29:02.793Z | info: running `cargo check --bins` on bootstore (2/274) |
| 1786 | 2026-05-07T18:29:03.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1787 | 2026-05-07T18:29:03.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1788 | 2026-05-07T18:29:03.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1789 | 2026-05-07T18:29:03.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1790 | 2026-05-07T18:29:03.377Z | |
| 1791 | 2026-05-07T18:29:03.377Z | info: running `cargo check --bins` on omicron-ledger (3/274) |
| 1792 | 2026-05-07T18:29:03.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1793 | 2026-05-07T18:29:03.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1794 | 2026-05-07T18:29:03.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1795 | 2026-05-07T18:29:03.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1796 | 2026-05-07T18:29:03.960Z | |
| 1797 | 2026-05-07T18:29:03.960Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274) |
| 1798 | 2026-05-07T18:29:04.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1799 | 2026-05-07T18:29:04.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1800 | 2026-05-07T18:29:04.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1801 | 2026-05-07T18:29:04.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1802 | 2026-05-07T18:29:04.559Z | |
| 1803 | 2026-05-07T18:29:04.559Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274) |
| 1804 | 2026-05-07T18:29:05.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1805 | 2026-05-07T18:29:05.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1806 | 2026-05-07T18:29:05.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1807 | 2026-05-07T18:29:05.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1808 | 2026-05-07T18:29:05.129Z | |
| 1809 | 2026-05-07T18:29:05.129Z | info: running `cargo check --bins` on omicron-certificates (6/274) |
| 1810 | 2026-05-07T18:29:05.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1811 | 2026-05-07T18:29:05.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1812 | 2026-05-07T18:29:05.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1813 | 2026-05-07T18:29:05.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1814 | 2026-05-07T18:29:05.722Z | |
| 1815 | 2026-05-07T18:29:05.722Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/274) |
| 1816 | 2026-05-07T18:29:06.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1817 | 2026-05-07T18:29:06.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1818 | 2026-05-07T18:29:06.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1819 | 2026-05-07T18:29:06.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1820 | 2026-05-07T18:29:06.321Z | |
| 1821 | 2026-05-07T18:29:06.321Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274) |
| 1822 | 2026-05-07T18:29:06.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2026-05-07T18:29:06.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2026-05-07T18:29:06.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2026-05-07T18:29:06.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1826 | 2026-05-07T18:29:06.921Z | |
| 1827 | 2026-05-07T18:29:06.921Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274) |
| 1828 | 2026-05-07T18:29:07.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2026-05-07T18:29:07.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2026-05-07T18:29:07.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2026-05-07T18:29:07.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1832 | 2026-05-07T18:29:07.399Z | |
| 1833 | 2026-05-07T18:29:07.399Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274) |
| 1834 | 2026-05-07T18:29:07.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2026-05-07T18:29:07.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2026-05-07T18:29:07.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2026-05-07T18:29:07.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1838 | 2026-05-07T18:29:07.870Z | |
| 1839 | 2026-05-07T18:29:07.871Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274) |
| 1840 | 2026-05-07T18:29:08.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2026-05-07T18:29:08.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2026-05-07T18:29:08.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2026-05-07T18:29:08.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1844 | 2026-05-07T18:29:08.344Z | |
| 1845 | 2026-05-07T18:29:08.344Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274) |
| 1846 | 2026-05-07T18:29:08.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2026-05-07T18:29:08.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2026-05-07T18:29:08.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2026-05-07T18:29:08.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1850 | 2026-05-07T18:29:08.817Z | |
| 1851 | 2026-05-07T18:29:08.817Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274) |
| 1852 | 2026-05-07T18:29:09.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2026-05-07T18:29:09.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2026-05-07T18:29:09.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2026-05-07T18:29:09.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1856 | 2026-05-07T18:29:09.292Z | |
| 1857 | 2026-05-07T18:29:09.292Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274) |
| 1858 | 2026-05-07T18:29:09.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2026-05-07T18:29:09.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2026-05-07T18:29:09.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2026-05-07T18:29:09.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1862 | 2026-05-07T18:29:09.766Z | |
| 1863 | 2026-05-07T18:29:09.766Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274) |
| 1864 | 2026-05-07T18:29:10.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2026-05-07T18:29:10.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2026-05-07T18:29:10.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2026-05-07T18:29:10.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1868 | 2026-05-07T18:29:10.242Z | |
| 1869 | 2026-05-07T18:29:10.242Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274) |
| 1870 | 2026-05-07T18:29:10.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2026-05-07T18:29:10.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2026-05-07T18:29:10.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2026-05-07T18:29:10.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1874 | 2026-05-07T18:29:10.715Z | |
| 1875 | 2026-05-07T18:29:10.715Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274) |
| 1876 | 2026-05-07T18:29:11.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2026-05-07T18:29:11.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2026-05-07T18:29:11.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2026-05-07T18:29:11.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1880 | 2026-05-07T18:29:11.187Z | |
| 1881 | 2026-05-07T18:29:11.187Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274) |
| 1882 | 2026-05-07T18:29:11.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2026-05-07T18:29:11.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2026-05-07T18:29:11.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2026-05-07T18:29:11.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1886 | 2026-05-07T18:29:11.660Z | |
| 1887 | 2026-05-07T18:29:11.660Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274) |
| 1888 | 2026-05-07T18:29:12.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2026-05-07T18:29:12.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2026-05-07T18:29:12.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2026-05-07T18:29:12.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1892 | 2026-05-07T18:29:12.130Z | |
| 1893 | 2026-05-07T18:29:12.130Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274) |
| 1894 | 2026-05-07T18:29:12.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-05-07T18:29:12.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-05-07T18:29:12.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-05-07T18:29:12.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1898 | 2026-05-07T18:29:12.603Z | |
| 1899 | 2026-05-07T18:29:12.604Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274) |
| 1900 | 2026-05-07T18:29:13.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-05-07T18:29:13.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-05-07T18:29:13.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-05-07T18:29:13.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1904 | 2026-05-07T18:29:13.085Z | |
| 1905 | 2026-05-07T18:29:13.085Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274) |
| 1906 | 2026-05-07T18:29:13.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-05-07T18:29:13.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-05-07T18:29:13.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-05-07T18:29:13.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1910 | 2026-05-07T18:29:13.559Z | |
| 1911 | 2026-05-07T18:29:13.559Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274) |
| 1912 | 2026-05-07T18:29:13.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-05-07T18:29:13.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-05-07T18:29:13.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-05-07T18:29:13.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1916 | 2026-05-07T18:29:14.033Z | |
| 1917 | 2026-05-07T18:29:14.033Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274) |
| 1918 | 2026-05-07T18:29:14.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-05-07T18:29:14.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-05-07T18:29:14.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-05-07T18:29:14.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1922 | 2026-05-07T18:29:14.507Z | |
| 1923 | 2026-05-07T18:29:14.507Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274) |
| 1924 | 2026-05-07T18:29:14.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-05-07T18:29:14.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-05-07T18:29:14.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-05-07T18:29:14.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1928 | 2026-05-07T18:29:14.983Z | |
| 1929 | 2026-05-07T18:29:14.983Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274) |
| 1930 | 2026-05-07T18:29:15.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-05-07T18:29:15.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-05-07T18:29:15.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-05-07T18:29:15.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1934 | 2026-05-07T18:29:15.458Z | |
| 1935 | 2026-05-07T18:29:15.458Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274) |
| 1936 | 2026-05-07T18:29:15.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-05-07T18:29:15.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-05-07T18:29:15.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-05-07T18:29:15.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1940 | 2026-05-07T18:29:15.921Z | |
| 1941 | 2026-05-07T18:29:15.921Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274) |
| 1942 | 2026-05-07T18:29:16.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-05-07T18:29:16.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-05-07T18:29:16.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-05-07T18:29:16.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1946 | 2026-05-07T18:29:16.386Z | |
| 1947 | 2026-05-07T18:29:16.386Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274) |
| 1948 | 2026-05-07T18:29:16.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-05-07T18:29:16.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-05-07T18:29:16.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-05-07T18:29:16.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1952 | 2026-05-07T18:29:16.854Z | |
| 1953 | 2026-05-07T18:29:16.854Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274) |
| 1954 | 2026-05-07T18:29:17.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-05-07T18:29:17.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-05-07T18:29:17.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-05-07T18:29:17.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1958 | 2026-05-07T18:29:17.321Z | |
| 1959 | 2026-05-07T18:29:17.321Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274) |
| 1960 | 2026-05-07T18:29:17.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-05-07T18:29:17.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-05-07T18:29:17.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-05-07T18:29:17.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1964 | 2026-05-07T18:29:17.782Z | |
| 1965 | 2026-05-07T18:29:17.782Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274) |
| 1966 | 2026-05-07T18:29:18.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-05-07T18:29:18.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-05-07T18:29:18.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-05-07T18:29:18.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1970 | 2026-05-07T18:29:18.241Z | |
| 1971 | 2026-05-07T18:29:18.241Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274) |
| 1972 | 2026-05-07T18:29:18.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-05-07T18:29:18.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-05-07T18:29:18.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-05-07T18:29:18.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1976 | 2026-05-07T18:29:18.702Z | |
| 1977 | 2026-05-07T18:29:18.702Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274) |
| 1978 | 2026-05-07T18:29:19.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-05-07T18:29:19.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-05-07T18:29:19.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-05-07T18:29:19.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1982 | 2026-05-07T18:29:19.166Z | |
| 1983 | 2026-05-07T18:29:19.166Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274) |
| 1984 | 2026-05-07T18:29:19.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-05-07T18:29:19.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-05-07T18:29:19.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-05-07T18:29:19.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1988 | 2026-05-07T18:29:19.627Z | |
| 1989 | 2026-05-07T18:29:19.627Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274) |
| 1990 | 2026-05-07T18:29:20.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-05-07T18:29:20.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-05-07T18:29:20.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-05-07T18:29:20.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1994 | 2026-05-07T18:29:20.089Z | |
| 1995 | 2026-05-07T18:29:20.089Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274) |
| 1996 | 2026-05-07T18:29:20.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-05-07T18:29:20.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-05-07T18:29:20.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-05-07T18:29:20.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2000 | 2026-05-07T18:29:20.554Z | |
| 2001 | 2026-05-07T18:29:20.554Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274) |
| 2002 | 2026-05-07T18:29:20.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-05-07T18:29:20.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-05-07T18:29:20.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-05-07T18:29:20.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2006 | 2026-05-07T18:29:21.023Z | |
| 2007 | 2026-05-07T18:29:21.023Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274) |
| 2008 | 2026-05-07T18:29:21.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-05-07T18:29:21.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-05-07T18:29:21.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-05-07T18:29:21.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2012 | 2026-05-07T18:29:21.489Z | |
| 2013 | 2026-05-07T18:29:21.489Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274) |
| 2014 | 2026-05-07T18:29:21.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-05-07T18:29:21.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-05-07T18:29:21.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-05-07T18:29:21.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2018 | 2026-05-07T18:29:21.953Z | |
| 2019 | 2026-05-07T18:29:21.953Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274) |
| 2020 | 2026-05-07T18:29:22.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-05-07T18:29:22.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-05-07T18:29:22.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-05-07T18:29:22.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2024 | 2026-05-07T18:29:22.420Z | |
| 2025 | 2026-05-07T18:29:22.420Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274) |
| 2026 | 2026-05-07T18:29:22.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-05-07T18:29:22.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-05-07T18:29:22.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-05-07T18:29:22.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2030 | 2026-05-07T18:29:22.883Z | |
| 2031 | 2026-05-07T18:29:22.883Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274) |
| 2032 | 2026-05-07T18:29:23.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-05-07T18:29:23.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-05-07T18:29:23.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-05-07T18:29:23.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2036 | 2026-05-07T18:29:23.346Z | |
| 2037 | 2026-05-07T18:29:23.346Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274) |
| 2038 | 2026-05-07T18:29:23.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-05-07T18:29:23.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-05-07T18:29:23.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-05-07T18:29:23.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2042 | 2026-05-07T18:29:23.812Z | |
| 2043 | 2026-05-07T18:29:23.812Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274) |
| 2044 | 2026-05-07T18:29:24.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-05-07T18:29:24.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-05-07T18:29:24.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-05-07T18:29:24.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2048 | 2026-05-07T18:29:24.280Z | |
| 2049 | 2026-05-07T18:29:24.280Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274) |
| 2050 | 2026-05-07T18:29:24.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-05-07T18:29:24.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-05-07T18:29:24.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-05-07T18:29:24.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2054 | 2026-05-07T18:29:24.746Z | |
| 2055 | 2026-05-07T18:29:24.746Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274) |
| 2056 | 2026-05-07T18:29:25.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-05-07T18:29:25.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-05-07T18:29:25.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-05-07T18:29:25.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2060 | 2026-05-07T18:29:25.210Z | |
| 2061 | 2026-05-07T18:29:25.210Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274) |
| 2062 | 2026-05-07T18:29:25.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-05-07T18:29:25.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-05-07T18:29:25.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-05-07T18:29:25.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2066 | 2026-05-07T18:29:25.674Z | |
| 2067 | 2026-05-07T18:29:25.674Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274) |
| 2068 | 2026-05-07T18:29:26.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-05-07T18:29:26.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-05-07T18:29:26.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-05-07T18:29:26.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2072 | 2026-05-07T18:29:26.298Z | |
| 2073 | 2026-05-07T18:29:26.298Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274) |
| 2074 | 2026-05-07T18:29:26.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-05-07T18:29:26.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-05-07T18:29:26.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-05-07T18:29:26.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2078 | 2026-05-07T18:29:26.931Z | |
| 2079 | 2026-05-07T18:29:26.931Z | info: running `cargo check --bins` on nexus-config (51/274) |
| 2080 | 2026-05-07T18:29:27.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-05-07T18:29:27.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-05-07T18:29:27.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-05-07T18:29:27.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2084 | 2026-05-07T18:29:27.555Z | |
| 2085 | 2026-05-07T18:29:27.555Z | info: running `cargo check --bins` on nexus-types (52/274) |
| 2086 | 2026-05-07T18:29:28.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-05-07T18:29:28.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-05-07T18:29:28.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-05-07T18:29:28.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2090 | 2026-05-07T18:29:28.178Z | |
| 2091 | 2026-05-07T18:29:28.178Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274) |
| 2092 | 2026-05-07T18:29:28.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-05-07T18:29:28.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-05-07T18:29:28.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-05-07T18:29:28.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2096 | 2026-05-07T18:29:28.769Z | |
| 2097 | 2026-05-07T18:29:28.769Z | info: running `cargo check --bins` on omicron-passwords (54/274) |
| 2098 | 2026-05-07T18:29:29.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-05-07T18:29:29.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-05-07T18:29:29.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-05-07T18:29:29.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2102 | 2026-05-07T18:29:29.345Z | |
| 2103 | 2026-05-07T18:29:29.345Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/274) |
| 2104 | 2026-05-07T18:29:29.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-05-07T18:29:29.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-05-07T18:29:29.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-05-07T18:29:29.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2108 | 2026-05-07T18:29:29.940Z | |
| 2109 | 2026-05-07T18:29:29.940Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274) |
| 2110 | 2026-05-07T18:29:30.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-05-07T18:29:30.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-05-07T18:29:30.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-05-07T18:29:30.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2114 | 2026-05-07T18:29:30.536Z | |
| 2115 | 2026-05-07T18:29:30.536Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274) |
| 2116 | 2026-05-07T18:29:31.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-05-07T18:29:31.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-05-07T18:29:31.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2119 | 2026-05-07T18:29:31.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2120 | 2026-05-07T18:29:31.130Z | |
| 2121 | 2026-05-07T18:29:31.130Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274) |
| 2122 | 2026-05-07T18:29:31.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2123 | 2026-05-07T18:29:31.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2124 | 2026-05-07T18:29:31.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2125 | 2026-05-07T18:29:31.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2126 | 2026-05-07T18:29:31.730Z | |
| 2127 | 2026-05-07T18:29:31.730Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274) |
| 2128 | 2026-05-07T18:29:32.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2129 | 2026-05-07T18:29:32.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2130 | 2026-05-07T18:29:32.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2131 | 2026-05-07T18:29:32.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2132 | 2026-05-07T18:29:32.299Z | |
| 2133 | 2026-05-07T18:29:32.299Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274) |
| 2134 | 2026-05-07T18:29:32.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2135 | 2026-05-07T18:29:32.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2136 | 2026-05-07T18:29:32.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2137 | 2026-05-07T18:29:32.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2138 | 2026-05-07T18:29:32.878Z | |
| 2139 | 2026-05-07T18:29:32.878Z | info: running `cargo check --bins --no-default-features` on gfss (61/274) |
| 2140 | 2026-05-07T18:29:33.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2141 | 2026-05-07T18:29:33.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2142 | 2026-05-07T18:29:33.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2143 | 2026-05-07T18:29:33.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2144 | 2026-05-07T18:29:33.452Z | |
| 2145 | 2026-05-07T18:29:33.452Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274) |
| 2146 | 2026-05-07T18:29:33.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2147 | 2026-05-07T18:29:33.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2148 | 2026-05-07T18:29:33.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2149 | 2026-05-07T18:29:33.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2150 | 2026-05-07T18:29:34.026Z | |
| 2151 | 2026-05-07T18:29:34.026Z | info: running `cargo check --bins` on clickhouse-admin-types (63/274) |
| 2152 | 2026-05-07T18:29:34.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2153 | 2026-05-07T18:29:34.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2154 | 2026-05-07T18:29:34.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2155 | 2026-05-07T18:29:34.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2156 | 2026-05-07T18:29:34.616Z | |
| 2157 | 2026-05-07T18:29:34.616Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/274) |
| 2158 | 2026-05-07T18:29:35.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2159 | 2026-05-07T18:29:35.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2160 | 2026-05-07T18:29:35.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2161 | 2026-05-07T18:29:35.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2162 | 2026-05-07T18:29:35.206Z | |
| 2163 | 2026-05-07T18:29:35.206Z | info: running `cargo check --bins` on cockroach-admin-types (65/274) |
| 2164 | 2026-05-07T18:29:35.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2165 | 2026-05-07T18:29:35.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2166 | 2026-05-07T18:29:35.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2167 | 2026-05-07T18:29:35.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2168 | 2026-05-07T18:29:35.784Z | |
| 2169 | 2026-05-07T18:29:35.784Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/274) |
| 2170 | 2026-05-07T18:29:36.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2171 | 2026-05-07T18:29:36.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2172 | 2026-05-07T18:29:36.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2173 | 2026-05-07T18:29:36.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2174 | 2026-05-07T18:29:36.360Z | |
| 2175 | 2026-05-07T18:29:36.360Z | info: running `cargo check --bins` on ereport-types (67/274) |
| 2176 | 2026-05-07T18:29:36.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2177 | 2026-05-07T18:29:36.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2178 | 2026-05-07T18:29:36.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2179 | 2026-05-07T18:29:36.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2180 | 2026-05-07T18:29:36.947Z | |
| 2181 | 2026-05-07T18:29:36.947Z | info: running `cargo check --bins` on gateway-client (68/274) |
| 2182 | 2026-05-07T18:29:37.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2183 | 2026-05-07T18:29:37.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2184 | 2026-05-07T18:29:37.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2185 | 2026-05-07T18:29:37.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2186 | 2026-05-07T18:29:37.533Z | |
| 2187 | 2026-05-07T18:29:37.533Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/274) |
| 2188 | 2026-05-07T18:29:38.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2189 | 2026-05-07T18:29:38.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2190 | 2026-05-07T18:29:38.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2191 | 2026-05-07T18:29:38.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2192 | 2026-05-07T18:29:38.120Z | |
| 2193 | 2026-05-07T18:29:38.120Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274) |
| 2194 | 2026-05-07T18:29:38.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2195 | 2026-05-07T18:29:38.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2196 | 2026-05-07T18:29:38.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2197 | 2026-05-07T18:29:38.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2198 | 2026-05-07T18:29:38.710Z | |
| 2199 | 2026-05-07T18:29:38.710Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274) |
| 2200 | 2026-05-07T18:29:39.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2201 | 2026-05-07T18:29:39.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2202 | 2026-05-07T18:29:39.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2203 | 2026-05-07T18:29:39.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2204 | 2026-05-07T18:29:39.298Z | |
| 2205 | 2026-05-07T18:29:39.298Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274) |
| 2206 | 2026-05-07T18:29:39.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2207 | 2026-05-07T18:29:39.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2208 | 2026-05-07T18:29:39.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2209 | 2026-05-07T18:29:39.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2210 | 2026-05-07T18:29:39.886Z | |
| 2211 | 2026-05-07T18:29:39.887Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/274) |
| 2212 | 2026-05-07T18:29:40.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2213 | 2026-05-07T18:29:40.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2214 | 2026-05-07T18:29:40.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2215 | 2026-05-07T18:29:40.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2216 | 2026-05-07T18:29:40.499Z | |
| 2217 | 2026-05-07T18:29:40.499Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274) |
| 2218 | 2026-05-07T18:29:41.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2219 | 2026-05-07T18:29:41.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2220 | 2026-05-07T18:29:41.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2221 | 2026-05-07T18:29:41.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2222 | 2026-05-07T18:29:41.107Z | |
| 2223 | 2026-05-07T18:29:41.107Z | info: running `cargo check --bins` on key-manager-types (75/274) |
| 2224 | 2026-05-07T18:29:41.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2225 | 2026-05-07T18:29:41.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2226 | 2026-05-07T18:29:41.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2227 | 2026-05-07T18:29:41.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2228 | 2026-05-07T18:29:41.686Z | |
| 2229 | 2026-05-07T18:29:41.686Z | info: running `cargo check --bins` on oxlog (76/274) |
| 2230 | 2026-05-07T18:29:42.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2231 | 2026-05-07T18:29:42.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2232 | 2026-05-07T18:29:42.291Z | Checking cfg-if v1.0.4 |
| 2233 | 2026-05-07T18:29:42.296Z | Checking libc v0.2.185 |
| 2234 | 2026-05-07T18:29:42.296Z | Checking serde_core v1.0.228 |
| 2235 | 2026-05-07T18:29:42.408Z | Checking zeroize v1.8.2 |
| 2236 | 2026-05-07T18:29:42.416Z | Checking memchr v2.8.0 |
| 2237 | 2026-05-07T18:29:42.424Z | Checking log v0.4.29 |
| 2238 | 2026-05-07T18:29:42.432Z | Checking smallvec v1.15.1 |
| 2239 | 2026-05-07T18:29:42.443Z | Checking typenum v1.19.0 |
| 2240 | 2026-05-07T18:29:42.453Z | Checking subtle v2.6.1 |
| 2241 | 2026-05-07T18:29:42.547Z | Checking itoa v1.0.17 |
| 2242 | 2026-05-07T18:29:42.578Z | Checking scopeguard v1.2.0 |
| 2243 | 2026-05-07T18:29:42.594Z | Checking stable_deref_trait v1.2.1 |
| 2244 | 2026-05-07T18:29:42.605Z | Checking const-oid v0.9.6 |
| 2245 | 2026-05-07T18:29:42.668Z | Checking portable-atomic v1.13.1 |
| 2246 | 2026-05-07T18:29:42.680Z | Checking lock_api v0.4.14 |
| 2247 | 2026-05-07T18:29:42.689Z | Checking zerofrom v0.1.6 |
| 2248 | 2026-05-07T18:29:42.786Z | Checking critical-section v1.2.0 |
| 2249 | 2026-05-07T18:29:42.794Z | Checking getrandom v0.2.17 |
| 2250 | 2026-05-07T18:29:42.797Z | Checking errno v0.3.14 |
| 2251 | 2026-05-07T18:29:42.874Z | Checking yoke v0.8.1 |
| 2252 | 2026-05-07T18:29:42.914Z | Checking parking_lot_core v0.9.12 |
| 2253 | 2026-05-07T18:29:42.941Z | Checking signal-hook-registry v1.4.8 |
| 2254 | 2026-05-07T18:29:42.962Z | Checking generic-array v0.14.7 |
| 2255 | 2026-05-07T18:29:42.977Z | Checking rand_core v0.6.4 |
| 2256 | 2026-05-07T18:29:43.040Z | Checking zerovec v0.11.5 |
| 2257 | 2026-05-07T18:29:43.063Z | Checking once_cell v1.21.3 |
| 2258 | 2026-05-07T18:29:43.096Z | Checking zerocopy v0.8.40 |
| 2259 | 2026-05-07T18:29:43.099Z | Checking pin-project-lite v0.2.17 |
| 2260 | 2026-05-07T18:29:43.150Z | Checking parking_lot v0.12.5 |
| 2261 | 2026-05-07T18:29:43.193Z | Checking mio v1.2.0 |
| 2262 | 2026-05-07T18:29:43.234Z | Checking socket2 v0.6.3 |
| 2263 | 2026-05-07T18:29:43.273Z | Checking libm v0.2.16 |
| 2264 | 2026-05-07T18:29:43.331Z | Checking zmij v1.0.21 |
| 2265 | 2026-05-07T18:29:43.390Z | Checking crypto-common v0.1.7 |
| 2266 | 2026-05-07T18:29:43.468Z | Checking block-buffer v0.10.4 |
| 2267 | 2026-05-07T18:29:43.471Z | Checking tinystr v0.8.2 |
| 2268 | 2026-05-07T18:29:43.480Z | Checking percent-encoding v2.3.2 |
| 2269 | 2026-05-07T18:29:43.510Z | Checking futures-core v0.3.32 |
| 2270 | 2026-05-07T18:29:43.539Z | Checking writeable v0.6.2 |
| 2271 | 2026-05-07T18:29:43.600Z | Checking digest v0.10.7 |
| 2272 | 2026-05-07T18:29:43.624Z | Checking litemap v0.8.1 |
| 2273 | 2026-05-07T18:29:43.636Z | Checking equivalent v1.0.2 |
| 2274 | 2026-05-07T18:29:43.648Z | Checking potential_utf v0.1.4 |
| 2275 | 2026-05-07T18:29:43.698Z | Checking zerotrie v0.2.3 |
| 2276 | 2026-05-07T18:29:43.713Z | Checking cpufeatures v0.2.17 |
| 2277 | 2026-05-07T18:29:43.773Z | Checking icu_collections v2.1.1 |
| 2278 | 2026-05-07T18:29:43.786Z | Checking icu_locale_core v2.1.1 |
| 2279 | 2026-05-07T18:29:43.786Z | Checking hmac v0.12.1 |
| 2280 | 2026-05-07T18:29:43.808Z | Checking block-padding v0.3.3 |
| 2281 | 2026-05-07T18:29:43.859Z | Checking serde v1.0.228 |
| 2282 | 2026-05-07T18:29:43.913Z | Checking bitflags v2.11.0 |
| 2283 | 2026-05-07T18:29:43.933Z | Checking serde_json v1.0.149 |
| 2284 | 2026-05-07T18:29:43.944Z | Checking icu_normalizer_data v2.1.1 |
| 2285 | 2026-05-07T18:29:43.960Z | Checking num-traits v0.2.19 |
| 2286 | 2026-05-07T18:29:44.018Z | Checking icu_properties_data v2.1.2 |
| 2287 | 2026-05-07T18:29:44.075Z | Checking futures-sink v0.3.32 |
| 2288 | 2026-05-07T18:29:44.075Z | Checking hashbrown v0.17.0 |
| 2289 | 2026-05-07T18:29:44.142Z | Checking rand_core v0.10.0 |
| 2290 | 2026-05-07T18:29:44.180Z | Checking futures-channel v0.3.32 |
| 2291 | 2026-05-07T18:29:44.260Z | Checking bytes v1.11.1 |
| 2292 | 2026-05-07T18:29:44.281Z | Checking getrandom v0.4.1 |
| 2293 | 2026-05-07T18:29:44.346Z | Checking icu_provider v2.1.1 |
| 2294 | 2026-05-07T18:29:44.373Z | Checking inout v0.1.4 |
| 2295 | 2026-05-07T18:29:44.425Z | Checking futures-io v0.3.32 |
| 2296 | 2026-05-07T18:29:44.494Z | Checking slab v0.4.12 |
| 2297 | 2026-05-07T18:29:44.508Z | Checking futures-task v0.3.32 |
| 2298 | 2026-05-07T18:29:44.539Z | Checking cipher v0.4.4 |
| 2299 | 2026-05-07T18:29:44.550Z | Checking indexmap v2.14.0 |
| 2300 | 2026-05-07T18:29:44.580Z | Checking icu_normalizer v2.1.1 |
| 2301 | 2026-05-07T18:29:44.595Z | Checking icu_properties v2.1.2 |
| 2302 | 2026-05-07T18:29:44.645Z | Checking futures-util v0.3.32 |
| 2303 | 2026-05-07T18:29:44.651Z | Checking sha2 v0.10.9 |
| 2304 | 2026-05-07T18:29:44.713Z | Checking tokio v1.52.1 |
| 2305 | 2026-05-07T18:29:44.743Z | Checking getrandom v0.3.4 |
| 2306 | 2026-05-07T18:29:44.881Z | Checking base64ct v1.8.3 |
| 2307 | 2026-05-07T18:29:44.884Z | Checking utf8_iter v1.0.4 |
| 2308 | 2026-05-07T18:29:44.922Z | Checking byteorder v1.5.0 |
| 2309 | 2026-05-07T18:29:45.010Z | Checking form_urlencoded v1.2.2 |
| 2310 | 2026-05-07T18:29:45.096Z | Checking fnv v1.0.7 |
| 2311 | 2026-05-07T18:29:45.109Z | Checking pem-rfc7468 v0.7.0 |
| 2312 | 2026-05-07T18:29:45.120Z | Checking flagset v0.4.7 |
| 2313 | 2026-05-07T18:29:45.135Z | Checking rand_core v0.9.5 |
| 2314 | 2026-05-07T18:29:45.189Z | Checking salsa20 v0.10.2 |
| 2315 | 2026-05-07T18:29:45.235Z | Checking http v1.4.0 |
| 2316 | 2026-05-07T18:29:45.258Z | Checking der v0.7.10 |
| 2317 | 2026-05-07T18:29:45.306Z | Checking uuid v1.23.0 |
| 2318 | 2026-05-07T18:29:45.320Z | Checking pbkdf2 v0.12.2 |
| 2319 | 2026-05-07T18:29:45.414Z | Checking idna_adapter v1.2.1 |
| 2320 | 2026-05-07T18:29:45.429Z | Checking scrypt v0.11.0 |
| 2321 | 2026-05-07T18:29:45.530Z | Checking idna v1.1.0 |
| 2322 | 2026-05-07T18:29:45.564Z | Checking cbc v0.1.2 |
| 2323 | 2026-05-07T18:29:45.609Z | Checking aes v0.8.4 |
| 2324 | 2026-05-07T18:29:45.685Z | Checking rustix v1.1.3 |
| 2325 | 2026-05-07T18:29:45.770Z | Checking url v2.5.8 |
| 2326 | 2026-05-07T18:29:45.800Z | Checking tracing-core v0.1.36 |
| 2327 | 2026-05-07T18:29:45.882Z | Checking ppv-lite86 v0.2.21 |
| 2328 | 2026-05-07T18:29:45.981Z | Checking spki v0.7.3 |
| 2329 | 2026-05-07T18:29:45.994Z | Checking rustls-pki-types v1.14.0 |
| 2330 | 2026-05-07T18:29:46.094Z | Checking regex-syntax v0.8.10 |
| 2331 | 2026-05-07T18:29:46.142Z | Checking iana-time-zone v0.1.65 |
| 2332 | 2026-05-07T18:29:46.164Z | Checking rand_chacha v0.9.0 |
| 2333 | 2026-05-07T18:29:46.197Z | Checking pkcs5 v0.7.1 |
| 2334 | 2026-05-07T18:29:46.247Z | Checking chrono v0.4.44 |
| 2335 | 2026-05-07T18:29:46.282Z | Checking tracing v0.1.44 |
| 2336 | 2026-05-07T18:29:46.359Z | Checking rand v0.9.2 |
| 2337 | 2026-05-07T18:29:46.448Z | Checking http-body v1.0.1 |
| 2338 | 2026-05-07T18:29:46.487Z | Checking aws-lc-sys v0.37.1 |
| 2339 | 2026-05-07T18:29:46.516Z | Checking openssl-probe v0.2.1 |
| 2340 | 2026-05-07T18:29:46.530Z | Checking base64 v0.22.1 |
| 2341 | 2026-05-07T18:29:46.573Z | Checking untrusted v0.9.0 |
| 2342 | 2026-05-07T18:29:46.621Z | Checking untrusted v0.7.1 |
| 2343 | 2026-05-07T18:29:46.683Z | Checking ring v0.17.14 |
| 2344 | 2026-05-07T18:29:46.732Z | Checking pkcs8 v0.10.2 |
| 2345 | 2026-05-07T18:29:46.760Z | Checking tinyvec_macros v0.1.1 |
| 2346 | 2026-05-07T18:29:46.824Z | Checking tower-layer v0.3.3 |
| 2347 | 2026-05-07T18:29:46.836Z | Checking try-lock v0.2.5 |
| 2348 | 2026-05-07T18:29:46.906Z | Checking tower-service v0.3.3 |
| 2349 | 2026-05-07T18:29:46.930Z | Checking atomic-waker v1.1.2 |
| 2350 | 2026-05-07T18:29:46.969Z | Checking plain v0.2.3 |
| 2351 | 2026-05-07T18:29:46.982Z | Checking aws-lc-rs v1.16.0 |
| 2352 | 2026-05-07T18:29:46.993Z | Checking want v0.3.1 |
| 2353 | 2026-05-07T18:29:47.024Z | Checking tinyvec v1.10.0 |
| 2354 | 2026-05-07T18:29:47.070Z | Checking ipnet v2.11.0 |
| 2355 | 2026-05-07T18:29:47.085Z | Checking semver v1.0.28 |
| 2356 | 2026-05-07T18:29:47.111Z | Checking httparse v1.10.1 |
| 2357 | 2026-05-07T18:29:47.288Z | Checking spin v0.9.8 |
| 2358 | 2026-05-07T18:29:47.315Z | Checking dyn-clone v1.0.20 |
| 2359 | 2026-05-07T18:29:47.318Z | Checking httpdate v1.0.3 |
| 2360 | 2026-05-07T18:29:47.338Z | Checking pin-utils v0.1.0 |
| 2361 | 2026-05-07T18:29:47.394Z | Checking fastrand v2.3.0 |
| 2362 | 2026-05-07T18:29:47.406Z | Checking foreign-types-shared v0.1.1 |
| 2363 | 2026-05-07T18:29:47.416Z | Checking ucd-trie v0.1.7 |
| 2364 | 2026-05-07T18:29:47.464Z | Checking unicode-ident v1.0.24 |
| 2365 | 2026-05-07T18:29:47.464Z | Checking schemars v0.8.22 |
| 2366 | 2026-05-07T18:29:47.486Z | Checking foreign-types v0.3.2 |
| 2367 | 2026-05-07T18:29:47.541Z | Checking pest v2.8.6 |
| 2368 | 2026-05-07T18:29:47.558Z | Checking openssl-sys v0.9.114 |
| 2369 | 2026-05-07T18:29:47.570Z | Checking tempfile v3.25.0 |
| 2370 | 2026-05-07T18:29:47.580Z | Checking proc-macro2 v1.0.106 |
| 2371 | 2026-05-07T18:29:47.668Z | Checking thiserror v2.0.18 |
| 2372 | 2026-05-07T18:29:47.760Z | Checking wait-timeout v0.2.1 |
| 2373 | 2026-05-07T18:29:47.771Z | Checking aho-corasick v1.1.4 |
| 2374 | 2026-05-07T18:29:47.808Z | Checking rustls-webpki v0.103.9 |
| 2375 | 2026-05-07T18:29:47.882Z | Checking siphasher v1.0.2 |
| 2376 | 2026-05-07T18:29:47.895Z | Checking simd-adler32 v0.3.8 |
| 2377 | 2026-05-07T18:29:47.908Z | Checking tokio-util v0.7.18 |
| 2378 | 2026-05-07T18:29:48.037Z | Checking anstyle v1.0.13 |
| 2379 | 2026-05-07T18:29:48.054Z | Checking bit-vec v0.8.0 |
| 2380 | 2026-05-07T18:29:48.063Z | Checking quick-error v1.2.3 |
| 2381 | 2026-05-07T18:29:48.102Z | Checking pretty-hex v0.4.1 |
| 2382 | 2026-05-07T18:29:48.159Z | Checking utf8parse v0.2.2 |
| 2383 | 2026-05-07T18:29:48.212Z | Checking powerfmt v0.2.0 |
| 2384 | 2026-05-07T18:29:48.224Z | Checking rusty-fork v0.3.1 |
| 2385 | 2026-05-07T18:29:48.236Z | Checking bit-set v0.8.0 |
| 2386 | 2026-05-07T18:29:48.241Z | Checking rustls v0.23.37 |
| 2387 | 2026-05-07T18:29:48.259Z | Checking anstyle-parse v0.2.7 |
| 2388 | 2026-05-07T18:29:48.360Z | Checking deranged v0.5.8 |
| 2389 | 2026-05-07T18:29:48.378Z | Checking openssl v0.10.78 |
| 2390 | 2026-05-07T18:29:48.385Z | Checking quote v1.0.45 |
| 2391 | 2026-05-07T18:29:48.408Z | Compiling newtype-uuid v1.3.2 |
| 2392 | 2026-05-07T18:29:48.441Z | Checking regex-automata v0.4.14 |
| 2393 | 2026-05-07T18:29:48.508Z | Checking h2 v0.4.13 |
| 2394 | 2026-05-07T18:29:48.556Z | Checking unicode-normalization v0.1.25 |
| 2395 | 2026-05-07T18:29:48.584Z | Checking rustls-native-certs v0.8.3 |
| 2396 | 2026-05-07T18:29:48.597Z | Checking crossbeam-utils v0.8.21 |
| 2397 | 2026-05-07T18:29:48.709Z | Checking rand_xorshift v0.4.0 |
| 2398 | 2026-05-07T18:29:48.826Z | Checking crc32fast v1.5.0 |
| 2399 | 2026-05-07T18:29:48.926Z | Checking scroll v0.13.0 |
| 2400 | 2026-05-07T18:29:48.949Z | Checking signature v2.2.0 |
| 2401 | 2026-05-07T18:29:48.963Z | Checking sync_wrapper v1.0.2 |
| 2402 | 2026-05-07T18:29:49.064Z | Checking unicode-bidi v0.3.18 |
| 2403 | 2026-05-07T18:29:49.075Z | Checking colorchoice v1.0.4 |
| 2404 | 2026-05-07T18:29:49.152Z | Checking allocator-api2 v0.2.21 |
| 2405 | 2026-05-07T18:29:49.174Z | Checking num_threads v0.1.7 |
| 2406 | 2026-05-07T18:29:49.256Z | Checking is_terminal_polyfill v1.70.2 |
| 2407 | 2026-05-07T18:29:49.276Z | Checking adler2 v2.0.1 |
| 2408 | 2026-05-07T18:29:49.343Z | Checking unicode-properties v0.1.4 |
| 2409 | 2026-05-07T18:29:49.377Z | Checking anstyle-query v1.1.5 |
| 2410 | 2026-05-07T18:29:49.390Z | Checking num-conv v0.2.0 |
| 2411 | 2026-05-07T18:29:49.428Z | Checking time-core v0.1.8 |
| 2412 | 2026-05-07T18:29:49.468Z | Checking unarray v0.1.4 |
| 2413 | 2026-05-07T18:29:49.506Z | Checking anstream v0.6.21 |
| 2414 | 2026-05-07T18:29:49.539Z | Checking stringprep v0.1.5 |
| 2415 | 2026-05-07T18:29:49.567Z | Checking time v0.3.47 |
| 2416 | 2026-05-07T18:29:49.578Z | Checking proptest v1.10.0 |
| 2417 | 2026-05-07T18:29:49.689Z | Checking miniz_oxide v0.8.9 |
| 2418 | 2026-05-07T18:29:49.712Z | Checking goblin v0.10.5 |
| 2419 | 2026-05-07T18:29:50.048Z | Checking tower v0.5.3 |
| 2420 | 2026-05-07T18:29:50.268Z | Checking crossbeam-epoch v0.9.18 |
| 2421 | 2026-05-07T18:29:50.381Z | Checking native-tls v0.2.18 |
| 2422 | 2026-05-07T18:29:50.441Z | Checking syn v2.0.117 |
| 2423 | 2026-05-07T18:29:50.487Z | Compiling daft v0.1.5 |
| 2424 | 2026-05-07T18:29:50.555Z | Checking ipnetwork v0.21.1 |
| 2425 | 2026-05-07T18:29:50.630Z | Checking tokio-rustls v0.26.4 |
| 2426 | 2026-05-07T18:29:50.713Z | Checking http-body-util v0.1.3 |
| 2427 | 2026-05-07T18:29:50.757Z | Checking webpki-roots v1.0.6 |
| 2428 | 2026-05-07T18:29:50.772Z | Checking rand_chacha v0.3.1 |
| 2429 | 2026-05-07T18:29:50.854Z | Checking thiserror v1.0.69 |
| 2430 | 2026-05-07T18:29:50.873Z | Checking scroll v0.12.0 |
| 2431 | 2026-05-07T18:29:50.932Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2432 | 2026-05-07T18:29:50.951Z | Checking hash32 v0.2.1 |
| 2433 | 2026-05-07T18:29:50.976Z | Checking num-integer v0.1.46 |
| 2434 | 2026-05-07T18:29:51.043Z | Checking toml_datetime v0.6.11 |
| 2435 | 2026-05-07T18:29:51.096Z | Checking serde_spanned v0.6.9 |
| 2436 | 2026-05-07T18:29:51.108Z | Checking md-5 v0.10.6 |
| 2437 | 2026-05-07T18:29:51.197Z | Checking ff v0.13.1 |
| 2438 | 2026-05-07T18:29:51.200Z | Checking hyper v1.8.1 |
| 2439 | 2026-05-07T18:29:51.220Z | Checking zlib-rs v0.6.2 |
| 2440 | 2026-05-07T18:29:51.232Z | Checking base16ct v0.2.0 |
| 2441 | 2026-05-07T18:29:51.243Z | Checking psl-types v2.0.11 |
| 2442 | 2026-05-07T18:29:51.325Z | Checking iri-string v0.7.10 |
| 2443 | 2026-05-07T18:29:51.351Z | Checking fallible-iterator v0.2.0 |
| 2444 | 2026-05-07T18:29:51.363Z | Checking ryu v1.0.23 |
| 2445 | 2026-05-07T18:29:51.375Z | Compiling iddqd v0.3.18 |
| 2446 | 2026-05-07T18:29:51.496Z | Checking serde_urlencoded v0.7.1 |
| 2447 | 2026-05-07T18:29:51.622Z | Checking postgres-protocol v0.6.10 |
| 2448 | 2026-05-07T18:29:51.851Z | Checking sec1 v0.7.3 |
| 2449 | 2026-05-07T18:29:51.933Z | Checking publicsuffix v2.3.0 |
| 2450 | 2026-05-07T18:29:52.035Z | Checking dof v0.4.0 |
| 2451 | 2026-05-07T18:29:52.055Z | Checking group v0.13.0 |
| 2452 | 2026-05-07T18:29:52.071Z | Checking flate2 v1.1.9 |
| 2453 | 2026-05-07T18:29:52.084Z | Checking hyper-util v0.1.20 |
| 2454 | 2026-05-07T18:29:52.096Z | Checking num-iter v0.1.45 |
| 2455 | 2026-05-07T18:29:52.196Z | Checking heapless v0.7.17 |
| 2456 | 2026-05-07T18:29:52.208Z | Checking goblin v0.8.2 |
| 2457 | 2026-05-07T18:29:52.310Z | Checking tower-http v0.6.8 |
| 2458 | 2026-05-07T18:29:52.360Z | Checking zstd-safe v7.2.4 |
| 2459 | 2026-05-07T18:29:52.487Z | Checking rand v0.8.5 |
| 2460 | 2026-05-07T18:29:52.524Z | Checking oxnet v0.1.4 |
| 2461 | 2026-05-07T18:29:52.584Z | Checking cookie v0.18.1 |
| 2462 | 2026-05-07T18:29:52.599Z | Checking tokio-native-tls v0.3.1 |
| 2463 | 2026-05-07T18:29:52.665Z | Checking dtrace-parser v0.3.0 |
| 2464 | 2026-05-07T18:29:52.693Z | Checking phf_shared v0.13.1 |
| 2465 | 2026-05-07T18:29:52.754Z | Checking lazy_static v1.5.0 |
| 2466 | 2026-05-07T18:29:52.766Z | Checking zerocopy v0.7.35 |
| 2467 | 2026-05-07T18:29:52.809Z | Checking terminal_size v0.4.3 |
| 2468 | 2026-05-07T18:29:52.841Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2469 | 2026-05-07T18:29:52.883Z | Checking signal-hook v0.3.18 |
| 2470 | 2026-05-07T18:29:52.900Z | Checking hkdf v0.12.4 |
| 2471 | 2026-05-07T18:29:52.919Z | Checking crypto-bigint v0.5.5 |
| 2472 | 2026-05-07T18:29:52.932Z | Checking thread-id v5.1.0 |
| 2473 | 2026-05-07T18:29:53.008Z | Checking clap_lex v1.0.0 |
| 2474 | 2026-05-07T18:29:53.008Z | Checking managed v0.8.0 |
| 2475 | 2026-05-07T18:29:53.030Z | Checking libbz2-rs-sys v0.2.2 |
| 2476 | 2026-05-07T18:29:53.071Z | Checking bumpalo v3.20.2 |
| 2477 | 2026-05-07T18:29:53.156Z | Checking winnow v0.5.40 |
| 2478 | 2026-05-07T18:29:53.198Z | Compiling rayon-core v1.13.0 |
| 2479 | 2026-05-07T18:29:53.247Z | Checking strsim v0.11.1 |
| 2480 | 2026-05-07T18:29:53.266Z | Checking winnow v0.7.14 |
| 2481 | 2026-05-07T18:29:53.331Z | Checking hyper-rustls v0.27.7 |
| 2482 | 2026-05-07T18:29:53.369Z | Checking either v1.15.0 |
| 2483 | 2026-05-07T18:29:53.404Z | Checking foldhash v0.1.5 |
| 2484 | 2026-05-07T18:29:53.415Z | Checking bitflags v1.3.2 |
| 2485 | 2026-05-07T18:29:53.486Z | Checking foldhash v0.2.0 |
| 2486 | 2026-05-07T18:29:53.534Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2487 | 2026-05-07T18:29:53.537Z | Checking hashbrown v0.15.5 |
| 2488 | 2026-05-07T18:29:53.557Z | Checking smoltcp v0.9.1 |
| 2489 | 2026-05-07T18:29:53.636Z | Checking hashbrown v0.16.1 |
| 2490 | 2026-05-07T18:29:53.727Z | Checking bzip2 v0.6.1 |
| 2491 | 2026-05-07T18:29:53.814Z | Checking elliptic-curve v0.13.8 |
| 2492 | 2026-05-07T18:29:53.888Z | Checking clap_builder v4.5.60 |
| 2493 | 2026-05-07T18:29:54.002Z | Checking hyper-tls v0.6.0 |
| 2494 | 2026-05-07T18:29:54.092Z | Checking dof v0.3.0 |
| 2495 | 2026-05-07T18:29:54.118Z | Checking zopfli v0.8.3 |
| 2496 | 2026-05-07T18:29:54.130Z | Checking signal-hook-mio v0.2.5 |
| 2497 | 2026-05-07T18:29:54.133Z | Checking num-bigint-dig v0.8.6 |
| 2498 | 2026-05-07T18:29:54.167Z | Checking usdt-impl v0.6.0 |
| 2499 | 2026-05-07T18:29:54.238Z | Checking bzip2 v0.4.4 |
| 2500 | 2026-05-07T18:29:54.298Z | Checking toml_edit v0.19.15 |
| 2501 | 2026-05-07T18:29:54.373Z | Checking phf v0.13.1 |
| 2502 | 2026-05-07T18:29:54.417Z | Checking cookie_store v0.22.1 |
| 2503 | 2026-05-07T18:29:54.462Z | Checking zstd v0.13.3 |
| 2504 | 2026-05-07T18:29:54.464Z | Checking postgres-types v0.2.12 |
| 2505 | 2026-05-07T18:29:54.520Z | Checking dtrace-parser v0.2.0 |
| 2506 | 2026-05-07T18:29:54.643Z | Checking rustls-platform-verifier v0.6.2 |
| 2507 | 2026-05-07T18:29:54.688Z | Checking crossbeam-deque v0.8.6 |
| 2508 | 2026-05-07T18:29:54.742Z | Checking bstr v1.12.1 |
| 2509 | 2026-05-07T18:29:54.758Z | Checking regex v1.12.3 |
| 2510 | 2026-05-07T18:29:54.777Z | Checking ed25519 v2.2.3 |
| 2511 | 2026-05-07T18:29:54.788Z | Checking phf_shared v0.11.3 |
| 2512 | 2026-05-07T18:29:54.866Z | Checking ref-cast v1.0.25 |
| 2513 | 2026-05-07T18:29:54.927Z | Checking curve25519-dalek v4.1.3 |
| 2514 | 2026-05-07T18:29:54.943Z | Checking strum v0.27.2 |
| 2515 | 2026-05-07T18:29:54.957Z | Checking hubpack v0.1.2 |
| 2516 | 2026-05-07T18:29:54.966Z | Checking memoffset v0.9.1 |
| 2517 | 2026-05-07T18:29:55.043Z | Checking rustix v0.38.44 |
| 2518 | 2026-05-07T18:29:55.045Z | Checking pkcs1 v0.7.5 |
| 2519 | 2026-05-07T18:29:55.054Z | Checking float-cmp v0.10.0 |
| 2520 | 2026-05-07T18:29:55.116Z | Checking erased-serde v0.3.31 |
| 2521 | 2026-05-07T18:29:55.129Z | Checking hex v0.4.3 |
| 2522 | 2026-05-07T18:29:55.145Z | Checking serde-big-array v0.5.1 |
| 2523 | 2026-05-07T18:29:55.175Z | Checking rfc6979 v0.4.0 |
| 2524 | 2026-05-07T18:29:55.244Z | Checking thread-id v4.2.2 |
| 2525 | 2026-05-07T18:29:55.274Z | Checking memmap2 v0.9.10 |
| 2526 | 2026-05-07T18:29:55.290Z | Checking env_filter v1.0.0 |
| 2527 | 2026-05-07T18:29:55.321Z | Checking encoding_rs v0.8.35 |
| 2528 | 2026-05-07T18:29:55.343Z | Checking jiff v0.2.21 |
| 2529 | 2026-05-07T18:29:55.356Z | Checking new_debug_unreachable v1.0.6 |
| 2530 | 2026-05-07T18:29:55.420Z | Checking predicates-core v1.0.10 |
| 2531 | 2026-05-07T18:29:55.433Z | Checking toml_write v0.1.2 |
| 2532 | 2026-05-07T18:29:55.436Z | Checking normalize-line-endings v0.3.0 |
| 2533 | 2026-05-07T18:29:55.491Z | Checking precomputed-hash v0.1.1 |
| 2534 | 2026-05-07T18:29:55.529Z | Checking whoami v2.1.0 |
| 2535 | 2026-05-07T18:29:55.539Z | Checking mime v0.3.17 |
| 2536 | 2026-05-07T18:29:55.575Z | Checking keccak v0.1.6 |
| 2537 | 2026-05-07T18:29:55.590Z | Checking static_assertions v1.1.0 |
| 2538 | 2026-05-07T18:29:55.660Z | Checking difflib v0.4.0 |
| 2539 | 2026-05-07T18:29:55.694Z | Checking rustc-hash v2.1.1 |
| 2540 | 2026-05-07T18:29:55.709Z | Checking unicode-segmentation v1.12.0 |
| 2541 | 2026-05-07T18:29:55.720Z | Checking data-encoding v2.10.0 |
| 2542 | 2026-05-07T18:29:55.740Z | Checking fixedbitset v0.4.2 |
| 2543 | 2026-05-07T18:29:55.804Z | Checking fixedbitset v0.5.7 |
| 2544 | 2026-05-07T18:29:55.825Z | Checking crossterm v0.28.1 |
| 2545 | 2026-05-07T18:29:55.838Z | Checking predicates v3.1.4 |
| 2546 | 2026-05-07T18:29:55.887Z | Checking petgraph v0.6.5 |
| 2547 | 2026-05-07T18:29:55.982Z | Checking hickory-proto v0.25.2 |
| 2548 | 2026-05-07T18:29:55.995Z | Checking petgraph v0.8.3 |
| 2549 | 2026-05-07T18:29:56.015Z | Checking similar v2.7.0 |
| 2550 | 2026-05-07T18:29:56.265Z | Checking reqwest v0.12.28 |
| 2551 | 2026-05-07T18:29:56.394Z | Checking sha3 v0.10.8 |
| 2552 | 2026-05-07T18:29:56.528Z | Checking tokio-postgres v0.7.16 |
| 2553 | 2026-05-07T18:29:56.598Z | Checking ed25519-dalek v2.2.0 |
| 2554 | 2026-05-07T18:29:56.827Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2555 | 2026-05-07T18:29:56.990Z | Checking toml_edit v0.22.27 |
| 2556 | 2026-05-07T18:29:57.098Z | Checking string_cache v0.8.9 |
| 2557 | 2026-05-07T18:29:57.123Z | Checking slog v2.8.2 |
| 2558 | 2026-05-07T18:29:57.269Z | Checking env_logger v0.11.9 |
| 2559 | 2026-05-07T18:29:57.392Z | Checking usdt v0.6.0 |
| 2560 | 2026-05-07T18:29:57.455Z | Checking toml v0.7.8 |
| 2561 | 2026-05-07T18:29:57.547Z | Checking zip v4.6.1 |
| 2562 | 2026-05-07T18:29:57.547Z | Checking serde_with v3.17.0 |
| 2563 | 2026-05-07T18:29:57.570Z | Checking usdt-impl v0.5.0 |
| 2564 | 2026-05-07T18:29:57.759Z | Checking ecdsa v0.16.9 |
| 2565 | 2026-05-07T18:29:57.772Z | Checking rsa v0.9.10 |
| 2566 | 2026-05-07T18:29:57.842Z | Checking clap v4.5.60 |
| 2567 | 2026-05-07T18:29:57.923Z | Checking nix v0.31.2 |
| 2568 | 2026-05-07T18:29:58.093Z | Checking reqwest v0.13.2 |
| 2569 | 2026-05-07T18:29:58.127Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2570 | 2026-05-07T18:29:58.235Z | Checking zip v0.6.6 |
| 2571 | 2026-05-07T18:29:58.394Z | Checking itertools v0.13.0 |
| 2572 | 2026-05-07T18:29:58.448Z | Checking strum v0.26.3 |
| 2573 | 2026-05-07T18:29:58.557Z | Checking tokio-stream v0.1.18 |
| 2574 | 2026-05-07T18:29:58.568Z | Checking fs-err v3.3.0 |
| 2575 | 2026-05-07T18:29:58.738Z | Checking ahash v0.8.12 |
| 2576 | 2026-05-07T18:29:58.858Z | Checking object v0.37.3 |
| 2577 | 2026-05-07T18:29:58.906Z | Checking buf-list v1.1.2 |
| 2578 | 2026-05-07T18:29:58.923Z | Checking camino v1.2.2 |
| 2579 | 2026-05-07T18:29:58.923Z | Checking anyhow v1.0.102 |
| 2580 | 2026-05-07T18:29:58.947Z | Checking x509-cert v0.2.5 |
| 2581 | 2026-05-07T18:29:58.950Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2582 | 2026-05-07T18:29:59.080Z | Checking openapiv3 v2.2.0 |
| 2583 | 2026-05-07T18:29:59.085Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2584 | 2026-05-07T18:29:59.116Z | Checking sha1 v0.10.6 |
| 2585 | 2026-05-07T18:29:59.179Z | Checking lalrpop-util v0.19.12 |
| 2586 | 2026-05-07T18:29:59.215Z | Checking peg-runtime v0.8.5 |
| 2587 | 2026-05-07T18:29:59.278Z | Checking rayon v1.11.0 |
| 2588 | 2026-05-07T18:29:59.282Z | Checking sigpipe v0.1.3 |
| 2589 | 2026-05-07T18:29:59.339Z | Checking glob v0.3.3 |
| 2590 | 2026-05-07T18:30:01.044Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2591 | 2026-05-07T18:30:01.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.63s |
| 2592 | 2026-05-07T18:30:01.491Z | |
| 2593 | 2026-05-07T18:30:01.491Z | info: running `cargo check --bins` on internal-dns-types (77/274) |
| 2594 | 2026-05-07T18:30:01.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2595 | 2026-05-07T18:30:02.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2596 | 2026-05-07T18:30:02.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2597 | 2026-05-07T18:30:02.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2598 | 2026-05-07T18:30:02.089Z | |
| 2599 | 2026-05-07T18:30:02.090Z | info: running `cargo check --bins` on internal-dns-types-versions (78/274) |
| 2600 | 2026-05-07T18:30:02.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2601 | 2026-05-07T18:30:02.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2602 | 2026-05-07T18:30:02.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2603 | 2026-05-07T18:30:02.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2604 | 2026-05-07T18:30:02.689Z | |
| 2605 | 2026-05-07T18:30:02.689Z | info: running `cargo check --bins` on nexus-types-versions (79/274) |
| 2606 | 2026-05-07T18:30:03.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2607 | 2026-05-07T18:30:03.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2608 | 2026-05-07T18:30:03.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2609 | 2026-05-07T18:30:03.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2610 | 2026-05-07T18:30:03.303Z | |
| 2611 | 2026-05-07T18:30:03.303Z | info: running `cargo check --bins` on oxql-types (80/274) |
| 2612 | 2026-05-07T18:30:03.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2613 | 2026-05-07T18:30:03.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2614 | 2026-05-07T18:30:03.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2615 | 2026-05-07T18:30:03.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2616 | 2026-05-07T18:30:03.892Z | |
| 2617 | 2026-05-07T18:30:03.892Z | info: running `cargo check --bins` on oximeter-types (81/274) |
| 2618 | 2026-05-07T18:30:04.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2619 | 2026-05-07T18:30:04.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2620 | 2026-05-07T18:30:04.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2621 | 2026-05-07T18:30:04.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2622 | 2026-05-07T18:30:04.487Z | |
| 2623 | 2026-05-07T18:30:04.487Z | info: running `cargo check --bins` on oximeter-types-versions (82/274) |
| 2624 | 2026-05-07T18:30:04.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2625 | 2026-05-07T18:30:04.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2626 | 2026-05-07T18:30:04.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2627 | 2026-05-07T18:30:04.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2628 | 2026-05-07T18:30:05.087Z | |
| 2629 | 2026-05-07T18:30:05.087Z | info: running `cargo check --bins` on oximeter-macro-impl (83/274) |
| 2630 | 2026-05-07T18:30:05.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2631 | 2026-05-07T18:30:05.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2632 | 2026-05-07T18:30:05.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2633 | 2026-05-07T18:30:05.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2634 | 2026-05-07T18:30:05.668Z | |
| 2635 | 2026-05-07T18:30:05.668Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/274) |
| 2636 | 2026-05-07T18:30:06.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2637 | 2026-05-07T18:30:06.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2638 | 2026-05-07T18:30:06.349Z | Compiling structmeta-derive v0.3.0 |
| 2639 | 2026-05-07T18:30:06.466Z | Compiling rustls v0.22.4 |
| 2640 | 2026-05-07T18:30:06.475Z | Compiling multer v3.1.0 |
| 2641 | 2026-05-07T18:30:06.484Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2642 | 2026-05-07T18:30:06.484Z | Compiling async-stream-impl v0.3.6 |
| 2643 | 2026-05-07T18:30:06.505Z | Compiling dropshot v0.17.0 |
| 2644 | 2026-05-07T18:30:06.521Z | Compiling newtype-uuid-macros v0.1.0 |
| 2645 | 2026-05-07T18:30:06.521Z | Compiling dropshot_endpoint v0.17.0 |
| 2646 | 2026-05-07T18:30:06.643Z | Checking newtype-uuid v1.3.2 |
| 2647 | 2026-05-07T18:30:06.727Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2648 | 2026-05-07T18:30:06.763Z | Checking rustls-webpki v0.102.8 |
| 2649 | 2026-05-07T18:30:06.840Z | Checking daft v0.1.5 |
| 2650 | 2026-05-07T18:30:06.858Z | Checking futures-executor v0.3.32 |
| 2651 | 2026-05-07T18:30:07.004Z | Checking thread_local v1.1.9 |
| 2652 | 2026-05-07T18:30:07.069Z | Checking match_cfg v0.1.0 |
| 2653 | 2026-05-07T18:30:07.083Z | Checking compression-core v0.4.31 |
| 2654 | 2026-05-07T18:30:07.135Z | Checking iddqd v0.3.18 |
| 2655 | 2026-05-07T18:30:07.149Z | Checking hostname v0.3.1 |
| 2656 | 2026-05-07T18:30:07.172Z | Checking futures v0.3.32 |
| 2657 | 2026-05-07T18:30:07.204Z | Checking compression-codecs v0.4.37 |
| 2658 | 2026-05-07T18:30:07.246Z | Checking crossbeam-channel v0.5.15 |
| 2659 | 2026-05-07T18:30:07.246Z | Checking slog-json v2.6.1 |
| 2660 | 2026-05-07T18:30:07.273Z | Checking is-terminal v0.4.17 |
| 2661 | 2026-05-07T18:30:07.362Z | Checking serde_spanned v1.0.4 |
| 2662 | 2026-05-07T18:30:07.376Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2663 | 2026-05-07T18:30:07.400Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2664 | 2026-05-07T18:30:07.491Z | Checking term v1.2.1 |
| 2665 | 2026-05-07T18:30:07.509Z | Compiling structmeta v0.3.0 |
| 2666 | 2026-05-07T18:30:07.571Z | Checking debug-ignore v1.0.5 |
| 2667 | 2026-05-07T18:30:07.574Z | Checking take_mut v0.2.2 |
| 2668 | 2026-05-07T18:30:07.598Z | Checking toml v1.0.6+spec-1.1.0 |
| 2669 | 2026-05-07T18:30:07.675Z | Checking slog-bunyan v2.5.0 |
| 2670 | 2026-05-07T18:30:07.687Z | Checking slog-async v2.8.0 |
| 2671 | 2026-05-07T18:30:07.710Z | Checking slog-term v2.9.2 |
| 2672 | 2026-05-07T18:30:07.723Z | Compiling derive-ex v0.1.8 |
| 2673 | 2026-05-07T18:30:07.785Z | Compiling parse-display-derive v0.10.0 |
| 2674 | 2026-05-07T18:30:07.855Z | Checking async-compression v0.4.41 |
| 2675 | 2026-05-07T18:30:07.967Z | Checking async-stream v0.3.6 |
| 2676 | 2026-05-07T18:30:07.981Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2677 | 2026-05-07T18:30:08.055Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2678 | 2026-05-07T18:30:08.093Z | Checking progenitor-client v0.14.0 |
| 2679 | 2026-05-07T18:30:08.095Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2680 | 2026-05-07T18:30:08.165Z | Checking waitgroup v0.1.2 |
| 2681 | 2026-05-07T18:30:08.245Z | Checking backon v1.6.0 |
| 2682 | 2026-05-07T18:30:08.268Z | Checking rustls-pemfile v2.2.0 |
| 2683 | 2026-05-07T18:30:08.323Z | Checking serde_path_to_error v0.1.20 |
| 2684 | 2026-05-07T18:30:08.380Z | Checking hostname v0.4.2 |
| 2685 | 2026-05-07T18:30:08.406Z | Checking instant v0.1.13 |
| 2686 | 2026-05-07T18:30:08.493Z | Checking backoff v0.4.0 |
| 2687 | 2026-05-07T18:30:08.568Z | Checking tokio-rustls v0.25.0 |
| 2688 | 2026-05-07T18:30:08.628Z | Checking progenitor-extras v0.2.0 |
| 2689 | 2026-05-07T18:30:08.634Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2690 | 2026-05-07T18:30:08.834Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2691 | 2026-05-07T18:30:08.848Z | Checking progenitor-client v0.10.0 |
| 2692 | 2026-05-07T18:30:08.862Z | Checking itertools v0.14.0 |
| 2693 | 2026-05-07T18:30:09.037Z | Checking regress v0.10.5 |
| 2694 | 2026-05-07T18:30:09.074Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2695 | 2026-05-07T18:30:09.418Z | Checking macaddr v1.0.1 |
| 2696 | 2026-05-07T18:30:09.431Z | Compiling test-strategy v0.4.5 |
| 2697 | 2026-05-07T18:30:09.471Z | Checking parse-display v0.10.0 |
| 2698 | 2026-05-07T18:30:10.684Z | Compiling prettyplease v0.2.37 |
| 2699 | 2026-05-07T18:30:10.917Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2700 | 2026-05-07T18:30:11.098Z | Checking num-rational v0.4.2 |
| 2701 | 2026-05-07T18:30:11.284Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2702 | 2026-05-07T18:30:11.582Z | Checking num-complex v0.4.6 |
| 2703 | 2026-05-07T18:30:12.085Z | Checking num v0.4.3 |
| 2704 | 2026-05-07T18:30:12.161Z | Compiling usdt-attr-macro v0.5.0 |
| 2705 | 2026-05-07T18:30:12.289Z | Compiling usdt-macro v0.5.0 |
| 2706 | 2026-05-07T18:30:12.303Z | Checking memmap v0.7.0 |
| 2707 | 2026-05-07T18:30:12.341Z | Checking float-ord v0.3.2 |
| 2708 | 2026-05-07T18:30:12.433Z | Checking unicode-width v0.2.0 |
| 2709 | 2026-05-07T18:30:12.459Z | Compiling convert_case v0.4.0 |
| 2710 | 2026-05-07T18:30:12.698Z | Checking console v0.15.11 |
| 2711 | 2026-05-07T18:30:12.835Z | Compiling derive_more v0.99.20 |
| 2712 | 2026-05-07T18:30:12.938Z | Checking newline-converter v0.3.0 |
| 2713 | 2026-05-07T18:30:12.974Z | Checking atomicwrites v0.4.4 |
| 2714 | 2026-05-07T18:30:13.001Z | Checking usdt v0.5.0 |
| 2715 | 2026-05-07T18:30:13.048Z | Compiling toml v0.8.23 |
| 2716 | 2026-05-07T18:30:13.104Z | Compiling minimal-lexical v0.2.1 |
| 2717 | 2026-05-07T18:30:13.169Z | Checking linked-hash-map v0.5.6 |
| 2718 | 2026-05-07T18:30:13.342Z | Checking lru-cache v0.1.2 |
| 2719 | 2026-05-07T18:30:13.358Z | Compiling nom v7.1.3 |
| 2720 | 2026-05-07T18:30:13.465Z | Checking expectorate v1.2.0 |
| 2721 | 2026-05-07T18:30:14.031Z | Checking camino-tempfile v1.4.1 |
| 2722 | 2026-05-07T18:30:14.182Z | Checking hickory-proto v0.24.4 |
| 2723 | 2026-05-07T18:30:14.197Z | Checking phf_shared v0.12.1 |
| 2724 | 2026-05-07T18:30:14.341Z | Compiling slog-dtrace v0.3.0 |
| 2725 | 2026-05-07T18:30:14.502Z | Checking resolv-conf v0.7.6 |
| 2726 | 2026-05-07T18:30:14.569Z | Checking heck v0.5.0 |
| 2727 | 2026-05-07T18:30:14.694Z | Compiling chrono-tz v0.10.4 |
| 2728 | 2026-05-07T18:30:14.707Z | Compiling const_format_proc_macros v0.2.34 |
| 2729 | 2026-05-07T18:30:14.738Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2730 | 2026-05-07T18:30:14.954Z | Checking phf v0.12.1 |
| 2731 | 2026-05-07T18:30:15.097Z | Checking tokio-dtrace v0.1.1 |
| 2732 | 2026-05-07T18:30:15.113Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2733 | 2026-05-07T18:30:15.222Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2734 | 2026-05-07T18:30:15.291Z | Compiling derive-where v1.6.0 |
| 2735 | 2026-05-07T18:30:15.446Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2736 | 2026-05-07T18:30:15.735Z | Checking highway v1.3.0 |
| 2737 | 2026-05-07T18:30:15.967Z | Checking const_format v0.2.35 |
| 2738 | 2026-05-07T18:30:16.009Z | Checking hickory-resolver v0.24.4 |
| 2739 | 2026-05-07T18:30:16.192Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2740 | 2026-05-07T18:30:16.207Z | Checking oxide-tokio-rt v0.1.4 |
| 2741 | 2026-05-07T18:30:16.630Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2742 | 2026-05-07T18:30:16.645Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2743 | 2026-05-07T18:30:16.681Z | Checking gethostname v0.5.0 |
| 2744 | 2026-05-07T18:30:16.732Z | Checking qorb v0.4.1 |
| 2745 | 2026-05-07T18:30:16.769Z | Checking bcs v0.1.6 |
| 2746 | 2026-05-07T18:30:16.803Z | Compiling async-recursion v1.1.1 |
| 2747 | 2026-05-07T18:30:16.822Z | Checking termtree v0.5.1 |
| 2748 | 2026-05-07T18:30:16.838Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2749 | 2026-05-07T18:30:16.841Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2750 | 2026-05-07T18:30:20.341Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2751 | 2026-05-07T18:30:22.895Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2752 | 2026-05-07T18:30:25.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.36s |
| 2753 | 2026-05-07T18:30:25.219Z | |
| 2754 | 2026-05-07T18:30:25.219Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274) |
| 2755 | 2026-05-07T18:30:25.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2756 | 2026-05-07T18:30:25.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2757 | 2026-05-07T18:30:25.886Z | Compiling ar_archive_writer v0.5.1 |
| 2758 | 2026-05-07T18:30:25.998Z | Compiling stacker v0.1.23 |
| 2759 | 2026-05-07T18:30:26.002Z | Compiling cfg_aliases v0.1.1 |
| 2760 | 2026-05-07T18:30:26.010Z | Compiling convert_case v0.10.0 |
| 2761 | 2026-05-07T18:30:26.016Z | Checking unicode-width v0.1.14 |
| 2762 | 2026-05-07T18:30:26.025Z | Compiling proc-macro-error v1.0.4 |
| 2763 | 2026-05-07T18:30:26.036Z | Checking fd-lock v4.0.4 |
| 2764 | 2026-05-07T18:30:26.038Z | Checking nibble_vec v0.1.0 |
| 2765 | 2026-05-07T18:30:26.063Z | Compiling nix v0.28.0 |
| 2766 | 2026-05-07T18:30:26.151Z | Checking vte v0.14.1 |
| 2767 | 2026-05-07T18:30:26.164Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2768 | 2026-05-07T18:30:26.249Z | Checking bytecount v0.6.9 |
| 2769 | 2026-05-07T18:30:26.262Z | Checking endian-type v0.1.2 |
| 2770 | 2026-05-07T18:30:26.298Z | Checking strip-ansi-escapes v0.2.1 |
| 2771 | 2026-05-07T18:30:26.298Z | Compiling derive_more-impl v2.1.1 |
| 2772 | 2026-05-07T18:30:26.311Z | Compiling tabled_derive v0.7.0 |
| 2773 | 2026-05-07T18:30:26.356Z | Checking papergrid v0.11.0 |
| 2774 | 2026-05-07T18:30:26.384Z | Checking radix_trie v0.2.1 |
| 2775 | 2026-05-07T18:30:26.442Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2776 | 2026-05-07T18:30:26.549Z | Compiling peg-macros v0.8.5 |
| 2777 | 2026-05-07T18:30:26.590Z | Checking winnow v0.6.26 |
| 2778 | 2026-05-07T18:30:26.827Z | Compiling psm v0.1.30 |
| 2779 | 2026-05-07T18:30:26.906Z | Compiling sqlparser_derive v0.5.0 |
| 2780 | 2026-05-07T18:30:26.967Z | Checking home v0.5.12 |
| 2781 | 2026-05-07T18:30:27.073Z | Checking nu-ansi-term v0.50.3 |
| 2782 | 2026-05-07T18:30:27.087Z | Checking derive_more v2.1.1 |
| 2783 | 2026-05-07T18:30:27.163Z | Checking unicode_categories v0.1.1 |
| 2784 | 2026-05-07T18:30:27.281Z | Checking reedline v0.40.0 |
| 2785 | 2026-05-07T18:30:27.306Z | Checking tabled v0.15.0 |
| 2786 | 2026-05-07T18:30:27.318Z | Checking crossterm v0.29.0 |
| 2787 | 2026-05-07T18:30:27.344Z | Checking rustyline v14.0.0 |
| 2788 | 2026-05-07T18:30:27.591Z | Checking recursive v0.1.1 |
| 2789 | 2026-05-07T18:30:27.678Z | Checking display-error-chain v0.2.2 |
| 2790 | 2026-05-07T18:30:27.690Z | Checking sqlparser v0.61.0 |
| 2791 | 2026-05-07T18:30:27.710Z | Checking sqlformat v0.3.5 |
| 2792 | 2026-05-07T18:30:27.899Z | Checking peg v0.8.5 |
| 2793 | 2026-05-07T18:30:38.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s |
| 2794 | 2026-05-07T18:30:39.019Z | |
| 2795 | 2026-05-07T18:30:39.019Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274) |
| 2796 | 2026-05-07T18:30:39.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2797 | 2026-05-07T18:30:39.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2798 | 2026-05-07T18:30:39.691Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2799 | 2026-05-07T18:30:43.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 2800 | 2026-05-07T18:30:43.285Z | |
| 2801 | 2026-05-07T18:30:43.285Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274) |
| 2802 | 2026-05-07T18:30:43.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2803 | 2026-05-07T18:30:43.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2804 | 2026-05-07T18:30:43.955Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2805 | 2026-05-07T18:30:46.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
| 2806 | 2026-05-07T18:30:46.579Z | |
| 2807 | 2026-05-07T18:30:46.579Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274) |
| 2808 | 2026-05-07T18:30:47.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2809 | 2026-05-07T18:30:47.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2810 | 2026-05-07T18:30:47.248Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2811 | 2026-05-07T18:30:50.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 2812 | 2026-05-07T18:30:50.681Z | |
| 2813 | 2026-05-07T18:30:50.681Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274) |
| 2814 | 2026-05-07T18:30:51.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2815 | 2026-05-07T18:30:51.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2816 | 2026-05-07T18:30:51.355Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2817 | 2026-05-07T18:30:54.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 2818 | 2026-05-07T18:30:54.802Z | |
| 2819 | 2026-05-07T18:30:54.802Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274) |
| 2820 | 2026-05-07T18:30:55.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2821 | 2026-05-07T18:30:55.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2822 | 2026-05-07T18:30:55.474Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2823 | 2026-05-07T18:30:58.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 2824 | 2026-05-07T18:30:58.254Z | |
| 2825 | 2026-05-07T18:30:58.254Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274) |
| 2826 | 2026-05-07T18:30:58.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2026-05-07T18:30:58.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2026-05-07T18:30:58.931Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2829 | 2026-05-07T18:31:01.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 2830 | 2026-05-07T18:31:01.760Z | |
| 2831 | 2026-05-07T18:31:01.760Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274) |
| 2832 | 2026-05-07T18:31:02.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-05-07T18:31:02.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-05-07T18:31:02.433Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2835 | 2026-05-07T18:31:05.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2836 | 2026-05-07T18:31:06.052Z | |
| 2837 | 2026-05-07T18:31:06.052Z | info: running `cargo check --bins` on oximeter (93/274) |
| 2838 | 2026-05-07T18:31:06.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-05-07T18:31:06.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-05-07T18:31:06.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2841 | 2026-05-07T18:31:06.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2842 | 2026-05-07T18:31:06.661Z | |
| 2843 | 2026-05-07T18:31:06.661Z | info: running `cargo check --bins` on oximeter-schema (94/274) |
| 2844 | 2026-05-07T18:31:07.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-05-07T18:31:07.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-05-07T18:31:07.290Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2847 | 2026-05-07T18:31:07.454Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2848 | 2026-05-07T18:31:07.457Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2849 | 2026-05-07T18:31:07.790Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2850 | 2026-05-07T18:31:10.847Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2851 | 2026-05-07T18:31:12.043Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2852 | 2026-05-07T18:31:12.220Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2853 | 2026-05-07T18:31:12.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s |
| 2854 | 2026-05-07T18:31:13.060Z | |
| 2855 | 2026-05-07T18:31:13.060Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/274) |
| 2856 | 2026-05-07T18:31:13.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2026-05-07T18:31:13.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2026-05-07T18:31:13.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2859 | 2026-05-07T18:31:13.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2860 | 2026-05-07T18:31:13.659Z | |
| 2861 | 2026-05-07T18:31:13.659Z | info: running `cargo check --bins` on oximeter-test-utils (96/274) |
| 2862 | 2026-05-07T18:31:14.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-05-07T18:31:14.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-05-07T18:31:14.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2865 | 2026-05-07T18:31:14.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2866 | 2026-05-07T18:31:14.294Z | |
| 2867 | 2026-05-07T18:31:14.294Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274) |
| 2868 | 2026-05-07T18:31:14.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-05-07T18:31:14.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-05-07T18:31:14.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2871 | 2026-05-07T18:31:14.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2872 | 2026-05-07T18:31:14.895Z | |
| 2873 | 2026-05-07T18:31:14.895Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274) |
| 2874 | 2026-05-07T18:31:15.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2875 | 2026-05-07T18:31:15.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2876 | 2026-05-07T18:31:15.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2877 | 2026-05-07T18:31:15.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2878 | 2026-05-07T18:31:15.495Z | |
| 2879 | 2026-05-07T18:31:15.495Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274) |
| 2880 | 2026-05-07T18:31:16.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2026-05-07T18:31:16.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2026-05-07T18:31:16.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2883 | 2026-05-07T18:31:16.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2884 | 2026-05-07T18:31:16.099Z | |
| 2885 | 2026-05-07T18:31:16.099Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274) |
| 2886 | 2026-05-07T18:31:16.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2026-05-07T18:31:16.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2026-05-07T18:31:16.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2889 | 2026-05-07T18:31:16.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2890 | 2026-05-07T18:31:16.702Z | |
| 2891 | 2026-05-07T18:31:16.702Z | info: running `cargo check --bins` on trust-quorum-types (101/274) |
| 2892 | 2026-05-07T18:31:17.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2026-05-07T18:31:17.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2026-05-07T18:31:17.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2026-05-07T18:31:17.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2896 | 2026-05-07T18:31:17.282Z | |
| 2897 | 2026-05-07T18:31:17.282Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/274) |
| 2898 | 2026-05-07T18:31:17.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-05-07T18:31:17.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-05-07T18:31:17.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2026-05-07T18:31:17.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2902 | 2026-05-07T18:31:17.887Z | |
| 2903 | 2026-05-07T18:31:17.887Z | info: running `cargo check --bins` on update-engine (103/274) |
| 2904 | 2026-05-07T18:31:18.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-05-07T18:31:18.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-05-07T18:31:18.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2026-05-07T18:31:18.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2908 | 2026-05-07T18:31:18.469Z | |
| 2909 | 2026-05-07T18:31:18.469Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/274) |
| 2910 | 2026-05-07T18:31:18.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-05-07T18:31:18.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-05-07T18:31:19.184Z | Compiling crucible-workspace-hack v0.1.0 |
| 2913 | 2026-05-07T18:31:19.302Z | Checking secrecy v0.10.3 |
| 2914 | 2026-05-07T18:31:19.310Z | Compiling heapless v0.8.0 |
| 2915 | 2026-05-07T18:31:19.316Z | Compiling ingot-macros v0.1.1 |
| 2916 | 2026-05-07T18:31:19.324Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2917 | 2026-05-07T18:31:19.327Z | Checking hash32 v0.3.1 |
| 2918 | 2026-05-07T18:31:19.346Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2919 | 2026-05-07T18:31:19.349Z | Compiling smoltcp v0.11.0 |
| 2920 | 2026-05-07T18:31:19.404Z | Checking cobs v0.3.0 |
| 2921 | 2026-05-07T18:31:19.444Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2922 | 2026-05-07T18:31:19.547Z | Checking half v2.7.1 |
| 2923 | 2026-05-07T18:31:19.550Z | Checking universal-hash v0.5.1 |
| 2924 | 2026-05-07T18:31:19.642Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2925 | 2026-05-07T18:31:19.712Z | Checking opaque-debug v0.3.1 |
| 2926 | 2026-05-07T18:31:19.727Z | Checking ciborium-io v0.2.2 |
| 2927 | 2026-05-07T18:31:19.784Z | Checking poly1305 v0.8.0 |
| 2928 | 2026-05-07T18:31:19.816Z | Checking postcard v1.1.3 |
| 2929 | 2026-05-07T18:31:19.843Z | Checking ciborium-ll v0.2.2 |
| 2930 | 2026-05-07T18:31:19.859Z | Compiling proc-macro-crate v3.4.0 |
| 2931 | 2026-05-07T18:31:20.013Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2932 | 2026-05-07T18:31:20.042Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2933 | 2026-05-07T18:31:20.100Z | Checking password-hash v0.5.0 |
| 2934 | 2026-05-07T18:31:20.300Z | Checking chacha20 v0.9.1 |
| 2935 | 2026-05-07T18:31:20.317Z | Compiling proc-macro-crate v1.3.1 |
| 2936 | 2026-05-07T18:31:20.330Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2937 | 2026-05-07T18:31:20.398Z | Checking blake2 v0.10.6 |
| 2938 | 2026-05-07T18:31:20.411Z | Compiling num_enum_derive v0.7.5 |
| 2939 | 2026-05-07T18:31:20.490Z | Checking aead v0.5.2 |
| 2940 | 2026-05-07T18:31:20.563Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2941 | 2026-05-07T18:31:20.612Z | Checking thiserror-no-std v2.0.2 |
| 2942 | 2026-05-07T18:31:20.632Z | Compiling foreign-types-macros v0.2.3 |
| 2943 | 2026-05-07T18:31:20.635Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2944 | 2026-05-07T18:31:20.698Z | Checking cpufeatures v0.3.0 |
| 2945 | 2026-05-07T18:31:20.727Z | Checking foreign-types-shared v0.3.1 |
| 2946 | 2026-05-07T18:31:20.769Z | Compiling num_enum_derive v0.5.11 |
| 2947 | 2026-05-07T18:31:20.781Z | Checking chacha20 v0.10.0 |
| 2948 | 2026-05-07T18:31:20.818Z | Checking vsss-rs v3.3.4 |
| 2949 | 2026-05-07T18:31:20.883Z | Checking chacha20poly1305 v0.10.1 |
| 2950 | 2026-05-07T18:31:20.992Z | Checking argon2 v0.5.3 |
| 2951 | 2026-05-07T18:31:21.014Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2952 | 2026-05-07T18:31:21.216Z | Checking foreign-types v0.5.0 |
| 2953 | 2026-05-07T18:31:21.299Z | Checking ciborium v0.2.2 |
| 2954 | 2026-05-07T18:31:21.440Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2955 | 2026-05-07T18:31:21.452Z | Checking num_enum v0.7.5 |
| 2956 | 2026-05-07T18:31:21.465Z | Checking tabwriter v1.4.1 |
| 2957 | 2026-05-07T18:31:21.565Z | Checking byte-wrapper v0.1.0 |
| 2958 | 2026-05-07T18:31:21.605Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2959 | 2026-05-07T18:31:21.716Z | Checking cstr-argument v0.1.2 |
| 2960 | 2026-05-07T18:31:21.731Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2961 | 2026-05-07T18:31:21.776Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2962 | 2026-05-07T18:31:21.804Z | Checking num_enum v0.5.11 |
| 2963 | 2026-05-07T18:31:21.841Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2964 | 2026-05-07T18:31:21.916Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2965 | 2026-05-07T18:31:21.916Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2966 | 2026-05-07T18:31:21.981Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2967 | 2026-05-07T18:31:22.016Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2968 | 2026-05-07T18:31:22.027Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2969 | 2026-05-07T18:31:22.118Z | Checking ingot-types v0.1.2 |
| 2970 | 2026-05-07T18:31:22.131Z | Checking rand v0.10.0 |
| 2971 | 2026-05-07T18:31:22.144Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2972 | 2026-05-07T18:31:22.161Z | Checking indent_write v2.2.0 |
| 2973 | 2026-05-07T18:31:22.211Z | Checking colored v3.1.1 |
| 2974 | 2026-05-07T18:31:22.292Z | Compiling zone_cfg_derive v0.3.1 |
| 2975 | 2026-05-07T18:31:22.411Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2976 | 2026-05-07T18:31:22.450Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2977 | 2026-05-07T18:31:22.455Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2978 | 2026-05-07T18:31:22.478Z | Checking ingot v0.1.1 |
| 2979 | 2026-05-07T18:31:22.537Z | Checking itertools v0.12.1 |
| 2980 | 2026-05-07T18:31:22.553Z | Compiling num-derive v0.4.2 |
| 2981 | 2026-05-07T18:31:22.580Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2982 | 2026-05-07T18:31:22.633Z | Checking swrite v0.1.0 |
| 2983 | 2026-05-07T18:31:22.727Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2984 | 2026-05-07T18:31:22.781Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2985 | 2026-05-07T18:31:22.925Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2986 | 2026-05-07T18:31:22.946Z | Checking dropshot-api-manager-types v0.7.1 |
| 2987 | 2026-05-07T18:31:23.010Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2988 | 2026-05-07T18:31:23.033Z | Checking smf v0.2.3 |
| 2989 | 2026-05-07T18:31:23.050Z | Checking nanorand v0.7.0 |
| 2990 | 2026-05-07T18:31:23.114Z | Checking whoami v1.6.1 |
| 2991 | 2026-05-07T18:31:23.242Z | Checking flume v0.11.1 |
| 2992 | 2026-05-07T18:31:23.262Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2993 | 2026-05-07T18:31:23.460Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2994 | 2026-05-07T18:31:23.532Z | Checking zone v0.3.1 |
| 2995 | 2026-05-07T18:31:24.035Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2996 | 2026-05-07T18:31:25.013Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2997 | 2026-05-07T18:31:25.912Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2998 | 2026-05-07T18:31:28.993Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2999 | 2026-05-07T18:31:31.064Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3000 | 2026-05-07T18:31:32.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
| 3001 | 2026-05-07T18:31:32.362Z | |
| 3002 | 2026-05-07T18:31:32.362Z | info: running `cargo check --bins` on clickhouse-admin-api (105/274) |
| 3003 | 2026-05-07T18:31:32.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3004 | 2026-05-07T18:31:32.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3005 | 2026-05-07T18:31:32.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3006 | 2026-05-07T18:31:32.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3007 | 2026-05-07T18:31:32.974Z | |
| 3008 | 2026-05-07T18:31:32.974Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/274) |
| 3009 | 2026-05-07T18:31:33.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3010 | 2026-05-07T18:31:33.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3011 | 2026-05-07T18:31:33.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3012 | 2026-05-07T18:31:33.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3013 | 2026-05-07T18:31:33.572Z | |
| 3014 | 2026-05-07T18:31:33.572Z | info: running `cargo check --bins` on bootstrap-agent-client (107/274) |
| 3015 | 2026-05-07T18:31:34.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3016 | 2026-05-07T18:31:34.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3017 | 2026-05-07T18:31:34.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3018 | 2026-05-07T18:31:34.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3019 | 2026-05-07T18:31:34.183Z | |
| 3020 | 2026-05-07T18:31:34.183Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274) |
| 3021 | 2026-05-07T18:31:34.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3022 | 2026-05-07T18:31:34.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3023 | 2026-05-07T18:31:34.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3024 | 2026-05-07T18:31:34.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3025 | 2026-05-07T18:31:34.793Z | |
| 3026 | 2026-05-07T18:31:34.793Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274) |
| 3027 | 2026-05-07T18:31:35.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3028 | 2026-05-07T18:31:35.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3029 | 2026-05-07T18:31:35.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3030 | 2026-05-07T18:31:35.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3031 | 2026-05-07T18:31:35.398Z | |
| 3032 | 2026-05-07T18:31:35.398Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/274) |
| 3033 | 2026-05-07T18:31:35.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3034 | 2026-05-07T18:31:35.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3035 | 2026-05-07T18:31:35.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3036 | 2026-05-07T18:31:35.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3037 | 2026-05-07T18:31:36.005Z | |
| 3038 | 2026-05-07T18:31:36.005Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/274) |
| 3039 | 2026-05-07T18:31:36.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3040 | 2026-05-07T18:31:36.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3041 | 2026-05-07T18:31:36.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3042 | 2026-05-07T18:31:36.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3043 | 2026-05-07T18:31:36.612Z | |
| 3044 | 2026-05-07T18:31:36.612Z | info: running `cargo check --bins` on cockroach-admin-client (112/274) |
| 3045 | 2026-05-07T18:31:37.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3046 | 2026-05-07T18:31:37.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3047 | 2026-05-07T18:31:37.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3048 | 2026-05-07T18:31:37.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3049 | 2026-05-07T18:31:37.204Z | |
| 3050 | 2026-05-07T18:31:37.204Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/274) |
| 3051 | 2026-05-07T18:31:37.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2026-05-07T18:31:37.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2026-05-07T18:31:37.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3054 | 2026-05-07T18:31:37.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3055 | 2026-05-07T18:31:37.801Z | |
| 3056 | 2026-05-07T18:31:37.801Z | info: running `cargo check --bins` on dns-service-client (114/274) |
| 3057 | 2026-05-07T18:31:38.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3058 | 2026-05-07T18:31:38.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3059 | 2026-05-07T18:31:38.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3060 | 2026-05-07T18:31:38.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3061 | 2026-05-07T18:31:38.406Z | |
| 3062 | 2026-05-07T18:31:38.406Z | info: running `cargo check --bins` on installinator-client (115/274) |
| 3063 | 2026-05-07T18:31:38.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2026-05-07T18:31:38.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2026-05-07T18:31:38.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3066 | 2026-05-07T18:31:38.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3067 | 2026-05-07T18:31:39.014Z | |
| 3068 | 2026-05-07T18:31:39.014Z | info: running `cargo check --bins` on nexus-client (116/274) |
| 3069 | 2026-05-07T18:31:39.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3070 | 2026-05-07T18:31:39.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3071 | 2026-05-07T18:31:39.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3072 | 2026-05-07T18:31:39.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3073 | 2026-05-07T18:31:39.656Z | |
| 3074 | 2026-05-07T18:31:39.656Z | info: running `cargo check --bins` on nexus-lockstep-client (117/274) |
| 3075 | 2026-05-07T18:31:40.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3076 | 2026-05-07T18:31:40.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3077 | 2026-05-07T18:31:40.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3078 | 2026-05-07T18:31:40.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3079 | 2026-05-07T18:31:40.296Z | |
| 3080 | 2026-05-07T18:31:40.296Z | info: running `cargo check --bins` on ntp-admin-client (118/274) |
| 3081 | 2026-05-07T18:31:40.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3082 | 2026-05-07T18:31:40.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3083 | 2026-05-07T18:31:40.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3084 | 2026-05-07T18:31:40.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3085 | 2026-05-07T18:31:40.882Z | |
| 3086 | 2026-05-07T18:31:40.882Z | info: running `cargo check --bins` on oxide-client (119/274) |
| 3087 | 2026-05-07T18:31:41.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2026-05-07T18:31:41.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2026-05-07T18:31:41.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3090 | 2026-05-07T18:31:41.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3091 | 2026-05-07T18:31:41.474Z | |
| 3092 | 2026-05-07T18:31:41.474Z | info: running `cargo check --bins` on oximeter-client (120/274) |
| 3093 | 2026-05-07T18:31:41.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2026-05-07T18:31:41.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2026-05-07T18:31:41.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3096 | 2026-05-07T18:31:41.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3097 | 2026-05-07T18:31:42.078Z | |
| 3098 | 2026-05-07T18:31:42.078Z | info: running `cargo check --bins` on repo-depot-client (121/274) |
| 3099 | 2026-05-07T18:31:42.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2026-05-07T18:31:42.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2026-05-07T18:31:42.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2026-05-07T18:31:42.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3103 | 2026-05-07T18:31:42.666Z | |
| 3104 | 2026-05-07T18:31:42.666Z | info: running `cargo check --bins` on sled-agent-client (122/274) |
| 3105 | 2026-05-07T18:31:43.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2026-05-07T18:31:43.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2026-05-07T18:31:43.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3108 | 2026-05-07T18:31:43.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3109 | 2026-05-07T18:31:43.290Z | |
| 3110 | 2026-05-07T18:31:43.290Z | info: running `cargo check --bins` on wicketd-client (123/274) |
| 3111 | 2026-05-07T18:31:43.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2026-05-07T18:31:43.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2026-05-07T18:31:43.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3114 | 2026-05-07T18:31:43.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3115 | 2026-05-07T18:31:43.915Z | |
| 3116 | 2026-05-07T18:31:43.915Z | info: running `cargo check --bins` on installinator-common (124/274) |
| 3117 | 2026-05-07T18:31:44.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2026-05-07T18:31:44.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2026-05-07T18:31:44.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3120 | 2026-05-07T18:31:44.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3121 | 2026-05-07T18:31:44.540Z | |
| 3122 | 2026-05-07T18:31:44.540Z | info: running `cargo check --bins` on installinator-common-versions (125/274) |
| 3123 | 2026-05-07T18:31:45.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2026-05-07T18:31:45.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2026-05-07T18:31:45.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2026-05-07T18:31:45.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3127 | 2026-05-07T18:31:45.130Z | |
| 3128 | 2026-05-07T18:31:45.130Z | info: running `cargo check --bins` on wicket-common (126/274) |
| 3129 | 2026-05-07T18:31:45.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2026-05-07T18:31:45.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2026-05-07T18:31:45.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3132 | 2026-05-07T18:31:45.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3133 | 2026-05-07T18:31:45.751Z | |
| 3134 | 2026-05-07T18:31:45.751Z | info: running `cargo check --bins` on omicron-cockroach-admin (127/274) |
| 3135 | 2026-05-07T18:31:46.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2026-05-07T18:31:46.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2026-05-07T18:31:46.446Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3138 | 2026-05-07T18:31:46.561Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3139 | 2026-05-07T18:31:46.569Z | Checking csv-core v0.1.13 |
| 3140 | 2026-05-07T18:31:46.576Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3141 | 2026-05-07T18:31:46.582Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3142 | 2026-05-07T18:31:46.592Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3143 | 2026-05-07T18:31:46.604Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3144 | 2026-05-07T18:31:46.615Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3145 | 2026-05-07T18:31:46.722Z | Checking csv v1.4.0 |
| 3146 | 2026-05-07T18:31:46.741Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3147 | 2026-05-07T18:31:46.797Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3148 | 2026-05-07T18:31:46.822Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3149 | 2026-05-07T18:31:47.052Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3150 | 2026-05-07T18:31:47.421Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3151 | 2026-05-07T18:31:47.424Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3152 | 2026-05-07T18:31:47.755Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3153 | 2026-05-07T18:31:53.438Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3154 | 2026-05-07T18:31:53.969Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3155 | 2026-05-07T18:31:56.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s |
| 3156 | 2026-05-07T18:31:56.523Z | |
| 3157 | 2026-05-07T18:31:56.523Z | info: running `cargo check --bins` on cockroach-admin-api (128/274) |
| 3158 | 2026-05-07T18:31:57.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2026-05-07T18:31:57.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2026-05-07T18:31:57.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2026-05-07T18:31:57.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3162 | 2026-05-07T18:31:57.125Z | |
| 3163 | 2026-05-07T18:31:57.125Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274) |
| 3164 | 2026-05-07T18:31:57.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2026-05-07T18:31:57.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2026-05-07T18:31:57.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2026-05-07T18:31:57.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3168 | 2026-05-07T18:31:57.807Z | |
| 3169 | 2026-05-07T18:31:57.807Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274) |
| 3170 | 2026-05-07T18:31:58.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2026-05-07T18:31:58.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2026-05-07T18:31:58.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3173 | 2026-05-07T18:31:58.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3174 | 2026-05-07T18:31:58.493Z | |
| 3175 | 2026-05-07T18:31:58.493Z | info: running `cargo check --bins` on gateway-test-utils (131/274) |
| 3176 | 2026-05-07T18:31:59.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2026-05-07T18:31:59.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2026-05-07T18:31:59.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3179 | 2026-05-07T18:31:59.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3180 | 2026-05-07T18:31:59.153Z | |
| 3181 | 2026-05-07T18:31:59.153Z | info: running `cargo check --bins` on omicron-gateway (132/274) |
| 3182 | 2026-05-07T18:31:59.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2026-05-07T18:31:59.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2026-05-07T18:31:59.920Z | Compiling regress v0.11.1 |
| 3185 | 2026-05-07T18:32:00.054Z | Compiling unsafe-libyaml v0.2.11 |
| 3186 | 2026-05-07T18:32:00.069Z | Compiling radium v0.7.0 |
| 3187 | 2026-05-07T18:32:00.078Z | Compiling semver v0.1.20 |
| 3188 | 2026-05-07T18:32:00.091Z | Compiling pin-project-internal v1.1.11 |
| 3189 | 2026-05-07T18:32:00.103Z | Checking tap v1.0.1 |
| 3190 | 2026-05-07T18:32:00.106Z | Compiling maybe-uninit v2.0.0 |
| 3191 | 2026-05-07T18:32:00.208Z | Checking wyz v0.5.1 |
| 3192 | 2026-05-07T18:32:00.332Z | Compiling rustc_version v0.1.7 |
| 3193 | 2026-05-07T18:32:00.401Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3194 | 2026-05-07T18:32:00.436Z | Checking progenitor-client v0.13.0 |
| 3195 | 2026-05-07T18:32:00.523Z | Compiling snafu-derive v0.8.9 |
| 3196 | 2026-05-07T18:32:00.554Z | Compiling serde_yaml v0.9.34+deprecated |
| 3197 | 2026-05-07T18:32:00.671Z | Compiling newtype_derive v0.1.6 |
| 3198 | 2026-05-07T18:32:00.781Z | Compiling zerocopy-derive v0.6.6 |
| 3199 | 2026-05-07T18:32:00.910Z | Checking same-file v1.0.6 |
| 3200 | 2026-05-07T18:32:01.035Z | Compiling packed_struct v0.10.1 |
| 3201 | 2026-05-07T18:32:01.204Z | Checking pin-project v1.1.11 |
| 3202 | 2026-05-07T18:32:01.288Z | Checking funty v2.0.0 |
| 3203 | 2026-05-07T18:32:01.305Z | Compiling cancel-safe-futures v0.1.5 |
| 3204 | 2026-05-07T18:32:01.488Z | Checking typify-impl v0.6.2 |
| 3205 | 2026-05-07T18:32:01.513Z | Compiling owo-colors v4.3.0 |
| 3206 | 2026-05-07T18:32:01.621Z | Checking crc-catalog v2.4.0 |
| 3207 | 2026-05-07T18:32:01.717Z | Checking crc v3.4.0 |
| 3208 | 2026-05-07T18:32:01.880Z | Checking zerocopy v0.6.6 |
| 3209 | 2026-05-07T18:32:01.895Z | Checking bitvec v1.0.1 |
| 3210 | 2026-05-07T18:32:01.951Z | Checking walkdir v2.5.0 |
| 3211 | 2026-05-07T18:32:02.117Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3212 | 2026-05-07T18:32:02.132Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3213 | 2026-05-07T18:32:02.174Z | Checking globset v0.4.18 |
| 3214 | 2026-05-07T18:32:02.430Z | Checking snafu v0.8.9 |
| 3215 | 2026-05-07T18:32:02.445Z | Checking olpc-cjson v0.1.4 |
| 3216 | 2026-05-07T18:32:02.475Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3217 | 2026-05-07T18:32:02.586Z | Checking pem v3.0.6 |
| 3218 | 2026-05-07T18:32:02.644Z | Compiling packed_struct_codegen v0.10.1 |
| 3219 | 2026-05-07T18:32:02.659Z | Checking libsw-core v0.3.2 |
| 3220 | 2026-05-07T18:32:02.675Z | Checking serde_plain v1.0.2 |
| 3221 | 2026-05-07T18:32:02.730Z | Compiling bitfield-macros v0.19.4 |
| 3222 | 2026-05-07T18:32:02.750Z | Compiling indexmap v1.9.3 |
| 3223 | 2026-05-07T18:32:02.802Z | Checking nodrop v0.1.14 |
| 3224 | 2026-05-07T18:32:02.824Z | Checking typed-path v0.9.3 |
| 3225 | 2026-05-07T18:32:02.897Z | Checking array-init v0.0.4 |
| 3226 | 2026-05-07T18:32:02.967Z | Checking libsw v3.5.0 |
| 3227 | 2026-05-07T18:32:03.122Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3228 | 2026-05-07T18:32:03.187Z | Checking smallvec v0.6.14 |
| 3229 | 2026-05-07T18:32:03.250Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3230 | 2026-05-07T18:32:03.434Z | Checking bitfield v0.19.4 |
| 3231 | 2026-05-07T18:32:03.513Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3232 | 2026-05-07T18:32:03.529Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3233 | 2026-05-07T18:32:03.589Z | Checking tough v0.20.0 |
| 3234 | 2026-05-07T18:32:03.652Z | Checking tagptr v0.2.0 |
| 3235 | 2026-05-07T18:32:03.670Z | Checking unicode-linebreak v0.1.5 |
| 3236 | 2026-05-07T18:32:03.686Z | Checking base64 v0.21.7 |
| 3237 | 2026-05-07T18:32:03.702Z | Checking linear-map v1.2.0 |
| 3238 | 2026-05-07T18:32:03.790Z | Checking smawk v0.3.2 |
| 3239 | 2026-05-07T18:32:03.881Z | Checking hashbrown v0.12.3 |
| 3240 | 2026-05-07T18:32:03.897Z | Checking moka v0.12.13 |
| 3241 | 2026-05-07T18:32:03.921Z | Checking ron v0.8.1 |
| 3242 | 2026-05-07T18:32:03.924Z | Checking textwrap v0.16.2 |
| 3243 | 2026-05-07T18:32:03.949Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3244 | 2026-05-07T18:32:04.148Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3245 | 2026-05-07T18:32:04.324Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3246 | 2026-05-07T18:32:04.438Z | Checking serde-hex v0.1.0 |
| 3247 | 2026-05-07T18:32:04.568Z | Checking steno v0.4.1 |
| 3248 | 2026-05-07T18:32:04.652Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3249 | 2026-05-07T18:32:04.796Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3250 | 2026-05-07T18:32:04.822Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3251 | 2026-05-07T18:32:05.149Z | Checking hashbrown v0.13.2 |
| 3252 | 2026-05-07T18:32:05.265Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3253 | 2026-05-07T18:32:05.419Z | Checking crc-any v2.5.0 |
| 3254 | 2026-05-07T18:32:05.460Z | Checking humantime v2.3.0 |
| 3255 | 2026-05-07T18:32:05.587Z | Checking object v0.30.4 |
| 3256 | 2026-05-07T18:32:05.600Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3257 | 2026-05-07T18:32:05.600Z | Checking hickory-resolver v0.25.2 |
| 3258 | 2026-05-07T18:32:05.627Z | Checking utf-8 v0.7.6 |
| 3259 | 2026-05-07T18:32:05.646Z | Checking half v1.8.3 |
| 3260 | 2026-05-07T18:32:05.760Z | Checking void v1.0.2 |
| 3261 | 2026-05-07T18:32:05.763Z | Checking path-slash v0.1.5 |
| 3262 | 2026-05-07T18:32:05.843Z | Checking serde_cbor v0.11.2 |
| 3263 | 2026-05-07T18:32:05.869Z | Checking tungstenite v0.23.0 |
| 3264 | 2026-05-07T18:32:05.883Z | Checking lzss v0.8.2 |
| 3265 | 2026-05-07T18:32:06.072Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3266 | 2026-05-07T18:32:06.087Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3267 | 2026-05-07T18:32:06.131Z | Compiling typify-macro v0.6.2 |
| 3268 | 2026-05-07T18:32:06.218Z | Checking nix v0.27.1 |
| 3269 | 2026-05-07T18:32:06.232Z | Checking kstat-rs v0.2.4 |
| 3270 | 2026-05-07T18:32:06.274Z | Checking fxhash v0.2.1 |
| 3271 | 2026-05-07T18:32:06.307Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3272 | 2026-05-07T18:32:06.322Z | Checking serde_bytes v0.11.19 |
| 3273 | 2026-05-07T18:32:06.394Z | Checking tokio-tungstenite v0.23.1 |
| 3274 | 2026-05-07T18:32:06.418Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3275 | 2026-05-07T18:32:06.496Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3276 | 2026-05-07T18:32:06.653Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3277 | 2026-05-07T18:32:06.717Z | Checking signal-hook-tokio v0.3.1 |
| 3278 | 2026-05-07T18:32:07.555Z | Compiling typify v0.6.2 |
| 3279 | 2026-05-07T18:32:07.646Z | Compiling progenitor-impl v0.13.0 |
| 3280 | 2026-05-07T18:32:07.646Z | Compiling progenitor-impl v0.14.0 |
| 3281 | 2026-05-07T18:32:07.739Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3282 | 2026-05-07T18:32:08.645Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3283 | 2026-05-07T18:32:08.965Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3284 | 2026-05-07T18:32:09.231Z | Compiling progenitor-macro v0.13.0 |
| 3285 | 2026-05-07T18:32:09.269Z | Compiling progenitor-macro v0.14.0 |
| 3286 | 2026-05-07T18:32:11.830Z | Checking progenitor v0.14.0 |
| 3287 | 2026-05-07T18:32:11.917Z | Checking progenitor v0.13.0 |
| 3288 | 2026-05-07T18:32:11.956Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3289 | 2026-05-07T18:32:12.033Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3290 | 2026-05-07T18:32:15.081Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3291 | 2026-05-07T18:32:22.454Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3292 | 2026-05-07T18:32:28.792Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3293 | 2026-05-07T18:32:30.186Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3294 | 2026-05-07T18:32:30.695Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3295 | 2026-05-07T18:32:32.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.64s |
| 3296 | 2026-05-07T18:32:33.003Z | |
| 3297 | 2026-05-07T18:32:33.003Z | info: running `cargo check --bins` on gateway-api (133/274) |
| 3298 | 2026-05-07T18:32:33.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2026-05-07T18:32:33.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2026-05-07T18:32:33.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2026-05-07T18:32:33.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3302 | 2026-05-07T18:32:33.610Z | |
| 3303 | 2026-05-07T18:32:33.610Z | info: running `cargo check --bins` on ipcc (134/274) |
| 3304 | 2026-05-07T18:32:34.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2026-05-07T18:32:34.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2026-05-07T18:32:34.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3307 | 2026-05-07T18:32:34.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3308 | 2026-05-07T18:32:34.213Z | |
| 3309 | 2026-05-07T18:32:34.213Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274) |
| 3310 | 2026-05-07T18:32:34.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2026-05-07T18:32:34.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2026-05-07T18:32:34.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3313 | 2026-05-07T18:32:34.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3314 | 2026-05-07T18:32:34.802Z | |
| 3315 | 2026-05-07T18:32:34.802Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274) |
| 3316 | 2026-05-07T18:32:35.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2026-05-07T18:32:35.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2026-05-07T18:32:35.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3319 | 2026-05-07T18:32:35.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3320 | 2026-05-07T18:32:35.408Z | |
| 3321 | 2026-05-07T18:32:35.408Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274) |
| 3322 | 2026-05-07T18:32:35.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2026-05-07T18:32:35.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2026-05-07T18:32:35.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2026-05-07T18:32:35.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3326 | 2026-05-07T18:32:36.012Z | |
| 3327 | 2026-05-07T18:32:36.012Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274) |
| 3328 | 2026-05-07T18:32:36.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2026-05-07T18:32:36.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2026-05-07T18:32:36.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2026-05-07T18:32:36.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3332 | 2026-05-07T18:32:36.614Z | |
| 3333 | 2026-05-07T18:32:36.614Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274) |
| 3334 | 2026-05-07T18:32:37.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2026-05-07T18:32:37.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2026-05-07T18:32:37.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2026-05-07T18:32:37.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3338 | 2026-05-07T18:32:37.223Z | |
| 3339 | 2026-05-07T18:32:37.223Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274) |
| 3340 | 2026-05-07T18:32:37.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2026-05-07T18:32:37.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2026-05-07T18:32:37.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2026-05-07T18:32:37.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3344 | 2026-05-07T18:32:37.832Z | |
| 3345 | 2026-05-07T18:32:37.832Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274) |
| 3346 | 2026-05-07T18:32:38.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2026-05-07T18:32:38.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2026-05-07T18:32:38.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2026-05-07T18:32:38.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3350 | 2026-05-07T18:32:38.444Z | |
| 3351 | 2026-05-07T18:32:38.444Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274) |
| 3352 | 2026-05-07T18:32:38.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2026-05-07T18:32:38.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2026-05-07T18:32:38.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2026-05-07T18:32:38.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3356 | 2026-05-07T18:32:39.053Z | |
| 3357 | 2026-05-07T18:32:39.053Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274) |
| 3358 | 2026-05-07T18:32:39.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2026-05-07T18:32:39.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2026-05-07T18:32:39.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2026-05-07T18:32:39.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3362 | 2026-05-07T18:32:39.663Z | |
| 3363 | 2026-05-07T18:32:39.663Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274) |
| 3364 | 2026-05-07T18:32:40.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2026-05-07T18:32:40.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2026-05-07T18:32:40.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2026-05-07T18:32:40.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3368 | 2026-05-07T18:32:40.271Z | |
| 3369 | 2026-05-07T18:32:40.271Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274) |
| 3370 | 2026-05-07T18:32:40.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2026-05-07T18:32:40.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2026-05-07T18:32:40.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2026-05-07T18:32:40.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3374 | 2026-05-07T18:32:40.870Z | |
| 3375 | 2026-05-07T18:32:40.870Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274) |
| 3376 | 2026-05-07T18:32:41.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-05-07T18:32:41.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-05-07T18:32:41.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-05-07T18:32:41.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3380 | 2026-05-07T18:32:41.477Z | |
| 3381 | 2026-05-07T18:32:41.477Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274) |
| 3382 | 2026-05-07T18:32:41.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-05-07T18:32:41.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-05-07T18:32:41.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-05-07T18:32:42.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3386 | 2026-05-07T18:32:42.093Z | |
| 3387 | 2026-05-07T18:32:42.093Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274) |
| 3388 | 2026-05-07T18:32:42.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-05-07T18:32:42.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-05-07T18:32:42.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-05-07T18:32:42.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3392 | 2026-05-07T18:32:42.704Z | |
| 3393 | 2026-05-07T18:32:42.704Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274) |
| 3394 | 2026-05-07T18:32:43.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-05-07T18:32:43.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-05-07T18:32:43.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-05-07T18:32:43.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3398 | 2026-05-07T18:32:43.299Z | |
| 3399 | 2026-05-07T18:32:43.299Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274) |
| 3400 | 2026-05-07T18:32:43.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-05-07T18:32:43.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-05-07T18:32:43.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-05-07T18:32:43.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3404 | 2026-05-07T18:32:43.910Z | |
| 3405 | 2026-05-07T18:32:43.910Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274) |
| 3406 | 2026-05-07T18:32:44.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-05-07T18:32:44.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-05-07T18:32:44.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-05-07T18:32:44.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3410 | 2026-05-07T18:32:44.516Z | |
| 3411 | 2026-05-07T18:32:44.516Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274) |
| 3412 | 2026-05-07T18:32:45.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-05-07T18:32:45.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-05-07T18:32:45.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-05-07T18:32:45.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3416 | 2026-05-07T18:32:45.124Z | |
| 3417 | 2026-05-07T18:32:45.124Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274) |
| 3418 | 2026-05-07T18:32:45.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-05-07T18:32:45.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-05-07T18:32:45.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-05-07T18:32:45.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3422 | 2026-05-07T18:32:45.731Z | |
| 3423 | 2026-05-07T18:32:45.731Z | info: running `cargo check --bins` on oximeter-producer (154/274) |
| 3424 | 2026-05-07T18:32:46.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-05-07T18:32:46.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-05-07T18:32:46.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-05-07T18:32:46.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3428 | 2026-05-07T18:32:46.374Z | |
| 3429 | 2026-05-07T18:32:46.374Z | info: running `cargo check --bins` on internal-dns-resolver (155/274) |
| 3430 | 2026-05-07T18:32:46.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-05-07T18:32:46.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-05-07T18:32:46.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-05-07T18:32:46.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3434 | 2026-05-07T18:32:46.984Z | |
| 3435 | 2026-05-07T18:32:46.985Z | info: running `cargo check --bins` on dns-server (156/274) |
| 3436 | 2026-05-07T18:32:47.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-05-07T18:32:47.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-05-07T18:32:47.642Z | Compiling parking_lot_core v0.8.6 |
| 3439 | 2026-05-07T18:32:47.642Z | Compiling git-stub v1.0.0 |
| 3440 | 2026-05-07T18:32:47.642Z | Compiling atomicwrites v0.4.4 |
| 3441 | 2026-05-07T18:32:47.646Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3442 | 2026-05-07T18:32:47.646Z | Checking prefix-trie v0.7.0 |
| 3443 | 2026-05-07T18:32:47.874Z | Compiling git-stub-vcs v0.1.0 |
| 3444 | 2026-05-07T18:32:48.032Z | Checking hickory-server v0.25.2 |
| 3445 | 2026-05-07T18:32:48.151Z | Checking parking_lot v0.11.2 |
| 3446 | 2026-05-07T18:32:48.154Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3447 | 2026-05-07T18:32:48.232Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3448 | 2026-05-07T18:32:48.232Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3449 | 2026-05-07T18:32:48.325Z | Checking sled v0.34.7 |
| 3450 | 2026-05-07T18:32:50.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 3451 | 2026-05-07T18:32:50.419Z | |
| 3452 | 2026-05-07T18:32:50.419Z | info: running `cargo check --bins` on dns-server-api (157/274) |
| 3453 | 2026-05-07T18:32:50.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3454 | 2026-05-07T18:32:50.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3455 | 2026-05-07T18:32:50.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3456 | 2026-05-07T18:32:50.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3457 | 2026-05-07T18:32:51.022Z | |
| 3458 | 2026-05-07T18:32:51.023Z | info: running `cargo check --bins` on oximeter-producer-api (158/274) |
| 3459 | 2026-05-07T18:32:51.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3460 | 2026-05-07T18:32:51.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3461 | 2026-05-07T18:32:51.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3462 | 2026-05-07T18:32:51.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3463 | 2026-05-07T18:32:51.628Z | |
| 3464 | 2026-05-07T18:32:51.628Z | info: running `cargo check --bins` on sp-sim (159/274) |
| 3465 | 2026-05-07T18:32:52.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3466 | 2026-05-07T18:32:52.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3467 | 2026-05-07T18:32:52.358Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3468 | 2026-05-07T18:32:54.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
| 3469 | 2026-05-07T18:32:54.319Z | |
| 3470 | 2026-05-07T18:32:54.319Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274) |
| 3471 | 2026-05-07T18:32:54.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3472 | 2026-05-07T18:32:54.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3473 | 2026-05-07T18:32:54.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3474 | 2026-05-07T18:32:54.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3475 | 2026-05-07T18:32:54.980Z | |
| 3476 | 2026-05-07T18:32:54.980Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274) |
| 3477 | 2026-05-07T18:32:55.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3478 | 2026-05-07T18:32:55.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3479 | 2026-05-07T18:32:55.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3480 | 2026-05-07T18:32:55.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3481 | 2026-05-07T18:32:55.633Z | |
| 3482 | 2026-05-07T18:32:55.633Z | info: running `cargo check --bins` on db-macros (162/274) |
| 3483 | 2026-05-07T18:32:56.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3484 | 2026-05-07T18:32:56.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3485 | 2026-05-07T18:32:56.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3486 | 2026-05-07T18:32:56.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3487 | 2026-05-07T18:32:56.218Z | |
| 3488 | 2026-05-07T18:32:56.218Z | info: running `cargo check --bins` on nexus-macros-common (163/274) |
| 3489 | 2026-05-07T18:32:56.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3490 | 2026-05-07T18:32:56.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3491 | 2026-05-07T18:32:56.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3492 | 2026-05-07T18:32:56.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3493 | 2026-05-07T18:32:56.805Z | |
| 3494 | 2026-05-07T18:32:56.805Z | info: running `cargo check --bins` on nexus-auth (164/274) |
| 3495 | 2026-05-07T18:32:57.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3496 | 2026-05-07T18:32:57.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3497 | 2026-05-07T18:32:57.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3498 | 2026-05-07T18:32:57.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3499 | 2026-05-07T18:32:57.453Z | |
| 3500 | 2026-05-07T18:32:57.453Z | info: running `cargo check --bins` on authz-macros (165/274) |
| 3501 | 2026-05-07T18:32:57.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3502 | 2026-05-07T18:32:57.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3503 | 2026-05-07T18:32:57.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3504 | 2026-05-07T18:32:57.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3505 | 2026-05-07T18:32:58.040Z | |
| 3506 | 2026-05-07T18:32:58.040Z | info: running `cargo check --bins` on nexus-db-fixed-data (166/274) |
| 3507 | 2026-05-07T18:32:58.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3508 | 2026-05-07T18:32:58.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3509 | 2026-05-07T18:32:58.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3510 | 2026-05-07T18:32:58.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3511 | 2026-05-07T18:32:58.686Z | |
| 3512 | 2026-05-07T18:32:58.686Z | info: running `cargo check --bins` on nexus-db-model (167/274) |
| 3513 | 2026-05-07T18:32:59.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3514 | 2026-05-07T18:32:59.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3515 | 2026-05-07T18:32:59.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3516 | 2026-05-07T18:32:59.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3517 | 2026-05-07T18:32:59.335Z | |
| 3518 | 2026-05-07T18:32:59.335Z | info: running `cargo check --bins` on nexus-db-schema (168/274) |
| 3519 | 2026-05-07T18:32:59.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3520 | 2026-05-07T18:32:59.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3521 | 2026-05-07T18:32:59.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3522 | 2026-05-07T18:32:59.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3523 | 2026-05-07T18:32:59.931Z | |
| 3524 | 2026-05-07T18:32:59.931Z | info: running `cargo check --bins` on omicron-rpaths (169/274) |
| 3525 | 2026-05-07T18:33:00.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3526 | 2026-05-07T18:33:00.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3527 | 2026-05-07T18:33:00.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3528 | 2026-05-07T18:33:00.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3529 | 2026-05-07T18:33:00.520Z | |
| 3530 | 2026-05-07T18:33:00.520Z | info: running `cargo check --bins` on nexus-defaults (170/274) |
| 3531 | 2026-05-07T18:33:01.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3532 | 2026-05-07T18:33:01.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3533 | 2026-05-07T18:33:01.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3534 | 2026-05-07T18:33:01.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3535 | 2026-05-07T18:33:01.126Z | |
| 3536 | 2026-05-07T18:33:01.126Z | info: running `cargo check --bins` on omicron-cockroach-metrics (171/274) |
| 3537 | 2026-05-07T18:33:01.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3538 | 2026-05-07T18:33:01.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3539 | 2026-05-07T18:33:01.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3540 | 2026-05-07T18:33:01.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3541 | 2026-05-07T18:33:01.709Z | |
| 3542 | 2026-05-07T18:33:01.709Z | info: running `cargo check --bins` on parallel-task-set (172/274) |
| 3543 | 2026-05-07T18:33:02.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3544 | 2026-05-07T18:33:02.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3545 | 2026-05-07T18:33:02.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3546 | 2026-05-07T18:33:02.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3547 | 2026-05-07T18:33:02.290Z | |
| 3548 | 2026-05-07T18:33:02.290Z | info: running `cargo check --bins` on nexus-db-errors (173/274) |
| 3549 | 2026-05-07T18:33:02.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3550 | 2026-05-07T18:33:02.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3551 | 2026-05-07T18:33:02.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3552 | 2026-05-07T18:33:02.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3553 | 2026-05-07T18:33:02.938Z | |
| 3554 | 2026-05-07T18:33:02.938Z | info: running `cargo check --bins` on nexus-db-lookup (174/274) |
| 3555 | 2026-05-07T18:33:03.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3556 | 2026-05-07T18:33:03.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3557 | 2026-05-07T18:33:03.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3558 | 2026-05-07T18:33:03.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3559 | 2026-05-07T18:33:03.589Z | |
| 3560 | 2026-05-07T18:33:03.589Z | info: running `cargo check --bins` on nexus-inventory (175/274) |
| 3561 | 2026-05-07T18:33:04.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3562 | 2026-05-07T18:33:04.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3563 | 2026-05-07T18:33:04.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3564 | 2026-05-07T18:33:04.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3565 | 2026-05-07T18:33:04.238Z | |
| 3566 | 2026-05-07T18:33:04.238Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274) |
| 3567 | 2026-05-07T18:33:04.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3568 | 2026-05-07T18:33:04.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3569 | 2026-05-07T18:33:04.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3570 | 2026-05-07T18:33:04.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3571 | 2026-05-07T18:33:04.859Z | |
| 3572 | 2026-05-07T18:33:04.859Z | info: running `cargo check --bins --no-default-features` on sled-storage (177/274) |
| 3573 | 2026-05-07T18:33:05.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3574 | 2026-05-07T18:33:05.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3575 | 2026-05-07T18:33:05.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3576 | 2026-05-07T18:33:05.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3577 | 2026-05-07T18:33:05.487Z | |
| 3578 | 2026-05-07T18:33:05.487Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274) |
| 3579 | 2026-05-07T18:33:06.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3580 | 2026-05-07T18:33:06.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3581 | 2026-05-07T18:33:06.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3582 | 2026-05-07T18:33:06.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3583 | 2026-05-07T18:33:06.113Z | |
| 3584 | 2026-05-07T18:33:06.113Z | info: running `cargo check --bins` on key-manager (179/274) |
| 3585 | 2026-05-07T18:33:06.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3586 | 2026-05-07T18:33:06.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3587 | 2026-05-07T18:33:06.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3588 | 2026-05-07T18:33:06.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3589 | 2026-05-07T18:33:06.720Z | |
| 3590 | 2026-05-07T18:33:06.720Z | info: running `cargo check --bins --no-default-features` on sled-hardware (180/274) |
| 3591 | 2026-05-07T18:33:07.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2026-05-07T18:33:07.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2026-05-07T18:33:07.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3594 | 2026-05-07T18:33:07.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3595 | 2026-05-07T18:33:07.351Z | |
| 3596 | 2026-05-07T18:33:07.351Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274) |
| 3597 | 2026-05-07T18:33:07.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2026-05-07T18:33:07.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2026-05-07T18:33:07.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3600 | 2026-05-07T18:33:07.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3601 | 2026-05-07T18:33:07.976Z | |
| 3602 | 2026-05-07T18:33:07.976Z | info: running `cargo check --bins` on typed-rng (182/274) |
| 3603 | 2026-05-07T18:33:08.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2026-05-07T18:33:08.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2026-05-07T18:33:08.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3606 | 2026-05-07T18:33:08.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3607 | 2026-05-07T18:33:08.568Z | |
| 3608 | 2026-05-07T18:33:08.568Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274) |
| 3609 | 2026-05-07T18:33:09.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3610 | 2026-05-07T18:33:09.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3611 | 2026-05-07T18:33:09.428Z | Compiling typify-impl v0.4.3 |
| 3612 | 2026-05-07T18:33:09.428Z | Compiling libefi-sys v0.1.0 |
| 3613 | 2026-05-07T18:33:09.572Z | Compiling bitfield-struct v0.6.2 |
| 3614 | 2026-05-07T18:33:09.580Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3615 | 2026-05-07T18:33:09.589Z | Compiling xshell-macros v0.2.7 |
| 3616 | 2026-05-07T18:33:09.615Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3617 | 2026-05-07T18:33:09.619Z | Compiling salty v0.3.0 |
| 3618 | 2026-05-07T18:33:09.690Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3619 | 2026-05-07T18:33:09.820Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3620 | 2026-05-07T18:33:09.930Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3621 | 2026-05-07T18:33:09.972Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3622 | 2026-05-07T18:33:09.999Z | Checking xshell v0.2.7 |
| 3623 | 2026-05-07T18:33:10.172Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3624 | 2026-05-07T18:33:10.187Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3625 | 2026-05-07T18:33:10.191Z | Checking primeorder v0.13.6 |
| 3626 | 2026-05-07T18:33:10.349Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3627 | 2026-05-07T18:33:10.376Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3628 | 2026-05-07T18:33:10.433Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3629 | 2026-05-07T18:33:10.456Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3630 | 2026-05-07T18:33:10.484Z | Checking tungstenite v0.21.0 |
| 3631 | 2026-05-07T18:33:10.654Z | Checking p384 v0.13.1 |
| 3632 | 2026-05-07T18:33:10.674Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3633 | 2026-05-07T18:33:10.745Z | Compiling proc-macro-error2 v2.0.1 |
| 3634 | 2026-05-07T18:33:10.809Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3635 | 2026-05-07T18:33:10.897Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3636 | 2026-05-07T18:33:11.057Z | Compiling num-derive v0.3.3 |
| 3637 | 2026-05-07T18:33:11.075Z | Compiling tabled_derive v0.11.0 |
| 3638 | 2026-05-07T18:33:11.240Z | Checking tokio-tungstenite v0.21.0 |
| 3639 | 2026-05-07T18:33:11.512Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3640 | 2026-05-07T18:33:11.527Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3641 | 2026-05-07T18:33:11.594Z | Checking papergrid v0.17.0 |
| 3642 | 2026-05-07T18:33:11.891Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3643 | 2026-05-07T18:33:11.937Z | Checking libscf-sys v1.1.0 |
| 3644 | 2026-05-07T18:33:12.073Z | Checking testing_table v0.3.0 |
| 3645 | 2026-05-07T18:33:12.172Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3646 | 2026-05-07T18:33:12.209Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3647 | 2026-05-07T18:33:12.226Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3648 | 2026-05-07T18:33:12.369Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3649 | 2026-05-07T18:33:12.459Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3650 | 2026-05-07T18:33:12.583Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3651 | 2026-05-07T18:33:12.661Z | Checking corncobs v0.1.4 |
| 3652 | 2026-05-07T18:33:12.688Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3653 | 2026-05-07T18:33:12.688Z | Compiling unicase v2.9.0 |
| 3654 | 2026-05-07T18:33:12.796Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3655 | 2026-05-07T18:33:12.856Z | Checking tabled v0.20.0 |
| 3656 | 2026-05-07T18:33:12.892Z | Compiling mime_guess v2.0.5 |
| 3657 | 2026-05-07T18:33:12.912Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3658 | 2026-05-07T18:33:12.987Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3659 | 2026-05-07T18:33:13.052Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3660 | 2026-05-07T18:33:13.117Z | Checking progenitor-client v0.11.2 |
| 3661 | 2026-05-07T18:33:13.311Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3662 | 2026-05-07T18:33:13.356Z | Checking secrecy v0.8.0 |
| 3663 | 2026-05-07T18:33:13.382Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3664 | 2026-05-07T18:33:13.409Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3665 | 2026-05-07T18:33:13.460Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3666 | 2026-05-07T18:33:13.593Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3667 | 2026-05-07T18:33:13.847Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3668 | 2026-05-07T18:33:13.972Z | Compiling typify-macro v0.4.3 |
| 3669 | 2026-05-07T18:33:14.040Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3670 | 2026-05-07T18:33:14.055Z | Checking filetime v0.2.27 |
| 3671 | 2026-05-07T18:33:14.123Z | Checking http-range v0.1.5 |
| 3672 | 2026-05-07T18:33:14.126Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3673 | 2026-05-07T18:33:14.189Z | Checking xattr v1.6.1 |
| 3674 | 2026-05-07T18:33:14.251Z | Checking crc8 v0.1.1 |
| 3675 | 2026-05-07T18:33:14.367Z | Checking tar v0.4.45 |
| 3676 | 2026-05-07T18:33:14.710Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3677 | 2026-05-07T18:33:14.778Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3678 | 2026-05-07T18:33:14.923Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3679 | 2026-05-07T18:33:14.991Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3680 | 2026-05-07T18:33:15.009Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3681 | 2026-05-07T18:33:15.081Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3682 | 2026-05-07T18:33:15.323Z | Checking atty v0.2.14 |
| 3683 | 2026-05-07T18:33:15.432Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3684 | 2026-05-07T18:33:15.457Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3685 | 2026-05-07T18:33:15.608Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3686 | 2026-05-07T18:33:15.743Z | Compiling typify v0.4.3 |
| 3687 | 2026-05-07T18:33:15.868Z | Compiling progenitor-impl v0.11.2 |
| 3688 | 2026-05-07T18:33:15.953Z | Compiling progenitor-impl v0.10.0 |
| 3689 | 2026-05-07T18:33:16.180Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3690 | 2026-05-07T18:33:16.324Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3691 | 2026-05-07T18:33:16.432Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3692 | 2026-05-07T18:33:16.857Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3693 | 2026-05-07T18:33:17.271Z | Checking hyper-staticfile v0.10.1 |
| 3694 | 2026-05-07T18:33:17.300Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3695 | 2026-05-07T18:33:17.321Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3696 | 2026-05-07T18:33:17.530Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3697 | 2026-05-07T18:33:17.562Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3698 | 2026-05-07T18:33:17.697Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3699 | 2026-05-07T18:33:17.788Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3700 | 2026-05-07T18:33:17.935Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3701 | 2026-05-07T18:33:18.069Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3702 | 2026-05-07T18:33:18.219Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3703 | 2026-05-07T18:33:18.366Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3704 | 2026-05-07T18:33:18.461Z | Compiling progenitor-macro v0.11.2 |
| 3705 | 2026-05-07T18:33:18.520Z | Compiling progenitor-macro v0.10.0 |
| 3706 | 2026-05-07T18:33:21.214Z | Checking progenitor v0.11.2 |
| 3707 | 2026-05-07T18:33:21.347Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3708 | 2026-05-07T18:33:21.395Z | Checking progenitor v0.10.0 |
| 3709 | 2026-05-07T18:33:21.521Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3710 | 2026-05-07T18:33:25.998Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3711 | 2026-05-07T18:33:27.127Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3712 | 2026-05-07T18:33:37.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.92s |
| 3713 | 2026-05-07T18:33:37.717Z | |
| 3714 | 2026-05-07T18:33:37.717Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274) |
| 3715 | 2026-05-07T18:33:38.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3716 | 2026-05-07T18:33:38.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3717 | 2026-05-07T18:33:38.520Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3718 | 2026-05-07T18:33:48.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s |
| 3719 | 2026-05-07T18:33:49.158Z | |
| 3720 | 2026-05-07T18:33:49.158Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274) |
| 3721 | 2026-05-07T18:33:49.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3722 | 2026-05-07T18:33:49.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3723 | 2026-05-07T18:33:49.941Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3724 | 2026-05-07T18:34:00.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s |
| 3725 | 2026-05-07T18:34:00.570Z | |
| 3726 | 2026-05-07T18:34:00.570Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274) |
| 3727 | 2026-05-07T18:34:01.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2026-05-07T18:34:01.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2026-05-07T18:34:01.362Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3730 | 2026-05-07T18:34:11.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s |
| 3731 | 2026-05-07T18:34:12.035Z | |
| 3732 | 2026-05-07T18:34:12.035Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274) |
| 3733 | 2026-05-07T18:34:12.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2026-05-07T18:34:12.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2026-05-07T18:34:12.826Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3736 | 2026-05-07T18:34:23.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s |
| 3737 | 2026-05-07T18:34:23.468Z | |
| 3738 | 2026-05-07T18:34:23.468Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274) |
| 3739 | 2026-05-07T18:34:24.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2026-05-07T18:34:24.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2026-05-07T18:34:24.246Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3742 | 2026-05-07T18:34:34.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s |
| 3743 | 2026-05-07T18:34:34.931Z | |
| 3744 | 2026-05-07T18:34:34.931Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274) |
| 3745 | 2026-05-07T18:34:35.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3746 | 2026-05-07T18:34:35.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3747 | 2026-05-07T18:34:35.694Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3748 | 2026-05-07T18:34:46.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s |
| 3749 | 2026-05-07T18:34:46.382Z | |
| 3750 | 2026-05-07T18:34:46.382Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274) |
| 3751 | 2026-05-07T18:34:46.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3752 | 2026-05-07T18:34:46.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3753 | 2026-05-07T18:34:47.160Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3754 | 2026-05-07T18:34:57.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s |
| 3755 | 2026-05-07T18:34:57.826Z | |
| 3756 | 2026-05-07T18:34:57.826Z | info: running `cargo check --bins` on bootstrap-agent-api (191/274) |
| 3757 | 2026-05-07T18:34:58.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3758 | 2026-05-07T18:34:58.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3759 | 2026-05-07T18:34:58.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3760 | 2026-05-07T18:34:58.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3761 | 2026-05-07T18:34:58.434Z | |
| 3762 | 2026-05-07T18:34:58.434Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274) |
| 3763 | 2026-05-07T18:34:58.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3764 | 2026-05-07T18:34:58.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3765 | 2026-05-07T18:34:58.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3766 | 2026-05-07T18:34:58.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3767 | 2026-05-07T18:34:59.038Z | |
| 3768 | 2026-05-07T18:34:59.038Z | info: running `cargo check --bins` on range-requests (193/274) |
| 3769 | 2026-05-07T18:34:59.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3770 | 2026-05-07T18:34:59.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3771 | 2026-05-07T18:34:59.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3772 | 2026-05-07T18:34:59.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3773 | 2026-05-07T18:34:59.635Z | |
| 3774 | 2026-05-07T18:34:59.635Z | info: running `cargo check --bins` on repo-depot-api (194/274) |
| 3775 | 2026-05-07T18:35:00.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3776 | 2026-05-07T18:35:00.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3777 | 2026-05-07T18:35:00.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3778 | 2026-05-07T18:35:00.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3779 | 2026-05-07T18:35:00.231Z | |
| 3780 | 2026-05-07T18:35:00.231Z | info: running `cargo check --bins` on sled-agent-api (195/274) |
| 3781 | 2026-05-07T18:35:00.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3782 | 2026-05-07T18:35:00.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3783 | 2026-05-07T18:35:00.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3784 | 2026-05-07T18:35:00.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3785 | 2026-05-07T18:35:00.845Z | |
| 3786 | 2026-05-07T18:35:00.845Z | info: running `cargo check --bins` on sled-diagnostics (196/274) |
| 3787 | 2026-05-07T18:35:01.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3788 | 2026-05-07T18:35:01.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3789 | 2026-05-07T18:35:01.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3790 | 2026-05-07T18:35:01.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3791 | 2026-05-07T18:35:01.459Z | |
| 3792 | 2026-05-07T18:35:01.459Z | info: running `cargo check --bins` on zfs-test-harness (197/274) |
| 3793 | 2026-05-07T18:35:01.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3794 | 2026-05-07T18:35:01.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3795 | 2026-05-07T18:35:01.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3796 | 2026-05-07T18:35:01.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3797 | 2026-05-07T18:35:02.082Z | |
| 3798 | 2026-05-07T18:35:02.082Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274) |
| 3799 | 2026-05-07T18:35:02.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3800 | 2026-05-07T18:35:02.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3801 | 2026-05-07T18:35:02.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3802 | 2026-05-07T18:35:02.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3803 | 2026-05-07T18:35:02.704Z | |
| 3804 | 2026-05-07T18:35:02.704Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274) |
| 3805 | 2026-05-07T18:35:03.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3806 | 2026-05-07T18:35:03.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3807 | 2026-05-07T18:35:03.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3808 | 2026-05-07T18:35:03.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3809 | 2026-05-07T18:35:03.327Z | |
| 3810 | 2026-05-07T18:35:03.327Z | info: running `cargo check --bins` on sled-agent-health-monitor (200/274) |
| 3811 | 2026-05-07T18:35:03.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3812 | 2026-05-07T18:35:03.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3813 | 2026-05-07T18:35:03.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3814 | 2026-05-07T18:35:03.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3815 | 2026-05-07T18:35:03.947Z | |
| 3816 | 2026-05-07T18:35:03.947Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274) |
| 3817 | 2026-05-07T18:35:04.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3818 | 2026-05-07T18:35:04.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3819 | 2026-05-07T18:35:04.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3820 | 2026-05-07T18:35:04.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3821 | 2026-05-07T18:35:04.566Z | |
| 3822 | 2026-05-07T18:35:04.566Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274) |
| 3823 | 2026-05-07T18:35:05.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3824 | 2026-05-07T18:35:05.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3825 | 2026-05-07T18:35:05.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3826 | 2026-05-07T18:35:05.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3827 | 2026-05-07T18:35:05.186Z | |
| 3828 | 2026-05-07T18:35:05.186Z | info: running `cargo check --bins` on sled-agent-resolvable-files (203/274) |
| 3829 | 2026-05-07T18:35:05.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3830 | 2026-05-07T18:35:05.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3831 | 2026-05-07T18:35:05.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3832 | 2026-05-07T18:35:05.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3833 | 2026-05-07T18:35:05.811Z | |
| 3834 | 2026-05-07T18:35:05.811Z | info: running `cargo check --bins` on sled-agent-rack-setup (204/274) |
| 3835 | 2026-05-07T18:35:06.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3836 | 2026-05-07T18:35:06.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3837 | 2026-05-07T18:35:06.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3838 | 2026-05-07T18:35:06.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3839 | 2026-05-07T18:35:06.466Z | |
| 3840 | 2026-05-07T18:35:06.466Z | info: running `cargo check --bins` on trust-quorum (205/274) |
| 3841 | 2026-05-07T18:35:06.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3842 | 2026-05-07T18:35:06.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3843 | 2026-05-07T18:35:06.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3844 | 2026-05-07T18:35:06.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3845 | 2026-05-07T18:35:07.092Z | |
| 3846 | 2026-05-07T18:35:07.092Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274) |
| 3847 | 2026-05-07T18:35:07.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3848 | 2026-05-07T18:35:07.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3849 | 2026-05-07T18:35:07.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3850 | 2026-05-07T18:35:07.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3851 | 2026-05-07T18:35:07.728Z | |
| 3852 | 2026-05-07T18:35:07.728Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (207/274) |
| 3853 | 2026-05-07T18:35:08.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3854 | 2026-05-07T18:35:08.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3855 | 2026-05-07T18:35:08.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3856 | 2026-05-07T18:35:08.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3857 | 2026-05-07T18:35:08.386Z | |
| 3858 | 2026-05-07T18:35:08.386Z | info: running `cargo check --bins` on update-common (208/274) |
| 3859 | 2026-05-07T18:35:08.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3860 | 2026-05-07T18:35:08.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3861 | 2026-05-07T18:35:08.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3862 | 2026-05-07T18:35:08.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3863 | 2026-05-07T18:35:08.998Z | |
| 3864 | 2026-05-07T18:35:08.998Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274) |
| 3865 | 2026-05-07T18:35:09.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3866 | 2026-05-07T18:35:09.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3867 | 2026-05-07T18:35:09.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3868 | 2026-05-07T18:35:09.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3869 | 2026-05-07T18:35:09.657Z | |
| 3870 | 2026-05-07T18:35:09.657Z | info: running `cargo check --bins` on omicron-deployment-graph (210/274) |
| 3871 | 2026-05-07T18:35:10.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2026-05-07T18:35:10.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2026-05-07T18:35:10.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3874 | 2026-05-07T18:35:10.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3875 | 2026-05-07T18:35:10.235Z | |
| 3876 | 2026-05-07T18:35:10.235Z | info: running `cargo check --bins` on reconfigurator-cli (211/274) |
| 3877 | 2026-05-07T18:35:10.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3878 | 2026-05-07T18:35:10.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3879 | 2026-05-07T18:35:11.010Z | Compiling fs-err v2.11.0 |
| 3880 | 2026-05-07T18:35:11.015Z | Checking ignore v0.4.25 |
| 3881 | 2026-05-07T18:35:11.015Z | Checking arc-swap v1.8.2 |
| 3882 | 2026-05-07T18:35:11.015Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3883 | 2026-05-07T18:35:11.015Z | Checking predicates-tree v1.0.13 |
| 3884 | 2026-05-07T18:35:11.137Z | Checking parse-size v1.1.0 |
| 3885 | 2026-05-07T18:35:11.175Z | Checking rand_seeder v0.4.0 |
| 3886 | 2026-05-07T18:35:11.178Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3887 | 2026-05-07T18:35:11.255Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3888 | 2026-05-07T18:35:11.278Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3889 | 2026-05-07T18:35:11.321Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3890 | 2026-05-07T18:35:11.346Z | Checking slog-scope v4.4.1 |
| 3891 | 2026-05-07T18:35:11.453Z | Compiling petname v2.0.2 |
| 3892 | 2026-05-07T18:35:11.473Z | Checking slog-stdlog v4.1.1 |
| 3893 | 2026-05-07T18:35:11.492Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3894 | 2026-05-07T18:35:11.534Z | Checking globwalk v0.9.1 |
| 3895 | 2026-05-07T18:35:11.589Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3896 | 2026-05-07T18:35:11.602Z | Checking slog-envlogger v2.2.0 |
| 3897 | 2026-05-07T18:35:11.711Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3898 | 2026-05-07T18:35:11.726Z | Checking camino-tempfile-ext v0.3.3 |
| 3899 | 2026-05-07T18:35:11.754Z | Checking sapling-renderdag v0.1.0 |
| 3900 | 2026-05-07T18:35:11.883Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3901 | 2026-05-07T18:35:11.923Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3902 | 2026-05-07T18:35:11.994Z | Checking subprocess v0.2.15 |
| 3903 | 2026-05-07T18:35:12.069Z | Checking sync-ptr v0.1.4 |
| 3904 | 2026-05-07T18:35:12.108Z | Checking colored v2.2.0 |
| 3905 | 2026-05-07T18:35:12.188Z | Checking assert_matches v1.5.0 |
| 3906 | 2026-05-07T18:35:12.279Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3907 | 2026-05-07T18:35:12.344Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3908 | 2026-05-07T18:35:12.389Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3909 | 2026-05-07T18:35:12.392Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3910 | 2026-05-07T18:35:13.023Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3911 | 2026-05-07T18:35:14.328Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3912 | 2026-05-07T18:35:16.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s |
| 3913 | 2026-05-07T18:35:16.758Z | |
| 3914 | 2026-05-07T18:35:16.758Z | info: running `cargo check --bins` on omicron-repl-utils (212/274) |
| 3915 | 2026-05-07T18:35:17.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3916 | 2026-05-07T18:35:17.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3917 | 2026-05-07T18:35:17.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3918 | 2026-05-07T18:35:17.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3919 | 2026-05-07T18:35:17.342Z | |
| 3920 | 2026-05-07T18:35:17.342Z | info: running `cargo check --bins` on transient-dns-server (213/274) |
| 3921 | 2026-05-07T18:35:17.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3922 | 2026-05-07T18:35:17.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3923 | 2026-05-07T18:35:17.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3924 | 2026-05-07T18:35:17.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3925 | 2026-05-07T18:35:17.954Z | |
| 3926 | 2026-05-07T18:35:17.954Z | info: running `cargo check --bins` on nexus-test-interface (214/274) |
| 3927 | 2026-05-07T18:35:18.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3928 | 2026-05-07T18:35:18.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3929 | 2026-05-07T18:35:18.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3930 | 2026-05-07T18:35:18.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3931 | 2026-05-07T18:35:18.612Z | |
| 3932 | 2026-05-07T18:35:18.612Z | info: running `cargo check --bins` on oximeter-collector (215/274) |
| 3933 | 2026-05-07T18:35:19.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3934 | 2026-05-07T18:35:19.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3935 | 2026-05-07T18:35:19.342Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3936 | 2026-05-07T18:35:19.342Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3937 | 2026-05-07T18:35:19.990Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3938 | 2026-05-07T18:35:21.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 3939 | 2026-05-07T18:35:21.784Z | |
| 3940 | 2026-05-07T18:35:21.784Z | info: running `cargo check --bins` on oximeter-api (216/274) |
| 3941 | 2026-05-07T18:35:22.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-05-07T18:35:22.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-05-07T18:35:22.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-05-07T18:35:22.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3945 | 2026-05-07T18:35:22.394Z | |
| 3946 | 2026-05-07T18:35:22.394Z | info: running `cargo check --bins` on cert-dev (217/274) |
| 3947 | 2026-05-07T18:35:22.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-05-07T18:35:22.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-05-07T18:35:23.015Z | Checking yasna v0.5.2 |
| 3950 | 2026-05-07T18:35:23.423Z | Checking rcgen v0.12.1 |
| 3951 | 2026-05-07T18:35:23.680Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3952 | 2026-05-07T18:35:23.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 3953 | 2026-05-07T18:35:24.053Z | |
| 3954 | 2026-05-07T18:35:24.053Z | info: running `cargo check --bins` on clickana (218/274) |
| 3955 | 2026-05-07T18:35:24.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3956 | 2026-05-07T18:35:24.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3957 | 2026-05-07T18:35:24.709Z | Compiling darling_core v0.23.0 |
| 3958 | 2026-05-07T18:35:24.818Z | Compiling instability v0.3.11 |
| 3959 | 2026-05-07T18:35:24.825Z | Checking castaway v0.2.4 |
| 3960 | 2026-05-07T18:35:24.830Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3961 | 2026-05-07T18:35:24.834Z | Compiling indoc v2.0.7 |
| 3962 | 2026-05-07T18:35:24.845Z | Checking unicode-truncate v1.1.0 |
| 3963 | 2026-05-07T18:35:24.848Z | Checking lru v0.12.5 |
| 3964 | 2026-05-07T18:35:24.848Z | Checking cassowary v0.3.0 |
| 3965 | 2026-05-07T18:35:24.915Z | Checking compact_str v0.8.1 |
| 3966 | 2026-05-07T18:35:25.845Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3967 | 2026-05-07T18:35:26.033Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3968 | 2026-05-07T18:35:26.242Z | Compiling darling_macro v0.23.0 |
| 3969 | 2026-05-07T18:35:26.657Z | Compiling darling v0.23.0 |
| 3970 | 2026-05-07T18:35:27.275Z | Checking ratatui v0.29.0 |
| 3971 | 2026-05-07T18:35:28.328Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3972 | 2026-05-07T18:35:29.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s |
| 3973 | 2026-05-07T18:35:29.193Z | |
| 3974 | 2026-05-07T18:35:29.193Z | info: running `cargo check --bins` on clickhouse-cluster-dev (219/274) |
| 3975 | 2026-05-07T18:35:29.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3976 | 2026-05-07T18:35:29.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3977 | 2026-05-07T18:35:29.933Z | Checking headers-core v0.3.0 |
| 3978 | 2026-05-07T18:35:29.937Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3979 | 2026-05-07T18:35:30.132Z | Checking headers v0.4.1 |
| 3980 | 2026-05-07T18:35:30.504Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3981 | 2026-05-07T18:35:31.358Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3982 | 2026-05-07T18:35:31.856Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3983 | 2026-05-07T18:35:32.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 3984 | 2026-05-07T18:35:32.476Z | |
| 3985 | 2026-05-07T18:35:32.476Z | info: running `cargo check --bins` on ch-dev (220/274) |
| 3986 | 2026-05-07T18:35:33.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-05-07T18:35:33.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-05-07T18:35:33.209Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3989 | 2026-05-07T18:35:33.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 3990 | 2026-05-07T18:35:34.166Z | |
| 3991 | 2026-05-07T18:35:34.166Z | info: running `cargo check --bins` on dev-tools-common (221/274) |
| 3992 | 2026-05-07T18:35:34.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-05-07T18:35:34.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-05-07T18:35:34.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-05-07T18:35:34.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 3996 | 2026-05-07T18:35:34.639Z | |
| 3997 | 2026-05-07T18:35:34.639Z | info: running `cargo check --bins` on crdb-seed (222/274) |
| 3998 | 2026-05-07T18:35:35.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-05-07T18:35:35.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-05-07T18:35:35.358Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4001 | 2026-05-07T18:35:36.362Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4002 | 2026-05-07T18:35:36.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 4003 | 2026-05-07T18:35:36.907Z | |
| 4004 | 2026-05-07T18:35:36.907Z | info: running `cargo check --bins` on db-dev (223/274) |
| 4005 | 2026-05-07T18:35:37.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-05-07T18:35:37.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-05-07T18:35:37.628Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4008 | 2026-05-07T18:35:38.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4009 | 2026-05-07T18:35:38.595Z | |
| 4010 | 2026-05-07T18:35:38.595Z | info: running `cargo check --bins` on omicron-dev-lib (224/274) |
| 4011 | 2026-05-07T18:35:39.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-05-07T18:35:39.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-05-07T18:35:39.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4014 | 2026-05-07T18:35:39.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4015 | 2026-05-07T18:35:39.240Z | |
| 4016 | 2026-05-07T18:35:39.240Z | info: running `cargo check --bins` on xtask-downloader (225/274) |
| 4017 | 2026-05-07T18:35:39.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-05-07T18:35:39.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-05-07T18:35:39.841Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4020 | 2026-05-07T18:35:40.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 4021 | 2026-05-07T18:35:40.691Z | |
| 4022 | 2026-05-07T18:35:40.691Z | info: running `cargo check --bins` on omicron-dropshot-apis (226/274) |
| 4023 | 2026-05-07T18:35:41.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-05-07T18:35:41.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-05-07T18:35:41.440Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4026 | 2026-05-07T18:35:41.440Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4027 | 2026-05-07T18:35:41.440Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 4028 | 2026-05-07T18:35:41.443Z | Checking git-stub v1.0.0 |
| 4029 | 2026-05-07T18:35:41.443Z | Compiling trait-variant v0.1.2 |
| 4030 | 2026-05-07T18:35:41.443Z | Checking maplit v1.0.2 |
| 4031 | 2026-05-07T18:35:41.567Z | Checking is_ci v1.2.0 |
| 4032 | 2026-05-07T18:35:41.579Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4033 | 2026-05-07T18:35:41.658Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4034 | 2026-05-07T18:35:41.683Z | Checking supports-color v3.0.2 |
| 4035 | 2026-05-07T18:35:41.715Z | Checking git-stub-vcs v0.1.0 |
| 4036 | 2026-05-07T18:35:41.787Z | Checking drift v0.1.3 |
| 4037 | 2026-05-07T18:35:41.810Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4038 | 2026-05-07T18:35:41.829Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4039 | 2026-05-07T18:35:41.913Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4040 | 2026-05-07T18:35:42.027Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4041 | 2026-05-07T18:35:42.069Z | Checking dropshot-api-manager v0.7.1 |
| 4042 | 2026-05-07T18:35:42.093Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4043 | 2026-05-07T18:35:42.126Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 4044 | 2026-05-07T18:35:42.295Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4045 | 2026-05-07T18:35:42.311Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4046 | 2026-05-07T18:35:42.493Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 4047 | 2026-05-07T18:35:42.868Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4048 | 2026-05-07T18:35:47.765Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4049 | 2026-05-07T18:35:48.852Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4050 | 2026-05-07T18:35:49.419Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4051 | 2026-05-07T18:35:49.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s |
| 4052 | 2026-05-07T18:35:50.057Z | |
| 4053 | 2026-05-07T18:35:50.057Z | info: running `cargo check --bins` on installinator-api (227/274) |
| 4054 | 2026-05-07T18:35:50.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4055 | 2026-05-07T18:35:50.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4056 | 2026-05-07T18:35:50.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4057 | 2026-05-07T18:35:50.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4058 | 2026-05-07T18:35:50.662Z | |
| 4059 | 2026-05-07T18:35:50.662Z | info: running `cargo check --bins` on nexus-external-api (228/274) |
| 4060 | 2026-05-07T18:35:51.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4061 | 2026-05-07T18:35:51.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4062 | 2026-05-07T18:35:51.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4063 | 2026-05-07T18:35:51.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4064 | 2026-05-07T18:35:51.308Z | |
| 4065 | 2026-05-07T18:35:51.308Z | info: running `cargo check --bins` on nexus-internal-api (229/274) |
| 4066 | 2026-05-07T18:35:51.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4067 | 2026-05-07T18:35:51.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4068 | 2026-05-07T18:35:51.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4069 | 2026-05-07T18:35:51.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4070 | 2026-05-07T18:35:51.953Z | |
| 4071 | 2026-05-07T18:35:51.953Z | info: running `cargo check --bins` on nexus-lockstep-api (230/274) |
| 4072 | 2026-05-07T18:35:52.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4073 | 2026-05-07T18:35:52.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4074 | 2026-05-07T18:35:52.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4075 | 2026-05-07T18:35:52.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4076 | 2026-05-07T18:35:52.600Z | |
| 4077 | 2026-05-07T18:35:52.600Z | info: running `cargo check --bins` on ntp-admin-api (231/274) |
| 4078 | 2026-05-07T18:35:53.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-05-07T18:35:53.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-05-07T18:35:53.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-05-07T18:35:53.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4082 | 2026-05-07T18:35:53.208Z | |
| 4083 | 2026-05-07T18:35:53.208Z | info: running `cargo check --bins` on ntp-admin-types-versions (232/274) |
| 4084 | 2026-05-07T18:35:53.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-05-07T18:35:53.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-05-07T18:35:53.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-05-07T18:35:53.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4088 | 2026-05-07T18:35:53.802Z | |
| 4089 | 2026-05-07T18:35:53.802Z | info: running `cargo check --bins` on wicketd-api (233/274) |
| 4090 | 2026-05-07T18:35:54.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-05-07T18:35:54.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-05-07T18:35:54.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-05-07T18:35:54.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4094 | 2026-05-07T18:35:54.422Z | |
| 4095 | 2026-05-07T18:35:54.422Z | info: running `cargo check --bins` on omicron-ls-apis (234/274) |
| 4096 | 2026-05-07T18:35:54.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-05-07T18:35:54.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-05-07T18:35:55.038Z | Checking typeid v1.0.3 |
| 4099 | 2026-05-07T18:35:55.149Z | Checking ordered-float v2.10.1 |
| 4100 | 2026-05-07T18:35:55.167Z | Checking unicode-xid v0.2.6 |
| 4101 | 2026-05-07T18:35:55.182Z | Checking cargo-platform v0.2.0 |
| 4102 | 2026-05-07T18:35:55.188Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4103 | 2026-05-07T18:35:55.219Z | Checking erased-serde v0.4.9 |
| 4104 | 2026-05-07T18:35:55.364Z | Checking serde-value v0.7.0 |
| 4105 | 2026-05-07T18:35:55.533Z | Checking serde-untagged v0.1.9 |
| 4106 | 2026-05-07T18:35:55.694Z | Checking cargo-util-schemas v0.8.2 |
| 4107 | 2026-05-07T18:35:56.376Z | Checking cargo_metadata v0.21.0 |
| 4108 | 2026-05-07T18:35:56.982Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4109 | 2026-05-07T18:35:57.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 4110 | 2026-05-07T18:35:57.850Z | |
| 4111 | 2026-05-07T18:35:57.850Z | info: running `cargo check --bins` on mgs-dev (235/274) |
| 4112 | 2026-05-07T18:35:58.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4113 | 2026-05-07T18:35:58.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4114 | 2026-05-07T18:35:58.586Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4115 | 2026-05-07T18:35:59.215Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4116 | 2026-05-07T18:35:59.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
| 4117 | 2026-05-07T18:35:59.939Z | |
| 4118 | 2026-05-07T18:35:59.939Z | info: running `cargo check --bins` on omicron-omdb (236/274) |
| 4119 | 2026-05-07T18:36:00.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4120 | 2026-05-07T18:36:00.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4121 | 2026-05-07T18:36:00.797Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4122 | 2026-05-07T18:36:00.797Z | Compiling vergen-gitcl v1.0.8 |
| 4123 | 2026-05-07T18:36:00.797Z | Compiling dirs-sys-next v0.1.2 |
| 4124 | 2026-05-07T18:36:00.797Z | Compiling glob v0.3.3 |
| 4125 | 2026-05-07T18:36:00.804Z | Compiling crunchy v0.2.4 |
| 4126 | 2026-05-07T18:36:00.804Z | Compiling diesel_derives v2.3.7 |
| 4127 | 2026-05-07T18:36:00.804Z | Compiling dsl_auto_type v0.2.0 |
| 4128 | 2026-05-07T18:36:00.804Z | Checking scheduled-thread-pool v0.2.7 |
| 4129 | 2026-05-07T18:36:01.091Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4130 | 2026-05-07T18:36:01.128Z | Compiling dirs-next v2.0.0 |
| 4131 | 2026-05-07T18:36:01.226Z | Compiling tiny-keccak v2.0.2 |
| 4132 | 2026-05-07T18:36:01.241Z | Compiling term v0.7.0 |
| 4133 | 2026-05-07T18:36:01.304Z | Checking r2d2 v0.8.10 |
| 4134 | 2026-05-07T18:36:01.328Z | Checking downcast-rs v2.0.2 |
| 4135 | 2026-05-07T18:36:01.354Z | Compiling clang-sys v1.8.1 |
| 4136 | 2026-05-07T18:36:01.441Z | Compiling bit-vec v0.6.3 |
| 4137 | 2026-05-07T18:36:01.479Z | Compiling itertools v0.10.5 |
| 4138 | 2026-05-07T18:36:01.656Z | Compiling bit-set v0.5.3 |
| 4139 | 2026-05-07T18:36:01.729Z | Compiling ascii-canvas v3.0.0 |
| 4140 | 2026-05-07T18:36:01.800Z | Compiling ena v0.14.4 |
| 4141 | 2026-05-07T18:36:01.817Z | Compiling libloading v0.8.9 |
| 4142 | 2026-05-07T18:36:01.833Z | Compiling regex-syntax v0.6.29 |
| 4143 | 2026-05-07T18:36:01.866Z | Compiling bindgen v0.71.1 |
| 4144 | 2026-05-07T18:36:01.968Z | Compiling diff v0.1.13 |
| 4145 | 2026-05-07T18:36:02.027Z | Compiling cexpr v0.6.0 |
| 4146 | 2026-05-07T18:36:02.233Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4147 | 2026-05-07T18:36:02.314Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4148 | 2026-05-07T18:36:02.452Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4149 | 2026-05-07T18:36:02.473Z | Compiling libxml v0.3.3 |
| 4150 | 2026-05-07T18:36:02.528Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4151 | 2026-05-07T18:36:02.714Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4152 | 2026-05-07T18:36:02.732Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4153 | 2026-05-07T18:36:02.845Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4154 | 2026-05-07T18:36:02.926Z | Compiling strum_macros v0.24.3 |
| 4155 | 2026-05-07T18:36:03.022Z | Compiling indoc v1.0.9 |
| 4156 | 2026-05-07T18:36:03.139Z | Compiling lalrpop v0.19.12 |
| 4157 | 2026-05-07T18:36:03.989Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4158 | 2026-05-07T18:36:04.185Z | Checking derive_builder v0.20.2 |
| 4159 | 2026-05-07T18:36:04.281Z | Compiling oso-derive v0.27.3 |
| 4160 | 2026-05-07T18:36:04.306Z | Checking quick-xml v0.37.5 |
| 4161 | 2026-05-07T18:36:04.544Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4162 | 2026-05-07T18:36:04.786Z | Checking openssl-probe v0.1.6 |
| 4163 | 2026-05-07T18:36:04.933Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4164 | 2026-05-07T18:36:05.235Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4165 | 2026-05-07T18:36:05.438Z | Checking bb8 v0.8.6 |
| 4166 | 2026-05-07T18:36:05.694Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4167 | 2026-05-07T18:36:05.712Z | Checking nonempty v0.12.0 |
| 4168 | 2026-05-07T18:36:05.731Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4169 | 2026-05-07T18:36:05.881Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4170 | 2026-05-07T18:36:05.918Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4171 | 2026-05-07T18:36:05.956Z | Checking console v0.16.2 |
| 4172 | 2026-05-07T18:36:06.095Z | Checking unit-prefix v0.5.2 |
| 4173 | 2026-05-07T18:36:06.114Z | Checking support-bundle-viewer v0.1.2 |
| 4174 | 2026-05-07T18:36:06.233Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4175 | 2026-05-07T18:36:06.267Z | Checking indicatif v0.18.4 |
| 4176 | 2026-05-07T18:36:06.364Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4177 | 2026-05-07T18:36:06.493Z | Checking multimap v0.10.1 |
| 4178 | 2026-05-07T18:36:06.890Z | Checking diesel v2.3.7 |
| 4179 | 2026-05-07T18:36:08.598Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4180 | 2026-05-07T18:36:08.933Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4181 | 2026-05-07T18:36:09.251Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4182 | 2026-05-07T18:36:09.488Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4183 | 2026-05-07T18:36:10.306Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4184 | 2026-05-07T18:36:10.749Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4185 | 2026-05-07T18:36:10.894Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4186 | 2026-05-07T18:36:11.411Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4187 | 2026-05-07T18:36:13.457Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4188 | 2026-05-07T18:36:18.321Z | Compiling samael v0.0.19 |
| 4189 | 2026-05-07T18:36:22.170Z | Checking diesel-dtrace v0.5.0 |
| 4190 | 2026-05-07T18:36:22.414Z | Checking async-bb8-diesel v0.2.1 |
| 4191 | 2026-05-07T18:36:23.445Z | Compiling polar-core v0.27.3 |
| 4192 | 2026-05-07T18:36:27.884Z | Checking oso v0.27.3 |
| 4193 | 2026-05-07T18:37:04.953Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4194 | 2026-05-07T18:37:38.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 4195 | 2026-05-07T18:37:38.773Z | |
| 4196 | 2026-05-07T18:37:38.773Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274) |
| 4197 | 2026-05-07T18:37:39.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-05-07T18:37:39.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-05-07T18:37:39.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4200 | 2026-05-07T18:37:39.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4201 | 2026-05-07T18:37:39.459Z | |
| 4202 | 2026-05-07T18:37:39.459Z | info: running `cargo check --bins` on nexus-saga-recovery (238/274) |
| 4203 | 2026-05-07T18:37:40.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4204 | 2026-05-07T18:37:40.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4205 | 2026-05-07T18:37:40.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4206 | 2026-05-07T18:37:40.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4207 | 2026-05-07T18:37:40.110Z | |
| 4208 | 2026-05-07T18:37:40.110Z | info: running `cargo check --bins` on nexus-test-utils-macros (239/274) |
| 4209 | 2026-05-07T18:37:40.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4210 | 2026-05-07T18:37:40.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4211 | 2026-05-07T18:37:40.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4212 | 2026-05-07T18:37:40.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4213 | 2026-05-07T18:37:40.699Z | |
| 4214 | 2026-05-07T18:37:40.699Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (240/274) |
| 4215 | 2026-05-07T18:37:41.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4216 | 2026-05-07T18:37:41.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4217 | 2026-05-07T18:37:41.570Z | Compiling libz-sys v1.1.24 |
| 4218 | 2026-05-07T18:37:41.702Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4219 | 2026-05-07T18:37:41.714Z | Compiling vergen-git2 v1.0.7 |
| 4220 | 2026-05-07T18:37:41.724Z | Compiling rustls v0.21.12 |
| 4221 | 2026-05-07T18:37:41.734Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4222 | 2026-05-07T18:37:41.746Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4223 | 2026-05-07T18:37:41.749Z | Checking rustls-webpki v0.101.7 |
| 4224 | 2026-05-07T18:37:41.749Z | Checking sct v0.7.1 |
| 4225 | 2026-05-07T18:37:41.905Z | Compiling nix v0.29.0 |
| 4226 | 2026-05-07T18:37:41.932Z | Compiling dropshot v0.16.7 |
| 4227 | 2026-05-07T18:37:41.964Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4228 | 2026-05-07T18:37:41.983Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4229 | 2026-05-07T18:37:42.091Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4230 | 2026-05-07T18:37:42.166Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4231 | 2026-05-07T18:37:42.200Z | Checking toml v0.9.12+spec-1.1.0 |
| 4232 | 2026-05-07T18:37:42.236Z | Compiling dropshot_endpoint v0.16.7 |
| 4233 | 2026-05-07T18:37:42.396Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4234 | 2026-05-07T18:37:42.526Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4235 | 2026-05-07T18:37:42.627Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4236 | 2026-05-07T18:37:42.774Z | Checking rustls-pemfile v1.0.4 |
| 4237 | 2026-05-07T18:37:42.919Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4238 | 2026-05-07T18:37:43.113Z | Checking twox-hash v2.1.2 |
| 4239 | 2026-05-07T18:37:43.132Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4240 | 2026-05-07T18:37:43.358Z | Checking tokio-rustls v0.24.1 |
| 4241 | 2026-05-07T18:37:43.884Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4242 | 2026-05-07T18:37:44.008Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4243 | 2026-05-07T18:37:44.024Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4244 | 2026-05-07T18:37:44.627Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4245 | 2026-05-07T18:37:44.706Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4246 | 2026-05-07T18:37:44.742Z | Checking fatfs v0.3.6 |
| 4247 | 2026-05-07T18:37:44.785Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4248 | 2026-05-07T18:37:44.857Z | Compiling seq-macro v0.3.6 |
| 4249 | 2026-05-07T18:37:48.502Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4250 | 2026-05-07T18:37:48.639Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4251 | 2026-05-07T18:37:49.083Z | Compiling git2 v0.20.4 |
| 4252 | 2026-05-07T18:37:51.300Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4253 | 2026-05-07T18:38:38.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.28s |
| 4254 | 2026-05-07T18:38:39.217Z | |
| 4255 | 2026-05-07T18:38:39.217Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274) |
| 4256 | 2026-05-07T18:38:39.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4257 | 2026-05-07T18:38:39.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4258 | 2026-05-07T18:38:40.109Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4259 | 2026-05-07T18:39:18.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.39s |
| 4260 | 2026-05-07T18:39:18.843Z | |
| 4261 | 2026-05-07T18:39:18.843Z | info: running `cargo check --bins` on nexus-background-task-interface (242/274) |
| 4262 | 2026-05-07T18:39:19.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4263 | 2026-05-07T18:39:19.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4264 | 2026-05-07T18:39:19.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4265 | 2026-05-07T18:39:19.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4266 | 2026-05-07T18:39:19.436Z | |
| 4267 | 2026-05-07T18:39:19.436Z | info: running `cargo check --bins --no-default-features` on nexus-fm (243/274) |
| 4268 | 2026-05-07T18:39:19.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4269 | 2026-05-07T18:39:19.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4270 | 2026-05-07T18:39:19.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4271 | 2026-05-07T18:39:19.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4272 | 2026-05-07T18:39:20.079Z | |
| 4273 | 2026-05-07T18:39:20.079Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274) |
| 4274 | 2026-05-07T18:39:20.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4275 | 2026-05-07T18:39:20.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4276 | 2026-05-07T18:39:20.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4277 | 2026-05-07T18:39:20.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4278 | 2026-05-07T18:39:20.738Z | |
| 4279 | 2026-05-07T18:39:20.738Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (245/274) |
| 4280 | 2026-05-07T18:39:21.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4281 | 2026-05-07T18:39:21.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4282 | 2026-05-07T18:39:21.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4283 | 2026-05-07T18:39:21.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4284 | 2026-05-07T18:39:21.389Z | |
| 4285 | 2026-05-07T18:39:21.389Z | info: running `cargo check --bins` on nexus-mgs-updates (246/274) |
| 4286 | 2026-05-07T18:39:21.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4287 | 2026-05-07T18:39:21.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4288 | 2026-05-07T18:39:21.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4289 | 2026-05-07T18:39:21.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4290 | 2026-05-07T18:39:22.032Z | |
| 4291 | 2026-05-07T18:39:22.032Z | info: running `cargo check --bins` on nexus-networking (247/274) |
| 4292 | 2026-05-07T18:39:22.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4293 | 2026-05-07T18:39:22.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4294 | 2026-05-07T18:39:22.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4295 | 2026-05-07T18:39:22.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4296 | 2026-05-07T18:39:22.696Z | |
| 4297 | 2026-05-07T18:39:22.696Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (248/274) |
| 4298 | 2026-05-07T18:39:23.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4299 | 2026-05-07T18:39:23.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4300 | 2026-05-07T18:39:23.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4301 | 2026-05-07T18:39:23.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4302 | 2026-05-07T18:39:23.351Z | |
| 4303 | 2026-05-07T18:39:23.352Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274) |
| 4304 | 2026-05-07T18:39:23.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4305 | 2026-05-07T18:39:23.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4306 | 2026-05-07T18:39:23.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4307 | 2026-05-07T18:39:23.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4308 | 2026-05-07T18:39:24.009Z | |
| 4309 | 2026-05-07T18:39:24.009Z | info: running `cargo check --bins` on omicron-dev (250/274) |
| 4310 | 2026-05-07T18:39:24.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4311 | 2026-05-07T18:39:24.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4312 | 2026-05-07T18:39:24.900Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4313 | 2026-05-07T18:39:24.900Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4314 | 2026-05-07T18:39:25.087Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4315 | 2026-05-07T18:39:25.118Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4316 | 2026-05-07T18:39:25.139Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4317 | 2026-05-07T18:39:25.155Z | Checking diff v0.1.13 |
| 4318 | 2026-05-07T18:39:25.159Z | Checking yansi v1.0.1 |
| 4319 | 2026-05-07T18:39:25.159Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4320 | 2026-05-07T18:39:25.229Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4321 | 2026-05-07T18:39:25.438Z | Checking pretty_assertions v1.4.1 |
| 4322 | 2026-05-07T18:39:26.058Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4323 | 2026-05-07T18:39:26.401Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4324 | 2026-05-07T18:39:49.537Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4325 | 2026-05-07T18:39:49.540Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4326 | 2026-05-07T18:39:49.540Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4327 | 2026-05-07T18:39:49.540Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4328 | 2026-05-07T18:39:49.540Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4329 | 2026-05-07T18:39:49.540Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4330 | 2026-05-07T18:39:50.356Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4331 | 2026-05-07T18:39:51.448Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4332 | 2026-05-07T18:40:29.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4333 | 2026-05-07T18:40:29.979Z | |
| 4334 | 2026-05-07T18:40:29.980Z | info: running `cargo check --bins` on omicron-pins (251/274) |
| 4335 | 2026-05-07T18:40:30.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4336 | 2026-05-07T18:40:30.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4337 | 2026-05-07T18:40:30.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4338 | 2026-05-07T18:40:30.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4339 | 2026-05-07T18:40:30.563Z | |
| 4340 | 2026-05-07T18:40:30.563Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274) |
| 4341 | 2026-05-07T18:40:31.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4342 | 2026-05-07T18:40:31.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4343 | 2026-05-07T18:40:31.333Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4344 | 2026-05-07T18:40:31.455Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4345 | 2026-05-07T18:40:31.458Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4346 | 2026-05-07T18:40:57.126Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4347 | 2026-05-07T18:40:57.523Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4348 | 2026-05-07T18:40:59.219Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4349 | 2026-05-07T18:40:59.686Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4350 | 2026-05-07T18:41:02.613Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4351 | 2026-05-07T18:41:25.083Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4352 | 2026-05-07T18:41:25.793Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4353 | 2026-05-07T18:41:27.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.87s |
| 4354 | 2026-05-07T18:41:27.656Z | |
| 4355 | 2026-05-07T18:41:27.656Z | info: running `cargo check --bins` on reconfigurator-sp-updater (253/274) |
| 4356 | 2026-05-07T18:41:28.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4357 | 2026-05-07T18:41:28.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4358 | 2026-05-07T18:41:28.384Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4359 | 2026-05-07T18:41:29.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4360 | 2026-05-07T18:41:29.289Z | |
| 4361 | 2026-05-07T18:41:29.289Z | info: running `cargo check --bins` on omicron-releng (254/274) |
| 4362 | 2026-05-07T18:41:29.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4363 | 2026-05-07T18:41:29.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4364 | 2026-05-07T18:41:29.947Z | Compiling blake3 v1.8.3 |
| 4365 | 2026-05-07T18:41:30.113Z | Checking arrayvec v0.7.6 |
| 4366 | 2026-05-07T18:41:30.113Z | Checking constant_time_eq v0.4.2 |
| 4367 | 2026-05-07T18:41:30.113Z | Checking arrayref v0.3.9 |
| 4368 | 2026-05-07T18:41:30.113Z | Checking topological-sort v0.2.2 |
| 4369 | 2026-05-07T18:41:30.113Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4370 | 2026-05-07T18:41:30.113Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4371 | 2026-05-07T18:41:30.113Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4372 | 2026-05-07T18:41:30.121Z | Checking shell-words v1.1.1 |
| 4373 | 2026-05-07T18:41:30.857Z | Checking omicron-zone-package v0.12.2 |
| 4374 | 2026-05-07T18:41:31.590Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4375 | 2026-05-07T18:41:32.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 4376 | 2026-05-07T18:41:32.750Z | |
| 4377 | 2026-05-07T18:41:32.751Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (255/274) |
| 4378 | 2026-05-07T18:41:33.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4379 | 2026-05-07T18:41:33.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4380 | 2026-05-07T18:41:33.238Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4381 | 2026-05-07T18:41:33.568Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4382 | 2026-05-07T18:41:33.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4383 | 2026-05-07T18:41:34.165Z | |
| 4384 | 2026-05-07T18:41:34.165Z | info: running `cargo check --bins` on schema (256/274) |
| 4385 | 2026-05-07T18:41:34.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4386 | 2026-05-07T18:41:34.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4387 | 2026-05-07T18:41:34.892Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4388 | 2026-05-07T18:41:35.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4389 | 2026-05-07T18:41:35.838Z | |
| 4390 | 2026-05-07T18:41:35.838Z | info: running `cargo check --bins` on xtask (257/274) |
| 4391 | 2026-05-07T18:41:36.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4392 | 2026-05-07T18:41:36.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4393 | 2026-05-07T18:41:36.256Z | Checking libc v0.2.185 |
| 4394 | 2026-05-07T18:41:36.264Z | Checking serde v1.0.228 |
| 4395 | 2026-05-07T18:41:36.343Z | Checking zerofrom v0.1.6 |
| 4396 | 2026-05-07T18:41:36.350Z | Checking bitflags v2.11.0 |
| 4397 | 2026-05-07T18:41:36.362Z | Checking smallvec v1.15.1 |
| 4398 | 2026-05-07T18:41:36.362Z | Checking indexmap v2.14.0 |
| 4399 | 2026-05-07T18:41:36.373Z | Checking serde_json v1.0.149 |
| 4400 | 2026-05-07T18:41:36.382Z | Checking scroll v0.12.0 |
| 4401 | 2026-05-07T18:41:36.442Z | Checking yoke v0.8.1 |
| 4402 | 2026-05-07T18:41:36.495Z | Checking num-traits v0.2.19 |
| 4403 | 2026-05-07T18:41:36.526Z | Checking thiserror v1.0.69 |
| 4404 | 2026-05-07T18:41:36.601Z | Checking percent-encoding v2.3.2 |
| 4405 | 2026-05-07T18:41:36.622Z | Checking zerovec v0.11.5 |
| 4406 | 2026-05-07T18:41:36.633Z | Checking zerotrie v0.2.3 |
| 4407 | 2026-05-07T18:41:36.633Z | Checking errno v0.3.14 |
| 4408 | 2026-05-07T18:41:36.729Z | Checking serde_spanned v0.6.9 |
| 4409 | 2026-05-07T18:41:36.751Z | Checking toml_datetime v0.6.11 |
| 4410 | 2026-05-07T18:41:36.759Z | Checking rustix v1.1.3 |
| 4411 | 2026-05-07T18:41:36.850Z | Checking log v0.4.29 |
| 4412 | 2026-05-07T18:41:36.862Z | Checking zerocopy v0.7.35 |
| 4413 | 2026-05-07T18:41:36.877Z | Checking form_urlencoded v1.2.2 |
| 4414 | 2026-05-07T18:41:36.920Z | Checking toml_edit v0.22.27 |
| 4415 | 2026-05-07T18:41:36.968Z | Checking getrandom v0.4.1 |
| 4416 | 2026-05-07T18:41:37.005Z | Checking goblin v0.8.2 |
| 4417 | 2026-05-07T18:41:37.014Z | Checking thiserror v2.0.18 |
| 4418 | 2026-05-07T18:41:37.025Z | Checking ordered-float v2.10.1 |
| 4419 | 2026-05-07T18:41:37.038Z | Checking tinystr v0.8.2 |
| 4420 | 2026-05-07T18:41:37.112Z | Checking potential_utf v0.1.4 |
| 4421 | 2026-05-07T18:41:37.124Z | Checking syn v2.0.117 |
| 4422 | 2026-05-07T18:41:37.219Z | Checking icu_locale_core v2.1.1 |
| 4423 | 2026-05-07T18:41:37.243Z | Checking serde-value v0.7.0 |
| 4424 | 2026-05-07T18:41:37.257Z | Checking icu_collections v2.1.1 |
| 4425 | 2026-05-07T18:41:37.361Z | Checking dtrace-parser v0.2.0 |
| 4426 | 2026-05-07T18:41:37.447Z | Checking thread-id v4.2.2 |
| 4427 | 2026-05-07T18:41:37.568Z | Checking once_cell v1.21.3 |
| 4428 | 2026-05-07T18:41:37.636Z | Checking terminal_size v0.4.3 |
| 4429 | 2026-05-07T18:41:37.637Z | Checking cargo-platform v0.2.0 |
| 4430 | 2026-05-07T18:41:37.637Z | Checking memmap v0.7.0 |
| 4431 | 2026-05-07T18:41:37.691Z | Checking clap_builder v4.5.60 |
| 4432 | 2026-05-07T18:41:37.708Z | Checking tempfile v3.25.0 |
| 4433 | 2026-05-07T18:41:37.722Z | Checking textwrap v0.16.2 |
| 4434 | 2026-05-07T18:41:37.751Z | Checking fs-err v3.3.0 |
| 4435 | 2026-05-07T18:41:37.788Z | Checking icu_provider v2.1.1 |
| 4436 | 2026-05-07T18:41:37.903Z | Checking camino-tempfile v1.4.1 |
| 4437 | 2026-05-07T18:41:37.930Z | Checking tabled v0.15.0 |
| 4438 | 2026-05-07T18:41:37.930Z | Checking anyhow v1.0.102 |
| 4439 | 2026-05-07T18:41:38.028Z | Checking icu_normalizer v2.1.1 |
| 4440 | 2026-05-07T18:41:38.044Z | Checking icu_properties v2.1.2 |
| 4441 | 2026-05-07T18:41:38.062Z | Checking toml v0.8.23 |
| 4442 | 2026-05-07T18:41:38.135Z | Checking macaddr v1.0.1 |
| 4443 | 2026-05-07T18:41:38.318Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4444 | 2026-05-07T18:41:38.385Z | Checking cargo_toml v0.21.0 |
| 4445 | 2026-05-07T18:41:42.777Z | Checking idna_adapter v1.2.1 |
| 4446 | 2026-05-07T18:41:42.795Z | Checking clap v4.5.60 |
| 4447 | 2026-05-07T18:41:42.795Z | Checking dof v0.3.0 |
| 4448 | 2026-05-07T18:41:42.795Z | Checking idna v1.1.0 |
| 4449 | 2026-05-07T18:41:42.795Z | Checking usdt-impl v0.5.0 |
| 4450 | 2026-05-07T18:41:42.795Z | Checking url v2.5.8 |
| 4451 | 2026-05-07T18:41:42.795Z | Checking usdt v0.5.0 |
| 4452 | 2026-05-07T18:41:42.795Z | Checking cargo-util-schemas v0.8.2 |
| 4453 | 2026-05-07T18:41:42.795Z | Checking cargo_metadata v0.21.0 |
| 4454 | 2026-05-07T18:41:42.795Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4455 | 2026-05-07T18:41:42.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
| 4456 | 2026-05-07T18:41:42.795Z | |
| 4457 | 2026-05-07T18:41:42.795Z | info: running `cargo check --bins` on dnsadm (258/274) |
| 4458 | 2026-05-07T18:41:42.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4459 | 2026-05-07T18:41:42.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4460 | 2026-05-07T18:41:42.795Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4461 | 2026-05-07T18:41:42.795Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4462 | 2026-05-07T18:41:42.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
| 4463 | 2026-05-07T18:41:43.096Z | |
| 4464 | 2026-05-07T18:41:43.096Z | info: running `cargo check --bins` on end-to-end-tests (259/274) |
| 4465 | 2026-05-07T18:41:43.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4466 | 2026-05-07T18:41:43.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4467 | 2026-05-07T18:41:43.888Z | Checking polyval v0.6.2 |
| 4468 | 2026-05-07T18:41:44.012Z | Checking ctr v0.9.2 |
| 4469 | 2026-05-07T18:41:44.022Z | Checking ssh-encoding v0.2.0 |
| 4470 | 2026-05-07T18:41:44.025Z | Checking blowfish v0.9.1 |
| 4471 | 2026-05-07T18:41:44.042Z | Checking password-hash v0.4.2 |
| 4472 | 2026-05-07T18:41:44.057Z | Checking p521 v0.13.3 |
| 4473 | 2026-05-07T18:41:44.060Z | Checking p256 v0.13.2 |
| 4474 | 2026-05-07T18:41:44.086Z | Checking russh-cryptovec v0.7.3 |
| 4475 | 2026-05-07T18:41:44.156Z | Checking ghash v0.5.1 |
| 4476 | 2026-05-07T18:41:44.171Z | Checking bcrypt-pbkdf v0.10.0 |
| 4477 | 2026-05-07T18:41:44.171Z | Checking md5 v0.7.0 |
| 4478 | 2026-05-07T18:41:44.226Z | Checking num-bigint v0.4.6 |
| 4479 | 2026-05-07T18:41:44.226Z | Checking des v0.8.1 |
| 4480 | 2026-05-07T18:41:44.271Z | Checking pbkdf2 v0.11.0 |
| 4481 | 2026-05-07T18:41:44.286Z | Checking aes-gcm v0.10.3 |
| 4482 | 2026-05-07T18:41:44.315Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4483 | 2026-05-07T18:41:44.330Z | Checking hex-literal v0.4.1 |
| 4484 | 2026-05-07T18:41:44.345Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4485 | 2026-05-07T18:41:44.405Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4486 | 2026-05-07T18:41:44.426Z | Checking socket2 v0.5.10 |
| 4487 | 2026-05-07T18:41:44.440Z | Checking ssh-cipher v0.2.0 |
| 4488 | 2026-05-07T18:41:44.443Z | Checking internet-checksum v0.2.1 |
| 4489 | 2026-05-07T18:41:44.600Z | Checking ssh-key v0.6.7 |
| 4490 | 2026-05-07T18:41:44.708Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4491 | 2026-05-07T18:41:45.230Z | Checking russh-keys v0.45.0 |
| 4492 | 2026-05-07T18:41:45.784Z | Checking russh v0.45.0 |
| 4493 | 2026-05-07T18:42:00.505Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4494 | 2026-05-07T18:42:01.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.65s |
| 4495 | 2026-05-07T18:42:01.954Z | |
| 4496 | 2026-05-07T18:42:01.954Z | info: running `cargo check --bins` on gateway-cli (260/274) |
| 4497 | 2026-05-07T18:42:02.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4498 | 2026-05-07T18:42:02.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4499 | 2026-05-07T18:42:02.601Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4500 | 2026-05-07T18:42:02.709Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4501 | 2026-05-07T18:42:02.715Z | Checking termios v0.3.3 |
| 4502 | 2026-05-07T18:42:03.914Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4503 | 2026-05-07T18:42:04.067Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4504 | 2026-05-07T18:42:05.854Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4505 | 2026-05-07T18:42:06.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
| 4506 | 2026-05-07T18:42:06.615Z | |
| 4507 | 2026-05-07T18:42:06.615Z | info: running `cargo check --bins --no-default-features` on installinator (261/274) |
| 4508 | 2026-05-07T18:42:07.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-05-07T18:42:07.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-05-07T18:42:07.335Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4511 | 2026-05-07T18:42:07.452Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4512 | 2026-05-07T18:42:07.462Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4513 | 2026-05-07T18:42:07.466Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4514 | 2026-05-07T18:42:07.478Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4515 | 2026-05-07T18:42:07.481Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4516 | 2026-05-07T18:42:08.196Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4517 | 2026-05-07T18:42:08.551Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4518 | 2026-05-07T18:42:08.551Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4519 | 2026-05-07T18:42:09.190Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4520 | 2026-05-07T18:42:10.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
| 4521 | 2026-05-07T18:42:11.034Z | |
| 4522 | 2026-05-07T18:42:11.035Z | info: running `cargo check --bins` on internal-dns-cli (262/274) |
| 4523 | 2026-05-07T18:42:11.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4524 | 2026-05-07T18:42:11.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4525 | 2026-05-07T18:42:11.674Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4526 | 2026-05-07T18:42:12.133Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4527 | 2026-05-07T18:42:12.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4528 | 2026-05-07T18:42:12.642Z | |
| 4529 | 2026-05-07T18:42:12.642Z | info: running `cargo check --bins` on omicron-live-tests (263/274) |
| 4530 | 2026-05-07T18:42:13.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4531 | 2026-05-07T18:42:13.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4532 | 2026-05-07T18:42:13.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4533 | 2026-05-07T18:42:13.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4534 | 2026-05-07T18:42:13.234Z | |
| 4535 | 2026-05-07T18:42:13.234Z | info: running `cargo check --bins` on live-tests-macros (264/274) |
| 4536 | 2026-05-07T18:42:13.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4537 | 2026-05-07T18:42:13.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4538 | 2026-05-07T18:42:13.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4539 | 2026-05-07T18:42:13.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4540 | 2026-05-07T18:42:13.830Z | |
| 4541 | 2026-05-07T18:42:13.830Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274) |
| 4542 | 2026-05-07T18:42:14.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4543 | 2026-05-07T18:42:14.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4544 | 2026-05-07T18:42:14.590Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4545 | 2026-05-07T18:42:15.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4546 | 2026-05-07T18:42:15.411Z | |
| 4547 | 2026-05-07T18:42:15.411Z | info: running `cargo check --bins` on omicron-ntp-admin (266/274) |
| 4548 | 2026-05-07T18:42:15.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4549 | 2026-05-07T18:42:15.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4550 | 2026-05-07T18:42:16.055Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4551 | 2026-05-07T18:42:16.058Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4552 | 2026-05-07T18:42:16.314Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4553 | 2026-05-07T18:42:16.315Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4554 | 2026-05-07T18:42:17.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 4555 | 2026-05-07T18:42:17.311Z | |
| 4556 | 2026-05-07T18:42:17.312Z | info: running `cargo check --bins` on ntp-admin-types (267/274) |
| 4557 | 2026-05-07T18:42:17.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4558 | 2026-05-07T18:42:17.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4559 | 2026-05-07T18:42:17.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4560 | 2026-05-07T18:42:17.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4561 | 2026-05-07T18:42:17.902Z | |
| 4562 | 2026-05-07T18:42:17.902Z | info: running `cargo check --bins` on omicron-package (268/274) |
| 4563 | 2026-05-07T18:42:18.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4564 | 2026-05-07T18:42:18.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4565 | 2026-05-07T18:42:18.581Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4566 | 2026-05-07T18:42:19.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4567 | 2026-05-07T18:42:19.867Z | |
| 4568 | 2026-05-07T18:42:19.867Z | info: running `cargo check --bins` on tqdb (269/274) |
| 4569 | 2026-05-07T18:42:20.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4570 | 2026-05-07T18:42:20.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4571 | 2026-05-07T18:42:20.650Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4572 | 2026-05-07T18:42:21.009Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4573 | 2026-05-07T18:42:21.527Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4574 | 2026-05-07T18:42:21.528Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4575 | 2026-05-07T18:42:27.290Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4576 | 2026-05-07T18:42:27.293Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4577 | 2026-05-07T18:42:27.870Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4578 | 2026-05-07T18:42:27.870Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4579 | 2026-05-07T18:42:27.874Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4580 | 2026-05-07T18:42:27.874Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4581 | 2026-05-07T18:42:28.622Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4582 | 2026-05-07T18:42:29.626Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4583 | 2026-05-07T18:42:30.406Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4584 | 2026-05-07T18:42:31.023Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4585 | 2026-05-07T18:42:34.968Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4586 | 2026-05-07T18:42:41.238Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4587 | 2026-05-07T18:42:41.241Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4588 | 2026-05-07T18:42:41.241Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4589 | 2026-05-07T18:42:41.241Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4590 | 2026-05-07T18:42:42.726Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4591 | 2026-05-07T18:42:44.048Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4592 | 2026-05-07T18:42:44.731Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4593 | 2026-05-07T18:42:45.976Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4594 | 2026-05-07T18:42:46.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.65s |
| 4595 | 2026-05-07T18:42:46.753Z | |
| 4596 | 2026-05-07T18:42:46.753Z | info: running `cargo check --bins` on wicket-dbg (270/274) |
| 4597 | 2026-05-07T18:42:47.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4598 | 2026-05-07T18:42:47.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4599 | 2026-05-07T18:42:47.459Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4600 | 2026-05-07T18:42:47.462Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4601 | 2026-05-07T18:42:47.462Z | Checking rtoolbox v0.0.3 |
| 4602 | 2026-05-07T18:42:47.589Z | Checking tui-tree-widget v0.23.1 |
| 4603 | 2026-05-07T18:42:47.686Z | Checking rpassword v7.4.0 |
| 4604 | 2026-05-07T18:42:48.697Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4605 | 2026-05-07T18:42:51.643Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4606 | 2026-05-07T18:42:53.476Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4607 | 2026-05-07T18:42:54.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.63s |
| 4608 | 2026-05-07T18:42:54.595Z | |
| 4609 | 2026-05-07T18:42:54.595Z | info: running `cargo check --bins` on wicket (271/274) |
| 4610 | 2026-05-07T18:42:55.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4611 | 2026-05-07T18:42:55.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4612 | 2026-05-07T18:42:55.283Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4613 | 2026-05-07T18:42:55.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4614 | 2026-05-07T18:42:55.845Z | |
| 4615 | 2026-05-07T18:42:55.845Z | info: running `cargo check --bins` on wicketd (272/274) |
| 4616 | 2026-05-07T18:42:56.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4617 | 2026-05-07T18:42:56.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4618 | 2026-05-07T18:42:56.566Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4619 | 2026-05-07T18:42:56.570Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4620 | 2026-05-07T18:42:56.570Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4621 | 2026-05-07T18:42:56.570Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4622 | 2026-05-07T18:42:57.557Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4623 | 2026-05-07T18:42:58.132Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4624 | 2026-05-07T18:43:01.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
| 4625 | 2026-05-07T18:43:01.288Z | |
| 4626 | 2026-05-07T18:43:01.288Z | info: running `cargo check --bins` on omicron-workspace-hack (273/274) |
| 4627 | 2026-05-07T18:43:01.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4628 | 2026-05-07T18:43:01.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4629 | 2026-05-07T18:43:01.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4630 | 2026-05-07T18:43:01.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4631 | 2026-05-07T18:43:01.873Z | |
| 4632 | 2026-05-07T18:43:01.873Z | info: running `cargo check --bins` on zone-setup (274/274) |
| 4633 | 2026-05-07T18:43:02.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4634 | 2026-05-07T18:43:02.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4635 | 2026-05-07T18:43:02.543Z | Checking uzers v0.12.2 |
| 4636 | 2026-05-07T18:43:02.819Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4637 | 2026-05-07T18:43:03.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4638 | 2026-05-07T18:43:03.796Z | |
| 4639 | 2026-05-07T18:43:03.796Z | real 14:09.549481125 |
| 4640 | 2026-05-07T18:43:03.796Z | user 20:33.166671831 |
| 4641 | 2026-05-07T18:43:03.796Z | sys 4:15.782797559 |
| 4642 | 2026-05-07T18:43:03.796Z | trap 0.328903786 |
| 4643 | 2026-05-07T18:43:03.796Z | tflt 0.724785795 |
| 4644 | 2026-05-07T18:43:03.796Z | dflt 1.177178149 |
| 4645 | 2026-05-07T18:43:03.796Z | kflt 0.005804450 |
| 4646 | 2026-05-07T18:43:03.796Z | lock 1:15:57.982532397 |
| 4647 | 2026-05-07T18:43:03.796Z | slp 1:38:32.940788342 |
| 4648 | 2026-05-07T18:43:03.796Z | lat 56.372437756 |
| 4649 | 2026-05-07T18:43:03.796Z | stop 3:30.320369084 |
| 4650 | 2026-05-07T18:43:03.800Z | process exited: duration 982594 ms, exit code 0 |
| |
| 4651 | 2026-05-07T18:43:03.807Z | found 0 output files |