|
|
|
| 1 | 2026-03-02T03:24:50.499Z | job assigned to worker 01KJP96PWXMEDAZ95ZJGKV8Z84 [factory gimlet-EVT22200007-propolis, EVT22200007/59768] (queued for 26 s) |
| |
| 2 | 2026-03-02T03:24:59.458Z | starting task 0: "setup" |
| 3 | 2026-03-02T03:24:59.482Z | ++ uname -s |
| 4 | 2026-03-02T03:24:59.482Z | + kern=SunOS |
| 5 | 2026-03-02T03:24:59.482Z | + build_user=build |
| 6 | 2026-03-02T03:24:59.482Z | + build_uid=12345 |
| 7 | 2026-03-02T03:24:59.482Z | + work_dir=/work |
| 8 | 2026-03-02T03:24:59.482Z | + input_dir=/input |
| 9 | 2026-03-02T03:24:59.482Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-02T03:24:59.482Z | + case "$kern" in |
| 11 | 2026-03-02T03:24:59.482Z | + groupadd -g 12345 build |
| 12 | 2026-03-02T03:24:59.482Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-02T03:25:01.478Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-02T03:25:01.516Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-02T03:25:01.540Z | + home_fs=zfs |
| 16 | 2026-03-02T03:25:01.540Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-02T03:25:01.541Z | + mkdir -p /home/build |
| 18 | 2026-03-02T03:25:01.541Z | + chown build:build /home/build /work |
| 19 | 2026-03-02T03:25:03.525Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-02T03:25:03.550Z | process exited: duration 4074 ms, exit code 0 |
| |
| 21 | 2026-03-02T03:25:03.599Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-02T03:25:03.623Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-02T03:25:03.623Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-02T03:25:03.623Z | * rust toolchain profile = "default" |
| 25 | 2026-03-02T03:25:03.623Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-02T03:25:03.623Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-02T03:25:03.624Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-02T03:25:03.624Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-02T03:25:03.624Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-02T03:25:03.738Z | info: downloading installer |
| 31 | 2026-03-02T03:25:04.540Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-02T03:25:04.540Z | warn: /opt/ooce/bin |
| 33 | 2026-03-02T03:25:04.540Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-02T03:25:04.540Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-02T03:25:04.540Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-02T03:25:04.540Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-02T03:25:04.540Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-02T03:25:04.540Z | error: cannot install while Rust is installed |
| 39 | 2026-03-02T03:25:04.540Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-02T03:25:04.566Z | info: profile set to 'default' |
| 41 | 2026-03-02T03:25:04.566Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-02T03:25:04.566Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-02T03:25:04.694Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-02T03:25:04.694Z | info: downloading component 'cargo' |
| 45 | 2026-03-02T03:25:04.953Z | info: downloading component 'clippy' |
| 46 | 2026-03-02T03:25:05.040Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-02T03:25:05.816Z | info: downloading component 'rust-std' |
| 48 | 2026-03-02T03:25:06.890Z | info: downloading component 'rustc' |
| 49 | 2026-03-02T03:25:13.309Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-02T03:25:13.448Z | info: installing component 'cargo' |
| 51 | 2026-03-02T03:25:14.703Z | info: installing component 'clippy' |
| 52 | 2026-03-02T03:25:15.162Z | info: installing component 'rust-docs' |
| 53 | 2026-03-02T03:25:18.495Z | info: installing component 'rust-std' |
| 54 | 2026-03-02T03:25:20.681Z | info: installing component 'rustc' |
| 55 | 2026-03-02T03:25:28.994Z | info: installing component 'rustfmt' |
| 56 | 2026-03-02T03:25:29.402Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-02T03:25:29.402Z | |
| 58 | 2026-03-02T03:25:29.552Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-02T03:25:29.552Z | |
| 60 | 2026-03-02T03:25:29.576Z | |
| 61 | 2026-03-02T03:25:29.576Z | Rust is installed now. Great! |
| 62 | 2026-03-02T03:25:29.576Z | |
| 63 | 2026-03-02T03:25:29.576Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-02T03:25:29.576Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-02T03:25:29.576Z | |
| 66 | 2026-03-02T03:25:29.576Z | To configure your current shell, you need to source |
| 67 | 2026-03-02T03:25:29.577Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-02T03:25:29.577Z | |
| 69 | 2026-03-02T03:25:29.577Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-02T03:25:29.577Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-02T03:25:29.577Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-02T03:25:29.577Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-02T03:25:29.669Z | + rustup --version |
| 74 | 2026-03-02T03:25:29.695Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-02T03:25:29.695Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-02T03:25:29.793Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-02T03:25:29.817Z | + cargo --version |
| 78 | 2026-03-02T03:25:29.887Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-02T03:25:29.911Z | + rustc --version |
| 80 | 2026-03-02T03:25:29.984Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-02T03:25:30.008Z | process exited: duration 26391 ms, exit code 0 |
| |
| 82 | 2026-03-02T03:25:30.056Z | starting task 2: "authentication" |
| 83 | 2026-03-02T03:25:30.110Z | process exited: duration 53 ms, exit code 0 |
| |
| 84 | 2026-03-02T03:25:30.158Z | starting task 3: "clone repository" |
| 85 | 2026-03-02T03:25:30.183Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-02T03:25:30.183Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-02T03:25:30.207Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-02T03:25:47.106Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-02T03:25:47.106Z | + git fetch origin 1125c15d9c41e657fc1d8a0da53f0af0a901521a |
| 90 | 2026-03-02T03:25:47.553Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-02T03:25:47.553Z | * branch 1125c15d9c41e657fc1d8a0da53f0af0a901521a -> FETCH_HEAD |
| 92 | 2026-03-02T03:25:47.578Z | + [[ -n zl/dendrite-220-mcast-api ]] |
| 93 | 2026-03-02T03:25:47.578Z | ++ git branch --show-current |
| 94 | 2026-03-02T03:25:47.578Z | + current=main |
| 95 | 2026-03-02T03:25:47.578Z | + [[ main != zl/dendrite-220-mcast-api ]] |
| 96 | 2026-03-02T03:25:47.578Z | + git branch -f zl/dendrite-220-mcast-api 1125c15d9c41e657fc1d8a0da53f0af0a901521a |
| 97 | 2026-03-02T03:25:47.578Z | + git checkout -f zl/dendrite-220-mcast-api |
| 98 | 2026-03-02T03:25:47.876Z | Switched to branch 'zl/dendrite-220-mcast-api' |
| 99 | 2026-03-02T03:25:47.901Z | + git reset --hard 1125c15d9c41e657fc1d8a0da53f0af0a901521a |
| 100 | 2026-03-02T03:25:47.925Z | HEAD is now at 1125c15d9 [multicast] Adapt multicast code to new dendrite DPD API |
| 101 | 2026-03-02T03:25:47.925Z | process exited: duration 17750 ms, exit code 0 |
| |
| 102 | 2026-03-02T03:25:47.974Z | starting task 4: "build" |
| 103 | 2026-03-02T03:25:47.999Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-02T03:25:47.999Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-02T03:25:47.999Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-02T03:25:47.999Z | + cargo --version |
| 107 | 2026-03-02T03:25:48.059Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-02T03:25:48.083Z | + rustc --version |
| 109 | 2026-03-02T03:25:48.154Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-02T03:25:48.179Z | + source ./env.sh |
| 111 | 2026-03-02T03:25:48.179Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2026-03-02T03:25:48.179Z | ++ set -o xtrace |
| 113 | 2026-03-02T03:25:48.179Z | ++++ dirname ./env.sh |
| 114 | 2026-03-02T03:25:48.179Z | +++ readlink -f . |
| 115 | 2026-03-02T03:25:48.179Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2026-03-02T03:25:48.179Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-03-02T03:25:48.179Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-03-02T03:25:48.179Z | ++ 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 |
| 119 | 2026-03-02T03:25:48.179Z | ++ 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 |
| 120 | 2026-03-02T03:25:48.179Z | ++ 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 |
| 121 | 2026-03-02T03:25:48.179Z | ++ 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 |
| 122 | 2026-03-02T03:25:48.179Z | ++ 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 |
| 123 | 2026-03-02T03:25:48.179Z | ++ 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 |
| 124 | 2026-03-02T03:25:48.179Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2026-03-02T03:25:48.179Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2026-03-02T03:25:48.179Z | + 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 |
| 127 | 2026-03-02T03:25:48.179Z | + 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 |
| 128 | 2026-03-02T03:25:48.179Z | + banner prerequisites |
| 129 | 2026-03-02T03:25:48.179Z | |
| 130 | 2026-03-02T03:25:48.179Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2026-03-02T03:25:48.179Z | # # # # # # # # # # # # # # # |
| 132 | 2026-03-02T03:25:48.180Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2026-03-02T03:25:48.180Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2026-03-02T03:25:48.180Z | # # # # # # # # # # # # # # # |
| 135 | 2026-03-02T03:25:48.180Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2026-03-02T03:25:48.180Z | |
| 137 | 2026-03-02T03:25:48.180Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2026-03-02T03:26:10.294Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2026-03-02T03:26:23.507Z | Startup: Caching catalogs ... Done |
| 140 | 2026-03-02T03:26:52.274Z | Planning: Solver setup ... Done (26.636s) |
| 141 | 2026-03-02T03:26:52.468Z | Planning: Running solver ... Done (0.194s) |
| 142 | 2026-03-02T03:26:52.627Z | Planning: Finding local manifests ... Done (0.002s) |
| 143 | 2026-03-02T03:26:52.704Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2026-03-02T03:26:53.133Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2026-03-02T03:26:53.197Z | Planning: Package planning ... Done (0.064s) |
| 146 | 2026-03-02T03:26:53.256Z | Planning: Merging actions ... Done (0.059s) |
| 147 | 2026-03-02T03:26:53.572Z | Planning: Checking for conflicting actions ... Done (0.316s) |
| 148 | 2026-03-02T03:26:53.597Z | Planning: Consolidating action changes ... Done (0.013s) |
| 149 | 2026-03-02T03:26:54.229Z | Planning: Evaluating mediators ... Done (0.642s) |
| 150 | 2026-03-02T03:26:54.253Z | Planning: Planning completed in 30.61 seconds |
| 151 | 2026-03-02T03:26:54.279Z | Packages to install: 4 |
| 152 | 2026-03-02T03:26:54.279Z | Mediators to change: 2 |
| 153 | 2026-03-02T03:26:54.279Z | Services to change: 1 |
| 154 | 2026-03-02T03:26:54.279Z | Estimated space available: 154.94 GB |
| 155 | 2026-03-02T03:26:54.279Z | Estimated space to be consumed: 1.81 GB |
| 156 | 2026-03-02T03:26:54.279Z | Create boot environment: No |
| 157 | 2026-03-02T03:26:54.279Z | Create backup boot environment: No |
| 158 | 2026-03-02T03:26:54.279Z | Rebuild boot archive: No |
| 159 | 2026-03-02T03:26:54.279Z | |
| 160 | 2026-03-02T03:26:54.279Z | Changed mediators: |
| 161 | 2026-03-02T03:26:54.279Z | mediator clang: |
| 162 | 2026-03-02T03:26:54.279Z | version: None -> 15 (system default) |
| 163 | 2026-03-02T03:26:54.280Z | |
| 164 | 2026-03-02T03:26:54.280Z | mediator llvm: |
| 165 | 2026-03-02T03:26:54.280Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2026-03-02T03:26:54.280Z | |
| 167 | 2026-03-02T03:26:54.280Z | Changed packages: |
| 168 | 2026-03-02T03:26:54.280Z | helios-dev |
| 169 | 2026-03-02T03:26:54.280Z | developer/build-essential |
| 170 | 2026-03-02T03:26:54.280Z | None -> 11-2.0 |
| 171 | 2026-03-02T03:26:54.280Z | library/libxmlsec1 |
| 172 | 2026-03-02T03:26:54.280Z | None -> 1.2.35-2.0 |
| 173 | 2026-03-02T03:26:54.280Z | ooce/developer/clang-15 |
| 174 | 2026-03-02T03:26:54.280Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-02T03:26:54.280Z | ooce/developer/llvm-15 |
| 176 | 2026-03-02T03:26:54.280Z | None -> 15.0.7-2.0 |
| 177 | 2026-03-02T03:26:54.280Z | |
| 178 | 2026-03-02T03:26:54.280Z | Services: |
| 179 | 2026-03-02T03:26:54.280Z | restart_fmri: |
| 180 | 2026-03-02T03:26:54.280Z | svc:/system/update-man-index:default |
| 181 | 2026-03-02T03:26:54.787Z | |
| 182 | 2026-03-02T03:26:54.787Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2026-03-02T03:26:59.324Z | Download: 266/3290 items 8.2/212.6MB 3% complete (1.5M/s) |
| 184 | 2026-03-02T03:27:04.324Z | Download: 1197/3290 items 76.2/212.6MB 35% complete (7.6M/s) |
| 185 | 2026-03-02T03:27:09.541Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (11.8M/s) |
| 186 | 2026-03-02T03:27:14.606Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (12.4M/s) |
| 187 | 2026-03-02T03:27:15.873Z | Download: Completed 212.60 MB in 21.56 seconds (9.9M/s) |
| 188 | 2026-03-02T03:27:16.027Z | Actions: 1/3689 actions (Installing new actions) |
| 189 | 2026-03-02T03:27:21.384Z | Actions: 3174/3689 actions (Installing new actions) |
| 190 | 2026-03-02T03:27:21.847Z | Actions: Completed 3689 actions in 5.82 seconds. |
| 191 | 2026-03-02T03:27:22.490Z | Done (0.639s) |
| 192 | 2026-03-02T03:27:22.490Z | Done (0.000s) |
| 193 | 2026-03-02T03:27:23.824Z | Done (1.334s) |
| 194 | 2026-03-02T03:27:28.639Z | Done (4.536s) |
| 195 | 2026-03-02T03:27:28.727Z | Done (0.018s) |
| 196 | 2026-03-02T03:27:28.751Z | Done (0.000s) |
| 197 | 2026-03-02T03:27:28.866Z | Done (0.000s) |
| 198 | 2026-03-02T03:27:29.809Z | Planning: Evaluating mediator changes ... Done |
| 199 | 2026-03-02T03:27:30.009Z | Planning: Checking for conflicting actions ... Done |
| 200 | 2026-03-02T03:27:30.034Z | Planning: Consolidating action changes ... Done |
| 201 | 2026-03-02T03:27:30.336Z | Planning: Evaluating mediators ... Done |
| 202 | 2026-03-02T03:27:30.360Z | Planning: Planning completed in 0.53 seconds |
| 203 | 2026-03-02T03:27:30.384Z | Mediators to change: 2 |
| 204 | 2026-03-02T03:27:30.384Z | Create boot environment: No |
| 205 | 2026-03-02T03:27:30.385Z | Create backup boot environment: No |
| 206 | 2026-03-02T03:27:30.443Z | Done |
| 207 | 2026-03-02T03:27:30.443Z | Done |
| 208 | 2026-03-02T03:27:31.440Z | Done |
| 209 | 2026-03-02T03:27:35.921Z | Done |
| 210 | 2026-03-02T03:27:36.016Z | Done |
| 211 | 2026-03-02T03:27:36.040Z | Done |
| 212 | 2026-03-02T03:27:36.076Z | Done |
| 213 | 2026-03-02T03:27:36.819Z | Planning: Evaluating mediator changes ... Done |
| 214 | 2026-03-02T03:27:36.843Z | Planning: Merging actions ... Done |
| 215 | 2026-03-02T03:27:37.070Z | Planning: Checking for conflicting actions ... Done |
| 216 | 2026-03-02T03:27:37.094Z | Planning: Consolidating action changes ... Done |
| 217 | 2026-03-02T03:27:37.390Z | Planning: Evaluating mediators ... Done |
| 218 | 2026-03-02T03:27:37.456Z | Planning: Planning completed in 0.94 seconds |
| 219 | 2026-03-02T03:27:37.496Z | Packages to change: 1 |
| 220 | 2026-03-02T03:27:37.496Z | Mediators to change: 1 |
| 221 | 2026-03-02T03:27:37.496Z | Services to change: 1 |
| 222 | 2026-03-02T03:27:37.496Z | Create boot environment: No |
| 223 | 2026-03-02T03:27:37.520Z | Create backup boot environment: Yes |
| 224 | 2026-03-02T03:27:39.479Z | Actions: 1/6 actions (Updating modified actions) |
| 225 | 2026-03-02T03:27:39.503Z | Actions: Completed 6 actions in 0.00 seconds. |
| 226 | 2026-03-02T03:27:39.503Z | Done |
| 227 | 2026-03-02T03:27:39.504Z | Done |
| 228 | 2026-03-02T03:27:39.739Z | Done |
| 229 | 2026-03-02T03:27:44.154Z | Done |
| 230 | 2026-03-02T03:27:44.243Z | Done |
| 231 | 2026-03-02T03:27:44.268Z | Done |
| 232 | 2026-03-02T03:27:44.363Z | Done |
| 233 | 2026-03-02T03:27:44.887Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 234 | 2026-03-02T03:27:44.887Z | clang system 15 system |
| 235 | 2026-03-02T03:27:44.887Z | csh system system illumos |
| 236 | 2026-03-02T03:27:44.887Z | ctags system system illumos |
| 237 | 2026-03-02T03:27:44.887Z | file system system illumos |
| 238 | 2026-03-02T03:27:44.887Z | gcc vendor 12 vendor |
| 239 | 2026-03-02T03:27:44.887Z | gcc system 10 system |
| 240 | 2026-03-02T03:27:44.887Z | gcc system 7 system |
| 241 | 2026-03-02T03:27:44.887Z | go system 1.20 system |
| 242 | 2026-03-02T03:27:44.887Z | go system 1.19 system |
| 243 | 2026-03-02T03:27:44.887Z | llvm system 15 system |
| 244 | 2026-03-02T03:27:44.887Z | llvm system 14 system |
| 245 | 2026-03-02T03:27:44.887Z | mariadb system 10.6 system |
| 246 | 2026-03-02T03:27:44.887Z | mta vendor vendor dma |
| 247 | 2026-03-02T03:27:44.887Z | openjdk system 17 system |
| 248 | 2026-03-02T03:27:44.887Z | openjdk system 11 system |
| 249 | 2026-03-02T03:27:44.887Z | openjdk system 1.8 system |
| 250 | 2026-03-02T03:27:44.887Z | openssl vendor 3 vendor |
| 251 | 2026-03-02T03:27:44.887Z | perl system 5.36 system |
| 252 | 2026-03-02T03:27:44.887Z | postgresql system 15 system |
| 253 | 2026-03-02T03:27:44.887Z | postgresql system 13 system |
| 254 | 2026-03-02T03:27:44.887Z | python vendor 3 vendor |
| 255 | 2026-03-02T03:27:44.887Z | python system 2 system |
| 256 | 2026-03-02T03:27:44.887Z | python3 system 3.11 system |
| 257 | 2026-03-02T03:27:44.887Z | ruby system 3.0 system |
| 258 | 2026-03-02T03:27:44.887Z | words vendor vendor american-english |
| 259 | 2026-03-02T03:27:44.887Z | words system system australian-english |
| 260 | 2026-03-02T03:27:44.887Z | words system system british-english |
| 261 | 2026-03-02T03:27:44.888Z | words system system canadian-english |
| 262 | 2026-03-02T03:27:44.888Z | words system system french |
| 263 | 2026-03-02T03:27:44.888Z | words system system italian |
| 264 | 2026-03-02T03:27:44.888Z | words system system ngerman |
| 265 | 2026-03-02T03:27:44.888Z | words system system ogerman |
| 266 | 2026-03-02T03:27:44.888Z | words system system spanish |
| 267 | 2026-03-02T03:27:45.293Z | PUBLISHER TYPE STATUS P LOCATION |
| 268 | 2026-03-02T03:27:45.293Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 269 | 2026-03-02T03:27:53.226Z | FMRI IFO |
| 270 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 271 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 272 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 273 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 274 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 275 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 276 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 277 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 278 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 279 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 280 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 281 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 282 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 283 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 284 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 285 | 2026-03-02T03:27:53.226Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 286 | 2026-03-02T03:27:54.491Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 287 | 2026-03-02T03:27:54.891Z | Updating crates.io index |
| 288 | 2026-03-02T03:27:55.022Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 289 | 2026-03-02T03:27:55.402Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 290 | 2026-03-02T03:27:55.866Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 291 | 2026-03-02T03:27:56.227Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 292 | 2026-03-02T03:27:56.668Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2026-03-02T03:27:58.210Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2026-03-02T03:28:00.809Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2026-03-02T03:28:01.809Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 296 | 2026-03-02T03:28:02.178Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 297 | 2026-03-02T03:28:03.168Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 298 | 2026-03-02T03:28:03.938Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 299 | 2026-03-02T03:28:05.304Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 300 | 2026-03-02T03:28:05.713Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 301 | 2026-03-02T03:28:06.241Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 302 | 2026-03-02T03:28:06.644Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 303 | 2026-03-02T03:28:07.662Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 304 | 2026-03-02T03:28:08.523Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 305 | 2026-03-02T03:28:08.910Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 306 | 2026-03-02T03:28:09.320Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 307 | 2026-03-02T03:28:09.772Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 308 | 2026-03-02T03:28:10.084Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 309 | 2026-03-02T03:28:10.397Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 310 | 2026-03-02T03:28:10.762Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 311 | 2026-03-02T03:28:11.326Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 312 | 2026-03-02T03:28:11.870Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 313 | 2026-03-02T03:28:12.473Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 314 | 2026-03-02T03:28:12.832Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 315 | 2026-03-02T03:28:13.298Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 316 | 2026-03-02T03:28:13.890Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 317 | 2026-03-02T03:28:14.577Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 318 | 2026-03-02T03:28:14.944Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 319 | 2026-03-02T03:28:15.525Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 320 | 2026-03-02T03:28:15.879Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 321 | 2026-03-02T03:28:16.431Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 322 | 2026-03-02T03:28:16.767Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 323 | 2026-03-02T03:28:17.147Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 324 | 2026-03-02T03:28:17.482Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 325 | 2026-03-02T03:28:17.973Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 326 | 2026-03-02T03:28:36.154Z | Downloading crates ... |
| 327 | 2026-03-02T03:28:36.249Z | Downloaded proc-macro-error-attr v1.0.4 |
| 328 | 2026-03-02T03:28:36.276Z | Downloaded terminal_size v0.4.3 |
| 329 | 2026-03-02T03:28:36.276Z | Downloaded utf8_iter v1.0.4 |
| 330 | 2026-03-02T03:28:36.276Z | Downloaded toml_datetime v0.6.11 |
| 331 | 2026-03-02T03:28:36.301Z | Downloaded zerofrom-derive v0.1.6 |
| 332 | 2026-03-02T03:28:36.301Z | Downloaded zmij v1.0.21 |
| 333 | 2026-03-02T03:28:36.301Z | Downloaded zerocopy-derive v0.7.35 |
| 334 | 2026-03-02T03:28:36.325Z | Downloaded zerotrie v0.2.3 |
| 335 | 2026-03-02T03:28:36.325Z | Downloaded pest v2.8.6 |
| 336 | 2026-03-02T03:28:36.325Z | Downloaded icu_properties_data v2.1.2 |
| 337 | 2026-03-02T03:28:36.350Z | Downloaded zerovec v0.11.5 |
| 338 | 2026-03-02T03:28:36.350Z | Downloaded serde_json v1.0.149 |
| 339 | 2026-03-02T03:28:36.374Z | Downloaded tabled v0.15.0 |
| 340 | 2026-03-02T03:28:36.374Z | Downloaded zerocopy v0.7.35 |
| 341 | 2026-03-02T03:28:36.398Z | Downloaded winnow v0.7.14 |
| 342 | 2026-03-02T03:28:36.423Z | Downloaded goblin v0.8.2 |
| 343 | 2026-03-02T03:28:36.423Z | Downloaded syn v1.0.109 |
| 344 | 2026-03-02T03:28:36.423Z | Downloaded syn v2.0.117 |
| 345 | 2026-03-02T03:28:36.448Z | Downloaded unicode-width v0.2.0 |
| 346 | 2026-03-02T03:28:36.448Z | Downloaded unicode-width v0.1.14 |
| 347 | 2026-03-02T03:28:36.448Z | Downloaded idna v1.1.0 |
| 348 | 2026-03-02T03:28:36.448Z | Downloaded clap_builder v4.5.60 |
| 349 | 2026-03-02T03:28:36.473Z | Downloaded rustix v1.1.3 |
| 350 | 2026-03-02T03:28:36.497Z | Downloaded hashbrown v0.16.1 |
| 351 | 2026-03-02T03:28:36.497Z | Downloaded url v2.5.8 |
| 352 | 2026-03-02T03:28:36.497Z | Downloaded indexmap v2.13.0 |
| 353 | 2026-03-02T03:28:36.497Z | Downloaded icu_collections v2.1.1 |
| 354 | 2026-03-02T03:28:36.521Z | Downloaded yoke v0.8.1 |
| 355 | 2026-03-02T03:28:36.521Z | Downloaded usdt-impl v0.5.0 |
| 356 | 2026-03-02T03:28:36.521Z | Downloaded typenum v1.19.0 |
| 357 | 2026-03-02T03:28:36.522Z | Downloaded toml_edit v0.22.27 |
| 358 | 2026-03-02T03:28:36.522Z | Downloaded serde v1.0.228 |
| 359 | 2026-03-02T03:28:36.522Z | Downloaded memchr v2.8.0 |
| 360 | 2026-03-02T03:28:36.522Z | Downloaded icu_normalizer v2.1.1 |
| 361 | 2026-03-02T03:28:36.546Z | Downloaded getrandom v0.4.1 |
| 362 | 2026-03-02T03:28:36.546Z | Downloaded zerovec-derive v0.11.2 |
| 363 | 2026-03-02T03:28:36.546Z | Downloaded yoke-derive v0.8.1 |
| 364 | 2026-03-02T03:28:36.546Z | Downloaded writeable v0.6.2 |
| 365 | 2026-03-02T03:28:36.546Z | Downloaded utf8parse v0.2.2 |
| 366 | 2026-03-02T03:28:36.546Z | Downloaded usdt-macro v0.5.0 |
| 367 | 2026-03-02T03:28:36.546Z | Downloaded usdt-attr-macro v0.5.0 |
| 368 | 2026-03-02T03:28:36.547Z | Downloaded usdt v0.5.0 |
| 369 | 2026-03-02T03:28:36.547Z | Downloaded ucd-trie v0.1.7 |
| 370 | 2026-03-02T03:28:36.547Z | Downloaded toml v0.8.23 |
| 371 | 2026-03-02T03:28:36.547Z | Downloaded thiserror v2.0.18 |
| 372 | 2026-03-02T03:28:36.547Z | Downloaded serde_derive v1.0.228 |
| 373 | 2026-03-02T03:28:36.573Z | Downloaded libc v0.2.180 |
| 374 | 2026-03-02T03:28:36.597Z | Downloaded proc-macro2 v1.0.106 |
| 375 | 2026-03-02T03:28:36.597Z | Downloaded pest_meta v2.8.6 |
| 376 | 2026-03-02T03:28:36.597Z | Downloaded papergrid v0.11.0 |
| 377 | 2026-03-02T03:28:36.597Z | Downloaded log v0.4.29 |
| 378 | 2026-03-02T03:28:36.597Z | Downloaded icu_properties v2.1.2 |
| 379 | 2026-03-02T03:28:36.622Z | Downloaded icu_normalizer_data v2.1.1 |
| 380 | 2026-03-02T03:28:36.622Z | Downloaded icu_locale_core v2.1.1 |
| 381 | 2026-03-02T03:28:36.622Z | Downloaded zerofrom v0.1.6 |
| 382 | 2026-03-02T03:28:36.622Z | Downloaded version_check v0.9.5 |
| 383 | 2026-03-02T03:28:36.622Z | Downloaded unicode-xid v0.2.6 |
| 384 | 2026-03-02T03:28:36.622Z | Downloaded unicode-linebreak v0.1.5 |
| 385 | 2026-03-02T03:28:36.622Z | Downloaded unicode-ident v1.0.24 |
| 386 | 2026-03-02T03:28:36.622Z | Downloaded thiserror-impl v2.0.18 |
| 387 | 2026-03-02T03:28:36.622Z | Downloaded textwrap v0.16.2 |
| 388 | 2026-03-02T03:28:36.622Z | Downloaded smallvec v1.15.1 |
| 389 | 2026-03-02T03:28:36.622Z | Downloaded serde_core v1.0.228 |
| 390 | 2026-03-02T03:28:36.647Z | Downloaded num-traits v0.2.19 |
| 391 | 2026-03-02T03:28:36.647Z | Downloaded icu_provider v2.1.1 |
| 392 | 2026-03-02T03:28:36.647Z | Downloaded tinystr v0.8.2 |
| 393 | 2026-03-02T03:28:36.647Z | Downloaded thiserror-impl v1.0.69 |
| 394 | 2026-03-02T03:28:36.647Z | Downloaded thiserror v1.0.69 |
| 395 | 2026-03-02T03:28:36.647Z | Downloaded tempfile v3.25.0 |
| 396 | 2026-03-02T03:28:36.647Z | Downloaded quote v1.0.44 |
| 397 | 2026-03-02T03:28:36.647Z | Downloaded proc-macro-error v1.0.4 |
| 398 | 2026-03-02T03:28:36.647Z | Downloaded pest_generator v2.8.6 |
| 399 | 2026-03-02T03:28:36.671Z | Downloaded pest_derive v2.8.6 |
| 400 | 2026-03-02T03:28:36.671Z | Downloaded once_cell v1.21.3 |
| 401 | 2026-03-02T03:28:36.671Z | Downloaded litemap v0.8.1 |
| 402 | 2026-03-02T03:28:36.671Z | Downloaded itoa v1.0.17 |
| 403 | 2026-03-02T03:28:36.671Z | Downloaded erased-serde v0.4.9 |
| 404 | 2026-03-02T03:28:36.671Z | Downloaded typeid v1.0.3 |
| 405 | 2026-03-02T03:28:36.671Z | Downloaded toml_write v0.1.2 |
| 406 | 2026-03-02T03:28:36.671Z | Downloaded thread-id v4.2.2 |
| 407 | 2026-03-02T03:28:36.671Z | Downloaded synstructure v0.13.2 |
| 408 | 2026-03-02T03:28:36.671Z | Downloaded sha2 v0.10.9 |
| 409 | 2026-03-02T03:28:36.671Z | Downloaded serde_tokenstream v0.2.3 |
| 410 | 2026-03-02T03:28:36.671Z | Downloaded serde-untagged v0.1.9 |
| 411 | 2026-03-02T03:28:36.671Z | Downloaded semver v1.0.27 |
| 412 | 2026-03-02T03:28:36.696Z | Downloaded scroll v0.12.0 |
| 413 | 2026-03-02T03:28:36.696Z | Downloaded potential_utf v0.1.4 |
| 414 | 2026-03-02T03:28:36.696Z | Downloaded memmap v0.7.0 |
| 415 | 2026-03-02T03:28:36.696Z | Downloaded heck v0.5.0 |
| 416 | 2026-03-02T03:28:36.696Z | Downloaded heck v0.4.1 |
| 417 | 2026-03-02T03:28:36.696Z | Downloaded clap_derive v4.5.55 |
| 418 | 2026-03-02T03:28:36.696Z | Downloaded clap v4.5.60 |
| 419 | 2026-03-02T03:28:36.696Z | Downloaded cargo_toml v0.21.0 |
| 420 | 2026-03-02T03:28:36.696Z | Downloaded camino-tempfile v1.4.1 |
| 421 | 2026-03-02T03:28:36.696Z | Downloaded camino v1.2.2 |
| 422 | 2026-03-02T03:28:36.720Z | Downloaded tabled_derive v0.7.0 |
| 423 | 2026-03-02T03:28:36.720Z | Downloaded swrite v0.1.0 |
| 424 | 2026-03-02T03:28:36.720Z | Downloaded strsim v0.11.1 |
| 425 | 2026-03-02T03:28:36.720Z | Downloaded stable_deref_trait v1.2.1 |
| 426 | 2026-03-02T03:28:36.720Z | Downloaded smawk v0.3.2 |
| 427 | 2026-03-02T03:28:36.720Z | Downloaded serde_spanned v0.6.9 |
| 428 | 2026-03-02T03:28:36.720Z | Downloaded serde-value v0.7.0 |
| 429 | 2026-03-02T03:28:36.720Z | Downloaded scroll_derive v0.12.1 |
| 430 | 2026-03-02T03:28:36.720Z | Downloaded pretty-hex v0.4.1 |
| 431 | 2026-03-02T03:28:36.720Z | Downloaded plain v0.2.3 |
| 432 | 2026-03-02T03:28:36.720Z | Downloaded macaddr v1.0.1 |
| 433 | 2026-03-02T03:28:36.721Z | Downloaded is_terminal_polyfill v1.70.2 |
| 434 | 2026-03-02T03:28:36.721Z | Downloaded fs-err v3.3.0 |
| 435 | 2026-03-02T03:28:36.721Z | Downloaded errno v0.3.14 |
| 436 | 2026-03-02T03:28:36.721Z | Downloaded dtrace-parser v0.2.0 |
| 437 | 2026-03-02T03:28:36.721Z | Downloaded displaydoc v0.2.5 |
| 438 | 2026-03-02T03:28:36.721Z | Downloaded digest v0.10.7 |
| 439 | 2026-03-02T03:28:36.721Z | Downloaded crypto-common v0.1.7 |
| 440 | 2026-03-02T03:28:36.721Z | Downloaded cpufeatures v0.2.17 |
| 441 | 2026-03-02T03:28:36.745Z | Downloaded colorchoice v1.0.4 |
| 442 | 2026-03-02T03:28:36.745Z | Downloaded clap_lex v1.0.0 |
| 443 | 2026-03-02T03:28:36.745Z | Downloaded cfg-if v1.0.4 |
| 444 | 2026-03-02T03:28:36.745Z | Downloaded cargo_metadata v0.21.0 |
| 445 | 2026-03-02T03:28:36.745Z | Downloaded cargo-platform v0.2.0 |
| 446 | 2026-03-02T03:28:36.745Z | Downloaded byteorder v1.5.0 |
| 447 | 2026-03-02T03:28:36.745Z | Downloaded bytecount v0.6.9 |
| 448 | 2026-03-02T03:28:36.745Z | Downloaded block-buffer v0.10.4 |
| 449 | 2026-03-02T03:28:36.745Z | Downloaded bitflags v2.11.0 |
| 450 | 2026-03-02T03:28:36.745Z | Downloaded autocfg v1.5.0 |
| 451 | 2026-03-02T03:28:36.745Z | Downloaded anyhow v1.0.102 |
| 452 | 2026-03-02T03:28:36.745Z | Downloaded anstyle-parse v0.2.7 |
| 453 | 2026-03-02T03:28:36.745Z | Downloaded anstyle v1.0.13 |
| 454 | 2026-03-02T03:28:36.770Z | Downloaded anstream v0.6.21 |
| 455 | 2026-03-02T03:28:36.770Z | Downloaded percent-encoding v2.3.2 |
| 456 | 2026-03-02T03:28:36.770Z | Downloaded ordered-float v2.10.1 |
| 457 | 2026-03-02T03:28:36.770Z | Downloaded idna_adapter v1.2.1 |
| 458 | 2026-03-02T03:28:36.770Z | Downloaded generic-array v0.14.7 |
| 459 | 2026-03-02T03:28:36.770Z | Downloaded form_urlencoded v1.2.2 |
| 460 | 2026-03-02T03:28:36.770Z | Downloaded fnv v1.0.7 |
| 461 | 2026-03-02T03:28:36.770Z | Downloaded fastrand v2.3.0 |
| 462 | 2026-03-02T03:28:36.770Z | Downloaded equivalent v1.0.2 |
| 463 | 2026-03-02T03:28:36.770Z | Downloaded dof v0.3.0 |
| 464 | 2026-03-02T03:28:36.770Z | Downloaded cargo-util-schemas v0.8.2 |
| 465 | 2026-03-02T03:28:36.770Z | Downloaded anstyle-query v1.1.5 |
| 466 | 2026-03-02T03:28:36.851Z | Compiling proc-macro2 v1.0.106 |
| 467 | 2026-03-02T03:28:36.851Z | Compiling quote v1.0.44 |
| 468 | 2026-03-02T03:28:36.875Z | Compiling unicode-ident v1.0.24 |
| 469 | 2026-03-02T03:28:36.875Z | Compiling serde_core v1.0.228 |
| 470 | 2026-03-02T03:28:36.875Z | Compiling libc v0.2.180 |
| 471 | 2026-03-02T03:28:36.876Z | Compiling version_check v0.9.5 |
| 472 | 2026-03-02T03:28:36.876Z | Compiling memchr v2.8.0 |
| 473 | 2026-03-02T03:28:36.906Z | Compiling stable_deref_trait v1.2.1 |
| 474 | 2026-03-02T03:28:37.161Z | Compiling serde v1.0.228 |
| 475 | 2026-03-02T03:28:37.188Z | Compiling zmij v1.0.21 |
| 476 | 2026-03-02T03:28:37.707Z | Compiling thiserror v1.0.69 |
| 477 | 2026-03-02T03:28:37.769Z | Compiling itoa v1.0.17 |
| 478 | 2026-03-02T03:28:37.863Z | Compiling autocfg v1.5.0 |
| 479 | 2026-03-02T03:28:38.115Z | Compiling ucd-trie v0.1.7 |
| 480 | 2026-03-02T03:28:38.478Z | Compiling pest v2.8.6 |
| 481 | 2026-03-02T03:28:38.625Z | Compiling writeable v0.6.2 |
| 482 | 2026-03-02T03:28:38.661Z | Compiling litemap v0.8.1 |
| 483 | 2026-03-02T03:28:38.787Z | Compiling icu_normalizer_data v2.1.1 |
| 484 | 2026-03-02T03:28:39.015Z | Compiling byteorder v1.5.0 |
| 485 | 2026-03-02T03:28:39.098Z | Compiling rustix v1.1.3 |
| 486 | 2026-03-02T03:28:39.531Z | Compiling syn v2.0.117 |
| 487 | 2026-03-02T03:28:39.629Z | Compiling icu_properties_data v2.1.2 |
| 488 | 2026-03-02T03:28:39.797Z | Compiling errno v0.3.14 |
| 489 | 2026-03-02T03:28:39.824Z | Compiling bitflags v2.11.0 |
| 490 | 2026-03-02T03:28:39.975Z | Compiling serde_json v1.0.149 |
| 491 | 2026-03-02T03:28:40.371Z | Compiling num-traits v0.2.19 |
| 492 | 2026-03-02T03:28:40.432Z | Compiling equivalent v1.0.2 |
| 493 | 2026-03-02T03:28:40.459Z | Compiling typeid v1.0.3 |
| 494 | 2026-03-02T03:28:40.592Z | Compiling hashbrown v0.16.1 |
| 495 | 2026-03-02T03:28:41.063Z | Compiling pest_meta v2.8.6 |
| 496 | 2026-03-02T03:28:41.143Z | Compiling smallvec v1.15.1 |
| 497 | 2026-03-02T03:28:41.613Z | Compiling thread-id v4.2.2 |
| 498 | 2026-03-02T03:28:41.789Z | Compiling indexmap v2.13.0 |
| 499 | 2026-03-02T03:28:41.827Z | Compiling proc-macro-error-attr v1.0.4 |
| 500 | 2026-03-02T03:28:41.876Z | Compiling usdt-impl v0.5.0 |
| 501 | 2026-03-02T03:28:42.122Z | Compiling erased-serde v0.4.9 |
| 502 | 2026-03-02T03:28:42.231Z | Compiling winnow v0.7.14 |
| 503 | 2026-03-02T03:28:42.305Z | Compiling syn v1.0.109 |
| 504 | 2026-03-02T03:28:42.670Z | Compiling toml_write v0.1.2 |
| 505 | 2026-03-02T03:28:43.307Z | Compiling proc-macro-error v1.0.4 |
| 506 | 2026-03-02T03:28:43.592Z | Compiling getrandom v0.4.1 |
| 507 | 2026-03-02T03:28:43.634Z | Compiling thiserror v2.0.18 |
| 508 | 2026-03-02T03:28:44.235Z | Compiling utf8parse v0.2.2 |
| 509 | 2026-03-02T03:28:44.261Z | Compiling utf8_iter v1.0.4 |
| 510 | 2026-03-02T03:28:44.463Z | Compiling log v0.4.29 |
| 511 | 2026-03-02T03:28:44.578Z | Compiling camino v1.2.2 |
| 512 | 2026-03-02T03:28:44.799Z | Compiling percent-encoding v2.3.2 |
| 513 | 2026-03-02T03:28:44.826Z | Compiling plain v0.2.3 |
| 514 | 2026-03-02T03:28:45.019Z | Compiling ordered-float v2.10.1 |
| 515 | 2026-03-02T03:28:45.070Z | Compiling form_urlencoded v1.2.2 |
| 516 | 2026-03-02T03:28:45.173Z | Compiling anstyle-parse v0.2.7 |
| 517 | 2026-03-02T03:28:45.595Z | Compiling terminal_size v0.4.3 |
| 518 | 2026-03-02T03:28:45.658Z | Compiling pretty-hex v0.4.1 |
| 519 | 2026-03-02T03:28:45.838Z | Compiling is_terminal_polyfill v1.70.2 |
| 520 | 2026-03-02T03:28:45.868Z | Compiling colorchoice v1.0.4 |
| 521 | 2026-03-02T03:28:45.924Z | Compiling synstructure v0.13.2 |
| 522 | 2026-03-02T03:28:46.014Z | Compiling pest_generator v2.8.6 |
| 523 | 2026-03-02T03:28:46.049Z | Compiling cfg-if v1.0.4 |
| 524 | 2026-03-02T03:28:46.087Z | Compiling anstyle-query v1.1.5 |
| 525 | 2026-03-02T03:28:46.182Z | Compiling anstyle v1.0.13 |
| 526 | 2026-03-02T03:28:46.482Z | Compiling serde-untagged v0.1.9 |
| 527 | 2026-03-02T03:28:46.602Z | Compiling anstream v0.6.21 |
| 528 | 2026-03-02T03:28:46.691Z | Compiling semver v1.0.27 |
| 529 | 2026-03-02T03:28:47.278Z | Compiling fs-err v3.3.0 |
| 530 | 2026-03-02T03:28:47.310Z | Compiling bytecount v0.6.9 |
| 531 | 2026-03-02T03:28:47.310Z | Compiling once_cell v1.21.3 |
| 532 | 2026-03-02T03:28:47.440Z | Compiling heck v0.5.0 |
| 533 | 2026-03-02T03:28:47.527Z | Compiling clap_lex v1.0.0 |
| 534 | 2026-03-02T03:28:47.559Z | Compiling strsim v0.11.1 |
| 535 | 2026-03-02T03:28:47.593Z | Compiling unicode-xid v0.2.6 |
| 536 | 2026-03-02T03:28:47.735Z | Compiling unicode-width v0.1.14 |
| 537 | 2026-03-02T03:28:47.806Z | Compiling fastrand v2.3.0 |
| 538 | 2026-03-02T03:28:47.901Z | Compiling heck v0.4.1 |
| 539 | 2026-03-02T03:28:47.966Z | Compiling fnv v1.0.7 |
| 540 | 2026-03-02T03:28:48.132Z | Compiling anyhow v1.0.102 |
| 541 | 2026-03-02T03:28:48.243Z | Compiling papergrid v0.11.0 |
| 542 | 2026-03-02T03:28:48.279Z | Compiling tempfile v3.25.0 |
| 543 | 2026-03-02T03:28:48.320Z | Compiling clap_builder v4.5.60 |
| 544 | 2026-03-02T03:28:48.936Z | Compiling memmap v0.7.0 |
| 545 | 2026-03-02T03:28:49.023Z | Compiling smawk v0.3.2 |
| 546 | 2026-03-02T03:28:49.053Z | Compiling unicode-linebreak v0.1.5 |
| 547 | 2026-03-02T03:28:49.253Z | Compiling unicode-width v0.2.0 |
| 548 | 2026-03-02T03:28:49.778Z | Compiling textwrap v0.16.2 |
| 549 | 2026-03-02T03:28:50.019Z | Compiling camino-tempfile v1.4.1 |
| 550 | 2026-03-02T03:28:50.064Z | Compiling serde_derive v1.0.228 |
| 551 | 2026-03-02T03:28:50.092Z | Compiling zerofrom-derive v0.1.6 |
| 552 | 2026-03-02T03:28:50.426Z | Compiling yoke-derive v0.8.1 |
| 553 | 2026-03-02T03:28:50.520Z | Compiling zerovec-derive v0.11.2 |
| 554 | 2026-03-02T03:28:50.698Z | Compiling displaydoc v0.2.5 |
| 555 | 2026-03-02T03:28:51.435Z | Compiling thiserror-impl v1.0.69 |
| 556 | 2026-03-02T03:28:52.144Z | Compiling zerocopy-derive v0.7.35 |
| 557 | 2026-03-02T03:28:52.660Z | Compiling pest_derive v2.8.6 |
| 558 | 2026-03-02T03:28:52.753Z | Compiling scroll_derive v0.12.1 |
| 559 | 2026-03-02T03:28:53.050Z | Compiling zerofrom v0.1.6 |
| 560 | 2026-03-02T03:28:53.284Z | Compiling yoke v0.8.1 |
| 561 | 2026-03-02T03:28:53.336Z | Compiling thiserror-impl v2.0.18 |
| 562 | 2026-03-02T03:28:53.646Z | Compiling zerovec v0.11.5 |
| 563 | 2026-03-02T03:28:53.735Z | Compiling zerotrie v0.2.3 |
| 564 | 2026-03-02T03:28:53.970Z | Compiling zerocopy v0.7.35 |
| 565 | 2026-03-02T03:28:54.071Z | Compiling dtrace-parser v0.2.0 |
| 566 | 2026-03-02T03:28:54.306Z | Compiling scroll v0.12.0 |
| 567 | 2026-03-02T03:28:54.706Z | Compiling tinystr v0.8.2 |
| 568 | 2026-03-02T03:28:54.838Z | Compiling potential_utf v0.1.4 |
| 569 | 2026-03-02T03:28:55.072Z | Compiling icu_locale_core v2.1.1 |
| 570 | 2026-03-02T03:28:55.129Z | Compiling icu_collections v2.1.1 |
| 571 | 2026-03-02T03:28:55.176Z | Compiling goblin v0.8.2 |
| 572 | 2026-03-02T03:28:55.274Z | Compiling tabled_derive v0.7.0 |
| 573 | 2026-03-02T03:28:55.752Z | Compiling clap_derive v4.5.55 |
| 574 | 2026-03-02T03:28:56.120Z | Compiling swrite v0.1.0 |
| 575 | 2026-03-02T03:28:56.310Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 576 | 2026-03-02T03:28:56.439Z | Compiling icu_provider v2.1.1 |
| 577 | 2026-03-02T03:28:56.917Z | Compiling icu_normalizer v2.1.1 |
| 578 | 2026-03-02T03:28:57.003Z | Compiling icu_properties v2.1.2 |
| 579 | 2026-03-02T03:28:57.096Z | Compiling tabled v0.15.0 |
| 580 | 2026-03-02T03:28:57.272Z | Compiling toml_datetime v0.6.11 |
| 581 | 2026-03-02T03:28:57.424Z | Compiling serde_spanned v0.6.9 |
| 582 | 2026-03-02T03:28:57.472Z | Compiling dof v0.3.0 |
| 583 | 2026-03-02T03:28:57.672Z | Compiling toml_edit v0.22.27 |
| 584 | 2026-03-02T03:28:57.759Z | Compiling serde_tokenstream v0.2.3 |
| 585 | 2026-03-02T03:28:58.287Z | Compiling serde-value v0.7.0 |
| 586 | 2026-03-02T03:28:58.325Z | Compiling cargo-platform v0.2.0 |
| 587 | 2026-03-02T03:28:58.796Z | Compiling macaddr v1.0.1 |
| 588 | 2026-03-02T03:28:58.999Z | Compiling idna_adapter v1.2.1 |
| 589 | 2026-03-02T03:28:59.228Z | Compiling idna v1.1.0 |
| 590 | 2026-03-02T03:28:59.287Z | Compiling usdt-macro v0.5.0 |
| 591 | 2026-03-02T03:28:59.329Z | Compiling usdt-attr-macro v0.5.0 |
| 592 | 2026-03-02T03:28:59.465Z | Compiling clap v4.5.60 |
| 593 | 2026-03-02T03:28:59.834Z | Compiling url v2.5.8 |
| 594 | 2026-03-02T03:29:00.737Z | Compiling toml v0.8.23 |
| 595 | 2026-03-02T03:29:01.571Z | Compiling cargo-util-schemas v0.8.2 |
| 596 | 2026-03-02T03:29:01.601Z | Compiling cargo_toml v0.21.0 |
| 597 | 2026-03-02T03:29:01.716Z | Compiling usdt v0.5.0 |
| 598 | 2026-03-02T03:29:03.501Z | Compiling cargo_metadata v0.21.0 |
| 599 | 2026-03-02T03:29:05.518Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 600 | 2026-03-02T03:29:09.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 601 | 2026-03-02T03:29:09.861Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 602 | 2026-03-02T03:29:10.926Z | Downloading crates ... |
| 603 | 2026-03-02T03:29:11.120Z | Downloaded critical-section v1.2.0 |
| 604 | 2026-03-02T03:29:11.146Z | Downloaded foreign-types-shared v0.1.1 |
| 605 | 2026-03-02T03:29:11.146Z | Downloaded fatfs v0.3.6 |
| 606 | 2026-03-02T03:29:11.146Z | Downloaded derive_more-impl v2.1.1 |
| 607 | 2026-03-02T03:29:11.170Z | Downloaded glob v0.3.3 |
| 608 | 2026-03-02T03:29:11.170Z | Downloaded curve25519-dalek v4.1.3 |
| 609 | 2026-03-02T03:29:11.195Z | Downloaded env_logger v0.11.9 |
| 610 | 2026-03-02T03:29:11.195Z | Downloaded hex v0.4.3 |
| 611 | 2026-03-02T03:29:11.222Z | Downloaded filetime v0.2.27 |
| 612 | 2026-03-02T03:29:11.222Z | Downloaded foldhash v0.1.5 |
| 613 | 2026-03-02T03:29:11.222Z | Downloaded foreign-types v0.5.0 |
| 614 | 2026-03-02T03:29:11.222Z | Downloaded hostname v0.4.2 |
| 615 | 2026-03-02T03:29:11.251Z | Downloaded globwalk v0.9.1 |
| 616 | 2026-03-02T03:29:11.252Z | Downloaded hostname v0.3.1 |
| 617 | 2026-03-02T03:29:11.252Z | Downloaded hyper-tls v0.6.0 |
| 618 | 2026-03-02T03:29:11.252Z | Downloaded home v0.5.12 |
| 619 | 2026-03-02T03:29:11.252Z | Downloaded humantime v2.3.0 |
| 620 | 2026-03-02T03:29:11.278Z | Downloaded managed v0.8.0 |
| 621 | 2026-03-02T03:29:11.278Z | Downloaded lru v0.12.5 |
| 622 | 2026-03-02T03:29:11.278Z | Downloaded md5 v0.7.0 |
| 623 | 2026-03-02T03:29:11.303Z | Downloaded newline-converter v0.3.0 |
| 624 | 2026-03-02T03:29:11.304Z | Downloaded nu-ansi-term v0.50.3 |
| 625 | 2026-03-02T03:29:11.329Z | Downloaded openssl-probe v0.1.6 |
| 626 | 2026-03-02T03:29:11.329Z | Downloaded nodrop v0.1.14 |
| 627 | 2026-03-02T03:29:11.329Z | Downloaded num-derive v0.4.2 |
| 628 | 2026-03-02T03:29:11.354Z | Downloaded phf_shared v0.11.3 |
| 629 | 2026-03-02T03:29:11.354Z | Downloaded num_enum_derive v0.5.11 |
| 630 | 2026-03-02T03:29:11.354Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 631 | 2026-03-02T03:29:11.354Z | Downloaded precomputed-hash v0.1.1 |
| 632 | 2026-03-02T03:29:11.380Z | Downloaded packed_struct_codegen v0.10.1 |
| 633 | 2026-03-02T03:29:11.380Z | Downloaded pin-project-lite v0.2.17 |
| 634 | 2026-03-02T03:29:11.380Z | Downloaded rand_seeder v0.4.0 |
| 635 | 2026-03-02T03:29:11.406Z | Downloaded rfc6979 v0.4.0 |
| 636 | 2026-03-02T03:29:11.406Z | Downloaded rcgen v0.12.1 |
| 637 | 2026-03-02T03:29:11.406Z | Downloaded ref-cast-impl v1.0.25 |
| 638 | 2026-03-02T03:29:11.926Z | Downloaded rand_core v0.9.5 |
| 639 | 2026-03-02T03:29:11.926Z | Downloaded shell-words v1.1.1 |
| 640 | 2026-03-02T03:29:11.926Z | Downloaded slog-envlogger v2.2.0 |
| 641 | 2026-03-02T03:29:11.926Z | Downloaded structmeta-derive v0.3.0 |
| 642 | 2026-03-02T03:29:11.926Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 643 | 2026-03-02T03:29:11.926Z | Downloaded progenitor v0.13.0 |
| 644 | 2026-03-02T03:29:11.926Z | Downloaded ssh-cipher v0.2.0 |
| 645 | 2026-03-02T03:29:11.926Z | Downloaded tabwriter v1.4.1 |
| 646 | 2026-03-02T03:29:11.926Z | Downloaded smallvec v0.6.14 |
| 647 | 2026-03-02T03:29:11.926Z | Downloaded salsa20 v0.10.2 |
| 648 | 2026-03-02T03:29:11.926Z | Downloaded rustls-native-certs v0.8.3 |
| 649 | 2026-03-02T03:29:11.927Z | Downloaded tls_codec_derive v0.4.2 |
| 650 | 2026-03-02T03:29:11.927Z | Downloaded time-macros v0.2.27 |
| 651 | 2026-03-02T03:29:11.927Z | Downloaded strum_macros v0.26.4 |
| 652 | 2026-03-02T03:29:11.927Z | Downloaded thiserror-no-std v2.0.2 |
| 653 | 2026-03-02T03:29:11.927Z | Downloaded supports-color v3.0.2 |
| 654 | 2026-03-02T03:29:11.927Z | Downloaded thread-id v5.1.0 |
| 655 | 2026-03-02T03:29:11.927Z | Downloaded tokio-tungstenite v0.21.0 |
| 656 | 2026-03-02T03:29:11.927Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 657 | 2026-03-02T03:29:11.927Z | Downloaded void v1.0.2 |
| 658 | 2026-03-02T03:29:11.927Z | Downloaded schemars v0.9.0 |
| 659 | 2026-03-02T03:29:11.927Z | Downloaded unit-prefix v0.5.2 |
| 660 | 2026-03-02T03:29:11.927Z | Downloaded want v0.3.1 |
| 661 | 2026-03-02T03:29:11.927Z | Downloaded slog-scope v4.4.1 |
| 662 | 2026-03-02T03:29:11.927Z | Downloaded wait-timeout v0.2.1 |
| 663 | 2026-03-02T03:29:11.927Z | Downloaded waitgroup v0.1.2 |
| 664 | 2026-03-02T03:29:11.927Z | Downloaded xattr v1.6.1 |
| 665 | 2026-03-02T03:29:11.927Z | Downloaded zeroize_derive v1.4.3 |
| 666 | 2026-03-02T03:29:11.927Z | Downloaded uzers v0.12.2 |
| 667 | 2026-03-02T03:29:11.927Z | Downloaded zone_cfg_derive v0.3.1 |
| 668 | 2026-03-02T03:29:11.927Z | Downloaded utf-8 v0.7.6 |
| 669 | 2026-03-02T03:29:11.927Z | Downloaded wyz v0.5.1 |
| 670 | 2026-03-02T03:29:11.927Z | Downloaded xz2 v0.1.7 |
| 671 | 2026-03-02T03:29:11.927Z | Downloaded vergen-gitcl v1.0.8 |
| 672 | 2026-03-02T03:29:11.927Z | Downloaded universal-hash v0.5.1 |
| 673 | 2026-03-02T03:29:11.927Z | Downloaded vergen-lib v0.1.6 |
| 674 | 2026-03-02T03:29:11.927Z | Downloaded zeroize v1.8.2 |
| 675 | 2026-03-02T03:29:11.927Z | Downloaded yasna v0.5.2 |
| 676 | 2026-03-02T03:29:11.927Z | Downloaded zopfli v0.8.3 |
| 677 | 2026-03-02T03:29:11.927Z | Downloaded unicode_categories v0.1.1 |
| 678 | 2026-03-02T03:29:11.927Z | Downloaded zip v0.6.6 |
| 679 | 2026-03-02T03:29:11.927Z | Downloaded zstd-safe v7.2.4 |
| 680 | 2026-03-02T03:29:11.927Z | Downloaded zstd v0.13.3 |
| 681 | 2026-03-02T03:29:11.927Z | Downloaded zip v4.6.1 |
| 682 | 2026-03-02T03:29:11.927Z | Downloaded serde_with v3.17.0 |
| 683 | 2026-03-02T03:29:11.927Z | Downloaded winnow v0.5.40 |
| 684 | 2026-03-02T03:29:11.928Z | Downloaded winnow v0.6.26 |
| 685 | 2026-03-02T03:29:11.928Z | Downloaded time v0.3.47 |
| 686 | 2026-03-02T03:29:11.928Z | Downloaded zlib-rs v0.6.2 |
| 687 | 2026-03-02T03:29:11.928Z | Downloaded rustls v0.23.37 |
| 688 | 2026-03-02T03:29:11.928Z | Downloaded jiff v0.2.21 |
| 689 | 2026-03-02T03:29:11.928Z | Downloaded lzma-sys v0.1.20 |
| 690 | 2026-03-02T03:29:11.928Z | Downloaded smoltcp v0.9.1 |
| 691 | 2026-03-02T03:29:11.928Z | Downloaded petgraph v0.6.5 |
| 692 | 2026-03-02T03:29:11.928Z | Downloaded webpki-roots v1.0.6 |
| 693 | 2026-03-02T03:29:11.928Z | Downloaded vcpkg v0.2.15 |
| 694 | 2026-03-02T03:29:11.928Z | Downloaded zerocopy v0.8.40 |
| 695 | 2026-03-02T03:29:11.952Z | Downloaded sqlparser v0.61.0 |
| 696 | 2026-03-02T03:29:11.953Z | Downloaded sled v0.34.7 |
| 697 | 2026-03-02T03:29:11.953Z | Downloaded regex-automata v0.4.14 |
| 698 | 2026-03-02T03:29:11.953Z | Downloaded petgraph v0.8.3 |
| 699 | 2026-03-02T03:29:11.977Z | Downloaded ratatui v0.29.0 |
| 700 | 2026-03-02T03:29:12.002Z | Downloaded chrono-tz v0.10.4 |
| 701 | 2026-03-02T03:29:12.027Z | Downloaded typify-impl v0.6.1 |
| 702 | 2026-03-02T03:29:12.027Z | Downloaded tracing v0.1.44 |
| 703 | 2026-03-02T03:29:12.051Z | Downloaded smoltcp v0.11.0 |
| 704 | 2026-03-02T03:29:12.075Z | Downloaded zerocopy-derive v0.6.6 |
| 705 | 2026-03-02T03:29:12.076Z | Downloaded typify-impl v0.4.3 |
| 706 | 2026-03-02T03:29:12.100Z | Downloaded libz-sys v1.1.24 |
| 707 | 2026-03-02T03:29:12.124Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 708 | 2026-03-02T03:29:12.124Z | Downloaded tabled v0.20.0 |
| 709 | 2026-03-02T03:29:12.149Z | Downloaded rustix v0.38.44 |
| 710 | 2026-03-02T03:29:12.172Z | Downloaded encoding_rs v0.8.35 |
| 711 | 2026-03-02T03:29:12.196Z | Downloaded salty v0.3.0 |
| 712 | 2026-03-02T03:29:12.196Z | Downloaded x509-cert v0.2.5 |
| 713 | 2026-03-02T03:29:12.220Z | Downloaded unicode-normalization v0.1.25 |
| 714 | 2026-03-02T03:29:12.221Z | Downloaded tower-http v0.6.8 |
| 715 | 2026-03-02T03:29:12.221Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 716 | 2026-03-02T03:29:12.245Z | Downloaded sha3 v0.10.8 |
| 717 | 2026-03-02T03:29:12.245Z | Downloaded tower v0.5.3 |
| 718 | 2026-03-02T03:29:12.269Z | Downloaded radix_trie v0.2.1 |
| 719 | 2026-03-02T03:29:12.269Z | Downloaded typify v0.6.1 |
| 720 | 2026-03-02T03:29:12.269Z | Downloaded tokio v1.49.0 |
| 721 | 2026-03-02T03:29:12.298Z | Downloaded typed-path v0.9.3 |
| 722 | 2026-03-02T03:29:12.322Z | Downloaded tokio-util v0.7.18 |
| 723 | 2026-03-02T03:29:12.322Z | Downloaded rustls v0.22.4 |
| 724 | 2026-03-02T03:29:12.346Z | Downloaded zerocopy-derive v0.8.40 |
| 725 | 2026-03-02T03:29:12.346Z | Downloaded zerocopy v0.6.6 |
| 726 | 2026-03-02T03:29:12.346Z | Downloaded vte v0.14.1 |
| 727 | 2026-03-02T03:29:12.346Z | Downloaded vsss-rs v3.3.4 |
| 728 | 2026-03-02T03:29:12.346Z | Downloaded vergen v9.0.6 |
| 729 | 2026-03-02T03:29:12.371Z | Downloaded usdt-impl v0.6.0 |
| 730 | 2026-03-02T03:29:12.371Z | Downloaded unsafe-libyaml v0.2.11 |
| 731 | 2026-03-02T03:29:12.371Z | Downloaded unicode-segmentation v1.12.0 |
| 732 | 2026-03-02T03:29:12.371Z | Downloaded tracing-attributes v0.1.31 |
| 733 | 2026-03-02T03:29:12.371Z | Downloaded reqwest v0.13.2 |
| 734 | 2026-03-02T03:29:12.371Z | Downloaded regress v0.10.5 |
| 735 | 2026-03-02T03:29:12.395Z | Downloaded rayon v1.11.0 |
| 736 | 2026-03-02T03:29:12.395Z | Downloaded quinn-proto v0.11.13 |
| 737 | 2026-03-02T03:29:12.395Z | Downloaded yansi v1.0.1 |
| 738 | 2026-03-02T03:29:12.395Z | Downloaded whoami v1.6.1 |
| 739 | 2026-03-02T03:29:12.395Z | Downloaded untrusted v0.9.0 |
| 740 | 2026-03-02T03:29:12.419Z | Downloaded tungstenite v0.23.0 |
| 741 | 2026-03-02T03:29:12.419Z | Downloaded tungstenite v0.21.0 |
| 742 | 2026-03-02T03:29:12.419Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 743 | 2026-03-02T03:29:12.465Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 744 | 2026-03-02T03:29:12.489Z | Downloaded toml_edit v0.19.15 |
| 745 | 2026-03-02T03:29:12.489Z | Downloaded openapiv3 v2.2.0 |
| 746 | 2026-03-02T03:29:12.513Z | Downloaded tui-tree-widget v0.23.1 |
| 747 | 2026-03-02T03:29:12.513Z | Downloaded rpassword v7.4.0 |
| 748 | 2026-03-02T03:29:12.513Z | Downloaded usdt-macro v0.6.0 |
| 749 | 2026-03-02T03:29:12.513Z | Downloaded typify-macro v0.6.1 |
| 750 | 2026-03-02T03:29:12.513Z | Downloaded ring v0.17.14 |
| 751 | 2026-03-02T03:29:12.547Z | Downloaded typify-macro v0.4.3 |
| 752 | 2026-03-02T03:29:12.571Z | Downloaded tinyvec v1.10.0 |
| 753 | 2026-03-02T03:29:12.571Z | Downloaded uuid v1.21.0 |
| 754 | 2026-03-02T03:29:12.571Z | Downloaded untrusted v0.7.1 |
| 755 | 2026-03-02T03:29:12.571Z | Downloaded tracing-core v0.1.36 |
| 756 | 2026-03-02T03:29:12.571Z | Downloaded tar v0.4.44 |
| 757 | 2026-03-02T03:29:12.571Z | Downloaded ssh-key v0.6.7 |
| 758 | 2026-03-02T03:29:12.571Z | Downloaded polar-core v0.27.3 |
| 759 | 2026-03-02T03:29:12.596Z | Downloaded unicode-bidi v0.3.18 |
| 760 | 2026-03-02T03:29:12.596Z | Downloaded ron v0.12.0 |
| 761 | 2026-03-02T03:29:12.596Z | Downloaded usdt-attr-macro v0.6.0 |
| 762 | 2026-03-02T03:29:12.596Z | Downloaded typify v0.4.3 |
| 763 | 2026-03-02T03:29:12.596Z | Downloaded tower-service v0.3.3 |
| 764 | 2026-03-02T03:29:12.596Z | Downloaded xshell v0.2.7 |
| 765 | 2026-03-02T03:29:12.620Z | Downloaded whoami v2.1.0 |
| 766 | 2026-03-02T03:29:12.620Z | Downloaded regex-syntax v0.6.29 |
| 767 | 2026-03-02T03:29:12.621Z | Downloaded proptest v1.10.0 |
| 768 | 2026-03-02T03:29:12.621Z | Downloaded walkdir v2.5.0 |
| 769 | 2026-03-02T03:29:12.621Z | Downloaded topological-sort v0.2.2 |
| 770 | 2026-03-02T03:29:12.621Z | Downloaded unicode-properties v0.1.4 |
| 771 | 2026-03-02T03:29:12.621Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 772 | 2026-03-02T03:29:12.645Z | Downloaded tiny-keccak v2.0.2 |
| 773 | 2026-03-02T03:29:12.645Z | Downloaded term v1.2.1 |
| 774 | 2026-03-02T03:29:12.645Z | Downloaded rustls-webpki v0.102.8 |
| 775 | 2026-03-02T03:29:12.669Z | Downloaded zone v0.3.1 |
| 776 | 2026-03-02T03:29:12.669Z | Downloaded vergen-git2 v1.0.7 |
| 777 | 2026-03-02T03:29:12.669Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 778 | 2026-03-02T03:29:12.669Z | Downloaded time-core v0.1.8 |
| 779 | 2026-03-02T03:29:12.669Z | Downloaded thread_local v1.1.9 |
| 780 | 2026-03-02T03:29:12.669Z | Downloaded termios v0.3.3 |
| 781 | 2026-03-02T03:29:12.670Z | Downloaded serde_cbor v0.11.2 |
| 782 | 2026-03-02T03:29:12.670Z | Downloaded russh v0.45.0 |
| 783 | 2026-03-02T03:29:12.670Z | Downloaded tokio-postgres v0.7.16 |
| 784 | 2026-03-02T03:29:12.694Z | Downloaded socket2 v0.6.2 |
| 785 | 2026-03-02T03:29:12.694Z | Downloaded reqwest v0.12.28 |
| 786 | 2026-03-02T03:29:12.694Z | Downloaded xshell-macros v0.2.7 |
| 787 | 2026-03-02T03:29:12.694Z | Downloaded twox-hash v2.1.2 |
| 788 | 2026-03-02T03:29:12.694Z | Downloaded toml v0.7.8 |
| 789 | 2026-03-02T03:29:12.694Z | Downloaded tokio-stream v0.1.18 |
| 790 | 2026-03-02T03:29:12.694Z | Downloaded test-strategy v0.4.5 |
| 791 | 2026-03-02T03:29:12.718Z | Downloaded stacker v0.1.23 |
| 792 | 2026-03-02T03:29:12.718Z | Downloaded tinyvec_macros v0.1.1 |
| 793 | 2026-03-02T03:29:12.718Z | Downloaded unicode-truncate v1.1.0 |
| 794 | 2026-03-02T03:29:12.718Z | Downloaded unicase v2.9.0 |
| 795 | 2026-03-02T03:29:12.719Z | Downloaded tls_codec v0.4.2 |
| 796 | 2026-03-02T03:29:12.719Z | Downloaded tap v1.0.1 |
| 797 | 2026-03-02T03:29:12.719Z | Downloaded strip-ansi-escapes v0.2.1 |
| 798 | 2026-03-02T03:29:12.719Z | Downloaded tough v0.20.0 |
| 799 | 2026-03-02T03:29:12.719Z | Downloaded tokio-rustls v0.26.4 |
| 800 | 2026-03-02T03:29:12.743Z | Downloaded tokio-rustls v0.24.1 |
| 801 | 2026-03-02T03:29:12.743Z | Downloaded tokio-native-tls v0.3.1 |
| 802 | 2026-03-02T03:29:12.743Z | Downloaded subprocess v0.2.15 |
| 803 | 2026-03-02T03:29:12.743Z | Downloaded string_cache v0.8.9 |
| 804 | 2026-03-02T03:29:12.743Z | Downloaded serde_yaml v0.9.34+deprecated |
| 805 | 2026-03-02T03:29:12.743Z | Downloaded quick-xml v0.37.5 |
| 806 | 2026-03-02T03:29:12.743Z | Downloaded serde_path_to_error v0.1.20 |
| 807 | 2026-03-02T03:29:12.743Z | Downloaded reedline v0.40.0 |
| 808 | 2026-03-02T03:29:12.767Z | Downloaded rand v0.10.0 |
| 809 | 2026-03-02T03:29:12.767Z | Downloaded take_mut v0.2.2 |
| 810 | 2026-03-02T03:29:12.767Z | Downloaded tabled_derive v0.11.0 |
| 811 | 2026-03-02T03:29:12.768Z | Downloaded stringprep v0.1.5 |
| 812 | 2026-03-02T03:29:12.768Z | Downloaded static_assertions v1.1.0 |
| 813 | 2026-03-02T03:29:12.768Z | Downloaded slog-async v2.8.0 |
| 814 | 2026-03-02T03:29:12.768Z | Downloaded serde_derive_internals v0.29.1 |
| 815 | 2026-03-02T03:29:12.768Z | Downloaded secrecy v0.8.0 |
| 816 | 2026-03-02T03:29:12.768Z | Downloaded rustls-platform-verifier v0.6.2 |
| 817 | 2026-03-02T03:29:12.768Z | Downloaded regex-syntax v0.8.10 |
| 818 | 2026-03-02T03:29:12.792Z | Downloaded object v0.37.3 |
| 819 | 2026-03-02T03:29:12.792Z | Downloaded unarray v0.1.4 |
| 820 | 2026-03-02T03:29:12.792Z | Downloaded trait-variant v0.1.2 |
| 821 | 2026-03-02T03:29:12.792Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 822 | 2026-03-02T03:29:12.792Z | Downloaded tokio-tungstenite v0.23.1 |
| 823 | 2026-03-02T03:29:12.792Z | Downloaded tokio-rustls v0.25.0 |
| 824 | 2026-03-02T03:29:12.818Z | Downloaded tokio-macros v2.6.0 |
| 825 | 2026-03-02T03:29:12.818Z | Downloaded tokio-dtrace v0.1.1 |
| 826 | 2026-03-02T03:29:12.818Z | Downloaded strum v0.26.3 |
| 827 | 2026-03-02T03:29:12.818Z | Downloaded socket2 v0.5.10 |
| 828 | 2026-03-02T03:29:12.819Z | Downloaded signal-hook v0.3.18 |
| 829 | 2026-03-02T03:29:12.819Z | Downloaded sapling-renderdag v0.1.0 |
| 830 | 2026-03-02T03:29:12.819Z | Downloaded rayon-core v1.13.0 |
| 831 | 2026-03-02T03:29:12.819Z | Downloaded regex v1.12.3 |
| 832 | 2026-03-02T03:29:12.819Z | Downloaded bstr v1.12.1 |
| 833 | 2026-03-02T03:29:12.843Z | Downloaded usdt v0.6.0 |
| 834 | 2026-03-02T03:29:12.843Z | Downloaded try-lock v0.2.5 |
| 835 | 2026-03-02T03:29:12.843Z | Downloaded tower-layer v0.3.3 |
| 836 | 2026-03-02T03:29:12.843Z | Downloaded tagptr v0.2.0 |
| 837 | 2026-03-02T03:29:12.843Z | Downloaded strum_macros v0.27.2 |
| 838 | 2026-03-02T03:29:12.843Z | Downloaded strum v0.27.2 |
| 839 | 2026-03-02T03:29:12.843Z | Downloaded ssh-encoding v0.2.0 |
| 840 | 2026-03-02T03:29:12.843Z | Downloaded snafu v0.8.9 |
| 841 | 2026-03-02T03:29:12.843Z | Downloaded slog v2.8.2 |
| 842 | 2026-03-02T03:29:12.843Z | Downloaded serde_plain v1.0.2 |
| 843 | 2026-03-02T03:29:12.868Z | Downloaded serde-big-array v0.5.1 |
| 844 | 2026-03-02T03:29:12.868Z | Downloaded scroll v0.13.0 |
| 845 | 2026-03-02T03:29:12.868Z | Downloaded schemars v0.8.22 |
| 846 | 2026-03-02T03:29:12.868Z | Downloaded samael v0.0.19 |
| 847 | 2026-03-02T03:29:12.868Z | Downloaded rustls v0.21.12 |
| 848 | 2026-03-02T03:29:12.892Z | Downloaded support-bundle-viewer v0.1.2 |
| 849 | 2026-03-02T03:29:12.892Z | Downloaded strum_macros v0.24.3 |
| 850 | 2026-03-02T03:29:12.892Z | Downloaded structmeta v0.3.0 |
| 851 | 2026-03-02T03:29:12.892Z | Downloaded sqlparser_derive v0.5.0 |
| 852 | 2026-03-02T03:29:12.892Z | Downloaded sqlformat v0.3.5 |
| 853 | 2026-03-02T03:29:12.892Z | Downloaded snafu-derive v0.8.9 |
| 854 | 2026-03-02T03:29:12.892Z | Downloaded similar v2.7.0 |
| 855 | 2026-03-02T03:29:12.917Z | Downloaded serde_spanned v1.0.4 |
| 856 | 2026-03-02T03:29:12.917Z | Downloaded serde-hex v0.1.0 |
| 857 | 2026-03-02T03:29:12.917Z | Downloaded rustls-pki-types v1.14.0 |
| 858 | 2026-03-02T03:29:12.917Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 859 | 2026-03-02T03:29:12.917Z | Downloaded testing_table v0.3.0 |
| 860 | 2026-03-02T03:29:12.917Z | Downloaded sync_wrapper v1.0.2 |
| 861 | 2026-03-02T03:29:12.917Z | Downloaded termtree v0.5.1 |
| 862 | 2026-03-02T03:29:12.917Z | Downloaded sync-ptr v0.1.4 |
| 863 | 2026-03-02T03:29:12.917Z | Downloaded smf v0.2.3 |
| 864 | 2026-03-02T03:29:12.917Z | Downloaded slog-stdlog v4.1.1 |
| 865 | 2026-03-02T03:29:12.917Z | Downloaded slog-dtrace v0.3.0 |
| 866 | 2026-03-02T03:29:12.917Z | Downloaded rusty-fork v0.3.1 |
| 867 | 2026-03-02T03:29:12.917Z | Downloaded rustls-webpki v0.103.9 |
| 868 | 2026-03-02T03:29:12.917Z | Downloaded subtle v2.6.1 |
| 869 | 2026-03-02T03:29:12.917Z | Downloaded spki v0.7.3 |
| 870 | 2026-03-02T03:29:12.917Z | Downloaded slog-term v2.9.2 |
| 871 | 2026-03-02T03:29:12.942Z | Downloaded shlex v1.3.0 |
| 872 | 2026-03-02T03:29:12.942Z | Downloaded sct v0.7.1 |
| 873 | 2026-03-02T03:29:12.942Z | Downloaded schemars_derive v0.8.22 |
| 874 | 2026-03-02T03:29:12.942Z | Downloaded ryu v1.0.23 |
| 875 | 2026-03-02T03:29:12.942Z | Downloaded rustc_version v0.1.7 |
| 876 | 2026-03-02T03:29:12.942Z | Downloaded ron v0.8.1 |
| 877 | 2026-03-02T03:29:12.942Z | Downloaded ref-cast v1.0.25 |
| 878 | 2026-03-02T03:29:12.942Z | Downloaded quinn v0.11.9 |
| 879 | 2026-03-02T03:29:12.966Z | Downloaded nix v0.31.1 |
| 880 | 2026-03-02T03:29:12.966Z | Downloaded slog-json v2.6.1 |
| 881 | 2026-03-02T03:29:12.966Z | Downloaded slog-bunyan v2.5.0 |
| 882 | 2026-03-02T03:29:12.966Z | Downloaded simd-adler32 v0.3.8 |
| 883 | 2026-03-02T03:29:12.966Z | Downloaded signal-hook-tokio v0.3.1 |
| 884 | 2026-03-02T03:29:12.966Z | Downloaded sha1 v0.10.6 |
| 885 | 2026-03-02T03:29:12.966Z | Downloaded rustc_version v0.4.1 |
| 886 | 2026-03-02T03:29:12.991Z | Downloaded sec1 v0.7.3 |
| 887 | 2026-03-02T03:29:12.991Z | Downloaded rustc-hash v2.1.1 |
| 888 | 2026-03-02T03:29:12.991Z | Downloaded nix v0.30.1 |
| 889 | 2026-03-02T03:29:12.991Z | Downloaded chrono v0.4.44 |
| 890 | 2026-03-02T03:29:13.015Z | Downloaded steno v0.4.1 |
| 891 | 2026-03-02T03:29:13.015Z | Downloaded serde_repr v0.1.20 |
| 892 | 2026-03-02T03:29:13.015Z | Downloaded serde_bytes v0.11.19 |
| 893 | 2026-03-02T03:29:13.015Z | Downloaded seq-macro v0.3.6 |
| 894 | 2026-03-02T03:29:13.015Z | Downloaded semver v0.1.20 |
| 895 | 2026-03-02T03:29:13.015Z | Downloaded scheduled-thread-pool v0.2.7 |
| 896 | 2026-03-02T03:29:13.015Z | Downloaded rustls-pemfile v2.2.0 |
| 897 | 2026-03-02T03:29:13.015Z | Downloaded portable-atomic v1.13.1 |
| 898 | 2026-03-02T03:29:13.040Z | Downloaded petname v2.0.2 |
| 899 | 2026-03-02T03:29:13.040Z | Downloaded bindgen v0.71.1 |
| 900 | 2026-03-02T03:29:13.040Z | Downloaded term v0.7.0 |
| 901 | 2026-03-02T03:29:13.040Z | Downloaded siphasher v1.0.2 |
| 902 | 2026-03-02T03:29:13.040Z | Downloaded sigpipe v0.1.3 |
| 903 | 2026-03-02T03:29:13.040Z | Downloaded signature v2.2.0 |
| 904 | 2026-03-02T03:29:13.040Z | Downloaded signal-hook-mio v0.2.5 |
| 905 | 2026-03-02T03:29:13.040Z | Downloaded serde_urlencoded v0.7.1 |
| 906 | 2026-03-02T03:29:13.064Z | Downloaded scroll_derive v0.13.1 |
| 907 | 2026-03-02T03:29:13.065Z | Downloaded scopeguard v1.2.0 |
| 908 | 2026-03-02T03:29:13.065Z | Downloaded rustversion v1.0.22 |
| 909 | 2026-03-02T03:29:13.065Z | Downloaded rustls-webpki v0.101.7 |
| 910 | 2026-03-02T03:29:13.065Z | Downloaded rustls-pemfile v1.0.4 |
| 911 | 2026-03-02T03:29:13.089Z | Downloaded rtoolbox v0.0.3 |
| 912 | 2026-03-02T03:29:13.089Z | Downloaded resolv-conf v0.7.6 |
| 913 | 2026-03-02T03:29:13.089Z | Downloaded russh-cryptovec v0.7.3 |
| 914 | 2026-03-02T03:29:13.089Z | Downloaded recursive v0.1.1 |
| 915 | 2026-03-02T03:29:13.089Z | Downloaded openssl v0.10.75 |
| 916 | 2026-03-02T03:29:13.089Z | Downloaded bitvec v1.0.1 |
| 917 | 2026-03-02T03:29:13.113Z | Downloaded aws-lc-rs v1.16.0 |
| 918 | 2026-03-02T03:29:13.113Z | Downloaded rand v0.8.5 |
| 919 | 2026-03-02T03:29:13.113Z | Downloaded progenitor-impl v0.13.0 |
| 920 | 2026-03-02T03:29:13.138Z | Downloaded progenitor-impl v0.11.2 |
| 921 | 2026-03-02T03:29:13.138Z | Downloaded hkdf v0.12.4 |
| 922 | 2026-03-02T03:29:13.138Z | Downloaded spin v0.9.8 |
| 923 | 2026-03-02T03:29:13.138Z | Downloaded qorb v0.4.1 |
| 924 | 2026-03-02T03:29:13.138Z | Downloaded blake3 v1.8.3 |
| 925 | 2026-03-02T03:29:13.138Z | Downloaded progenitor-extras v0.1.0 |
| 926 | 2026-03-02T03:29:13.164Z | Downloaded iri-string v0.7.10 |
| 927 | 2026-03-02T03:29:13.164Z | Downloaded aho-corasick v1.1.4 |
| 928 | 2026-03-02T03:29:13.164Z | Downloaded rand_xorshift v0.4.0 |
| 929 | 2026-03-02T03:29:13.164Z | Downloaded publicsuffix v2.3.0 |
| 930 | 2026-03-02T03:29:13.164Z | Downloaded hickory-server v0.25.2 |
| 931 | 2026-03-02T03:29:13.164Z | Downloaded signal-hook-registry v1.4.8 |
| 932 | 2026-03-02T03:29:13.189Z | Downloaded schemars v1.2.1 |
| 933 | 2026-03-02T03:29:13.189Z | Downloaded rustyline v14.0.0 |
| 934 | 2026-03-02T03:29:13.214Z | Downloaded rand_core v0.6.4 |
| 935 | 2026-03-02T03:29:13.214Z | Downloaded rand_chacha v0.9.0 |
| 936 | 2026-03-02T03:29:13.214Z | Downloaded rand_chacha v0.3.1 |
| 937 | 2026-03-02T03:29:13.214Z | Downloaded r2d2 v0.8.10 |
| 938 | 2026-03-02T03:29:13.214Z | Downloaded quinn-udp v0.5.14 |
| 939 | 2026-03-02T03:29:13.214Z | Downloaded progenitor-impl v0.10.0 |
| 940 | 2026-03-02T03:29:13.214Z | Downloaded progenitor-client v0.10.0 |
| 941 | 2026-03-02T03:29:13.214Z | Downloaded p384 v0.13.1 |
| 942 | 2026-03-02T03:29:13.214Z | Downloaded object v0.30.4 |
| 943 | 2026-03-02T03:29:13.238Z | Downloaded nix v0.29.0 |
| 944 | 2026-03-02T03:29:13.238Z | Downloaded nix v0.27.1 |
| 945 | 2026-03-02T03:29:13.263Z | Downloaded libxml v0.3.3 |
| 946 | 2026-03-02T03:29:13.263Z | Downloaded hashbrown v0.13.2 |
| 947 | 2026-03-02T03:29:13.263Z | Downloaded hashbrown v0.12.3 |
| 948 | 2026-03-02T03:29:13.287Z | Downloaded aes-gcm v0.10.3 |
| 949 | 2026-03-02T03:29:13.287Z | Downloaded aes v0.8.4 |
| 950 | 2026-03-02T03:29:13.287Z | Downloaded slab v0.4.12 |
| 951 | 2026-03-02T03:29:13.287Z | Downloaded serde_with_macros v3.17.0 |
| 952 | 2026-03-02T03:29:13.287Z | Downloaded secrecy v0.10.3 |
| 953 | 2026-03-02T03:29:13.287Z | Downloaded russh-keys v0.45.0 |
| 954 | 2026-03-02T03:29:13.287Z | Downloaded rand_core v0.10.0 |
| 955 | 2026-03-02T03:29:13.287Z | Downloaded radium v0.7.0 |
| 956 | 2026-03-02T03:29:13.287Z | Downloaded progenitor v0.10.0 |
| 957 | 2026-03-02T03:29:13.287Z | Downloaded prettyplease v0.2.37 |
| 958 | 2026-03-02T03:29:13.312Z | Downloaded prefix-trie v0.7.0 |
| 959 | 2026-03-02T03:29:13.312Z | Downloaded p521 v0.13.3 |
| 960 | 2026-03-02T03:29:13.312Z | Downloaded openssl-sys v0.9.111 |
| 961 | 2026-03-02T03:29:13.312Z | Downloaded hickory-resolver v0.25.2 |
| 962 | 2026-03-02T03:29:13.312Z | Downloaded base64 v0.22.1 |
| 963 | 2026-03-02T03:29:13.336Z | Downloaded ahash v0.8.12 |
| 964 | 2026-03-02T03:29:13.336Z | Downloaded scrypt v0.11.0 |
| 965 | 2026-03-02T03:29:13.336Z | Downloaded same-file v1.0.6 |
| 966 | 2026-03-02T03:29:13.336Z | Downloaded rsa v0.9.10 |
| 967 | 2026-03-02T03:29:13.336Z | Downloaded rand v0.9.2 |
| 968 | 2026-03-02T03:29:13.336Z | Downloaded progenitor-macro v0.13.0 |
| 969 | 2026-03-02T03:29:13.336Z | Downloaded progenitor-macro v0.10.0 |
| 970 | 2026-03-02T03:29:13.336Z | Downloaded progenitor-client v0.13.0 |
| 971 | 2026-03-02T03:29:13.336Z | Downloaded progenitor-client v0.11.2 |
| 972 | 2026-03-02T03:29:13.360Z | Downloaded progenitor v0.11.2 |
| 973 | 2026-03-02T03:29:13.360Z | Downloaded proc-macro-error2 v2.0.1 |
| 974 | 2026-03-02T03:29:13.360Z | Downloaded primeorder v0.13.6 |
| 975 | 2026-03-02T03:29:13.360Z | Downloaded predicates v3.1.4 |
| 976 | 2026-03-02T03:29:13.361Z | Downloaded postgres-types v0.2.12 |
| 977 | 2026-03-02T03:29:13.361Z | Downloaded postcard v1.1.3 |
| 978 | 2026-03-02T03:29:13.361Z | Downloaded oso v0.27.3 |
| 979 | 2026-03-02T03:29:13.361Z | Downloaded half v2.7.1 |
| 980 | 2026-03-02T03:29:13.386Z | Downloaded const_format v0.2.35 |
| 981 | 2026-03-02T03:29:13.386Z | Downloaded compact_str v0.8.1 |
| 982 | 2026-03-02T03:29:13.386Z | Downloaded cc v1.2.56 |
| 983 | 2026-03-02T03:29:13.386Z | Downloaded bytes v1.11.1 |
| 984 | 2026-03-02T03:29:13.386Z | Downloaded bumpalo v3.20.2 |
| 985 | 2026-03-02T03:29:13.386Z | Downloaded base64 v0.21.7 |
| 986 | 2026-03-02T03:29:13.411Z | Downloaded arc-swap v1.8.2 |
| 987 | 2026-03-02T03:29:13.411Z | Downloaded quick-error v1.2.3 |
| 988 | 2026-03-02T03:29:13.411Z | Downloaded predicates-core v1.0.10 |
| 989 | 2026-03-02T03:29:13.411Z | Downloaded ppv-lite86 v0.2.21 |
| 990 | 2026-03-02T03:29:13.411Z | Downloaded pkcs5 v0.7.1 |
| 991 | 2026-03-02T03:29:13.411Z | Downloaded pin-project-internal v1.1.11 |
| 992 | 2026-03-02T03:29:13.411Z | Downloaded phf v0.13.1 |
| 993 | 2026-03-02T03:29:13.411Z | Downloaded psl-types v2.0.11 |
| 994 | 2026-03-02T03:29:13.411Z | Downloaded proc-macro-crate v3.4.0 |
| 995 | 2026-03-02T03:29:13.411Z | Downloaded proc-macro-crate v1.3.1 |
| 996 | 2026-03-02T03:29:13.411Z | Downloaded poly1305 v0.8.0 |
| 997 | 2026-03-02T03:29:13.435Z | Downloaded pkcs1 v0.7.5 |
| 998 | 2026-03-02T03:29:13.436Z | Downloaded pin-utils v0.1.0 |
| 999 | 2026-03-02T03:29:13.436Z | Downloaded pin-project v1.1.11 |
| 1000 | 2026-03-02T03:29:13.436Z | Downloaded postgres-protocol v0.6.10 |
| 1001 | 2026-03-02T03:29:13.436Z | Downloaded pkg-config v0.3.32 |
| 1002 | 2026-03-02T03:29:13.436Z | Downloaded phf_shared v0.13.1 |
| 1003 | 2026-03-02T03:29:13.460Z | Downloaded phf_shared v0.12.1 |
| 1004 | 2026-03-02T03:29:13.460Z | Downloaded omicron-zone-package v0.12.2 |
| 1005 | 2026-03-02T03:29:13.460Z | Downloaded libsw v3.5.0 |
| 1006 | 2026-03-02T03:29:13.460Z | Downloaded httparse v1.10.1 |
| 1007 | 2026-03-02T03:29:13.460Z | Downloaded progenitor-macro v0.11.2 |
| 1008 | 2026-03-02T03:29:13.460Z | Downloaded pretty_assertions v1.4.1 |
| 1009 | 2026-03-02T03:29:13.460Z | Downloaded predicates-tree v1.0.13 |
| 1010 | 2026-03-02T03:29:13.460Z | Downloaded powerfmt v0.2.0 |
| 1011 | 2026-03-02T03:29:13.460Z | Downloaded phf v0.12.1 |
| 1012 | 2026-03-02T03:29:13.460Z | Downloaded pem-rfc7468 v0.7.0 |
| 1013 | 2026-03-02T03:29:13.460Z | Downloaded pem v3.0.6 |
| 1014 | 2026-03-02T03:29:13.460Z | Downloaded peg v0.8.5 |
| 1015 | 2026-03-02T03:29:13.484Z | Downloaded paste v1.0.15 |
| 1016 | 2026-03-02T03:29:13.484Z | Downloaded password-hash v0.5.0 |
| 1017 | 2026-03-02T03:29:13.484Z | Downloaded password-hash v0.4.2 |
| 1018 | 2026-03-02T03:29:13.484Z | Downloaded parse-display-derive v0.10.0 |
| 1019 | 2026-03-02T03:29:13.484Z | Downloaded parse-display v0.10.0 |
| 1020 | 2026-03-02T03:29:13.484Z | Downloaded parking_lot v0.12.5 |
| 1021 | 2026-03-02T03:29:13.484Z | Downloaded parking_lot v0.11.2 |
| 1022 | 2026-03-02T03:29:13.484Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1023 | 2026-03-02T03:29:13.484Z | Downloaded owo-colors v4.3.0 |
| 1024 | 2026-03-02T03:29:13.509Z | Downloaded nom v7.1.3 |
| 1025 | 2026-03-02T03:29:13.509Z | Downloaded nix v0.28.0 |
| 1026 | 2026-03-02T03:29:13.509Z | Downloaded moka v0.12.13 |
| 1027 | 2026-03-02T03:29:13.533Z | Downloaded libsw-core v0.3.2 |
| 1028 | 2026-03-02T03:29:13.533Z | Downloaded hickory-proto v0.24.4 |
| 1029 | 2026-03-02T03:29:13.559Z | Downloaded futures v0.3.32 |
| 1030 | 2026-03-02T03:29:13.559Z | Downloaded const-oid v0.9.6 |
| 1031 | 2026-03-02T03:29:13.559Z | Downloaded ciborium v0.2.2 |
| 1032 | 2026-03-02T03:29:13.559Z | Downloaded chacha20poly1305 v0.10.1 |
| 1033 | 2026-03-02T03:29:13.559Z | Downloaded blake2 v0.10.6 |
| 1034 | 2026-03-02T03:29:13.559Z | Downloaded ar_archive_writer v0.5.1 |
| 1035 | 2026-03-02T03:29:13.559Z | Downloaded allocator-api2 v0.2.21 |
| 1036 | 2026-03-02T03:29:13.584Z | Downloaded psm v0.1.30 |
| 1037 | 2026-03-02T03:29:13.584Z | Downloaded peg-runtime v0.8.5 |
| 1038 | 2026-03-02T03:29:13.584Z | Downloaded pbkdf2 v0.11.0 |
| 1039 | 2026-03-02T03:29:13.584Z | Downloaded path-slash v0.1.5 |
| 1040 | 2026-03-02T03:29:13.584Z | Downloaded parse-size v1.1.0 |
| 1041 | 2026-03-02T03:29:13.584Z | Downloaded parking_lot_core v0.9.12 |
| 1042 | 2026-03-02T03:29:13.584Z | Downloaded parking_lot_core v0.8.6 |
| 1043 | 2026-03-02T03:29:13.584Z | Downloaded packed_struct v0.10.1 |
| 1044 | 2026-03-02T03:29:13.584Z | Downloaded oso-derive v0.27.3 |
| 1045 | 2026-03-02T03:29:13.584Z | Downloaded num-bigint-dig v0.8.6 |
| 1046 | 2026-03-02T03:29:13.584Z | Downloaded ipnetwork v0.21.1 |
| 1047 | 2026-03-02T03:29:13.584Z | Downloaded crc-any v2.5.0 |
| 1048 | 2026-03-02T03:29:13.584Z | Downloaded cookie v0.18.1 |
| 1049 | 2026-03-02T03:29:13.609Z | Downloaded pbkdf2 v0.12.2 |
| 1050 | 2026-03-02T03:29:13.609Z | Downloaded oxnet v0.1.4 |
| 1051 | 2026-03-02T03:29:13.609Z | Downloaded opaque-debug v0.3.1 |
| 1052 | 2026-03-02T03:29:13.609Z | Downloaded multer v3.1.0 |
| 1053 | 2026-03-02T03:29:13.609Z | Downloaded diesel v2.2.12 |
| 1054 | 2026-03-02T03:29:13.633Z | Downloaded cookie_store v0.22.1 |
| 1055 | 2026-03-02T03:29:13.633Z | Downloaded console v0.16.2 |
| 1056 | 2026-03-02T03:29:13.633Z | Downloaded chacha20 v0.10.0 |
| 1057 | 2026-03-02T03:29:13.633Z | Downloaded cargo_toml v0.22.3 |
| 1058 | 2026-03-02T03:29:13.633Z | Downloaded bzip2 v0.6.1 |
| 1059 | 2026-03-02T03:29:13.633Z | Downloaded nibble_vec v0.1.0 |
| 1060 | 2026-03-02T03:29:13.633Z | Downloaded newtype_derive v0.1.6 |
| 1061 | 2026-03-02T03:29:13.633Z | Downloaded libscf-sys v1.1.0 |
| 1062 | 2026-03-02T03:29:13.633Z | Downloaded is_ci v1.2.0 |
| 1063 | 2026-03-02T03:29:13.659Z | Downloaded httpdate v1.0.3 |
| 1064 | 2026-03-02T03:29:13.659Z | Downloaded http-range v0.1.5 |
| 1065 | 2026-03-02T03:29:13.659Z | Downloaded hickory-proto v0.25.2 |
| 1066 | 2026-03-02T03:29:13.659Z | Downloaded dropshot v0.16.7 |
| 1067 | 2026-03-02T03:29:13.685Z | Downloaded clang-sys v1.8.1 |
| 1068 | 2026-03-02T03:29:13.709Z | Downloaded cancel-safe-futures v0.1.5 |
| 1069 | 2026-03-02T03:29:13.709Z | Downloaded buf-list v1.1.2 |
| 1070 | 2026-03-02T03:29:13.709Z | Downloaded polyval v0.6.2 |
| 1071 | 2026-03-02T03:29:13.709Z | Downloaded openssl-macros v0.1.1 |
| 1072 | 2026-03-02T03:29:13.709Z | Downloaded num_enum_derive v0.7.5 |
| 1073 | 2026-03-02T03:29:13.709Z | Downloaded num_enum v0.7.5 |
| 1074 | 2026-03-02T03:29:13.709Z | Downloaded num_enum v0.5.11 |
| 1075 | 2026-03-02T03:29:13.733Z | Downloaded num-derive v0.3.3 |
| 1076 | 2026-03-02T03:29:13.733Z | Downloaded num-bigint v0.4.6 |
| 1077 | 2026-03-02T03:29:13.733Z | Downloaded mio v1.1.1 |
| 1078 | 2026-03-02T03:29:13.733Z | Downloaded libm v0.2.16 |
| 1079 | 2026-03-02T03:29:13.758Z | Downloaded is-terminal v0.4.17 |
| 1080 | 2026-03-02T03:29:13.758Z | Downloaded highway v1.3.0 |
| 1081 | 2026-03-02T03:29:13.758Z | Downloaded hash32 v0.2.1 |
| 1082 | 2026-03-02T03:29:13.758Z | Downloaded crc32fast v1.5.0 |
| 1083 | 2026-03-02T03:29:13.758Z | Downloaded console v0.15.11 |
| 1084 | 2026-03-02T03:29:13.758Z | Downloaded colored v3.1.1 |
| 1085 | 2026-03-02T03:29:13.758Z | Downloaded cipher v0.4.4 |
| 1086 | 2026-03-02T03:29:13.758Z | Downloaded bzip2 v0.4.4 |
| 1087 | 2026-03-02T03:29:13.758Z | Downloaded bitflags v1.3.2 |
| 1088 | 2026-03-02T03:29:13.782Z | Downloaded pkcs8 v0.10.2 |
| 1089 | 2026-03-02T03:29:13.782Z | Downloaded peg-macros v0.8.5 |
| 1090 | 2026-03-02T03:29:13.782Z | Downloaded openssl-probe v0.2.1 |
| 1091 | 2026-03-02T03:29:13.782Z | Downloaded olpc-cjson v0.1.4 |
| 1092 | 2026-03-02T03:29:13.782Z | Downloaded num_threads v0.1.7 |
| 1093 | 2026-03-02T03:29:13.782Z | Downloaded num-rational v0.4.2 |
| 1094 | 2026-03-02T03:29:13.782Z | Downloaded num-integer v0.1.46 |
| 1095 | 2026-03-02T03:29:13.782Z | Downloaded miniz_oxide v0.8.9 |
| 1096 | 2026-03-02T03:29:13.782Z | Downloaded nonempty v0.12.0 |
| 1097 | 2026-03-02T03:29:13.783Z | Downloaded minimal-lexical v0.2.1 |
| 1098 | 2026-03-02T03:29:13.807Z | Downloaded itertools v0.14.0 |
| 1099 | 2026-03-02T03:29:13.807Z | Downloaded papergrid v0.17.0 |
| 1100 | 2026-03-02T03:29:13.807Z | Downloaded p256 v0.13.2 |
| 1101 | 2026-03-02T03:29:13.807Z | Downloaded num-conv v0.2.0 |
| 1102 | 2026-03-02T03:29:13.807Z | Downloaded num v0.4.3 |
| 1103 | 2026-03-02T03:29:13.807Z | Downloaded normalize-line-endings v0.3.0 |
| 1104 | 2026-03-02T03:29:13.807Z | Downloaded newtype-uuid v1.3.2 |
| 1105 | 2026-03-02T03:29:13.807Z | Downloaded native-tls v0.2.18 |
| 1106 | 2026-03-02T03:29:13.832Z | Downloaded lalrpop v0.19.12 |
| 1107 | 2026-03-02T03:29:13.832Z | Downloaded itertools v0.13.0 |
| 1108 | 2026-03-02T03:29:13.857Z | Downloaded new_debug_unreachable v1.0.6 |
| 1109 | 2026-03-02T03:29:13.857Z | Downloaded nanorand v0.7.0 |
| 1110 | 2026-03-02T03:29:13.857Z | Downloaded mime v0.3.17 |
| 1111 | 2026-03-02T03:29:13.857Z | Downloaded memmap2 v0.9.10 |
| 1112 | 2026-03-02T03:29:13.857Z | Downloaded md-5 v0.10.6 |
| 1113 | 2026-03-02T03:29:13.857Z | Downloaded itertools v0.10.5 |
| 1114 | 2026-03-02T03:29:13.857Z | Downloaded hyper v1.8.1 |
| 1115 | 2026-03-02T03:29:13.882Z | Downloaded git2 v0.20.4 |
| 1116 | 2026-03-02T03:29:13.883Z | Downloaded fs_extra v1.3.0 |
| 1117 | 2026-03-02T03:29:13.883Z | Downloaded constant_time_eq v0.4.2 |
| 1118 | 2026-03-02T03:29:13.883Z | Downloaded colored v2.2.0 |
| 1119 | 2026-03-02T03:29:13.883Z | Downloaded cbc v0.1.2 |
| 1120 | 2026-03-02T03:29:13.883Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1121 | 2026-03-02T03:29:13.883Z | Downloaded bit-vec v0.6.3 |
| 1122 | 2026-03-02T03:29:13.907Z | Downloaded base64ct v1.8.3 |
| 1123 | 2026-03-02T03:29:13.907Z | Downloaded backon v1.6.0 |
| 1124 | 2026-03-02T03:29:13.907Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1125 | 2026-03-02T03:29:13.908Z | Downloaded memoffset v0.9.1 |
| 1126 | 2026-03-02T03:29:13.908Z | Downloaded match_cfg v0.1.0 |
| 1127 | 2026-03-02T03:29:13.908Z | Downloaded maplit v1.0.2 |
| 1128 | 2026-03-02T03:29:13.908Z | Downloaded lru-slab v0.1.2 |
| 1129 | 2026-03-02T03:29:13.908Z | Downloaded lru-cache v0.1.2 |
| 1130 | 2026-03-02T03:29:13.908Z | Downloaded litrs v1.0.0 |
| 1131 | 2026-03-02T03:29:13.908Z | Downloaded linear-map v1.2.0 |
| 1132 | 2026-03-02T03:29:13.908Z | Downloaded libloading v0.8.9 |
| 1133 | 2026-03-02T03:29:13.908Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1134 | 2026-03-02T03:29:13.908Z | Downloaded lalrpop-util v0.19.12 |
| 1135 | 2026-03-02T03:29:13.937Z | Downloaded itertools v0.12.1 |
| 1136 | 2026-03-02T03:29:13.937Z | Downloaded iddqd v0.3.17 |
| 1137 | 2026-03-02T03:29:13.937Z | Downloaded hashbrown v0.15.5 |
| 1138 | 2026-03-02T03:29:13.937Z | Downloaded cargo_metadata v0.19.2 |
| 1139 | 2026-03-02T03:29:13.937Z | Downloaded blowfish v0.9.1 |
| 1140 | 2026-03-02T03:29:13.937Z | Downloaded bcs v0.1.6 |
| 1141 | 2026-03-02T03:29:13.962Z | Downloaded async-bb8-diesel v0.2.1 |
| 1142 | 2026-03-02T03:29:13.962Z | Downloaded num-iter v0.1.45 |
| 1143 | 2026-03-02T03:29:13.962Z | Downloaded num-complex v0.4.6 |
| 1144 | 2026-03-02T03:29:13.962Z | Downloaded multimap v0.10.1 |
| 1145 | 2026-03-02T03:29:13.962Z | Downloaded maybe-uninit v2.0.0 |
| 1146 | 2026-03-02T03:29:13.962Z | Downloaded lzss v0.8.2 |
| 1147 | 2026-03-02T03:29:13.962Z | Downloaded lock_api v0.4.14 |
| 1148 | 2026-03-02T03:29:13.962Z | Downloaded libefi-sys v0.1.0 |
| 1149 | 2026-03-02T03:29:13.962Z | Downloaded lazy_static v1.5.0 |
| 1150 | 2026-03-02T03:29:13.962Z | Downloaded kstat-rs v0.2.4 |
| 1151 | 2026-03-02T03:29:13.962Z | Downloaded keccak v0.1.6 |
| 1152 | 2026-03-02T03:29:13.962Z | Downloaded jobserver v0.1.34 |
| 1153 | 2026-03-02T03:29:13.962Z | Downloaded jiff-static v0.2.21 |
| 1154 | 2026-03-02T03:29:13.962Z | Downloaded h2 v0.4.13 |
| 1155 | 2026-03-02T03:29:13.986Z | Downloaded goblin v0.10.5 |
| 1156 | 2026-03-02T03:29:13.986Z | Downloaded futures-util v0.3.32 |
| 1157 | 2026-03-02T03:29:14.014Z | Downloaded const_format_proc_macros v0.2.34 |
| 1158 | 2026-03-02T03:29:14.014Z | Downloaded cmake v0.1.57 |
| 1159 | 2026-03-02T03:29:14.014Z | Downloaded chacha20 v0.9.1 |
| 1160 | 2026-03-02T03:29:14.014Z | Downloaded cassowary v0.3.0 |
| 1161 | 2026-03-02T03:29:14.014Z | Downloaded bitfield v0.19.4 |
| 1162 | 2026-03-02T03:29:14.014Z | Downloaded bit-vec v0.8.0 |
| 1163 | 2026-03-02T03:29:14.014Z | Downloaded linked-hash-map v0.5.6 |
| 1164 | 2026-03-02T03:29:14.014Z | Downloaded ingot v0.1.1 |
| 1165 | 2026-03-02T03:29:14.014Z | Downloaded hubpack v0.1.2 |
| 1166 | 2026-03-02T03:29:14.014Z | Downloaded hickory-resolver v0.24.4 |
| 1167 | 2026-03-02T03:29:14.039Z | Downloaded hash32 v0.3.1 |
| 1168 | 2026-03-02T03:29:14.039Z | Downloaded funty v2.0.0 |
| 1169 | 2026-03-02T03:29:14.039Z | Downloaded corncobs v0.1.4 |
| 1170 | 2026-03-02T03:29:14.039Z | Downloaded convert_case v0.10.0 |
| 1171 | 2026-03-02T03:29:14.040Z | Downloaded convert_case v0.4.0 |
| 1172 | 2026-03-02T03:29:14.040Z | Downloaded ciborium-io v0.2.2 |
| 1173 | 2026-03-02T03:29:14.040Z | Downloaded cexpr v0.6.0 |
| 1174 | 2026-03-02T03:29:14.040Z | Downloaded mime_guess v2.0.5 |
| 1175 | 2026-03-02T03:29:14.040Z | Downloaded ipnet v2.11.0 |
| 1176 | 2026-03-02T03:29:14.040Z | Downloaded internet-checksum v0.2.1 |
| 1177 | 2026-03-02T03:29:14.040Z | Downloaded ingot-types v0.1.2 |
| 1178 | 2026-03-02T03:29:14.040Z | Downloaded indoc v2.0.7 |
| 1179 | 2026-03-02T03:29:14.040Z | Downloaded indexmap v1.9.3 |
| 1180 | 2026-03-02T03:29:14.040Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1181 | 2026-03-02T03:29:14.040Z | Downloaded ignore v0.4.25 |
| 1182 | 2026-03-02T03:29:14.064Z | Downloaded hyper-util v0.1.20 |
| 1183 | 2026-03-02T03:29:14.064Z | Downloaded http v1.4.0 |
| 1184 | 2026-03-02T03:29:14.064Z | Downloaded crc-catalog v2.4.0 |
| 1185 | 2026-03-02T03:29:14.064Z | Downloaded cfg_aliases v0.2.1 |
| 1186 | 2026-03-02T03:29:14.064Z | Downloaded block-padding v0.3.3 |
| 1187 | 2026-03-02T03:29:14.064Z | Downloaded bitfield-struct v0.6.2 |
| 1188 | 2026-03-02T03:29:14.064Z | Downloaded base16ct v0.2.0 |
| 1189 | 2026-03-02T03:29:14.064Z | Downloaded inout v0.1.4 |
| 1190 | 2026-03-02T03:29:14.064Z | Downloaded hyper-staticfile v0.10.1 |
| 1191 | 2026-03-02T03:29:14.064Z | Downloaded flate2 v1.1.9 |
| 1192 | 2026-03-02T03:29:14.090Z | Downloaded expectorate v1.2.0 |
| 1193 | 2026-03-02T03:29:14.090Z | Downloaded base16ct v1.0.0 |
| 1194 | 2026-03-02T03:29:14.090Z | Downloaded backoff v0.4.0 |
| 1195 | 2026-03-02T03:29:14.090Z | Downloaded async-trait v0.1.89 |
| 1196 | 2026-03-02T03:29:14.090Z | Downloaded instant v0.1.13 |
| 1197 | 2026-03-02T03:29:14.090Z | Downloaded instability v0.3.11 |
| 1198 | 2026-03-02T03:29:14.090Z | Downloaded ingot-macros v0.1.1 |
| 1199 | 2026-03-02T03:29:14.090Z | Downloaded indoc v1.0.9 |
| 1200 | 2026-03-02T03:29:14.090Z | Downloaded indicatif v0.18.4 |
| 1201 | 2026-03-02T03:29:14.115Z | Downloaded indent_write v2.2.0 |
| 1202 | 2026-03-02T03:29:14.115Z | Downloaded ident_case v1.0.1 |
| 1203 | 2026-03-02T03:29:14.115Z | Downloaded iana-time-zone v0.1.65 |
| 1204 | 2026-03-02T03:29:14.115Z | Downloaded hyper-rustls v0.27.7 |
| 1205 | 2026-03-02T03:29:14.115Z | Downloaded http-body-util v0.1.3 |
| 1206 | 2026-03-02T03:29:14.115Z | Downloaded heapless v0.8.0 |
| 1207 | 2026-03-02T03:29:14.115Z | Downloaded dropshot-api-manager v0.4.0 |
| 1208 | 2026-03-02T03:29:14.115Z | Downloaded derive_more v2.1.1 |
| 1209 | 2026-03-02T03:29:14.139Z | Downloaded heapless v0.7.17 |
| 1210 | 2026-03-02T03:29:14.139Z | Downloaded headers v0.4.1 |
| 1211 | 2026-03-02T03:29:14.139Z | Downloaded half v1.8.3 |
| 1212 | 2026-03-02T03:29:14.139Z | Downloaded elliptic-curve v0.13.8 |
| 1213 | 2026-03-02T03:29:14.139Z | Downloaded darling_core v0.21.3 |
| 1214 | 2026-03-02T03:29:14.164Z | Downloaded darling_core v0.20.11 |
| 1215 | 2026-03-02T03:29:14.164Z | Downloaded hubpack_derive v0.1.1 |
| 1216 | 2026-03-02T03:29:14.164Z | Downloaded http-body v1.0.1 |
| 1217 | 2026-03-02T03:29:14.164Z | Downloaded hex-literal v0.4.1 |
| 1218 | 2026-03-02T03:29:14.164Z | Downloaded diesel_derives v2.2.7 |
| 1219 | 2026-03-02T03:29:14.164Z | Downloaded derive-where v1.6.0 |
| 1220 | 2026-03-02T03:29:14.164Z | Downloaded crc v3.4.0 |
| 1221 | 2026-03-02T03:29:14.164Z | Downloaded aws-lc-sys v0.37.1 |
| 1222 | 2026-03-02T03:29:14.579Z | Downloaded cfg_aliases v0.1.1 |
| 1223 | 2026-03-02T03:29:14.603Z | Downloaded hmac v0.12.1 |
| 1224 | 2026-03-02T03:29:14.603Z | Downloaded hickory-client v0.25.2 |
| 1225 | 2026-03-02T03:29:14.603Z | Downloaded ghash v0.5.1 |
| 1226 | 2026-03-02T03:29:14.603Z | Downloaded getrandom v0.2.17 |
| 1227 | 2026-03-02T03:29:14.603Z | Downloaded flume v0.11.1 |
| 1228 | 2026-03-02T03:29:14.628Z | Downloaded dropshot_endpoint v0.16.7 |
| 1229 | 2026-03-02T03:29:14.628Z | Downloaded derive_more v0.99.20 |
| 1230 | 2026-03-02T03:29:14.628Z | Downloaded globset v0.4.18 |
| 1231 | 2026-03-02T03:29:14.628Z | Downloaded git-stub-vcs v0.1.0 |
| 1232 | 2026-03-02T03:29:14.628Z | Downloaded git-stub v1.0.0 |
| 1233 | 2026-03-02T03:29:14.653Z | Downloaded futures-channel v0.3.32 |
| 1234 | 2026-03-02T03:29:14.653Z | Downloaded fs-err v2.11.0 |
| 1235 | 2026-03-02T03:29:14.653Z | Downloaded fixedbitset v0.5.7 |
| 1236 | 2026-03-02T03:29:14.653Z | Downloaded diff v0.1.13 |
| 1237 | 2026-03-02T03:29:14.653Z | Downloaded data-encoding v2.10.0 |
| 1238 | 2026-03-02T03:29:14.677Z | Downloaded darling v0.20.11 |
| 1239 | 2026-03-02T03:29:14.677Z | Downloaded headers-core v0.3.0 |
| 1240 | 2026-03-02T03:29:14.677Z | Downloaded group v0.13.0 |
| 1241 | 2026-03-02T03:29:14.678Z | Downloaded gethostname v0.5.0 |
| 1242 | 2026-03-02T03:29:14.678Z | Downloaded fxhash v0.2.1 |
| 1243 | 2026-03-02T03:29:14.678Z | Downloaded futures-core v0.3.32 |
| 1244 | 2026-03-02T03:29:14.702Z | Downloaded erased-serde v0.3.31 |
| 1245 | 2026-03-02T03:29:14.702Z | Downloaded ed25519-dalek v2.2.0 |
| 1246 | 2026-03-02T03:29:14.702Z | Downloaded diesel-dtrace v0.4.2 |
| 1247 | 2026-03-02T03:29:14.702Z | Downloaded derive_builder_macro v0.20.2 |
| 1248 | 2026-03-02T03:29:14.702Z | Downloaded derive_builder_core v0.20.2 |
| 1249 | 2026-03-02T03:29:14.702Z | Downloaded defmt-macros v1.0.1 |
| 1250 | 2026-03-02T03:29:14.726Z | Downloaded debug-ignore v1.0.5 |
| 1251 | 2026-03-02T03:29:14.726Z | Downloaded darling_core v0.23.0 |
| 1252 | 2026-03-02T03:29:14.726Z | Downloaded cobs v0.3.0 |
| 1253 | 2026-03-02T03:29:14.751Z | Downloaded castaway v0.2.4 |
| 1254 | 2026-03-02T03:29:14.751Z | Downloaded cargo-platform v0.1.9 |
| 1255 | 2026-03-02T03:29:14.751Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1256 | 2026-03-02T03:29:14.752Z | Downloaded futures-sink v0.3.32 |
| 1257 | 2026-03-02T03:29:14.752Z | Downloaded futures-macro v0.3.32 |
| 1258 | 2026-03-02T03:29:14.752Z | Downloaded futures-io v0.3.32 |
| 1259 | 2026-03-02T03:29:14.752Z | Downloaded fallible-iterator v0.2.0 |
| 1260 | 2026-03-02T03:29:14.752Z | Downloaded endian-type v0.1.2 |
| 1261 | 2026-03-02T03:29:14.752Z | Downloaded embedded-io v0.4.0 |
| 1262 | 2026-03-02T03:29:14.776Z | Downloaded ecdsa v0.16.9 |
| 1263 | 2026-03-02T03:29:14.776Z | Downloaded dtrace-parser v0.3.0 |
| 1264 | 2026-03-02T03:29:14.776Z | Downloaded dropshot-api-manager-types v0.4.0 |
| 1265 | 2026-03-02T03:29:14.776Z | Downloaded darling_macro v0.23.0 |
| 1266 | 2026-03-02T03:29:14.776Z | Downloaded foreign-types v0.3.2 |
| 1267 | 2026-03-02T03:29:14.776Z | Downloaded dunce v1.0.5 |
| 1268 | 2026-03-02T03:29:14.776Z | Downloaded display-error-chain v0.2.2 |
| 1269 | 2026-03-02T03:29:14.801Z | Downloaded der_derive v0.7.3 |
| 1270 | 2026-03-02T03:29:14.801Z | Downloaded defmt-parser v1.0.0 |
| 1271 | 2026-03-02T03:29:14.801Z | Downloaded bit-set v0.8.0 |
| 1272 | 2026-03-02T03:29:14.801Z | Downloaded bb8 v0.8.6 |
| 1273 | 2026-03-02T03:29:14.801Z | Downloaded arrayvec v0.7.6 |
| 1274 | 2026-03-02T03:29:14.801Z | Downloaded argon2 v0.5.3 |
| 1275 | 2026-03-02T03:29:14.801Z | Downloaded fd-lock v4.0.4 |
| 1276 | 2026-03-02T03:29:14.801Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1277 | 2026-03-02T03:29:14.801Z | Downloaded float-ord v0.3.2 |
| 1278 | 2026-03-02T03:29:14.826Z | Downloaded find-msvc-tools v0.1.9 |
| 1279 | 2026-03-02T03:29:14.826Z | Downloaded dyn-clone v1.0.20 |
| 1280 | 2026-03-02T03:29:14.826Z | Downloaded dof v0.4.0 |
| 1281 | 2026-03-02T03:29:14.826Z | Downloaded ff v0.13.1 |
| 1282 | 2026-03-02T03:29:14.826Z | Downloaded dirs-sys-next v0.1.2 |
| 1283 | 2026-03-02T03:29:14.826Z | Downloaded derive-ex v0.1.8 |
| 1284 | 2026-03-02T03:29:14.826Z | Downloaded deranged v0.5.8 |
| 1285 | 2026-03-02T03:29:14.826Z | Downloaded defmt v1.0.1 |
| 1286 | 2026-03-02T03:29:14.850Z | Downloaded darling_macro v0.21.3 |
| 1287 | 2026-03-02T03:29:14.850Z | Downloaded darling_macro v0.20.11 |
| 1288 | 2026-03-02T03:29:14.850Z | Downloaded darling v0.23.0 |
| 1289 | 2026-03-02T03:29:14.850Z | Downloaded foreign-types-shared v0.3.1 |
| 1290 | 2026-03-02T03:29:14.850Z | Downloaded foreign-types-macros v0.2.3 |
| 1291 | 2026-03-02T03:29:14.850Z | Downloaded flagset v0.4.7 |
| 1292 | 2026-03-02T03:29:14.850Z | Downloaded document-features v0.2.12 |
| 1293 | 2026-03-02T03:29:14.850Z | Downloaded difflib v0.4.0 |
| 1294 | 2026-03-02T03:29:14.850Z | Downloaded des v0.8.1 |
| 1295 | 2026-03-02T03:29:14.850Z | Downloaded defmt v0.3.100 |
| 1296 | 2026-03-02T03:29:14.850Z | Downloaded crc8 v0.1.1 |
| 1297 | 2026-03-02T03:29:14.850Z | Downloaded bitfield-macros v0.19.4 |
| 1298 | 2026-03-02T03:29:14.875Z | Downloaded arrayref v0.3.9 |
| 1299 | 2026-03-02T03:29:14.875Z | Downloaded array-init v0.0.4 |
| 1300 | 2026-03-02T03:29:14.875Z | Downloaded enum-as-inner v0.6.1 |
| 1301 | 2026-03-02T03:29:14.875Z | Downloaded ena v0.14.4 |
| 1302 | 2026-03-02T03:29:14.875Z | Downloaded either v1.15.0 |
| 1303 | 2026-03-02T03:29:14.875Z | Downloaded csv v1.4.0 |
| 1304 | 2026-03-02T03:29:14.900Z | Downloaded crossterm v0.28.1 |
| 1305 | 2026-03-02T03:29:14.900Z | Downloaded ciborium-ll v0.2.2 |
| 1306 | 2026-03-02T03:29:14.900Z | Downloaded bit-set v0.5.3 |
| 1307 | 2026-03-02T03:29:14.900Z | Downloaded async-stream v0.3.6 |
| 1308 | 2026-03-02T03:29:14.900Z | Downloaded adler2 v2.0.1 |
| 1309 | 2026-03-02T03:29:14.900Z | Downloaded getrandom v0.3.4 |
| 1310 | 2026-03-02T03:29:14.900Z | Downloaded futures-task v0.3.32 |
| 1311 | 2026-03-02T03:29:14.900Z | Downloaded futures-executor v0.3.32 |
| 1312 | 2026-03-02T03:29:14.900Z | Downloaded float-cmp v0.10.0 |
| 1313 | 2026-03-02T03:29:14.925Z | Downloaded cstr-argument v0.1.2 |
| 1314 | 2026-03-02T03:29:14.925Z | Downloaded crunchy v0.2.4 |
| 1315 | 2026-03-02T03:29:14.925Z | Downloaded crossterm v0.29.0 |
| 1316 | 2026-03-02T03:29:14.925Z | Downloaded crossbeam-epoch v0.9.18 |
| 1317 | 2026-03-02T03:29:14.925Z | Downloaded crossbeam-deque v0.8.6 |
| 1318 | 2026-03-02T03:29:14.925Z | Downloaded crossbeam-channel v0.5.15 |
| 1319 | 2026-03-02T03:29:14.925Z | Downloaded cpufeatures v0.3.0 |
| 1320 | 2026-03-02T03:29:14.925Z | Downloaded atomicwrites v0.4.4 |
| 1321 | 2026-03-02T03:29:14.925Z | Downloaded atomic-waker v1.1.2 |
| 1322 | 2026-03-02T03:29:14.925Z | Downloaded async-stream-impl v0.3.6 |
| 1323 | 2026-03-02T03:29:14.925Z | Downloaded async-recursion v1.1.1 |
| 1324 | 2026-03-02T03:29:14.950Z | Downloaded der v0.7.10 |
| 1325 | 2026-03-02T03:29:14.950Z | Downloaded csv-core v0.1.13 |
| 1326 | 2026-03-02T03:29:14.950Z | Downloaded crypto-bigint v0.5.5 |
| 1327 | 2026-03-02T03:29:14.950Z | Downloaded darling v0.21.3 |
| 1328 | 2026-03-02T03:29:14.950Z | Downloaded daft-derive v0.1.5 |
| 1329 | 2026-03-02T03:29:14.974Z | Downloaded daft v0.1.5 |
| 1330 | 2026-03-02T03:29:14.974Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1331 | 2026-03-02T03:29:14.974Z | Downloaded crossbeam-utils v0.8.21 |
| 1332 | 2026-03-02T03:29:14.974Z | Downloaded aead v0.5.2 |
| 1333 | 2026-03-02T03:29:14.974Z | Downloaded foldhash v0.2.0 |
| 1334 | 2026-03-02T03:29:14.974Z | Downloaded fixedbitset v0.4.2 |
| 1335 | 2026-03-02T03:29:14.974Z | Downloaded env_filter v1.0.0 |
| 1336 | 2026-03-02T03:29:14.974Z | Downloaded embedded-io v0.6.1 |
| 1337 | 2026-03-02T03:29:14.974Z | Downloaded ed25519 v2.2.3 |
| 1338 | 2026-03-02T03:29:14.974Z | Downloaded dsl_auto_type v0.1.3 |
| 1339 | 2026-03-02T03:29:14.974Z | Downloaded drift v0.1.3 |
| 1340 | 2026-03-02T03:29:14.974Z | Downloaded dirs-next v2.0.0 |
| 1341 | 2026-03-02T03:29:14.974Z | Downloaded derive_builder v0.20.2 |
| 1342 | 2026-03-02T03:29:14.999Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1343 | 2026-03-02T03:29:14.999Z | Downloaded ctr v0.9.2 |
| 1344 | 2026-03-02T03:29:14.999Z | Downloaded atty v0.2.14 |
| 1345 | 2026-03-02T03:29:14.999Z | Downloaded assert_matches v1.5.0 |
| 1346 | 2026-03-02T03:29:14.999Z | Downloaded ascii-canvas v3.0.0 |
| 1347 | 2026-03-02T03:29:15.206Z | Compiling libc v0.2.180 |
| 1348 | 2026-03-02T03:29:15.206Z | Compiling serde v1.0.228 |
| 1349 | 2026-03-02T03:29:15.230Z | Compiling log v0.4.29 |
| 1350 | 2026-03-02T03:29:15.230Z | Compiling shlex v1.3.0 |
| 1351 | 2026-03-02T03:29:15.230Z | Compiling find-msvc-tools v0.1.9 |
| 1352 | 2026-03-02T03:29:15.255Z | Compiling smallvec v1.15.1 |
| 1353 | 2026-03-02T03:29:15.297Z | Compiling syn v2.0.117 |
| 1354 | 2026-03-02T03:29:15.347Z | Compiling typenum v1.19.0 |
| 1355 | 2026-03-02T03:29:15.707Z | Compiling generic-array v0.14.7 |
| 1356 | 2026-03-02T03:29:15.732Z | Compiling subtle v2.6.1 |
| 1357 | 2026-03-02T03:29:15.787Z | Compiling scopeguard v1.2.0 |
| 1358 | 2026-03-02T03:29:15.830Z | Compiling portable-atomic v1.13.1 |
| 1359 | 2026-03-02T03:29:15.912Z | Compiling const-oid v0.9.6 |
| 1360 | 2026-03-02T03:29:15.971Z | Compiling lock_api v0.4.14 |
| 1361 | 2026-03-02T03:29:16.102Z | Compiling critical-section v1.2.0 |
| 1362 | 2026-03-02T03:29:16.150Z | Compiling zerocopy v0.8.40 |
| 1363 | 2026-03-02T03:29:16.282Z | Compiling pin-project-lite v0.2.17 |
| 1364 | 2026-03-02T03:29:16.436Z | Compiling serde_json v1.0.149 |
| 1365 | 2026-03-02T03:29:16.462Z | Compiling parking_lot_core v0.9.12 |
| 1366 | 2026-03-02T03:29:16.977Z | Compiling pkg-config v0.3.32 |
| 1367 | 2026-03-02T03:29:17.030Z | Compiling libm v0.2.16 |
| 1368 | 2026-03-02T03:29:17.282Z | Compiling getrandom v0.2.17 |
| 1369 | 2026-03-02T03:29:17.398Z | Compiling jobserver v0.1.34 |
| 1370 | 2026-03-02T03:29:17.653Z | Compiling rand_core v0.6.4 |
| 1371 | 2026-03-02T03:29:17.702Z | Compiling errno v0.3.14 |
| 1372 | 2026-03-02T03:29:18.001Z | Compiling cc v1.2.56 |
| 1373 | 2026-03-02T03:29:18.100Z | Compiling once_cell v1.21.3 |
| 1374 | 2026-03-02T03:29:18.245Z | Compiling signal-hook-registry v1.4.8 |
| 1375 | 2026-03-02T03:29:18.278Z | Compiling parking_lot v0.12.5 |
| 1376 | 2026-03-02T03:29:18.304Z | Compiling mio v1.1.1 |
| 1377 | 2026-03-02T03:29:18.415Z | Compiling num-traits v0.2.19 |
| 1378 | 2026-03-02T03:29:18.530Z | Compiling bitflags v2.11.0 |
| 1379 | 2026-03-02T03:29:18.774Z | Compiling futures-core v0.3.32 |
| 1380 | 2026-03-02T03:29:19.053Z | Compiling socket2 v0.6.2 |
| 1381 | 2026-03-02T03:29:19.078Z | Compiling percent-encoding v2.3.2 |
| 1382 | 2026-03-02T03:29:19.148Z | Compiling allocator-api2 v0.2.21 |
| 1383 | 2026-03-02T03:29:19.500Z | Compiling cpufeatures v0.2.17 |
| 1384 | 2026-03-02T03:29:19.561Z | Compiling foldhash v0.2.0 |
| 1385 | 2026-03-02T03:29:19.586Z | Compiling futures-sink v0.3.32 |
| 1386 | 2026-03-02T03:29:19.632Z | Compiling getrandom v0.4.1 |
| 1387 | 2026-03-02T03:29:19.776Z | Compiling futures-channel v0.3.32 |
| 1388 | 2026-03-02T03:29:19.952Z | Compiling hashbrown v0.16.1 |
| 1389 | 2026-03-02T03:29:19.976Z | Compiling futures-io v0.3.32 |
| 1390 | 2026-03-02T03:29:20.003Z | Compiling futures-task v0.3.32 |
| 1391 | 2026-03-02T03:29:20.215Z | Compiling slab v0.4.12 |
| 1392 | 2026-03-02T03:29:20.264Z | Compiling getrandom v0.3.4 |
| 1393 | 2026-03-02T03:29:20.319Z | Compiling rand_core v0.10.0 |
| 1394 | 2026-03-02T03:29:20.350Z | Compiling rustversion v1.0.22 |
| 1395 | 2026-03-02T03:29:20.532Z | Compiling cmake v0.1.57 |
| 1396 | 2026-03-02T03:29:20.998Z | Compiling form_urlencoded v1.2.2 |
| 1397 | 2026-03-02T03:29:21.217Z | Compiling indexmap v2.13.0 |
| 1398 | 2026-03-02T03:29:21.337Z | Compiling base64ct v1.8.3 |
| 1399 | 2026-03-02T03:29:21.566Z | Compiling ident_case v1.0.1 |
| 1400 | 2026-03-02T03:29:21.779Z | Compiling dunce v1.0.5 |
| 1401 | 2026-03-02T03:29:21.848Z | Compiling fs_extra v1.3.0 |
| 1402 | 2026-03-02T03:29:21.905Z | Compiling pem-rfc7468 v0.7.0 |
| 1403 | 2026-03-02T03:29:21.942Z | Compiling flagset v0.4.7 |
| 1404 | 2026-03-02T03:29:22.045Z | Compiling rand_core v0.9.5 |
| 1405 | 2026-03-02T03:29:22.167Z | Compiling rustix v1.1.3 |
| 1406 | 2026-03-02T03:29:22.378Z | Compiling aws-lc-sys v0.37.1 |
| 1407 | 2026-03-02T03:29:22.416Z | Compiling iana-time-zone v0.1.65 |
| 1408 | 2026-03-02T03:29:22.484Z | Compiling synstructure v0.13.2 |
| 1409 | 2026-03-02T03:29:22.552Z | Compiling ring v0.17.14 |
| 1410 | 2026-03-02T03:29:22.588Z | Compiling uuid v1.21.0 |
| 1411 | 2026-03-02T03:29:22.615Z | Compiling rustc_version v0.4.1 |
| 1412 | 2026-03-02T03:29:22.799Z | Compiling aws-lc-rs v1.16.0 |
| 1413 | 2026-03-02T03:29:23.129Z | Compiling regex-syntax v0.8.10 |
| 1414 | 2026-03-02T03:29:23.238Z | Compiling vcpkg v0.2.15 |
| 1415 | 2026-03-02T03:29:23.717Z | Compiling tracing-core v0.1.36 |
| 1416 | 2026-03-02T03:29:23.860Z | Compiling crossbeam-utils v0.8.21 |
| 1417 | 2026-03-02T03:29:24.382Z | Compiling pest_generator v2.8.6 |
| 1418 | 2026-03-02T03:29:24.792Z | Compiling openssl-sys v0.9.111 |
| 1419 | 2026-03-02T03:29:24.849Z | Compiling serde_derive_internals v0.29.1 |
| 1420 | 2026-03-02T03:29:25.864Z | Compiling base64 v0.22.1 |
| 1421 | 2026-03-02T03:29:25.888Z | Compiling schemars v0.8.22 |
| 1422 | 2026-03-02T03:29:25.940Z | Compiling untrusted v0.9.0 |
| 1423 | 2026-03-02T03:29:26.145Z | Compiling untrusted v0.7.1 |
| 1424 | 2026-03-02T03:29:26.212Z | Compiling openssl-probe v0.2.1 |
| 1425 | 2026-03-02T03:29:26.343Z | Compiling syn v1.0.109 |
| 1426 | 2026-03-02T03:29:26.485Z | Compiling httparse v1.10.1 |
| 1427 | 2026-03-02T03:29:26.765Z | Compiling serde_derive v1.0.228 |
| 1428 | 2026-03-02T03:29:26.881Z | Compiling zeroize_derive v1.4.3 |
| 1429 | 2026-03-02T03:29:26.905Z | Compiling zerofrom-derive v0.1.6 |
| 1430 | 2026-03-02T03:29:27.071Z | Compiling yoke-derive v0.8.1 |
| 1431 | 2026-03-02T03:29:27.520Z | Compiling zerocopy-derive v0.8.40 |
| 1432 | 2026-03-02T03:29:28.050Z | Compiling zeroize v1.8.2 |
| 1433 | 2026-03-02T03:29:28.310Z | Compiling zerovec-derive v0.11.2 |
| 1434 | 2026-03-02T03:29:28.803Z | Compiling displaydoc v0.2.5 |
| 1435 | 2026-03-02T03:29:29.459Z | Compiling tokio-macros v2.6.0 |
| 1436 | 2026-03-02T03:29:29.825Z | Compiling crypto-common v0.1.7 |
| 1437 | 2026-03-02T03:29:29.892Z | Compiling zerofrom v0.1.6 |
| 1438 | 2026-03-02T03:29:30.081Z | Compiling block-buffer v0.10.4 |
| 1439 | 2026-03-02T03:29:30.123Z | Compiling yoke v0.8.1 |
| 1440 | 2026-03-02T03:29:30.246Z | Compiling futures-macro v0.3.32 |
| 1441 | 2026-03-02T03:29:30.400Z | Compiling digest v0.10.7 |
| 1442 | 2026-03-02T03:29:30.475Z | Compiling zerotrie v0.2.3 |
| 1443 | 2026-03-02T03:29:30.643Z | Compiling zerovec v0.11.5 |
| 1444 | 2026-03-02T03:29:30.840Z | Compiling hmac v0.12.1 |
| 1445 | 2026-03-02T03:29:30.906Z | Compiling block-padding v0.3.3 |
| 1446 | 2026-03-02T03:29:31.057Z | Compiling sha2 v0.10.9 |
| 1447 | 2026-03-02T03:29:31.130Z | Compiling inout v0.1.4 |
| 1448 | 2026-03-02T03:29:31.183Z | Compiling der_derive v0.7.3 |
| 1449 | 2026-03-02T03:29:31.436Z | Compiling cipher v0.4.4 |
| 1450 | 2026-03-02T03:29:31.662Z | Compiling tinystr v0.8.2 |
| 1451 | 2026-03-02T03:29:31.788Z | Compiling potential_utf v0.1.4 |
| 1452 | 2026-03-02T03:29:31.949Z | Compiling futures-util v0.3.32 |
| 1453 | 2026-03-02T03:29:32.054Z | Compiling icu_locale_core v2.1.1 |
| 1454 | 2026-03-02T03:29:32.084Z | Compiling icu_collections v2.1.1 |
| 1455 | 2026-03-02T03:29:33.089Z | Compiling der v0.7.10 |
| 1456 | 2026-03-02T03:29:33.114Z | Compiling salsa20 v0.10.2 |
| 1457 | 2026-03-02T03:29:33.361Z | Compiling pbkdf2 v0.12.2 |
| 1458 | 2026-03-02T03:29:33.553Z | Compiling icu_provider v2.1.1 |
| 1459 | 2026-03-02T03:29:33.825Z | Compiling thiserror-impl v2.0.18 |
| 1460 | 2026-03-02T03:29:33.973Z | Compiling bytes v1.11.1 |
| 1461 | 2026-03-02T03:29:34.075Z | Compiling icu_normalizer v2.1.1 |
| 1462 | 2026-03-02T03:29:34.137Z | Compiling icu_properties v2.1.2 |
| 1463 | 2026-03-02T03:29:35.311Z | Compiling tokio v1.49.0 |
| 1464 | 2026-03-02T03:29:35.384Z | Compiling http v1.4.0 |
| 1465 | 2026-03-02T03:29:35.815Z | Compiling spki v0.7.3 |
| 1466 | 2026-03-02T03:29:36.157Z | Compiling chrono v0.4.44 |
| 1467 | 2026-03-02T03:29:36.625Z | Compiling idna_adapter v1.2.1 |
| 1468 | 2026-03-02T03:29:36.733Z | Compiling thiserror v2.0.18 |
| 1469 | 2026-03-02T03:29:36.856Z | Compiling idna v1.1.0 |
| 1470 | 2026-03-02T03:29:36.914Z | Compiling scrypt v0.11.0 |
| 1471 | 2026-03-02T03:29:37.051Z | Compiling cbc v0.1.2 |
| 1472 | 2026-03-02T03:29:37.309Z | Compiling aes v0.8.4 |
| 1473 | 2026-03-02T03:29:37.379Z | Compiling rustls-pki-types v1.14.0 |
| 1474 | 2026-03-02T03:29:37.403Z | Compiling tracing-attributes v0.1.31 |
| 1475 | 2026-03-02T03:29:38.061Z | Compiling ppv-lite86 v0.2.21 |
| 1476 | 2026-03-02T03:29:38.265Z | Compiling url v2.5.8 |
| 1477 | 2026-03-02T03:29:38.303Z | Compiling pkcs5 v0.7.1 |
| 1478 | 2026-03-02T03:29:38.759Z | Compiling rand_chacha v0.9.0 |
| 1479 | 2026-03-02T03:29:39.258Z | Compiling rand v0.9.2 |
| 1480 | 2026-03-02T03:29:39.284Z | Compiling http-body v1.0.1 |
| 1481 | 2026-03-02T03:29:39.565Z | Compiling pkcs8 v0.10.2 |
| 1482 | 2026-03-02T03:29:40.098Z | Compiling schemars_derive v0.8.22 |
| 1483 | 2026-03-02T03:29:40.148Z | Compiling scroll_derive v0.13.1 |
| 1484 | 2026-03-02T03:29:40.179Z | Compiling pest_derive v2.8.6 |
| 1485 | 2026-03-02T03:29:40.203Z | Compiling tracing v0.1.44 |
| 1486 | 2026-03-02T03:29:40.676Z | Compiling darling_core v0.20.11 |
| 1487 | 2026-03-02T03:29:40.861Z | Compiling rustls v0.23.37 |
| 1488 | 2026-03-02T03:29:40.886Z | Compiling atomic-waker v1.1.2 |
| 1489 | 2026-03-02T03:29:41.093Z | Compiling tower-layer v0.3.3 |
| 1490 | 2026-03-02T03:29:41.130Z | Compiling try-lock v0.2.5 |
| 1491 | 2026-03-02T03:29:41.303Z | Compiling dyn-clone v1.0.20 |
| 1492 | 2026-03-02T03:29:41.384Z | Compiling tinyvec_macros v0.1.1 |
| 1493 | 2026-03-02T03:29:41.500Z | Compiling tower-service v0.3.3 |
| 1494 | 2026-03-02T03:29:41.547Z | Compiling tinyvec v1.10.0 |
| 1495 | 2026-03-02T03:29:41.649Z | Compiling want v0.3.1 |
| 1496 | 2026-03-02T03:29:41.714Z | Compiling scroll v0.13.0 |
| 1497 | 2026-03-02T03:29:42.272Z | Compiling ipnet v2.11.0 |
| 1498 | 2026-03-02T03:29:42.831Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1499 | 2026-03-02T03:29:43.340Z | Compiling spin v0.9.8 |
| 1500 | 2026-03-02T03:29:43.384Z | Compiling tokio-util v0.7.18 |
| 1501 | 2026-03-02T03:29:43.515Z | Compiling aho-corasick v1.1.4 |
| 1502 | 2026-03-02T03:29:43.719Z | Compiling time-core v0.1.8 |
| 1503 | 2026-03-02T03:29:43.998Z | Compiling openssl v0.10.75 |
| 1504 | 2026-03-02T03:29:44.524Z | Compiling httpdate v1.0.3 |
| 1505 | 2026-03-02T03:29:44.975Z | Compiling h2 v0.4.13 |
| 1506 | 2026-03-02T03:29:45.575Z | Compiling num-conv v0.2.0 |
| 1507 | 2026-03-02T03:29:45.620Z | Compiling pin-utils v0.1.0 |
| 1508 | 2026-03-02T03:29:45.755Z | Compiling powerfmt v0.2.0 |
| 1509 | 2026-03-02T03:29:45.874Z | Compiling crc32fast v1.5.0 |
| 1510 | 2026-03-02T03:29:45.899Z | Compiling darling_macro v0.20.11 |
| 1511 | 2026-03-02T03:29:46.166Z | Compiling foreign-types-shared v0.1.1 |
| 1512 | 2026-03-02T03:29:46.329Z | Compiling foreign-types v0.3.2 |
| 1513 | 2026-03-02T03:29:46.462Z | Compiling tempfile v3.25.0 |
| 1514 | 2026-03-02T03:29:46.488Z | Compiling deranged v0.5.8 |
| 1515 | 2026-03-02T03:29:46.804Z | Compiling darling v0.20.11 |
| 1516 | 2026-03-02T03:29:46.924Z | Compiling time-macros v0.2.27 |
| 1517 | 2026-03-02T03:29:47.245Z | Compiling regex-automata v0.4.14 |
| 1518 | 2026-03-02T03:29:47.784Z | Compiling goblin v0.10.5 |
| 1519 | 2026-03-02T03:29:48.804Z | Compiling openssl-macros v0.1.1 |
| 1520 | 2026-03-02T03:29:49.202Z | Compiling thiserror-impl v1.0.69 |
| 1521 | 2026-03-02T03:29:50.753Z | Compiling wait-timeout v0.2.1 |
| 1522 | 2026-03-02T03:29:51.240Z | Compiling hyper v1.8.1 |
| 1523 | 2026-03-02T03:29:51.342Z | Compiling siphasher v1.0.2 |
| 1524 | 2026-03-02T03:29:51.698Z | Compiling num_threads v0.1.7 |
| 1525 | 2026-03-02T03:29:51.750Z | Compiling usdt-impl v0.6.0 |
| 1526 | 2026-03-02T03:29:51.876Z | Compiling simd-adler32 v0.3.8 |
| 1527 | 2026-03-02T03:29:52.089Z | Compiling either v1.15.0 |
| 1528 | 2026-03-02T03:29:52.387Z | Compiling quick-error v1.2.3 |
| 1529 | 2026-03-02T03:29:52.506Z | Compiling native-tls v0.2.18 |
| 1530 | 2026-03-02T03:29:52.559Z | Compiling bit-vec v0.8.0 |
| 1531 | 2026-03-02T03:29:52.876Z | Compiling rusty-fork v0.3.1 |
| 1532 | 2026-03-02T03:29:53.006Z | Compiling bit-set v0.8.0 |
| 1533 | 2026-03-02T03:29:53.322Z | Compiling time v0.3.47 |
| 1534 | 2026-03-02T03:29:53.353Z | Compiling thiserror v1.0.69 |
| 1535 | 2026-03-02T03:29:53.516Z | Compiling hyper-util v0.1.20 |
| 1536 | 2026-03-02T03:29:54.579Z | Compiling dof v0.4.0 |
| 1537 | 2026-03-02T03:29:56.424Z | Compiling derive_builder_core v0.20.2 |
| 1538 | 2026-03-02T03:29:57.058Z | Compiling unicode-normalization v0.1.25 |
| 1539 | 2026-03-02T03:29:57.102Z | Compiling dtrace-parser v0.3.0 |
| 1540 | 2026-03-02T03:29:57.343Z | Compiling rustls-native-certs v0.8.3 |
| 1541 | 2026-03-02T03:29:57.597Z | Compiling signature v2.2.0 |
| 1542 | 2026-03-02T03:29:57.898Z | Compiling crossbeam-epoch v0.9.18 |
| 1543 | 2026-03-02T03:29:57.967Z | Compiling scroll_derive v0.12.1 |
| 1544 | 2026-03-02T03:29:58.069Z | Compiling heapless v0.7.17 |
| 1545 | 2026-03-02T03:29:58.301Z | Compiling darling_core v0.21.3 |
| 1546 | 2026-03-02T03:29:58.489Z | Compiling slog v2.8.2 |
| 1547 | 2026-03-02T03:29:58.541Z | Compiling rand_xorshift v0.4.0 |
| 1548 | 2026-03-02T03:29:58.777Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1549 | 2026-03-02T03:29:58.804Z | Compiling sync_wrapper v1.0.2 |
| 1550 | 2026-03-02T03:29:58.832Z | Compiling thread-id v5.1.0 |
| 1551 | 2026-03-02T03:29:58.974Z | Compiling cookie v0.18.1 |
| 1552 | 2026-03-02T03:29:59.001Z | Compiling zstd-safe v7.2.4 |
| 1553 | 2026-03-02T03:29:59.291Z | Compiling unicode-properties v0.1.4 |
| 1554 | 2026-03-02T03:29:59.291Z | Compiling paste v1.0.15 |
| 1555 | 2026-03-02T03:29:59.319Z | Compiling signal-hook v0.3.18 |
| 1556 | 2026-03-02T03:29:59.377Z | Compiling rayon-core v1.13.0 |
| 1557 | 2026-03-02T03:29:59.401Z | Compiling unicode-segmentation v1.12.0 |
| 1558 | 2026-03-02T03:29:59.639Z | Compiling unicode-bidi v0.3.18 |
| 1559 | 2026-03-02T03:29:59.682Z | Compiling unarray v0.1.4 |
| 1560 | 2026-03-02T03:29:59.715Z | Compiling adler2 v2.0.1 |
| 1561 | 2026-03-02T03:29:59.782Z | Compiling anyhow v1.0.102 |
| 1562 | 2026-03-02T03:29:59.870Z | Compiling proptest v1.10.0 |
| 1563 | 2026-03-02T03:29:59.947Z | Compiling miniz_oxide v0.8.9 |
| 1564 | 2026-03-02T03:30:00.303Z | Compiling stringprep v0.1.5 |
| 1565 | 2026-03-02T03:30:00.508Z | Compiling scroll v0.12.0 |
| 1566 | 2026-03-02T03:30:00.930Z | Compiling tower v0.5.3 |
| 1567 | 2026-03-02T03:30:01.354Z | Compiling crossbeam-deque v0.8.6 |
| 1568 | 2026-03-02T03:30:01.685Z | Compiling derive_builder_macro v0.20.2 |
| 1569 | 2026-03-02T03:30:01.850Z | Compiling ipnetwork v0.21.1 |
| 1570 | 2026-03-02T03:30:01.874Z | Compiling http-body-util v0.1.3 |
| 1571 | 2026-03-02T03:30:02.129Z | Compiling rand_chacha v0.3.1 |
| 1572 | 2026-03-02T03:30:02.325Z | Compiling webpki-roots v1.0.6 |
| 1573 | 2026-03-02T03:30:02.356Z | Compiling erased-serde v0.3.31 |
| 1574 | 2026-03-02T03:30:02.439Z | Compiling serde_tokenstream v0.2.3 |
| 1575 | 2026-03-02T03:30:02.556Z | Compiling toml_datetime v0.6.11 |
| 1576 | 2026-03-02T03:30:02.647Z | Compiling serde_spanned v0.6.9 |
| 1577 | 2026-03-02T03:30:02.887Z | Compiling md-5 v0.10.6 |
| 1578 | 2026-03-02T03:30:03.020Z | Compiling zerocopy-derive v0.7.35 |
| 1579 | 2026-03-02T03:30:03.075Z | Compiling curve25519-dalek v4.1.3 |
| 1580 | 2026-03-02T03:30:03.167Z | Compiling num-integer v0.1.46 |
| 1581 | 2026-03-02T03:30:03.613Z | Compiling vergen-lib v0.1.6 |
| 1582 | 2026-03-02T03:30:03.680Z | Compiling hash32 v0.2.1 |
| 1583 | 2026-03-02T03:30:03.807Z | Compiling ff v0.13.1 |
| 1584 | 2026-03-02T03:30:03.832Z | Compiling ref-cast v1.0.25 |
| 1585 | 2026-03-02T03:30:03.936Z | Compiling zlib-rs v0.6.2 |
| 1586 | 2026-03-02T03:30:04.030Z | Compiling iri-string v0.7.10 |
| 1587 | 2026-03-02T03:30:04.056Z | Compiling fallible-iterator v0.2.0 |
| 1588 | 2026-03-02T03:30:04.081Z | Compiling darling_macro v0.21.3 |
| 1589 | 2026-03-02T03:30:04.422Z | Compiling litrs v1.0.0 |
| 1590 | 2026-03-02T03:30:04.728Z | Compiling psl-types v2.0.11 |
| 1591 | 2026-03-02T03:30:04.752Z | Compiling smoltcp v0.9.1 |
| 1592 | 2026-03-02T03:30:04.910Z | Compiling num-bigint-dig v0.8.6 |
| 1593 | 2026-03-02T03:30:04.935Z | Compiling base16ct v0.2.0 |
| 1594 | 2026-03-02T03:30:05.221Z | Compiling rustix v0.38.44 |
| 1595 | 2026-03-02T03:30:05.274Z | Compiling ryu v1.0.23 |
| 1596 | 2026-03-02T03:30:05.380Z | Compiling newtype-uuid v1.3.2 |
| 1597 | 2026-03-02T03:30:05.447Z | Compiling document-features v0.2.12 |
| 1598 | 2026-03-02T03:30:05.603Z | Compiling serde_urlencoded v0.7.1 |
| 1599 | 2026-03-02T03:30:05.966Z | Compiling sec1 v0.7.3 |
| 1600 | 2026-03-02T03:30:06.001Z | Compiling darling v0.21.3 |
| 1601 | 2026-03-02T03:30:06.055Z | Compiling publicsuffix v2.3.0 |
| 1602 | 2026-03-02T03:30:06.135Z | Compiling zerocopy v0.7.35 |
| 1603 | 2026-03-02T03:30:06.332Z | Compiling postgres-protocol v0.6.10 |
| 1604 | 2026-03-02T03:30:06.522Z | Compiling group v0.13.0 |
| 1605 | 2026-03-02T03:30:06.825Z | Compiling tower-http v0.6.8 |
| 1606 | 2026-03-02T03:30:07.405Z | Compiling num-iter v0.1.45 |
| 1607 | 2026-03-02T03:30:07.469Z | Compiling rand v0.8.5 |
| 1608 | 2026-03-02T03:30:07.503Z | Compiling derive_builder v0.20.2 |
| 1609 | 2026-03-02T03:30:07.650Z | Compiling oxnet v0.1.4 |
| 1610 | 2026-03-02T03:30:07.721Z | Compiling proc-macro-error v1.0.4 |
| 1611 | 2026-03-02T03:30:08.227Z | Compiling tokio-native-tls v0.3.1 |
| 1612 | 2026-03-02T03:30:08.322Z | Compiling goblin v0.8.2 |
| 1613 | 2026-03-02T03:30:09.258Z | Compiling heck v0.4.1 |
| 1614 | 2026-03-02T03:30:09.730Z | Compiling regex v1.12.3 |
| 1615 | 2026-03-02T03:30:09.765Z | Compiling phf_shared v0.13.1 |
| 1616 | 2026-03-02T03:30:09.928Z | Compiling flate2 v1.1.9 |
| 1617 | 2026-03-02T03:30:10.186Z | Compiling hubpack_derive v0.1.1 |
| 1618 | 2026-03-02T03:30:10.266Z | Compiling lazy_static v1.5.0 |
| 1619 | 2026-03-02T03:30:10.417Z | Compiling cargo-platform v0.1.9 |
| 1620 | 2026-03-02T03:30:10.606Z | Compiling hkdf v0.12.4 |
| 1621 | 2026-03-02T03:30:10.633Z | Compiling crypto-bigint v0.5.5 |
| 1622 | 2026-03-02T03:30:10.788Z | Compiling ref-cast-impl v1.0.25 |
| 1623 | 2026-03-02T03:30:10.878Z | Compiling strum_macros v0.27.2 |
| 1624 | 2026-03-02T03:30:10.903Z | Compiling async-trait v0.1.89 |
| 1625 | 2026-03-02T03:30:10.937Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1626 | 2026-03-02T03:30:11.732Z | Compiling daft-derive v0.1.5 |
| 1627 | 2026-03-02T03:30:12.079Z | Compiling terminal_size v0.4.3 |
| 1628 | 2026-03-02T03:30:12.293Z | Compiling vergen v9.0.6 |
| 1629 | 2026-03-02T03:30:12.590Z | Compiling fs-err v3.3.0 |
| 1630 | 2026-03-02T03:30:12.947Z | Compiling ahash v0.8.12 |
| 1631 | 2026-03-02T03:30:13.011Z | Compiling managed v0.8.0 |
| 1632 | 2026-03-02T03:30:13.137Z | Compiling foldhash v0.1.5 |
| 1633 | 2026-03-02T03:30:13.292Z | Compiling winnow v0.5.40 |
| 1634 | 2026-03-02T03:30:13.432Z | Compiling bitflags v1.3.2 |
| 1635 | 2026-03-02T03:30:13.457Z | Compiling bumpalo v3.20.2 |
| 1636 | 2026-03-02T03:30:13.552Z | Compiling object v0.37.3 |
| 1637 | 2026-03-02T03:30:13.937Z | Compiling libbz2-rs-sys v0.2.2 |
| 1638 | 2026-03-02T03:30:14.086Z | Compiling zopfli v0.8.3 |
| 1639 | 2026-03-02T03:30:14.902Z | Compiling strum v0.27.2 |
| 1640 | 2026-03-02T03:30:15.122Z | Compiling bzip2 v0.6.1 |
| 1641 | 2026-03-02T03:30:15.442Z | Compiling console v0.16.2 |
| 1642 | 2026-03-02T03:30:15.562Z | Compiling clap_builder v4.5.60 |
| 1643 | 2026-03-02T03:30:15.616Z | Compiling dof v0.3.0 |
| 1644 | 2026-03-02T03:30:16.314Z | Compiling toml_edit v0.19.15 |
| 1645 | 2026-03-02T03:30:16.350Z | Compiling hashbrown v0.15.5 |
| 1646 | 2026-03-02T03:30:16.639Z | Compiling elliptic-curve v0.13.8 |
| 1647 | 2026-03-02T03:30:17.188Z | Compiling daft v0.1.5 |
| 1648 | 2026-03-02T03:30:17.493Z | Compiling hubpack v0.1.2 |
| 1649 | 2026-03-02T03:30:17.609Z | Compiling cargo_metadata v0.19.2 |
| 1650 | 2026-03-02T03:30:17.885Z | Compiling phf v0.13.1 |
| 1651 | 2026-03-02T03:30:18.174Z | Compiling zone_cfg_derive v0.3.1 |
| 1652 | 2026-03-02T03:30:19.289Z | Compiling signal-hook-mio v0.2.5 |
| 1653 | 2026-03-02T03:30:19.468Z | Compiling cookie_store v0.22.1 |
| 1654 | 2026-03-02T03:30:20.786Z | Compiling zstd v0.13.3 |
| 1655 | 2026-03-02T03:30:21.214Z | Compiling rayon v1.11.0 |
| 1656 | 2026-03-02T03:30:21.259Z | Compiling hyper-tls v0.6.0 |
| 1657 | 2026-03-02T03:30:21.632Z | Compiling bzip2 v0.4.4 |
| 1658 | 2026-03-02T03:30:21.995Z | Compiling postgres-types v0.2.12 |
| 1659 | 2026-03-02T03:30:22.267Z | Compiling serde_with_macros v3.17.0 |
| 1660 | 2026-03-02T03:30:22.741Z | Compiling usdt-attr-macro v0.6.0 |
| 1661 | 2026-03-02T03:30:23.143Z | Compiling usdt-macro v0.6.0 |
| 1662 | 2026-03-02T03:30:23.753Z | Compiling ed25519 v2.2.3 |
| 1663 | 2026-03-02T03:30:24.125Z | Compiling dtrace-parser v0.2.0 |
| 1664 | 2026-03-02T03:30:24.414Z | Compiling itertools v0.12.1 |
| 1665 | 2026-03-02T03:30:24.456Z | Compiling bstr v1.12.1 |
| 1666 | 2026-03-02T03:30:24.874Z | Compiling phf_shared v0.11.3 |
| 1667 | 2026-03-02T03:30:25.029Z | Compiling pkcs1 v0.7.5 |
| 1668 | 2026-03-02T03:30:25.220Z | Compiling hex v0.4.3 |
| 1669 | 2026-03-02T03:30:25.550Z | Compiling serde-big-array v0.5.1 |
| 1670 | 2026-03-02T03:30:25.744Z | Compiling rfc6979 v0.4.0 |
| 1671 | 2026-03-02T03:30:25.773Z | Compiling enum-as-inner v0.6.1 |
| 1672 | 2026-03-02T03:30:25.799Z | Compiling clap_derive v4.5.55 |
| 1673 | 2026-03-02T03:30:25.824Z | Compiling strum_macros v0.26.4 |
| 1674 | 2026-03-02T03:30:25.849Z | Compiling serde_repr v0.1.20 |
| 1675 | 2026-03-02T03:30:25.958Z | Compiling float-cmp v0.10.0 |
| 1676 | 2026-03-02T03:30:26.209Z | Compiling memmap2 v0.9.10 |
| 1677 | 2026-03-02T03:30:26.616Z | Compiling thread-id v4.2.2 |
| 1678 | 2026-03-02T03:30:26.640Z | Compiling env_filter v1.0.0 |
| 1679 | 2026-03-02T03:30:26.760Z | Compiling encoding_rs v0.8.35 |
| 1680 | 2026-03-02T03:30:26.798Z | Compiling difflib v0.4.0 |
| 1681 | 2026-03-02T03:30:26.932Z | Compiling unit-prefix v0.5.2 |
| 1682 | 2026-03-02T03:30:27.163Z | Compiling normalize-line-endings v0.3.0 |
| 1683 | 2026-03-02T03:30:27.214Z | Compiling data-encoding v2.10.0 |
| 1684 | 2026-03-02T03:30:27.321Z | Compiling new_debug_unreachable v1.0.6 |
| 1685 | 2026-03-02T03:30:27.439Z | Compiling jiff v0.2.21 |
| 1686 | 2026-03-02T03:30:27.976Z | Compiling fixedbitset v0.4.2 |
| 1687 | 2026-03-02T03:30:28.406Z | Compiling fixedbitset v0.5.7 |
| 1688 | 2026-03-02T03:30:28.692Z | Compiling rustc-hash v2.1.1 |
| 1689 | 2026-03-02T03:30:28.886Z | Compiling static_assertions v1.1.0 |
| 1690 | 2026-03-02T03:30:28.938Z | Compiling precomputed-hash v0.1.1 |
| 1691 | 2026-03-02T03:30:29.000Z | Compiling keccak v0.1.6 |
| 1692 | 2026-03-02T03:30:29.025Z | Compiling whoami v2.1.0 |
| 1693 | 2026-03-02T03:30:29.073Z | Compiling predicates-core v1.0.10 |
| 1694 | 2026-03-02T03:30:29.405Z | Compiling mime v0.3.17 |
| 1695 | 2026-03-02T03:30:29.453Z | Compiling strum v0.26.3 |
| 1696 | 2026-03-02T03:30:29.478Z | Compiling clap v4.5.60 |
| 1697 | 2026-03-02T03:30:29.585Z | Compiling tokio-postgres v0.7.16 |
| 1698 | 2026-03-02T03:30:29.633Z | Compiling sha3 v0.10.8 |
| 1699 | 2026-03-02T03:30:29.822Z | Compiling predicates v3.1.4 |
| 1700 | 2026-03-02T03:30:29.846Z | Compiling string_cache v0.8.9 |
| 1701 | 2026-03-02T03:30:29.902Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1702 | 2026-03-02T03:30:30.274Z | Compiling iddqd v0.3.17 |
| 1703 | 2026-03-02T03:30:30.529Z | Compiling petgraph v0.8.3 |
| 1704 | 2026-03-02T03:30:30.666Z | Compiling toml_edit v0.22.27 |
| 1705 | 2026-03-02T03:30:31.163Z | Compiling petgraph v0.6.5 |
| 1706 | 2026-03-02T03:30:32.658Z | Compiling hickory-proto v0.25.2 |
| 1707 | 2026-03-02T03:30:34.109Z | Compiling zip v4.6.1 |
| 1708 | 2026-03-02T03:30:34.393Z | Compiling indicatif v0.18.4 |
| 1709 | 2026-03-02T03:30:34.759Z | Compiling env_logger v0.11.9 |
| 1710 | 2026-03-02T03:30:35.418Z | Compiling zone v0.3.1 |
| 1711 | 2026-03-02T03:30:35.615Z | Compiling usdt-impl v0.5.0 |
| 1712 | 2026-03-02T03:30:36.088Z | Compiling usdt v0.6.0 |
| 1713 | 2026-03-02T03:30:36.158Z | Compiling ecdsa v0.16.9 |
| 1714 | 2026-03-02T03:30:36.518Z | Compiling serde_with v3.17.0 |
| 1715 | 2026-03-02T03:30:36.726Z | Compiling rsa v0.9.10 |
| 1716 | 2026-03-02T03:30:36.754Z | Compiling similar v2.7.0 |
| 1717 | 2026-03-02T03:30:36.778Z | Compiling crossterm v0.28.1 |
| 1718 | 2026-03-02T03:30:36.802Z | Compiling ed25519-dalek v2.2.0 |
| 1719 | 2026-03-02T03:30:36.909Z | Compiling zip v0.6.6 |
| 1720 | 2026-03-02T03:30:38.131Z | Compiling toml v0.7.8 |
| 1721 | 2026-03-02T03:30:39.360Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1722 | 2026-03-02T03:30:39.453Z | Compiling itertools v0.13.0 |
| 1723 | 2026-03-02T03:30:39.595Z | Compiling tokio-stream v0.1.18 |
| 1724 | 2026-03-02T03:30:40.322Z | Compiling buf-list v1.1.2 |
| 1725 | 2026-03-02T03:30:40.473Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1726 | 2026-03-02T03:30:40.639Z | Compiling x509-cert v0.2.5 |
| 1727 | 2026-03-02T03:30:40.825Z | Compiling openapiv3 v2.2.0 |
| 1728 | 2026-03-02T03:30:41.087Z | Compiling sha1 v0.10.6 |
| 1729 | 2026-03-02T03:30:41.465Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1730 | 2026-03-02T03:30:41.949Z | Compiling lalrpop-util v0.19.12 |
| 1731 | 2026-03-02T03:30:41.991Z | Compiling peg-runtime v0.8.5 |
| 1732 | 2026-03-02T03:30:42.273Z | Compiling thread_local v1.1.9 |
| 1733 | 2026-03-02T03:30:42.521Z | Compiling slog-async v2.8.0 |
| 1734 | 2026-03-02T03:30:42.699Z | Compiling futures-executor v0.3.32 |
| 1735 | 2026-03-02T03:30:42.730Z | Compiling crossbeam-channel v0.5.15 |
| 1736 | 2026-03-02T03:30:43.045Z | Compiling is-terminal v0.4.17 |
| 1737 | 2026-03-02T03:30:43.183Z | Compiling filetime v0.2.27 |
| 1738 | 2026-03-02T03:30:43.208Z | Compiling xattr v1.6.1 |
| 1739 | 2026-03-02T03:30:43.232Z | Compiling term v1.2.1 |
| 1740 | 2026-03-02T03:30:44.512Z | Compiling take_mut v0.2.2 |
| 1741 | 2026-03-02T03:30:44.536Z | Compiling tar v0.4.44 |
| 1742 | 2026-03-02T03:30:44.536Z | Compiling futures v0.3.32 |
| 1743 | 2026-03-02T03:30:44.536Z | Compiling slog-term v2.9.2 |
| 1744 | 2026-03-02T03:30:52.737Z | Compiling rustls-webpki v0.103.9 |
| 1745 | 2026-03-02T03:30:58.899Z | Compiling tokio-rustls v0.26.4 |
| 1746 | 2026-03-02T03:30:58.899Z | Compiling rustls-platform-verifier v0.6.2 |
| 1747 | 2026-03-02T03:30:59.310Z | Compiling hyper-rustls v0.27.7 |
| 1748 | 2026-03-02T03:30:59.668Z | Compiling reqwest v0.13.2 |
| 1749 | 2026-03-02T03:30:59.692Z | Compiling reqwest v0.12.28 |
| 1750 | 2026-03-02T03:31:04.317Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1751 | 2026-03-02T03:31:04.700Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1752 | 2026-03-02T03:31:10.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
| 1753 | 2026-03-02T03:31:10.460Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1754 | 2026-03-02T03:31:10.539Z | Mar 02 03:31:09.774 INFO Starting download, target: Clickhouse |
| 1755 | 2026-03-02T03:31:10.565Z | Mar 02 03:31:09.775 INFO Starting download, target: Cockroach |
| 1756 | 2026-03-02T03:31:10.565Z | Mar 02 03:31:09.775 INFO Starting download, target: Console |
| 1757 | 2026-03-02T03:31:10.565Z | Mar 02 03:31:09.775 INFO Starting download, target: DendriteStub |
| 1758 | 2026-03-02T03:31:10.566Z | Mar 02 03:31:09.775 INFO Starting download, target: MaghemiteMgd |
| 1759 | 2026-03-02T03:31:10.566Z | Mar 02 03:31:09.775 INFO Starting download, target: TransceiverControl |
| 1760 | 2026-03-02T03:31:10.566Z | Mar 02 03:31:09.776 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1761 | 2026-03-02T03:31:10.566Z | Mar 02 03:31:09.776 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1762 | 2026-03-02T03:31:10.566Z | Mar 02 03:31:09.776 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1763 | 2026-03-02T03:31:10.566Z | Mar 02 03:31:09.776 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1764 | 2026-03-02T03:31:10.566Z | Mar 02 03:31:09.776 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1765 | 2026-03-02T03:31:10.566Z | Mar 02 03:31:09.776 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1766 | 2026-03-02T03:31:11.379Z | Mar 02 03:31:10.570 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1767 | 2026-03-02T03:31:11.842Z | Mar 02 03:31:11.067 INFO Download complete, target: Console |
| 1768 | 2026-03-02T03:31:13.617Z | Mar 02 03:31:12.853 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1769 | 2026-03-02T03:31:14.139Z | Mar 02 03:31:13.376 INFO Download complete, target: TransceiverControl |
| 1770 | 2026-03-02T03:31:19.448Z | Mar 02 03:31:18.673 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1771 | 2026-03-02T03:31:20.492Z | Mar 02 03:31:19.730 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1772 | 2026-03-02T03:31:22.967Z | Mar 02 03:31:22.205 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1773 | 2026-03-02T03:31:22.967Z | Mar 02 03:31:22.205 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1774 | 2026-03-02T03:31:24.577Z | Mar 02 03:31:23.814 INFO Download complete, target: MaghemiteMgd |
| 1775 | 2026-03-02T03:31:26.234Z | Mar 02 03:31:25.471 INFO Download complete, target: DendriteStub |
| 1776 | 2026-03-02T03:31:34.332Z | Mar 02 03:31:33.570 INFO Checking that binary works, target: Cockroach |
| 1777 | 2026-03-02T03:31:34.591Z | Mar 02 03:31:33.829 INFO Download complete, target: Cockroach |
| 1778 | 2026-03-02T03:31:35.166Z | Mar 02 03:31:34.404 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1779 | 2026-03-02T03:31:50.453Z | Mar 02 03:31:49.691 INFO Checking that binary works, target: Clickhouse |
| 1780 | 2026-03-02T03:31:50.651Z | Mar 02 03:31:49.891 INFO Download complete, target: Clickhouse |
| 1781 | 2026-03-02T03:31:50.677Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1782 | 2026-03-02T03:31:50.702Z | |
| 1783 | 2026-03-02T03:31:50.702Z | real 6:02.539511320 |
| 1784 | 2026-03-02T03:31:50.702Z | user 15:50.164772514 |
| 1785 | 2026-03-02T03:31:50.702Z | sys 2:40.928491802 |
| 1786 | 2026-03-02T03:31:50.702Z | trap 0.550164350 |
| 1787 | 2026-03-02T03:31:50.702Z | tflt 0.361168105 |
| 1788 | 2026-03-02T03:31:50.702Z | dflt 0.784413740 |
| 1789 | 2026-03-02T03:31:50.702Z | kflt 0.008001727 |
| 1790 | 2026-03-02T03:31:50.702Z | lock 42:05.473384887 |
| 1791 | 2026-03-02T03:31:50.702Z | slp 58:33.789942728 |
| 1792 | 2026-03-02T03:31:50.702Z | lat 1:10.363533857 |
| 1793 | 2026-03-02T03:31:50.702Z | stop 3:01.457946625 |
| 1794 | 2026-03-02T03:31:50.702Z | + banner hack-check |
| 1795 | 2026-03-02T03:31:50.702Z | |
| 1796 | 2026-03-02T03:31:50.702Z | # # ## #### # # #### # # ###### #### # # |
| 1797 | 2026-03-02T03:31:50.702Z | # # # # # # # # # # # # # # # # # |
| 1798 | 2026-03-02T03:31:50.702Z | ###### # # # #### ##### # ###### ##### # #### |
| 1799 | 2026-03-02T03:31:50.702Z | # # ###### # # # # # # # # # # |
| 1800 | 2026-03-02T03:31:50.702Z | # # # # # # # # # # # # # # # # # |
| 1801 | 2026-03-02T03:31:50.702Z | # # # # #### # # #### # # ###### #### # # |
| 1802 | 2026-03-02T03:31:50.702Z | |
| 1803 | 2026-03-02T03:31:50.702Z | + export CARGO_INCREMENTAL=0 |
| 1804 | 2026-03-02T03:31:50.702Z | + CARGO_INCREMENTAL=0 |
| 1805 | 2026-03-02T03:31:50.702Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1806 | 2026-03-02T03:31:51.864Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1807 | 2026-03-02T03:31:52.163Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1808 | 2026-03-02T03:31:56.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
| 1809 | 2026-03-02T03:31:56.083Z | Running `target/debug/xtask check-features --ci` |
| 1810 | 2026-03-02T03:31:56.117Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1811 | 2026-03-02T03:31:56.117Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1812 | 2026-03-02T03:31:57.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 1813 | 2026-03-02T03:31:57.140Z | Running `target/debug/xtask download cargo-hack` |
| 1814 | 2026-03-02T03:31:58.550Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1815 | 2026-03-02T03:31:58.922Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1816 | 2026-03-02T03:32:03.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
| 1817 | 2026-03-02T03:32:03.430Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1818 | 2026-03-02T03:32:03.486Z | Mar 02 03:32:02.726 INFO Starting download, target: CargoHack |
| 1819 | 2026-03-02T03:32:03.510Z | Mar 02 03:32:02.728 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1820 | 2026-03-02T03:32:04.042Z | Mar 02 03:32:03.283 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1821 | 2026-03-02T03:32:04.162Z | Mar 02 03:32:03.404 INFO Download complete, target: CargoHack |
| 1822 | 2026-03-02T03:32:04.187Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1823 | 2026-03-02T03:32:04.211Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1824 | 2026-03-02T03:32:04.469Z | info: running `cargo check --bins` on api_identity (1/252) |
| 1825 | 2026-03-02T03:32:05.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2026-03-02T03:32:05.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2026-03-02T03:32:05.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2026-03-02T03:32:05.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 1829 | 2026-03-02T03:32:05.512Z | |
| 1830 | 2026-03-02T03:32:05.512Z | info: running `cargo check --bins` on bootstore (2/252) |
| 1831 | 2026-03-02T03:32:06.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2026-03-02T03:32:06.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2026-03-02T03:32:06.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2026-03-02T03:32:06.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 1835 | 2026-03-02T03:32:06.639Z | |
| 1836 | 2026-03-02T03:32:06.639Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/252) |
| 1837 | 2026-03-02T03:32:07.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2026-03-02T03:32:07.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2026-03-02T03:32:07.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2026-03-02T03:32:07.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 1841 | 2026-03-02T03:32:07.698Z | |
| 1842 | 2026-03-02T03:32:07.698Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/252) |
| 1843 | 2026-03-02T03:32:08.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2026-03-02T03:32:08.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2026-03-02T03:32:08.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2026-03-02T03:32:08.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 1847 | 2026-03-02T03:32:08.811Z | |
| 1848 | 2026-03-02T03:32:08.811Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/252) |
| 1849 | 2026-03-02T03:32:09.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2026-03-02T03:32:09.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2026-03-02T03:32:09.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2026-03-02T03:32:09.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1853 | 2026-03-02T03:32:09.651Z | |
| 1854 | 2026-03-02T03:32:09.651Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/252) |
| 1855 | 2026-03-02T03:32:10.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2026-03-02T03:32:10.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2026-03-02T03:32:10.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2026-03-02T03:32:10.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1859 | 2026-03-02T03:32:10.480Z | |
| 1860 | 2026-03-02T03:32:10.480Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/252) |
| 1861 | 2026-03-02T03:32:11.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2026-03-02T03:32:11.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2026-03-02T03:32:11.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2026-03-02T03:32:11.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1865 | 2026-03-02T03:32:11.331Z | |
| 1866 | 2026-03-02T03:32:11.331Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/252) |
| 1867 | 2026-03-02T03:32:12.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2026-03-02T03:32:12.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2026-03-02T03:32:12.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2026-03-02T03:32:12.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1871 | 2026-03-02T03:32:12.181Z | |
| 1872 | 2026-03-02T03:32:12.181Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/252) |
| 1873 | 2026-03-02T03:32:12.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2026-03-02T03:32:12.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2026-03-02T03:32:12.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2026-03-02T03:32:12.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1877 | 2026-03-02T03:32:13.034Z | |
| 1878 | 2026-03-02T03:32:13.035Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/252) |
| 1879 | 2026-03-02T03:32:13.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-03-02T03:32:13.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-03-02T03:32:13.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-03-02T03:32:13.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1883 | 2026-03-02T03:32:13.876Z | |
| 1884 | 2026-03-02T03:32:13.876Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/252) |
| 1885 | 2026-03-02T03:32:14.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-03-02T03:32:14.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-03-02T03:32:14.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-03-02T03:32:14.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1889 | 2026-03-02T03:32:14.704Z | |
| 1890 | 2026-03-02T03:32:14.704Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/252) |
| 1891 | 2026-03-02T03:32:15.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-03-02T03:32:15.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-03-02T03:32:15.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-03-02T03:32:15.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1895 | 2026-03-02T03:32:15.548Z | |
| 1896 | 2026-03-02T03:32:15.548Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/252) |
| 1897 | 2026-03-02T03:32:16.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-03-02T03:32:16.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-03-02T03:32:16.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-03-02T03:32:16.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1901 | 2026-03-02T03:32:16.426Z | |
| 1902 | 2026-03-02T03:32:16.426Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/252) |
| 1903 | 2026-03-02T03:32:17.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-03-02T03:32:17.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-03-02T03:32:17.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-03-02T03:32:17.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1907 | 2026-03-02T03:32:17.284Z | |
| 1908 | 2026-03-02T03:32:17.284Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/252) |
| 1909 | 2026-03-02T03:32:18.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-03-02T03:32:18.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-03-02T03:32:18.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-03-02T03:32:18.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1913 | 2026-03-02T03:32:18.154Z | |
| 1914 | 2026-03-02T03:32:18.154Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/252) |
| 1915 | 2026-03-02T03:32:18.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-03-02T03:32:18.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-03-02T03:32:18.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-03-02T03:32:18.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1919 | 2026-03-02T03:32:19.023Z | |
| 1920 | 2026-03-02T03:32:19.023Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/252) |
| 1921 | 2026-03-02T03:32:19.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-03-02T03:32:19.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-03-02T03:32:19.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-03-02T03:32:19.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1925 | 2026-03-02T03:32:19.898Z | |
| 1926 | 2026-03-02T03:32:19.898Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/252) |
| 1927 | 2026-03-02T03:32:20.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-03-02T03:32:20.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-03-02T03:32:20.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-03-02T03:32:20.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1931 | 2026-03-02T03:32:20.753Z | |
| 1932 | 2026-03-02T03:32:20.754Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/252) |
| 1933 | 2026-03-02T03:32:21.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-03-02T03:32:21.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-03-02T03:32:21.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-03-02T03:32:21.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1937 | 2026-03-02T03:32:21.596Z | |
| 1938 | 2026-03-02T03:32:21.596Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/252) |
| 1939 | 2026-03-02T03:32:22.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-03-02T03:32:22.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-03-02T03:32:22.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-03-02T03:32:22.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1943 | 2026-03-02T03:32:22.440Z | |
| 1944 | 2026-03-02T03:32:22.441Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/252) |
| 1945 | 2026-03-02T03:32:23.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-03-02T03:32:23.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-03-02T03:32:23.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-03-02T03:32:23.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1949 | 2026-03-02T03:32:23.297Z | |
| 1950 | 2026-03-02T03:32:23.297Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/252) |
| 1951 | 2026-03-02T03:32:24.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-03-02T03:32:24.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-03-02T03:32:24.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-03-02T03:32:24.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1955 | 2026-03-02T03:32:24.140Z | |
| 1956 | 2026-03-02T03:32:24.140Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/252) |
| 1957 | 2026-03-02T03:32:24.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-03-02T03:32:24.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-03-02T03:32:24.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-03-02T03:32:24.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1961 | 2026-03-02T03:32:24.994Z | |
| 1962 | 2026-03-02T03:32:24.994Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/252) |
| 1963 | 2026-03-02T03:32:25.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-03-02T03:32:25.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-03-02T03:32:25.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-03-02T03:32:25.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1967 | 2026-03-02T03:32:25.871Z | |
| 1968 | 2026-03-02T03:32:25.872Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/252) |
| 1969 | 2026-03-02T03:32:26.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-03-02T03:32:26.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-03-02T03:32:26.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-03-02T03:32:26.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1973 | 2026-03-02T03:32:26.783Z | |
| 1974 | 2026-03-02T03:32:26.783Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/252) |
| 1975 | 2026-03-02T03:32:27.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-03-02T03:32:27.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-03-02T03:32:27.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-03-02T03:32:27.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1979 | 2026-03-02T03:32:27.616Z | |
| 1980 | 2026-03-02T03:32:27.616Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/252) |
| 1981 | 2026-03-02T03:32:28.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-03-02T03:32:28.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-03-02T03:32:28.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-03-02T03:32:28.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1985 | 2026-03-02T03:32:28.501Z | |
| 1986 | 2026-03-02T03:32:28.502Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/252) |
| 1987 | 2026-03-02T03:32:29.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-03-02T03:32:29.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-03-02T03:32:29.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-03-02T03:32:29.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1991 | 2026-03-02T03:32:29.404Z | |
| 1992 | 2026-03-02T03:32:29.405Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/252) |
| 1993 | 2026-03-02T03:32:30.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-03-02T03:32:30.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-03-02T03:32:30.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-03-02T03:32:30.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1997 | 2026-03-02T03:32:30.274Z | |
| 1998 | 2026-03-02T03:32:30.274Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/252) |
| 1999 | 2026-03-02T03:32:31.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-03-02T03:32:31.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-03-02T03:32:31.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-03-02T03:32:31.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2003 | 2026-03-02T03:32:31.099Z | |
| 2004 | 2026-03-02T03:32:31.099Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/252) |
| 2005 | 2026-03-02T03:32:31.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-03-02T03:32:31.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-03-02T03:32:31.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-03-02T03:32:31.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2009 | 2026-03-02T03:32:31.925Z | |
| 2010 | 2026-03-02T03:32:31.925Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/252) |
| 2011 | 2026-03-02T03:32:32.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-03-02T03:32:32.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-03-02T03:32:32.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-03-02T03:32:32.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2015 | 2026-03-02T03:32:32.750Z | |
| 2016 | 2026-03-02T03:32:32.750Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/252) |
| 2017 | 2026-03-02T03:32:33.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-03-02T03:32:33.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-03-02T03:32:33.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-03-02T03:32:33.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2021 | 2026-03-02T03:32:33.632Z | |
| 2022 | 2026-03-02T03:32:33.632Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/252) |
| 2023 | 2026-03-02T03:32:34.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-03-02T03:32:34.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-03-02T03:32:34.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-03-02T03:32:34.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2027 | 2026-03-02T03:32:34.552Z | |
| 2028 | 2026-03-02T03:32:34.552Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/252) |
| 2029 | 2026-03-02T03:32:35.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-03-02T03:32:35.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-03-02T03:32:35.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-03-02T03:32:35.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2033 | 2026-03-02T03:32:35.385Z | |
| 2034 | 2026-03-02T03:32:35.385Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/252) |
| 2035 | 2026-03-02T03:32:36.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-03-02T03:32:36.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-03-02T03:32:36.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-03-02T03:32:36.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2039 | 2026-03-02T03:32:36.234Z | |
| 2040 | 2026-03-02T03:32:36.234Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/252) |
| 2041 | 2026-03-02T03:32:36.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-03-02T03:32:37.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-03-02T03:32:37.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-03-02T03:32:37.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2045 | 2026-03-02T03:32:37.064Z | |
| 2046 | 2026-03-02T03:32:37.064Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/252) |
| 2047 | 2026-03-02T03:32:37.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-03-02T03:32:37.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-03-02T03:32:37.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-03-02T03:32:37.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2051 | 2026-03-02T03:32:37.940Z | |
| 2052 | 2026-03-02T03:32:37.940Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/252) |
| 2053 | 2026-03-02T03:32:38.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-03-02T03:32:38.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-03-02T03:32:38.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-03-02T03:32:38.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2057 | 2026-03-02T03:32:38.835Z | |
| 2058 | 2026-03-02T03:32:38.835Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/252) |
| 2059 | 2026-03-02T03:32:39.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-03-02T03:32:39.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-03-02T03:32:39.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-03-02T03:32:39.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2063 | 2026-03-02T03:32:39.697Z | |
| 2064 | 2026-03-02T03:32:39.697Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/252) |
| 2065 | 2026-03-02T03:32:40.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-03-02T03:32:40.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-03-02T03:32:40.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-03-02T03:32:40.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2069 | 2026-03-02T03:32:40.589Z | |
| 2070 | 2026-03-02T03:32:40.590Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/252) |
| 2071 | 2026-03-02T03:32:41.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-03-02T03:32:41.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-03-02T03:32:41.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-03-02T03:32:41.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2075 | 2026-03-02T03:32:41.457Z | |
| 2076 | 2026-03-02T03:32:41.457Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/252) |
| 2077 | 2026-03-02T03:32:42.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-03-02T03:32:42.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-03-02T03:32:42.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-03-02T03:32:42.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2081 | 2026-03-02T03:32:42.314Z | |
| 2082 | 2026-03-02T03:32:42.314Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/252) |
| 2083 | 2026-03-02T03:32:43.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-03-02T03:32:43.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-03-02T03:32:43.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-03-02T03:32:43.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2087 | 2026-03-02T03:32:43.202Z | |
| 2088 | 2026-03-02T03:32:43.202Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (45/252) |
| 2089 | 2026-03-02T03:32:44.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-03-02T03:32:44.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-03-02T03:32:44.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-03-02T03:32:44.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 2093 | 2026-03-02T03:32:44.373Z | |
| 2094 | 2026-03-02T03:32:44.373Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/252) |
| 2095 | 2026-03-02T03:32:45.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-03-02T03:32:45.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-03-02T03:32:45.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-03-02T03:32:45.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2099 | 2026-03-02T03:32:45.493Z | |
| 2100 | 2026-03-02T03:32:45.493Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/252) |
| 2101 | 2026-03-02T03:32:46.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-03-02T03:32:46.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-03-02T03:32:46.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-03-02T03:32:46.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2105 | 2026-03-02T03:32:46.615Z | |
| 2106 | 2026-03-02T03:32:46.615Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/252) |
| 2107 | 2026-03-02T03:32:47.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-03-02T03:32:47.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-03-02T03:32:47.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-03-02T03:32:47.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 2111 | 2026-03-02T03:32:47.796Z | |
| 2112 | 2026-03-02T03:32:47.796Z | info: running `cargo check --bins` on key-manager-types (49/252) |
| 2113 | 2026-03-02T03:32:48.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-03-02T03:32:48.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-03-02T03:32:48.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2116 | 2026-03-02T03:32:48.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2117 | 2026-03-02T03:32:48.948Z | |
| 2118 | 2026-03-02T03:32:48.948Z | info: running `cargo check --bins` on oxlog (50/252) |
| 2119 | 2026-03-02T03:32:49.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2120 | 2026-03-02T03:32:49.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2121 | 2026-03-02T03:32:50.132Z | Checking cfg-if v1.0.4 |
| 2122 | 2026-03-02T03:32:50.132Z | Checking libc v0.2.180 |
| 2123 | 2026-03-02T03:32:50.157Z | Checking serde_core v1.0.228 |
| 2124 | 2026-03-02T03:32:50.195Z | Checking zeroize v1.8.2 |
| 2125 | 2026-03-02T03:32:50.220Z | Checking memchr v2.8.0 |
| 2126 | 2026-03-02T03:32:50.220Z | Checking log v0.4.29 |
| 2127 | 2026-03-02T03:32:50.245Z | Checking smallvec v1.15.1 |
| 2128 | 2026-03-02T03:32:50.274Z | Checking typenum v1.19.0 |
| 2129 | 2026-03-02T03:32:50.303Z | Checking subtle v2.6.1 |
| 2130 | 2026-03-02T03:32:50.454Z | Checking scopeguard v1.2.0 |
| 2131 | 2026-03-02T03:32:50.534Z | Checking itoa v1.0.17 |
| 2132 | 2026-03-02T03:32:50.559Z | Checking stable_deref_trait v1.2.1 |
| 2133 | 2026-03-02T03:32:50.584Z | Checking const-oid v0.9.6 |
| 2134 | 2026-03-02T03:32:50.609Z | Checking lock_api v0.4.14 |
| 2135 | 2026-03-02T03:32:50.668Z | Checking portable-atomic v1.13.1 |
| 2136 | 2026-03-02T03:32:50.770Z | Checking critical-section v1.2.0 |
| 2137 | 2026-03-02T03:32:50.913Z | Checking zerofrom v0.1.6 |
| 2138 | 2026-03-02T03:32:51.001Z | Checking pin-project-lite v0.2.17 |
| 2139 | 2026-03-02T03:32:51.026Z | Checking zerocopy v0.8.40 |
| 2140 | 2026-03-02T03:32:51.113Z | Checking yoke v0.8.1 |
| 2141 | 2026-03-02T03:32:51.140Z | Checking libm v0.2.16 |
| 2142 | 2026-03-02T03:32:51.165Z | Checking getrandom v0.2.17 |
| 2143 | 2026-03-02T03:32:51.275Z | Checking errno v0.3.14 |
| 2144 | 2026-03-02T03:32:51.396Z | Checking rand_core v0.6.4 |
| 2145 | 2026-03-02T03:32:51.445Z | Checking generic-array v0.14.7 |
| 2146 | 2026-03-02T03:32:51.470Z | Checking signal-hook-registry v1.4.8 |
| 2147 | 2026-03-02T03:32:51.543Z | Checking once_cell v1.21.3 |
| 2148 | 2026-03-02T03:32:51.696Z | Checking parking_lot_core v0.9.12 |
| 2149 | 2026-03-02T03:32:51.739Z | Checking zerovec v0.11.5 |
| 2150 | 2026-03-02T03:32:51.821Z | Checking mio v1.1.1 |
| 2151 | 2026-03-02T03:32:52.012Z | Checking parking_lot v0.12.5 |
| 2152 | 2026-03-02T03:32:52.095Z | Checking socket2 v0.6.2 |
| 2153 | 2026-03-02T03:32:52.331Z | Checking zmij v1.0.21 |
| 2154 | 2026-03-02T03:32:52.356Z | Checking allocator-api2 v0.2.21 |
| 2155 | 2026-03-02T03:32:52.436Z | Checking crypto-common v0.1.7 |
| 2156 | 2026-03-02T03:32:52.547Z | Checking block-buffer v0.10.4 |
| 2157 | 2026-03-02T03:32:52.600Z | Checking tinystr v0.8.2 |
| 2158 | 2026-03-02T03:32:52.636Z | Checking percent-encoding v2.3.2 |
| 2159 | 2026-03-02T03:32:52.661Z | Checking futures-core v0.3.32 |
| 2160 | 2026-03-02T03:32:52.719Z | Checking writeable v0.6.2 |
| 2161 | 2026-03-02T03:32:52.775Z | Checking digest v0.10.7 |
| 2162 | 2026-03-02T03:32:52.849Z | Checking equivalent v1.0.2 |
| 2163 | 2026-03-02T03:32:52.877Z | Checking litemap v0.8.1 |
| 2164 | 2026-03-02T03:32:52.912Z | Checking num-traits v0.2.19 |
| 2165 | 2026-03-02T03:32:52.942Z | Checking potential_utf v0.1.4 |
| 2166 | 2026-03-02T03:32:52.973Z | Checking zerotrie v0.2.3 |
| 2167 | 2026-03-02T03:32:52.998Z | Checking cpufeatures v0.2.17 |
| 2168 | 2026-03-02T03:32:53.095Z | Checking foldhash v0.2.0 |
| 2169 | 2026-03-02T03:32:53.140Z | Checking hmac v0.12.1 |
| 2170 | 2026-03-02T03:32:53.165Z | Checking icu_collections v2.1.1 |
| 2171 | 2026-03-02T03:32:53.190Z | Checking icu_locale_core v2.1.1 |
| 2172 | 2026-03-02T03:32:53.362Z | Checking block-padding v0.3.3 |
| 2173 | 2026-03-02T03:32:53.386Z | Checking hashbrown v0.16.1 |
| 2174 | 2026-03-02T03:32:53.418Z | Checking icu_properties_data v2.1.2 |
| 2175 | 2026-03-02T03:32:53.488Z | Checking serde v1.0.228 |
| 2176 | 2026-03-02T03:32:53.566Z | Checking bitflags v2.11.0 |
| 2177 | 2026-03-02T03:32:53.636Z | Checking serde_json v1.0.149 |
| 2178 | 2026-03-02T03:32:53.716Z | Checking icu_normalizer_data v2.1.1 |
| 2179 | 2026-03-02T03:32:53.821Z | Checking futures-sink v0.3.32 |
| 2180 | 2026-03-02T03:32:53.853Z | Checking rand_core v0.10.0 |
| 2181 | 2026-03-02T03:32:53.981Z | Checking futures-channel v0.3.32 |
| 2182 | 2026-03-02T03:32:54.096Z | Checking getrandom v0.4.1 |
| 2183 | 2026-03-02T03:32:54.226Z | Checking inout v0.1.4 |
| 2184 | 2026-03-02T03:32:54.332Z | Checking futures-io v0.3.32 |
| 2185 | 2026-03-02T03:32:54.357Z | Checking slab v0.4.12 |
| 2186 | 2026-03-02T03:32:54.383Z | Checking icu_provider v2.1.1 |
| 2187 | 2026-03-02T03:32:54.383Z | Checking indexmap v2.13.0 |
| 2188 | 2026-03-02T03:32:54.442Z | Checking bytes v1.11.1 |
| 2189 | 2026-03-02T03:32:54.467Z | Checking futures-task v0.3.32 |
| 2190 | 2026-03-02T03:32:54.529Z | Checking cipher v0.4.4 |
| 2191 | 2026-03-02T03:32:54.635Z | Checking sha2 v0.10.9 |
| 2192 | 2026-03-02T03:32:54.687Z | Checking futures-util v0.3.32 |
| 2193 | 2026-03-02T03:32:54.811Z | Checking icu_properties v2.1.2 |
| 2194 | 2026-03-02T03:32:54.922Z | Checking icu_normalizer v2.1.1 |
| 2195 | 2026-03-02T03:32:55.019Z | Checking getrandom v0.3.4 |
| 2196 | 2026-03-02T03:32:55.142Z | Checking utf8_iter v1.0.4 |
| 2197 | 2026-03-02T03:32:55.241Z | Checking byteorder v1.5.0 |
| 2198 | 2026-03-02T03:32:55.315Z | Checking tokio v1.49.0 |
| 2199 | 2026-03-02T03:32:55.341Z | Checking base64ct v1.8.3 |
| 2200 | 2026-03-02T03:32:55.506Z | Checking form_urlencoded v1.2.2 |
| 2201 | 2026-03-02T03:32:55.540Z | Checking flagset v0.4.7 |
| 2202 | 2026-03-02T03:32:55.621Z | Checking fnv v1.0.7 |
| 2203 | 2026-03-02T03:32:55.749Z | Checking rand_core v0.9.5 |
| 2204 | 2026-03-02T03:32:55.774Z | Checking http v1.4.0 |
| 2205 | 2026-03-02T03:32:55.799Z | Checking salsa20 v0.10.2 |
| 2206 | 2026-03-02T03:32:55.823Z | Checking pem-rfc7468 v0.7.0 |
| 2207 | 2026-03-02T03:32:56.047Z | Checking uuid v1.21.0 |
| 2208 | 2026-03-02T03:32:56.109Z | Checking pbkdf2 v0.12.2 |
| 2209 | 2026-03-02T03:32:56.134Z | Checking der v0.7.10 |
| 2210 | 2026-03-02T03:32:56.323Z | Checking scrypt v0.11.0 |
| 2211 | 2026-03-02T03:32:56.578Z | Checking aes v0.8.4 |
| 2212 | 2026-03-02T03:32:56.643Z | Checking idna_adapter v1.2.1 |
| 2213 | 2026-03-02T03:32:56.729Z | Checking cbc v0.1.2 |
| 2214 | 2026-03-02T03:32:56.867Z | Checking idna v1.1.0 |
| 2215 | 2026-03-02T03:32:56.966Z | Checking rustix v1.1.3 |
| 2216 | 2026-03-02T03:32:56.991Z | Checking tracing-core v0.1.36 |
| 2217 | 2026-03-02T03:32:57.341Z | Checking url v2.5.8 |
| 2218 | 2026-03-02T03:32:57.416Z | Checking rustls-pki-types v1.14.0 |
| 2219 | 2026-03-02T03:32:57.607Z | Checking iana-time-zone v0.1.65 |
| 2220 | 2026-03-02T03:32:57.652Z | Checking ppv-lite86 v0.2.21 |
| 2221 | 2026-03-02T03:32:57.694Z | Checking spki v0.7.3 |
| 2222 | 2026-03-02T03:32:57.774Z | Checking regex-syntax v0.8.10 |
| 2223 | 2026-03-02T03:32:57.947Z | Checking chrono v0.4.44 |
| 2224 | 2026-03-02T03:32:57.976Z | Checking pkcs5 v0.7.1 |
| 2225 | 2026-03-02T03:32:58.190Z | Checking tracing v0.1.44 |
| 2226 | 2026-03-02T03:32:58.256Z | Checking rand_chacha v0.9.0 |
| 2227 | 2026-03-02T03:32:58.429Z | Checking http-body v1.0.1 |
| 2228 | 2026-03-02T03:32:58.537Z | Checking aws-lc-sys v0.37.1 |
| 2229 | 2026-03-02T03:32:58.621Z | Checking rand v0.9.2 |
| 2230 | 2026-03-02T03:32:58.646Z | Checking untrusted v0.7.1 |
| 2231 | 2026-03-02T03:32:58.745Z | Checking base64 v0.22.1 |
| 2232 | 2026-03-02T03:32:58.772Z | Checking untrusted v0.9.0 |
| 2233 | 2026-03-02T03:32:58.825Z | Checking openssl-probe v0.2.1 |
| 2234 | 2026-03-02T03:32:58.941Z | Checking ring v0.17.14 |
| 2235 | 2026-03-02T03:32:58.996Z | Checking pkcs8 v0.10.2 |
| 2236 | 2026-03-02T03:32:59.169Z | Checking plain v0.2.3 |
| 2237 | 2026-03-02T03:32:59.300Z | Checking tower-service v0.3.3 |
| 2238 | 2026-03-02T03:32:59.326Z | Checking tower-layer v0.3.3 |
| 2239 | 2026-03-02T03:32:59.442Z | Checking atomic-waker v1.1.2 |
| 2240 | 2026-03-02T03:32:59.533Z | Checking try-lock v0.2.5 |
| 2241 | 2026-03-02T03:32:59.576Z | Checking tinyvec_macros v0.1.1 |
| 2242 | 2026-03-02T03:32:59.601Z | Checking ipnet v2.11.0 |
| 2243 | 2026-03-02T03:32:59.677Z | Checking tinyvec v1.10.0 |
| 2244 | 2026-03-02T03:32:59.702Z | Checking want v0.3.1 |
| 2245 | 2026-03-02T03:32:59.727Z | Checking semver v1.0.27 |
| 2246 | 2026-03-02T03:32:59.884Z | Checking httparse v1.10.1 |
| 2247 | 2026-03-02T03:32:59.974Z | Checking aws-lc-rs v1.16.0 |
| 2248 | 2026-03-02T03:33:00.083Z | Checking spin v0.9.8 |
| 2249 | 2026-03-02T03:33:00.108Z | Checking httpdate v1.0.3 |
| 2250 | 2026-03-02T03:33:00.240Z | Checking pin-utils v0.1.0 |
| 2251 | 2026-03-02T03:33:00.306Z | Checking foreign-types-shared v0.1.1 |
| 2252 | 2026-03-02T03:33:00.342Z | Checking dyn-clone v1.0.20 |
| 2253 | 2026-03-02T03:33:00.367Z | Checking ucd-trie v0.1.7 |
| 2254 | 2026-03-02T03:33:00.411Z | Checking unicode-ident v1.0.24 |
| 2255 | 2026-03-02T03:33:00.436Z | Checking fastrand v2.3.0 |
| 2256 | 2026-03-02T03:33:00.461Z | Checking foreign-types v0.3.2 |
| 2257 | 2026-03-02T03:33:00.518Z | Checking schemars v0.8.22 |
| 2258 | 2026-03-02T03:33:00.562Z | Checking crossbeam-utils v0.8.21 |
| 2259 | 2026-03-02T03:33:00.587Z | Checking pest v2.8.6 |
| 2260 | 2026-03-02T03:33:00.611Z | Checking proc-macro2 v1.0.106 |
| 2261 | 2026-03-02T03:33:00.737Z | Checking tempfile v3.25.0 |
| 2262 | 2026-03-02T03:33:00.896Z | Checking openssl-sys v0.9.111 |
| 2263 | 2026-03-02T03:33:01.087Z | Checking thiserror v2.0.18 |
| 2264 | 2026-03-02T03:33:01.199Z | Checking wait-timeout v0.2.1 |
| 2265 | 2026-03-02T03:33:01.248Z | Checking aho-corasick v1.1.4 |
| 2266 | 2026-03-02T03:33:01.273Z | Checking either v1.15.0 |
| 2267 | 2026-03-02T03:33:01.401Z | Checking quick-error v1.2.3 |
| 2268 | 2026-03-02T03:33:01.550Z | Checking powerfmt v0.2.0 |
| 2269 | 2026-03-02T03:33:01.636Z | Checking siphasher v1.0.2 |
| 2270 | 2026-03-02T03:33:01.709Z | Checking rustls-webpki v0.103.9 |
| 2271 | 2026-03-02T03:33:01.803Z | Checking simd-adler32 v0.3.8 |
| 2272 | 2026-03-02T03:33:01.883Z | Checking anstyle v1.0.13 |
| 2273 | 2026-03-02T03:33:01.939Z | Checking bit-vec v0.8.0 |
| 2274 | 2026-03-02T03:33:02.041Z | Checking utf8parse v0.2.2 |
| 2275 | 2026-03-02T03:33:02.086Z | Checking tokio-util v0.7.18 |
| 2276 | 2026-03-02T03:33:02.138Z | Checking pretty-hex v0.4.1 |
| 2277 | 2026-03-02T03:33:02.194Z | Checking anstyle-parse v0.2.7 |
| 2278 | 2026-03-02T03:33:02.219Z | Checking openssl v0.10.75 |
| 2279 | 2026-03-02T03:33:02.269Z | Checking bit-set v0.8.0 |
| 2280 | 2026-03-02T03:33:02.331Z | Checking deranged v0.5.8 |
| 2281 | 2026-03-02T03:33:02.471Z | Checking rusty-fork v0.3.1 |
| 2282 | 2026-03-02T03:33:02.517Z | Checking rustls v0.23.37 |
| 2283 | 2026-03-02T03:33:02.542Z | Checking crossbeam-epoch v0.9.18 |
| 2284 | 2026-03-02T03:33:02.658Z | Checking regex-automata v0.4.14 |
| 2285 | 2026-03-02T03:33:02.702Z | Checking quote v1.0.44 |
| 2286 | 2026-03-02T03:33:02.766Z | Compiling newtype-uuid v1.3.2 |
| 2287 | 2026-03-02T03:33:02.944Z | Checking unicode-normalization v0.1.25 |
| 2288 | 2026-03-02T03:33:03.048Z | Checking rustls-native-certs v0.8.3 |
| 2289 | 2026-03-02T03:33:03.072Z | Checking rand_xorshift v0.4.0 |
| 2290 | 2026-03-02T03:33:03.263Z | Checking thiserror v1.0.69 |
| 2291 | 2026-03-02T03:33:03.288Z | Checking crc32fast v1.5.0 |
| 2292 | 2026-03-02T03:33:03.288Z | Checking h2 v0.4.13 |
| 2293 | 2026-03-02T03:33:03.415Z | Checking scroll v0.13.0 |
| 2294 | 2026-03-02T03:33:03.525Z | Checking signature v2.2.0 |
| 2295 | 2026-03-02T03:33:03.679Z | Checking sync_wrapper v1.0.2 |
| 2296 | 2026-03-02T03:33:03.721Z | Checking num_threads v0.1.7 |
| 2297 | 2026-03-02T03:33:03.839Z | Checking adler2 v2.0.1 |
| 2298 | 2026-03-02T03:33:03.864Z | Checking anstyle-query v1.1.5 |
| 2299 | 2026-03-02T03:33:03.864Z | Checking unicode-properties v0.1.4 |
| 2300 | 2026-03-02T03:33:03.987Z | Checking unarray v0.1.4 |
| 2301 | 2026-03-02T03:33:04.012Z | Checking time-core v0.1.8 |
| 2302 | 2026-03-02T03:33:04.147Z | Checking num-conv v0.2.0 |
| 2303 | 2026-03-02T03:33:04.205Z | Checking colorchoice v1.0.4 |
| 2304 | 2026-03-02T03:33:04.278Z | Checking is_terminal_polyfill v1.70.2 |
| 2305 | 2026-03-02T03:33:04.362Z | Checking unicode-bidi v0.3.18 |
| 2306 | 2026-03-02T03:33:04.387Z | Checking proptest v1.10.0 |
| 2307 | 2026-03-02T03:33:04.417Z | Checking time v0.3.47 |
| 2308 | 2026-03-02T03:33:04.444Z | Checking anstream v0.6.21 |
| 2309 | 2026-03-02T03:33:04.790Z | Checking miniz_oxide v0.8.9 |
| 2310 | 2026-03-02T03:33:04.919Z | Checking stringprep v0.1.5 |
| 2311 | 2026-03-02T03:33:05.182Z | Checking tower v0.5.3 |
| 2312 | 2026-03-02T03:33:05.473Z | Checking goblin v0.10.5 |
| 2313 | 2026-03-02T03:33:05.921Z | Checking syn v2.0.117 |
| 2314 | 2026-03-02T03:33:06.467Z | Compiling daft v0.1.5 |
| 2315 | 2026-03-02T03:33:06.538Z | Checking native-tls v0.2.18 |
| 2316 | 2026-03-02T03:33:06.761Z | Checking crossbeam-deque v0.8.6 |
| 2317 | 2026-03-02T03:33:06.842Z | Checking ipnetwork v0.21.1 |
| 2318 | 2026-03-02T03:33:06.983Z | Checking http-body-util v0.1.3 |
| 2319 | 2026-03-02T03:33:07.069Z | Checking rand_chacha v0.3.1 |
| 2320 | 2026-03-02T03:33:07.202Z | Checking webpki-roots v1.0.6 |
| 2321 | 2026-03-02T03:33:07.383Z | Checking scroll v0.12.0 |
| 2322 | 2026-03-02T03:33:07.411Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2323 | 2026-03-02T03:33:07.435Z | Checking hash32 v0.2.1 |
| 2324 | 2026-03-02T03:33:07.548Z | Checking tokio-rustls v0.26.4 |
| 2325 | 2026-03-02T03:33:07.619Z | Checking toml_datetime v0.6.11 |
| 2326 | 2026-03-02T03:33:07.709Z | Checking serde_spanned v0.6.9 |
| 2327 | 2026-03-02T03:33:07.817Z | Checking num-integer v0.1.46 |
| 2328 | 2026-03-02T03:33:07.915Z | Checking md-5 v0.10.6 |
| 2329 | 2026-03-02T03:33:07.940Z | Checking ff v0.13.1 |
| 2330 | 2026-03-02T03:33:07.977Z | Checking zlib-rs v0.6.2 |
| 2331 | 2026-03-02T03:33:08.160Z | Checking base16ct v0.2.0 |
| 2332 | 2026-03-02T03:33:08.184Z | Checking psl-types v2.0.11 |
| 2333 | 2026-03-02T03:33:08.253Z | Checking fallible-iterator v0.2.0 |
| 2334 | 2026-03-02T03:33:08.376Z | Checking iri-string v0.7.10 |
| 2335 | 2026-03-02T03:33:08.400Z | Checking ryu v1.0.23 |
| 2336 | 2026-03-02T03:33:08.643Z | Checking serde_urlencoded v0.7.1 |
| 2337 | 2026-03-02T03:33:08.679Z | Checking sec1 v0.7.3 |
| 2338 | 2026-03-02T03:33:08.711Z | Checking hyper v1.8.1 |
| 2339 | 2026-03-02T03:33:08.833Z | Checking postgres-protocol v0.6.10 |
| 2340 | 2026-03-02T03:33:09.055Z | Checking publicsuffix v2.3.0 |
| 2341 | 2026-03-02T03:33:09.080Z | Checking num-iter v0.1.45 |
| 2342 | 2026-03-02T03:33:09.252Z | Checking group v0.13.0 |
| 2343 | 2026-03-02T03:33:09.321Z | Compiling iddqd v0.3.17 |
| 2344 | 2026-03-02T03:33:09.436Z | Checking goblin v0.8.2 |
| 2345 | 2026-03-02T03:33:09.493Z | Checking heapless v0.7.17 |
| 2346 | 2026-03-02T03:33:09.641Z | Checking flate2 v1.1.9 |
| 2347 | 2026-03-02T03:33:10.245Z | Checking zstd-safe v7.2.4 |
| 2348 | 2026-03-02T03:33:10.304Z | Checking rand v0.8.5 |
| 2349 | 2026-03-02T03:33:10.537Z | Checking tower-http v0.6.8 |
| 2350 | 2026-03-02T03:33:10.562Z | Checking oxnet v0.1.4 |
| 2351 | 2026-03-02T03:33:10.586Z | Checking hyper-util v0.1.20 |
| 2352 | 2026-03-02T03:33:10.653Z | Checking dof v0.4.0 |
| 2353 | 2026-03-02T03:33:11.000Z | Checking rayon-core v1.13.0 |
| 2354 | 2026-03-02T03:33:11.049Z | Checking tokio-native-tls v0.3.1 |
| 2355 | 2026-03-02T03:33:11.073Z | Checking cookie v0.18.1 |
| 2356 | 2026-03-02T03:33:11.325Z | Checking dtrace-parser v0.3.0 |
| 2357 | 2026-03-02T03:33:11.384Z | Checking phf_shared v0.13.1 |
| 2358 | 2026-03-02T03:33:11.506Z | Checking lazy_static v1.5.0 |
| 2359 | 2026-03-02T03:33:11.607Z | Checking terminal_size v0.4.3 |
| 2360 | 2026-03-02T03:33:11.642Z | Checking zerocopy v0.7.35 |
| 2361 | 2026-03-02T03:33:11.666Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2362 | 2026-03-02T03:33:11.757Z | Checking signal-hook v0.3.18 |
| 2363 | 2026-03-02T03:33:11.788Z | Checking hkdf v0.12.4 |
| 2364 | 2026-03-02T03:33:11.813Z | Checking crypto-bigint v0.5.5 |
| 2365 | 2026-03-02T03:33:11.813Z | Checking thread-id v5.1.0 |
| 2366 | 2026-03-02T03:33:11.949Z | Checking libbz2-rs-sys v0.2.2 |
| 2367 | 2026-03-02T03:33:11.998Z | Checking clap_lex v1.0.0 |
| 2368 | 2026-03-02T03:33:12.091Z | Checking winnow v0.7.14 |
| 2369 | 2026-03-02T03:33:12.174Z | Checking bitflags v1.3.2 |
| 2370 | 2026-03-02T03:33:12.257Z | Checking unicode-width v0.2.0 |
| 2371 | 2026-03-02T03:33:12.282Z | Checking winnow v0.5.40 |
| 2372 | 2026-03-02T03:33:12.659Z | Checking managed v0.8.0 |
| 2373 | 2026-03-02T03:33:12.659Z | Checking strsim v0.11.1 |
| 2374 | 2026-03-02T03:33:12.696Z | Checking bumpalo v3.20.2 |
| 2375 | 2026-03-02T03:33:12.964Z | Checking foldhash v0.1.5 |
| 2376 | 2026-03-02T03:33:12.989Z | Checking hyper-rustls v0.27.7 |
| 2377 | 2026-03-02T03:33:13.047Z | Checking smoltcp v0.9.1 |
| 2378 | 2026-03-02T03:33:13.074Z | Checking zopfli v0.8.3 |
| 2379 | 2026-03-02T03:33:13.221Z | Checking hashbrown v0.15.5 |
| 2380 | 2026-03-02T03:33:13.349Z | Checking hyper-tls v0.6.0 |
| 2381 | 2026-03-02T03:33:13.561Z | Checking dof v0.3.0 |
| 2382 | 2026-03-02T03:33:13.611Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2383 | 2026-03-02T03:33:13.646Z | Checking clap_builder v4.5.60 |
| 2384 | 2026-03-02T03:33:13.896Z | Checking bzip2 v0.6.1 |
| 2385 | 2026-03-02T03:33:14.095Z | Checking console v0.16.2 |
| 2386 | 2026-03-02T03:33:14.120Z | Checking elliptic-curve v0.13.8 |
| 2387 | 2026-03-02T03:33:14.152Z | Checking usdt-impl v0.6.0 |
| 2388 | 2026-03-02T03:33:14.176Z | Checking signal-hook-mio v0.2.5 |
| 2389 | 2026-03-02T03:33:14.282Z | Checking phf v0.13.1 |
| 2390 | 2026-03-02T03:33:14.324Z | Checking bzip2 v0.4.4 |
| 2391 | 2026-03-02T03:33:14.516Z | Checking num-bigint-dig v0.8.6 |
| 2392 | 2026-03-02T03:33:14.553Z | Checking rayon v1.11.0 |
| 2393 | 2026-03-02T03:33:14.598Z | Checking cookie_store v0.22.1 |
| 2394 | 2026-03-02T03:33:14.679Z | Checking zstd v0.13.3 |
| 2395 | 2026-03-02T03:33:14.705Z | Checking toml_edit v0.19.15 |
| 2396 | 2026-03-02T03:33:14.729Z | Checking postgres-types v0.2.12 |
| 2397 | 2026-03-02T03:33:15.020Z | Checking rustls-platform-verifier v0.6.2 |
| 2398 | 2026-03-02T03:33:15.126Z | Checking regex v1.12.3 |
| 2399 | 2026-03-02T03:33:15.234Z | Checking bstr v1.12.1 |
| 2400 | 2026-03-02T03:33:15.258Z | Checking ed25519 v2.2.3 |
| 2401 | 2026-03-02T03:33:15.355Z | Checking dtrace-parser v0.2.0 |
| 2402 | 2026-03-02T03:33:15.580Z | Checking phf_shared v0.11.3 |
| 2403 | 2026-03-02T03:33:15.645Z | Checking itertools v0.12.1 |
| 2404 | 2026-03-02T03:33:15.795Z | Checking curve25519-dalek v4.1.3 |
| 2405 | 2026-03-02T03:33:15.838Z | Checking ref-cast v1.0.25 |
| 2406 | 2026-03-02T03:33:15.982Z | Checking strum v0.27.2 |
| 2407 | 2026-03-02T03:33:16.014Z | Checking hubpack v0.1.2 |
| 2408 | 2026-03-02T03:33:16.164Z | Checking rustix v0.38.44 |
| 2409 | 2026-03-02T03:33:16.232Z | Checking pkcs1 v0.7.5 |
| 2410 | 2026-03-02T03:33:16.337Z | Checking hex v0.4.3 |
| 2411 | 2026-03-02T03:33:16.362Z | Checking erased-serde v0.3.31 |
| 2412 | 2026-03-02T03:33:16.611Z | Checking serde-big-array v0.5.1 |
| 2413 | 2026-03-02T03:33:16.769Z | Checking float-cmp v0.10.0 |
| 2414 | 2026-03-02T03:33:16.798Z | Checking rfc6979 v0.4.0 |
| 2415 | 2026-03-02T03:33:16.841Z | Checking memmap2 v0.9.10 |
| 2416 | 2026-03-02T03:33:16.982Z | Checking thread-id v4.2.2 |
| 2417 | 2026-03-02T03:33:17.007Z | Checking env_filter v1.0.0 |
| 2418 | 2026-03-02T03:33:17.112Z | Checking encoding_rs v0.8.35 |
| 2419 | 2026-03-02T03:33:17.136Z | Checking fixedbitset v0.4.2 |
| 2420 | 2026-03-02T03:33:17.241Z | Checking mime v0.3.17 |
| 2421 | 2026-03-02T03:33:17.265Z | Checking fixedbitset v0.5.7 |
| 2422 | 2026-03-02T03:33:17.392Z | Checking normalize-line-endings v0.3.0 |
| 2423 | 2026-03-02T03:33:17.416Z | Checking unicode-segmentation v1.12.0 |
| 2424 | 2026-03-02T03:33:17.536Z | Checking whoami v2.1.0 |
| 2425 | 2026-03-02T03:33:17.560Z | Checking difflib v0.4.0 |
| 2426 | 2026-03-02T03:33:17.629Z | Checking unit-prefix v0.5.2 |
| 2427 | 2026-03-02T03:33:17.667Z | Checking static_assertions v1.1.0 |
| 2428 | 2026-03-02T03:33:17.792Z | Checking keccak v0.1.6 |
| 2429 | 2026-03-02T03:33:17.816Z | Checking new_debug_unreachable v1.0.6 |
| 2430 | 2026-03-02T03:33:17.841Z | Checking toml_write v0.1.2 |
| 2431 | 2026-03-02T03:33:17.874Z | Checking jiff v0.2.21 |
| 2432 | 2026-03-02T03:33:17.898Z | Checking precomputed-hash v0.1.1 |
| 2433 | 2026-03-02T03:33:17.922Z | Checking rustc-hash v2.1.1 |
| 2434 | 2026-03-02T03:33:17.947Z | Checking data-encoding v2.10.0 |
| 2435 | 2026-03-02T03:33:18.041Z | Checking predicates-core v1.0.10 |
| 2436 | 2026-03-02T03:33:18.066Z | Checking string_cache v0.8.9 |
| 2437 | 2026-03-02T03:33:18.116Z | Checking sha3 v0.10.8 |
| 2438 | 2026-03-02T03:33:18.165Z | Checking toml_edit v0.22.27 |
| 2439 | 2026-03-02T03:33:18.284Z | Checking predicates v3.1.4 |
| 2440 | 2026-03-02T03:33:18.380Z | Checking similar v2.7.0 |
| 2441 | 2026-03-02T03:33:18.482Z | Checking hickory-proto v0.25.2 |
| 2442 | 2026-03-02T03:33:18.506Z | Checking crossterm v0.28.1 |
| 2443 | 2026-03-02T03:33:18.872Z | Checking tokio-postgres v0.7.16 |
| 2444 | 2026-03-02T03:33:18.924Z | Checking reqwest v0.12.28 |
| 2445 | 2026-03-02T03:33:19.152Z | Checking indicatif v0.18.4 |
| 2446 | 2026-03-02T03:33:19.861Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2447 | 2026-03-02T03:33:19.886Z | Checking zone v0.3.1 |
| 2448 | 2026-03-02T03:33:19.950Z | Checking petgraph v0.8.3 |
| 2449 | 2026-03-02T03:33:20.440Z | Checking ed25519-dalek v2.2.0 |
| 2450 | 2026-03-02T03:33:20.603Z | Checking petgraph v0.6.5 |
| 2451 | 2026-03-02T03:33:20.627Z | Checking slog v2.8.2 |
| 2452 | 2026-03-02T03:33:20.844Z | Checking env_logger v0.11.9 |
| 2453 | 2026-03-02T03:33:21.140Z | Checking usdt v0.6.0 |
| 2454 | 2026-03-02T03:33:21.203Z | Checking usdt-impl v0.5.0 |
| 2455 | 2026-03-02T03:33:21.320Z | Checking ecdsa v0.16.9 |
| 2456 | 2026-03-02T03:33:21.423Z | Checking serde_with v3.17.0 |
| 2457 | 2026-03-02T03:33:21.690Z | Checking toml v0.7.8 |
| 2458 | 2026-03-02T03:33:21.962Z | Checking rsa v0.9.10 |
| 2459 | 2026-03-02T03:33:22.285Z | Checking clap v4.5.60 |
| 2460 | 2026-03-02T03:33:22.396Z | Checking reqwest v0.13.2 |
| 2461 | 2026-03-02T03:33:22.584Z | Checking zip v4.6.1 |
| 2462 | 2026-03-02T03:33:22.893Z | Checking zip v0.6.6 |
| 2463 | 2026-03-02T03:33:23.206Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2464 | 2026-03-02T03:33:23.267Z | Checking strum v0.26.3 |
| 2465 | 2026-03-02T03:33:23.422Z | Checking tokio-stream v0.1.18 |
| 2466 | 2026-03-02T03:33:23.511Z | Checking fs-err v3.3.0 |
| 2467 | 2026-03-02T03:33:23.739Z | Checking ahash v0.8.12 |
| 2468 | 2026-03-02T03:33:23.824Z | Checking object v0.37.3 |
| 2469 | 2026-03-02T03:33:23.967Z | Checking buf-list v1.1.2 |
| 2470 | 2026-03-02T03:33:24.034Z | Checking itertools v0.13.0 |
| 2471 | 2026-03-02T03:33:24.101Z | Checking camino v1.2.2 |
| 2472 | 2026-03-02T03:33:24.155Z | Checking anyhow v1.0.102 |
| 2473 | 2026-03-02T03:33:24.188Z | Checking x509-cert v0.2.5 |
| 2474 | 2026-03-02T03:33:24.290Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2475 | 2026-03-02T03:33:24.434Z | Checking openapiv3 v2.2.0 |
| 2476 | 2026-03-02T03:33:24.467Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2477 | 2026-03-02T03:33:24.511Z | Checking sha1 v0.10.6 |
| 2478 | 2026-03-02T03:33:24.624Z | Checking lalrpop-util v0.19.12 |
| 2479 | 2026-03-02T03:33:24.777Z | Checking peg-runtime v0.8.5 |
| 2480 | 2026-03-02T03:33:24.815Z | Checking sigpipe v0.1.3 |
| 2481 | 2026-03-02T03:33:24.846Z | Checking glob v0.3.3 |
| 2482 | 2026-03-02T03:33:29.112Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2483 | 2026-03-02T03:33:29.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.67s |
| 2484 | 2026-03-02T03:33:29.822Z | |
| 2485 | 2026-03-02T03:33:29.822Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (51/252) |
| 2486 | 2026-03-02T03:33:31.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2487 | 2026-03-02T03:33:31.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2488 | 2026-03-02T03:33:31.423Z | Checking newtype-uuid v1.3.2 |
| 2489 | 2026-03-02T03:33:31.447Z | Compiling structmeta-derive v0.3.0 |
| 2490 | 2026-03-02T03:33:31.447Z | Compiling rustls v0.22.4 |
| 2491 | 2026-03-02T03:33:31.507Z | Checking regress v0.10.5 |
| 2492 | 2026-03-02T03:33:31.531Z | Compiling multer v3.1.0 |
| 2493 | 2026-03-02T03:33:31.556Z | Compiling newtype-uuid-macros v0.1.0 |
| 2494 | 2026-03-02T03:33:31.581Z | Compiling async-stream-impl v0.3.6 |
| 2495 | 2026-03-02T03:33:31.606Z | Checking futures-executor v0.3.32 |
| 2496 | 2026-03-02T03:33:31.808Z | Checking daft v0.1.5 |
| 2497 | 2026-03-02T03:33:31.867Z | Compiling dropshot v0.16.7 |
| 2498 | 2026-03-02T03:33:31.978Z | Checking futures v0.3.32 |
| 2499 | 2026-03-02T03:33:32.104Z | Compiling dropshot_endpoint v0.16.7 |
| 2500 | 2026-03-02T03:33:32.256Z | Checking iddqd v0.3.17 |
| 2501 | 2026-03-02T03:33:32.281Z | Checking thread_local v1.1.9 |
| 2502 | 2026-03-02T03:33:32.568Z | Checking crossbeam-channel v0.5.15 |
| 2503 | 2026-03-02T03:33:32.643Z | Checking is-terminal v0.4.17 |
| 2504 | 2026-03-02T03:33:32.794Z | Checking take_mut v0.2.2 |
| 2505 | 2026-03-02T03:33:32.969Z | Checking term v1.2.1 |
| 2506 | 2026-03-02T03:33:33.017Z | Checking rustls-webpki v0.102.8 |
| 2507 | 2026-03-02T03:33:33.260Z | Checking slog-async v2.8.0 |
| 2508 | 2026-03-02T03:33:33.418Z | Checking slog-term v2.9.2 |
| 2509 | 2026-03-02T03:33:33.571Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2510 | 2026-03-02T03:33:33.612Z | Compiling structmeta v0.3.0 |
| 2511 | 2026-03-02T03:33:33.719Z | Checking serde_spanned v1.0.4 |
| 2512 | 2026-03-02T03:33:33.917Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2513 | 2026-03-02T03:33:33.941Z | Checking match_cfg v0.1.0 |
| 2514 | 2026-03-02T03:33:34.010Z | Compiling derive-ex v0.1.8 |
| 2515 | 2026-03-02T03:33:34.037Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2516 | 2026-03-02T03:33:34.064Z | Compiling parse-display-derive v0.10.0 |
| 2517 | 2026-03-02T03:33:34.164Z | Checking debug-ignore v1.0.5 |
| 2518 | 2026-03-02T03:33:34.221Z | Checking hostname v0.3.1 |
| 2519 | 2026-03-02T03:33:34.259Z | Checking toml v0.9.12+spec-1.1.0 |
| 2520 | 2026-03-02T03:33:34.368Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2521 | 2026-03-02T03:33:34.392Z | Checking slog-json v2.6.1 |
| 2522 | 2026-03-02T03:33:34.654Z | Checking macaddr v1.0.1 |
| 2523 | 2026-03-02T03:33:34.971Z | Checking slog-bunyan v2.5.0 |
| 2524 | 2026-03-02T03:33:35.073Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2525 | 2026-03-02T03:33:35.160Z | Checking async-stream v0.3.6 |
| 2526 | 2026-03-02T03:33:35.547Z | Checking waitgroup v0.1.2 |
| 2527 | 2026-03-02T03:33:35.690Z | Checking rustls-pemfile v2.2.0 |
| 2528 | 2026-03-02T03:33:35.716Z | Checking serde_path_to_error v0.1.20 |
| 2529 | 2026-03-02T03:33:35.743Z | Checking hostname v0.4.2 |
| 2530 | 2026-03-02T03:33:35.788Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2531 | 2026-03-02T03:33:35.913Z | Checking progenitor-client v0.10.0 |
| 2532 | 2026-03-02T03:33:35.952Z | Compiling itertools v0.14.0 |
| 2533 | 2026-03-02T03:33:36.034Z | Checking progenitor-client v0.13.0 |
| 2534 | 2026-03-02T03:33:36.349Z | Checking instant v0.1.13 |
| 2535 | 2026-03-02T03:33:36.374Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2536 | 2026-03-02T03:33:36.501Z | Checking backoff v0.4.0 |
| 2537 | 2026-03-02T03:33:36.561Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2538 | 2026-03-02T03:33:36.816Z | Checking backon v1.6.0 |
| 2539 | 2026-03-02T03:33:37.128Z | Checking heck v0.5.0 |
| 2540 | 2026-03-02T03:33:37.341Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2541 | 2026-03-02T03:33:37.386Z | Checking parse-display v0.10.0 |
| 2542 | 2026-03-02T03:33:37.445Z | Checking tokio-rustls v0.25.0 |
| 2543 | 2026-03-02T03:33:37.492Z | Compiling test-strategy v0.4.5 |
| 2544 | 2026-03-02T03:33:37.522Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2545 | 2026-03-02T03:33:37.639Z | Compiling heapless v0.8.0 |
| 2546 | 2026-03-02T03:33:37.864Z | Compiling crucible-workspace-hack v0.1.0 |
| 2547 | 2026-03-02T03:33:38.239Z | Compiling typify-impl v0.4.3 |
| 2548 | 2026-03-02T03:33:38.272Z | Checking hash32 v0.3.1 |
| 2549 | 2026-03-02T03:33:38.488Z | Compiling proc-macro-crate v3.4.0 |
| 2550 | 2026-03-02T03:33:38.513Z | Compiling smoltcp v0.11.0 |
| 2551 | 2026-03-02T03:33:38.775Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2552 | 2026-03-02T03:33:38.806Z | Compiling ingot-macros v0.1.1 |
| 2553 | 2026-03-02T03:33:39.263Z | Checking tabwriter v1.4.1 |
| 2554 | 2026-03-02T03:33:39.498Z | Checking cobs v0.3.0 |
| 2555 | 2026-03-02T03:33:39.583Z | Compiling foreign-types-macros v0.2.3 |
| 2556 | 2026-03-02T03:33:39.639Z | Compiling num_enum_derive v0.7.5 |
| 2557 | 2026-03-02T03:33:39.741Z | Checking cpufeatures v0.3.0 |
| 2558 | 2026-03-02T03:33:39.856Z | Checking foreign-types-shared v0.3.1 |
| 2559 | 2026-03-02T03:33:40.002Z | Checking chacha20 v0.10.0 |
| 2560 | 2026-03-02T03:33:40.395Z | Checking postcard v1.1.3 |
| 2561 | 2026-03-02T03:33:40.501Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2562 | 2026-03-02T03:33:40.639Z | Checking foreign-types v0.5.0 |
| 2563 | 2026-03-02T03:33:40.949Z | Compiling proc-macro-crate v1.3.1 |
| 2564 | 2026-03-02T03:33:41.101Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2565 | 2026-03-02T03:33:41.182Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2566 | 2026-03-02T03:33:41.566Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2567 | 2026-03-02T03:33:41.614Z | Checking cstr-argument v0.1.2 |
| 2568 | 2026-03-02T03:33:41.697Z | Checking num_enum v0.7.5 |
| 2569 | 2026-03-02T03:33:41.844Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2570 | 2026-03-02T03:33:41.878Z | Checking colored v3.1.1 |
| 2571 | 2026-03-02T03:33:42.047Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2572 | 2026-03-02T03:33:42.274Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2573 | 2026-03-02T03:33:42.298Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2574 | 2026-03-02T03:33:42.375Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2575 | 2026-03-02T03:33:42.435Z | Compiling num_enum_derive v0.5.11 |
| 2576 | 2026-03-02T03:33:42.473Z | Checking rand v0.10.0 |
| 2577 | 2026-03-02T03:33:42.585Z | Checking secrecy v0.10.3 |
| 2578 | 2026-03-02T03:33:42.689Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2579 | 2026-03-02T03:33:42.774Z | Compiling memoffset v0.9.1 |
| 2580 | 2026-03-02T03:33:43.120Z | Compiling convert_case v0.4.0 |
| 2581 | 2026-03-02T03:33:43.494Z | Compiling cfg_aliases v0.2.1 |
| 2582 | 2026-03-02T03:33:43.519Z | Compiling unsafe-libyaml v0.2.11 |
| 2583 | 2026-03-02T03:33:43.631Z | Compiling nix v0.30.1 |
| 2584 | 2026-03-02T03:33:43.980Z | Compiling derive_more v0.99.20 |
| 2585 | 2026-03-02T03:33:44.645Z | Checking ingot-types v0.1.2 |
| 2586 | 2026-03-02T03:33:44.684Z | Checking num_enum v0.5.11 |
| 2587 | 2026-03-02T03:33:44.887Z | Compiling serde_yaml v0.9.34+deprecated |
| 2588 | 2026-03-02T03:33:45.158Z | Checking camino-tempfile v1.4.1 |
| 2589 | 2026-03-02T03:33:45.254Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2590 | 2026-03-02T03:33:45.439Z | Checking ingot v0.1.1 |
| 2591 | 2026-03-02T03:33:45.485Z | Compiling prettyplease v0.2.37 |
| 2592 | 2026-03-02T03:33:45.924Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2593 | 2026-03-02T03:33:46.044Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2594 | 2026-03-02T03:33:46.326Z | Checking smf v0.2.3 |
| 2595 | 2026-03-02T03:33:46.517Z | Compiling num-derive v0.4.2 |
| 2596 | 2026-03-02T03:33:46.823Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2597 | 2026-03-02T03:33:47.314Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2598 | 2026-03-02T03:33:48.143Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2599 | 2026-03-02T03:33:48.423Z | Compiling typify-macro v0.4.3 |
| 2600 | 2026-03-02T03:33:48.479Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2601 | 2026-03-02T03:33:48.504Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2602 | 2026-03-02T03:33:49.306Z | Checking whoami v1.6.1 |
| 2603 | 2026-03-02T03:33:49.549Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2604 | 2026-03-02T03:33:49.620Z | Compiling typify-impl v0.6.1 |
| 2605 | 2026-03-02T03:33:51.552Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2606 | 2026-03-02T03:33:51.780Z | Compiling typify v0.4.3 |
| 2607 | 2026-03-02T03:33:51.839Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2608 | 2026-03-02T03:33:52.306Z | Checking num-rational v0.4.2 |
| 2609 | 2026-03-02T03:33:53.585Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2610 | 2026-03-02T03:33:53.822Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2611 | 2026-03-02T03:33:53.847Z | Checking universal-hash v0.5.1 |
| 2612 | 2026-03-02T03:33:53.904Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2613 | 2026-03-02T03:33:54.056Z | Checking half v2.7.1 |
| 2614 | 2026-03-02T03:33:54.272Z | Checking num-complex v0.4.6 |
| 2615 | 2026-03-02T03:33:54.836Z | Checking ciborium-io v0.2.2 |
| 2616 | 2026-03-02T03:33:54.980Z | Checking opaque-debug v0.3.1 |
| 2617 | 2026-03-02T03:33:55.019Z | Checking ciborium-ll v0.2.2 |
| 2618 | 2026-03-02T03:33:55.062Z | Checking num v0.4.3 |
| 2619 | 2026-03-02T03:33:55.104Z | Checking poly1305 v0.8.0 |
| 2620 | 2026-03-02T03:33:55.197Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2621 | 2026-03-02T03:33:55.363Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2622 | 2026-03-02T03:33:55.391Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2623 | 2026-03-02T03:33:55.621Z | Checking toml v0.8.23 |
| 2624 | 2026-03-02T03:33:55.869Z | Checking thiserror-no-std v2.0.2 |
| 2625 | 2026-03-02T03:33:56.015Z | Checking password-hash v0.5.0 |
| 2626 | 2026-03-02T03:33:56.084Z | Checking chacha20 v0.9.1 |
| 2627 | 2026-03-02T03:33:56.329Z | Compiling usdt-macro v0.5.0 |
| 2628 | 2026-03-02T03:33:56.463Z | Compiling usdt-attr-macro v0.5.0 |
| 2629 | 2026-03-02T03:33:56.488Z | Checking blake2 v0.10.6 |
| 2630 | 2026-03-02T03:33:56.948Z | Checking aead v0.5.2 |
| 2631 | 2026-03-02T03:33:57.209Z | Checking memmap v0.7.0 |
| 2632 | 2026-03-02T03:33:57.443Z | Checking float-ord v0.3.2 |
| 2633 | 2026-03-02T03:33:57.580Z | Checking chacha20poly1305 v0.10.1 |
| 2634 | 2026-03-02T03:33:57.618Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2635 | 2026-03-02T03:33:57.725Z | Checking usdt v0.5.0 |
| 2636 | 2026-03-02T03:33:57.795Z | Checking argon2 v0.5.3 |
| 2637 | 2026-03-02T03:33:57.841Z | Checking vsss-rs v3.3.4 |
| 2638 | 2026-03-02T03:33:57.950Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2639 | 2026-03-02T03:33:58.041Z | Checking ciborium v0.2.2 |
| 2640 | 2026-03-02T03:33:58.484Z | Compiling semver v0.1.20 |
| 2641 | 2026-03-02T03:33:58.733Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2642 | 2026-03-02T03:33:59.036Z | Checking indent_write v2.2.0 |
| 2643 | 2026-03-02T03:33:59.185Z | Compiling rustc_version v0.1.7 |
| 2644 | 2026-03-02T03:33:59.264Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2645 | 2026-03-02T03:33:59.615Z | Compiling progenitor-impl v0.11.2 |
| 2646 | 2026-03-02T03:33:59.779Z | Compiling typify-macro v0.6.1 |
| 2647 | 2026-03-02T03:34:00.399Z | Compiling pin-project-internal v1.1.11 |
| 2648 | 2026-03-02T03:34:00.625Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2649 | 2026-03-02T03:34:01.511Z | Compiling minimal-lexical v0.2.1 |
| 2650 | 2026-03-02T03:34:01.995Z | Checking linked-hash-map v0.5.6 |
| 2651 | 2026-03-02T03:34:02.020Z | Checking swrite v0.1.0 |
| 2652 | 2026-03-02T03:34:02.172Z | Compiling nom v7.1.3 |
| 2653 | 2026-03-02T03:34:02.321Z | Checking lru-cache v0.1.2 |
| 2654 | 2026-03-02T03:34:02.533Z | Compiling newtype_derive v0.1.6 |
| 2655 | 2026-03-02T03:34:02.680Z | Checking pin-project v1.1.11 |
| 2656 | 2026-03-02T03:34:03.132Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2657 | 2026-03-02T03:34:03.177Z | Compiling typify v0.6.1 |
| 2658 | 2026-03-02T03:34:03.348Z | Compiling progenitor-impl v0.13.0 |
| 2659 | 2026-03-02T03:34:04.009Z | Checking newline-converter v0.3.0 |
| 2660 | 2026-03-02T03:34:04.072Z | Checking atomicwrites v0.4.4 |
| 2661 | 2026-03-02T03:34:04.198Z | Checking hickory-proto v0.24.4 |
| 2662 | 2026-03-02T03:34:04.281Z | Checking phf_shared v0.12.1 |
| 2663 | 2026-03-02T03:34:04.553Z | Checking progenitor-client v0.11.2 |
| 2664 | 2026-03-02T03:34:04.606Z | Checking console v0.15.11 |
| 2665 | 2026-03-02T03:34:04.956Z | Compiling snafu-derive v0.8.9 |
| 2666 | 2026-03-02T03:34:04.996Z | Checking pem v3.0.6 |
| 2667 | 2026-03-02T03:34:05.125Z | Checking csv-core v0.1.13 |
| 2668 | 2026-03-02T03:34:05.275Z | Compiling derive-where v1.6.0 |
| 2669 | 2026-03-02T03:34:05.462Z | Compiling async-recursion v1.1.1 |
| 2670 | 2026-03-02T03:34:05.498Z | Compiling progenitor-macro v0.11.2 |
| 2671 | 2026-03-02T03:34:06.707Z | Compiling slog-dtrace v0.3.0 |
| 2672 | 2026-03-02T03:34:07.009Z | Checking unicode-width v0.1.14 |
| 2673 | 2026-03-02T03:34:07.444Z | Checking resolv-conf v0.7.6 |
| 2674 | 2026-03-02T03:34:07.783Z | Checking highway v1.3.0 |
| 2675 | 2026-03-02T03:34:07.827Z | Compiling cancel-safe-futures v0.1.5 |
| 2676 | 2026-03-02T03:34:07.969Z | Compiling owo-colors v4.3.0 |
| 2677 | 2026-03-02T03:34:08.179Z | Compiling chrono-tz v0.10.4 |
| 2678 | 2026-03-02T03:34:08.218Z | Checking same-file v1.0.6 |
| 2679 | 2026-03-02T03:34:08.427Z | Checking walkdir v2.5.0 |
| 2680 | 2026-03-02T03:34:08.531Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2681 | 2026-03-02T03:34:08.728Z | Compiling const_format_proc_macros v0.2.34 |
| 2682 | 2026-03-02T03:34:08.906Z | Checking snafu v0.8.9 |
| 2683 | 2026-03-02T03:34:09.157Z | Compiling progenitor-macro v0.13.0 |
| 2684 | 2026-03-02T03:34:09.587Z | Checking hickory-resolver v0.24.4 |
| 2685 | 2026-03-02T03:34:10.013Z | Checking csv v1.4.0 |
| 2686 | 2026-03-02T03:34:10.318Z | Checking expectorate v1.2.0 |
| 2687 | 2026-03-02T03:34:10.518Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2688 | 2026-03-02T03:34:10.770Z | Checking phf v0.12.1 |
| 2689 | 2026-03-02T03:34:11.058Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2690 | 2026-03-02T03:34:11.472Z | Checking tokio-dtrace v0.1.1 |
| 2691 | 2026-03-02T03:34:11.778Z | Compiling progenitor-impl v0.10.0 |
| 2692 | 2026-03-02T03:34:12.052Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2693 | 2026-03-02T03:34:13.306Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2694 | 2026-03-02T03:34:14.223Z | Checking globset v0.4.18 |
| 2695 | 2026-03-02T03:34:14.473Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2696 | 2026-03-02T03:34:14.718Z | Checking olpc-cjson v0.1.4 |
| 2697 | 2026-03-02T03:34:14.950Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2698 | 2026-03-02T03:34:15.021Z | Checking libsw-core v0.3.2 |
| 2699 | 2026-03-02T03:34:15.129Z | Checking arc-swap v1.8.2 |
| 2700 | 2026-03-02T03:34:15.287Z | Compiling lzma-sys v0.1.20 |
| 2701 | 2026-03-02T03:34:15.401Z | Checking serde_plain v1.0.2 |
| 2702 | 2026-03-02T03:34:15.557Z | Checking utf-8 v0.7.6 |
| 2703 | 2026-03-02T03:34:15.666Z | Checking bytecount v0.6.9 |
| 2704 | 2026-03-02T03:34:15.809Z | Checking typed-path v0.9.3 |
| 2705 | 2026-03-02T03:34:15.878Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2706 | 2026-03-02T03:34:15.903Z | Checking progenitor v0.11.2 |
| 2707 | 2026-03-02T03:34:15.944Z | Checking papergrid v0.11.0 |
| 2708 | 2026-03-02T03:34:16.018Z | Checking tungstenite v0.21.0 |
| 2709 | 2026-03-02T03:34:16.123Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2710 | 2026-03-02T03:34:16.894Z | Checking slog-scope v4.4.1 |
| 2711 | 2026-03-02T03:34:17.130Z | Checking libsw v3.5.0 |
| 2712 | 2026-03-02T03:34:17.264Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2713 | 2026-03-02T03:34:17.355Z | Compiling progenitor-macro v0.10.0 |
| 2714 | 2026-03-02T03:34:17.388Z | Checking oxide-tokio-rt v0.1.2 |
| 2715 | 2026-03-02T03:34:17.586Z | Checking tough v0.20.0 |
| 2716 | 2026-03-02T03:34:17.649Z | Checking qorb v0.4.1 |
| 2717 | 2026-03-02T03:34:18.542Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2718 | 2026-03-02T03:34:19.379Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2719 | 2026-03-02T03:34:19.851Z | Checking progenitor v0.13.0 |
| 2720 | 2026-03-02T03:34:20.020Z | Checking const_format v0.2.35 |
| 2721 | 2026-03-02T03:34:20.776Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2722 | 2026-03-02T03:34:20.985Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2723 | 2026-03-02T03:34:21.465Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2724 | 2026-03-02T03:34:21.761Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2725 | 2026-03-02T03:34:22.015Z | Compiling cargo_toml v0.22.3 |
| 2726 | 2026-03-02T03:34:22.128Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2727 | 2026-03-02T03:34:22.482Z | Checking gethostname v0.5.0 |
| 2728 | 2026-03-02T03:34:22.624Z | Compiling tabled_derive v0.7.0 |
| 2729 | 2026-03-02T03:34:22.708Z | Checking bcs v0.1.6 |
| 2730 | 2026-03-02T03:34:22.742Z | Checking smawk v0.3.2 |
| 2731 | 2026-03-02T03:34:22.922Z | Checking unicode-linebreak v0.1.5 |
| 2732 | 2026-03-02T03:34:22.983Z | Checking linear-map v1.2.0 |
| 2733 | 2026-03-02T03:34:23.162Z | Checking termtree v0.5.1 |
| 2734 | 2026-03-02T03:34:23.317Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2735 | 2026-03-02T03:34:23.341Z | Checking textwrap v0.16.2 |
| 2736 | 2026-03-02T03:34:23.405Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2737 | 2026-03-02T03:34:23.762Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2738 | 2026-03-02T03:34:23.964Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2739 | 2026-03-02T03:34:24.485Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2740 | 2026-03-02T03:34:24.603Z | Checking tabled v0.15.0 |
| 2741 | 2026-03-02T03:34:24.823Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2742 | 2026-03-02T03:34:26.025Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2743 | 2026-03-02T03:34:26.336Z | Checking steno v0.4.1 |
| 2744 | 2026-03-02T03:34:26.631Z | Checking slog-stdlog v4.1.1 |
| 2745 | 2026-03-02T03:34:26.834Z | Checking typeid v1.0.3 |
| 2746 | 2026-03-02T03:34:26.971Z | Checking tokio-tungstenite v0.21.0 |
| 2747 | 2026-03-02T03:34:27.180Z | Checking humantime v2.3.0 |
| 2748 | 2026-03-02T03:34:27.469Z | Checking base64 v0.21.7 |
| 2749 | 2026-03-02T03:34:27.504Z | Checking xz2 v0.1.7 |
| 2750 | 2026-03-02T03:34:27.793Z | Checking ron v0.12.0 |
| 2751 | 2026-03-02T03:34:27.918Z | Checking slog-envlogger v2.2.0 |
| 2752 | 2026-03-02T03:34:27.970Z | Checking progenitor v0.10.0 |
| 2753 | 2026-03-02T03:34:28.159Z | Checking yasna v0.5.2 |
| 2754 | 2026-03-02T03:34:28.192Z | Checking headers-core v0.3.0 |
| 2755 | 2026-03-02T03:34:28.220Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2756 | 2026-03-02T03:34:28.256Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2757 | 2026-03-02T03:34:28.382Z | Checking filetime v0.2.27 |
| 2758 | 2026-03-02T03:34:28.467Z | Checking xattr v1.6.1 |
| 2759 | 2026-03-02T03:34:28.613Z | Checking base16ct v1.0.0 |
| 2760 | 2026-03-02T03:34:28.675Z | Checking tar v0.4.44 |
| 2761 | 2026-03-02T03:34:28.851Z | Checking headers v0.4.1 |
| 2762 | 2026-03-02T03:34:28.939Z | Checking rcgen v0.12.1 |
| 2763 | 2026-03-02T03:34:29.377Z | Checking subprocess v0.2.15 |
| 2764 | 2026-03-02T03:34:40.631Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2765 | 2026-03-02T03:34:54.112Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2766 | 2026-03-02T03:34:56.980Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2767 | 2026-03-02T03:34:59.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 2768 | 2026-03-02T03:34:59.547Z | |
| 2769 | 2026-03-02T03:34:59.547Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/252) |
| 2770 | 2026-03-02T03:35:00.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2771 | 2026-03-02T03:35:00.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2772 | 2026-03-02T03:35:00.903Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2773 | 2026-03-02T03:35:03.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
| 2774 | 2026-03-02T03:35:03.640Z | |
| 2775 | 2026-03-02T03:35:03.640Z | info: running `cargo check --bins` on nexus-config (53/252) |
| 2776 | 2026-03-02T03:35:04.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2777 | 2026-03-02T03:35:04.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2778 | 2026-03-02T03:35:04.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2779 | 2026-03-02T03:35:04.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 2780 | 2026-03-02T03:35:04.883Z | |
| 2781 | 2026-03-02T03:35:04.883Z | info: running `cargo check --bins` on nexus-types (54/252) |
| 2782 | 2026-03-02T03:35:05.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2783 | 2026-03-02T03:35:05.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2784 | 2026-03-02T03:35:05.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2785 | 2026-03-02T03:35:05.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 2786 | 2026-03-02T03:35:06.079Z | |
| 2787 | 2026-03-02T03:35:06.079Z | info: running `cargo check --bins` on clickhouse-admin-types (55/252) |
| 2788 | 2026-03-02T03:35:07.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2789 | 2026-03-02T03:35:07.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2790 | 2026-03-02T03:35:07.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2791 | 2026-03-02T03:35:07.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2792 | 2026-03-02T03:35:07.191Z | |
| 2793 | 2026-03-02T03:35:07.191Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (56/252) |
| 2794 | 2026-03-02T03:35:08.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2795 | 2026-03-02T03:35:08.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2796 | 2026-03-02T03:35:08.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2797 | 2026-03-02T03:35:08.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 2798 | 2026-03-02T03:35:08.351Z | |
| 2799 | 2026-03-02T03:35:08.351Z | info: running `cargo check --bins` on cockroach-admin-types (57/252) |
| 2800 | 2026-03-02T03:35:09.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2801 | 2026-03-02T03:35:09.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2802 | 2026-03-02T03:35:09.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2803 | 2026-03-02T03:35:09.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2804 | 2026-03-02T03:35:09.429Z | |
| 2805 | 2026-03-02T03:35:09.429Z | info: running `cargo check --bins` on cockroach-admin-types-versions (58/252) |
| 2806 | 2026-03-02T03:35:10.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2807 | 2026-03-02T03:35:10.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2808 | 2026-03-02T03:35:10.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2809 | 2026-03-02T03:35:10.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2810 | 2026-03-02T03:35:10.555Z | |
| 2811 | 2026-03-02T03:35:10.555Z | info: running `cargo check --bins` on ereport-types (59/252) |
| 2812 | 2026-03-02T03:35:11.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2813 | 2026-03-02T03:35:11.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2814 | 2026-03-02T03:35:11.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2815 | 2026-03-02T03:35:11.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2816 | 2026-03-02T03:35:11.680Z | |
| 2817 | 2026-03-02T03:35:11.680Z | info: running `cargo check --bins` on gateway-client (60/252) |
| 2818 | 2026-03-02T03:35:12.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2819 | 2026-03-02T03:35:12.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2820 | 2026-03-02T03:35:12.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2821 | 2026-03-02T03:35:12.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2822 | 2026-03-02T03:35:12.803Z | |
| 2823 | 2026-03-02T03:35:12.803Z | info: running `cargo check --bins --no-default-features` on gateway-types (61/252) |
| 2824 | 2026-03-02T03:35:13.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2825 | 2026-03-02T03:35:13.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2826 | 2026-03-02T03:35:13.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2827 | 2026-03-02T03:35:13.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 2828 | 2026-03-02T03:35:13.985Z | |
| 2829 | 2026-03-02T03:35:13.985Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/252) |
| 2830 | 2026-03-02T03:35:14.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2831 | 2026-03-02T03:35:14.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2832 | 2026-03-02T03:35:14.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2833 | 2026-03-02T03:35:14.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 2834 | 2026-03-02T03:35:15.081Z | |
| 2835 | 2026-03-02T03:35:15.081Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (63/252) |
| 2836 | 2026-03-02T03:35:16.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2837 | 2026-03-02T03:35:16.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2838 | 2026-03-02T03:35:16.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2839 | 2026-03-02T03:35:16.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2840 | 2026-03-02T03:35:16.205Z | |
| 2841 | 2026-03-02T03:35:16.205Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/252) |
| 2842 | 2026-03-02T03:35:17.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2026-03-02T03:35:17.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2026-03-02T03:35:17.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2845 | 2026-03-02T03:35:17.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2846 | 2026-03-02T03:35:17.311Z | |
| 2847 | 2026-03-02T03:35:17.311Z | info: running `cargo check --bins` on internal-dns-types (65/252) |
| 2848 | 2026-03-02T03:35:18.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2026-03-02T03:35:18.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2026-03-02T03:35:18.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2851 | 2026-03-02T03:35:18.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2852 | 2026-03-02T03:35:18.434Z | |
| 2853 | 2026-03-02T03:35:18.434Z | info: running `cargo check --bins` on internal-dns-types-versions (66/252) |
| 2854 | 2026-03-02T03:35:19.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2026-03-02T03:35:19.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2026-03-02T03:35:19.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2857 | 2026-03-02T03:35:19.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2858 | 2026-03-02T03:35:19.562Z | |
| 2859 | 2026-03-02T03:35:19.562Z | info: running `cargo check --bins` on nexus-types-versions (67/252) |
| 2860 | 2026-03-02T03:35:20.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2026-03-02T03:35:20.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2026-03-02T03:35:20.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2863 | 2026-03-02T03:35:20.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 2864 | 2026-03-02T03:35:20.743Z | |
| 2865 | 2026-03-02T03:35:20.743Z | info: running `cargo check --bins` on omicron-passwords (68/252) |
| 2866 | 2026-03-02T03:35:21.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2867 | 2026-03-02T03:35:21.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2868 | 2026-03-02T03:35:21.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2869 | 2026-03-02T03:35:21.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2870 | 2026-03-02T03:35:21.844Z | |
| 2871 | 2026-03-02T03:35:21.844Z | info: running `cargo check --bins` on oxql-types (69/252) |
| 2872 | 2026-03-02T03:35:22.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2873 | 2026-03-02T03:35:22.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2874 | 2026-03-02T03:35:22.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2875 | 2026-03-02T03:35:22.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2876 | 2026-03-02T03:35:22.994Z | |
| 2877 | 2026-03-02T03:35:22.995Z | info: running `cargo check --bins` on oximeter-types (70/252) |
| 2878 | 2026-03-02T03:35:24.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2026-03-02T03:35:24.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2026-03-02T03:35:24.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2881 | 2026-03-02T03:35:24.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 2882 | 2026-03-02T03:35:24.183Z | |
| 2883 | 2026-03-02T03:35:24.183Z | info: running `cargo check --bins` on oximeter-types-versions (71/252) |
| 2884 | 2026-03-02T03:35:25.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2885 | 2026-03-02T03:35:25.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2886 | 2026-03-02T03:35:25.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2887 | 2026-03-02T03:35:25.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2888 | 2026-03-02T03:35:25.314Z | |
| 2889 | 2026-03-02T03:35:25.314Z | info: running `cargo check --bins` on oximeter-macro-impl (72/252) |
| 2890 | 2026-03-02T03:35:26.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2891 | 2026-03-02T03:35:26.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2892 | 2026-03-02T03:35:26.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2893 | 2026-03-02T03:35:26.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2894 | 2026-03-02T03:35:26.419Z | |
| 2895 | 2026-03-02T03:35:26.419Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (73/252) |
| 2896 | 2026-03-02T03:35:27.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2897 | 2026-03-02T03:35:27.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2898 | 2026-03-02T03:35:27.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2899 | 2026-03-02T03:35:27.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 2900 | 2026-03-02T03:35:27.586Z | |
| 2901 | 2026-03-02T03:35:27.586Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (74/252) |
| 2902 | 2026-03-02T03:35:28.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2903 | 2026-03-02T03:35:28.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2904 | 2026-03-02T03:35:28.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2905 | 2026-03-02T03:35:28.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 2906 | 2026-03-02T03:35:28.815Z | |
| 2907 | 2026-03-02T03:35:28.815Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (75/252) |
| 2908 | 2026-03-02T03:35:29.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2026-03-02T03:35:29.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2026-03-02T03:35:29.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2911 | 2026-03-02T03:35:29.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 2912 | 2026-03-02T03:35:30.031Z | |
| 2913 | 2026-03-02T03:35:30.031Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (76/252) |
| 2914 | 2026-03-02T03:35:31.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2026-03-02T03:35:31.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2026-03-02T03:35:31.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2917 | 2026-03-02T03:35:31.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2918 | 2026-03-02T03:35:31.177Z | |
| 2919 | 2026-03-02T03:35:31.177Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (77/252) |
| 2920 | 2026-03-02T03:35:32.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2026-03-02T03:35:32.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2026-03-02T03:35:32.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2923 | 2026-03-02T03:35:32.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 2924 | 2026-03-02T03:35:32.352Z | |
| 2925 | 2026-03-02T03:35:32.352Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (78/252) |
| 2926 | 2026-03-02T03:35:33.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2026-03-02T03:35:33.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2026-03-02T03:35:33.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2929 | 2026-03-02T03:35:33.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 2930 | 2026-03-02T03:35:33.546Z | |
| 2931 | 2026-03-02T03:35:33.546Z | info: running `cargo check --bins --no-default-features` on gfss (79/252) |
| 2932 | 2026-03-02T03:35:34.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2026-03-02T03:35:34.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2026-03-02T03:35:34.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2935 | 2026-03-02T03:35:34.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 2936 | 2026-03-02T03:35:34.640Z | |
| 2937 | 2026-03-02T03:35:34.640Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (80/252) |
| 2938 | 2026-03-02T03:35:35.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2939 | 2026-03-02T03:35:35.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2940 | 2026-03-02T03:35:35.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2941 | 2026-03-02T03:35:35.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2942 | 2026-03-02T03:35:35.761Z | |
| 2943 | 2026-03-02T03:35:35.761Z | info: running `cargo check --bins --no-default-features` on oximeter-db (81/252) |
| 2944 | 2026-03-02T03:35:36.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2945 | 2026-03-02T03:35:36.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2946 | 2026-03-02T03:35:36.970Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2947 | 2026-03-02T03:35:37.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
| 2948 | 2026-03-02T03:35:37.978Z | |
| 2949 | 2026-03-02T03:35:37.978Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (82/252) |
| 2950 | 2026-03-02T03:35:39.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2951 | 2026-03-02T03:35:39.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2952 | 2026-03-02T03:35:39.253Z | Compiling ar_archive_writer v0.5.1 |
| 2953 | 2026-03-02T03:35:39.278Z | Compiling stacker v0.1.23 |
| 2954 | 2026-03-02T03:35:39.278Z | Compiling cfg_aliases v0.1.1 |
| 2955 | 2026-03-02T03:35:39.303Z | Compiling convert_case v0.10.0 |
| 2956 | 2026-03-02T03:35:39.341Z | Checking fd-lock v4.0.4 |
| 2957 | 2026-03-02T03:35:39.341Z | Checking nibble_vec v0.1.0 |
| 2958 | 2026-03-02T03:35:39.366Z | Checking vte v0.14.1 |
| 2959 | 2026-03-02T03:35:39.366Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2960 | 2026-03-02T03:35:39.432Z | Compiling nix v0.28.0 |
| 2961 | 2026-03-02T03:35:39.558Z | Checking endian-type v0.1.2 |
| 2962 | 2026-03-02T03:35:39.583Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2963 | 2026-03-02T03:35:39.670Z | Checking strip-ansi-escapes v0.2.1 |
| 2964 | 2026-03-02T03:35:39.746Z | Compiling peg-macros v0.8.5 |
| 2965 | 2026-03-02T03:35:39.783Z | Checking radix_trie v0.2.1 |
| 2966 | 2026-03-02T03:35:39.828Z | Checking winnow v0.6.26 |
| 2967 | 2026-03-02T03:35:39.920Z | Compiling derive_more-impl v2.1.1 |
| 2968 | 2026-03-02T03:35:40.097Z | Compiling sqlparser_derive v0.5.0 |
| 2969 | 2026-03-02T03:35:40.178Z | Checking nu-ansi-term v0.50.3 |
| 2970 | 2026-03-02T03:35:40.429Z | Checking unicode_categories v0.1.1 |
| 2971 | 2026-03-02T03:35:40.570Z | Checking home v0.5.12 |
| 2972 | 2026-03-02T03:35:40.714Z | Checking reedline v0.40.0 |
| 2973 | 2026-03-02T03:35:40.774Z | Checking display-error-chain v0.2.2 |
| 2974 | 2026-03-02T03:35:41.039Z | Compiling psm v0.1.30 |
| 2975 | 2026-03-02T03:35:41.487Z | Checking derive_more v2.1.1 |
| 2976 | 2026-03-02T03:35:41.603Z | Checking crossterm v0.29.0 |
| 2977 | 2026-03-02T03:35:41.924Z | Checking peg v0.8.5 |
| 2978 | 2026-03-02T03:35:42.132Z | Checking rustyline v14.0.0 |
| 2979 | 2026-03-02T03:35:42.260Z | Checking recursive v0.1.1 |
| 2980 | 2026-03-02T03:35:42.285Z | Checking sqlformat v0.3.5 |
| 2981 | 2026-03-02T03:35:42.406Z | Checking sqlparser v0.61.0 |
| 2982 | 2026-03-02T03:36:08.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.98s |
| 2983 | 2026-03-02T03:36:09.159Z | |
| 2984 | 2026-03-02T03:36:09.159Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (83/252) |
| 2985 | 2026-03-02T03:36:10.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2986 | 2026-03-02T03:36:10.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2987 | 2026-03-02T03:36:10.388Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2988 | 2026-03-02T03:36:17.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.63s |
| 2989 | 2026-03-02T03:36:18.003Z | |
| 2990 | 2026-03-02T03:36:18.003Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (84/252) |
| 2991 | 2026-03-02T03:36:19.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2992 | 2026-03-02T03:36:19.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2993 | 2026-03-02T03:36:19.295Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2994 | 2026-03-02T03:36:24.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s |
| 2995 | 2026-03-02T03:36:24.451Z | |
| 2996 | 2026-03-02T03:36:24.451Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (85/252) |
| 2997 | 2026-03-02T03:36:25.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2998 | 2026-03-02T03:36:25.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2999 | 2026-03-02T03:36:25.672Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3000 | 2026-03-02T03:36:32.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.19s |
| 3001 | 2026-03-02T03:36:32.855Z | |
| 3002 | 2026-03-02T03:36:32.855Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (86/252) |
| 3003 | 2026-03-02T03:36:33.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3004 | 2026-03-02T03:36:33.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3005 | 2026-03-02T03:36:34.131Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3006 | 2026-03-02T03:36:40.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.10s |
| 3007 | 2026-03-02T03:36:41.162Z | |
| 3008 | 2026-03-02T03:36:41.162Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (87/252) |
| 3009 | 2026-03-02T03:36:42.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3010 | 2026-03-02T03:36:42.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3011 | 2026-03-02T03:36:42.375Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3012 | 2026-03-02T03:36:47.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.53s |
| 3013 | 2026-03-02T03:36:47.899Z | |
| 3014 | 2026-03-02T03:36:47.899Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (88/252) |
| 3015 | 2026-03-02T03:36:49.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3016 | 2026-03-02T03:36:49.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3017 | 2026-03-02T03:36:49.190Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3018 | 2026-03-02T03:36:54.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.67s |
| 3019 | 2026-03-02T03:36:54.788Z | |
| 3020 | 2026-03-02T03:36:54.788Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (89/252) |
| 3021 | 2026-03-02T03:36:55.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3022 | 2026-03-02T03:36:55.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3023 | 2026-03-02T03:36:56.040Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3024 | 2026-03-02T03:37:03.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.68s |
| 3025 | 2026-03-02T03:37:03.690Z | |
| 3026 | 2026-03-02T03:37:03.690Z | info: running `cargo check --bins` on oximeter (90/252) |
| 3027 | 2026-03-02T03:37:04.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3028 | 2026-03-02T03:37:04.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3029 | 2026-03-02T03:37:04.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3030 | 2026-03-02T03:37:04.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3031 | 2026-03-02T03:37:04.882Z | |
| 3032 | 2026-03-02T03:37:04.882Z | info: running `cargo check --bins` on oximeter-schema (91/252) |
| 3033 | 2026-03-02T03:37:05.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3034 | 2026-03-02T03:37:05.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3035 | 2026-03-02T03:37:06.118Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3036 | 2026-03-02T03:37:06.261Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3037 | 2026-03-02T03:37:06.845Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3038 | 2026-03-02T03:37:15.589Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3039 | 2026-03-02T03:37:16.198Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3040 | 2026-03-02T03:37:18.804Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3041 | 2026-03-02T03:37:20.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.24s |
| 3042 | 2026-03-02T03:37:20.323Z | |
| 3043 | 2026-03-02T03:37:20.324Z | info: running `cargo check --bins` on oximeter-timeseries-macro (92/252) |
| 3044 | 2026-03-02T03:37:21.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-03-02T03:37:21.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-03-02T03:37:21.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-03-02T03:37:21.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3048 | 2026-03-02T03:37:21.445Z | |
| 3049 | 2026-03-02T03:37:21.445Z | info: running `cargo check --bins` on oximeter-test-utils (93/252) |
| 3050 | 2026-03-02T03:37:22.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-03-02T03:37:22.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-03-02T03:37:22.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-03-02T03:37:22.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3054 | 2026-03-02T03:37:22.658Z | |
| 3055 | 2026-03-02T03:37:22.658Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/252) |
| 3056 | 2026-03-02T03:37:23.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-03-02T03:37:23.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-03-02T03:37:23.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-03-02T03:37:23.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3060 | 2026-03-02T03:37:23.857Z | |
| 3061 | 2026-03-02T03:37:23.857Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/252) |
| 3062 | 2026-03-02T03:37:24.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-03-02T03:37:24.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-03-02T03:37:24.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-03-02T03:37:24.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3066 | 2026-03-02T03:37:25.053Z | |
| 3067 | 2026-03-02T03:37:25.053Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/252) |
| 3068 | 2026-03-02T03:37:26.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-03-02T03:37:26.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-03-02T03:37:26.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2026-03-02T03:37:26.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3072 | 2026-03-02T03:37:26.256Z | |
| 3073 | 2026-03-02T03:37:26.256Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/252) |
| 3074 | 2026-03-02T03:37:27.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2026-03-02T03:37:27.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2026-03-02T03:37:27.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2026-03-02T03:37:27.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3078 | 2026-03-02T03:37:27.462Z | |
| 3079 | 2026-03-02T03:37:27.462Z | info: running `cargo check --bins` on trust-quorum-types (98/252) |
| 3080 | 2026-03-02T03:37:28.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2026-03-02T03:37:28.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2026-03-02T03:37:28.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2026-03-02T03:37:28.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3084 | 2026-03-02T03:37:28.641Z | |
| 3085 | 2026-03-02T03:37:28.641Z | info: running `cargo check --bins` on trust-quorum-test-utils (99/252) |
| 3086 | 2026-03-02T03:37:29.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2026-03-02T03:37:29.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2026-03-02T03:37:29.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3089 | 2026-03-02T03:37:29.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3090 | 2026-03-02T03:37:29.823Z | |
| 3091 | 2026-03-02T03:37:29.823Z | info: running `cargo check --bins` on update-engine (100/252) |
| 3092 | 2026-03-02T03:37:30.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2026-03-02T03:37:30.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2026-03-02T03:37:30.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3095 | 2026-03-02T03:37:30.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3096 | 2026-03-02T03:37:30.920Z | |
| 3097 | 2026-03-02T03:37:30.920Z | info: running `cargo check --bins` on omicron-certificates (101/252) |
| 3098 | 2026-03-02T03:37:31.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3099 | 2026-03-02T03:37:31.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3100 | 2026-03-02T03:37:31.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3101 | 2026-03-02T03:37:31.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3102 | 2026-03-02T03:37:32.034Z | |
| 3103 | 2026-03-02T03:37:32.034Z | info: running `cargo check --bins` on omicron-clickhouse-admin (102/252) |
| 3104 | 2026-03-02T03:37:33.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2026-03-02T03:37:33.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2026-03-02T03:37:33.253Z | Checking dropshot-api-manager-types v0.4.0 |
| 3107 | 2026-03-02T03:37:33.254Z | Checking nanorand v0.7.0 |
| 3108 | 2026-03-02T03:37:33.552Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3109 | 2026-03-02T03:37:33.631Z | Checking flume v0.11.1 |
| 3110 | 2026-03-02T03:37:34.061Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3111 | 2026-03-02T03:37:35.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
| 3112 | 2026-03-02T03:37:36.067Z | |
| 3113 | 2026-03-02T03:37:36.067Z | info: running `cargo check --bins` on clickhouse-admin-api (103/252) |
| 3114 | 2026-03-02T03:37:37.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2026-03-02T03:37:37.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2026-03-02T03:37:37.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2026-03-02T03:37:37.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3118 | 2026-03-02T03:37:37.156Z | |
| 3119 | 2026-03-02T03:37:37.156Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (104/252) |
| 3120 | 2026-03-02T03:37:38.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2026-03-02T03:37:38.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2026-03-02T03:37:38.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2026-03-02T03:37:38.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3124 | 2026-03-02T03:37:38.250Z | |
| 3125 | 2026-03-02T03:37:38.250Z | info: running `cargo check --bins` on bootstrap-agent-client (105/252) |
| 3126 | 2026-03-02T03:37:39.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2026-03-02T03:37:39.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2026-03-02T03:37:39.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2026-03-02T03:37:39.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3130 | 2026-03-02T03:37:39.378Z | |
| 3131 | 2026-03-02T03:37:39.378Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/252) |
| 3132 | 2026-03-02T03:37:40.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2026-03-02T03:37:40.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2026-03-02T03:37:40.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2026-03-02T03:37:40.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3136 | 2026-03-02T03:37:40.516Z | |
| 3137 | 2026-03-02T03:37:40.516Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/252) |
| 3138 | 2026-03-02T03:37:41.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2026-03-02T03:37:41.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2026-03-02T03:37:41.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2026-03-02T03:37:41.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3142 | 2026-03-02T03:37:41.618Z | |
| 3143 | 2026-03-02T03:37:41.618Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/252) |
| 3144 | 2026-03-02T03:37:42.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2026-03-02T03:37:42.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2026-03-02T03:37:42.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2026-03-02T03:37:42.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3148 | 2026-03-02T03:37:42.727Z | |
| 3149 | 2026-03-02T03:37:42.727Z | info: running `cargo check --bins` on clickhouse-admin-single-client (109/252) |
| 3150 | 2026-03-02T03:37:43.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-03-02T03:37:43.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-03-02T03:37:43.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-03-02T03:37:43.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3154 | 2026-03-02T03:37:43.876Z | |
| 3155 | 2026-03-02T03:37:43.876Z | info: running `cargo check --bins` on cockroach-admin-client (110/252) |
| 3156 | 2026-03-02T03:37:44.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-03-02T03:37:44.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-03-02T03:37:44.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-03-02T03:37:44.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3160 | 2026-03-02T03:37:44.981Z | |
| 3161 | 2026-03-02T03:37:44.981Z | info: running `cargo check --bins` on omicron-ddm-admin-client (111/252) |
| 3162 | 2026-03-02T03:37:46.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-03-02T03:37:46.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-03-02T03:37:46.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-03-02T03:37:46.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3166 | 2026-03-02T03:37:46.161Z | |
| 3167 | 2026-03-02T03:37:46.161Z | info: running `cargo check --bins` on dns-service-client (112/252) |
| 3168 | 2026-03-02T03:37:47.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-03-02T03:37:47.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-03-02T03:37:47.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2026-03-02T03:37:47.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3172 | 2026-03-02T03:37:47.334Z | |
| 3173 | 2026-03-02T03:37:47.334Z | info: running `cargo check --bins` on installinator-client (113/252) |
| 3174 | 2026-03-02T03:37:48.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-03-02T03:37:48.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-03-02T03:37:48.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3177 | 2026-03-02T03:37:48.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3178 | 2026-03-02T03:37:48.508Z | |
| 3179 | 2026-03-02T03:37:48.508Z | info: running `cargo check --bins` on nexus-client (114/252) |
| 3180 | 2026-03-02T03:37:49.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3181 | 2026-03-02T03:37:49.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3182 | 2026-03-02T03:37:49.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3183 | 2026-03-02T03:37:49.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3184 | 2026-03-02T03:37:49.745Z | |
| 3185 | 2026-03-02T03:37:49.745Z | info: running `cargo check --bins` on nexus-lockstep-client (115/252) |
| 3186 | 2026-03-02T03:37:50.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3187 | 2026-03-02T03:37:50.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3188 | 2026-03-02T03:37:50.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3189 | 2026-03-02T03:37:50.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3190 | 2026-03-02T03:37:50.986Z | |
| 3191 | 2026-03-02T03:37:50.986Z | info: running `cargo check --bins` on ntp-admin-client (116/252) |
| 3192 | 2026-03-02T03:37:51.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2026-03-02T03:37:51.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2026-03-02T03:37:51.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2026-03-02T03:37:51.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3196 | 2026-03-02T03:37:52.055Z | |
| 3197 | 2026-03-02T03:37:52.055Z | info: running `cargo check --bins` on oxide-client (117/252) |
| 3198 | 2026-03-02T03:37:53.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-03-02T03:37:53.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-03-02T03:37:53.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2026-03-02T03:37:53.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3202 | 2026-03-02T03:37:53.140Z | |
| 3203 | 2026-03-02T03:37:53.140Z | info: running `cargo check --bins` on oximeter-client (118/252) |
| 3204 | 2026-03-02T03:37:54.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-03-02T03:37:54.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-03-02T03:37:54.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-03-02T03:37:54.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3208 | 2026-03-02T03:37:54.274Z | |
| 3209 | 2026-03-02T03:37:54.274Z | info: running `cargo check --bins` on repo-depot-client (119/252) |
| 3210 | 2026-03-02T03:37:55.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-03-02T03:37:55.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-03-02T03:37:55.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-03-02T03:37:55.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3214 | 2026-03-02T03:37:55.355Z | |
| 3215 | 2026-03-02T03:37:55.355Z | info: running `cargo check --bins` on sled-agent-client (120/252) |
| 3216 | 2026-03-02T03:37:56.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-03-02T03:37:56.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-03-02T03:37:56.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2026-03-02T03:37:56.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3220 | 2026-03-02T03:37:56.483Z | |
| 3221 | 2026-03-02T03:37:56.483Z | info: running `cargo check --bins` on wicketd-client (121/252) |
| 3222 | 2026-03-02T03:37:57.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2026-03-02T03:37:57.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2026-03-02T03:37:57.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3225 | 2026-03-02T03:37:57.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3226 | 2026-03-02T03:37:57.616Z | |
| 3227 | 2026-03-02T03:37:57.617Z | info: running `cargo check --bins` on installinator-common (122/252) |
| 3228 | 2026-03-02T03:37:58.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3229 | 2026-03-02T03:37:58.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3230 | 2026-03-02T03:37:58.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3231 | 2026-03-02T03:37:58.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3232 | 2026-03-02T03:37:58.850Z | |
| 3233 | 2026-03-02T03:37:58.850Z | info: running `cargo check --bins` on installinator-common-versions (123/252) |
| 3234 | 2026-03-02T03:37:59.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3235 | 2026-03-02T03:37:59.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3236 | 2026-03-02T03:37:59.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3237 | 2026-03-02T03:37:59.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3238 | 2026-03-02T03:37:59.956Z | |
| 3239 | 2026-03-02T03:37:59.956Z | info: running `cargo check --bins` on wicket-common (124/252) |
| 3240 | 2026-03-02T03:38:01.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3241 | 2026-03-02T03:38:01.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3242 | 2026-03-02T03:38:01.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3243 | 2026-03-02T03:38:01.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3244 | 2026-03-02T03:38:01.145Z | |
| 3245 | 2026-03-02T03:38:01.145Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/252) |
| 3246 | 2026-03-02T03:38:02.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3247 | 2026-03-02T03:38:02.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3248 | 2026-03-02T03:38:02.392Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3249 | 2026-03-02T03:38:02.392Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3250 | 2026-03-02T03:38:02.417Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3251 | 2026-03-02T03:38:02.417Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3252 | 2026-03-02T03:38:02.417Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3253 | 2026-03-02T03:38:02.710Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3254 | 2026-03-02T03:38:02.735Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3255 | 2026-03-02T03:38:03.196Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3256 | 2026-03-02T03:38:03.220Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3257 | 2026-03-02T03:38:07.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.56s |
| 3258 | 2026-03-02T03:38:07.910Z | |
| 3259 | 2026-03-02T03:38:07.910Z | info: running `cargo check --bins` on cockroach-admin-api (126/252) |
| 3260 | 2026-03-02T03:38:08.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3261 | 2026-03-02T03:38:08.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3262 | 2026-03-02T03:38:08.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3263 | 2026-03-02T03:38:08.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3264 | 2026-03-02T03:38:09.068Z | |
| 3265 | 2026-03-02T03:38:09.068Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (127/252) |
| 3266 | 2026-03-02T03:38:10.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3267 | 2026-03-02T03:38:10.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3268 | 2026-03-02T03:38:10.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3269 | 2026-03-02T03:38:10.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 3270 | 2026-03-02T03:38:10.431Z | |
| 3271 | 2026-03-02T03:38:10.432Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/252) |
| 3272 | 2026-03-02T03:38:11.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3273 | 2026-03-02T03:38:11.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3274 | 2026-03-02T03:38:11.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3275 | 2026-03-02T03:38:11.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 3276 | 2026-03-02T03:38:11.799Z | |
| 3277 | 2026-03-02T03:38:11.799Z | info: running `cargo check --bins` on dns-server (129/252) |
| 3278 | 2026-03-02T03:38:12.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3279 | 2026-03-02T03:38:12.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3280 | 2026-03-02T03:38:13.017Z | Compiling parking_lot_core v0.8.6 |
| 3281 | 2026-03-02T03:38:13.018Z | Compiling git-stub v1.0.0 |
| 3282 | 2026-03-02T03:38:13.042Z | Compiling atomicwrites v0.4.4 |
| 3283 | 2026-03-02T03:38:13.042Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3284 | 2026-03-02T03:38:13.042Z | Checking tagptr v0.2.0 |
| 3285 | 2026-03-02T03:38:13.067Z | Checking prefix-trie v0.7.0 |
| 3286 | 2026-03-02T03:38:13.067Z | Checking fxhash v0.2.1 |
| 3287 | 2026-03-02T03:38:13.121Z | Checking hickory-client v0.25.2 |
| 3288 | 2026-03-02T03:38:13.344Z | Compiling git-stub-vcs v0.1.0 |
| 3289 | 2026-03-02T03:38:13.371Z | Checking moka v0.12.13 |
| 3290 | 2026-03-02T03:38:13.823Z | Checking parking_lot v0.11.2 |
| 3291 | 2026-03-02T03:38:13.848Z | Checking hickory-server v0.25.2 |
| 3292 | 2026-03-02T03:38:13.945Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3293 | 2026-03-02T03:38:14.058Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3294 | 2026-03-02T03:38:14.083Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3295 | 2026-03-02T03:38:14.083Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3296 | 2026-03-02T03:38:14.159Z | Checking sled v0.34.7 |
| 3297 | 2026-03-02T03:38:14.769Z | Checking hickory-resolver v0.25.2 |
| 3298 | 2026-03-02T03:38:18.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s |
| 3299 | 2026-03-02T03:38:18.631Z | |
| 3300 | 2026-03-02T03:38:18.631Z | info: running `cargo check --bins` on dns-server-api (130/252) |
| 3301 | 2026-03-02T03:38:19.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2026-03-02T03:38:19.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2026-03-02T03:38:19.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3304 | 2026-03-02T03:38:19.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3305 | 2026-03-02T03:38:19.747Z | |
| 3306 | 2026-03-02T03:38:19.747Z | info: running `cargo check --bins` on gateway-test-utils (131/252) |
| 3307 | 2026-03-02T03:38:20.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2026-03-02T03:38:20.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2026-03-02T03:38:20.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3310 | 2026-03-02T03:38:20.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3311 | 2026-03-02T03:38:20.977Z | |
| 3312 | 2026-03-02T03:38:20.977Z | info: running `cargo check --bins` on omicron-gateway (132/252) |
| 3313 | 2026-03-02T03:38:22.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3314 | 2026-03-02T03:38:22.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3315 | 2026-03-02T03:38:22.324Z | Compiling radium v0.7.0 |
| 3316 | 2026-03-02T03:38:22.349Z | Checking tap v1.0.1 |
| 3317 | 2026-03-02T03:38:22.349Z | Compiling maybe-uninit v2.0.0 |
| 3318 | 2026-03-02T03:38:22.349Z | Compiling zerocopy-derive v0.6.6 |
| 3319 | 2026-03-02T03:38:22.374Z | Checking crc-catalog v2.4.0 |
| 3320 | 2026-03-02T03:38:22.404Z | Compiling packed_struct v0.10.1 |
| 3321 | 2026-03-02T03:38:22.448Z | Checking funty v2.0.0 |
| 3322 | 2026-03-02T03:38:22.492Z | Compiling packed_struct_codegen v0.10.1 |
| 3323 | 2026-03-02T03:38:22.556Z | Checking wyz v0.5.1 |
| 3324 | 2026-03-02T03:38:22.598Z | Checking crc v3.4.0 |
| 3325 | 2026-03-02T03:38:22.916Z | Compiling bitfield-macros v0.19.4 |
| 3326 | 2026-03-02T03:38:22.941Z | Compiling indexmap v1.9.3 |
| 3327 | 2026-03-02T03:38:22.966Z | Checking nodrop v0.1.14 |
| 3328 | 2026-03-02T03:38:23.063Z | Checking smallvec v0.6.14 |
| 3329 | 2026-03-02T03:38:23.135Z | Checking array-init v0.0.4 |
| 3330 | 2026-03-02T03:38:23.184Z | Checking hashbrown v0.12.3 |
| 3331 | 2026-03-02T03:38:23.209Z | Checking bitvec v1.0.1 |
| 3332 | 2026-03-02T03:38:23.314Z | Checking ron v0.8.1 |
| 3333 | 2026-03-02T03:38:23.427Z | Checking hashbrown v0.13.2 |
| 3334 | 2026-03-02T03:38:23.935Z | Checking serde-hex v0.1.0 |
| 3335 | 2026-03-02T03:38:24.050Z | Checking zerocopy v0.6.6 |
| 3336 | 2026-03-02T03:38:24.221Z | Checking bitfield v0.19.4 |
| 3337 | 2026-03-02T03:38:24.263Z | Checking crc-any v2.5.0 |
| 3338 | 2026-03-02T03:38:24.372Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3339 | 2026-03-02T03:38:24.537Z | Checking path-slash v0.1.5 |
| 3340 | 2026-03-02T03:38:24.631Z | Checking void v1.0.2 |
| 3341 | 2026-03-02T03:38:24.681Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3342 | 2026-03-02T03:38:24.706Z | Checking half v1.8.3 |
| 3343 | 2026-03-02T03:38:24.706Z | Checking object v0.30.4 |
| 3344 | 2026-03-02T03:38:24.767Z | Checking tungstenite v0.23.0 |
| 3345 | 2026-03-02T03:38:24.812Z | Checking lzss v0.8.2 |
| 3346 | 2026-03-02T03:38:24.944Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3347 | 2026-03-02T03:38:25.014Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3348 | 2026-03-02T03:38:25.098Z | Checking serde_cbor v0.11.2 |
| 3349 | 2026-03-02T03:38:25.144Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3350 | 2026-03-02T03:38:25.221Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3351 | 2026-03-02T03:38:25.282Z | Checking nix v0.27.1 |
| 3352 | 2026-03-02T03:38:25.572Z | Checking kstat-rs v0.2.4 |
| 3353 | 2026-03-02T03:38:25.845Z | Checking serde_bytes v0.11.19 |
| 3354 | 2026-03-02T03:38:25.896Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3355 | 2026-03-02T03:38:25.921Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3356 | 2026-03-02T03:38:26.189Z | Checking tokio-tungstenite v0.23.1 |
| 3357 | 2026-03-02T03:38:26.427Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3358 | 2026-03-02T03:38:26.472Z | Checking signal-hook-tokio v0.3.1 |
| 3359 | 2026-03-02T03:38:28.377Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3360 | 2026-03-02T03:38:28.435Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3361 | 2026-03-02T03:38:34.154Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3362 | 2026-03-02T03:38:35.991Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3363 | 2026-03-02T03:38:36.547Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3364 | 2026-03-02T03:38:38.880Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3365 | 2026-03-02T03:38:43.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.15s |
| 3366 | 2026-03-02T03:38:43.352Z | |
| 3367 | 2026-03-02T03:38:43.352Z | info: running `cargo check --bins` on gateway-api (133/252) |
| 3368 | 2026-03-02T03:38:44.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3369 | 2026-03-02T03:38:44.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3370 | 2026-03-02T03:38:44.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3371 | 2026-03-02T03:38:44.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3372 | 2026-03-02T03:38:44.484Z | |
| 3373 | 2026-03-02T03:38:44.484Z | info: running `cargo check --bins` on ipcc (134/252) |
| 3374 | 2026-03-02T03:38:45.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3375 | 2026-03-02T03:38:45.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3376 | 2026-03-02T03:38:45.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3377 | 2026-03-02T03:38:45.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3378 | 2026-03-02T03:38:45.605Z | |
| 3379 | 2026-03-02T03:38:45.605Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/252) |
| 3380 | 2026-03-02T03:38:46.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3381 | 2026-03-02T03:38:46.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3382 | 2026-03-02T03:38:46.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3383 | 2026-03-02T03:38:46.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3384 | 2026-03-02T03:38:46.687Z | |
| 3385 | 2026-03-02T03:38:46.687Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (136/252) |
| 3386 | 2026-03-02T03:38:47.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3387 | 2026-03-02T03:38:47.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3388 | 2026-03-02T03:38:47.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3389 | 2026-03-02T03:38:47.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3390 | 2026-03-02T03:38:47.800Z | |
| 3391 | 2026-03-02T03:38:47.800Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/252) |
| 3392 | 2026-03-02T03:38:48.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3393 | 2026-03-02T03:38:48.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3394 | 2026-03-02T03:38:48.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3395 | 2026-03-02T03:38:48.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3396 | 2026-03-02T03:38:48.948Z | |
| 3397 | 2026-03-02T03:38:48.948Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (138/252) |
| 3398 | 2026-03-02T03:38:49.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3399 | 2026-03-02T03:38:49.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3400 | 2026-03-02T03:38:49.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3401 | 2026-03-02T03:38:49.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3402 | 2026-03-02T03:38:50.055Z | |
| 3403 | 2026-03-02T03:38:50.055Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (139/252) |
| 3404 | 2026-03-02T03:38:51.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3405 | 2026-03-02T03:38:51.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3406 | 2026-03-02T03:38:51.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3407 | 2026-03-02T03:38:51.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3408 | 2026-03-02T03:38:51.163Z | |
| 3409 | 2026-03-02T03:38:51.163Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (140/252) |
| 3410 | 2026-03-02T03:38:52.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3411 | 2026-03-02T03:38:52.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3412 | 2026-03-02T03:38:52.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3413 | 2026-03-02T03:38:52.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3414 | 2026-03-02T03:38:52.282Z | |
| 3415 | 2026-03-02T03:38:52.282Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (141/252) |
| 3416 | 2026-03-02T03:38:53.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3417 | 2026-03-02T03:38:53.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3418 | 2026-03-02T03:38:53.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3419 | 2026-03-02T03:38:53.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3420 | 2026-03-02T03:38:53.436Z | |
| 3421 | 2026-03-02T03:38:53.436Z | info: running `cargo check --bins` on oximeter-producer (142/252) |
| 3422 | 2026-03-02T03:38:54.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3423 | 2026-03-02T03:38:54.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3424 | 2026-03-02T03:38:54.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3425 | 2026-03-02T03:38:54.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3426 | 2026-03-02T03:38:54.636Z | |
| 3427 | 2026-03-02T03:38:54.636Z | info: running `cargo check --bins` on internal-dns-resolver (143/252) |
| 3428 | 2026-03-02T03:38:55.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3429 | 2026-03-02T03:38:55.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3430 | 2026-03-02T03:38:55.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3431 | 2026-03-02T03:38:55.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3432 | 2026-03-02T03:38:55.801Z | |
| 3433 | 2026-03-02T03:38:55.801Z | info: running `cargo check --bins` on sp-sim (144/252) |
| 3434 | 2026-03-02T03:38:56.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3435 | 2026-03-02T03:38:56.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3436 | 2026-03-02T03:38:57.106Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3437 | 2026-03-02T03:39:00.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
| 3438 | 2026-03-02T03:39:00.769Z | |
| 3439 | 2026-03-02T03:39:00.769Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (145/252) |
| 3440 | 2026-03-02T03:39:01.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3441 | 2026-03-02T03:39:01.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3442 | 2026-03-02T03:39:01.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3443 | 2026-03-02T03:39:01.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3444 | 2026-03-02T03:39:02.001Z | |
| 3445 | 2026-03-02T03:39:02.001Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (146/252) |
| 3446 | 2026-03-02T03:39:03.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3447 | 2026-03-02T03:39:03.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3448 | 2026-03-02T03:39:03.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3449 | 2026-03-02T03:39:03.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3450 | 2026-03-02T03:39:03.224Z | |
| 3451 | 2026-03-02T03:39:03.224Z | info: running `cargo check --bins` on db-macros (147/252) |
| 3452 | 2026-03-02T03:39:04.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3453 | 2026-03-02T03:39:04.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3454 | 2026-03-02T03:39:04.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3455 | 2026-03-02T03:39:04.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3456 | 2026-03-02T03:39:04.343Z | |
| 3457 | 2026-03-02T03:39:04.343Z | info: running `cargo check --bins` on nexus-macros-common (148/252) |
| 3458 | 2026-03-02T03:39:05.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3459 | 2026-03-02T03:39:05.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3460 | 2026-03-02T03:39:05.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3461 | 2026-03-02T03:39:05.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3462 | 2026-03-02T03:39:05.479Z | |
| 3463 | 2026-03-02T03:39:05.479Z | info: running `cargo check --bins` on nexus-auth (149/252) |
| 3464 | 2026-03-02T03:39:06.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2026-03-02T03:39:06.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2026-03-02T03:39:06.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3467 | 2026-03-02T03:39:06.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3468 | 2026-03-02T03:39:06.730Z | |
| 3469 | 2026-03-02T03:39:06.730Z | info: running `cargo check --bins` on authz-macros (150/252) |
| 3470 | 2026-03-02T03:39:07.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2026-03-02T03:39:07.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2026-03-02T03:39:07.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3473 | 2026-03-02T03:39:07.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3474 | 2026-03-02T03:39:07.869Z | |
| 3475 | 2026-03-02T03:39:07.870Z | info: running `cargo check --bins` on nexus-db-fixed-data (151/252) |
| 3476 | 2026-03-02T03:39:08.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2026-03-02T03:39:09.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2026-03-02T03:39:09.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3479 | 2026-03-02T03:39:09.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3480 | 2026-03-02T03:39:09.124Z | |
| 3481 | 2026-03-02T03:39:09.124Z | info: running `cargo check --bins` on nexus-db-model (152/252) |
| 3482 | 2026-03-02T03:39:10.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2026-03-02T03:39:10.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2026-03-02T03:39:10.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3485 | 2026-03-02T03:39:10.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3486 | 2026-03-02T03:39:10.384Z | |
| 3487 | 2026-03-02T03:39:10.384Z | info: running `cargo check --bins` on nexus-db-schema (153/252) |
| 3488 | 2026-03-02T03:39:11.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2026-03-02T03:39:11.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2026-03-02T03:39:11.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2026-03-02T03:39:11.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3492 | 2026-03-02T03:39:11.506Z | |
| 3493 | 2026-03-02T03:39:11.506Z | info: running `cargo check --bins` on omicron-rpaths (154/252) |
| 3494 | 2026-03-02T03:39:12.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2026-03-02T03:39:12.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2026-03-02T03:39:12.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2026-03-02T03:39:12.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3498 | 2026-03-02T03:39:12.614Z | |
| 3499 | 2026-03-02T03:39:12.614Z | info: running `cargo check --bins` on nexus-defaults (155/252) |
| 3500 | 2026-03-02T03:39:13.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2026-03-02T03:39:13.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2026-03-02T03:39:13.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2026-03-02T03:39:13.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3504 | 2026-03-02T03:39:13.729Z | |
| 3505 | 2026-03-02T03:39:13.729Z | info: running `cargo check --bins` on omicron-cockroach-metrics (156/252) |
| 3506 | 2026-03-02T03:39:14.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2026-03-02T03:39:14.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2026-03-02T03:39:14.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2026-03-02T03:39:14.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3510 | 2026-03-02T03:39:14.796Z | |
| 3511 | 2026-03-02T03:39:14.796Z | info: running `cargo check --bins` on parallel-task-set (157/252) |
| 3512 | 2026-03-02T03:39:15.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2026-03-02T03:39:15.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2026-03-02T03:39:15.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2026-03-02T03:39:15.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3516 | 2026-03-02T03:39:15.919Z | |
| 3517 | 2026-03-02T03:39:15.919Z | info: running `cargo check --bins` on nexus-db-errors (158/252) |
| 3518 | 2026-03-02T03:39:16.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2026-03-02T03:39:17.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2026-03-02T03:39:17.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2026-03-02T03:39:17.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3522 | 2026-03-02T03:39:17.121Z | |
| 3523 | 2026-03-02T03:39:17.121Z | info: running `cargo check --bins` on nexus-db-lookup (159/252) |
| 3524 | 2026-03-02T03:39:18.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2026-03-02T03:39:18.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2026-03-02T03:39:18.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2026-03-02T03:39:18.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3528 | 2026-03-02T03:39:18.383Z | |
| 3529 | 2026-03-02T03:39:18.383Z | info: running `cargo check --bins` on nexus-inventory (160/252) |
| 3530 | 2026-03-02T03:39:19.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2026-03-02T03:39:19.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2026-03-02T03:39:19.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2026-03-02T03:39:19.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3534 | 2026-03-02T03:39:19.603Z | |
| 3535 | 2026-03-02T03:39:19.603Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (161/252) |
| 3536 | 2026-03-02T03:39:20.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2026-03-02T03:39:20.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2026-03-02T03:39:20.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2026-03-02T03:39:20.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3540 | 2026-03-02T03:39:20.794Z | |
| 3541 | 2026-03-02T03:39:20.794Z | info: running `cargo check --bins --no-default-features` on sled-storage (162/252) |
| 3542 | 2026-03-02T03:39:21.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2026-03-02T03:39:21.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2026-03-02T03:39:21.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2026-03-02T03:39:21.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3546 | 2026-03-02T03:39:21.991Z | |
| 3547 | 2026-03-02T03:39:21.991Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (163/252) |
| 3548 | 2026-03-02T03:39:23.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2026-03-02T03:39:23.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2026-03-02T03:39:23.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2026-03-02T03:39:23.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3552 | 2026-03-02T03:39:23.170Z | |
| 3553 | 2026-03-02T03:39:23.170Z | info: running `cargo check --bins` on key-manager (164/252) |
| 3554 | 2026-03-02T03:39:24.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2026-03-02T03:39:24.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2026-03-02T03:39:24.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3557 | 2026-03-02T03:39:24.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3558 | 2026-03-02T03:39:24.318Z | |
| 3559 | 2026-03-02T03:39:24.318Z | info: running `cargo check --bins --no-default-features` on sled-hardware (165/252) |
| 3560 | 2026-03-02T03:39:25.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2026-03-02T03:39:25.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2026-03-02T03:39:25.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3563 | 2026-03-02T03:39:25.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3564 | 2026-03-02T03:39:25.507Z | |
| 3565 | 2026-03-02T03:39:25.507Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (166/252) |
| 3566 | 2026-03-02T03:39:26.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2026-03-02T03:39:26.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2026-03-02T03:39:26.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3569 | 2026-03-02T03:39:26.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3570 | 2026-03-02T03:39:26.709Z | |
| 3571 | 2026-03-02T03:39:26.709Z | info: running `cargo check --bins` on typed-rng (167/252) |
| 3572 | 2026-03-02T03:39:27.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2026-03-02T03:39:27.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2026-03-02T03:39:27.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3575 | 2026-03-02T03:39:27.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3576 | 2026-03-02T03:39:27.857Z | |
| 3577 | 2026-03-02T03:39:27.857Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (168/252) |
| 3578 | 2026-03-02T03:39:29.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2026-03-02T03:39:29.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2026-03-02T03:39:29.472Z | Compiling libefi-sys v0.1.0 |
| 3581 | 2026-03-02T03:39:29.497Z | Compiling bitfield-struct v0.6.2 |
| 3582 | 2026-03-02T03:39:29.534Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3583 | 2026-03-02T03:39:29.558Z | Compiling xshell-macros v0.2.7 |
| 3584 | 2026-03-02T03:39:29.583Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3585 | 2026-03-02T03:39:29.608Z | Compiling salty v0.3.0 |
| 3586 | 2026-03-02T03:39:29.633Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3587 | 2026-03-02T03:39:29.672Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3588 | 2026-03-02T03:39:29.697Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3589 | 2026-03-02T03:39:30.148Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3590 | 2026-03-02T03:39:30.188Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3591 | 2026-03-02T03:39:30.224Z | Checking xshell v0.2.7 |
| 3592 | 2026-03-02T03:39:30.431Z | Checking primeorder v0.13.6 |
| 3593 | 2026-03-02T03:39:30.460Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3594 | 2026-03-02T03:39:30.523Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3595 | 2026-03-02T03:39:30.566Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3596 | 2026-03-02T03:39:30.646Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3597 | 2026-03-02T03:39:30.674Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3598 | 2026-03-02T03:39:30.903Z | Checking p384 v0.13.1 |
| 3599 | 2026-03-02T03:39:30.936Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3600 | 2026-03-02T03:39:30.961Z | Compiling nix v0.31.1 |
| 3601 | 2026-03-02T03:39:31.182Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3602 | 2026-03-02T03:39:31.262Z | Compiling proc-macro-error2 v2.0.1 |
| 3603 | 2026-03-02T03:39:31.506Z | Compiling num-derive v0.3.3 |
| 3604 | 2026-03-02T03:39:31.612Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3605 | 2026-03-02T03:39:31.739Z | Compiling unicase v2.9.0 |
| 3606 | 2026-03-02T03:39:31.788Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3607 | 2026-03-02T03:39:31.847Z | Compiling tabled_derive v0.11.0 |
| 3608 | 2026-03-02T03:39:32.034Z | Checking papergrid v0.17.0 |
| 3609 | 2026-03-02T03:39:32.133Z | Compiling mime_guess v2.0.5 |
| 3610 | 2026-03-02T03:39:32.511Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3611 | 2026-03-02T03:39:33.075Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3612 | 2026-03-02T03:39:33.102Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3613 | 2026-03-02T03:39:33.134Z | Checking libscf-sys v1.1.0 |
| 3614 | 2026-03-02T03:39:33.323Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3615 | 2026-03-02T03:39:33.387Z | Checking testing_table v0.3.0 |
| 3616 | 2026-03-02T03:39:33.482Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3617 | 2026-03-02T03:39:33.540Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3618 | 2026-03-02T03:39:33.637Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3619 | 2026-03-02T03:39:33.898Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3620 | 2026-03-02T03:39:33.960Z | Checking corncobs v0.1.4 |
| 3621 | 2026-03-02T03:39:34.157Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3622 | 2026-03-02T03:39:34.182Z | Checking tabled v0.20.0 |
| 3623 | 2026-03-02T03:39:34.312Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3624 | 2026-03-02T03:39:34.344Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3625 | 2026-03-02T03:39:34.416Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3626 | 2026-03-02T03:39:34.603Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3627 | 2026-03-02T03:39:34.717Z | Checking secrecy v0.8.0 |
| 3628 | 2026-03-02T03:39:35.008Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3629 | 2026-03-02T03:39:35.032Z | Checking http-range v0.1.5 |
| 3630 | 2026-03-02T03:39:35.810Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3631 | 2026-03-02T03:39:35.953Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3632 | 2026-03-02T03:39:35.992Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3633 | 2026-03-02T03:39:36.177Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3634 | 2026-03-02T03:39:36.331Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3635 | 2026-03-02T03:39:36.420Z | Checking atty v0.2.14 |
| 3636 | 2026-03-02T03:39:36.445Z | Checking crc8 v0.1.1 |
| 3637 | 2026-03-02T03:39:36.548Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3638 | 2026-03-02T03:39:36.577Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3639 | 2026-03-02T03:39:36.608Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3640 | 2026-03-02T03:39:36.689Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3641 | 2026-03-02T03:39:36.772Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3642 | 2026-03-02T03:39:37.160Z | Checking hyper-staticfile v0.10.1 |
| 3643 | 2026-03-02T03:39:37.393Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3644 | 2026-03-02T03:39:37.518Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3645 | 2026-03-02T03:39:37.654Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3646 | 2026-03-02T03:39:38.085Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3647 | 2026-03-02T03:39:38.150Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3648 | 2026-03-02T03:39:38.223Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3649 | 2026-03-02T03:39:38.293Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3650 | 2026-03-02T03:39:38.476Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3651 | 2026-03-02T03:39:38.590Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3652 | 2026-03-02T03:39:39.045Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3653 | 2026-03-02T03:39:39.145Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3654 | 2026-03-02T03:39:39.187Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3655 | 2026-03-02T03:39:39.551Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3656 | 2026-03-02T03:39:41.002Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3657 | 2026-03-02T03:39:41.212Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3658 | 2026-03-02T03:39:41.397Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3659 | 2026-03-02T03:39:41.996Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3660 | 2026-03-02T03:39:42.683Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3661 | 2026-03-02T03:39:43.075Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3662 | 2026-03-02T03:39:54.023Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3663 | 2026-03-02T03:40:18.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.24s |
| 3664 | 2026-03-02T03:40:18.355Z | |
| 3665 | 2026-03-02T03:40:18.355Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (169/252) |
| 3666 | 2026-03-02T03:40:19.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3667 | 2026-03-02T03:40:19.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3668 | 2026-03-02T03:40:19.749Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3669 | 2026-03-02T03:40:43.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.36s |
| 3670 | 2026-03-02T03:40:43.960Z | |
| 3671 | 2026-03-02T03:40:43.960Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (170/252) |
| 3672 | 2026-03-02T03:40:45.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3673 | 2026-03-02T03:40:45.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3674 | 2026-03-02T03:40:45.438Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3675 | 2026-03-02T03:41:10.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.07s |
| 3676 | 2026-03-02T03:41:10.272Z | |
| 3677 | 2026-03-02T03:41:10.272Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (171/252) |
| 3678 | 2026-03-02T03:41:11.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3679 | 2026-03-02T03:41:11.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3680 | 2026-03-02T03:41:11.724Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3681 | 2026-03-02T03:41:35.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.74s |
| 3682 | 2026-03-02T03:41:35.250Z | |
| 3683 | 2026-03-02T03:41:35.250Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (172/252) |
| 3684 | 2026-03-02T03:41:36.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3685 | 2026-03-02T03:41:36.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3686 | 2026-03-02T03:41:36.691Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3687 | 2026-03-02T03:42:00.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.65s |
| 3688 | 2026-03-02T03:42:01.136Z | |
| 3689 | 2026-03-02T03:42:01.137Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (173/252) |
| 3690 | 2026-03-02T03:42:02.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3691 | 2026-03-02T03:42:02.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3692 | 2026-03-02T03:42:02.622Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3693 | 2026-03-02T03:42:26.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.43s |
| 3694 | 2026-03-02T03:42:26.800Z | |
| 3695 | 2026-03-02T03:42:26.800Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (174/252) |
| 3696 | 2026-03-02T03:42:27.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3697 | 2026-03-02T03:42:28.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3698 | 2026-03-02T03:42:28.307Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3699 | 2026-03-02T03:42:53.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.42s |
| 3700 | 2026-03-02T03:42:53.463Z | |
| 3701 | 2026-03-02T03:42:53.463Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (175/252) |
| 3702 | 2026-03-02T03:42:54.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3703 | 2026-03-02T03:42:54.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3704 | 2026-03-02T03:42:54.844Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3705 | 2026-03-02T03:43:18.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.03s |
| 3706 | 2026-03-02T03:43:18.734Z | |
| 3707 | 2026-03-02T03:43:18.734Z | info: running `cargo check --bins` on bootstrap-agent-api (176/252) |
| 3708 | 2026-03-02T03:43:19.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3709 | 2026-03-02T03:43:19.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3710 | 2026-03-02T03:43:19.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3711 | 2026-03-02T03:43:19.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3712 | 2026-03-02T03:43:19.975Z | |
| 3713 | 2026-03-02T03:43:19.975Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (177/252) |
| 3714 | 2026-03-02T03:43:20.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3715 | 2026-03-02T03:43:20.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3716 | 2026-03-02T03:43:20.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3717 | 2026-03-02T03:43:20.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3718 | 2026-03-02T03:43:21.113Z | |
| 3719 | 2026-03-02T03:43:21.113Z | info: running `cargo check --bins` on range-requests (178/252) |
| 3720 | 2026-03-02T03:43:22.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2026-03-02T03:43:22.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2026-03-02T03:43:22.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3723 | 2026-03-02T03:43:22.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3724 | 2026-03-02T03:43:22.227Z | |
| 3725 | 2026-03-02T03:43:22.227Z | info: running `cargo check --bins` on repo-depot-api (179/252) |
| 3726 | 2026-03-02T03:43:23.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2026-03-02T03:43:23.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2026-03-02T03:43:23.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3729 | 2026-03-02T03:43:23.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3730 | 2026-03-02T03:43:23.426Z | |
| 3731 | 2026-03-02T03:43:23.426Z | info: running `cargo check --bins` on sled-agent-api (180/252) |
| 3732 | 2026-03-02T03:43:24.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2026-03-02T03:43:24.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2026-03-02T03:43:24.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3735 | 2026-03-02T03:43:24.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3736 | 2026-03-02T03:43:24.613Z | |
| 3737 | 2026-03-02T03:43:24.613Z | info: running `cargo check --bins` on sled-diagnostics (181/252) |
| 3738 | 2026-03-02T03:43:25.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2026-03-02T03:43:25.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2026-03-02T03:43:25.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2026-03-02T03:43:25.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3742 | 2026-03-02T03:43:25.851Z | |
| 3743 | 2026-03-02T03:43:25.851Z | info: running `cargo check --bins` on zfs-test-harness (182/252) |
| 3744 | 2026-03-02T03:43:26.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2026-03-02T03:43:26.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2026-03-02T03:43:26.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3747 | 2026-03-02T03:43:26.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3748 | 2026-03-02T03:43:27.021Z | |
| 3749 | 2026-03-02T03:43:27.021Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (183/252) |
| 3750 | 2026-03-02T03:43:28.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-03-02T03:43:28.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-03-02T03:43:28.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3753 | 2026-03-02T03:43:28.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3754 | 2026-03-02T03:43:28.331Z | |
| 3755 | 2026-03-02T03:43:28.331Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (184/252) |
| 3756 | 2026-03-02T03:43:29.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2026-03-02T03:43:29.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2026-03-02T03:43:29.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3759 | 2026-03-02T03:43:29.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3760 | 2026-03-02T03:43:29.584Z | |
| 3761 | 2026-03-02T03:43:29.585Z | info: running `cargo check --bins` on sled-agent-health-monitor (185/252) |
| 3762 | 2026-03-02T03:43:30.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2026-03-02T03:43:30.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2026-03-02T03:43:30.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3765 | 2026-03-02T03:43:30.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3766 | 2026-03-02T03:43:30.823Z | |
| 3767 | 2026-03-02T03:43:30.823Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (186/252) |
| 3768 | 2026-03-02T03:43:31.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2026-03-02T03:43:31.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2026-03-02T03:43:31.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3771 | 2026-03-02T03:43:31.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3772 | 2026-03-02T03:43:32.064Z | |
| 3773 | 2026-03-02T03:43:32.064Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (187/252) |
| 3774 | 2026-03-02T03:43:33.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2026-03-02T03:43:33.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2026-03-02T03:43:33.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3777 | 2026-03-02T03:43:33.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3778 | 2026-03-02T03:43:33.380Z | |
| 3779 | 2026-03-02T03:43:33.381Z | info: running `cargo check --bins` on sled-agent-resolvable-files (188/252) |
| 3780 | 2026-03-02T03:43:34.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3781 | 2026-03-02T03:43:34.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3782 | 2026-03-02T03:43:34.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3783 | 2026-03-02T03:43:34.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 3784 | 2026-03-02T03:43:34.688Z | |
| 3785 | 2026-03-02T03:43:34.688Z | info: running `cargo check --bins` on trust-quorum (189/252) |
| 3786 | 2026-03-02T03:43:35.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3787 | 2026-03-02T03:43:35.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3788 | 2026-03-02T03:43:35.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3789 | 2026-03-02T03:43:35.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3790 | 2026-03-02T03:43:35.902Z | |
| 3791 | 2026-03-02T03:43:35.902Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (190/252) |
| 3792 | 2026-03-02T03:43:37.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3793 | 2026-03-02T03:43:37.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3794 | 2026-03-02T03:43:37.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3795 | 2026-03-02T03:43:37.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3796 | 2026-03-02T03:43:37.136Z | |
| 3797 | 2026-03-02T03:43:37.136Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (191/252) |
| 3798 | 2026-03-02T03:43:38.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3799 | 2026-03-02T03:43:38.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3800 | 2026-03-02T03:43:38.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3801 | 2026-03-02T03:43:38.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 3802 | 2026-03-02T03:43:38.460Z | |
| 3803 | 2026-03-02T03:43:38.460Z | info: running `cargo check --bins` on update-common (192/252) |
| 3804 | 2026-03-02T03:43:39.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3805 | 2026-03-02T03:43:39.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3806 | 2026-03-02T03:43:39.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3807 | 2026-03-02T03:43:39.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3808 | 2026-03-02T03:43:39.679Z | |
| 3809 | 2026-03-02T03:43:39.679Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (193/252) |
| 3810 | 2026-03-02T03:43:40.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3811 | 2026-03-02T03:43:40.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3812 | 2026-03-02T03:43:40.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3813 | 2026-03-02T03:43:40.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3814 | 2026-03-02T03:43:40.902Z | |
| 3815 | 2026-03-02T03:43:40.902Z | info: running `cargo check --bins` on reconfigurator-cli (194/252) |
| 3816 | 2026-03-02T03:43:42.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3817 | 2026-03-02T03:43:42.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3818 | 2026-03-02T03:43:42.356Z | Compiling fs-err v2.11.0 |
| 3819 | 2026-03-02T03:43:42.381Z | Checking ignore v0.4.25 |
| 3820 | 2026-03-02T03:43:42.381Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3821 | 2026-03-02T03:43:42.381Z | Checking predicates-tree v1.0.13 |
| 3822 | 2026-03-02T03:43:42.381Z | Checking parse-size v1.1.0 |
| 3823 | 2026-03-02T03:43:42.483Z | Checking rand_seeder v0.4.0 |
| 3824 | 2026-03-02T03:43:42.508Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3825 | 2026-03-02T03:43:42.508Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3826 | 2026-03-02T03:43:42.635Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3827 | 2026-03-02T03:43:42.676Z | Compiling petname v2.0.2 |
| 3828 | 2026-03-02T03:43:42.780Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3829 | 2026-03-02T03:43:43.055Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3830 | 2026-03-02T03:43:43.084Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3831 | 2026-03-02T03:43:43.254Z | Checking globwalk v0.9.1 |
| 3832 | 2026-03-02T03:43:43.279Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3833 | 2026-03-02T03:43:43.385Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3834 | 2026-03-02T03:43:43.608Z | Checking camino-tempfile-ext v0.3.3 |
| 3835 | 2026-03-02T03:43:43.635Z | Checking sapling-renderdag v0.1.0 |
| 3836 | 2026-03-02T03:43:43.700Z | Checking sync-ptr v0.1.4 |
| 3837 | 2026-03-02T03:43:43.892Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3838 | 2026-03-02T03:43:43.945Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3839 | 2026-03-02T03:43:44.083Z | Checking colored v2.2.0 |
| 3840 | 2026-03-02T03:43:44.132Z | Checking assert_matches v1.5.0 |
| 3841 | 2026-03-02T03:43:44.628Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3842 | 2026-03-02T03:43:44.862Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3843 | 2026-03-02T03:43:44.863Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3844 | 2026-03-02T03:43:45.989Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3845 | 2026-03-02T03:43:48.869Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3846 | 2026-03-02T03:43:53.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.51s |
| 3847 | 2026-03-02T03:43:53.655Z | |
| 3848 | 2026-03-02T03:43:53.655Z | info: running `cargo check --bins` on omicron-repl-utils (195/252) |
| 3849 | 2026-03-02T03:43:54.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3850 | 2026-03-02T03:43:54.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3851 | 2026-03-02T03:43:54.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3852 | 2026-03-02T03:43:54.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3853 | 2026-03-02T03:43:54.807Z | |
| 3854 | 2026-03-02T03:43:54.807Z | info: running `cargo check --bins` on nexus-test-interface (196/252) |
| 3855 | 2026-03-02T03:43:55.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3856 | 2026-03-02T03:43:55.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3857 | 2026-03-02T03:43:55.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3858 | 2026-03-02T03:43:55.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3859 | 2026-03-02T03:43:56.095Z | |
| 3860 | 2026-03-02T03:43:56.095Z | info: running `cargo check --bins` on oximeter-collector (197/252) |
| 3861 | 2026-03-02T03:43:57.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3862 | 2026-03-02T03:43:57.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3863 | 2026-03-02T03:43:57.466Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3864 | 2026-03-02T03:43:57.467Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3865 | 2026-03-02T03:43:58.689Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3866 | 2026-03-02T03:44:01.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s |
| 3867 | 2026-03-02T03:44:01.892Z | |
| 3868 | 2026-03-02T03:44:01.892Z | info: running `cargo check --bins` on oximeter-api (198/252) |
| 3869 | 2026-03-02T03:44:02.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-03-02T03:44:02.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-03-02T03:44:02.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3872 | 2026-03-02T03:44:02.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3873 | 2026-03-02T03:44:03.090Z | |
| 3874 | 2026-03-02T03:44:03.090Z | info: running `cargo check --bins` on cert-dev (199/252) |
| 3875 | 2026-03-02T03:44:04.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-03-02T03:44:04.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-03-02T03:44:04.256Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3878 | 2026-03-02T03:44:04.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 3879 | 2026-03-02T03:44:04.762Z | |
| 3880 | 2026-03-02T03:44:04.762Z | info: running `cargo check --bins` on clickana (200/252) |
| 3881 | 2026-03-02T03:44:05.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-03-02T03:44:05.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-03-02T03:44:05.949Z | Compiling darling_core v0.23.0 |
| 3884 | 2026-03-02T03:44:05.973Z | Compiling instability v0.3.11 |
| 3885 | 2026-03-02T03:44:05.973Z | Checking castaway v0.2.4 |
| 3886 | 2026-03-02T03:44:05.973Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3887 | 2026-03-02T03:44:05.973Z | Compiling indoc v2.0.7 |
| 3888 | 2026-03-02T03:44:05.973Z | Checking unicode-truncate v1.1.0 |
| 3889 | 2026-03-02T03:44:05.973Z | Checking lru v0.12.5 |
| 3890 | 2026-03-02T03:44:05.998Z | Checking cassowary v0.3.0 |
| 3891 | 2026-03-02T03:44:06.189Z | Checking compact_str v0.8.1 |
| 3892 | 2026-03-02T03:44:08.195Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3893 | 2026-03-02T03:44:08.481Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3894 | 2026-03-02T03:44:09.392Z | Compiling darling_macro v0.23.0 |
| 3895 | 2026-03-02T03:44:10.116Z | Compiling darling v0.23.0 |
| 3896 | 2026-03-02T03:44:11.209Z | Checking ratatui v0.29.0 |
| 3897 | 2026-03-02T03:44:13.826Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3898 | 2026-03-02T03:44:15.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.23s |
| 3899 | 2026-03-02T03:44:15.186Z | |
| 3900 | 2026-03-02T03:44:15.186Z | info: running `cargo check --bins` on clickhouse-cluster-dev (201/252) |
| 3901 | 2026-03-02T03:44:16.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3902 | 2026-03-02T03:44:16.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3903 | 2026-03-02T03:44:16.494Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3904 | 2026-03-02T03:44:16.495Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3905 | 2026-03-02T03:44:17.460Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3906 | 2026-03-02T03:44:18.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 3907 | 2026-03-02T03:44:18.397Z | |
| 3908 | 2026-03-02T03:44:18.397Z | info: running `cargo check --bins` on ch-dev (202/252) |
| 3909 | 2026-03-02T03:44:19.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2026-03-02T03:44:19.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2026-03-02T03:44:19.712Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3912 | 2026-03-02T03:44:20.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
| 3913 | 2026-03-02T03:44:21.056Z | |
| 3914 | 2026-03-02T03:44:21.057Z | info: running `cargo check --bins` on dev-tools-common (203/252) |
| 3915 | 2026-03-02T03:44:21.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3916 | 2026-03-02T03:44:21.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3917 | 2026-03-02T03:44:21.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3918 | 2026-03-02T03:44:21.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3919 | 2026-03-02T03:44:21.909Z | |
| 3920 | 2026-03-02T03:44:21.909Z | info: running `cargo check --bins` on crdb-seed (204/252) |
| 3921 | 2026-03-02T03:44:23.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3922 | 2026-03-02T03:44:23.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3923 | 2026-03-02T03:44:23.287Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3924 | 2026-03-02T03:44:23.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
| 3925 | 2026-03-02T03:44:24.097Z | |
| 3926 | 2026-03-02T03:44:24.097Z | info: running `cargo check --bins` on db-dev (205/252) |
| 3927 | 2026-03-02T03:44:25.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3928 | 2026-03-02T03:44:25.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3929 | 2026-03-02T03:44:25.446Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3930 | 2026-03-02T03:44:26.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 3931 | 2026-03-02T03:44:26.880Z | |
| 3932 | 2026-03-02T03:44:26.880Z | info: running `cargo check --bins` on omicron-dev-lib (206/252) |
| 3933 | 2026-03-02T03:44:28.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3934 | 2026-03-02T03:44:28.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3935 | 2026-03-02T03:44:28.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3936 | 2026-03-02T03:44:28.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3937 | 2026-03-02T03:44:28.181Z | |
| 3938 | 2026-03-02T03:44:28.181Z | info: running `cargo check --bins` on xtask-downloader (207/252) |
| 3939 | 2026-03-02T03:44:29.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2026-03-02T03:44:29.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2026-03-02T03:44:29.313Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3942 | 2026-03-02T03:44:30.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
| 3943 | 2026-03-02T03:44:30.657Z | |
| 3944 | 2026-03-02T03:44:30.657Z | info: running `cargo check --bins` on omicron-dropshot-apis (208/252) |
| 3945 | 2026-03-02T03:44:31.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-03-02T03:44:31.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-03-02T03:44:32.050Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3948 | 2026-03-02T03:44:32.050Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3949 | 2026-03-02T03:44:32.050Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 3950 | 2026-03-02T03:44:32.075Z | Checking git-stub v1.0.0 |
| 3951 | 2026-03-02T03:44:32.075Z | Compiling trait-variant v0.1.2 |
| 3952 | 2026-03-02T03:44:32.075Z | Checking maplit v1.0.2 |
| 3953 | 2026-03-02T03:44:32.075Z | Checking is_ci v1.2.0 |
| 3954 | 2026-03-02T03:44:32.100Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3955 | 2026-03-02T03:44:32.333Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3956 | 2026-03-02T03:44:32.376Z | Checking supports-color v3.0.2 |
| 3957 | 2026-03-02T03:44:32.401Z | Checking git-stub-vcs v0.1.0 |
| 3958 | 2026-03-02T03:44:32.507Z | Checking drift v0.1.3 |
| 3959 | 2026-03-02T03:44:32.590Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3960 | 2026-03-02T03:44:32.632Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3961 | 2026-03-02T03:44:32.760Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3962 | 2026-03-02T03:44:32.960Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3963 | 2026-03-02T03:44:33.077Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3964 | 2026-03-02T03:44:33.102Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3965 | 2026-03-02T03:44:33.128Z | Checking dropshot-api-manager v0.4.0 |
| 3966 | 2026-03-02T03:44:33.432Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 3967 | 2026-03-02T03:44:33.708Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3968 | 2026-03-02T03:44:34.068Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 3969 | 2026-03-02T03:44:34.530Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3970 | 2026-03-02T03:44:46.293Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3971 | 2026-03-02T03:44:48.544Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3972 | 2026-03-02T03:44:49.838Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3973 | 2026-03-02T03:44:50.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.97s |
| 3974 | 2026-03-02T03:44:50.843Z | |
| 3975 | 2026-03-02T03:44:50.843Z | info: running `cargo check --bins` on installinator-api (209/252) |
| 3976 | 2026-03-02T03:44:51.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3977 | 2026-03-02T03:44:51.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3978 | 2026-03-02T03:44:51.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3979 | 2026-03-02T03:44:51.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3980 | 2026-03-02T03:44:52.053Z | |
| 3981 | 2026-03-02T03:44:52.053Z | info: running `cargo check --bins` on nexus-external-api (210/252) |
| 3982 | 2026-03-02T03:44:53.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3983 | 2026-03-02T03:44:53.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3984 | 2026-03-02T03:44:53.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3985 | 2026-03-02T03:44:53.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 3986 | 2026-03-02T03:44:53.366Z | |
| 3987 | 2026-03-02T03:44:53.366Z | info: running `cargo check --bins` on nexus-internal-api (211/252) |
| 3988 | 2026-03-02T03:44:54.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3989 | 2026-03-02T03:44:54.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3990 | 2026-03-02T03:44:54.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3991 | 2026-03-02T03:44:54.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3992 | 2026-03-02T03:44:54.583Z | |
| 3993 | 2026-03-02T03:44:54.583Z | info: running `cargo check --bins` on nexus-lockstep-api (212/252) |
| 3994 | 2026-03-02T03:44:55.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3995 | 2026-03-02T03:44:55.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3996 | 2026-03-02T03:44:55.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3997 | 2026-03-02T03:44:55.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3998 | 2026-03-02T03:44:55.826Z | |
| 3999 | 2026-03-02T03:44:55.826Z | info: running `cargo check --bins` on ntp-admin-api (213/252) |
| 4000 | 2026-03-02T03:44:56.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4001 | 2026-03-02T03:44:56.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4002 | 2026-03-02T03:44:56.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4003 | 2026-03-02T03:44:56.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 4004 | 2026-03-02T03:44:56.967Z | |
| 4005 | 2026-03-02T03:44:56.967Z | info: running `cargo check --bins` on ntp-admin-types-versions (214/252) |
| 4006 | 2026-03-02T03:44:58.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4007 | 2026-03-02T03:44:58.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4008 | 2026-03-02T03:44:58.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4009 | 2026-03-02T03:44:58.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 4010 | 2026-03-02T03:44:58.128Z | |
| 4011 | 2026-03-02T03:44:58.128Z | info: running `cargo check --bins` on wicketd-api (215/252) |
| 4012 | 2026-03-02T03:44:59.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-03-02T03:44:59.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-03-02T03:44:59.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4015 | 2026-03-02T03:44:59.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4016 | 2026-03-02T03:44:59.322Z | |
| 4017 | 2026-03-02T03:44:59.322Z | info: running `cargo check --bins` on omicron-ls-apis (216/252) |
| 4018 | 2026-03-02T03:45:00.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-03-02T03:45:00.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-03-02T03:45:00.493Z | Checking erased-serde v0.4.9 |
| 4021 | 2026-03-02T03:45:00.518Z | Checking ordered-float v2.10.1 |
| 4022 | 2026-03-02T03:45:00.549Z | Checking unicode-xid v0.2.6 |
| 4023 | 2026-03-02T03:45:00.573Z | Checking cargo-platform v0.2.0 |
| 4024 | 2026-03-02T03:45:00.983Z | Checking serde-value v0.7.0 |
| 4025 | 2026-03-02T03:45:01.336Z | Checking serde-untagged v0.1.9 |
| 4026 | 2026-03-02T03:45:01.655Z | Checking cargo-util-schemas v0.8.2 |
| 4027 | 2026-03-02T03:45:03.345Z | Checking cargo_metadata v0.21.0 |
| 4028 | 2026-03-02T03:45:04.732Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4029 | 2026-03-02T03:45:06.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s |
| 4030 | 2026-03-02T03:45:06.246Z | |
| 4031 | 2026-03-02T03:45:06.246Z | info: running `cargo check --bins` on mgs-dev (217/252) |
| 4032 | 2026-03-02T03:45:07.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4033 | 2026-03-02T03:45:07.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4034 | 2026-03-02T03:45:07.614Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4035 | 2026-03-02T03:45:08.596Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4036 | 2026-03-02T03:45:09.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 4037 | 2026-03-02T03:45:09.726Z | |
| 4038 | 2026-03-02T03:45:09.726Z | info: running `cargo check --bins` on omicron-omdb (218/252) |
| 4039 | 2026-03-02T03:45:10.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4040 | 2026-03-02T03:45:10.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4041 | 2026-03-02T03:45:11.334Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4042 | 2026-03-02T03:45:11.334Z | Compiling vergen-gitcl v1.0.8 |
| 4043 | 2026-03-02T03:45:11.334Z | Compiling dirs-sys-next v0.1.2 |
| 4044 | 2026-03-02T03:45:11.334Z | Compiling crunchy v0.2.4 |
| 4045 | 2026-03-02T03:45:11.359Z | Compiling glob v0.3.3 |
| 4046 | 2026-03-02T03:45:11.359Z | Compiling dsl_auto_type v0.1.3 |
| 4047 | 2026-03-02T03:45:11.359Z | Checking scheduled-thread-pool v0.2.7 |
| 4048 | 2026-03-02T03:45:11.359Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 4049 | 2026-03-02T03:45:11.743Z | Compiling dirs-next v2.0.0 |
| 4050 | 2026-03-02T03:45:11.800Z | Compiling tiny-keccak v2.0.2 |
| 4051 | 2026-03-02T03:45:11.912Z | Compiling term v0.7.0 |
| 4052 | 2026-03-02T03:45:11.963Z | Checking r2d2 v0.8.10 |
| 4053 | 2026-03-02T03:45:12.024Z | Compiling bit-vec v0.6.3 |
| 4054 | 2026-03-02T03:45:12.102Z | Compiling clang-sys v1.8.1 |
| 4055 | 2026-03-02T03:45:12.291Z | Compiling itertools v0.10.5 |
| 4056 | 2026-03-02T03:45:12.447Z | Compiling ascii-canvas v3.0.0 |
| 4057 | 2026-03-02T03:45:12.748Z | Compiling bit-set v0.5.3 |
| 4058 | 2026-03-02T03:45:12.783Z | Compiling diesel_derives v2.2.7 |
| 4059 | 2026-03-02T03:45:12.891Z | Compiling ena v0.14.4 |
| 4060 | 2026-03-02T03:45:12.978Z | Compiling libloading v0.8.9 |
| 4061 | 2026-03-02T03:45:13.005Z | Compiling diff v0.1.13 |
| 4062 | 2026-03-02T03:45:13.033Z | Compiling regex-syntax v0.6.29 |
| 4063 | 2026-03-02T03:45:13.067Z | Compiling bindgen v0.71.1 |
| 4064 | 2026-03-02T03:45:13.360Z | Compiling cexpr v0.6.0 |
| 4065 | 2026-03-02T03:45:13.539Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4066 | 2026-03-02T03:45:13.854Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4067 | 2026-03-02T03:45:13.984Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4068 | 2026-03-02T03:45:14.096Z | Compiling libxml v0.3.3 |
| 4069 | 2026-03-02T03:45:14.458Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4070 | 2026-03-02T03:45:14.560Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4071 | 2026-03-02T03:45:14.652Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4072 | 2026-03-02T03:45:14.925Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4073 | 2026-03-02T03:45:14.957Z | Compiling strum_macros v0.24.3 |
| 4074 | 2026-03-02T03:45:14.992Z | Compiling indoc v1.0.9 |
| 4075 | 2026-03-02T03:45:15.779Z | Compiling lalrpop v0.19.12 |
| 4076 | 2026-03-02T03:45:17.142Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4077 | 2026-03-02T03:45:17.449Z | Checking derive_builder v0.20.2 |
| 4078 | 2026-03-02T03:45:17.508Z | Compiling oso-derive v0.27.3 |
| 4079 | 2026-03-02T03:45:17.664Z | Checking quick-xml v0.37.5 |
| 4080 | 2026-03-02T03:45:17.789Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4081 | 2026-03-02T03:45:18.441Z | Checking openssl-probe v0.1.6 |
| 4082 | 2026-03-02T03:45:18.660Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4083 | 2026-03-02T03:45:19.603Z | Compiling diesel-dtrace v0.4.2 |
| 4084 | 2026-03-02T03:45:19.947Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4085 | 2026-03-02T03:45:20.010Z | Checking bb8 v0.8.6 |
| 4086 | 2026-03-02T03:45:20.280Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4087 | 2026-03-02T03:45:20.476Z | Checking nonempty v0.12.0 |
| 4088 | 2026-03-02T03:45:20.613Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4089 | 2026-03-02T03:45:20.778Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4090 | 2026-03-02T03:45:20.961Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4091 | 2026-03-02T03:45:20.993Z | Checking support-bundle-viewer v0.1.2 |
| 4092 | 2026-03-02T03:45:21.183Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4093 | 2026-03-02T03:45:21.451Z | Checking multimap v0.10.1 |
| 4094 | 2026-03-02T03:45:21.800Z | Checking diesel v2.2.12 |
| 4095 | 2026-03-02T03:45:26.113Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4096 | 2026-03-02T03:45:28.760Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4097 | 2026-03-02T03:45:29.219Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4098 | 2026-03-02T03:45:29.289Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4099 | 2026-03-02T03:45:30.298Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4100 | 2026-03-02T03:45:31.167Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4101 | 2026-03-02T03:45:32.057Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4102 | 2026-03-02T03:45:33.145Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4103 | 2026-03-02T03:45:36.717Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4104 | 2026-03-02T03:45:45.926Z | Compiling samael v0.0.19 |
| 4105 | 2026-03-02T03:45:54.444Z | Checking async-bb8-diesel v0.2.1 |
| 4106 | 2026-03-02T03:45:58.079Z | Compiling polar-core v0.27.3 |
| 4107 | 2026-03-02T03:46:07.334Z | Checking oso v0.27.3 |
| 4108 | 2026-03-02T03:47:06.192Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4109 | 2026-03-02T03:48:24.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 14s |
| 4110 | 2026-03-02T03:48:24.467Z | |
| 4111 | 2026-03-02T03:48:24.468Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (219/252) |
| 4112 | 2026-03-02T03:48:25.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4113 | 2026-03-02T03:48:25.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4114 | 2026-03-02T03:48:25.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4115 | 2026-03-02T03:48:25.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 4116 | 2026-03-02T03:48:25.728Z | |
| 4117 | 2026-03-02T03:48:25.728Z | info: running `cargo check --bins` on nexus-saga-recovery (220/252) |
| 4118 | 2026-03-02T03:48:26.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4119 | 2026-03-02T03:48:26.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4120 | 2026-03-02T03:48:26.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4121 | 2026-03-02T03:48:26.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4122 | 2026-03-02T03:48:26.923Z | |
| 4123 | 2026-03-02T03:48:26.923Z | info: running `cargo check --bins` on nexus-test-utils-macros (221/252) |
| 4124 | 2026-03-02T03:48:27.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4125 | 2026-03-02T03:48:27.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4126 | 2026-03-02T03:48:27.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4127 | 2026-03-02T03:48:27.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 4128 | 2026-03-02T03:48:28.019Z | |
| 4129 | 2026-03-02T03:48:28.019Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (222/252) |
| 4130 | 2026-03-02T03:48:29.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-03-02T03:48:29.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-03-02T03:48:29.621Z | Compiling libz-sys v1.1.24 |
| 4133 | 2026-03-02T03:48:29.645Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4134 | 2026-03-02T03:48:29.681Z | Compiling vergen-git2 v1.0.7 |
| 4135 | 2026-03-02T03:48:29.705Z | Compiling rustls v0.21.12 |
| 4136 | 2026-03-02T03:48:29.729Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4137 | 2026-03-02T03:48:29.729Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4138 | 2026-03-02T03:48:29.729Z | Compiling nix v0.29.0 |
| 4139 | 2026-03-02T03:48:29.729Z | Checking rustls-webpki v0.101.7 |
| 4140 | 2026-03-02T03:48:30.072Z | Checking sct v0.7.1 |
| 4141 | 2026-03-02T03:48:30.096Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4142 | 2026-03-02T03:48:30.156Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4143 | 2026-03-02T03:48:30.304Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4144 | 2026-03-02T03:48:30.435Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4145 | 2026-03-02T03:48:30.626Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4146 | 2026-03-02T03:48:30.691Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4147 | 2026-03-02T03:48:30.812Z | Checking rustls-pemfile v1.0.4 |
| 4148 | 2026-03-02T03:48:31.035Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4149 | 2026-03-02T03:48:31.060Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4150 | 2026-03-02T03:48:31.415Z | Checking twox-hash v2.1.2 |
| 4151 | 2026-03-02T03:48:31.583Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4152 | 2026-03-02T03:48:31.761Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4153 | 2026-03-02T03:48:32.729Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4154 | 2026-03-02T03:48:32.864Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4155 | 2026-03-02T03:48:32.891Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4156 | 2026-03-02T03:48:33.161Z | Checking tokio-rustls v0.24.1 |
| 4157 | 2026-03-02T03:48:33.538Z | Checking progenitor-extras v0.1.0 |
| 4158 | 2026-03-02T03:48:33.887Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4159 | 2026-03-02T03:48:33.962Z | Checking fatfs v0.3.6 |
| 4160 | 2026-03-02T03:48:34.110Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4161 | 2026-03-02T03:48:34.136Z | Compiling seq-macro v0.3.6 |
| 4162 | 2026-03-02T03:48:41.517Z | Compiling git2 v0.20.4 |
| 4163 | 2026-03-02T03:48:43.563Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4164 | 2026-03-02T03:48:43.777Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4165 | 2026-03-02T03:48:46.989Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4166 | 2026-03-02T03:50:34.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 4167 | 2026-03-02T03:50:34.417Z | |
| 4168 | 2026-03-02T03:50:34.417Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (223/252) |
| 4169 | 2026-03-02T03:50:35.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4170 | 2026-03-02T03:50:35.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4171 | 2026-03-02T03:50:36.018Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4172 | 2026-03-02T03:52:14.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s |
| 4173 | 2026-03-02T03:52:14.616Z | |
| 4174 | 2026-03-02T03:52:14.616Z | info: running `cargo check --bins` on nexus-background-task-interface (224/252) |
| 4175 | 2026-03-02T03:52:15.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4176 | 2026-03-02T03:52:15.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4177 | 2026-03-02T03:52:15.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4178 | 2026-03-02T03:52:15.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 4179 | 2026-03-02T03:52:15.775Z | |
| 4180 | 2026-03-02T03:52:15.775Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (225/252) |
| 4181 | 2026-03-02T03:52:16.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4182 | 2026-03-02T03:52:16.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4183 | 2026-03-02T03:52:16.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4184 | 2026-03-02T03:52:16.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 4185 | 2026-03-02T03:52:17.011Z | |
| 4186 | 2026-03-02T03:52:17.011Z | info: running `cargo check --bins` on nexus-mgs-updates (226/252) |
| 4187 | 2026-03-02T03:52:18.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4188 | 2026-03-02T03:52:18.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4189 | 2026-03-02T03:52:18.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4190 | 2026-03-02T03:52:18.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 4191 | 2026-03-02T03:52:18.208Z | |
| 4192 | 2026-03-02T03:52:18.208Z | info: running `cargo check --bins` on nexus-networking (227/252) |
| 4193 | 2026-03-02T03:52:19.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4194 | 2026-03-02T03:52:19.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4195 | 2026-03-02T03:52:19.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4196 | 2026-03-02T03:52:19.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 4197 | 2026-03-02T03:52:19.456Z | |
| 4198 | 2026-03-02T03:52:19.456Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (228/252) |
| 4199 | 2026-03-02T03:52:20.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4200 | 2026-03-02T03:52:20.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4201 | 2026-03-02T03:52:20.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4202 | 2026-03-02T03:52:20.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 4203 | 2026-03-02T03:52:20.666Z | |
| 4204 | 2026-03-02T03:52:20.666Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (229/252) |
| 4205 | 2026-03-02T03:52:21.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4206 | 2026-03-02T03:52:21.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4207 | 2026-03-02T03:52:21.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4208 | 2026-03-02T03:52:21.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 4209 | 2026-03-02T03:52:21.879Z | |
| 4210 | 2026-03-02T03:52:21.879Z | info: running `cargo check --bins` on omicron-dev (230/252) |
| 4211 | 2026-03-02T03:52:23.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4212 | 2026-03-02T03:52:23.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4213 | 2026-03-02T03:52:23.452Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4214 | 2026-03-02T03:52:23.452Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4215 | 2026-03-02T03:52:23.520Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4216 | 2026-03-02T03:52:23.545Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4217 | 2026-03-02T03:52:23.569Z | Checking yansi v1.0.1 |
| 4218 | 2026-03-02T03:52:23.569Z | Checking diff v0.1.13 |
| 4219 | 2026-03-02T03:52:23.569Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4220 | 2026-03-02T03:52:23.594Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4221 | 2026-03-02T03:52:23.833Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4222 | 2026-03-02T03:52:24.074Z | Checking pretty_assertions v1.4.1 |
| 4223 | 2026-03-02T03:52:25.352Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4224 | 2026-03-02T03:53:19.338Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4225 | 2026-03-02T03:53:19.338Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4226 | 2026-03-02T03:53:19.362Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4227 | 2026-03-02T03:53:19.362Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4228 | 2026-03-02T03:53:19.362Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4229 | 2026-03-02T03:53:19.362Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4230 | 2026-03-02T03:53:20.650Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4231 | 2026-03-02T03:53:22.671Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4232 | 2026-03-02T03:55:01.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
| 4233 | 2026-03-02T03:55:01.728Z | |
| 4234 | 2026-03-02T03:55:01.728Z | info: running `cargo check --bins` on omicron-pins (231/252) |
| 4235 | 2026-03-02T03:55:02.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-03-02T03:55:02.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-03-02T03:55:02.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4238 | 2026-03-02T03:55:02.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4239 | 2026-03-02T03:55:02.842Z | |
| 4240 | 2026-03-02T03:55:02.842Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (232/252) |
| 4241 | 2026-03-02T03:55:04.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-03-02T03:55:04.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-03-02T03:55:04.426Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4244 | 2026-03-02T03:55:04.451Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4245 | 2026-03-02T03:55:04.451Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4246 | 2026-03-02T03:55:40.661Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4247 | 2026-03-02T03:55:41.359Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4248 | 2026-03-02T03:55:45.261Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4249 | 2026-03-02T03:55:46.047Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4250 | 2026-03-02T03:55:52.884Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4251 | 2026-03-02T03:56:45.219Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4252 | 2026-03-02T03:56:46.396Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4253 | 2026-03-02T03:56:49.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s |
| 4254 | 2026-03-02T03:56:49.654Z | |
| 4255 | 2026-03-02T03:56:49.654Z | info: running `cargo check --bins` on reconfigurator-sp-updater (233/252) |
| 4256 | 2026-03-02T03:56:50.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4257 | 2026-03-02T03:56:50.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4258 | 2026-03-02T03:56:50.924Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4259 | 2026-03-02T03:56:52.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s |
| 4260 | 2026-03-02T03:56:52.214Z | |
| 4261 | 2026-03-02T03:56:52.215Z | info: running `cargo check --bins` on omicron-releng (234/252) |
| 4262 | 2026-03-02T03:56:53.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4263 | 2026-03-02T03:56:53.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4264 | 2026-03-02T03:56:53.399Z | Compiling blake3 v1.8.3 |
| 4265 | 2026-03-02T03:56:53.423Z | Checking arrayvec v0.7.6 |
| 4266 | 2026-03-02T03:56:53.423Z | Checking arrayref v0.3.9 |
| 4267 | 2026-03-02T03:56:53.423Z | Checking constant_time_eq v0.4.2 |
| 4268 | 2026-03-02T03:56:53.453Z | Checking topological-sort v0.2.2 |
| 4269 | 2026-03-02T03:56:53.478Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4270 | 2026-03-02T03:56:53.478Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4271 | 2026-03-02T03:56:53.478Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4272 | 2026-03-02T03:56:53.580Z | Checking shell-words v1.1.1 |
| 4273 | 2026-03-02T03:56:54.986Z | Checking omicron-zone-package v0.12.2 |
| 4274 | 2026-03-02T03:56:56.461Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4275 | 2026-03-02T03:56:58.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
| 4276 | 2026-03-02T03:56:58.277Z | |
| 4277 | 2026-03-02T03:56:58.277Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (235/252) |
| 4278 | 2026-03-02T03:56:59.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4279 | 2026-03-02T03:56:59.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4280 | 2026-03-02T03:56:59.419Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4281 | 2026-03-02T03:56:59.800Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4282 | 2026-03-02T03:57:00.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s |
| 4283 | 2026-03-02T03:57:00.658Z | |
| 4284 | 2026-03-02T03:57:00.658Z | info: running `cargo check --bins` on xtask (236/252) |
| 4285 | 2026-03-02T03:57:01.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4286 | 2026-03-02T03:57:01.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4287 | 2026-03-02T03:57:01.530Z | Checking libc v0.2.180 |
| 4288 | 2026-03-02T03:57:01.530Z | Checking serde v1.0.228 |
| 4289 | 2026-03-02T03:57:01.555Z | Checking zerofrom v0.1.6 |
| 4290 | 2026-03-02T03:57:01.579Z | Checking bitflags v2.11.0 |
| 4291 | 2026-03-02T03:57:01.603Z | Checking smallvec v1.15.1 |
| 4292 | 2026-03-02T03:57:01.603Z | Checking hashbrown v0.16.1 |
| 4293 | 2026-03-02T03:57:01.633Z | Checking serde_json v1.0.149 |
| 4294 | 2026-03-02T03:57:01.658Z | Checking num-traits v0.2.19 |
| 4295 | 2026-03-02T03:57:01.760Z | Checking yoke v0.8.1 |
| 4296 | 2026-03-02T03:57:01.860Z | Checking scroll v0.12.0 |
| 4297 | 2026-03-02T03:57:01.961Z | Checking thiserror v1.0.69 |
| 4298 | 2026-03-02T03:57:02.059Z | Checking zerovec v0.11.5 |
| 4299 | 2026-03-02T03:57:02.121Z | Checking zerotrie v0.2.3 |
| 4300 | 2026-03-02T03:57:02.255Z | Checking errno v0.3.14 |
| 4301 | 2026-03-02T03:57:02.296Z | Checking percent-encoding v2.3.2 |
| 4302 | 2026-03-02T03:57:02.419Z | Checking toml_datetime v0.6.11 |
| 4303 | 2026-03-02T03:57:02.472Z | Checking rustix v1.1.3 |
| 4304 | 2026-03-02T03:57:02.527Z | Checking serde_spanned v0.6.9 |
| 4305 | 2026-03-02T03:57:02.552Z | Checking indexmap v2.13.0 |
| 4306 | 2026-03-02T03:57:02.598Z | Checking log v0.4.29 |
| 4307 | 2026-03-02T03:57:02.734Z | Checking form_urlencoded v1.2.2 |
| 4308 | 2026-03-02T03:57:02.767Z | Checking zerocopy v0.7.35 |
| 4309 | 2026-03-02T03:57:02.825Z | Checking ordered-float v2.10.1 |
| 4310 | 2026-03-02T03:57:02.880Z | Checking goblin v0.8.2 |
| 4311 | 2026-03-02T03:57:02.920Z | Checking getrandom v0.4.1 |
| 4312 | 2026-03-02T03:57:02.961Z | Checking thiserror v2.0.18 |
| 4313 | 2026-03-02T03:57:02.985Z | Checking tinystr v0.8.2 |
| 4314 | 2026-03-02T03:57:03.127Z | Checking potential_utf v0.1.4 |
| 4315 | 2026-03-02T03:57:03.152Z | Checking syn v2.0.117 |
| 4316 | 2026-03-02T03:57:03.297Z | Checking serde-value v0.7.0 |
| 4317 | 2026-03-02T03:57:03.329Z | Checking icu_locale_core v2.1.1 |
| 4318 | 2026-03-02T03:57:03.354Z | Checking icu_collections v2.1.1 |
| 4319 | 2026-03-02T03:57:03.692Z | Checking dtrace-parser v0.2.0 |
| 4320 | 2026-03-02T03:57:03.716Z | Checking toml_edit v0.22.27 |
| 4321 | 2026-03-02T03:57:03.810Z | Checking thread-id v4.2.2 |
| 4322 | 2026-03-02T03:57:03.942Z | Checking once_cell v1.21.3 |
| 4323 | 2026-03-02T03:57:03.966Z | Checking cargo-platform v0.2.0 |
| 4324 | 2026-03-02T03:57:04.133Z | Checking memmap v0.7.0 |
| 4325 | 2026-03-02T03:57:04.167Z | Checking terminal_size v0.4.3 |
| 4326 | 2026-03-02T03:57:04.241Z | Checking tempfile v3.25.0 |
| 4327 | 2026-03-02T03:57:04.276Z | Checking fs-err v3.3.0 |
| 4328 | 2026-03-02T03:57:04.332Z | Checking clap_builder v4.5.60 |
| 4329 | 2026-03-02T03:57:04.357Z | Checking textwrap v0.16.2 |
| 4330 | 2026-03-02T03:57:04.446Z | Checking icu_provider v2.1.1 |
| 4331 | 2026-03-02T03:57:04.592Z | Checking anyhow v1.0.102 |
| 4332 | 2026-03-02T03:57:04.617Z | Checking camino-tempfile v1.4.1 |
| 4333 | 2026-03-02T03:57:04.735Z | Checking tabled v0.15.0 |
| 4334 | 2026-03-02T03:57:04.881Z | Checking icu_properties v2.1.2 |
| 4335 | 2026-03-02T03:57:04.906Z | Checking icu_normalizer v2.1.1 |
| 4336 | 2026-03-02T03:57:04.959Z | Checking macaddr v1.0.1 |
| 4337 | 2026-03-02T03:57:05.284Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4338 | 2026-03-02T03:57:05.965Z | Checking toml v0.8.23 |
| 4339 | 2026-03-02T03:57:06.576Z | Checking cargo_toml v0.21.0 |
| 4340 | 2026-03-02T03:57:06.640Z | Checking idna_adapter v1.2.1 |
| 4341 | 2026-03-02T03:57:06.778Z | Checking clap v4.5.60 |
| 4342 | 2026-03-02T03:57:06.844Z | Checking idna v1.1.0 |
| 4343 | 2026-03-02T03:57:06.969Z | Checking dof v0.3.0 |
| 4344 | 2026-03-02T03:57:07.288Z | Checking url v2.5.8 |
| 4345 | 2026-03-02T03:57:07.497Z | Checking usdt-impl v0.5.0 |
| 4346 | 2026-03-02T03:57:07.989Z | Checking cargo-util-schemas v0.8.2 |
| 4347 | 2026-03-02T03:57:08.020Z | Checking usdt v0.5.0 |
| 4348 | 2026-03-02T03:57:09.668Z | Checking cargo_metadata v0.21.0 |
| 4349 | 2026-03-02T03:57:11.129Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4350 | 2026-03-02T03:57:12.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 4351 | 2026-03-02T03:57:12.196Z | |
| 4352 | 2026-03-02T03:57:12.196Z | info: running `cargo check --bins` on end-to-end-tests (237/252) |
| 4353 | 2026-03-02T03:57:13.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-03-02T03:57:13.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-03-02T03:57:13.576Z | Checking polyval v0.6.2 |
| 4356 | 2026-03-02T03:57:13.601Z | Checking ctr v0.9.2 |
| 4357 | 2026-03-02T03:57:13.636Z | Checking ssh-encoding v0.2.0 |
| 4358 | 2026-03-02T03:57:13.636Z | Checking blowfish v0.9.1 |
| 4359 | 2026-03-02T03:57:13.675Z | Checking password-hash v0.4.2 |
| 4360 | 2026-03-02T03:57:13.700Z | Checking p521 v0.13.3 |
| 4361 | 2026-03-02T03:57:13.700Z | Checking p256 v0.13.2 |
| 4362 | 2026-03-02T03:57:13.700Z | Checking russh-cryptovec v0.7.3 |
| 4363 | 2026-03-02T03:57:13.889Z | Checking ghash v0.5.1 |
| 4364 | 2026-03-02T03:57:13.914Z | Checking bcrypt-pbkdf v0.10.0 |
| 4365 | 2026-03-02T03:57:13.914Z | Checking md5 v0.7.0 |
| 4366 | 2026-03-02T03:57:13.950Z | Checking num-bigint v0.4.6 |
| 4367 | 2026-03-02T03:57:13.977Z | Checking des v0.8.1 |
| 4368 | 2026-03-02T03:57:14.050Z | Checking pbkdf2 v0.11.0 |
| 4369 | 2026-03-02T03:57:14.083Z | Checking aes-gcm v0.10.3 |
| 4370 | 2026-03-02T03:57:14.192Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4371 | 2026-03-02T03:57:14.217Z | Checking hex-literal v0.4.1 |
| 4372 | 2026-03-02T03:57:14.217Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4373 | 2026-03-02T03:57:14.263Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4374 | 2026-03-02T03:57:14.317Z | Checking ssh-cipher v0.2.0 |
| 4375 | 2026-03-02T03:57:14.341Z | Checking socket2 v0.5.10 |
| 4376 | 2026-03-02T03:57:14.379Z | Checking internet-checksum v0.2.1 |
| 4377 | 2026-03-02T03:57:14.616Z | Checking ssh-key v0.6.7 |
| 4378 | 2026-03-02T03:57:14.890Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4379 | 2026-03-02T03:57:16.023Z | Checking russh-keys v0.45.0 |
| 4380 | 2026-03-02T03:57:17.182Z | Checking russh v0.45.0 |
| 4381 | 2026-03-02T03:57:53.012Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4382 | 2026-03-02T03:57:55.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.13s |
| 4383 | 2026-03-02T03:57:55.578Z | |
| 4384 | 2026-03-02T03:57:55.578Z | info: running `cargo check --bins` on gateway-cli (238/252) |
| 4385 | 2026-03-02T03:57:56.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4386 | 2026-03-02T03:57:56.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4387 | 2026-03-02T03:57:56.676Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4388 | 2026-03-02T03:57:56.701Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4389 | 2026-03-02T03:57:56.701Z | Checking termios v0.3.3 |
| 4390 | 2026-03-02T03:57:59.529Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4391 | 2026-03-02T03:57:59.762Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4392 | 2026-03-02T03:58:03.899Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4393 | 2026-03-02T03:58:04.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s |
| 4394 | 2026-03-02T03:58:05.104Z | |
| 4395 | 2026-03-02T03:58:05.104Z | info: running `cargo check --bins --no-default-features` on installinator (239/252) |
| 4396 | 2026-03-02T03:58:06.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4397 | 2026-03-02T03:58:06.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4398 | 2026-03-02T03:58:06.326Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4399 | 2026-03-02T03:58:06.350Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4400 | 2026-03-02T03:58:06.383Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4401 | 2026-03-02T03:58:06.383Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4402 | 2026-03-02T03:58:06.412Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4403 | 2026-03-02T03:58:07.084Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4404 | 2026-03-02T03:58:07.084Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4405 | 2026-03-02T03:58:08.445Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4406 | 2026-03-02T03:58:08.779Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4407 | 2026-03-02T03:58:08.779Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4408 | 2026-03-02T03:58:10.054Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4409 | 2026-03-02T03:58:13.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.09s |
| 4410 | 2026-03-02T03:58:13.399Z | |
| 4411 | 2026-03-02T03:58:13.399Z | info: running `cargo check --bins` on internal-dns-cli (240/252) |
| 4412 | 2026-03-02T03:58:14.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4413 | 2026-03-02T03:58:14.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4414 | 2026-03-02T03:58:14.556Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4415 | 2026-03-02T03:58:15.170Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4416 | 2026-03-02T03:58:15.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
| 4417 | 2026-03-02T03:58:15.872Z | |
| 4418 | 2026-03-02T03:58:15.872Z | info: running `cargo check --bins` on omicron-live-tests (241/252) |
| 4419 | 2026-03-02T03:58:16.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-03-02T03:58:16.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-03-02T03:58:16.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4422 | 2026-03-02T03:58:16.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 4423 | 2026-03-02T03:58:16.911Z | |
| 4424 | 2026-03-02T03:58:16.911Z | info: running `cargo check --bins` on live-tests-macros (242/252) |
| 4425 | 2026-03-02T03:58:17.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-03-02T03:58:17.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-03-02T03:58:17.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-03-02T03:58:17.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 4429 | 2026-03-02T03:58:18.001Z | |
| 4430 | 2026-03-02T03:58:18.001Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (243/252) |
| 4431 | 2026-03-02T03:58:19.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-03-02T03:58:19.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-03-02T03:58:19.304Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4434 | 2026-03-02T03:58:20.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
| 4435 | 2026-03-02T03:58:20.377Z | |
| 4436 | 2026-03-02T03:58:20.377Z | info: running `cargo check --bins` on omicron-ntp-admin (244/252) |
| 4437 | 2026-03-02T03:58:21.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4438 | 2026-03-02T03:58:21.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4439 | 2026-03-02T03:58:21.507Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4440 | 2026-03-02T03:58:21.507Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4441 | 2026-03-02T03:58:21.799Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4442 | 2026-03-02T03:58:21.799Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4443 | 2026-03-02T03:58:23.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s |
| 4444 | 2026-03-02T03:58:23.353Z | |
| 4445 | 2026-03-02T03:58:23.353Z | info: running `cargo check --bins` on ntp-admin-types (245/252) |
| 4446 | 2026-03-02T03:58:24.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4447 | 2026-03-02T03:58:24.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4448 | 2026-03-02T03:58:24.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4449 | 2026-03-02T03:58:24.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 4450 | 2026-03-02T03:58:24.453Z | |
| 4451 | 2026-03-02T03:58:24.454Z | info: running `cargo check --bins` on omicron-package (246/252) |
| 4452 | 2026-03-02T03:58:25.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4453 | 2026-03-02T03:58:25.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4454 | 2026-03-02T03:58:25.590Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4455 | 2026-03-02T03:58:27.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s |
| 4456 | 2026-03-02T03:58:27.559Z | |
| 4457 | 2026-03-02T03:58:27.559Z | info: running `cargo check --bins` on tqdb (247/252) |
| 4458 | 2026-03-02T03:58:28.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4459 | 2026-03-02T03:58:28.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4460 | 2026-03-02T03:58:28.964Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4461 | 2026-03-02T03:58:29.437Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4462 | 2026-03-02T03:58:30.658Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4463 | 2026-03-02T03:58:30.683Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4464 | 2026-03-02T03:58:40.660Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4465 | 2026-03-02T03:58:41.982Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4466 | 2026-03-02T03:58:42.007Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4467 | 2026-03-02T03:58:42.007Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4468 | 2026-03-02T03:58:42.007Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4469 | 2026-03-02T03:58:43.838Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4470 | 2026-03-02T03:58:57.940Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4471 | 2026-03-02T03:59:10.822Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4472 | 2026-03-02T03:59:10.822Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4473 | 2026-03-02T03:59:10.846Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4474 | 2026-03-02T03:59:10.846Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4475 | 2026-03-02T03:59:13.689Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4476 | 2026-03-02T03:59:16.410Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4477 | 2026-03-02T03:59:17.672Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4478 | 2026-03-02T03:59:20.318Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4479 | 2026-03-02T03:59:21.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.78s |
| 4480 | 2026-03-02T03:59:21.563Z | |
| 4481 | 2026-03-02T03:59:21.563Z | info: running `cargo check --bins` on wicket-dbg (248/252) |
| 4482 | 2026-03-02T03:59:22.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4483 | 2026-03-02T03:59:22.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4484 | 2026-03-02T03:59:22.907Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4485 | 2026-03-02T03:59:22.907Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4486 | 2026-03-02T03:59:22.932Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4487 | 2026-03-02T03:59:22.990Z | Checking rtoolbox v0.0.3 |
| 4488 | 2026-03-02T03:59:23.014Z | Checking tui-tree-widget v0.23.1 |
| 4489 | 2026-03-02T03:59:23.234Z | Checking rpassword v7.4.0 |
| 4490 | 2026-03-02T03:59:23.473Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4491 | 2026-03-02T03:59:25.398Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4492 | 2026-03-02T03:59:35.854Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4493 | 2026-03-02T03:59:37.108Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4494 | 2026-03-02T03:59:39.333Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4495 | 2026-03-02T03:59:46.376Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4496 | 2026-03-02T03:59:50.625Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4497 | 2026-03-02T03:59:52.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.72s |
| 4498 | 2026-03-02T03:59:52.493Z | |
| 4499 | 2026-03-02T03:59:52.493Z | info: running `cargo check --bins` on wicket (249/252) |
| 4500 | 2026-03-02T03:59:53.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4501 | 2026-03-02T03:59:53.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4502 | 2026-03-02T03:59:53.854Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4503 | 2026-03-02T03:59:54.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
| 4504 | 2026-03-02T03:59:54.507Z | |
| 4505 | 2026-03-02T03:59:54.507Z | info: running `cargo check --bins` on wicketd (250/252) |
| 4506 | 2026-03-02T03:59:55.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4507 | 2026-03-02T03:59:55.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4508 | 2026-03-02T03:59:55.817Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4509 | 2026-03-02T03:59:55.817Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4510 | 2026-03-02T03:59:55.841Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4511 | 2026-03-02T03:59:55.841Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4512 | 2026-03-02T03:59:58.052Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4513 | 2026-03-02T03:59:59.306Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4514 | 2026-03-02T04:00:05.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s |
| 4515 | 2026-03-02T04:00:05.974Z | |
| 4516 | 2026-03-02T04:00:05.974Z | info: running `cargo check --bins` on omicron-workspace-hack (251/252) |
| 4517 | 2026-03-02T04:00:06.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4518 | 2026-03-02T04:00:06.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4519 | 2026-03-02T04:00:06.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4520 | 2026-03-02T04:00:06.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4521 | 2026-03-02T04:00:07.111Z | |
| 4522 | 2026-03-02T04:00:07.111Z | info: running `cargo check --bins` on zone-setup (252/252) |
| 4523 | 2026-03-02T04:00:08.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4524 | 2026-03-02T04:00:08.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4525 | 2026-03-02T04:00:08.376Z | Checking uzers v0.12.2 |
| 4526 | 2026-03-02T04:00:08.772Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4527 | 2026-03-02T04:00:10.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
| 4528 | 2026-03-02T04:00:10.367Z | |
| 4529 | 2026-03-02T04:00:10.367Z | real 28:19.836349171 |
| 4530 | 2026-03-02T04:00:10.367Z | user 43:11.934473688 |
| 4531 | 2026-03-02T04:00:10.367Z | sys 7:15.891319272 |
| 4532 | 2026-03-02T04:00:10.367Z | trap 1.043439055 |
| 4533 | 2026-03-02T04:00:10.367Z | tflt 0.442434199 |
| 4534 | 2026-03-02T04:00:10.367Z | dflt 0.848487772 |
| 4535 | 2026-03-02T04:00:10.367Z | kflt 0.001371088 |
| 4536 | 2026-03-02T04:00:10.367Z | lock 1:58:43.028606158 |
| 4537 | 2026-03-02T04:00:10.367Z | slp 4:03:25.164711340 |
| 4538 | 2026-03-02T04:00:10.367Z | lat 1:45.727677263 |
| 4539 | 2026-03-02T04:00:10.367Z | stop 4:59.898816973 |
| 4540 | 2026-03-02T04:00:10.392Z | process exited: duration 2062585 ms, exit code 0 |
| |
| 4541 | 2026-03-02T04:00:10.442Z | found 0 output files |