|
|
|
| 1 | 2026-04-06T15:15:13.650Z | job assigned to worker 01KNHNQTMBT6NGCVWE0G55XVT7 [factory aws, i-0595876f454e4a353] (queued for 4 m 41 s) |
| |
| 2 | 2026-04-06T15:15:20.146Z | starting task 0: "setup" |
| 3 | 2026-04-06T15:15:20.149Z | ++ uname -s |
| 4 | 2026-04-06T15:15:20.153Z | + kern=SunOS |
| 5 | 2026-04-06T15:15:20.153Z | + build_user=build |
| 6 | 2026-04-06T15:15:20.153Z | + build_uid=12345 |
| 7 | 2026-04-06T15:15:20.153Z | + work_dir=/work |
| 8 | 2026-04-06T15:15:20.153Z | + input_dir=/input |
| 9 | 2026-04-06T15:15:20.153Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-06T15:15:20.153Z | + case "$kern" in |
| 11 | 2026-04-06T15:15:20.153Z | + groupadd -g 12345 build |
| 12 | 2026-04-06T15:15:20.153Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-06T15:15:22.161Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-06T15:15:22.228Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-06T15:15:22.234Z | + home_fs=zfs |
| 16 | 2026-04-06T15:15:22.234Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-06T15:15:22.234Z | + mkdir -p /home/build |
| 18 | 2026-04-06T15:15:22.235Z | + chown build:build /home/build /work |
| 19 | 2026-04-06T15:15:24.236Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-06T15:15:24.248Z | process exited: duration 4090 ms, exit code 0 |
| |
| 21 | 2026-04-06T15:15:24.272Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-06T15:15:24.280Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-06T15:15:24.280Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-04-06T15:15:24.280Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-04-06T15:15:24.280Z | * rust toolchain profile = "default" |
| 26 | 2026-04-06T15:15:24.280Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-06T15:15:24.280Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-06T15:15:24.281Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-06T15:15:24.281Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-06T15:15:24.402Z | info: downloading installer |
| 31 | 2026-04-06T15:15:25.902Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-06T15:15:25.902Z | warn: /opt/ooce/bin |
| 33 | 2026-04-06T15:15:25.902Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-06T15:15:25.902Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-06T15:15:25.902Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-06T15:15:25.902Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-06T15:15:25.902Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-06T15:15:25.902Z | error: cannot install while Rust is installed |
| 39 | 2026-04-06T15:15:25.902Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-06T15:15:25.902Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-06T15:15:25.902Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-06T15:15:25.902Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-06T15:15:25.902Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-06T15:15:25.917Z | info: profile set to default |
| 45 | 2026-04-06T15:15:25.917Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-06T15:15:25.920Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-04-06T15:15:26.077Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-04-06T15:15:26.080Z | info: downloading 6 components |
| 49 | 2026-04-06T15:15:42.300Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-04-06T15:15:42.300Z | |
| 51 | 2026-04-06T15:15:42.333Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-04-06T15:15:42.333Z | |
| 53 | 2026-04-06T15:15:42.333Z | |
| 54 | 2026-04-06T15:15:42.333Z | Rust is installed now. Great! |
| 55 | 2026-04-06T15:15:42.333Z | |
| 56 | 2026-04-06T15:15:42.334Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-06T15:15:42.334Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-06T15:15:42.334Z | |
| 59 | 2026-04-06T15:15:42.334Z | To configure your current shell, you need to source |
| 60 | 2026-04-06T15:15:42.334Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-06T15:15:42.334Z | |
| 62 | 2026-04-06T15:15:42.334Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-06T15:15:42.334Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-06T15:15:42.334Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-06T15:15:42.334Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-06T15:15:42.334Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-06T15:15:42.334Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-06T15:15:42.334Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-06T15:15:42.337Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-06T15:15:42.337Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-06T15:15:42.443Z | + rustup --version |
| 72 | 2026-04-06T15:15:42.449Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-06T15:15:42.449Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-06T15:15:42.466Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-04-06T15:15:42.469Z | + cargo --version |
| 76 | 2026-04-06T15:15:42.480Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-04-06T15:15:42.484Z | + rustc --version |
| 78 | 2026-04-06T15:15:42.503Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-04-06T15:15:42.506Z | process exited: duration 18235 ms, exit code 0 |
| |
| 80 | 2026-04-06T15:15:42.512Z | starting task 2: "authentication" |
| 81 | 2026-04-06T15:15:42.529Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-04-06T15:15:42.535Z | starting task 3: "clone repository" |
| 83 | 2026-04-06T15:15:42.538Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-04-06T15:15:42.541Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-04-06T15:15:42.656Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-04-06T15:15:54.133Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-04-06T15:15:54.134Z | + git fetch origin 0208de702b2b4372059c6e52ef18c3e5c45de551 |
| 88 | 2026-04-06T15:15:54.461Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-04-06T15:15:54.461Z | * branch 0208de702b2b4372059c6e52ef18c3e5c45de551 -> FETCH_HEAD |
| 90 | 2026-04-06T15:15:54.472Z | + [[ -n mergeconflict/support-bundle-request-tables-models-queries ]] |
| 91 | 2026-04-06T15:15:54.474Z | ++ git branch --show-current |
| 92 | 2026-04-06T15:15:54.477Z | + current=main |
| 93 | 2026-04-06T15:15:54.477Z | + [[ main != mergeconflict/support-bundle-request-tables-models-queries ]] |
| 94 | 2026-04-06T15:15:54.477Z | + git branch -f mergeconflict/support-bundle-request-tables-models-queries 0208de702b2b4372059c6e52ef18c3e5c45de551 |
| 95 | 2026-04-06T15:15:54.481Z | + git checkout -f mergeconflict/support-bundle-request-tables-models-queries |
| 96 | 2026-04-06T15:15:54.715Z | Switched to branch 'mergeconflict/support-bundle-request-tables-models-queries' |
| 97 | 2026-04-06T15:15:54.718Z | + git reset --hard 0208de702b2b4372059c6e52ef18c3e5c45de551 |
| 98 | 2026-04-06T15:15:54.732Z | HEAD is now at 0208de702 fix some formatting |
| 99 | 2026-04-06T15:15:54.735Z | process exited: duration 12196 ms, exit code 0 |
| |
| 100 | 2026-04-06T15:15:54.741Z | starting task 4: "build" |
| 101 | 2026-04-06T15:15:54.745Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-04-06T15:15:54.748Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-04-06T15:15:54.748Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-04-06T15:15:54.748Z | + cargo --version |
| 105 | 2026-04-06T15:15:54.755Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-04-06T15:15:54.759Z | + rustc --version |
| 107 | 2026-04-06T15:15:54.777Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-04-06T15:15:54.780Z | + source ./env.sh |
| 109 | 2026-04-06T15:15:54.780Z | ++ OLD_SHELL_OPTS=ehxB |
| 110 | 2026-04-06T15:15:54.780Z | ++ set -o xtrace |
| 111 | 2026-04-06T15:15:54.783Z | ++++ dirname ./env.sh |
| 112 | 2026-04-06T15:15:54.783Z | +++ readlink -f . |
| 113 | 2026-04-06T15:15:54.786Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 114 | 2026-04-06T15:15:54.787Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-04-06T15:15:54.787Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-04-06T15:15:54.787Z | ++ 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 |
| 117 | 2026-04-06T15:15:54.787Z | ++ 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 |
| 118 | 2026-04-06T15:15:54.787Z | ++ 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 |
| 119 | 2026-04-06T15:15:54.787Z | ++ 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 |
| 120 | 2026-04-06T15:15:54.787Z | ++ 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 |
| 121 | 2026-04-06T15:15:54.787Z | ++ 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 |
| 122 | 2026-04-06T15:15:54.787Z | ++ case $OLD_SHELL_OPTS in |
| 123 | 2026-04-06T15:15:54.787Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 124 | 2026-04-06T15:15:54.787Z | + 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 |
| 125 | 2026-04-06T15:15:54.787Z | + 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 |
| 126 | 2026-04-06T15:15:54.787Z | + banner prerequisites |
| 127 | 2026-04-06T15:15:54.792Z | |
| 128 | 2026-04-06T15:15:54.792Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-04-06T15:15:54.792Z | # # # # # # # # # # # # # # # |
| 130 | 2026-04-06T15:15:54.792Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-04-06T15:15:54.792Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-04-06T15:15:54.792Z | # # # # # # # # # # # # # # # |
| 133 | 2026-04-06T15:15:54.792Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-04-06T15:15:54.792Z | |
| 135 | 2026-04-06T15:15:54.792Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-04-06T15:16:03.236Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-04-06T15:16:10.030Z | Startup: Caching catalogs ... Done |
| 138 | 2026-04-06T15:16:14.797Z | Planning: Solver setup ... Done (3.235s) |
| 139 | 2026-04-06T15:16:14.817Z | Planning: Running solver ... Done (0.021s) |
| 140 | 2026-04-06T15:16:14.933Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-04-06T15:16:14.945Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-04-06T15:16:15.039Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-04-06T15:16:15.069Z | Planning: Package planning ... Done (0.031s) |
| 144 | 2026-04-06T15:16:15.099Z | Planning: Merging actions ... Done (0.028s) |
| 145 | 2026-04-06T15:16:15.276Z | Planning: Checking for conflicting actions ... Done (0.178s) |
| 146 | 2026-04-06T15:16:15.283Z | Planning: Consolidating action changes ... Done (0.007s) |
| 147 | 2026-04-06T15:16:16.043Z | Planning: Evaluating mediators ... Done (0.759s) |
| 148 | 2026-04-06T15:16:16.048Z | Planning: Planning completed in 5.86 seconds |
| 149 | 2026-04-06T15:16:16.060Z | Packages to install: 4 |
| 150 | 2026-04-06T15:16:16.063Z | Mediators to change: 2 |
| 151 | 2026-04-06T15:16:16.063Z | Services to change: 1 |
| 152 | 2026-04-06T15:16:16.063Z | Estimated space available: 155.35 GB |
| 153 | 2026-04-06T15:16:16.063Z | Estimated space to be consumed: 1.84 GB |
| 154 | 2026-04-06T15:16:16.063Z | Create boot environment: No |
| 155 | 2026-04-06T15:16:16.063Z | Create backup boot environment: No |
| 156 | 2026-04-06T15:16:16.063Z | Rebuild boot archive: No |
| 157 | 2026-04-06T15:16:16.063Z | |
| 158 | 2026-04-06T15:16:16.063Z | Changed mediators: |
| 159 | 2026-04-06T15:16:16.063Z | mediator clang: |
| 160 | 2026-04-06T15:16:16.063Z | version: None -> 15 (system default) |
| 161 | 2026-04-06T15:16:16.063Z | |
| 162 | 2026-04-06T15:16:16.063Z | mediator llvm: |
| 163 | 2026-04-06T15:16:16.063Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-04-06T15:16:16.063Z | |
| 165 | 2026-04-06T15:16:16.063Z | Changed packages: |
| 166 | 2026-04-06T15:16:16.063Z | helios-dev |
| 167 | 2026-04-06T15:16:16.064Z | developer/build-essential |
| 168 | 2026-04-06T15:16:16.064Z | None -> 11-2.0 |
| 169 | 2026-04-06T15:16:16.064Z | library/libxmlsec1 |
| 170 | 2026-04-06T15:16:16.064Z | None -> 1.2.35-2.0 |
| 171 | 2026-04-06T15:16:16.064Z | ooce/developer/clang-15 |
| 172 | 2026-04-06T15:16:16.064Z | None -> 15.0.7-2.0 |
| 173 | 2026-04-06T15:16:16.064Z | ooce/developer/llvm-15 |
| 174 | 2026-04-06T15:16:16.064Z | None -> 15.0.7-2.0 |
| 175 | 2026-04-06T15:16:16.064Z | |
| 176 | 2026-04-06T15:16:16.064Z | Services: |
| 177 | 2026-04-06T15:16:16.064Z | restart_fmri: |
| 178 | 2026-04-06T15:16:16.064Z | svc:/system/update-man-index:default |
| 179 | 2026-04-06T15:16:16.103Z | |
| 180 | 2026-04-06T15:16:16.103Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-04-06T15:16:21.536Z | Download: 2221/3290 items 117.9/212.6MB 55% complete (26.4M/s) |
| 182 | 2026-04-06T15:16:23.936Z | Download: Completed 212.60 MB in 7.83 seconds (27.1M/s) |
| 183 | 2026-04-06T15:16:24.180Z | Actions: 1/3689 actions (Installing new actions) |
| 184 | 2026-04-06T15:16:27.362Z | Actions: Completed 3689 actions in 3.18 seconds. |
| 185 | 2026-04-06T15:16:27.657Z | Done (0.293s) |
| 186 | 2026-04-06T15:16:27.658Z | Done (0.000s) |
| 187 | 2026-04-06T15:16:28.347Z | Done (0.689s) |
| 188 | 2026-04-06T15:16:31.611Z | Done (2.925s) |
| 189 | 2026-04-06T15:16:31.682Z | Done (0.012s) |
| 190 | 2026-04-06T15:16:31.685Z | Done (0.000s) |
| 191 | 2026-04-06T15:16:32.019Z | Done (0.000s) |
| 192 | 2026-04-06T15:16:32.848Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2026-04-06T15:16:32.953Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2026-04-06T15:16:32.956Z | Planning: Consolidating action changes ... Done |
| 195 | 2026-04-06T15:16:33.113Z | Planning: Evaluating mediators ... Done |
| 196 | 2026-04-06T15:16:33.116Z | Planning: Planning completed in 0.26 seconds |
| 197 | 2026-04-06T15:16:33.133Z | Mediators to change: 2 |
| 198 | 2026-04-06T15:16:33.133Z | Create boot environment: No |
| 199 | 2026-04-06T15:16:33.133Z | Create backup boot environment: No |
| 200 | 2026-04-06T15:16:33.189Z | Done |
| 201 | 2026-04-06T15:16:33.189Z | Done |
| 202 | 2026-04-06T15:16:33.771Z | Done |
| 203 | 2026-04-06T15:16:36.247Z | Done |
| 204 | 2026-04-06T15:16:36.318Z | Done |
| 205 | 2026-04-06T15:16:36.321Z | Done |
| 206 | 2026-04-06T15:16:36.482Z | Done |
| 207 | 2026-04-06T15:16:36.878Z | Planning: Evaluating mediator changes ... Done |
| 208 | 2026-04-06T15:16:36.881Z | Planning: Merging actions ... Done |
| 209 | 2026-04-06T15:16:37.019Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2026-04-06T15:16:37.022Z | Planning: Consolidating action changes ... Done |
| 211 | 2026-04-06T15:16:37.158Z | Planning: Evaluating mediators ... Done |
| 212 | 2026-04-06T15:16:37.189Z | Planning: Planning completed in 0.45 seconds |
| 213 | 2026-04-06T15:16:37.209Z | Packages to change: 1 |
| 214 | 2026-04-06T15:16:37.209Z | Mediators to change: 1 |
| 215 | 2026-04-06T15:16:37.209Z | Services to change: 1 |
| 216 | 2026-04-06T15:16:37.209Z | Create boot environment: No |
| 217 | 2026-04-06T15:16:37.209Z | Create backup boot environment: Yes |
| 218 | 2026-04-06T15:16:39.452Z | Actions: 1/6 actions (Updating modified actions) |
| 219 | 2026-04-06T15:16:39.455Z | Actions: Completed 6 actions in 0.00 seconds. |
| 220 | 2026-04-06T15:16:39.455Z | Done |
| 221 | 2026-04-06T15:16:39.455Z | Done |
| 222 | 2026-04-06T15:16:39.593Z | Done |
| 223 | 2026-04-06T15:16:42.050Z | Done |
| 224 | 2026-04-06T15:16:42.128Z | Done |
| 225 | 2026-04-06T15:16:42.132Z | Done |
| 226 | 2026-04-06T15:16:42.275Z | Done |
| 227 | 2026-04-06T15:16:42.561Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 228 | 2026-04-06T15:16:42.561Z | clang system 15 system |
| 229 | 2026-04-06T15:16:42.561Z | csh system system illumos |
| 230 | 2026-04-06T15:16:42.561Z | ctags system system illumos |
| 231 | 2026-04-06T15:16:42.561Z | file system system illumos |
| 232 | 2026-04-06T15:16:42.561Z | gcc vendor 12 vendor |
| 233 | 2026-04-06T15:16:42.561Z | gcc system 14 system |
| 234 | 2026-04-06T15:16:42.561Z | gcc system 10 system |
| 235 | 2026-04-06T15:16:42.561Z | go system 1.20 system |
| 236 | 2026-04-06T15:16:42.561Z | go system 1.19 system |
| 237 | 2026-04-06T15:16:42.561Z | llvm system 15 system |
| 238 | 2026-04-06T15:16:42.561Z | llvm system 14 system |
| 239 | 2026-04-06T15:16:42.561Z | mariadb system 10.6 system |
| 240 | 2026-04-06T15:16:42.561Z | mta vendor vendor dma |
| 241 | 2026-04-06T15:16:42.561Z | openjdk system 17 system |
| 242 | 2026-04-06T15:16:42.561Z | openjdk system 11 system |
| 243 | 2026-04-06T15:16:42.561Z | openjdk system 1.8 system |
| 244 | 2026-04-06T15:16:42.561Z | openssl vendor 3 vendor |
| 245 | 2026-04-06T15:16:42.561Z | perl system 5.36 system |
| 246 | 2026-04-06T15:16:42.561Z | postgresql system 15 system |
| 247 | 2026-04-06T15:16:42.561Z | postgresql system 13 system |
| 248 | 2026-04-06T15:16:42.561Z | python vendor 3 vendor |
| 249 | 2026-04-06T15:16:42.561Z | python system 2 system |
| 250 | 2026-04-06T15:16:42.561Z | python3 system 3.11 system |
| 251 | 2026-04-06T15:16:42.561Z | ruby system 3.0 system |
| 252 | 2026-04-06T15:16:42.561Z | words vendor vendor american-english |
| 253 | 2026-04-06T15:16:42.561Z | words system system australian-english |
| 254 | 2026-04-06T15:16:42.561Z | words system system british-english |
| 255 | 2026-04-06T15:16:42.562Z | words system system canadian-english |
| 256 | 2026-04-06T15:16:42.562Z | words system system french |
| 257 | 2026-04-06T15:16:42.562Z | words system system italian |
| 258 | 2026-04-06T15:16:42.562Z | words system system ngerman |
| 259 | 2026-04-06T15:16:42.562Z | words system system ogerman |
| 260 | 2026-04-06T15:16:42.562Z | words system system spanish |
| 261 | 2026-04-06T15:16:42.782Z | PUBLISHER TYPE STATUS P LOCATION |
| 262 | 2026-04-06T15:16:42.782Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 263 | 2026-04-06T15:16:47.055Z | FMRI IFO |
| 264 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 265 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 266 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 267 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 268 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 269 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 270 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 271 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 272 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 273 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 274 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 275 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 276 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 277 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 278 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 279 | 2026-04-06T15:16:47.055Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 280 | 2026-04-06T15:16:48.139Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 281 | 2026-04-06T15:16:48.430Z | Updating crates.io index |
| 282 | 2026-04-06T15:16:48.464Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 283 | 2026-04-06T15:16:48.701Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 284 | 2026-04-06T15:16:49.518Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 285 | 2026-04-06T15:16:50.217Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 286 | 2026-04-06T15:16:50.787Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 287 | 2026-04-06T15:16:52.218Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 288 | 2026-04-06T15:16:53.665Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 289 | 2026-04-06T15:16:54.425Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 290 | 2026-04-06T15:16:54.680Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 291 | 2026-04-06T15:16:55.409Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 292 | 2026-04-06T15:16:55.888Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 293 | 2026-04-06T15:16:56.212Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 294 | 2026-04-06T15:16:56.517Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 295 | 2026-04-06T15:16:57.517Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 296 | 2026-04-06T15:16:58.077Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 297 | 2026-04-06T15:16:58.401Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 298 | 2026-04-06T15:16:58.731Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 299 | 2026-04-06T15:16:59.104Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 300 | 2026-04-06T15:16:59.331Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 301 | 2026-04-06T15:16:59.588Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 302 | 2026-04-06T15:16:59.878Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 303 | 2026-04-06T15:17:00.323Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 304 | 2026-04-06T15:17:00.805Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 305 | 2026-04-06T15:17:01.235Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 306 | 2026-04-06T15:17:01.600Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 307 | 2026-04-06T15:17:01.953Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 308 | 2026-04-06T15:17:02.263Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 309 | 2026-04-06T15:17:03.505Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 310 | 2026-04-06T15:17:03.841Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 311 | 2026-04-06T15:17:04.442Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 312 | 2026-04-06T15:17:04.794Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 313 | 2026-04-06T15:17:05.167Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 314 | 2026-04-06T15:17:05.443Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 315 | 2026-04-06T15:17:05.941Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2026-04-06T15:17:06.214Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2026-04-06T15:17:06.496Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2026-04-06T15:17:06.740Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 319 | 2026-04-06T15:17:07.180Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 320 | 2026-04-06T15:17:19.314Z | Downloading crates ... |
| 321 | 2026-04-06T15:17:19.367Z | Downloaded anstream v0.6.21 |
| 322 | 2026-04-06T15:17:19.374Z | Downloaded anyhow v1.0.102 |
| 323 | 2026-04-06T15:17:19.377Z | Downloaded colorchoice v1.0.4 |
| 324 | 2026-04-06T15:17:19.377Z | Downloaded byteorder v1.5.0 |
| 325 | 2026-04-06T15:17:19.380Z | Downloaded fs-err v3.3.0 |
| 326 | 2026-04-06T15:17:19.384Z | Downloaded thiserror-impl v1.0.69 |
| 327 | 2026-04-06T15:17:19.387Z | Downloaded errno v0.3.14 |
| 328 | 2026-04-06T15:17:19.390Z | Downloaded heck v0.4.1 |
| 329 | 2026-04-06T15:17:19.392Z | Downloaded ucd-trie v0.1.7 |
| 330 | 2026-04-06T15:17:19.395Z | Downloaded usdt-macro v0.5.0 |
| 331 | 2026-04-06T15:17:19.395Z | Downloaded heck v0.5.0 |
| 332 | 2026-04-06T15:17:19.395Z | Downloaded toml_datetime v0.6.11 |
| 333 | 2026-04-06T15:17:19.398Z | Downloaded version_check v0.9.5 |
| 334 | 2026-04-06T15:17:19.398Z | Downloaded cargo_metadata v0.21.0 |
| 335 | 2026-04-06T15:17:19.398Z | Downloaded erased-serde v0.4.9 |
| 336 | 2026-04-06T15:17:19.401Z | Downloaded dtrace-parser v0.2.0 |
| 337 | 2026-04-06T15:17:19.401Z | Downloaded bytecount v0.6.9 |
| 338 | 2026-04-06T15:17:19.401Z | Downloaded typeid v1.0.3 |
| 339 | 2026-04-06T15:17:19.402Z | Downloaded thiserror v1.0.69 |
| 340 | 2026-04-06T15:17:19.405Z | Downloaded zmij v1.0.21 |
| 341 | 2026-04-06T15:17:19.405Z | Downloaded anstyle-query v1.1.5 |
| 342 | 2026-04-06T15:17:19.405Z | Downloaded cfg-if v1.0.4 |
| 343 | 2026-04-06T15:17:19.408Z | Downloaded anstyle-parse v0.2.7 |
| 344 | 2026-04-06T15:17:19.408Z | Downloaded cargo-util-schemas v0.8.2 |
| 345 | 2026-04-06T15:17:19.411Z | Downloaded bitflags v2.11.0 |
| 346 | 2026-04-06T15:17:19.414Z | Downloaded yoke v0.8.1 |
| 347 | 2026-04-06T15:17:19.414Z | Downloaded anstyle v1.0.13 |
| 348 | 2026-04-06T15:17:19.418Z | Downloaded utf8parse v0.2.2 |
| 349 | 2026-04-06T15:17:19.421Z | Downloaded usdt v0.5.0 |
| 350 | 2026-04-06T15:17:19.421Z | Downloaded usdt-attr-macro v0.5.0 |
| 351 | 2026-04-06T15:17:19.421Z | Downloaded yoke-derive v0.8.1 |
| 352 | 2026-04-06T15:17:19.421Z | Downloaded unicode-linebreak v0.1.5 |
| 353 | 2026-04-06T15:17:19.424Z | Downloaded camino v1.2.2 |
| 354 | 2026-04-06T15:17:19.427Z | Downloaded zerofrom-derive v0.1.6 |
| 355 | 2026-04-06T15:17:19.430Z | Downloaded zerofrom v0.1.6 |
| 356 | 2026-04-06T15:17:19.430Z | Downloaded utf8_iter v1.0.4 |
| 357 | 2026-04-06T15:17:19.430Z | Downloaded thread-id v4.2.2 |
| 358 | 2026-04-06T15:17:19.430Z | Downloaded clap_lex v1.0.0 |
| 359 | 2026-04-06T15:17:19.433Z | Downloaded form_urlencoded v1.2.2 |
| 360 | 2026-04-06T15:17:19.433Z | Downloaded unicode-xid v0.2.6 |
| 361 | 2026-04-06T15:17:19.433Z | Downloaded icu_normalizer_data v2.1.1 |
| 362 | 2026-04-06T15:17:19.436Z | Downloaded clap_builder v4.5.60 |
| 363 | 2026-04-06T15:17:19.439Z | Downloaded toml_write v0.1.2 |
| 364 | 2026-04-06T15:17:19.439Z | Downloaded block-buffer v0.10.4 |
| 365 | 2026-04-06T15:17:19.439Z | Downloaded macaddr v1.0.1 |
| 366 | 2026-04-06T15:17:19.443Z | Downloaded itoa v1.0.17 |
| 367 | 2026-04-06T15:17:19.443Z | Downloaded fnv v1.0.7 |
| 368 | 2026-04-06T15:17:19.443Z | Downloaded cargo_toml v0.21.0 |
| 369 | 2026-04-06T15:17:19.446Z | Downloaded is_terminal_polyfill v1.70.2 |
| 370 | 2026-04-06T15:17:19.446Z | Downloaded generic-array v0.14.7 |
| 371 | 2026-04-06T15:17:19.446Z | Downloaded writeable v0.6.2 |
| 372 | 2026-04-06T15:17:19.449Z | Downloaded tinystr v0.8.2 |
| 373 | 2026-04-06T15:17:19.452Z | Downloaded percent-encoding v2.3.2 |
| 374 | 2026-04-06T15:17:19.455Z | Downloaded memmap v0.7.0 |
| 375 | 2026-04-06T15:17:19.455Z | Downloaded thiserror v2.0.18 |
| 376 | 2026-04-06T15:17:19.458Z | Downloaded stable_deref_trait v1.2.1 |
| 377 | 2026-04-06T15:17:19.458Z | Downloaded fastrand v2.3.0 |
| 378 | 2026-04-06T15:17:19.461Z | Downloaded cpufeatures v0.2.17 |
| 379 | 2026-04-06T15:17:19.461Z | Downloaded strsim v0.11.1 |
| 380 | 2026-04-06T15:17:19.461Z | Downloaded pretty-hex v0.4.1 |
| 381 | 2026-04-06T15:17:19.464Z | Downloaded zerovec-derive v0.11.2 |
| 382 | 2026-04-06T15:17:19.464Z | Downloaded usdt-impl v0.5.0 |
| 383 | 2026-04-06T15:17:19.464Z | Downloaded toml v0.8.23 |
| 384 | 2026-04-06T15:17:19.467Z | Downloaded thiserror-impl v2.0.18 |
| 385 | 2026-04-06T15:17:19.467Z | Downloaded plain v0.2.3 |
| 386 | 2026-04-06T15:17:19.467Z | Downloaded cargo-platform v0.2.0 |
| 387 | 2026-04-06T15:17:19.467Z | Downloaded serde_spanned v0.6.9 |
| 388 | 2026-04-06T15:17:19.471Z | Downloaded zerotrie v0.2.3 |
| 389 | 2026-04-06T15:17:19.471Z | Downloaded equivalent v1.0.2 |
| 390 | 2026-04-06T15:17:19.474Z | Downloaded zerocopy-derive v0.7.35 |
| 391 | 2026-04-06T15:17:19.474Z | Downloaded potential_utf v0.1.4 |
| 392 | 2026-04-06T15:17:19.477Z | Downloaded crypto-common v0.1.7 |
| 393 | 2026-04-06T15:17:19.477Z | Downloaded unicode-ident v1.0.24 |
| 394 | 2026-04-06T15:17:19.477Z | Downloaded terminal_size v0.4.3 |
| 395 | 2026-04-06T15:17:19.481Z | Downloaded textwrap v0.16.2 |
| 396 | 2026-04-06T15:17:19.481Z | Downloaded clap_derive v4.5.55 |
| 397 | 2026-04-06T15:17:19.484Z | Downloaded icu_locale_core v2.1.1 |
| 398 | 2026-04-06T15:17:19.484Z | Downloaded scroll_derive v0.12.1 |
| 399 | 2026-04-06T15:17:19.489Z | Downloaded toml_edit v0.22.27 |
| 400 | 2026-04-06T15:17:19.492Z | Downloaded dof v0.3.0 |
| 401 | 2026-04-06T15:17:19.495Z | Downloaded ordered-float v2.10.1 |
| 402 | 2026-04-06T15:17:19.498Z | Downloaded url v2.5.8 |
| 403 | 2026-04-06T15:17:19.498Z | Downloaded serde-value v0.7.0 |
| 404 | 2026-04-06T15:17:19.501Z | Downloaded typenum v1.19.0 |
| 405 | 2026-04-06T15:17:19.503Z | Downloaded tabled_derive v0.7.0 |
| 406 | 2026-04-06T15:17:19.503Z | Downloaded swrite v0.1.0 |
| 407 | 2026-04-06T15:17:19.508Z | Downloaded idna_adapter v1.2.1 |
| 408 | 2026-04-06T15:17:19.511Z | Downloaded displaydoc v0.2.5 |
| 409 | 2026-04-06T15:17:19.516Z | Downloaded smawk v0.3.2 |
| 410 | 2026-04-06T15:17:19.519Z | Downloaded zerovec v0.11.5 |
| 411 | 2026-04-06T15:17:19.525Z | Downloaded proc-macro-error v1.0.4 |
| 412 | 2026-04-06T15:17:19.531Z | Downloaded zerocopy v0.7.35 |
| 413 | 2026-04-06T15:17:19.536Z | Downloaded tempfile v3.25.0 |
| 414 | 2026-04-06T15:17:19.540Z | Downloaded proc-macro-error-attr v1.0.4 |
| 415 | 2026-04-06T15:17:19.540Z | Downloaded semver v1.0.27 |
| 416 | 2026-04-06T15:17:19.543Z | Downloaded unicode-width v0.2.0 |
| 417 | 2026-04-06T15:17:19.543Z | Downloaded unicode-width v0.1.14 |
| 418 | 2026-04-06T15:17:19.546Z | Downloaded scroll v0.12.0 |
| 419 | 2026-04-06T15:17:19.546Z | Downloaded digest v0.10.7 |
| 420 | 2026-04-06T15:17:19.546Z | Downloaded quote v1.0.44 |
| 421 | 2026-04-06T15:17:19.550Z | Downloaded camino-tempfile v1.4.1 |
| 422 | 2026-04-06T15:17:19.550Z | Downloaded autocfg v1.5.0 |
| 423 | 2026-04-06T15:17:19.550Z | Downloaded winnow v0.7.14 |
| 424 | 2026-04-06T15:17:19.554Z | Downloaded synstructure v0.13.2 |
| 425 | 2026-04-06T15:17:19.557Z | Downloaded sha2 v0.10.9 |
| 426 | 2026-04-06T15:17:19.557Z | Downloaded serde_tokenstream v0.2.3 |
| 427 | 2026-04-06T15:17:19.557Z | Downloaded litemap v0.8.1 |
| 428 | 2026-04-06T15:17:19.561Z | Downloaded pest_generator v2.8.6 |
| 429 | 2026-04-06T15:17:19.561Z | Downloaded smallvec v1.15.1 |
| 430 | 2026-04-06T15:17:19.564Z | Downloaded serde-untagged v0.1.9 |
| 431 | 2026-04-06T15:17:19.564Z | Downloaded getrandom v0.4.1 |
| 432 | 2026-04-06T15:17:19.567Z | Downloaded once_cell v1.21.3 |
| 433 | 2026-04-06T15:17:19.583Z | Downloaded pest_derive v2.8.6 |
| 434 | 2026-04-06T15:17:19.586Z | Downloaded proc-macro2 v1.0.106 |
| 435 | 2026-04-06T15:17:19.586Z | Downloaded num-traits v0.2.19 |
| 436 | 2026-04-06T15:17:19.589Z | Downloaded papergrid v0.11.0 |
| 437 | 2026-04-06T15:17:19.592Z | Downloaded serde_derive v1.0.228 |
| 438 | 2026-04-06T15:17:19.596Z | Downloaded icu_properties v2.1.2 |
| 439 | 2026-04-06T15:17:19.599Z | Downloaded log v0.4.29 |
| 440 | 2026-04-06T15:17:19.610Z | Downloaded icu_provider v2.1.1 |
| 441 | 2026-04-06T15:17:19.613Z | Downloaded icu_collections v2.1.1 |
| 442 | 2026-04-06T15:17:19.616Z | Downloaded goblin v0.8.2 |
| 443 | 2026-04-06T15:17:19.619Z | Downloaded serde_core v1.0.228 |
| 444 | 2026-04-06T15:17:19.622Z | Downloaded icu_normalizer v2.1.1 |
| 445 | 2026-04-06T15:17:19.625Z | Downloaded clap v4.5.60 |
| 446 | 2026-04-06T15:17:19.628Z | Downloaded serde v1.0.228 |
| 447 | 2026-04-06T15:17:19.630Z | Downloaded memchr v2.8.0 |
| 448 | 2026-04-06T15:17:19.638Z | Downloaded pest_meta v2.8.6 |
| 449 | 2026-04-06T15:17:19.641Z | Downloaded indexmap v2.13.0 |
| 450 | 2026-04-06T15:17:19.651Z | Downloaded hashbrown v0.16.1 |
| 451 | 2026-04-06T15:17:19.656Z | Downloaded pest v2.8.6 |
| 452 | 2026-04-06T15:17:19.673Z | Downloaded idna v1.1.0 |
| 453 | 2026-04-06T15:17:19.680Z | Downloaded serde_json v1.0.149 |
| 454 | 2026-04-06T15:17:19.684Z | Downloaded icu_properties_data v2.1.2 |
| 455 | 2026-04-06T15:17:19.689Z | Downloaded tabled v0.15.0 |
| 456 | 2026-04-06T15:17:19.703Z | Downloaded syn v1.0.109 |
| 457 | 2026-04-06T15:17:19.708Z | Downloaded syn v2.0.117 |
| 458 | 2026-04-06T15:17:19.738Z | Downloaded rustix v1.1.3 |
| 459 | 2026-04-06T15:17:19.758Z | Downloaded libc v0.2.180 |
| 460 | 2026-04-06T15:17:19.826Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-04-06T15:17:19.826Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-04-06T15:17:19.830Z | Compiling quote v1.0.44 |
| 463 | 2026-04-06T15:17:19.830Z | Compiling serde_core v1.0.228 |
| 464 | 2026-04-06T15:17:19.830Z | Compiling libc v0.2.180 |
| 465 | 2026-04-06T15:17:19.830Z | Compiling version_check v0.9.5 |
| 466 | 2026-04-06T15:17:19.830Z | Compiling serde v1.0.228 |
| 467 | 2026-04-06T15:17:19.830Z | Compiling stable_deref_trait v1.2.1 |
| 468 | 2026-04-06T15:17:20.123Z | Compiling memchr v2.8.0 |
| 469 | 2026-04-06T15:17:20.207Z | Compiling zmij v1.0.21 |
| 470 | 2026-04-06T15:17:20.336Z | Compiling thiserror v1.0.69 |
| 471 | 2026-04-06T15:17:20.400Z | Compiling autocfg v1.5.0 |
| 472 | 2026-04-06T15:17:20.614Z | Compiling itoa v1.0.17 |
| 473 | 2026-04-06T15:17:20.744Z | Compiling ucd-trie v0.1.7 |
| 474 | 2026-04-06T15:17:20.810Z | Compiling litemap v0.8.1 |
| 475 | 2026-04-06T15:17:20.810Z | Compiling writeable v0.6.2 |
| 476 | 2026-04-06T15:17:20.970Z | Compiling pest v2.8.6 |
| 477 | 2026-04-06T15:17:20.999Z | Compiling byteorder v1.5.0 |
| 478 | 2026-04-06T15:17:21.014Z | Compiling icu_properties_data v2.1.2 |
| 479 | 2026-04-06T15:17:21.029Z | Compiling rustix v1.1.3 |
| 480 | 2026-04-06T15:17:21.235Z | Compiling icu_normalizer_data v2.1.1 |
| 481 | 2026-04-06T15:17:21.328Z | Compiling errno v0.3.14 |
| 482 | 2026-04-06T15:17:21.369Z | Compiling syn v2.0.117 |
| 483 | 2026-04-06T15:17:21.437Z | Compiling serde_json v1.0.149 |
| 484 | 2026-04-06T15:17:21.440Z | Compiling bitflags v2.11.0 |
| 485 | 2026-04-06T15:17:21.661Z | Compiling num-traits v0.2.19 |
| 486 | 2026-04-06T15:17:21.701Z | Compiling smallvec v1.15.1 |
| 487 | 2026-04-06T15:17:21.841Z | Compiling equivalent v1.0.2 |
| 488 | 2026-04-06T15:17:21.869Z | Compiling typeid v1.0.3 |
| 489 | 2026-04-06T15:17:21.904Z | Compiling hashbrown v0.16.1 |
| 490 | 2026-04-06T15:17:22.119Z | Compiling pest_meta v2.8.6 |
| 491 | 2026-04-06T15:17:22.191Z | Compiling thread-id v4.2.2 |
| 492 | 2026-04-06T15:17:22.244Z | Compiling proc-macro-error-attr v1.0.4 |
| 493 | 2026-04-06T15:17:22.289Z | Compiling usdt-impl v0.5.0 |
| 494 | 2026-04-06T15:17:22.310Z | Compiling syn v1.0.109 |
| 495 | 2026-04-06T15:17:22.433Z | Compiling indexmap v2.13.0 |
| 496 | 2026-04-06T15:17:22.481Z | Compiling toml_write v0.1.2 |
| 497 | 2026-04-06T15:17:22.500Z | Compiling winnow v0.7.14 |
| 498 | 2026-04-06T15:17:22.679Z | Compiling erased-serde v0.4.9 |
| 499 | 2026-04-06T15:17:22.992Z | Compiling proc-macro-error v1.0.4 |
| 500 | 2026-04-06T15:17:23.050Z | Compiling utf8parse v0.2.2 |
| 501 | 2026-04-06T15:17:23.167Z | Compiling getrandom v0.4.1 |
| 502 | 2026-04-06T15:17:23.185Z | Compiling percent-encoding v2.3.2 |
| 503 | 2026-04-06T15:17:23.388Z | Compiling plain v0.2.3 |
| 504 | 2026-04-06T15:17:23.463Z | Compiling camino v1.2.2 |
| 505 | 2026-04-06T15:17:23.508Z | Compiling thiserror v2.0.18 |
| 506 | 2026-04-06T15:17:23.526Z | Compiling log v0.4.29 |
| 507 | 2026-04-06T15:17:23.652Z | Compiling utf8_iter v1.0.4 |
| 508 | 2026-04-06T15:17:23.741Z | Compiling ordered-float v2.10.1 |
| 509 | 2026-04-06T15:17:23.810Z | Compiling form_urlencoded v1.2.2 |
| 510 | 2026-04-06T15:17:23.858Z | Compiling anstyle-parse v0.2.7 |
| 511 | 2026-04-06T15:17:23.969Z | Compiling synstructure v0.13.2 |
| 512 | 2026-04-06T15:17:23.989Z | Compiling pest_generator v2.8.6 |
| 513 | 2026-04-06T15:17:24.057Z | Compiling terminal_size v0.4.3 |
| 514 | 2026-04-06T15:17:24.273Z | Compiling anstyle v1.0.13 |
| 515 | 2026-04-06T15:17:24.301Z | Compiling is_terminal_polyfill v1.70.2 |
| 516 | 2026-04-06T15:17:24.431Z | Compiling pretty-hex v0.4.1 |
| 517 | 2026-04-06T15:17:24.472Z | Compiling cfg-if v1.0.4 |
| 518 | 2026-04-06T15:17:24.490Z | Compiling anstyle-query v1.1.5 |
| 519 | 2026-04-06T15:17:24.533Z | Compiling colorchoice v1.0.4 |
| 520 | 2026-04-06T15:17:24.571Z | Compiling serde-untagged v0.1.9 |
| 521 | 2026-04-06T15:17:24.617Z | Compiling anstream v0.6.21 |
| 522 | 2026-04-06T15:17:24.695Z | Compiling semver v1.0.27 |
| 523 | 2026-04-06T15:17:24.736Z | Compiling fs-err v3.3.0 |
| 524 | 2026-04-06T15:17:24.810Z | Compiling once_cell v1.21.3 |
| 525 | 2026-04-06T15:17:24.918Z | Compiling unicode-width v0.1.14 |
| 526 | 2026-04-06T15:17:24.921Z | Compiling heck v0.4.1 |
| 527 | 2026-04-06T15:17:25.008Z | Compiling bytecount v0.6.9 |
| 528 | 2026-04-06T15:17:25.026Z | Compiling clap_lex v1.0.0 |
| 529 | 2026-04-06T15:17:25.029Z | Compiling unicode-xid v0.2.6 |
| 530 | 2026-04-06T15:17:25.137Z | Compiling anyhow v1.0.102 |
| 531 | 2026-04-06T15:17:25.140Z | Compiling heck v0.5.0 |
| 532 | 2026-04-06T15:17:25.198Z | Compiling fnv v1.0.7 |
| 533 | 2026-04-06T15:17:25.258Z | Compiling fastrand v2.3.0 |
| 534 | 2026-04-06T15:17:25.299Z | Compiling strsim v0.11.1 |
| 535 | 2026-04-06T15:17:25.386Z | Compiling papergrid v0.11.0 |
| 536 | 2026-04-06T15:17:25.468Z | Compiling tempfile v3.25.0 |
| 537 | 2026-04-06T15:17:25.519Z | Compiling clap_builder v4.5.60 |
| 538 | 2026-04-06T15:17:25.650Z | Compiling memmap v0.7.0 |
| 539 | 2026-04-06T15:17:25.686Z | Compiling serde_derive v1.0.228 |
| 540 | 2026-04-06T15:17:25.749Z | Compiling zerofrom-derive v0.1.6 |
| 541 | 2026-04-06T15:17:25.861Z | Compiling yoke-derive v0.8.1 |
| 542 | 2026-04-06T15:17:25.866Z | Compiling zerovec-derive v0.11.2 |
| 543 | 2026-04-06T15:17:26.085Z | Compiling displaydoc v0.2.5 |
| 544 | 2026-04-06T15:17:26.769Z | Compiling thiserror-impl v1.0.69 |
| 545 | 2026-04-06T15:17:26.810Z | Compiling zerocopy-derive v0.7.35 |
| 546 | 2026-04-06T15:17:26.926Z | Compiling pest_derive v2.8.6 |
| 547 | 2026-04-06T15:17:26.953Z | Compiling scroll_derive v0.12.1 |
| 548 | 2026-04-06T15:17:27.107Z | Compiling zerofrom v0.1.6 |
| 549 | 2026-04-06T15:17:27.257Z | Compiling yoke v0.8.1 |
| 550 | 2026-04-06T15:17:27.403Z | Compiling thiserror-impl v2.0.18 |
| 551 | 2026-04-06T15:17:27.460Z | Compiling zerovec v0.11.5 |
| 552 | 2026-04-06T15:17:27.621Z | Compiling zerotrie v0.2.3 |
| 553 | 2026-04-06T15:17:27.714Z | Compiling zerocopy v0.7.35 |
| 554 | 2026-04-06T15:17:27.925Z | Compiling tinystr v0.8.2 |
| 555 | 2026-04-06T15:17:27.966Z | Compiling potential_utf v0.1.4 |
| 556 | 2026-04-06T15:17:28.129Z | Compiling icu_locale_core v2.1.1 |
| 557 | 2026-04-06T15:17:28.146Z | Compiling icu_collections v2.1.1 |
| 558 | 2026-04-06T15:17:28.180Z | Compiling dtrace-parser v0.2.0 |
| 559 | 2026-04-06T15:17:28.268Z | Compiling scroll v0.12.0 |
| 560 | 2026-04-06T15:17:28.524Z | Compiling goblin v0.8.2 |
| 561 | 2026-04-06T15:17:28.541Z | Compiling tabled_derive v0.7.0 |
| 562 | 2026-04-06T15:17:28.636Z | Compiling clap_derive v4.5.55 |
| 563 | 2026-04-06T15:17:28.739Z | Compiling icu_provider v2.1.1 |
| 564 | 2026-04-06T15:17:29.009Z | Compiling icu_normalizer v2.1.1 |
| 565 | 2026-04-06T15:17:29.034Z | Compiling icu_properties v2.1.2 |
| 566 | 2026-04-06T15:17:29.053Z | Compiling serde_spanned v0.6.9 |
| 567 | 2026-04-06T15:17:29.110Z | Compiling toml_datetime v0.6.11 |
| 568 | 2026-04-06T15:17:29.128Z | Compiling dof v0.3.0 |
| 569 | 2026-04-06T15:17:29.194Z | Compiling serde_tokenstream v0.2.3 |
| 570 | 2026-04-06T15:17:29.373Z | Compiling toml_edit v0.22.27 |
| 571 | 2026-04-06T15:17:29.507Z | Compiling serde-value v0.7.0 |
| 572 | 2026-04-06T15:17:29.523Z | Compiling cargo-platform v0.2.0 |
| 573 | 2026-04-06T15:17:29.539Z | Compiling smawk v0.3.2 |
| 574 | 2026-04-06T15:17:29.676Z | Compiling unicode-width v0.2.0 |
| 575 | 2026-04-06T15:17:29.786Z | Compiling unicode-linebreak v0.1.5 |
| 576 | 2026-04-06T15:17:29.854Z | Compiling tabled v0.15.0 |
| 577 | 2026-04-06T15:17:29.950Z | Compiling idna_adapter v1.2.1 |
| 578 | 2026-04-06T15:17:30.027Z | Compiling textwrap v0.16.2 |
| 579 | 2026-04-06T15:17:30.045Z | Compiling usdt-macro v0.5.0 |
| 580 | 2026-04-06T15:17:30.091Z | Compiling idna v1.1.0 |
| 581 | 2026-04-06T15:17:30.108Z | Compiling usdt-attr-macro v0.5.0 |
| 582 | 2026-04-06T15:17:30.374Z | Compiling url v2.5.8 |
| 583 | 2026-04-06T15:17:30.475Z | Compiling clap v4.5.60 |
| 584 | 2026-04-06T15:17:30.564Z | Compiling macaddr v1.0.1 |
| 585 | 2026-04-06T15:17:30.744Z | Compiling toml v0.8.23 |
| 586 | 2026-04-06T15:17:30.794Z | Compiling camino-tempfile v1.4.1 |
| 587 | 2026-04-06T15:17:31.026Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 588 | 2026-04-06T15:17:31.278Z | Compiling cargo-util-schemas v0.8.2 |
| 589 | 2026-04-06T15:17:31.294Z | Compiling cargo_toml v0.21.0 |
| 590 | 2026-04-06T15:17:31.346Z | Compiling swrite v0.1.0 |
| 591 | 2026-04-06T15:17:31.446Z | Compiling usdt v0.5.0 |
| 592 | 2026-04-06T15:17:32.169Z | Compiling cargo_metadata v0.21.0 |
| 593 | 2026-04-06T15:17:33.115Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 594 | 2026-04-06T15:17:35.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.21s |
| 595 | 2026-04-06T15:17:35.414Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 596 | 2026-04-06T15:17:35.961Z | Downloading crates ... |
| 597 | 2026-04-06T15:17:36.064Z | Downloaded convert_case v0.4.0 |
| 598 | 2026-04-06T15:17:36.068Z | Downloaded bitfield-macros v0.19.4 |
| 599 | 2026-04-06T15:17:36.068Z | Downloaded adler2 v2.0.1 |
| 600 | 2026-04-06T15:17:36.068Z | Downloaded cfg_aliases v0.2.1 |
| 601 | 2026-04-06T15:17:36.071Z | Downloaded async-recursion v1.1.1 |
| 602 | 2026-04-06T15:17:36.071Z | Downloaded crc8 v0.1.1 |
| 603 | 2026-04-06T15:17:36.077Z | Downloaded cassowary v0.3.0 |
| 604 | 2026-04-06T15:17:36.080Z | Downloaded arc-swap v1.8.2 |
| 605 | 2026-04-06T15:17:36.080Z | Downloaded byte-wrapper v0.1.0 |
| 606 | 2026-04-06T15:17:36.083Z | Downloaded arrayref v0.3.9 |
| 607 | 2026-04-06T15:17:36.087Z | Downloaded cargo-platform v0.1.9 |
| 608 | 2026-04-06T15:17:36.087Z | Downloaded dirs-sys-next v0.1.2 |
| 609 | 2026-04-06T15:17:36.090Z | Downloaded convert_case v0.10.0 |
| 610 | 2026-04-06T15:17:36.090Z | Downloaded bit-set v0.5.3 |
| 611 | 2026-04-06T15:17:36.093Z | Downloaded bit-set v0.8.0 |
| 612 | 2026-04-06T15:17:36.093Z | Downloaded async-stream v0.3.6 |
| 613 | 2026-04-06T15:17:36.096Z | Downloaded defmt v0.3.100 |
| 614 | 2026-04-06T15:17:36.096Z | Downloaded aes v0.8.4 |
| 615 | 2026-04-06T15:17:36.100Z | Downloaded atty v0.2.14 |
| 616 | 2026-04-06T15:17:36.103Z | Downloaded atomicwrites v0.4.4 |
| 617 | 2026-04-06T15:17:36.103Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 618 | 2026-04-06T15:17:36.103Z | Downloaded env_filter v1.0.0 |
| 619 | 2026-04-06T15:17:36.106Z | Downloaded embedded-io v0.4.0 |
| 620 | 2026-04-06T15:17:36.106Z | Downloaded diesel-dtrace v0.5.0 |
| 621 | 2026-04-06T15:17:36.106Z | Downloaded crunchy v0.2.4 |
| 622 | 2026-04-06T15:17:36.109Z | Downloaded base64 v0.21.7 |
| 623 | 2026-04-06T15:17:36.112Z | Downloaded downcast-rs v2.0.2 |
| 624 | 2026-04-06T15:17:36.112Z | Downloaded dirs-next v2.0.0 |
| 625 | 2026-04-06T15:17:36.115Z | Downloaded ascii-canvas v3.0.0 |
| 626 | 2026-04-06T15:17:36.118Z | Downloaded dsl_auto_type v0.2.0 |
| 627 | 2026-04-06T15:17:36.118Z | Downloaded cpufeatures v0.3.0 |
| 628 | 2026-04-06T15:17:36.118Z | Downloaded dof v0.4.0 |
| 629 | 2026-04-06T15:17:36.121Z | Downloaded find-msvc-tools v0.1.9 |
| 630 | 2026-04-06T15:17:36.124Z | Downloaded darling_macro v0.23.0 |
| 631 | 2026-04-06T15:17:36.124Z | Downloaded erased-serde v0.3.31 |
| 632 | 2026-04-06T15:17:36.127Z | Downloaded derive_builder_core v0.20.2 |
| 633 | 2026-04-06T15:17:36.127Z | Downloaded castaway v0.2.4 |
| 634 | 2026-04-06T15:17:36.130Z | Downloaded debug-ignore v1.0.5 |
| 635 | 2026-04-06T15:17:36.131Z | Downloaded foreign-types v0.5.0 |
| 636 | 2026-04-06T15:17:36.131Z | Downloaded aead v0.5.2 |
| 637 | 2026-04-06T15:17:36.134Z | Downloaded either v1.15.0 |
| 638 | 2026-04-06T15:17:36.134Z | Downloaded derive_builder_macro v0.20.2 |
| 639 | 2026-04-06T15:17:36.134Z | Downloaded async-stream-impl v0.3.6 |
| 640 | 2026-04-06T15:17:36.134Z | Downloaded array-init v0.0.4 |
| 641 | 2026-04-06T15:17:36.137Z | Downloaded fallible-iterator v0.2.0 |
| 642 | 2026-04-06T15:17:36.137Z | Downloaded defmt v1.0.1 |
| 643 | 2026-04-06T15:17:36.140Z | Downloaded fd-lock v4.0.4 |
| 644 | 2026-04-06T15:17:36.144Z | Downloaded assert_matches v1.5.0 |
| 645 | 2026-04-06T15:17:36.144Z | Downloaded endian-type v0.1.2 |
| 646 | 2026-04-06T15:17:36.144Z | Downloaded darling_macro v0.21.3 |
| 647 | 2026-04-06T15:17:36.147Z | Downloaded embedded-io v0.6.1 |
| 648 | 2026-04-06T15:17:36.150Z | Downloaded crc-catalog v2.4.0 |
| 649 | 2026-04-06T15:17:36.150Z | Downloaded dyn-clone v1.0.20 |
| 650 | 2026-04-06T15:17:36.150Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 651 | 2026-04-06T15:17:36.153Z | Downloaded difflib v0.4.0 |
| 652 | 2026-04-06T15:17:36.153Z | Downloaded base16ct v0.2.0 |
| 653 | 2026-04-06T15:17:36.157Z | Downloaded cmake v0.1.57 |
| 654 | 2026-04-06T15:17:36.157Z | Downloaded foreign-types-shared v0.3.1 |
| 655 | 2026-04-06T15:17:36.160Z | Downloaded derive_builder v0.20.2 |
| 656 | 2026-04-06T15:17:36.160Z | Downloaded daft-derive v0.1.5 |
| 657 | 2026-04-06T15:17:36.163Z | Downloaded ciborium-ll v0.2.2 |
| 658 | 2026-04-06T15:17:36.163Z | Downloaded atomic-waker v1.1.2 |
| 659 | 2026-04-06T15:17:36.166Z | Downloaded foreign-types-macros v0.2.3 |
| 660 | 2026-04-06T15:17:36.166Z | Downloaded enum-as-inner v0.6.1 |
| 661 | 2026-04-06T15:17:36.166Z | Downloaded cfg_aliases v0.1.1 |
| 662 | 2026-04-06T15:17:36.170Z | Downloaded dunce v1.0.5 |
| 663 | 2026-04-06T15:17:36.170Z | Downloaded crossbeam-channel v0.5.15 |
| 664 | 2026-04-06T15:17:36.170Z | Downloaded display-error-chain v0.2.2 |
| 665 | 2026-04-06T15:17:36.173Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 666 | 2026-04-06T15:17:36.173Z | Downloaded cstr-argument v0.1.2 |
| 667 | 2026-04-06T15:17:36.173Z | Downloaded crucible-workspace-hack v0.1.0 |
| 668 | 2026-04-06T15:17:36.173Z | Downloaded cexpr v0.6.0 |
| 669 | 2026-04-06T15:17:36.176Z | Downloaded cbc v0.1.2 |
| 670 | 2026-04-06T15:17:36.176Z | Downloaded crc v3.4.0 |
| 671 | 2026-04-06T15:17:36.176Z | Downloaded bitflags v1.3.2 |
| 672 | 2026-04-06T15:17:36.180Z | Downloaded bb8 v0.8.6 |
| 673 | 2026-04-06T15:17:36.180Z | Downloaded document-features v0.2.12 |
| 674 | 2026-04-06T15:17:36.180Z | Downloaded bitfield v0.19.4 |
| 675 | 2026-04-06T15:17:36.183Z | Downloaded cobs v0.3.0 |
| 676 | 2026-04-06T15:17:36.183Z | Downloaded float-cmp v0.10.0 |
| 677 | 2026-04-06T15:17:36.183Z | Downloaded block-padding v0.3.3 |
| 678 | 2026-04-06T15:17:36.186Z | Downloaded foreign-types-shared v0.1.1 |
| 679 | 2026-04-06T15:17:36.186Z | Downloaded foreign-types v0.3.2 |
| 680 | 2026-04-06T15:17:36.189Z | Downloaded ciborium-io v0.2.2 |
| 681 | 2026-04-06T15:17:36.189Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 682 | 2026-04-06T15:17:36.189Z | Downloaded defmt-parser v1.0.0 |
| 683 | 2026-04-06T15:17:36.192Z | Downloaded futures-sink v0.3.32 |
| 684 | 2026-04-06T15:17:36.192Z | Downloaded futures-core v0.3.32 |
| 685 | 2026-04-06T15:17:36.193Z | Downloaded float-ord v0.3.2 |
| 686 | 2026-04-06T15:17:36.196Z | Downloaded drift v0.1.3 |
| 687 | 2026-04-06T15:17:36.201Z | Downloaded futures-task v0.3.32 |
| 688 | 2026-04-06T15:17:36.201Z | Downloaded ecdsa v0.16.9 |
| 689 | 2026-04-06T15:17:36.201Z | Downloaded defmt-macros v1.0.1 |
| 690 | 2026-04-06T15:17:36.205Z | Downloaded base64ct v1.8.3 |
| 691 | 2026-04-06T15:17:36.205Z | Downloaded flagset v0.4.7 |
| 692 | 2026-04-06T15:17:36.205Z | Downloaded ena v0.14.4 |
| 693 | 2026-04-06T15:17:36.209Z | Downloaded ed25519 v2.2.3 |
| 694 | 2026-04-06T15:17:36.209Z | Downloaded bcs v0.1.6 |
| 695 | 2026-04-06T15:17:36.209Z | Downloaded darling v0.20.11 |
| 696 | 2026-04-06T15:17:36.215Z | Downloaded constant_time_eq v0.4.2 |
| 697 | 2026-04-06T15:17:36.215Z | Downloaded buf-list v1.1.2 |
| 698 | 2026-04-06T15:17:36.218Z | Downloaded darling_macro v0.20.11 |
| 699 | 2026-04-06T15:17:36.218Z | Downloaded bitfield-struct v0.6.2 |
| 700 | 2026-04-06T15:17:36.218Z | Downloaded chacha20 v0.9.1 |
| 701 | 2026-04-06T15:17:36.218Z | Downloaded ff v0.13.1 |
| 702 | 2026-04-06T15:17:36.221Z | Downloaded csv-core v0.1.13 |
| 703 | 2026-04-06T15:17:36.221Z | Downloaded fixedbitset v0.5.7 |
| 704 | 2026-04-06T15:17:36.221Z | Downloaded camino-tempfile-ext v0.3.3 |
| 705 | 2026-04-06T15:17:36.224Z | Downloaded bit-vec v0.6.3 |
| 706 | 2026-04-06T15:17:36.224Z | Downloaded gethostname v0.5.0 |
| 707 | 2026-04-06T15:17:36.224Z | Downloaded argon2 v0.5.3 |
| 708 | 2026-04-06T15:17:36.227Z | Downloaded globwalk v0.9.1 |
| 709 | 2026-04-06T15:17:36.227Z | Downloaded arrayvec v0.7.6 |
| 710 | 2026-04-06T15:17:36.227Z | Downloaded backon v1.6.0 |
| 711 | 2026-04-06T15:17:36.230Z | Downloaded hash32 v0.3.1 |
| 712 | 2026-04-06T15:17:36.230Z | Downloaded headers-core v0.3.0 |
| 713 | 2026-04-06T15:17:36.230Z | Downloaded fxhash v0.2.1 |
| 714 | 2026-04-06T15:17:36.233Z | Downloaded futures-macro v0.3.32 |
| 715 | 2026-04-06T15:17:36.233Z | Downloaded funty v2.0.0 |
| 716 | 2026-04-06T15:17:36.233Z | Downloaded git-stub v1.0.0 |
| 717 | 2026-04-06T15:17:36.236Z | Downloaded hash32 v0.2.1 |
| 718 | 2026-04-06T15:17:36.236Z | Downloaded fixedbitset v0.4.2 |
| 719 | 2026-04-06T15:17:36.236Z | Downloaded filetime v0.2.27 |
| 720 | 2026-04-06T15:17:36.240Z | Downloaded foldhash v0.1.5 |
| 721 | 2026-04-06T15:17:36.240Z | Downloaded hex-literal v0.4.1 |
| 722 | 2026-04-06T15:17:36.240Z | Downloaded crossbeam-deque v0.8.6 |
| 723 | 2026-04-06T15:17:36.240Z | Downloaded hex v0.4.3 |
| 724 | 2026-04-06T15:17:36.245Z | Downloaded dtrace-parser v0.3.0 |
| 725 | 2026-04-06T15:17:36.245Z | Downloaded data-encoding v2.10.0 |
| 726 | 2026-04-06T15:17:36.245Z | Downloaded daft v0.1.5 |
| 727 | 2026-04-06T15:17:36.249Z | Downloaded deranged v0.5.8 |
| 728 | 2026-04-06T15:17:36.249Z | Downloaded const_format_proc_macros v0.2.34 |
| 729 | 2026-04-06T15:17:36.249Z | Downloaded blowfish v0.9.1 |
| 730 | 2026-04-06T15:17:36.249Z | Downloaded cipher v0.4.4 |
| 731 | 2026-04-06T15:17:36.252Z | Downloaded cargo_metadata v0.19.2 |
| 732 | 2026-04-06T15:17:36.252Z | Downloaded async-trait v0.1.89 |
| 733 | 2026-04-06T15:17:36.255Z | Downloaded hostname v0.4.2 |
| 734 | 2026-04-06T15:17:36.255Z | Downloaded bit-vec v0.8.0 |
| 735 | 2026-04-06T15:17:36.255Z | Downloaded futures-io v0.3.32 |
| 736 | 2026-04-06T15:17:36.258Z | Downloaded hostname v0.3.1 |
| 737 | 2026-04-06T15:17:36.258Z | Downloaded hyper-tls v0.6.0 |
| 738 | 2026-04-06T15:17:36.261Z | Downloaded fs-err v2.11.0 |
| 739 | 2026-04-06T15:17:36.261Z | Downloaded http-range v0.1.5 |
| 740 | 2026-04-06T15:17:36.261Z | Downloaded backoff v0.4.0 |
| 741 | 2026-04-06T15:17:36.264Z | Downloaded hubpack_derive v0.1.1 |
| 742 | 2026-04-06T15:17:36.264Z | Downloaded httpdate v1.0.3 |
| 743 | 2026-04-06T15:17:36.264Z | Downloaded http-body v1.0.1 |
| 744 | 2026-04-06T15:17:36.267Z | Downloaded home v0.5.12 |
| 745 | 2026-04-06T15:17:36.267Z | Downloaded der_derive v0.7.3 |
| 746 | 2026-04-06T15:17:36.267Z | Downloaded indent_write v2.2.0 |
| 747 | 2026-04-06T15:17:36.271Z | Downloaded hubpack v0.1.2 |
| 748 | 2026-04-06T15:17:36.271Z | Downloaded diff v0.1.13 |
| 749 | 2026-04-06T15:17:36.275Z | Downloaded crc32fast v1.5.0 |
| 750 | 2026-04-06T15:17:36.275Z | Downloaded bumpalo v3.20.2 |
| 751 | 2026-04-06T15:17:36.275Z | Downloaded foldhash v0.2.0 |
| 752 | 2026-04-06T15:17:36.278Z | Downloaded derive-ex v0.1.8 |
| 753 | 2026-04-06T15:17:36.278Z | Downloaded ciborium v0.2.2 |
| 754 | 2026-04-06T15:17:36.278Z | Downloaded console v0.15.11 |
| 755 | 2026-04-06T15:17:36.281Z | Downloaded cookie_store v0.22.1 |
| 756 | 2026-04-06T15:17:36.281Z | Downloaded cancel-safe-futures v0.1.5 |
| 757 | 2026-04-06T15:17:36.285Z | Downloaded ident_case v1.0.1 |
| 758 | 2026-04-06T15:17:36.285Z | Downloaded derive_more v0.99.20 |
| 759 | 2026-04-06T15:17:36.288Z | Downloaded console v0.16.2 |
| 760 | 2026-04-06T15:17:36.288Z | Downloaded chacha20 v0.10.0 |
| 761 | 2026-04-06T15:17:36.291Z | Downloaded indoc v1.0.9 |
| 762 | 2026-04-06T15:17:36.291Z | Downloaded internet-checksum v0.2.1 |
| 763 | 2026-04-06T15:17:36.294Z | Downloaded const-oid v0.9.6 |
| 764 | 2026-04-06T15:17:36.294Z | Downloaded is-terminal v0.4.17 |
| 765 | 2026-04-06T15:17:36.294Z | Downloaded critical-section v1.2.0 |
| 766 | 2026-04-06T15:17:36.297Z | Downloaded group v0.13.0 |
| 767 | 2026-04-06T15:17:36.297Z | Downloaded ghash v0.5.1 |
| 768 | 2026-04-06T15:17:36.297Z | Downloaded is_ci v1.2.0 |
| 769 | 2026-04-06T15:17:36.300Z | Downloaded instant v0.1.13 |
| 770 | 2026-04-06T15:17:36.300Z | Downloaded git-stub-vcs v0.1.0 |
| 771 | 2026-04-06T15:17:36.300Z | Downloaded const_format v0.2.35 |
| 772 | 2026-04-06T15:17:36.304Z | Downloaded futures-executor v0.3.32 |
| 773 | 2026-04-06T15:17:36.304Z | Downloaded aho-corasick v1.1.4 |
| 774 | 2026-04-06T15:17:36.307Z | Downloaded lalrpop-util v0.19.12 |
| 775 | 2026-04-06T15:17:36.307Z | Downloaded keccak v0.1.6 |
| 776 | 2026-04-06T15:17:36.311Z | Downloaded crossbeam-utils v0.8.21 |
| 777 | 2026-04-06T15:17:36.311Z | Downloaded lazy_static v1.5.0 |
| 778 | 2026-04-06T15:17:36.314Z | Downloaded kstat-rs v0.2.4 |
| 779 | 2026-04-06T15:17:36.314Z | Downloaded crossbeam-epoch v0.9.18 |
| 780 | 2026-04-06T15:17:36.314Z | Downloaded async-bb8-diesel v0.2.1 |
| 781 | 2026-04-06T15:17:36.317Z | Downloaded glob v0.3.3 |
| 782 | 2026-04-06T15:17:36.317Z | Downloaded bzip2 v0.6.1 |
| 783 | 2026-04-06T15:17:36.317Z | Downloaded highway v1.3.0 |
| 784 | 2026-04-06T15:17:36.320Z | Downloaded darling v0.21.3 |
| 785 | 2026-04-06T15:17:36.323Z | Downloaded inout v0.1.4 |
| 786 | 2026-04-06T15:17:36.323Z | Downloaded blake2 v0.10.6 |
| 787 | 2026-04-06T15:17:36.324Z | Downloaded http-body-util v0.1.3 |
| 788 | 2026-04-06T15:17:36.326Z | Downloaded linked-hash-map v0.5.6 |
| 789 | 2026-04-06T15:17:36.329Z | Downloaded elliptic-curve v0.13.8 |
| 790 | 2026-04-06T15:17:36.329Z | Downloaded futures-channel v0.3.32 |
| 791 | 2026-04-06T15:17:36.333Z | Downloaded corncobs v0.1.4 |
| 792 | 2026-04-06T15:17:36.333Z | Downloaded clang-sys v1.8.1 |
| 793 | 2026-04-06T15:17:36.336Z | Downloaded libscf-sys v1.1.0 |
| 794 | 2026-04-06T15:17:36.336Z | Downloaded dropshot_endpoint v0.16.7 |
| 795 | 2026-04-06T15:17:36.338Z | Downloaded des v0.8.1 |
| 796 | 2026-04-06T15:17:36.339Z | Downloaded darling v0.23.0 |
| 797 | 2026-04-06T15:17:36.342Z | Downloaded bzip2 v0.4.4 |
| 798 | 2026-04-06T15:17:36.348Z | Downloaded md5 v0.7.0 |
| 799 | 2026-04-06T15:17:36.351Z | Downloaded managed v0.8.0 |
| 800 | 2026-04-06T15:17:36.351Z | Downloaded lzss v0.8.2 |
| 801 | 2026-04-06T15:17:36.351Z | Downloaded md-5 v0.10.6 |
| 802 | 2026-04-06T15:17:36.355Z | Downloaded ingot-types v0.1.2 |
| 803 | 2026-04-06T15:17:36.355Z | Downloaded hyper-staticfile v0.10.1 |
| 804 | 2026-04-06T15:17:36.355Z | Downloaded ctr v0.9.2 |
| 805 | 2026-04-06T15:17:36.357Z | Downloaded ingot v0.1.1 |
| 806 | 2026-04-06T15:17:36.358Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 807 | 2026-04-06T15:17:36.361Z | Downloaded new_debug_unreachable v1.0.6 |
| 808 | 2026-04-06T15:17:36.361Z | Downloaded mime v0.3.17 |
| 809 | 2026-04-06T15:17:36.361Z | Downloaded memoffset v0.9.1 |
| 810 | 2026-04-06T15:17:36.361Z | Downloaded instability v0.3.11 |
| 811 | 2026-04-06T15:17:36.363Z | Downloaded newtype-uuid-macros v0.1.0 |
| 812 | 2026-04-06T15:17:36.364Z | Downloaded getrandom v0.2.17 |
| 813 | 2026-04-06T15:17:36.366Z | Downloaded cookie v0.18.1 |
| 814 | 2026-04-06T15:17:36.367Z | Downloaded half v1.8.3 |
| 815 | 2026-04-06T15:17:36.369Z | Downloaded fs_extra v1.3.0 |
| 816 | 2026-04-06T15:17:36.369Z | Downloaded colored v3.1.1 |
| 817 | 2026-04-06T15:17:36.372Z | Downloaded colored v2.2.0 |
| 818 | 2026-04-06T15:17:36.372Z | Downloaded globset v0.4.18 |
| 819 | 2026-04-06T15:17:36.375Z | Downloaded nibble_vec v0.1.0 |
| 820 | 2026-04-06T15:17:36.375Z | Downloaded jobserver v0.1.34 |
| 821 | 2026-04-06T15:17:36.375Z | Downloaded libloading v0.8.9 |
| 822 | 2026-04-06T15:17:36.378Z | Downloaded nodrop v0.1.14 |
| 823 | 2026-04-06T15:17:36.378Z | Downloaded maybe-uninit v2.0.0 |
| 824 | 2026-04-06T15:17:36.378Z | Downloaded match_cfg v0.1.0 |
| 825 | 2026-04-06T15:17:36.382Z | Downloaded num-conv v0.2.0 |
| 826 | 2026-04-06T15:17:36.382Z | Downloaded num-derive v0.4.2 |
| 827 | 2026-04-06T15:17:36.382Z | Downloaded num v0.4.3 |
| 828 | 2026-04-06T15:17:36.382Z | Downloaded normalize-line-endings v0.3.0 |
| 829 | 2026-04-06T15:17:36.385Z | Downloaded newtype_derive v0.1.6 |
| 830 | 2026-04-06T15:17:36.385Z | Downloaded newline-converter v0.3.0 |
| 831 | 2026-04-06T15:17:36.385Z | Downloaded multimap v0.10.1 |
| 832 | 2026-04-06T15:17:36.385Z | Downloaded num-iter v0.1.45 |
| 833 | 2026-04-06T15:17:36.388Z | Downloaded num-derive v0.3.3 |
| 834 | 2026-04-06T15:17:36.388Z | Downloaded derive-where v1.6.0 |
| 835 | 2026-04-06T15:17:36.391Z | Downloaded nonempty v0.12.0 |
| 836 | 2026-04-06T15:17:36.391Z | Downloaded maplit v1.0.2 |
| 837 | 2026-04-06T15:17:36.391Z | Downloaded lru-slab v0.1.2 |
| 838 | 2026-04-06T15:17:36.394Z | Downloaded lru-cache v0.1.2 |
| 839 | 2026-04-06T15:17:36.394Z | Downloaded ahash v0.8.12 |
| 840 | 2026-04-06T15:17:36.397Z | Downloaded libsw v3.5.0 |
| 841 | 2026-04-06T15:17:36.397Z | Downloaded httparse v1.10.1 |
| 842 | 2026-04-06T15:17:36.397Z | Downloaded hmac v0.12.1 |
| 843 | 2026-04-06T15:17:36.400Z | Downloaded allocator-api2 v0.2.21 |
| 844 | 2026-04-06T15:17:36.400Z | Downloaded futures v0.3.32 |
| 845 | 2026-04-06T15:17:36.405Z | Downloaded openssl-probe v0.2.1 |
| 846 | 2026-04-06T15:17:36.409Z | Downloaded openssl-macros v0.1.1 |
| 847 | 2026-04-06T15:17:36.409Z | Downloaded olpc-cjson v0.1.4 |
| 848 | 2026-04-06T15:17:36.409Z | Downloaded num_enum_derive v0.5.11 |
| 849 | 2026-04-06T15:17:36.409Z | Downloaded libefi-sys v0.1.0 |
| 850 | 2026-04-06T15:17:36.409Z | Downloaded humantime v2.3.0 |
| 851 | 2026-04-06T15:17:36.409Z | Downloaded env_logger v0.11.9 |
| 852 | 2026-04-06T15:17:36.412Z | Downloaded opaque-debug v0.3.1 |
| 853 | 2026-04-06T15:17:36.412Z | Downloaded num_threads v0.1.7 |
| 854 | 2026-04-06T15:17:36.412Z | Downloaded derive_more v2.1.1 |
| 855 | 2026-04-06T15:17:36.418Z | Downloaded lock_api v0.4.14 |
| 856 | 2026-04-06T15:17:36.421Z | Downloaded libsw-core v0.3.2 |
| 857 | 2026-04-06T15:17:36.421Z | Downloaded lru v0.12.5 |
| 858 | 2026-04-06T15:17:36.424Z | Downloaded linear-map v1.2.0 |
| 859 | 2026-04-06T15:17:36.424Z | Downloaded derive_more-impl v2.1.1 |
| 860 | 2026-04-06T15:17:36.427Z | Downloaded oso-derive v0.27.3 |
| 861 | 2026-04-06T15:17:36.427Z | Downloaded mime_guess v2.0.5 |
| 862 | 2026-04-06T15:17:36.427Z | Downloaded native-tls v0.2.18 |
| 863 | 2026-04-06T15:17:36.430Z | Downloaded ingot-macros v0.1.1 |
| 864 | 2026-04-06T15:17:36.430Z | Downloaded indoc v2.0.7 |
| 865 | 2026-04-06T15:17:36.434Z | Downloaded parse-size v1.1.0 |
| 866 | 2026-04-06T15:17:36.434Z | Downloaded packed_struct_codegen v0.10.1 |
| 867 | 2026-04-06T15:17:36.434Z | Downloaded pbkdf2 v0.11.0 |
| 868 | 2026-04-06T15:17:36.438Z | Downloaded parse-display v0.10.0 |
| 869 | 2026-04-06T15:17:36.438Z | Downloaded getrandom v0.3.4 |
| 870 | 2026-04-06T15:17:36.438Z | Downloaded base64 v0.22.1 |
| 871 | 2026-04-06T15:17:36.441Z | Downloaded newtype-uuid v1.3.2 |
| 872 | 2026-04-06T15:17:36.441Z | Downloaded ipnet v2.11.0 |
| 873 | 2026-04-06T15:17:36.441Z | Downloaded half v2.7.1 |
| 874 | 2026-04-06T15:17:36.444Z | Downloaded der v0.7.10 |
| 875 | 2026-04-06T15:17:36.447Z | Downloaded nu-ansi-term v0.50.3 |
| 876 | 2026-04-06T15:17:36.447Z | Downloaded multer v3.1.0 |
| 877 | 2026-04-06T15:17:36.450Z | Downloaded path-slash v0.1.5 |
| 878 | 2026-04-06T15:17:36.450Z | Downloaded darling_core v0.21.3 |
| 879 | 2026-04-06T15:17:36.453Z | Downloaded phf_shared v0.13.1 |
| 880 | 2026-04-06T15:17:36.453Z | Downloaded peg-runtime v0.8.5 |
| 881 | 2026-04-06T15:17:36.456Z | Downloaded ipnetwork v0.21.1 |
| 882 | 2026-04-06T15:17:36.456Z | Downloaded pbkdf2 v0.12.2 |
| 883 | 2026-04-06T15:17:36.456Z | Downloaded pin-utils v0.1.0 |
| 884 | 2026-04-06T15:17:36.459Z | Downloaded phf_shared v0.12.1 |
| 885 | 2026-04-06T15:17:36.459Z | Downloaded hyper-rustls v0.27.7 |
| 886 | 2026-04-06T15:17:36.459Z | Downloaded crc-any v2.5.0 |
| 887 | 2026-04-06T15:17:36.462Z | Downloaded fatfs v0.3.6 |
| 888 | 2026-04-06T15:17:36.462Z | Downloaded darling_core v0.23.0 |
| 889 | 2026-04-06T15:17:36.466Z | Downloaded num-rational v0.4.2 |
| 890 | 2026-04-06T15:17:36.469Z | Downloaded chacha20poly1305 v0.10.1 |
| 891 | 2026-04-06T15:17:36.469Z | Downloaded iana-time-zone v0.1.65 |
| 892 | 2026-04-06T15:17:36.472Z | Downloaded num_enum v0.7.5 |
| 893 | 2026-04-06T15:17:36.475Z | Downloaded num-integer v0.1.46 |
| 894 | 2026-04-06T15:17:36.475Z | Downloaded openssl-probe v0.1.6 |
| 895 | 2026-04-06T15:17:36.475Z | Downloaded num_enum_derive v0.7.5 |
| 896 | 2026-04-06T15:17:36.475Z | Downloaded bytes v1.11.1 |
| 897 | 2026-04-06T15:17:36.496Z | Downloaded proc-macro-crate v3.4.0 |
| 898 | 2026-04-06T15:17:36.499Z | Downloaded proc-macro-crate v1.3.1 |
| 899 | 2026-04-06T15:17:36.499Z | Downloaded predicates-core v1.0.10 |
| 900 | 2026-04-06T15:17:36.499Z | Downloaded powerfmt v0.2.0 |
| 901 | 2026-04-06T15:17:36.503Z | Downloaded owo-colors v4.3.0 |
| 902 | 2026-04-06T15:17:36.503Z | Downloaded indexmap v1.9.3 |
| 903 | 2026-04-06T15:17:36.506Z | Downloaded flume v0.11.1 |
| 904 | 2026-04-06T15:17:36.506Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 905 | 2026-04-06T15:17:36.506Z | Downloaded predicates-tree v1.0.13 |
| 906 | 2026-04-06T15:17:36.506Z | Downloaded precomputed-hash v0.1.1 |
| 907 | 2026-04-06T15:17:36.510Z | Downloaded packed_struct v0.10.1 |
| 908 | 2026-04-06T15:17:36.510Z | Downloaded oxide-tokio-rt v0.1.3 |
| 909 | 2026-04-06T15:17:36.510Z | Downloaded darling_core v0.20.11 |
| 910 | 2026-04-06T15:17:36.513Z | Downloaded peg v0.8.5 |
| 911 | 2026-04-06T15:17:36.516Z | Downloaded paste v1.0.15 |
| 912 | 2026-04-06T15:17:36.519Z | Downloaded parse-display-derive v0.10.0 |
| 913 | 2026-04-06T15:17:36.519Z | Downloaded parking_lot_core v0.8.6 |
| 914 | 2026-04-06T15:17:36.519Z | Downloaded progenitor-macro v0.10.0 |
| 915 | 2026-04-06T15:17:36.522Z | Downloaded progenitor-macro v0.13.0 |
| 916 | 2026-04-06T15:17:36.522Z | Downloaded progenitor-macro v0.11.2 |
| 917 | 2026-04-06T15:17:36.522Z | Downloaded progenitor-client v0.11.2 |
| 918 | 2026-04-06T15:17:36.522Z | Downloaded phf v0.13.1 |
| 919 | 2026-04-06T15:17:36.525Z | Downloaded pem-rfc7468 v0.7.0 |
| 920 | 2026-04-06T15:17:36.525Z | Downloaded password-hash v0.5.0 |
| 921 | 2026-04-06T15:17:36.525Z | Downloaded radium v0.7.0 |
| 922 | 2026-04-06T15:17:36.528Z | Downloaded progenitor-client v0.10.0 |
| 923 | 2026-04-06T15:17:36.528Z | Downloaded password-hash v0.4.2 |
| 924 | 2026-04-06T15:17:36.528Z | Downloaded num_enum v0.5.11 |
| 925 | 2026-04-06T15:17:36.531Z | Downloaded oxnet v0.1.4 |
| 926 | 2026-04-06T15:17:36.534Z | Downloaded flate2 v1.1.9 |
| 927 | 2026-04-06T15:17:36.537Z | Downloaded ar_archive_writer v0.5.1 |
| 928 | 2026-04-06T15:17:36.537Z | Downloaded nanorand v0.7.0 |
| 929 | 2026-04-06T15:17:36.540Z | Downloaded heapless v0.8.0 |
| 930 | 2026-04-06T15:17:36.540Z | Downloaded num-complex v0.4.6 |
| 931 | 2026-04-06T15:17:36.543Z | Downloaded pin-project-lite v0.2.17 |
| 932 | 2026-04-06T15:17:36.546Z | Downloaded psl-types v2.0.11 |
| 933 | 2026-04-06T15:17:36.546Z | Downloaded pin-project-internal v1.1.11 |
| 934 | 2026-04-06T15:17:36.546Z | Downloaded phf_shared v0.11.3 |
| 935 | 2026-04-06T15:17:36.549Z | Downloaded libbz2-rs-sys v0.2.2 |
| 936 | 2026-04-06T15:17:36.549Z | Downloaded polyval v0.6.2 |
| 937 | 2026-04-06T15:17:36.549Z | Downloaded poly1305 v0.8.0 |
| 938 | 2026-04-06T15:17:36.552Z | Downloaded headers v0.4.1 |
| 939 | 2026-04-06T15:17:36.555Z | Downloaded rand_xorshift v0.4.0 |
| 940 | 2026-04-06T15:17:36.555Z | Downloaded dropshot-api-manager v0.6.0 |
| 941 | 2026-04-06T15:17:36.559Z | Downloaded pkcs8 v0.10.2 |
| 942 | 2026-04-06T15:17:36.559Z | Downloaded pem v3.0.6 |
| 943 | 2026-04-06T15:17:36.562Z | Downloaded ed25519-dalek v2.2.0 |
| 944 | 2026-04-06T15:17:36.562Z | Downloaded compact_str v0.8.1 |
| 945 | 2026-04-06T15:17:36.565Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 946 | 2026-04-06T15:17:36.565Z | Downloaded recursive v0.1.1 |
| 947 | 2026-04-06T15:17:36.568Z | Downloaded rand_chacha v0.3.1 |
| 948 | 2026-04-06T15:17:36.568Z | Downloaded postgres-protocol v0.6.10 |
| 949 | 2026-04-06T15:17:36.568Z | Downloaded memmap2 v0.9.10 |
| 950 | 2026-04-06T15:17:36.568Z | Downloaded litrs v1.0.0 |
| 951 | 2026-04-06T15:17:36.571Z | Downloaded ppv-lite86 v0.2.21 |
| 952 | 2026-04-06T15:17:36.571Z | Downloaded ref-cast-impl v1.0.25 |
| 953 | 2026-04-06T15:17:36.574Z | Downloaded parking_lot_core v0.9.12 |
| 954 | 2026-04-06T15:17:36.574Z | Downloaded parking_lot v0.11.2 |
| 955 | 2026-04-06T15:17:36.577Z | Downloaded indicatif v0.18.4 |
| 956 | 2026-04-06T15:17:36.577Z | Downloaded rtoolbox v0.0.3 |
| 957 | 2026-04-06T15:17:36.580Z | Downloaded rfc6979 v0.4.0 |
| 958 | 2026-04-06T15:17:36.580Z | Downloaded ignore v0.4.25 |
| 959 | 2026-04-06T15:17:36.580Z | Downloaded crypto-bigint v0.5.5 |
| 960 | 2026-04-06T15:17:36.584Z | Downloaded primeorder v0.13.6 |
| 961 | 2026-04-06T15:17:36.587Z | Downloaded predicates v3.1.4 |
| 962 | 2026-04-06T15:17:36.587Z | Downloaded progenitor-client v0.13.0 |
| 963 | 2026-04-06T15:17:36.590Z | Downloaded peg-macros v0.8.5 |
| 964 | 2026-04-06T15:17:36.590Z | Downloaded quick-error v1.2.3 |
| 965 | 2026-04-06T15:17:36.590Z | Downloaded cc v1.2.56 |
| 966 | 2026-04-06T15:17:36.593Z | Downloaded progenitor v0.10.0 |
| 967 | 2026-04-06T15:17:36.596Z | Downloaded phf v0.12.1 |
| 968 | 2026-04-06T15:17:36.599Z | Downloaded proc-macro-error2 v2.0.1 |
| 969 | 2026-04-06T15:17:36.599Z | Downloaded rand_core v0.10.0 |
| 970 | 2026-04-06T15:17:36.602Z | Downloaded rustc_version v0.4.1 |
| 971 | 2026-04-06T15:17:36.602Z | Downloaded rustc-hash v2.1.1 |
| 972 | 2026-04-06T15:17:36.602Z | Downloaded russh-cryptovec v0.7.3 |
| 973 | 2026-04-06T15:17:36.602Z | Downloaded diesel_derives v2.3.7 |
| 974 | 2026-04-06T15:17:36.607Z | Downloaded rustc_version v0.1.7 |
| 975 | 2026-04-06T15:17:36.610Z | Downloaded progenitor-extras v0.1.1 |
| 976 | 2026-04-06T15:17:36.610Z | Downloaded hickory-resolver v0.25.2 |
| 977 | 2026-04-06T15:17:36.610Z | Downloaded heapless v0.7.17 |
| 978 | 2026-04-06T15:17:36.613Z | Downloaded rand_seeder v0.4.0 |
| 979 | 2026-04-06T15:17:36.619Z | Downloaded psm v0.1.30 |
| 980 | 2026-04-06T15:17:36.622Z | Downloaded rand_core v0.6.4 |
| 981 | 2026-04-06T15:17:36.622Z | Downloaded rand_chacha v0.9.0 |
| 982 | 2026-04-06T15:17:36.625Z | Downloaded salsa20 v0.10.2 |
| 983 | 2026-04-06T15:17:36.625Z | Downloaded r2d2 v0.8.10 |
| 984 | 2026-04-06T15:17:36.625Z | Downloaded progenitor v0.13.0 |
| 985 | 2026-04-06T15:17:36.629Z | Downloaded sapling-renderdag v0.1.0 |
| 986 | 2026-04-06T15:17:36.632Z | Downloaded ref-cast v1.0.25 |
| 987 | 2026-04-06T15:17:36.632Z | Downloaded same-file v1.0.6 |
| 988 | 2026-04-06T15:17:36.635Z | Downloaded pkcs5 v0.7.1 |
| 989 | 2026-04-06T15:17:36.635Z | Downloaded pkcs1 v0.7.5 |
| 990 | 2026-04-06T15:17:36.638Z | Downloaded scopeguard v1.2.0 |
| 991 | 2026-04-06T15:17:36.638Z | Downloaded omicron-zone-package v0.12.2 |
| 992 | 2026-04-06T15:17:36.641Z | Downloaded postgres-types v0.2.12 |
| 993 | 2026-04-06T15:17:36.644Z | Downloaded pkg-config v0.3.32 |
| 994 | 2026-04-06T15:17:36.644Z | Downloaded p256 v0.13.2 |
| 995 | 2026-04-06T15:17:36.647Z | Downloaded scheduled-thread-pool v0.2.7 |
| 996 | 2026-04-06T15:17:36.647Z | Downloaded scroll_derive v0.13.1 |
| 997 | 2026-04-06T15:17:36.647Z | Downloaded parking_lot v0.12.5 |
| 998 | 2026-04-06T15:17:36.650Z | Downloaded expectorate v1.2.0 |
| 999 | 2026-04-06T15:17:36.650Z | Downloaded oso v0.27.3 |
| 1000 | 2026-04-06T15:17:36.654Z | Downloaded resolv-conf v0.7.6 |
| 1001 | 2026-04-06T15:17:36.654Z | Downloaded jiff-static v0.2.21 |
| 1002 | 2026-04-06T15:17:36.657Z | Downloaded semver v0.1.20 |
| 1003 | 2026-04-06T15:17:36.657Z | Downloaded postcard v1.1.3 |
| 1004 | 2026-04-06T15:17:36.662Z | Downloaded papergrid v0.17.0 |
| 1005 | 2026-04-06T15:17:36.662Z | Downloaded secrecy v0.8.0 |
| 1006 | 2026-04-06T15:17:36.666Z | Downloaded serde-big-array v0.5.1 |
| 1007 | 2026-04-06T15:17:36.666Z | Downloaded seq-macro v0.3.6 |
| 1008 | 2026-04-06T15:17:36.666Z | Downloaded secrecy v0.10.3 |
| 1009 | 2026-04-06T15:17:36.669Z | Downloaded serde_bytes v0.11.19 |
| 1010 | 2026-04-06T15:17:36.669Z | Downloaded serde_plain v1.0.2 |
| 1011 | 2026-04-06T15:17:36.669Z | Downloaded shell-words v1.1.1 |
| 1012 | 2026-04-06T15:17:36.672Z | Downloaded quinn-udp v0.5.14 |
| 1013 | 2026-04-06T15:17:36.672Z | Downloaded sha1 v0.10.6 |
| 1014 | 2026-04-06T15:17:36.675Z | Downloaded progenitor v0.11.2 |
| 1015 | 2026-04-06T15:17:36.679Z | Downloaded hashbrown v0.12.3 |
| 1016 | 2026-04-06T15:17:36.682Z | Downloaded serde_urlencoded v0.7.1 |
| 1017 | 2026-04-06T15:17:36.685Z | Downloaded serde_repr v0.1.20 |
| 1018 | 2026-04-06T15:17:36.685Z | Downloaded signal-hook-mio v0.2.5 |
| 1019 | 2026-04-06T15:17:36.685Z | Downloaded rand_core v0.9.5 |
| 1020 | 2026-04-06T15:17:36.689Z | Downloaded pin-project v1.1.11 |
| 1021 | 2026-04-06T15:17:36.697Z | Downloaded rustversion v1.0.22 |
| 1022 | 2026-04-06T15:17:36.700Z | Downloaded rustls-pemfile v2.2.0 |
| 1023 | 2026-04-06T15:17:36.703Z | Downloaded rustls-pemfile v1.0.4 |
| 1024 | 2026-04-06T15:17:36.704Z | Downloaded rustls-native-certs v0.8.3 |
| 1025 | 2026-04-06T15:17:36.706Z | Downloaded signal-hook-tokio v0.3.1 |
| 1026 | 2026-04-06T15:17:36.706Z | Downloaded sigpipe v0.1.3 |
| 1027 | 2026-04-06T15:17:36.710Z | Downloaded rusty-fork v0.3.1 |
| 1028 | 2026-04-06T15:17:36.710Z | Downloaded signature v2.2.0 |
| 1029 | 2026-04-06T15:17:36.713Z | Downloaded openssl-sys v0.9.111 |
| 1030 | 2026-04-06T15:17:36.716Z | Downloaded siphasher v1.0.2 |
| 1031 | 2026-04-06T15:17:36.716Z | Downloaded schemars_derive v0.8.22 |
| 1032 | 2026-04-06T15:17:36.716Z | Downloaded minimal-lexical v0.2.1 |
| 1033 | 2026-04-06T15:17:36.720Z | Downloaded slog-bunyan v2.5.0 |
| 1034 | 2026-04-06T15:17:36.729Z | Downloaded scrypt v0.11.0 |
| 1035 | 2026-04-06T15:17:36.732Z | Downloaded slog-envlogger v2.2.0 |
| 1036 | 2026-04-06T15:17:36.736Z | Downloaded sec1 v0.7.3 |
| 1037 | 2026-04-06T15:17:36.739Z | Downloaded sqlparser_derive v0.5.0 |
| 1038 | 2026-04-06T15:17:36.742Z | Downloaded progenitor-impl v0.13.0 |
| 1039 | 2026-04-06T15:17:36.745Z | Downloaded hashbrown v0.13.2 |
| 1040 | 2026-04-06T15:17:36.748Z | Downloaded serde-hex v0.1.0 |
| 1041 | 2026-04-06T15:17:36.748Z | Downloaded sct v0.7.1 |
| 1042 | 2026-04-06T15:17:36.751Z | Downloaded ssh-encoding v0.2.0 |
| 1043 | 2026-04-06T15:17:36.754Z | Downloaded structmeta-derive v0.3.0 |
| 1044 | 2026-04-06T15:17:36.757Z | Downloaded russh-keys v0.45.0 |
| 1045 | 2026-04-06T15:17:36.760Z | Downloaded serde_spanned v1.0.4 |
| 1046 | 2026-04-06T15:17:36.760Z | Downloaded serde_derive_internals v0.29.1 |
| 1047 | 2026-04-06T15:17:36.760Z | Downloaded ssh-cipher v0.2.0 |
| 1048 | 2026-04-06T15:17:36.763Z | Downloaded hickory-resolver v0.24.4 |
| 1049 | 2026-04-06T15:17:36.763Z | Downloaded structmeta v0.3.0 |
| 1050 | 2026-04-06T15:17:36.766Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1051 | 2026-04-06T15:17:36.766Z | Downloaded crossterm v0.28.1 |
| 1052 | 2026-04-06T15:17:36.769Z | Downloaded http v1.4.0 |
| 1053 | 2026-04-06T15:17:36.772Z | Downloaded serde_path_to_error v0.1.20 |
| 1054 | 2026-04-06T15:17:36.772Z | Downloaded rcgen v0.12.1 |
| 1055 | 2026-04-06T15:17:36.777Z | Downloaded progenitor-impl v0.10.0 |
| 1056 | 2026-04-06T15:17:36.780Z | Downloaded signal-hook-registry v1.4.8 |
| 1057 | 2026-04-06T15:17:36.780Z | Downloaded shlex v1.3.0 |
| 1058 | 2026-04-06T15:17:36.783Z | Downloaded rustls-pki-types v1.14.0 |
| 1059 | 2026-04-06T15:17:36.783Z | Downloaded supports-color v3.0.2 |
| 1060 | 2026-04-06T15:17:36.786Z | Downloaded strum v0.27.2 |
| 1061 | 2026-04-06T15:17:36.786Z | Downloaded strum v0.26.3 |
| 1062 | 2026-04-06T15:17:36.789Z | Downloaded bitvec v1.0.1 |
| 1063 | 2026-04-06T15:17:36.795Z | Downloaded simd-adler32 v0.3.8 |
| 1064 | 2026-04-06T15:17:36.798Z | Downloaded sync_wrapper v1.0.2 |
| 1065 | 2026-04-06T15:17:36.798Z | Downloaded sync-ptr v0.1.4 |
| 1066 | 2026-04-06T15:17:36.798Z | Downloaded hyper-util v0.1.20 |
| 1067 | 2026-04-06T15:17:36.801Z | Downloaded tabled_derive v0.11.0 |
| 1068 | 2026-04-06T15:17:36.804Z | Downloaded tabwriter v1.4.1 |
| 1069 | 2026-04-06T15:17:36.804Z | Downloaded slab v0.4.12 |
| 1070 | 2026-04-06T15:17:36.804Z | Downloaded prefix-trie v0.7.0 |
| 1071 | 2026-04-06T15:17:36.807Z | Downloaded slog-scope v4.4.1 |
| 1072 | 2026-04-06T15:17:36.807Z | Downloaded scroll v0.13.0 |
| 1073 | 2026-04-06T15:17:36.810Z | Downloaded smf v0.2.3 |
| 1074 | 2026-04-06T15:17:36.810Z | Downloaded smallvec v0.6.14 |
| 1075 | 2026-04-06T15:17:36.810Z | Downloaded take_mut v0.2.2 |
| 1076 | 2026-04-06T15:17:36.813Z | Downloaded ron v0.8.1 |
| 1077 | 2026-04-06T15:17:36.817Z | Downloaded snafu-derive v0.8.9 |
| 1078 | 2026-04-06T15:17:36.818Z | Downloaded tap v1.0.1 |
| 1079 | 2026-04-06T15:17:36.818Z | Downloaded slog-dtrace v0.3.0 |
| 1080 | 2026-04-06T15:17:36.822Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1081 | 2026-04-06T15:17:36.822Z | Downloaded testing_table v0.3.0 |
| 1082 | 2026-04-06T15:17:36.822Z | Downloaded serde_cbor v0.11.2 |
| 1083 | 2026-04-06T15:17:36.822Z | Downloaded time-core v0.1.8 |
| 1084 | 2026-04-06T15:17:36.825Z | Downloaded slog-async v2.8.0 |
| 1085 | 2026-04-06T15:17:36.825Z | Downloaded slog-stdlog v4.1.1 |
| 1086 | 2026-04-06T15:17:36.825Z | Downloaded pretty_assertions v1.4.1 |
| 1087 | 2026-04-06T15:17:36.825Z | Downloaded termtree v0.5.1 |
| 1088 | 2026-04-06T15:17:36.829Z | Downloaded itertools v0.10.5 |
| 1089 | 2026-04-06T15:17:36.833Z | Downloaded stringprep v0.1.5 |
| 1090 | 2026-04-06T15:17:36.837Z | Downloaded string_cache v0.8.9 |
| 1091 | 2026-04-06T15:17:36.837Z | Downloaded progenitor-impl v0.11.2 |
| 1092 | 2026-04-06T15:17:36.840Z | Downloaded prettyplease v0.2.37 |
| 1093 | 2026-04-06T15:17:36.840Z | Downloaded tinyvec_macros v0.1.1 |
| 1094 | 2026-04-06T15:17:36.840Z | Downloaded num-bigint v0.4.6 |
| 1095 | 2026-04-06T15:17:36.843Z | Downloaded stacker v0.1.23 |
| 1096 | 2026-04-06T15:17:36.846Z | Downloaded spki v0.7.3 |
| 1097 | 2026-04-06T15:17:36.846Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1098 | 2026-04-06T15:17:36.849Z | Downloaded strum_macros v0.26.4 |
| 1099 | 2026-04-06T15:17:36.849Z | Downloaded strum_macros v0.24.3 |
| 1100 | 2026-04-06T15:17:36.852Z | Downloaded static_assertions v1.1.0 |
| 1101 | 2026-04-06T15:17:36.854Z | Downloaded crossterm v0.29.0 |
| 1102 | 2026-04-06T15:17:36.859Z | Downloaded schemars v0.8.22 |
| 1103 | 2026-04-06T15:17:36.866Z | Downloaded support-bundle-viewer v0.1.2 |
| 1104 | 2026-04-06T15:17:36.869Z | Downloaded strum_macros v0.27.2 |
| 1105 | 2026-04-06T15:17:36.869Z | Downloaded termios v0.3.3 |
| 1106 | 2026-04-06T15:17:36.872Z | Downloaded slog-term v2.9.2 |
| 1107 | 2026-04-06T15:17:36.872Z | Downloaded mio v1.1.1 |
| 1108 | 2026-04-06T15:17:36.875Z | Downloaded rayon-core v1.13.0 |
| 1109 | 2026-04-06T15:17:36.878Z | Downloaded tagptr v0.2.0 |
| 1110 | 2026-04-06T15:17:36.878Z | Downloaded slog-json v2.6.1 |
| 1111 | 2026-04-06T15:17:36.882Z | Downloaded hashbrown v0.15.5 |
| 1112 | 2026-04-06T15:17:36.889Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1113 | 2026-04-06T15:17:36.892Z | Downloaded tower-service v0.3.3 |
| 1114 | 2026-04-06T15:17:36.892Z | Downloaded tower-layer v0.3.3 |
| 1115 | 2026-04-06T15:17:36.895Z | Downloaded aes-gcm v0.10.3 |
| 1116 | 2026-04-06T15:17:36.895Z | Downloaded trait-variant v0.1.2 |
| 1117 | 2026-04-06T15:17:36.895Z | Downloaded serde_with_macros v3.17.0 |
| 1118 | 2026-04-06T15:17:36.898Z | Downloaded thread-id v5.1.0 |
| 1119 | 2026-04-06T15:17:36.898Z | Downloaded tiny-keccak v2.0.2 |
| 1120 | 2026-04-06T15:17:36.901Z | Downloaded topological-sort v0.2.2 |
| 1121 | 2026-04-06T15:17:36.901Z | Downloaded thread_local v1.1.9 |
| 1122 | 2026-04-06T15:17:36.901Z | Downloaded thiserror-no-std v2.0.2 |
| 1123 | 2026-04-06T15:17:36.904Z | Downloaded miniz_oxide v0.8.9 |
| 1124 | 2026-04-06T15:17:36.908Z | Downloaded sqlformat v0.3.5 |
| 1125 | 2026-04-06T15:17:36.908Z | Downloaded hickory-server v0.25.2 |
| 1126 | 2026-04-06T15:17:36.927Z | Downloaded subtle v2.6.1 |
| 1127 | 2026-04-06T15:17:36.931Z | Downloaded try-lock v0.2.5 |
| 1128 | 2026-04-06T15:17:36.931Z | Downloaded tokio-macros v2.6.0 |
| 1129 | 2026-04-06T15:17:36.931Z | Downloaded signal-hook v0.3.18 |
| 1130 | 2026-04-06T15:17:36.931Z | Downloaded time-macros v0.2.27 |
| 1131 | 2026-04-06T15:17:36.931Z | Downloaded unarray v0.1.4 |
| 1132 | 2026-04-06T15:17:36.931Z | Downloaded tls_codec_derive v0.4.2 |
| 1133 | 2026-04-06T15:17:36.931Z | Downloaded tokio-dtrace v0.1.1 |
| 1134 | 2026-04-06T15:17:36.931Z | Downloaded tls_codec v0.4.2 |
| 1135 | 2026-04-06T15:17:36.931Z | Downloaded ryu v1.0.23 |
| 1136 | 2026-04-06T15:17:36.931Z | Downloaded rand v0.8.5 |
| 1137 | 2026-04-06T15:17:36.931Z | Downloaded tokio-rustls v0.25.0 |
| 1138 | 2026-04-06T15:17:36.931Z | Downloaded similar v2.7.0 |
| 1139 | 2026-04-06T15:17:36.934Z | Downloaded typify-macro v0.6.1 |
| 1140 | 2026-04-06T15:17:36.934Z | Downloaded typify-macro v0.4.3 |
| 1141 | 2026-04-06T15:17:36.937Z | Downloaded schemars v0.9.0 |
| 1142 | 2026-04-06T15:17:36.942Z | Downloaded tokio-native-tls v0.3.1 |
| 1143 | 2026-04-06T15:17:36.945Z | Downloaded usdt-attr-macro v0.6.0 |
| 1144 | 2026-04-06T15:17:36.945Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1145 | 2026-04-06T15:17:36.945Z | Downloaded unit-prefix v0.5.2 |
| 1146 | 2026-04-06T15:17:36.948Z | Downloaded untrusted v0.9.0 |
| 1147 | 2026-04-06T15:17:36.948Z | Downloaded untrusted v0.7.1 |
| 1148 | 2026-04-06T15:17:36.948Z | Downloaded unicode-truncate v1.1.0 |
| 1149 | 2026-04-06T15:17:36.948Z | Downloaded libxml v0.3.3 |
| 1150 | 2026-04-06T15:17:36.951Z | Downloaded spin v0.9.8 |
| 1151 | 2026-04-06T15:17:36.955Z | Downloaded iddqd v0.3.17 |
| 1152 | 2026-04-06T15:17:36.958Z | Downloaded tokio-tungstenite v0.23.1 |
| 1153 | 2026-04-06T15:17:36.961Z | Downloaded slog v2.8.2 |
| 1154 | 2026-04-06T15:17:36.961Z | Downloaded utf-8 v0.7.6 |
| 1155 | 2026-04-06T15:17:36.964Z | Downloaded usdt-macro v0.6.0 |
| 1156 | 2026-04-06T15:17:36.964Z | Downloaded quinn v0.11.9 |
| 1157 | 2026-04-06T15:17:36.964Z | Downloaded publicsuffix v2.3.0 |
| 1158 | 2026-04-06T15:17:36.967Z | Downloaded wait-timeout v0.2.1 |
| 1159 | 2026-04-06T15:17:36.967Z | Downloaded void v1.0.2 |
| 1160 | 2026-04-06T15:17:36.970Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1161 | 2026-04-06T15:17:36.970Z | Downloaded socket2 v0.5.10 |
| 1162 | 2026-04-06T15:17:36.973Z | Downloaded term v0.7.0 |
| 1163 | 2026-04-06T15:17:36.973Z | Downloaded term v1.2.1 |
| 1164 | 2026-04-06T15:17:36.978Z | Downloaded socket2 v0.6.2 |
| 1165 | 2026-04-06T15:17:36.981Z | Downloaded itertools v0.12.1 |
| 1166 | 2026-04-06T15:17:36.984Z | Downloaded iri-string v0.7.10 |
| 1167 | 2026-04-06T15:17:36.987Z | Downloaded tui-tree-widget v0.23.1 |
| 1168 | 2026-04-06T15:17:36.990Z | Downloaded rsa v0.9.10 |
| 1169 | 2026-04-06T15:17:36.993Z | Downloaded want v0.3.1 |
| 1170 | 2026-04-06T15:17:36.993Z | Downloaded waitgroup v0.1.2 |
| 1171 | 2026-04-06T15:17:36.993Z | Downloaded tokio-rustls v0.26.4 |
| 1172 | 2026-04-06T15:17:36.998Z | Downloaded subprocess v0.2.15 |
| 1173 | 2026-04-06T15:17:37.002Z | Downloaded xshell-macros v0.2.7 |
| 1174 | 2026-04-06T15:17:37.002Z | Downloaded unicase v2.9.0 |
| 1175 | 2026-04-06T15:17:37.004Z | Downloaded tokio-rustls v0.24.1 |
| 1176 | 2026-04-06T15:17:37.008Z | Downloaded xattr v1.6.1 |
| 1177 | 2026-04-06T15:17:37.011Z | Downloaded schemars v1.2.1 |
| 1178 | 2026-04-06T15:17:37.019Z | Downloaded qorb v0.4.1 |
| 1179 | 2026-04-06T15:17:37.021Z | Downloaded usdt v0.6.0 |
| 1180 | 2026-04-06T15:17:37.025Z | Downloaded hyper v1.8.1 |
| 1181 | 2026-04-06T15:17:37.027Z | Downloaded zeroize_derive v1.4.3 |
| 1182 | 2026-04-06T15:17:37.028Z | Downloaded universal-hash v0.5.1 |
| 1183 | 2026-04-06T15:17:37.030Z | Downloaded samael v0.0.19 |
| 1184 | 2026-04-06T15:17:37.033Z | Downloaded tokio-tungstenite v0.21.0 |
| 1185 | 2026-04-06T15:17:37.037Z | Downloaded itertools v0.13.0 |
| 1186 | 2026-04-06T15:17:37.040Z | Downloaded usdt-impl v0.6.0 |
| 1187 | 2026-04-06T15:17:37.040Z | Downloaded tinyvec v1.10.0 |
| 1188 | 2026-04-06T15:17:37.043Z | Downloaded test-strategy v0.4.5 |
| 1189 | 2026-04-06T15:17:37.043Z | Downloaded tokio-stream v0.1.18 |
| 1190 | 2026-04-06T15:17:37.046Z | Downloaded vergen-gitcl v1.0.8 |
| 1191 | 2026-04-06T15:17:37.050Z | Downloaded vergen-git2 v1.0.7 |
| 1192 | 2026-04-06T15:17:37.050Z | Downloaded snafu v0.8.9 |
| 1193 | 2026-04-06T15:17:37.053Z | Downloaded zone_cfg_derive v0.3.1 |
| 1194 | 2026-04-06T15:17:37.053Z | Downloaded vergen-lib v0.1.6 |
| 1195 | 2026-04-06T15:17:37.054Z | Downloaded uzers v0.12.2 |
| 1196 | 2026-04-06T15:17:37.054Z | Downloaded itertools v0.14.0 |
| 1197 | 2026-04-06T15:17:37.057Z | Downloaded libm v0.2.16 |
| 1198 | 2026-04-06T15:17:37.062Z | Downloaded tracing-attributes v0.1.31 |
| 1199 | 2026-04-06T15:17:37.065Z | Downloaded rand v0.9.2 |
| 1200 | 2026-04-06T15:17:37.068Z | Downloaded vsss-rs v3.3.4 |
| 1201 | 2026-04-06T15:17:37.068Z | Downloaded rand v0.10.0 |
| 1202 | 2026-04-06T15:17:37.071Z | Downloaded wyz v0.5.1 |
| 1203 | 2026-04-06T15:17:37.071Z | Downloaded whoami v1.6.1 |
| 1204 | 2026-04-06T15:17:37.071Z | Downloaded twox-hash v2.1.2 |
| 1205 | 2026-04-06T15:17:37.074Z | Downloaded unicode-properties v0.1.4 |
| 1206 | 2026-04-06T15:17:37.074Z | Downloaded russh v0.45.0 |
| 1207 | 2026-04-06T15:17:37.077Z | Downloaded walkdir v2.5.0 |
| 1208 | 2026-04-06T15:17:37.080Z | Downloaded h2 v0.4.13 |
| 1209 | 2026-04-06T15:17:37.083Z | Downloaded whoami v2.1.0 |
| 1210 | 2026-04-06T15:17:37.083Z | Downloaded num-bigint-dig v0.8.6 |
| 1211 | 2026-04-06T15:17:37.086Z | Downloaded nom v7.1.3 |
| 1212 | 2026-04-06T15:17:37.089Z | Downloaded toml v0.7.8 |
| 1213 | 2026-04-06T15:17:37.092Z | Downloaded rustls-webpki v0.103.9 |
| 1214 | 2026-04-06T15:17:37.092Z | Downloaded futures-util v0.3.32 |
| 1215 | 2026-04-06T15:17:37.098Z | Downloaded zone v0.3.1 |
| 1216 | 2026-04-06T15:17:37.102Z | Downloaded xshell v0.2.7 |
| 1217 | 2026-04-06T15:17:37.102Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1218 | 2026-04-06T15:17:37.106Z | Downloaded zstd-safe v7.2.4 |
| 1219 | 2026-04-06T15:17:37.106Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1220 | 2026-04-06T15:17:37.106Z | Downloaded tar v0.4.45 |
| 1221 | 2026-04-06T15:17:37.109Z | Downloaded p521 v0.13.3 |
| 1222 | 2026-04-06T15:17:37.109Z | Downloaded vergen v9.0.6 |
| 1223 | 2026-04-06T15:17:37.118Z | Downloaded tungstenite v0.23.0 |
| 1224 | 2026-04-06T15:17:37.121Z | Downloaded zstd v0.13.3 |
| 1225 | 2026-04-06T15:17:37.124Z | Downloaded tracing-core v0.1.36 |
| 1226 | 2026-04-06T15:17:37.127Z | Downloaded hkdf v0.12.4 |
| 1227 | 2026-04-06T15:17:37.130Z | Downloaded typify v0.4.3 |
| 1228 | 2026-04-06T15:17:37.134Z | Downloaded typify v0.6.1 |
| 1229 | 2026-04-06T15:17:37.138Z | Downloaded unicode-bidi v0.3.18 |
| 1230 | 2026-04-06T15:17:37.144Z | Downloaded zeroize v1.8.2 |
| 1231 | 2026-04-06T15:17:37.151Z | Downloaded yasna v0.5.2 |
| 1232 | 2026-04-06T15:17:37.154Z | Downloaded unsafe-libyaml v0.2.11 |
| 1233 | 2026-04-06T15:17:37.157Z | Downloaded zerocopy v0.6.6 |
| 1234 | 2026-04-06T15:17:37.171Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1235 | 2026-04-06T15:17:37.171Z | Downloaded tungstenite v0.21.0 |
| 1236 | 2026-04-06T15:17:37.178Z | Downloaded vte v0.14.1 |
| 1237 | 2026-04-06T15:17:37.179Z | Downloaded rpassword v7.4.0 |
| 1238 | 2026-04-06T15:17:37.182Z | Downloaded blake3 v1.8.3 |
| 1239 | 2026-04-06T15:17:37.191Z | Downloaded uuid v1.21.0 |
| 1240 | 2026-04-06T15:17:37.202Z | Downloaded reedline v0.40.0 |
| 1241 | 2026-04-06T15:17:37.212Z | Downloaded steno v0.4.1 |
| 1242 | 2026-04-06T15:17:37.217Z | Downloaded ssh-key v0.6.7 |
| 1243 | 2026-04-06T15:17:37.221Z | Downloaded tokio-postgres v0.7.16 |
| 1244 | 2026-04-06T15:17:37.230Z | Downloaded zopfli v0.8.3 |
| 1245 | 2026-04-06T15:17:37.239Z | Downloaded toml_edit v0.19.15 |
| 1246 | 2026-04-06T15:17:37.249Z | Downloaded reqwest v0.13.2 |
| 1247 | 2026-04-06T15:17:37.252Z | Downloaded reqwest v0.12.28 |
| 1248 | 2026-04-06T15:17:37.255Z | Downloaded regex v1.12.3 |
| 1249 | 2026-04-06T15:17:37.258Z | Downloaded rustyline v14.0.0 |
| 1250 | 2026-04-06T15:17:37.261Z | Downloaded bindgen v0.71.1 |
| 1251 | 2026-04-06T15:17:37.264Z | Downloaded aws-lc-rs v1.16.0 |
| 1252 | 2026-04-06T15:17:37.269Z | Downloaded zerocopy-derive v0.8.40 |
| 1253 | 2026-04-06T15:17:37.274Z | Downloaded zip v0.6.6 |
| 1254 | 2026-04-06T15:17:37.277Z | Downloaded p384 v0.13.1 |
| 1255 | 2026-04-06T15:17:37.280Z | Downloaded unicode_categories v0.1.1 |
| 1256 | 2026-04-06T15:17:37.280Z | Downloaded git2 v0.20.4 |
| 1257 | 2026-04-06T15:17:37.287Z | Downloaded chrono v0.4.44 |
| 1258 | 2026-04-06T15:17:37.300Z | Downloaded unicode-segmentation v1.12.0 |
| 1259 | 2026-04-06T15:17:37.303Z | Downloaded portable-atomic v1.13.1 |
| 1260 | 2026-04-06T15:17:37.307Z | Downloaded salty v0.3.0 |
| 1261 | 2026-04-06T15:17:37.310Z | Downloaded rayon v1.11.0 |
| 1262 | 2026-04-06T15:17:37.315Z | Downloaded yansi v1.0.1 |
| 1263 | 2026-04-06T15:17:37.318Z | Downloaded rustls-webpki v0.101.7 |
| 1264 | 2026-04-06T15:17:37.329Z | Downloaded tower v0.5.3 |
| 1265 | 2026-04-06T15:17:37.340Z | Downloaded petname v2.0.2 |
| 1266 | 2026-04-06T15:17:37.355Z | Downloaded goblin v0.10.5 |
| 1267 | 2026-04-06T15:17:37.368Z | Downloaded rustls-webpki v0.102.8 |
| 1268 | 2026-04-06T15:17:37.378Z | Downloaded lalrpop v0.19.12 |
| 1269 | 2026-04-06T15:17:37.385Z | Downloaded typed-path v0.9.3 |
| 1270 | 2026-04-06T15:17:37.388Z | Downloaded serde_with v3.17.0 |
| 1271 | 2026-04-06T15:17:37.394Z | Downloaded x509-cert v0.2.5 |
| 1272 | 2026-04-06T15:17:37.397Z | Downloaded moka v0.12.13 |
| 1273 | 2026-04-06T15:17:37.402Z | Downloaded zip v4.6.1 |
| 1274 | 2026-04-06T15:17:37.406Z | Downloaded tower-http v0.6.8 |
| 1275 | 2026-04-06T15:17:37.409Z | Downloaded proptest v1.10.0 |
| 1276 | 2026-04-06T15:17:37.415Z | Downloaded quick-xml v0.37.5 |
| 1277 | 2026-04-06T15:17:37.420Z | Downloaded tough v0.20.0 |
| 1278 | 2026-04-06T15:17:37.433Z | Downloaded unicode-normalization v0.1.25 |
| 1279 | 2026-04-06T15:17:37.437Z | Downloaded bstr v1.12.1 |
| 1280 | 2026-04-06T15:17:37.442Z | Downloaded tokio-util v0.7.18 |
| 1281 | 2026-04-06T15:17:37.446Z | Downloaded openssl v0.10.75 |
| 1282 | 2026-04-06T15:17:37.451Z | Downloaded polar-core v0.27.3 |
| 1283 | 2026-04-06T15:17:37.455Z | Downloaded quinn-proto v0.11.13 |
| 1284 | 2026-04-06T15:17:37.459Z | Downloaded object v0.30.4 |
| 1285 | 2026-04-06T15:17:37.464Z | Downloaded time v0.3.47 |
| 1286 | 2026-04-06T15:17:37.474Z | Downloaded radix_trie v0.2.1 |
| 1287 | 2026-04-06T15:17:37.487Z | Downloaded winnow v0.6.26 |
| 1288 | 2026-04-06T15:17:37.492Z | Downloaded nix v0.29.0 |
| 1289 | 2026-04-06T15:17:37.498Z | Downloaded nix v0.31.1 |
| 1290 | 2026-04-06T15:17:37.506Z | Downloaded nix v0.27.1 |
| 1291 | 2026-04-06T15:17:37.512Z | Downloaded winnow v0.5.40 |
| 1292 | 2026-04-06T15:17:37.517Z | Downloaded curve25519-dalek v4.1.3 |
| 1293 | 2026-04-06T15:17:37.525Z | Downloaded nix v0.28.0 |
| 1294 | 2026-04-06T15:17:37.531Z | Downloaded webpki-roots v1.0.6 |
| 1295 | 2026-04-06T15:17:37.538Z | Downloaded smoltcp v0.11.0 |
| 1296 | 2026-04-06T15:17:37.555Z | Downloaded rustls v0.21.12 |
| 1297 | 2026-04-06T15:17:37.561Z | Downloaded smoltcp v0.9.1 |
| 1298 | 2026-04-06T15:17:37.566Z | Downloaded openapiv3 v2.2.0 |
| 1299 | 2026-04-06T15:17:37.573Z | Downloaded zlib-rs v0.6.2 |
| 1300 | 2026-04-06T15:17:37.588Z | Downloaded regex-syntax v0.6.29 |
| 1301 | 2026-04-06T15:17:37.592Z | Downloaded dropshot v0.16.7 |
| 1302 | 2026-04-06T15:17:37.604Z | Downloaded vcpkg v0.2.15 |
| 1303 | 2026-04-06T15:17:37.627Z | Downloaded object v0.37.3 |
| 1304 | 2026-04-06T15:17:37.634Z | Downloaded tabled v0.20.0 |
| 1305 | 2026-04-06T15:17:37.648Z | Downloaded rustls v0.22.4 |
| 1306 | 2026-04-06T15:17:37.656Z | Downloaded zerocopy v0.8.40 |
| 1307 | 2026-04-06T15:17:37.661Z | Downloaded hickory-proto v0.24.4 |
| 1308 | 2026-04-06T15:17:37.672Z | Downloaded rustls v0.23.37 |
| 1309 | 2026-04-06T15:17:37.680Z | Downloaded regex-syntax v0.8.10 |
| 1310 | 2026-04-06T15:17:37.684Z | Downloaded hickory-proto v0.25.2 |
| 1311 | 2026-04-06T15:17:37.692Z | Downloaded sqlparser v0.61.0 |
| 1312 | 2026-04-06T15:17:37.697Z | Downloaded sled v0.34.7 |
| 1313 | 2026-04-06T15:17:37.704Z | Downloaded typify-impl v0.6.1 |
| 1314 | 2026-04-06T15:17:37.710Z | Downloaded rustix v0.38.44 |
| 1315 | 2026-04-06T15:17:37.722Z | Downloaded typify-impl v0.4.3 |
| 1316 | 2026-04-06T15:17:37.730Z | Downloaded regress v0.10.5 |
| 1317 | 2026-04-06T15:17:37.735Z | Downloaded diesel v2.3.7 |
| 1318 | 2026-04-06T15:17:37.747Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1319 | 2026-04-06T15:17:37.753Z | Downloaded zerocopy-derive v0.6.6 |
| 1320 | 2026-04-06T15:17:37.772Z | Downloaded jiff v0.2.21 |
| 1321 | 2026-04-06T15:17:37.782Z | Downloaded tracing v0.1.44 |
| 1322 | 2026-04-06T15:17:37.792Z | Downloaded regex-automata v0.4.14 |
| 1323 | 2026-04-06T15:17:37.800Z | Downloaded ratatui v0.29.0 |
| 1324 | 2026-04-06T15:17:37.811Z | Downloaded chrono-tz v0.10.4 |
| 1325 | 2026-04-06T15:17:37.845Z | Downloaded petgraph v0.6.5 |
| 1326 | 2026-04-06T15:17:37.855Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1327 | 2026-04-06T15:17:37.899Z | Downloaded petgraph v0.8.3 |
| 1328 | 2026-04-06T15:17:37.915Z | Downloaded libz-sys v1.1.24 |
| 1329 | 2026-04-06T15:17:37.925Z | Downloaded csv v1.4.0 |
| 1330 | 2026-04-06T15:17:37.937Z | Downloaded sha3 v0.10.8 |
| 1331 | 2026-04-06T15:17:37.948Z | Downloaded tokio v1.49.0 |
| 1332 | 2026-04-06T15:17:37.983Z | Downloaded encoding_rs v0.8.35 |
| 1333 | 2026-04-06T15:17:38.031Z | Downloaded ring v0.17.14 |
| 1334 | 2026-04-06T15:17:38.073Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1335 | 2026-04-06T15:17:38.606Z | Downloaded aws-lc-sys v0.37.1 |
| 1336 | 2026-04-06T15:17:38.859Z | Compiling libc v0.2.180 |
| 1337 | 2026-04-06T15:17:38.859Z | Compiling serde v1.0.228 |
| 1338 | 2026-04-06T15:17:38.862Z | Compiling find-msvc-tools v0.1.9 |
| 1339 | 2026-04-06T15:17:38.862Z | Compiling log v0.4.29 |
| 1340 | 2026-04-06T15:17:39.018Z | Compiling shlex v1.3.0 |
| 1341 | 2026-04-06T15:17:39.018Z | Compiling smallvec v1.15.1 |
| 1342 | 2026-04-06T15:17:39.027Z | Compiling syn v2.0.117 |
| 1343 | 2026-04-06T15:17:39.039Z | Compiling typenum v1.19.0 |
| 1344 | 2026-04-06T15:17:39.191Z | Compiling generic-array v0.14.7 |
| 1345 | 2026-04-06T15:17:39.204Z | Compiling subtle v2.6.1 |
| 1346 | 2026-04-06T15:17:39.229Z | Compiling scopeguard v1.2.0 |
| 1347 | 2026-04-06T15:17:39.246Z | Compiling const-oid v0.9.6 |
| 1348 | 2026-04-06T15:17:39.311Z | Compiling lock_api v0.4.14 |
| 1349 | 2026-04-06T15:17:39.340Z | Compiling portable-atomic v1.13.1 |
| 1350 | 2026-04-06T15:17:39.368Z | Compiling zerocopy v0.8.40 |
| 1351 | 2026-04-06T15:17:39.471Z | Compiling critical-section v1.2.0 |
| 1352 | 2026-04-06T15:17:39.541Z | Compiling serde_json v1.0.149 |
| 1353 | 2026-04-06T15:17:39.569Z | Compiling pin-project-lite v0.2.17 |
| 1354 | 2026-04-06T15:17:39.663Z | Compiling parking_lot_core v0.9.12 |
| 1355 | 2026-04-06T15:17:39.805Z | Compiling getrandom v0.2.17 |
| 1356 | 2026-04-06T15:17:39.834Z | Compiling jobserver v0.1.34 |
| 1357 | 2026-04-06T15:17:39.873Z | Compiling errno v0.3.14 |
| 1358 | 2026-04-06T15:17:39.965Z | Compiling rand_core v0.6.4 |
| 1359 | 2026-04-06T15:17:40.015Z | Compiling pkg-config v0.3.32 |
| 1360 | 2026-04-06T15:17:40.040Z | Compiling cc v1.2.56 |
| 1361 | 2026-04-06T15:17:40.197Z | Compiling signal-hook-registry v1.4.8 |
| 1362 | 2026-04-06T15:17:40.225Z | Compiling bitflags v2.11.0 |
| 1363 | 2026-04-06T15:17:40.298Z | Compiling once_cell v1.21.3 |
| 1364 | 2026-04-06T15:17:40.369Z | Compiling libm v0.2.16 |
| 1365 | 2026-04-06T15:17:40.449Z | Compiling parking_lot v0.12.5 |
| 1366 | 2026-04-06T15:17:40.463Z | Compiling mio v1.1.1 |
| 1367 | 2026-04-06T15:17:40.502Z | Compiling num-traits v0.2.19 |
| 1368 | 2026-04-06T15:17:40.544Z | Compiling futures-core v0.3.32 |
| 1369 | 2026-04-06T15:17:40.707Z | Compiling percent-encoding v2.3.2 |
| 1370 | 2026-04-06T15:17:40.807Z | Compiling socket2 v0.6.2 |
| 1371 | 2026-04-06T15:17:40.834Z | Compiling allocator-api2 v0.2.21 |
| 1372 | 2026-04-06T15:17:40.848Z | Compiling futures-sink v0.3.32 |
| 1373 | 2026-04-06T15:17:40.888Z | Compiling foldhash v0.2.0 |
| 1374 | 2026-04-06T15:17:40.901Z | Compiling cpufeatures v0.2.17 |
| 1375 | 2026-04-06T15:17:40.948Z | Compiling futures-channel v0.3.32 |
| 1376 | 2026-04-06T15:17:40.972Z | Compiling futures-io v0.3.32 |
| 1377 | 2026-04-06T15:17:41.097Z | Compiling getrandom v0.4.1 |
| 1378 | 2026-04-06T15:17:41.124Z | Compiling hashbrown v0.16.1 |
| 1379 | 2026-04-06T15:17:41.150Z | Compiling slab v0.4.12 |
| 1380 | 2026-04-06T15:17:41.165Z | Compiling futures-task v0.3.32 |
| 1381 | 2026-04-06T15:17:41.195Z | Compiling rand_core v0.10.0 |
| 1382 | 2026-04-06T15:17:41.321Z | Compiling rustversion v1.0.22 |
| 1383 | 2026-04-06T15:17:41.335Z | Compiling getrandom v0.3.4 |
| 1384 | 2026-04-06T15:17:41.355Z | Compiling form_urlencoded v1.2.2 |
| 1385 | 2026-04-06T15:17:41.558Z | Compiling cmake v0.1.57 |
| 1386 | 2026-04-06T15:17:41.694Z | Compiling indexmap v2.13.0 |
| 1387 | 2026-04-06T15:17:41.707Z | Compiling synstructure v0.13.2 |
| 1388 | 2026-04-06T15:17:41.755Z | Compiling ident_case v1.0.1 |
| 1389 | 2026-04-06T15:17:41.891Z | Compiling dunce v1.0.5 |
| 1390 | 2026-04-06T15:17:41.948Z | Compiling fs_extra v1.3.0 |
| 1391 | 2026-04-06T15:17:41.986Z | Compiling base64ct v1.8.3 |
| 1392 | 2026-04-06T15:17:42.010Z | Compiling flagset v0.4.7 |
| 1393 | 2026-04-06T15:17:42.138Z | Compiling iana-time-zone v0.1.65 |
| 1394 | 2026-04-06T15:17:42.295Z | Compiling aws-lc-sys v0.37.1 |
| 1395 | 2026-04-06T15:17:42.295Z | Compiling pem-rfc7468 v0.7.0 |
| 1396 | 2026-04-06T15:17:42.341Z | Compiling rand_core v0.9.5 |
| 1397 | 2026-04-06T15:17:42.368Z | Compiling rustix v1.1.3 |
| 1398 | 2026-04-06T15:17:42.375Z | Compiling uuid v1.21.0 |
| 1399 | 2026-04-06T15:17:42.395Z | Compiling ring v0.17.14 |
| 1400 | 2026-04-06T15:17:42.395Z | Compiling rustc_version v0.4.1 |
| 1401 | 2026-04-06T15:17:42.594Z | Compiling aws-lc-rs v1.16.0 |
| 1402 | 2026-04-06T15:17:42.607Z | Compiling regex-syntax v0.8.10 |
| 1403 | 2026-04-06T15:17:42.724Z | Compiling vcpkg v0.2.15 |
| 1404 | 2026-04-06T15:17:42.874Z | Compiling tracing-core v0.1.36 |
| 1405 | 2026-04-06T15:17:43.066Z | Compiling pest_generator v2.8.6 |
| 1406 | 2026-04-06T15:17:43.425Z | Compiling serde_derive_internals v0.29.1 |
| 1407 | 2026-04-06T15:17:43.466Z | Compiling openssl-sys v0.9.111 |
| 1408 | 2026-04-06T15:17:43.526Z | Compiling serde_derive v1.0.228 |
| 1409 | 2026-04-06T15:17:43.793Z | Compiling zeroize_derive v1.4.3 |
| 1410 | 2026-04-06T15:17:43.984Z | Compiling zerofrom-derive v0.1.6 |
| 1411 | 2026-04-06T15:17:44.089Z | Compiling yoke-derive v0.8.1 |
| 1412 | 2026-04-06T15:17:44.329Z | Compiling zerocopy-derive v0.8.40 |
| 1413 | 2026-04-06T15:17:44.441Z | Compiling zeroize v1.8.2 |
| 1414 | 2026-04-06T15:17:44.955Z | Compiling zerovec-derive v0.11.2 |
| 1415 | 2026-04-06T15:17:45.200Z | Compiling crypto-common v0.1.7 |
| 1416 | 2026-04-06T15:17:45.271Z | Compiling block-buffer v0.10.4 |
| 1417 | 2026-04-06T15:17:45.347Z | Compiling displaydoc v0.2.5 |
| 1418 | 2026-04-06T15:17:45.387Z | Compiling zerofrom v0.1.6 |
| 1419 | 2026-04-06T15:17:45.437Z | Compiling digest v0.10.7 |
| 1420 | 2026-04-06T15:17:45.511Z | Compiling yoke v0.8.1 |
| 1421 | 2026-04-06T15:17:45.677Z | Compiling tokio-macros v2.6.0 |
| 1422 | 2026-04-06T15:17:45.690Z | Compiling hmac v0.12.1 |
| 1423 | 2026-04-06T15:17:45.837Z | Compiling futures-macro v0.3.32 |
| 1424 | 2026-04-06T15:17:46.050Z | Compiling zerovec v0.11.5 |
| 1425 | 2026-04-06T15:17:46.064Z | Compiling zerotrie v0.2.3 |
| 1426 | 2026-04-06T15:17:46.349Z | Compiling block-padding v0.3.3 |
| 1427 | 2026-04-06T15:17:46.381Z | Compiling sha2 v0.10.9 |
| 1428 | 2026-04-06T15:17:46.499Z | Compiling tinystr v0.8.2 |
| 1429 | 2026-04-06T15:17:46.544Z | Compiling potential_utf v0.1.4 |
| 1430 | 2026-04-06T15:17:46.617Z | Compiling futures-util v0.3.32 |
| 1431 | 2026-04-06T15:17:46.695Z | Compiling icu_locale_core v2.1.1 |
| 1432 | 2026-04-06T15:17:46.696Z | Compiling icu_collections v2.1.1 |
| 1433 | 2026-04-06T15:17:46.940Z | Compiling bytes v1.11.1 |
| 1434 | 2026-04-06T15:17:47.025Z | Compiling inout v0.1.4 |
| 1435 | 2026-04-06T15:17:47.225Z | Compiling cipher v0.4.4 |
| 1436 | 2026-04-06T15:17:47.257Z | Compiling der_derive v0.7.3 |
| 1437 | 2026-04-06T15:17:47.489Z | Compiling tokio v1.49.0 |
| 1438 | 2026-04-06T15:17:47.544Z | Compiling icu_provider v2.1.1 |
| 1439 | 2026-04-06T15:17:47.606Z | Compiling http v1.4.0 |
| 1440 | 2026-04-06T15:17:47.810Z | Compiling icu_normalizer v2.1.1 |
| 1441 | 2026-04-06T15:17:47.832Z | Compiling icu_properties v2.1.2 |
| 1442 | 2026-04-06T15:17:48.215Z | Compiling der v0.7.10 |
| 1443 | 2026-04-06T15:17:48.347Z | Compiling salsa20 v0.10.2 |
| 1444 | 2026-04-06T15:17:48.485Z | Compiling chrono v0.4.44 |
| 1445 | 2026-04-06T15:17:48.502Z | Compiling pbkdf2 v0.12.2 |
| 1446 | 2026-04-06T15:17:48.615Z | Compiling ppv-lite86 v0.2.21 |
| 1447 | 2026-04-06T15:17:48.721Z | Compiling idna_adapter v1.2.1 |
| 1448 | 2026-04-06T15:17:48.859Z | Compiling idna v1.1.0 |
| 1449 | 2026-04-06T15:17:48.902Z | Compiling thiserror-impl v2.0.18 |
| 1450 | 2026-04-06T15:17:48.916Z | Compiling rand_chacha v0.9.0 |
| 1451 | 2026-04-06T15:17:48.932Z | Compiling scrypt v0.11.0 |
| 1452 | 2026-04-06T15:17:49.175Z | Compiling url v2.5.8 |
| 1453 | 2026-04-06T15:17:49.379Z | Compiling spki v0.7.3 |
| 1454 | 2026-04-06T15:17:49.483Z | Compiling aes v0.8.4 |
| 1455 | 2026-04-06T15:17:49.580Z | Compiling cbc v0.1.2 |
| 1456 | 2026-04-06T15:17:49.598Z | Compiling rustls-pki-types v1.14.0 |
| 1457 | 2026-04-06T15:17:49.725Z | Compiling tracing-attributes v0.1.31 |
| 1458 | 2026-04-06T15:17:49.813Z | Compiling rand v0.9.2 |
| 1459 | 2026-04-06T15:17:49.948Z | Compiling pkcs5 v0.7.1 |
| 1460 | 2026-04-06T15:17:50.029Z | Compiling http-body v1.0.1 |
| 1461 | 2026-04-06T15:17:50.193Z | Compiling thiserror v2.0.18 |
| 1462 | 2026-04-06T15:17:50.240Z | Compiling schemars v0.8.22 |
| 1463 | 2026-04-06T15:17:50.297Z | Compiling untrusted v0.7.1 |
| 1464 | 2026-04-06T15:17:50.408Z | Compiling httparse v1.10.1 |
| 1465 | 2026-04-06T15:17:50.422Z | Compiling base64 v0.22.1 |
| 1466 | 2026-04-06T15:17:50.435Z | Compiling untrusted v0.9.0 |
| 1467 | 2026-04-06T15:17:50.512Z | Compiling openssl-probe v0.2.1 |
| 1468 | 2026-04-06T15:17:50.600Z | Compiling pkcs8 v0.10.2 |
| 1469 | 2026-04-06T15:17:50.683Z | Compiling schemars_derive v0.8.22 |
| 1470 | 2026-04-06T15:17:50.726Z | Compiling pest_derive v2.8.6 |
| 1471 | 2026-04-06T15:17:50.782Z | Compiling scroll_derive v0.13.1 |
| 1472 | 2026-04-06T15:17:50.896Z | Compiling darling_core v0.20.11 |
| 1473 | 2026-04-06T15:17:50.996Z | Compiling tracing v0.1.44 |
| 1474 | 2026-04-06T15:17:51.136Z | Compiling tokio-util v0.7.18 |
| 1475 | 2026-04-06T15:17:51.256Z | Compiling rustls v0.23.37 |
| 1476 | 2026-04-06T15:17:51.426Z | Compiling tower-layer v0.3.3 |
| 1477 | 2026-04-06T15:17:51.561Z | Compiling dyn-clone v1.0.20 |
| 1478 | 2026-04-06T15:17:51.587Z | Compiling try-lock v0.2.5 |
| 1479 | 2026-04-06T15:17:51.690Z | Compiling tower-service v0.3.3 |
| 1480 | 2026-04-06T15:17:51.693Z | Compiling atomic-waker v1.1.2 |
| 1481 | 2026-04-06T15:17:51.787Z | Compiling tinyvec_macros v0.1.1 |
| 1482 | 2026-04-06T15:17:51.828Z | Compiling h2 v0.4.13 |
| 1483 | 2026-04-06T15:17:51.854Z | Compiling tinyvec v1.10.0 |
| 1484 | 2026-04-06T15:17:52.141Z | Compiling want v0.3.1 |
| 1485 | 2026-04-06T15:17:52.210Z | Compiling scroll v0.13.0 |
| 1486 | 2026-04-06T15:17:52.354Z | Compiling ipnet v2.11.0 |
| 1487 | 2026-04-06T15:17:52.479Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1488 | 2026-04-06T15:17:52.603Z | Compiling spin v0.9.8 |
| 1489 | 2026-04-06T15:17:52.809Z | Compiling aho-corasick v1.1.4 |
| 1490 | 2026-04-06T15:17:52.850Z | Compiling pin-utils v0.1.0 |
| 1491 | 2026-04-06T15:17:52.864Z | Compiling httpdate v1.0.3 |
| 1492 | 2026-04-06T15:17:52.924Z | Compiling crc32fast v1.5.0 |
| 1493 | 2026-04-06T15:17:53.051Z | Compiling powerfmt v0.2.0 |
| 1494 | 2026-04-06T15:17:53.085Z | Compiling openssl v0.10.75 |
| 1495 | 2026-04-06T15:17:53.179Z | Compiling darling_macro v0.20.11 |
| 1496 | 2026-04-06T15:17:53.193Z | Compiling foreign-types-shared v0.1.1 |
| 1497 | 2026-04-06T15:17:53.205Z | Compiling time-core v0.1.8 |
| 1498 | 2026-04-06T15:17:53.248Z | Compiling num-conv v0.2.0 |
| 1499 | 2026-04-06T15:17:53.275Z | Compiling foreign-types v0.3.2 |
| 1500 | 2026-04-06T15:17:53.344Z | Compiling deranged v0.5.8 |
| 1501 | 2026-04-06T15:17:53.358Z | Compiling tempfile v3.25.0 |
| 1502 | 2026-04-06T15:17:53.383Z | Compiling time-macros v0.2.27 |
| 1503 | 2026-04-06T15:17:53.633Z | Compiling darling v0.20.11 |
| 1504 | 2026-04-06T15:17:53.715Z | Compiling regex-automata v0.4.14 |
| 1505 | 2026-04-06T15:17:53.730Z | Compiling goblin v0.10.5 |
| 1506 | 2026-04-06T15:17:54.408Z | Compiling openssl-macros v0.1.1 |
| 1507 | 2026-04-06T15:17:54.466Z | Compiling wait-timeout v0.2.1 |
| 1508 | 2026-04-06T15:17:54.730Z | Compiling crossbeam-utils v0.8.21 |
| 1509 | 2026-04-06T15:17:54.789Z | Compiling hyper v1.8.1 |
| 1510 | 2026-04-06T15:17:54.803Z | Compiling quick-error v1.2.3 |
| 1511 | 2026-04-06T15:17:54.906Z | Compiling siphasher v1.0.2 |
| 1512 | 2026-04-06T15:17:55.008Z | Compiling syn v1.0.109 |
| 1513 | 2026-04-06T15:17:55.093Z | Compiling num_threads v0.1.7 |
| 1514 | 2026-04-06T15:17:55.189Z | Compiling native-tls v0.2.18 |
| 1515 | 2026-04-06T15:17:55.302Z | Compiling bit-vec v0.8.0 |
| 1516 | 2026-04-06T15:17:55.389Z | Compiling usdt-impl v0.6.0 |
| 1517 | 2026-04-06T15:17:55.530Z | Compiling simd-adler32 v0.3.8 |
| 1518 | 2026-04-06T15:17:55.612Z | Compiling bit-set v0.8.0 |
| 1519 | 2026-04-06T15:17:55.776Z | Compiling time v0.3.47 |
| 1520 | 2026-04-06T15:17:55.806Z | Compiling hyper-util v0.1.20 |
| 1521 | 2026-04-06T15:17:55.820Z | Compiling rusty-fork v0.3.1 |
| 1522 | 2026-04-06T15:17:56.305Z | Compiling derive_builder_core v0.20.2 |
| 1523 | 2026-04-06T15:17:57.158Z | Compiling dof v0.4.0 |
| 1524 | 2026-04-06T15:17:57.541Z | Compiling unicode-normalization v0.1.25 |
| 1525 | 2026-04-06T15:17:57.576Z | Compiling dtrace-parser v0.3.0 |
| 1526 | 2026-04-06T15:17:57.742Z | Compiling rustls-native-certs v0.8.3 |
| 1527 | 2026-04-06T15:17:57.872Z | Compiling signature v2.2.0 |
| 1528 | 2026-04-06T15:17:57.986Z | Compiling thiserror-impl v1.0.69 |
| 1529 | 2026-04-06T15:17:58.027Z | Compiling scroll_derive v0.12.1 |
| 1530 | 2026-04-06T15:17:58.047Z | Compiling heapless v0.7.17 |
| 1531 | 2026-04-06T15:17:58.282Z | Compiling rand_xorshift v0.4.0 |
| 1532 | 2026-04-06T15:17:58.307Z | Compiling slog v2.8.2 |
| 1533 | 2026-04-06T15:17:58.363Z | Compiling darling_core v0.21.3 |
| 1534 | 2026-04-06T15:17:58.442Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1535 | 2026-04-06T15:17:58.486Z | Compiling sync_wrapper v1.0.2 |
| 1536 | 2026-04-06T15:17:58.592Z | Compiling thread-id v5.1.0 |
| 1537 | 2026-04-06T15:17:58.674Z | Compiling cookie v0.18.1 |
| 1538 | 2026-04-06T15:17:58.677Z | Compiling signal-hook v0.3.18 |
| 1539 | 2026-04-06T15:17:58.710Z | Compiling unicode-bidi v0.3.18 |
| 1540 | 2026-04-06T15:17:58.849Z | Compiling unarray v0.1.4 |
| 1541 | 2026-04-06T15:17:58.853Z | Compiling anyhow v1.0.102 |
| 1542 | 2026-04-06T15:17:58.959Z | Compiling zstd-safe v7.2.4 |
| 1543 | 2026-04-06T15:17:59.033Z | Compiling paste v1.0.15 |
| 1544 | 2026-04-06T15:17:59.145Z | Compiling unicode-properties v0.1.4 |
| 1545 | 2026-04-06T15:17:59.159Z | Compiling adler2 v2.0.1 |
| 1546 | 2026-04-06T15:17:59.218Z | Compiling thiserror v1.0.69 |
| 1547 | 2026-04-06T15:17:59.280Z | Compiling miniz_oxide v0.8.9 |
| 1548 | 2026-04-06T15:17:59.317Z | Compiling stringprep v0.1.5 |
| 1549 | 2026-04-06T15:17:59.336Z | Compiling proptest v1.10.0 |
| 1550 | 2026-04-06T15:17:59.430Z | Compiling scroll v0.12.0 |
| 1551 | 2026-04-06T15:17:59.743Z | Compiling tower v0.5.3 |
| 1552 | 2026-04-06T15:18:00.025Z | Compiling derive_builder_macro v0.20.2 |
| 1553 | 2026-04-06T15:18:00.207Z | Compiling ipnetwork v0.21.1 |
| 1554 | 2026-04-06T15:18:00.242Z | Compiling http-body-util v0.1.3 |
| 1555 | 2026-04-06T15:18:00.472Z | Compiling webpki-roots v1.0.6 |
| 1556 | 2026-04-06T15:18:00.485Z | Compiling rand_chacha v0.3.1 |
| 1557 | 2026-04-06T15:18:00.588Z | Compiling erased-serde v0.3.31 |
| 1558 | 2026-04-06T15:18:00.588Z | Compiling serde_spanned v0.6.9 |
| 1559 | 2026-04-06T15:18:00.670Z | Compiling toml_datetime v0.6.11 |
| 1560 | 2026-04-06T15:18:00.726Z | Compiling serde_tokenstream v0.2.3 |
| 1561 | 2026-04-06T15:18:00.805Z | Compiling darling_macro v0.21.3 |
| 1562 | 2026-04-06T15:18:00.919Z | Compiling md-5 v0.10.6 |
| 1563 | 2026-04-06T15:18:01.026Z | Compiling zerocopy-derive v0.7.35 |
| 1564 | 2026-04-06T15:18:01.066Z | Compiling curve25519-dalek v4.1.3 |
| 1565 | 2026-04-06T15:18:01.082Z | Compiling vergen-lib v0.1.6 |
| 1566 | 2026-04-06T15:18:01.262Z | Compiling num-integer v0.1.46 |
| 1567 | 2026-04-06T15:18:01.275Z | Compiling hash32 v0.2.1 |
| 1568 | 2026-04-06T15:18:01.278Z | Compiling ff v0.13.1 |
| 1569 | 2026-04-06T15:18:01.396Z | Compiling memoffset v0.9.1 |
| 1570 | 2026-04-06T15:18:01.418Z | Compiling cfg_aliases v0.2.1 |
| 1571 | 2026-04-06T15:18:01.461Z | Compiling iri-string v0.7.10 |
| 1572 | 2026-04-06T15:18:01.491Z | Compiling fallible-iterator v0.2.0 |
| 1573 | 2026-04-06T15:18:01.578Z | Compiling num-bigint-dig v0.8.6 |
| 1574 | 2026-04-06T15:18:01.593Z | Compiling smoltcp v0.9.1 |
| 1575 | 2026-04-06T15:18:01.762Z | Compiling ref-cast v1.0.25 |
| 1576 | 2026-04-06T15:18:01.801Z | Compiling litrs v1.0.0 |
| 1577 | 2026-04-06T15:18:01.888Z | Compiling base16ct v0.2.0 |
| 1578 | 2026-04-06T15:18:01.914Z | Compiling ryu v1.0.23 |
| 1579 | 2026-04-06T15:18:02.059Z | Compiling rustix v0.38.44 |
| 1580 | 2026-04-06T15:18:02.060Z | Compiling psl-types v2.0.11 |
| 1581 | 2026-04-06T15:18:02.093Z | Compiling zlib-rs v0.6.2 |
| 1582 | 2026-04-06T15:18:02.265Z | Compiling publicsuffix v2.3.0 |
| 1583 | 2026-04-06T15:18:02.354Z | Compiling document-features v0.2.12 |
| 1584 | 2026-04-06T15:18:02.485Z | Compiling serde_urlencoded v0.7.1 |
| 1585 | 2026-04-06T15:18:02.541Z | Compiling sec1 v0.7.3 |
| 1586 | 2026-04-06T15:18:02.728Z | Compiling tower-http v0.6.8 |
| 1587 | 2026-04-06T15:18:02.837Z | Compiling zerocopy v0.7.35 |
| 1588 | 2026-04-06T15:18:02.951Z | Compiling postgres-protocol v0.6.10 |
| 1589 | 2026-04-06T15:18:03.100Z | Compiling newtype-uuid v1.3.2 |
| 1590 | 2026-04-06T15:18:03.126Z | Compiling nix v0.31.1 |
| 1591 | 2026-04-06T15:18:03.383Z | Compiling num-iter v0.1.45 |
| 1592 | 2026-04-06T15:18:03.485Z | Compiling group v0.13.0 |
| 1593 | 2026-04-06T15:18:03.513Z | Compiling darling v0.21.3 |
| 1594 | 2026-04-06T15:18:03.592Z | Compiling rand v0.8.5 |
| 1595 | 2026-04-06T15:18:03.657Z | Compiling derive_builder v0.20.2 |
| 1596 | 2026-04-06T15:18:03.785Z | Compiling oxnet v0.1.4 |
| 1597 | 2026-04-06T15:18:03.967Z | Compiling tokio-native-tls v0.3.1 |
| 1598 | 2026-04-06T15:18:03.970Z | Compiling hubpack_derive v0.1.1 |
| 1599 | 2026-04-06T15:18:04.136Z | Compiling goblin v0.8.2 |
| 1600 | 2026-04-06T15:18:04.505Z | Compiling regex v1.12.3 |
| 1601 | 2026-04-06T15:18:04.694Z | Compiling phf_shared v0.13.1 |
| 1602 | 2026-04-06T15:18:04.714Z | Compiling lazy_static v1.5.0 |
| 1603 | 2026-04-06T15:18:04.807Z | Compiling cargo-platform v0.1.9 |
| 1604 | 2026-04-06T15:18:04.906Z | Compiling hkdf v0.12.4 |
| 1605 | 2026-04-06T15:18:04.919Z | Compiling flate2 v1.1.9 |
| 1606 | 2026-04-06T15:18:04.931Z | Compiling crypto-bigint v0.5.5 |
| 1607 | 2026-04-06T15:18:05.066Z | Compiling terminal_size v0.4.3 |
| 1608 | 2026-04-06T15:18:05.067Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1609 | 2026-04-06T15:18:05.203Z | Compiling ref-cast-impl v1.0.25 |
| 1610 | 2026-04-06T15:18:05.296Z | Compiling async-trait v0.1.89 |
| 1611 | 2026-04-06T15:18:05.311Z | Compiling daft-derive v0.1.5 |
| 1612 | 2026-04-06T15:18:05.707Z | Compiling strum_macros v0.27.2 |
| 1613 | 2026-04-06T15:18:05.740Z | Compiling vergen v9.0.6 |
| 1614 | 2026-04-06T15:18:05.918Z | Compiling fs-err v3.3.0 |
| 1615 | 2026-04-06T15:18:06.002Z | Compiling ahash v0.8.12 |
| 1616 | 2026-04-06T15:18:06.103Z | Compiling object v0.37.3 |
| 1617 | 2026-04-06T15:18:06.204Z | Compiling winnow v0.5.40 |
| 1618 | 2026-04-06T15:18:06.284Z | Compiling libbz2-rs-sys v0.2.2 |
| 1619 | 2026-04-06T15:18:06.369Z | Compiling managed v0.8.0 |
| 1620 | 2026-04-06T15:18:06.595Z | Compiling unicode-segmentation v1.12.0 |
| 1621 | 2026-04-06T15:18:06.953Z | Compiling bumpalo v3.20.2 |
| 1622 | 2026-04-06T15:18:06.978Z | Compiling bitflags v1.3.2 |
| 1623 | 2026-04-06T15:18:06.996Z | Compiling foldhash v0.1.5 |
| 1624 | 2026-04-06T15:18:07.174Z | Compiling zopfli v0.8.3 |
| 1625 | 2026-04-06T15:18:07.249Z | Compiling hashbrown v0.15.5 |
| 1626 | 2026-04-06T15:18:07.565Z | Compiling toml_edit v0.19.15 |
| 1627 | 2026-04-06T15:18:07.651Z | Compiling strum v0.27.2 |
| 1628 | 2026-04-06T15:18:07.667Z | Compiling clap_builder v4.5.60 |
| 1629 | 2026-04-06T15:18:07.780Z | Compiling bzip2 v0.6.1 |
| 1630 | 2026-04-06T15:18:07.848Z | Compiling dof v0.3.0 |
| 1631 | 2026-04-06T15:18:07.909Z | Compiling daft v0.1.5 |
| 1632 | 2026-04-06T15:18:07.993Z | Compiling elliptic-curve v0.13.8 |
| 1633 | 2026-04-06T15:18:08.180Z | Compiling cargo_metadata v0.19.2 |
| 1634 | 2026-04-06T15:18:08.383Z | Compiling phf v0.13.1 |
| 1635 | 2026-04-06T15:18:08.557Z | Compiling signal-hook-mio v0.2.5 |
| 1636 | 2026-04-06T15:18:08.669Z | Compiling cookie_store v0.22.1 |
| 1637 | 2026-04-06T15:18:09.302Z | Compiling hubpack v0.1.2 |
| 1638 | 2026-04-06T15:18:09.519Z | Compiling zstd v0.13.3 |
| 1639 | 2026-04-06T15:18:09.781Z | Compiling hyper-tls v0.6.0 |
| 1640 | 2026-04-06T15:18:09.842Z | Compiling bzip2 v0.4.4 |
| 1641 | 2026-04-06T15:18:10.007Z | Compiling serde_with_macros v3.17.0 |
| 1642 | 2026-04-06T15:18:10.067Z | Compiling postgres-types v0.2.12 |
| 1643 | 2026-04-06T15:18:10.254Z | Compiling usdt-attr-macro v0.6.0 |
| 1644 | 2026-04-06T15:18:10.606Z | Compiling usdt-macro v0.6.0 |
| 1645 | 2026-04-06T15:18:10.609Z | Compiling dtrace-parser v0.2.0 |
| 1646 | 2026-04-06T15:18:11.035Z | Compiling ed25519 v2.2.3 |
| 1647 | 2026-04-06T15:18:11.049Z | Compiling bstr v1.12.1 |
| 1648 | 2026-04-06T15:18:11.117Z | Compiling phf_shared v0.11.3 |
| 1649 | 2026-04-06T15:18:11.289Z | Compiling pkcs1 v0.7.5 |
| 1650 | 2026-04-06T15:18:11.303Z | Compiling hex v0.4.3 |
| 1651 | 2026-04-06T15:18:11.330Z | Compiling serde-big-array v0.5.1 |
| 1652 | 2026-04-06T15:18:11.356Z | Compiling rfc6979 v0.4.0 |
| 1653 | 2026-04-06T15:18:11.470Z | Compiling strum_macros v0.26.4 |
| 1654 | 2026-04-06T15:18:11.484Z | Compiling serde_repr v0.1.20 |
| 1655 | 2026-04-06T15:18:11.562Z | Compiling enum-as-inner v0.6.1 |
| 1656 | 2026-04-06T15:18:11.678Z | Compiling clap_derive v4.5.55 |
| 1657 | 2026-04-06T15:18:11.698Z | Compiling float-cmp v0.10.0 |
| 1658 | 2026-04-06T15:18:11.843Z | Compiling thread-id v4.2.2 |
| 1659 | 2026-04-06T15:18:11.919Z | Compiling memmap2 v0.9.10 |
| 1660 | 2026-04-06T15:18:11.933Z | Compiling env_filter v1.0.0 |
| 1661 | 2026-04-06T15:18:12.008Z | Compiling encoding_rs v0.8.35 |
| 1662 | 2026-04-06T15:18:12.057Z | Compiling predicates-core v1.0.10 |
| 1663 | 2026-04-06T15:18:12.124Z | Compiling precomputed-hash v0.1.1 |
| 1664 | 2026-04-06T15:18:12.234Z | Compiling static_assertions v1.1.0 |
| 1665 | 2026-04-06T15:18:12.258Z | Compiling keccak v0.1.6 |
| 1666 | 2026-04-06T15:18:12.273Z | Compiling mime v0.3.17 |
| 1667 | 2026-04-06T15:18:12.306Z | Compiling new_debug_unreachable v1.0.6 |
| 1668 | 2026-04-06T15:18:12.381Z | Compiling normalize-line-endings v0.3.0 |
| 1669 | 2026-04-06T15:18:12.480Z | Compiling fixedbitset v0.5.7 |
| 1670 | 2026-04-06T15:18:12.528Z | Compiling jiff v0.2.21 |
| 1671 | 2026-04-06T15:18:12.787Z | Compiling whoami v2.1.0 |
| 1672 | 2026-04-06T15:18:13.075Z | Compiling difflib v0.4.0 |
| 1673 | 2026-04-06T15:18:13.169Z | Compiling either v1.15.0 |
| 1674 | 2026-04-06T15:18:13.253Z | Compiling fixedbitset v0.4.2 |
| 1675 | 2026-04-06T15:18:13.383Z | Compiling rustc-hash v2.1.1 |
| 1676 | 2026-04-06T15:18:13.444Z | Compiling data-encoding v2.10.0 |
| 1677 | 2026-04-06T15:18:13.475Z | Compiling iddqd v0.3.17 |
| 1678 | 2026-04-06T15:18:13.507Z | Compiling clap v4.5.60 |
| 1679 | 2026-04-06T15:18:13.569Z | Compiling petgraph v0.6.5 |
| 1680 | 2026-04-06T15:18:13.590Z | Compiling toml_edit v0.22.27 |
| 1681 | 2026-04-06T15:18:13.641Z | Compiling itertools v0.13.0 |
| 1682 | 2026-04-06T15:18:14.124Z | Compiling hickory-proto v0.25.2 |
| 1683 | 2026-04-06T15:18:14.157Z | Compiling predicates v3.1.4 |
| 1684 | 2026-04-06T15:18:14.580Z | Compiling strum v0.26.3 |
| 1685 | 2026-04-06T15:18:14.712Z | Compiling tokio-postgres v0.7.16 |
| 1686 | 2026-04-06T15:18:14.801Z | Compiling petgraph v0.8.3 |
| 1687 | 2026-04-06T15:18:14.842Z | Compiling sha3 v0.10.8 |
| 1688 | 2026-04-06T15:18:15.022Z | Compiling string_cache v0.8.9 |
| 1689 | 2026-04-06T15:18:15.253Z | Compiling zip v4.6.1 |
| 1690 | 2026-04-06T15:18:15.302Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1691 | 2026-04-06T15:18:16.201Z | Compiling env_logger v0.11.9 |
| 1692 | 2026-04-06T15:18:16.259Z | Compiling usdt v0.6.0 |
| 1693 | 2026-04-06T15:18:16.521Z | Compiling usdt-impl v0.5.0 |
| 1694 | 2026-04-06T15:18:16.555Z | Compiling serde_with v3.17.0 |
| 1695 | 2026-04-06T15:18:16.679Z | Compiling rsa v0.9.10 |
| 1696 | 2026-04-06T15:18:16.708Z | Compiling similar v2.7.0 |
| 1697 | 2026-04-06T15:18:16.874Z | Compiling ecdsa v0.16.9 |
| 1698 | 2026-04-06T15:18:17.093Z | Compiling ed25519-dalek v2.2.0 |
| 1699 | 2026-04-06T15:18:17.275Z | Compiling crossterm v0.28.1 |
| 1700 | 2026-04-06T15:18:17.784Z | Compiling zip v0.6.6 |
| 1701 | 2026-04-06T15:18:18.279Z | Compiling toml v0.7.8 |
| 1702 | 2026-04-06T15:18:18.674Z | Compiling heck v0.4.1 |
| 1703 | 2026-04-06T15:18:18.772Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1704 | 2026-04-06T15:18:18.784Z | Compiling crossbeam-epoch v0.9.18 |
| 1705 | 2026-04-06T15:18:18.881Z | Compiling tokio-stream v0.1.18 |
| 1706 | 2026-04-06T15:18:18.899Z | Compiling buf-list v1.1.2 |
| 1707 | 2026-04-06T15:18:19.010Z | Compiling x509-cert v0.2.5 |
| 1708 | 2026-04-06T15:18:19.104Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1709 | 2026-04-06T15:18:19.169Z | Compiling openapiv3 v2.2.0 |
| 1710 | 2026-04-06T15:18:19.330Z | Compiling sha1 v0.10.6 |
| 1711 | 2026-04-06T15:18:19.386Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1712 | 2026-04-06T15:18:19.403Z | Compiling lalrpop-util v0.19.12 |
| 1713 | 2026-04-06T15:18:19.550Z | Compiling peg-runtime v0.8.5 |
| 1714 | 2026-04-06T15:18:19.593Z | Compiling thread_local v1.1.9 |
| 1715 | 2026-04-06T15:18:19.680Z | Compiling slog-async v2.8.0 |
| 1716 | 2026-04-06T15:18:19.828Z | Compiling crossbeam-channel v0.5.15 |
| 1717 | 2026-04-06T15:18:19.842Z | Compiling futures-executor v0.3.32 |
| 1718 | 2026-04-06T15:18:19.989Z | Compiling is-terminal v0.4.17 |
| 1719 | 2026-04-06T15:18:20.004Z | Compiling filetime v0.2.27 |
| 1720 | 2026-04-06T15:18:20.086Z | Compiling take_mut v0.2.2 |
| 1721 | 2026-04-06T15:18:20.100Z | Compiling xattr v1.6.1 |
| 1722 | 2026-04-06T15:18:20.176Z | Compiling term v1.2.1 |
| 1723 | 2026-04-06T15:18:20.262Z | Compiling tar v0.4.45 |
| 1724 | 2026-04-06T15:18:20.276Z | Compiling futures v0.3.32 |
| 1725 | 2026-04-06T15:18:20.604Z | Compiling slog-term v2.9.2 |
| 1726 | 2026-04-06T15:18:27.654Z | Compiling rustls-webpki v0.103.9 |
| 1727 | 2026-04-06T15:18:30.421Z | Compiling tokio-rustls v0.26.4 |
| 1728 | 2026-04-06T15:18:30.421Z | Compiling rustls-platform-verifier v0.6.2 |
| 1729 | 2026-04-06T15:18:30.631Z | Compiling hyper-rustls v0.27.7 |
| 1730 | 2026-04-06T15:18:30.830Z | Compiling reqwest v0.12.28 |
| 1731 | 2026-04-06T15:18:30.833Z | Compiling reqwest v0.13.2 |
| 1732 | 2026-04-06T15:18:32.883Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1733 | 2026-04-06T15:18:33.096Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1734 | 2026-04-06T15:18:35.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 1735 | 2026-04-06T15:18:36.050Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1736 | 2026-04-06T15:18:36.103Z | Apr 06 15:18:34.707 INFO Starting download, target: Cockroach |
| 1737 | 2026-04-06T15:18:36.103Z | Apr 06 15:18:34.707 INFO Starting download, target: TransceiverControl |
| 1738 | 2026-04-06T15:18:36.103Z | Apr 06 15:18:34.707 INFO Starting download, target: Clickhouse |
| 1739 | 2026-04-06T15:18:36.103Z | Apr 06 15:18:34.708 INFO Starting download, target: MaghemiteMgd |
| 1740 | 2026-04-06T15:18:36.103Z | Apr 06 15:18:34.708 INFO Starting download, target: DendriteStub |
| 1741 | 2026-04-06T15:18:36.106Z | Apr 06 15:18:34.708 INFO Starting download, target: Console |
| 1742 | 2026-04-06T15:18:36.107Z | Apr 06 15:18:34.708 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1743 | 2026-04-06T15:18:36.107Z | Apr 06 15:18:34.708 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1744 | 2026-04-06T15:18:36.107Z | Apr 06 15:18:34.708 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1745 | 2026-04-06T15:18:36.107Z | Apr 06 15:18:34.708 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1746 | 2026-04-06T15:18:36.107Z | Apr 06 15:18:34.708 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1747 | 2026-04-06T15:18:36.107Z | Apr 06 15:18:34.708 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1748 | 2026-04-06T15:18:36.405Z | Apr 06 15:18:35.008 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1749 | 2026-04-06T15:18:36.645Z | Apr 06 15:18:35.245 INFO Download complete, target: TransceiverControl |
| 1750 | 2026-04-06T15:18:37.163Z | Apr 06 15:18:35.763 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1751 | 2026-04-06T15:18:37.400Z | Apr 06 15:18:36.000 INFO Download complete, target: Console |
| 1752 | 2026-04-06T15:18:37.724Z | Apr 06 15:18:36.326 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1753 | 2026-04-06T15:18:37.812Z | Apr 06 15:18:36.416 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1754 | 2026-04-06T15:18:38.049Z | Apr 06 15:18:36.652 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1755 | 2026-04-06T15:18:38.221Z | Apr 06 15:18:36.825 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1756 | 2026-04-06T15:18:38.221Z | Apr 06 15:18:36.825 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1757 | 2026-04-06T15:18:40.059Z | Apr 06 15:18:38.663 INFO Download complete, target: DendriteStub |
| 1758 | 2026-04-06T15:18:40.119Z | Apr 06 15:18:38.722 INFO Download complete, target: MaghemiteMgd |
| 1759 | 2026-04-06T15:18:42.810Z | Apr 06 15:18:41.413 INFO Checking that binary works, target: Cockroach |
| 1760 | 2026-04-06T15:18:42.903Z | Apr 06 15:18:41.506 INFO Download complete, target: Cockroach |
| 1761 | 2026-04-06T15:18:44.785Z | Apr 06 15:18:43.388 INFO Checking that binary works, target: Clickhouse |
| 1762 | 2026-04-06T15:18:44.915Z | Apr 06 15:18:43.517 INFO Download complete, target: Clickhouse |
| 1763 | 2026-04-06T15:18:44.929Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1764 | 2026-04-06T15:18:44.932Z | |
| 1765 | 2026-04-06T15:18:44.932Z | real 2:50.112392217 |
| 1766 | 2026-04-06T15:18:44.932Z | user 7:07.611669547 |
| 1767 | 2026-04-06T15:18:44.932Z | sys 1:23.012811718 |
| 1768 | 2026-04-06T15:18:44.932Z | trap 0.212291449 |
| 1769 | 2026-04-06T15:18:44.932Z | tflt 0.627352700 |
| 1770 | 2026-04-06T15:18:44.932Z | dflt 0.516318684 |
| 1771 | 2026-04-06T15:18:44.932Z | kflt 0.025464354 |
| 1772 | 2026-04-06T15:18:44.932Z | lock 21:36.482984879 |
| 1773 | 2026-04-06T15:18:44.932Z | slp 21:08.399216278 |
| 1774 | 2026-04-06T15:18:44.932Z | lat 43.616900175 |
| 1775 | 2026-04-06T15:18:44.932Z | stop 1:52.610722822 |
| 1776 | 2026-04-06T15:18:44.932Z | + banner hack-check |
| 1777 | 2026-04-06T15:18:44.932Z | |
| 1778 | 2026-04-06T15:18:44.933Z | # # ## #### # # #### # # ###### #### # # |
| 1779 | 2026-04-06T15:18:44.933Z | # # # # # # # # # # # # # # # # # |
| 1780 | 2026-04-06T15:18:44.933Z | ###### # # # #### ##### # ###### ##### # #### |
| 1781 | 2026-04-06T15:18:44.933Z | # # ###### # # # # # # # # # # |
| 1782 | 2026-04-06T15:18:44.933Z | # # # # # # # # # # # # # # # # # |
| 1783 | 2026-04-06T15:18:44.933Z | # # # # #### # # #### # # ###### #### # # |
| 1784 | 2026-04-06T15:18:44.933Z | |
| 1785 | 2026-04-06T15:18:44.933Z | + export CARGO_INCREMENTAL=0 |
| 1786 | 2026-04-06T15:18:44.933Z | + CARGO_INCREMENTAL=0 |
| 1787 | 2026-04-06T15:18:44.933Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1788 | 2026-04-06T15:18:45.448Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1789 | 2026-04-06T15:18:45.669Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1790 | 2026-04-06T15:18:47.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 1791 | 2026-04-06T15:18:47.589Z | Running `target/debug/xtask check-features --ci` |
| 1792 | 2026-04-06T15:18:47.616Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1793 | 2026-04-06T15:18:47.619Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1794 | 2026-04-06T15:18:48.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1795 | 2026-04-06T15:18:48.119Z | Running `target/debug/xtask download cargo-hack` |
| 1796 | 2026-04-06T15:18:48.884Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1797 | 2026-04-06T15:18:49.193Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1798 | 2026-04-06T15:18:51.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
| 1799 | 2026-04-06T15:18:51.780Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1800 | 2026-04-06T15:18:51.822Z | Apr 06 15:18:50.423 INFO Starting download, target: CargoHack |
| 1801 | 2026-04-06T15:18:51.827Z | Apr 06 15:18:50.424 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1802 | 2026-04-06T15:18:52.171Z | Apr 06 15:18:50.772 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1803 | 2026-04-06T15:18:52.221Z | Apr 06 15:18:50.822 INFO Download complete, target: CargoHack |
| 1804 | 2026-04-06T15:18:52.224Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1805 | 2026-04-06T15:18:52.235Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1806 | 2026-04-06T15:18:52.383Z | info: running `cargo check --bins` on api_identity (1/270) |
| 1807 | 2026-04-06T15:18:52.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1808 | 2026-04-06T15:18:52.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1809 | 2026-04-06T15:18:52.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1810 | 2026-04-06T15:18:52.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1811 | 2026-04-06T15:18:52.947Z | |
| 1812 | 2026-04-06T15:18:52.947Z | info: running `cargo check --bins` on bootstore (2/270) |
| 1813 | 2026-04-06T15:18:53.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1814 | 2026-04-06T15:18:53.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1815 | 2026-04-06T15:18:53.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1816 | 2026-04-06T15:18:53.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1817 | 2026-04-06T15:18:53.505Z | |
| 1818 | 2026-04-06T15:18:53.505Z | info: running `cargo check --bins` on omicron-ledger (3/270) |
| 1819 | 2026-04-06T15:18:53.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2026-04-06T15:18:53.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2026-04-06T15:18:53.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2026-04-06T15:18:53.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1823 | 2026-04-06T15:18:54.062Z | |
| 1824 | 2026-04-06T15:18:54.062Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/270) |
| 1825 | 2026-04-06T15:18:54.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2026-04-06T15:18:54.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2026-04-06T15:18:54.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2026-04-06T15:18:54.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1829 | 2026-04-06T15:18:54.639Z | |
| 1830 | 2026-04-06T15:18:54.639Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/270) |
| 1831 | 2026-04-06T15:18:55.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2026-04-06T15:18:55.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2026-04-06T15:18:55.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2026-04-06T15:18:55.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1835 | 2026-04-06T15:18:55.204Z | |
| 1836 | 2026-04-06T15:18:55.205Z | info: running `cargo check --bins` on omicron-certificates (6/270) |
| 1837 | 2026-04-06T15:18:55.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2026-04-06T15:18:55.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2026-04-06T15:18:55.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2026-04-06T15:18:55.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1841 | 2026-04-06T15:18:55.781Z | |
| 1842 | 2026-04-06T15:18:55.781Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/270) |
| 1843 | 2026-04-06T15:18:56.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2026-04-06T15:18:56.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2026-04-06T15:18:56.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2026-04-06T15:18:56.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1847 | 2026-04-06T15:18:56.354Z | |
| 1848 | 2026-04-06T15:18:56.354Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/270) |
| 1849 | 2026-04-06T15:18:56.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2026-04-06T15:18:56.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2026-04-06T15:18:56.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2026-04-06T15:18:56.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1853 | 2026-04-06T15:18:56.929Z | |
| 1854 | 2026-04-06T15:18:56.929Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/270) |
| 1855 | 2026-04-06T15:18:57.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2026-04-06T15:18:57.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2026-04-06T15:18:57.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2026-04-06T15:18:57.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1859 | 2026-04-06T15:18:57.380Z | |
| 1860 | 2026-04-06T15:18:57.380Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/270) |
| 1861 | 2026-04-06T15:18:57.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2026-04-06T15:18:57.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2026-04-06T15:18:57.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2026-04-06T15:18:57.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1865 | 2026-04-06T15:18:57.832Z | |
| 1866 | 2026-04-06T15:18:57.832Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/270) |
| 1867 | 2026-04-06T15:18:58.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2026-04-06T15:18:58.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2026-04-06T15:18:58.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2026-04-06T15:18:58.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1871 | 2026-04-06T15:18:58.283Z | |
| 1872 | 2026-04-06T15:18:58.283Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/270) |
| 1873 | 2026-04-06T15:18:58.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2026-04-06T15:18:58.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2026-04-06T15:18:58.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2026-04-06T15:18:58.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1877 | 2026-04-06T15:18:58.743Z | |
| 1878 | 2026-04-06T15:18:58.743Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/270) |
| 1879 | 2026-04-06T15:18:59.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-04-06T15:18:59.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-04-06T15:18:59.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-04-06T15:18:59.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1883 | 2026-04-06T15:18:59.200Z | |
| 1884 | 2026-04-06T15:18:59.200Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/270) |
| 1885 | 2026-04-06T15:18:59.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-04-06T15:18:59.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-04-06T15:18:59.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-04-06T15:18:59.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1889 | 2026-04-06T15:18:59.658Z | |
| 1890 | 2026-04-06T15:18:59.658Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/270) |
| 1891 | 2026-04-06T15:19:00.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-04-06T15:19:00.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-04-06T15:19:00.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-04-06T15:19:00.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1895 | 2026-04-06T15:19:00.112Z | |
| 1896 | 2026-04-06T15:19:00.112Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/270) |
| 1897 | 2026-04-06T15:19:00.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-04-06T15:19:00.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-04-06T15:19:00.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-04-06T15:19:00.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1901 | 2026-04-06T15:19:00.567Z | |
| 1902 | 2026-04-06T15:19:00.567Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/270) |
| 1903 | 2026-04-06T15:19:00.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-04-06T15:19:00.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-04-06T15:19:00.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-04-06T15:19:00.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1907 | 2026-04-06T15:19:01.019Z | |
| 1908 | 2026-04-06T15:19:01.019Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/270) |
| 1909 | 2026-04-06T15:19:01.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-04-06T15:19:01.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-04-06T15:19:01.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-04-06T15:19:01.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1913 | 2026-04-06T15:19:01.474Z | |
| 1914 | 2026-04-06T15:19:01.474Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/270) |
| 1915 | 2026-04-06T15:19:01.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-04-06T15:19:01.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-04-06T15:19:01.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-04-06T15:19:01.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1919 | 2026-04-06T15:19:01.925Z | |
| 1920 | 2026-04-06T15:19:01.925Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/270) |
| 1921 | 2026-04-06T15:19:02.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-04-06T15:19:02.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-04-06T15:19:02.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-04-06T15:19:02.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1925 | 2026-04-06T15:19:02.377Z | |
| 1926 | 2026-04-06T15:19:02.377Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/270) |
| 1927 | 2026-04-06T15:19:02.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-04-06T15:19:02.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-04-06T15:19:02.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-04-06T15:19:02.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1931 | 2026-04-06T15:19:02.839Z | |
| 1932 | 2026-04-06T15:19:02.839Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/270) |
| 1933 | 2026-04-06T15:19:03.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-04-06T15:19:03.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-04-06T15:19:03.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-04-06T15:19:03.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1937 | 2026-04-06T15:19:03.293Z | |
| 1938 | 2026-04-06T15:19:03.293Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/270) |
| 1939 | 2026-04-06T15:19:03.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-04-06T15:19:03.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-04-06T15:19:03.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-04-06T15:19:03.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1943 | 2026-04-06T15:19:03.747Z | |
| 1944 | 2026-04-06T15:19:03.747Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/270) |
| 1945 | 2026-04-06T15:19:04.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-04-06T15:19:04.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-04-06T15:19:04.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-04-06T15:19:04.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1949 | 2026-04-06T15:19:04.199Z | |
| 1950 | 2026-04-06T15:19:04.199Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/270) |
| 1951 | 2026-04-06T15:19:04.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-04-06T15:19:04.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-04-06T15:19:04.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-04-06T15:19:04.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1955 | 2026-04-06T15:19:04.657Z | |
| 1956 | 2026-04-06T15:19:04.657Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/270) |
| 1957 | 2026-04-06T15:19:05.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-04-06T15:19:05.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-04-06T15:19:05.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-04-06T15:19:05.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1961 | 2026-04-06T15:19:05.111Z | |
| 1962 | 2026-04-06T15:19:05.111Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/270) |
| 1963 | 2026-04-06T15:19:05.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-04-06T15:19:05.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-04-06T15:19:05.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-04-06T15:19:05.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1967 | 2026-04-06T15:19:05.566Z | |
| 1968 | 2026-04-06T15:19:05.566Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/270) |
| 1969 | 2026-04-06T15:19:05.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-04-06T15:19:05.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-04-06T15:19:05.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-04-06T15:19:05.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1973 | 2026-04-06T15:19:06.020Z | |
| 1974 | 2026-04-06T15:19:06.020Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/270) |
| 1975 | 2026-04-06T15:19:06.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-04-06T15:19:06.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-04-06T15:19:06.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-04-06T15:19:06.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1979 | 2026-04-06T15:19:06.474Z | |
| 1980 | 2026-04-06T15:19:06.474Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/270) |
| 1981 | 2026-04-06T15:19:06.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-04-06T15:19:06.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-04-06T15:19:06.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-04-06T15:19:06.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1985 | 2026-04-06T15:19:06.924Z | |
| 1986 | 2026-04-06T15:19:06.924Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/270) |
| 1987 | 2026-04-06T15:19:07.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-04-06T15:19:07.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-04-06T15:19:07.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-04-06T15:19:07.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1991 | 2026-04-06T15:19:07.378Z | |
| 1992 | 2026-04-06T15:19:07.378Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/270) |
| 1993 | 2026-04-06T15:19:07.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-04-06T15:19:07.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-04-06T15:19:07.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-04-06T15:19:07.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1997 | 2026-04-06T15:19:07.830Z | |
| 1998 | 2026-04-06T15:19:07.830Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/270) |
| 1999 | 2026-04-06T15:19:08.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-04-06T15:19:08.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-04-06T15:19:08.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-04-06T15:19:08.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2003 | 2026-04-06T15:19:08.282Z | |
| 2004 | 2026-04-06T15:19:08.282Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/270) |
| 2005 | 2026-04-06T15:19:08.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-04-06T15:19:08.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-04-06T15:19:08.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-04-06T15:19:08.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2009 | 2026-04-06T15:19:08.738Z | |
| 2010 | 2026-04-06T15:19:08.738Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/270) |
| 2011 | 2026-04-06T15:19:09.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-04-06T15:19:09.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-04-06T15:19:09.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-04-06T15:19:09.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2015 | 2026-04-06T15:19:09.191Z | |
| 2016 | 2026-04-06T15:19:09.191Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/270) |
| 2017 | 2026-04-06T15:19:09.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-04-06T15:19:09.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-04-06T15:19:09.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-04-06T15:19:09.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2021 | 2026-04-06T15:19:09.648Z | |
| 2022 | 2026-04-06T15:19:09.648Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/270) |
| 2023 | 2026-04-06T15:19:10.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-04-06T15:19:10.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-04-06T15:19:10.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-04-06T15:19:10.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2027 | 2026-04-06T15:19:10.103Z | |
| 2028 | 2026-04-06T15:19:10.103Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/270) |
| 2029 | 2026-04-06T15:19:10.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-04-06T15:19:10.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-04-06T15:19:10.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-04-06T15:19:10.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2033 | 2026-04-06T15:19:10.559Z | |
| 2034 | 2026-04-06T15:19:10.559Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/270) |
| 2035 | 2026-04-06T15:19:10.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-04-06T15:19:10.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-04-06T15:19:10.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-04-06T15:19:10.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2039 | 2026-04-06T15:19:11.013Z | |
| 2040 | 2026-04-06T15:19:11.013Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/270) |
| 2041 | 2026-04-06T15:19:11.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-04-06T15:19:11.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-04-06T15:19:11.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-04-06T15:19:11.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2045 | 2026-04-06T15:19:11.473Z | |
| 2046 | 2026-04-06T15:19:11.473Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/270) |
| 2047 | 2026-04-06T15:19:11.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-04-06T15:19:11.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-04-06T15:19:11.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-04-06T15:19:11.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2051 | 2026-04-06T15:19:11.927Z | |
| 2052 | 2026-04-06T15:19:11.928Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/270) |
| 2053 | 2026-04-06T15:19:12.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-04-06T15:19:12.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-04-06T15:19:12.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-04-06T15:19:12.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2057 | 2026-04-06T15:19:12.383Z | |
| 2058 | 2026-04-06T15:19:12.383Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/270) |
| 2059 | 2026-04-06T15:19:12.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-04-06T15:19:12.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-04-06T15:19:12.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-04-06T15:19:12.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2063 | 2026-04-06T15:19:12.840Z | |
| 2064 | 2026-04-06T15:19:12.840Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/270) |
| 2065 | 2026-04-06T15:19:13.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-04-06T15:19:13.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-04-06T15:19:13.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-04-06T15:19:13.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2069 | 2026-04-06T15:19:13.302Z | |
| 2070 | 2026-04-06T15:19:13.303Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/270) |
| 2071 | 2026-04-06T15:19:13.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-04-06T15:19:13.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-04-06T15:19:13.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-04-06T15:19:13.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2075 | 2026-04-06T15:19:13.758Z | |
| 2076 | 2026-04-06T15:19:13.758Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/270) |
| 2077 | 2026-04-06T15:19:14.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-04-06T15:19:14.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-04-06T15:19:14.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-04-06T15:19:14.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2081 | 2026-04-06T15:19:14.211Z | |
| 2082 | 2026-04-06T15:19:14.211Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/270) |
| 2083 | 2026-04-06T15:19:14.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-04-06T15:19:14.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-04-06T15:19:14.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-04-06T15:19:14.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2087 | 2026-04-06T15:19:14.665Z | |
| 2088 | 2026-04-06T15:19:14.666Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/270) |
| 2089 | 2026-04-06T15:19:15.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-04-06T15:19:15.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-04-06T15:19:15.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-04-06T15:19:15.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2093 | 2026-04-06T15:19:15.123Z | |
| 2094 | 2026-04-06T15:19:15.123Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/270) |
| 2095 | 2026-04-06T15:19:15.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-04-06T15:19:15.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-04-06T15:19:15.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-04-06T15:19:15.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2099 | 2026-04-06T15:19:15.741Z | |
| 2100 | 2026-04-06T15:19:15.741Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/270) |
| 2101 | 2026-04-06T15:19:16.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-04-06T15:19:16.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-04-06T15:19:16.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-04-06T15:19:16.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2105 | 2026-04-06T15:19:16.348Z | |
| 2106 | 2026-04-06T15:19:16.348Z | info: running `cargo check --bins` on nexus-config (51/270) |
| 2107 | 2026-04-06T15:19:16.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-04-06T15:19:16.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-04-06T15:19:16.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-04-06T15:19:16.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2111 | 2026-04-06T15:19:16.956Z | |
| 2112 | 2026-04-06T15:19:16.956Z | info: running `cargo check --bins` on nexus-types (52/270) |
| 2113 | 2026-04-06T15:19:17.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-04-06T15:19:17.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-04-06T15:19:17.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2116 | 2026-04-06T15:19:17.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2117 | 2026-04-06T15:19:17.571Z | |
| 2118 | 2026-04-06T15:19:17.572Z | info: running `cargo check --bins` on clickhouse-admin-types (53/270) |
| 2119 | 2026-04-06T15:19:18.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2120 | 2026-04-06T15:19:18.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2121 | 2026-04-06T15:19:18.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2122 | 2026-04-06T15:19:18.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2123 | 2026-04-06T15:19:18.157Z | |
| 2124 | 2026-04-06T15:19:18.157Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (54/270) |
| 2125 | 2026-04-06T15:19:18.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2026-04-06T15:19:18.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2026-04-06T15:19:18.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2128 | 2026-04-06T15:19:18.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2129 | 2026-04-06T15:19:18.742Z | |
| 2130 | 2026-04-06T15:19:18.742Z | info: running `cargo check --bins` on cockroach-admin-types (55/270) |
| 2131 | 2026-04-06T15:19:19.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2132 | 2026-04-06T15:19:19.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2133 | 2026-04-06T15:19:19.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2134 | 2026-04-06T15:19:19.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2135 | 2026-04-06T15:19:19.311Z | |
| 2136 | 2026-04-06T15:19:19.311Z | info: running `cargo check --bins` on cockroach-admin-types-versions (56/270) |
| 2137 | 2026-04-06T15:19:19.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2138 | 2026-04-06T15:19:19.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2139 | 2026-04-06T15:19:19.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2140 | 2026-04-06T15:19:19.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2141 | 2026-04-06T15:19:19.880Z | |
| 2142 | 2026-04-06T15:19:19.880Z | info: running `cargo check --bins` on ereport-types (57/270) |
| 2143 | 2026-04-06T15:19:20.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2026-04-06T15:19:20.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2026-04-06T15:19:20.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2026-04-06T15:19:20.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2147 | 2026-04-06T15:19:20.450Z | |
| 2148 | 2026-04-06T15:19:20.450Z | info: running `cargo check --bins` on gateway-client (58/270) |
| 2149 | 2026-04-06T15:19:20.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2026-04-06T15:19:20.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2026-04-06T15:19:20.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2152 | 2026-04-06T15:19:20.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2153 | 2026-04-06T15:19:21.028Z | |
| 2154 | 2026-04-06T15:19:21.028Z | info: running `cargo check --bins --no-default-features` on gateway-types (59/270) |
| 2155 | 2026-04-06T15:19:21.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2156 | 2026-04-06T15:19:21.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2157 | 2026-04-06T15:19:21.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2158 | 2026-04-06T15:19:21.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2159 | 2026-04-06T15:19:21.606Z | |
| 2160 | 2026-04-06T15:19:21.606Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/270) |
| 2161 | 2026-04-06T15:19:22.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2162 | 2026-04-06T15:19:22.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2163 | 2026-04-06T15:19:22.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2164 | 2026-04-06T15:19:22.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2165 | 2026-04-06T15:19:22.186Z | |
| 2166 | 2026-04-06T15:19:22.186Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (61/270) |
| 2167 | 2026-04-06T15:19:22.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2168 | 2026-04-06T15:19:22.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2169 | 2026-04-06T15:19:22.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2170 | 2026-04-06T15:19:22.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2171 | 2026-04-06T15:19:22.764Z | |
| 2172 | 2026-04-06T15:19:22.764Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/270) |
| 2173 | 2026-04-06T15:19:23.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2174 | 2026-04-06T15:19:23.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2175 | 2026-04-06T15:19:23.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2176 | 2026-04-06T15:19:23.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2177 | 2026-04-06T15:19:23.336Z | |
| 2178 | 2026-04-06T15:19:23.336Z | info: running `cargo check --bins --no-default-features` on illumos-utils (63/270) |
| 2179 | 2026-04-06T15:19:23.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2180 | 2026-04-06T15:19:23.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2181 | 2026-04-06T15:19:23.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2182 | 2026-04-06T15:19:23.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2183 | 2026-04-06T15:19:23.939Z | |
| 2184 | 2026-04-06T15:19:23.939Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/270) |
| 2185 | 2026-04-06T15:19:24.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2186 | 2026-04-06T15:19:24.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2187 | 2026-04-06T15:19:24.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2188 | 2026-04-06T15:19:24.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2189 | 2026-04-06T15:19:24.541Z | |
| 2190 | 2026-04-06T15:19:24.541Z | info: running `cargo check --bins` on key-manager-types (65/270) |
| 2191 | 2026-04-06T15:19:25.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2192 | 2026-04-06T15:19:25.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2193 | 2026-04-06T15:19:25.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2194 | 2026-04-06T15:19:25.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2195 | 2026-04-06T15:19:25.111Z | |
| 2196 | 2026-04-06T15:19:25.111Z | info: running `cargo check --bins` on oxlog (66/270) |
| 2197 | 2026-04-06T15:19:25.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2198 | 2026-04-06T15:19:25.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2199 | 2026-04-06T15:19:25.709Z | Checking cfg-if v1.0.4 |
| 2200 | 2026-04-06T15:19:25.712Z | Checking libc v0.2.180 |
| 2201 | 2026-04-06T15:19:25.712Z | Checking serde_core v1.0.228 |
| 2202 | 2026-04-06T15:19:25.825Z | Checking zeroize v1.8.2 |
| 2203 | 2026-04-06T15:19:25.832Z | Checking memchr v2.8.0 |
| 2204 | 2026-04-06T15:19:25.840Z | Checking log v0.4.29 |
| 2205 | 2026-04-06T15:19:25.843Z | Checking smallvec v1.15.1 |
| 2206 | 2026-04-06T15:19:25.860Z | Checking typenum v1.19.0 |
| 2207 | 2026-04-06T15:19:25.869Z | Checking subtle v2.6.1 |
| 2208 | 2026-04-06T15:19:25.960Z | Checking itoa v1.0.17 |
| 2209 | 2026-04-06T15:19:25.999Z | Checking scopeguard v1.2.0 |
| 2210 | 2026-04-06T15:19:26.011Z | Checking const-oid v0.9.6 |
| 2211 | 2026-04-06T15:19:26.022Z | Checking stable_deref_trait v1.2.1 |
| 2212 | 2026-04-06T15:19:26.092Z | Checking portable-atomic v1.13.1 |
| 2213 | 2026-04-06T15:19:26.103Z | Checking lock_api v0.4.14 |
| 2214 | 2026-04-06T15:19:26.106Z | Checking zerofrom v0.1.6 |
| 2215 | 2026-04-06T15:19:26.207Z | Checking critical-section v1.2.0 |
| 2216 | 2026-04-06T15:19:26.211Z | Checking getrandom v0.2.17 |
| 2217 | 2026-04-06T15:19:26.211Z | Checking errno v0.3.14 |
| 2218 | 2026-04-06T15:19:26.301Z | Checking yoke v0.8.1 |
| 2219 | 2026-04-06T15:19:26.328Z | Checking parking_lot_core v0.9.12 |
| 2220 | 2026-04-06T15:19:26.340Z | Checking signal-hook-registry v1.4.8 |
| 2221 | 2026-04-06T15:19:26.359Z | Checking generic-array v0.14.7 |
| 2222 | 2026-04-06T15:19:26.385Z | Checking rand_core v0.6.4 |
| 2223 | 2026-04-06T15:19:26.463Z | Checking zerovec v0.11.5 |
| 2224 | 2026-04-06T15:19:26.477Z | Checking once_cell v1.21.3 |
| 2225 | 2026-04-06T15:19:26.488Z | Checking zerocopy v0.8.40 |
| 2226 | 2026-04-06T15:19:26.504Z | Checking pin-project-lite v0.2.17 |
| 2227 | 2026-04-06T15:19:26.553Z | Checking parking_lot v0.12.5 |
| 2228 | 2026-04-06T15:19:26.591Z | Checking mio v1.1.1 |
| 2229 | 2026-04-06T15:19:26.645Z | Checking socket2 v0.6.2 |
| 2230 | 2026-04-06T15:19:26.668Z | Checking libm v0.2.16 |
| 2231 | 2026-04-06T15:19:26.733Z | Checking zmij v1.0.21 |
| 2232 | 2026-04-06T15:19:26.797Z | Checking crypto-common v0.1.7 |
| 2233 | 2026-04-06T15:19:26.867Z | Checking block-buffer v0.10.4 |
| 2234 | 2026-04-06T15:19:26.877Z | Checking litemap v0.8.1 |
| 2235 | 2026-04-06T15:19:26.891Z | Checking tinystr v0.8.2 |
| 2236 | 2026-04-06T15:19:26.915Z | Checking futures-core v0.3.32 |
| 2237 | 2026-04-06T15:19:26.943Z | Checking percent-encoding v2.3.2 |
| 2238 | 2026-04-06T15:19:26.997Z | Checking digest v0.10.7 |
| 2239 | 2026-04-06T15:19:27.034Z | Checking equivalent v1.0.2 |
| 2240 | 2026-04-06T15:19:27.044Z | Checking writeable v0.6.2 |
| 2241 | 2026-04-06T15:19:27.056Z | Checking allocator-api2 v0.2.21 |
| 2242 | 2026-04-06T15:19:27.077Z | Checking potential_utf v0.1.4 |
| 2243 | 2026-04-06T15:19:27.113Z | Checking zerotrie v0.2.3 |
| 2244 | 2026-04-06T15:19:27.189Z | Checking foldhash v0.2.0 |
| 2245 | 2026-04-06T15:19:27.198Z | Checking icu_locale_core v2.1.1 |
| 2246 | 2026-04-06T15:19:27.212Z | Checking cpufeatures v0.2.17 |
| 2247 | 2026-04-06T15:19:27.269Z | Checking serde v1.0.228 |
| 2248 | 2026-04-06T15:19:27.283Z | Checking bitflags v2.11.0 |
| 2249 | 2026-04-06T15:19:27.333Z | Checking serde_json v1.0.149 |
| 2250 | 2026-04-06T15:19:27.340Z | Checking hashbrown v0.16.1 |
| 2251 | 2026-04-06T15:19:27.350Z | Checking icu_collections v2.1.1 |
| 2252 | 2026-04-06T15:19:27.360Z | Checking num-traits v0.2.19 |
| 2253 | 2026-04-06T15:19:27.443Z | Checking hmac v0.12.1 |
| 2254 | 2026-04-06T15:19:27.572Z | Checking block-padding v0.3.3 |
| 2255 | 2026-04-06T15:19:27.644Z | Checking icu_normalizer_data v2.1.1 |
| 2256 | 2026-04-06T15:19:27.658Z | Checking bytes v1.11.1 |
| 2257 | 2026-04-06T15:19:27.698Z | Checking icu_properties_data v2.1.2 |
| 2258 | 2026-04-06T15:19:27.724Z | Checking rand_core v0.10.0 |
| 2259 | 2026-04-06T15:19:27.737Z | Checking icu_provider v2.1.1 |
| 2260 | 2026-04-06T15:19:27.819Z | Checking futures-sink v0.3.32 |
| 2261 | 2026-04-06T15:19:27.841Z | Checking indexmap v2.13.0 |
| 2262 | 2026-04-06T15:19:27.849Z | Checking getrandom v0.4.1 |
| 2263 | 2026-04-06T15:19:27.873Z | Checking inout v0.1.4 |
| 2264 | 2026-04-06T15:19:27.914Z | Checking futures-channel v0.3.32 |
| 2265 | 2026-04-06T15:19:27.970Z | Checking icu_normalizer v2.1.1 |
| 2266 | 2026-04-06T15:19:27.980Z | Checking icu_properties v2.1.2 |
| 2267 | 2026-04-06T15:19:27.990Z | Checking futures-task v0.3.32 |
| 2268 | 2026-04-06T15:19:28.005Z | Checking futures-io v0.3.32 |
| 2269 | 2026-04-06T15:19:28.082Z | Checking tokio v1.49.0 |
| 2270 | 2026-04-06T15:19:28.101Z | Checking slab v0.4.12 |
| 2271 | 2026-04-06T15:19:28.112Z | Checking cipher v0.4.4 |
| 2272 | 2026-04-06T15:19:28.123Z | Checking sha2 v0.10.9 |
| 2273 | 2026-04-06T15:19:28.251Z | Checking futures-util v0.3.32 |
| 2274 | 2026-04-06T15:19:28.263Z | Checking getrandom v0.3.4 |
| 2275 | 2026-04-06T15:19:28.312Z | Checking base64ct v1.8.3 |
| 2276 | 2026-04-06T15:19:28.376Z | Checking utf8_iter v1.0.4 |
| 2277 | 2026-04-06T15:19:28.389Z | Checking byteorder v1.5.0 |
| 2278 | 2026-04-06T15:19:28.402Z | Checking form_urlencoded v1.2.2 |
| 2279 | 2026-04-06T15:19:28.495Z | Checking flagset v0.4.7 |
| 2280 | 2026-04-06T15:19:28.525Z | Checking fnv v1.0.7 |
| 2281 | 2026-04-06T15:19:28.537Z | Checking pem-rfc7468 v0.7.0 |
| 2282 | 2026-04-06T15:19:28.583Z | Checking rand_core v0.9.5 |
| 2283 | 2026-04-06T15:19:28.617Z | Checking salsa20 v0.10.2 |
| 2284 | 2026-04-06T15:19:28.617Z | Checking http v1.4.0 |
| 2285 | 2026-04-06T15:19:28.691Z | Checking der v0.7.10 |
| 2286 | 2026-04-06T15:19:28.754Z | Checking uuid v1.21.0 |
| 2287 | 2026-04-06T15:19:28.758Z | Checking pbkdf2 v0.12.2 |
| 2288 | 2026-04-06T15:19:28.785Z | Checking idna_adapter v1.2.1 |
| 2289 | 2026-04-06T15:19:28.868Z | Checking scrypt v0.11.0 |
| 2290 | 2026-04-06T15:19:28.899Z | Checking idna v1.1.0 |
| 2291 | 2026-04-06T15:19:29.004Z | Checking aes v0.8.4 |
| 2292 | 2026-04-06T15:19:29.067Z | Checking cbc v0.1.2 |
| 2293 | 2026-04-06T15:19:29.147Z | Checking url v2.5.8 |
| 2294 | 2026-04-06T15:19:29.179Z | Checking rustix v1.1.3 |
| 2295 | 2026-04-06T15:19:29.192Z | Checking tracing-core v0.1.36 |
| 2296 | 2026-04-06T15:19:29.219Z | Checking ppv-lite86 v0.2.21 |
| 2297 | 2026-04-06T15:19:29.408Z | Checking rustls-pki-types v1.14.0 |
| 2298 | 2026-04-06T15:19:29.432Z | Checking spki v0.7.3 |
| 2299 | 2026-04-06T15:19:29.503Z | Checking regex-syntax v0.8.10 |
| 2300 | 2026-04-06T15:19:29.517Z | Checking rand_chacha v0.9.0 |
| 2301 | 2026-04-06T15:19:29.591Z | Checking iana-time-zone v0.1.65 |
| 2302 | 2026-04-06T15:19:29.604Z | Checking pkcs5 v0.7.1 |
| 2303 | 2026-04-06T15:19:29.696Z | Checking tracing v0.1.44 |
| 2304 | 2026-04-06T15:19:29.707Z | Checking chrono v0.4.44 |
| 2305 | 2026-04-06T15:19:29.718Z | Checking rand v0.9.2 |
| 2306 | 2026-04-06T15:19:29.853Z | Checking http-body v1.0.1 |
| 2307 | 2026-04-06T15:19:29.901Z | Checking aws-lc-sys v0.37.1 |
| 2308 | 2026-04-06T15:19:29.982Z | Checking untrusted v0.9.0 |
| 2309 | 2026-04-06T15:19:30.003Z | Checking base64 v0.22.1 |
| 2310 | 2026-04-06T15:19:30.090Z | Checking openssl-probe v0.2.1 |
| 2311 | 2026-04-06T15:19:30.164Z | Checking untrusted v0.7.1 |
| 2312 | 2026-04-06T15:19:30.178Z | Checking ring v0.17.14 |
| 2313 | 2026-04-06T15:19:30.194Z | Checking pkcs8 v0.10.2 |
| 2314 | 2026-04-06T15:19:30.244Z | Checking tower-layer v0.3.3 |
| 2315 | 2026-04-06T15:19:30.270Z | Checking try-lock v0.2.5 |
| 2316 | 2026-04-06T15:19:30.367Z | Checking tinyvec_macros v0.1.1 |
| 2317 | 2026-04-06T15:19:30.367Z | Checking tower-service v0.3.3 |
| 2318 | 2026-04-06T15:19:30.390Z | Checking atomic-waker v1.1.2 |
| 2319 | 2026-04-06T15:19:30.400Z | Checking aws-lc-rs v1.16.0 |
| 2320 | 2026-04-06T15:19:30.440Z | Checking plain v0.2.3 |
| 2321 | 2026-04-06T15:19:30.453Z | Checking tinyvec v1.10.0 |
| 2322 | 2026-04-06T15:19:30.482Z | Checking want v0.3.1 |
| 2323 | 2026-04-06T15:19:30.542Z | Checking ipnet v2.11.0 |
| 2324 | 2026-04-06T15:19:30.556Z | Checking httparse v1.10.1 |
| 2325 | 2026-04-06T15:19:30.600Z | Checking semver v1.0.27 |
| 2326 | 2026-04-06T15:19:30.746Z | Checking spin v0.9.8 |
| 2327 | 2026-04-06T15:19:30.761Z | Checking dyn-clone v1.0.20 |
| 2328 | 2026-04-06T15:19:30.790Z | Checking ucd-trie v0.1.7 |
| 2329 | 2026-04-06T15:19:30.803Z | Checking foreign-types-shared v0.1.1 |
| 2330 | 2026-04-06T15:19:30.807Z | Checking unicode-ident v1.0.24 |
| 2331 | 2026-04-06T15:19:30.852Z | Checking httpdate v1.0.3 |
| 2332 | 2026-04-06T15:19:30.881Z | Checking pin-utils v0.1.0 |
| 2333 | 2026-04-06T15:19:30.914Z | Checking fastrand v2.3.0 |
| 2334 | 2026-04-06T15:19:30.927Z | Checking proc-macro2 v1.0.106 |
| 2335 | 2026-04-06T15:19:30.930Z | Checking pest v2.8.6 |
| 2336 | 2026-04-06T15:19:30.949Z | Checking foreign-types v0.3.2 |
| 2337 | 2026-04-06T15:19:30.991Z | Checking schemars v0.8.22 |
| 2338 | 2026-04-06T15:19:31.014Z | Checking openssl-sys v0.9.111 |
| 2339 | 2026-04-06T15:19:31.088Z | Checking tempfile v3.25.0 |
| 2340 | 2026-04-06T15:19:31.155Z | Checking thiserror v2.0.18 |
| 2341 | 2026-04-06T15:19:31.219Z | Checking rustls-webpki v0.103.9 |
| 2342 | 2026-04-06T15:19:31.231Z | Checking wait-timeout v0.2.1 |
| 2343 | 2026-04-06T15:19:31.250Z | Checking aho-corasick v1.1.4 |
| 2344 | 2026-04-06T15:19:31.264Z | Checking tokio-util v0.7.18 |
| 2345 | 2026-04-06T15:19:31.278Z | Checking utf8parse v0.2.2 |
| 2346 | 2026-04-06T15:19:31.348Z | Checking siphasher v1.0.2 |
| 2347 | 2026-04-06T15:19:31.375Z | Checking simd-adler32 v0.3.8 |
| 2348 | 2026-04-06T15:19:31.497Z | Checking quick-error v1.2.3 |
| 2349 | 2026-04-06T15:19:31.510Z | Checking anstyle v1.0.13 |
| 2350 | 2026-04-06T15:19:31.540Z | Checking powerfmt v0.2.0 |
| 2351 | 2026-04-06T15:19:31.596Z | Checking pretty-hex v0.4.1 |
| 2352 | 2026-04-06T15:19:31.629Z | Checking rustls v0.23.37 |
| 2353 | 2026-04-06T15:19:31.643Z | Checking bit-vec v0.8.0 |
| 2354 | 2026-04-06T15:19:31.679Z | Checking deranged v0.5.8 |
| 2355 | 2026-04-06T15:19:31.694Z | Checking rusty-fork v0.3.1 |
| 2356 | 2026-04-06T15:19:31.708Z | Checking openssl v0.10.75 |
| 2357 | 2026-04-06T15:19:31.827Z | Checking bit-set v0.8.0 |
| 2358 | 2026-04-06T15:19:31.849Z | Checking anstyle-parse v0.2.7 |
| 2359 | 2026-04-06T15:19:31.861Z | Checking h2 v0.4.13 |
| 2360 | 2026-04-06T15:19:31.910Z | Checking regex-automata v0.4.14 |
| 2361 | 2026-04-06T15:19:31.967Z | Checking quote v1.0.44 |
| 2362 | 2026-04-06T15:19:31.981Z | Compiling newtype-uuid v1.3.2 |
| 2363 | 2026-04-06T15:19:31.994Z | Checking unicode-normalization v0.1.25 |
| 2364 | 2026-04-06T15:19:32.130Z | Checking rustls-native-certs v0.8.3 |
| 2365 | 2026-04-06T15:19:32.154Z | Checking crossbeam-utils v0.8.21 |
| 2366 | 2026-04-06T15:19:32.255Z | Checking rand_xorshift v0.4.0 |
| 2367 | 2026-04-06T15:19:32.376Z | Checking crc32fast v1.5.0 |
| 2368 | 2026-04-06T15:19:32.387Z | Checking scroll v0.13.0 |
| 2369 | 2026-04-06T15:19:32.490Z | Checking signature v2.2.0 |
| 2370 | 2026-04-06T15:19:32.509Z | Checking sync_wrapper v1.0.2 |
| 2371 | 2026-04-06T15:19:32.591Z | Checking num-conv v0.2.0 |
| 2372 | 2026-04-06T15:19:32.607Z | Checking anstyle-query v1.1.5 |
| 2373 | 2026-04-06T15:19:32.619Z | Checking is_terminal_polyfill v1.70.2 |
| 2374 | 2026-04-06T15:19:32.623Z | Checking num_threads v0.1.7 |
| 2375 | 2026-04-06T15:19:32.697Z | Checking colorchoice v1.0.4 |
| 2376 | 2026-04-06T15:19:32.707Z | Checking unicode-bidi v0.3.18 |
| 2377 | 2026-04-06T15:19:32.716Z | Checking time-core v0.1.8 |
| 2378 | 2026-04-06T15:19:32.719Z | Checking adler2 v2.0.1 |
| 2379 | 2026-04-06T15:19:32.791Z | Checking unicode-properties v0.1.4 |
| 2380 | 2026-04-06T15:19:32.827Z | Checking unarray v0.1.4 |
| 2381 | 2026-04-06T15:19:32.848Z | Checking time v0.3.47 |
| 2382 | 2026-04-06T15:19:32.929Z | Checking proptest v1.10.0 |
| 2383 | 2026-04-06T15:19:32.973Z | Checking miniz_oxide v0.8.9 |
| 2384 | 2026-04-06T15:19:32.987Z | Checking stringprep v0.1.5 |
| 2385 | 2026-04-06T15:19:33.135Z | Checking anstream v0.6.21 |
| 2386 | 2026-04-06T15:19:33.319Z | Checking goblin v0.10.5 |
| 2387 | 2026-04-06T15:19:33.330Z | Checking tower v0.5.3 |
| 2388 | 2026-04-06T15:19:33.630Z | Checking native-tls v0.2.18 |
| 2389 | 2026-04-06T15:19:33.702Z | Checking crossbeam-epoch v0.9.18 |
| 2390 | 2026-04-06T15:19:33.712Z | Checking syn v2.0.117 |
| 2391 | 2026-04-06T15:19:33.805Z | Compiling daft v0.1.5 |
| 2392 | 2026-04-06T15:19:33.918Z | Checking ipnetwork v0.21.1 |
| 2393 | 2026-04-06T15:19:33.940Z | Checking tokio-rustls v0.26.4 |
| 2394 | 2026-04-06T15:19:33.956Z | Checking http-body-util v0.1.3 |
| 2395 | 2026-04-06T15:19:34.078Z | Checking webpki-roots v1.0.6 |
| 2396 | 2026-04-06T15:19:34.126Z | Checking rand_chacha v0.3.1 |
| 2397 | 2026-04-06T15:19:34.163Z | Checking thiserror v1.0.69 |
| 2398 | 2026-04-06T15:19:34.174Z | Checking scroll v0.12.0 |
| 2399 | 2026-04-06T15:19:34.191Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2400 | 2026-04-06T15:19:34.258Z | Checking hash32 v0.2.1 |
| 2401 | 2026-04-06T15:19:34.297Z | Checking num-integer v0.1.46 |
| 2402 | 2026-04-06T15:19:34.344Z | Checking serde_spanned v0.6.9 |
| 2403 | 2026-04-06T15:19:34.412Z | Checking toml_datetime v0.6.11 |
| 2404 | 2026-04-06T15:19:34.424Z | Checking md-5 v0.10.6 |
| 2405 | 2026-04-06T15:19:34.471Z | Checking ff v0.13.1 |
| 2406 | 2026-04-06T15:19:34.521Z | Checking ryu v1.0.23 |
| 2407 | 2026-04-06T15:19:34.535Z | Checking hyper v1.8.1 |
| 2408 | 2026-04-06T15:19:34.553Z | Checking psl-types v2.0.11 |
| 2409 | 2026-04-06T15:19:34.591Z | Checking base16ct v0.2.0 |
| 2410 | 2026-04-06T15:19:34.604Z | Checking fallible-iterator v0.2.0 |
| 2411 | 2026-04-06T15:19:34.655Z | Checking zlib-rs v0.6.2 |
| 2412 | 2026-04-06T15:19:34.668Z | Checking iri-string v0.7.10 |
| 2413 | 2026-04-06T15:19:34.715Z | Checking sec1 v0.7.3 |
| 2414 | 2026-04-06T15:19:34.870Z | Checking publicsuffix v2.3.0 |
| 2415 | 2026-04-06T15:19:34.873Z | Checking postgres-protocol v0.6.10 |
| 2416 | 2026-04-06T15:19:34.914Z | Checking serde_urlencoded v0.7.1 |
| 2417 | 2026-04-06T15:19:35.025Z | Compiling iddqd v0.3.17 |
| 2418 | 2026-04-06T15:19:35.110Z | Checking group v0.13.0 |
| 2419 | 2026-04-06T15:19:35.180Z | Checking num-iter v0.1.45 |
| 2420 | 2026-04-06T15:19:35.253Z | Checking heapless v0.7.17 |
| 2421 | 2026-04-06T15:19:35.291Z | Checking goblin v0.8.2 |
| 2422 | 2026-04-06T15:19:35.419Z | Checking hyper-util v0.1.20 |
| 2423 | 2026-04-06T15:19:35.518Z | Checking flate2 v1.1.9 |
| 2424 | 2026-04-06T15:19:35.637Z | Checking dof v0.4.0 |
| 2425 | 2026-04-06T15:19:35.655Z | Checking rand v0.8.5 |
| 2426 | 2026-04-06T15:19:35.668Z | Checking tower-http v0.6.8 |
| 2427 | 2026-04-06T15:19:35.808Z | Checking zstd-safe v7.2.4 |
| 2428 | 2026-04-06T15:19:35.933Z | Checking oxnet v0.1.4 |
| 2429 | 2026-04-06T15:19:35.973Z | Checking cookie v0.18.1 |
| 2430 | 2026-04-06T15:19:35.986Z | Checking tokio-native-tls v0.3.1 |
| 2431 | 2026-04-06T15:19:36.129Z | Checking dtrace-parser v0.3.0 |
| 2432 | 2026-04-06T15:19:36.143Z | Checking phf_shared v0.13.1 |
| 2433 | 2026-04-06T15:19:36.161Z | Checking lazy_static v1.5.0 |
| 2434 | 2026-04-06T15:19:36.173Z | Checking terminal_size v0.4.3 |
| 2435 | 2026-04-06T15:19:36.197Z | Checking zerocopy v0.7.35 |
| 2436 | 2026-04-06T15:19:36.248Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2437 | 2026-04-06T15:19:36.258Z | Checking signal-hook v0.3.18 |
| 2438 | 2026-04-06T15:19:36.281Z | Checking hkdf v0.12.4 |
| 2439 | 2026-04-06T15:19:36.328Z | Checking crypto-bigint v0.5.5 |
| 2440 | 2026-04-06T15:19:36.331Z | Checking thread-id v5.1.0 |
| 2441 | 2026-04-06T15:19:36.366Z | Checking bumpalo v3.20.2 |
| 2442 | 2026-04-06T15:19:36.431Z | Checking managed v0.8.0 |
| 2443 | 2026-04-06T15:19:36.442Z | Checking winnow v0.7.14 |
| 2444 | 2026-04-06T15:19:36.446Z | Checking strsim v0.11.1 |
| 2445 | 2026-04-06T15:19:36.561Z | Checking winnow v0.5.40 |
| 2446 | 2026-04-06T15:19:36.599Z | Checking libbz2-rs-sys v0.2.2 |
| 2447 | 2026-04-06T15:19:36.611Z | Checking foldhash v0.1.5 |
| 2448 | 2026-04-06T15:19:36.667Z | Checking hyper-rustls v0.27.7 |
| 2449 | 2026-04-06T15:19:36.680Z | Compiling rayon-core v1.13.0 |
| 2450 | 2026-04-06T15:19:36.740Z | Checking bitflags v1.3.2 |
| 2451 | 2026-04-06T15:19:36.812Z | Checking either v1.15.0 |
| 2452 | 2026-04-06T15:19:36.852Z | Checking clap_lex v1.0.0 |
| 2453 | 2026-04-06T15:19:36.872Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2454 | 2026-04-06T15:19:36.985Z | Checking bzip2 v0.6.1 |
| 2455 | 2026-04-06T15:19:37.008Z | Checking clap_builder v4.5.60 |
| 2456 | 2026-04-06T15:19:37.022Z | Checking smoltcp v0.9.1 |
| 2457 | 2026-04-06T15:19:37.052Z | Checking hashbrown v0.15.5 |
| 2458 | 2026-04-06T15:19:37.145Z | Checking hyper-tls v0.6.0 |
| 2459 | 2026-04-06T15:19:37.161Z | Checking dof v0.3.0 |
| 2460 | 2026-04-06T15:19:37.235Z | Checking elliptic-curve v0.13.8 |
| 2461 | 2026-04-06T15:19:37.309Z | Checking zopfli v0.8.3 |
| 2462 | 2026-04-06T15:19:37.436Z | Checking signal-hook-mio v0.2.5 |
| 2463 | 2026-04-06T15:19:37.507Z | Checking usdt-impl v0.6.0 |
| 2464 | 2026-04-06T15:19:37.535Z | Checking bzip2 v0.4.4 |
| 2465 | 2026-04-06T15:19:37.538Z | Checking phf v0.13.1 |
| 2466 | 2026-04-06T15:19:37.597Z | Checking num-bigint-dig v0.8.6 |
| 2467 | 2026-04-06T15:19:37.612Z | Checking cookie_store v0.22.1 |
| 2468 | 2026-04-06T15:19:37.682Z | Checking zstd v0.13.3 |
| 2469 | 2026-04-06T15:19:37.692Z | Checking toml_edit v0.19.15 |
| 2470 | 2026-04-06T15:19:37.704Z | Checking postgres-types v0.2.12 |
| 2471 | 2026-04-06T15:19:37.781Z | Checking dtrace-parser v0.2.0 |
| 2472 | 2026-04-06T15:19:37.860Z | Checking rustls-platform-verifier v0.6.2 |
| 2473 | 2026-04-06T15:19:37.873Z | Checking crossbeam-deque v0.8.6 |
| 2474 | 2026-04-06T15:19:37.938Z | Checking regex v1.12.3 |
| 2475 | 2026-04-06T15:19:37.995Z | Checking bstr v1.12.1 |
| 2476 | 2026-04-06T15:19:38.011Z | Checking ed25519 v2.2.3 |
| 2477 | 2026-04-06T15:19:38.015Z | Checking phf_shared v0.11.3 |
| 2478 | 2026-04-06T15:19:38.042Z | Checking curve25519-dalek v4.1.3 |
| 2479 | 2026-04-06T15:19:38.163Z | Checking ref-cast v1.0.25 |
| 2480 | 2026-04-06T15:19:38.192Z | Checking strum v0.27.2 |
| 2481 | 2026-04-06T15:19:38.210Z | Checking hubpack v0.1.2 |
| 2482 | 2026-04-06T15:19:38.227Z | Checking memoffset v0.9.1 |
| 2483 | 2026-04-06T15:19:38.255Z | Checking rustix v0.38.44 |
| 2484 | 2026-04-06T15:19:38.300Z | Checking pkcs1 v0.7.5 |
| 2485 | 2026-04-06T15:19:38.311Z | Checking float-cmp v0.10.0 |
| 2486 | 2026-04-06T15:19:38.368Z | Checking erased-serde v0.3.31 |
| 2487 | 2026-04-06T15:19:38.381Z | Checking hex v0.4.3 |
| 2488 | 2026-04-06T15:19:38.395Z | Checking serde-big-array v0.5.1 |
| 2489 | 2026-04-06T15:19:38.431Z | Checking rfc6979 v0.4.0 |
| 2490 | 2026-04-06T15:19:38.507Z | Checking thread-id v4.2.2 |
| 2491 | 2026-04-06T15:19:38.522Z | Checking memmap2 v0.9.10 |
| 2492 | 2026-04-06T15:19:38.544Z | Checking env_filter v1.0.0 |
| 2493 | 2026-04-06T15:19:38.584Z | Checking encoding_rs v0.8.35 |
| 2494 | 2026-04-06T15:19:38.595Z | Checking predicates-core v1.0.10 |
| 2495 | 2026-04-06T15:19:38.678Z | Checking rustc-hash v2.1.1 |
| 2496 | 2026-04-06T15:19:38.678Z | Checking fixedbitset v0.4.2 |
| 2497 | 2026-04-06T15:19:38.713Z | Checking precomputed-hash v0.1.1 |
| 2498 | 2026-04-06T15:19:38.716Z | Checking jiff v0.2.21 |
| 2499 | 2026-04-06T15:19:38.740Z | Checking keccak v0.1.6 |
| 2500 | 2026-04-06T15:19:38.791Z | Checking fixedbitset v0.5.7 |
| 2501 | 2026-04-06T15:19:38.794Z | Checking mime v0.3.17 |
| 2502 | 2026-04-06T15:19:38.813Z | Checking static_assertions v1.1.0 |
| 2503 | 2026-04-06T15:19:38.824Z | Checking unicode-segmentation v1.12.0 |
| 2504 | 2026-04-06T15:19:38.880Z | Checking normalize-line-endings v0.3.0 |
| 2505 | 2026-04-06T15:19:38.900Z | Checking data-encoding v2.10.0 |
| 2506 | 2026-04-06T15:19:38.961Z | Checking whoami v2.1.0 |
| 2507 | 2026-04-06T15:19:38.973Z | Checking new_debug_unreachable v1.0.6 |
| 2508 | 2026-04-06T15:19:38.990Z | Checking toml_write v0.1.2 |
| 2509 | 2026-04-06T15:19:39.039Z | Checking difflib v0.4.0 |
| 2510 | 2026-04-06T15:19:39.056Z | Checking crossterm v0.28.1 |
| 2511 | 2026-04-06T15:19:39.135Z | Checking similar v2.7.0 |
| 2512 | 2026-04-06T15:19:39.152Z | Checking tokio-postgres v0.7.16 |
| 2513 | 2026-04-06T15:19:39.152Z | Checking toml_edit v0.22.27 |
| 2514 | 2026-04-06T15:19:39.184Z | Checking hickory-proto v0.25.2 |
| 2515 | 2026-04-06T15:19:39.213Z | Checking predicates v3.1.4 |
| 2516 | 2026-04-06T15:19:39.508Z | Checking string_cache v0.8.9 |
| 2517 | 2026-04-06T15:19:39.520Z | Checking petgraph v0.8.3 |
| 2518 | 2026-04-06T15:19:39.540Z | Checking reqwest v0.12.28 |
| 2519 | 2026-04-06T15:19:39.674Z | Checking sha3 v0.10.8 |
| 2520 | 2026-04-06T15:19:39.770Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2521 | 2026-04-06T15:19:39.882Z | Checking petgraph v0.6.5 |
| 2522 | 2026-04-06T15:19:40.268Z | Checking ed25519-dalek v2.2.0 |
| 2523 | 2026-04-06T15:19:40.440Z | Checking slog v2.8.2 |
| 2524 | 2026-04-06T15:19:40.499Z | Checking toml v0.7.8 |
| 2525 | 2026-04-06T15:19:40.700Z | Checking env_logger v0.11.9 |
| 2526 | 2026-04-06T15:19:40.799Z | Checking usdt v0.6.0 |
| 2527 | 2026-04-06T15:19:40.888Z | Checking serde_with v3.17.0 |
| 2528 | 2026-04-06T15:19:40.965Z | Checking usdt-impl v0.5.0 |
| 2529 | 2026-04-06T15:19:40.979Z | Checking zip v4.6.1 |
| 2530 | 2026-04-06T15:19:41.051Z | Checking ecdsa v0.16.9 |
| 2531 | 2026-04-06T15:19:41.095Z | Checking rsa v0.9.10 |
| 2532 | 2026-04-06T15:19:41.200Z | Checking nix v0.31.1 |
| 2533 | 2026-04-06T15:19:41.239Z | Checking clap v4.5.60 |
| 2534 | 2026-04-06T15:19:41.380Z | Checking reqwest v0.13.2 |
| 2535 | 2026-04-06T15:19:41.548Z | Checking zip v0.6.6 |
| 2536 | 2026-04-06T15:19:41.559Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2537 | 2026-04-06T15:19:41.652Z | Checking itertools v0.13.0 |
| 2538 | 2026-04-06T15:19:41.866Z | Checking strum v0.26.3 |
| 2539 | 2026-04-06T15:19:41.878Z | Checking fs-err v3.3.0 |
| 2540 | 2026-04-06T15:19:41.932Z | Checking ahash v0.8.12 |
| 2541 | 2026-04-06T15:19:41.944Z | Checking object v0.37.3 |
| 2542 | 2026-04-06T15:19:41.973Z | Checking tokio-stream v0.1.18 |
| 2543 | 2026-04-06T15:19:42.125Z | Checking buf-list v1.1.2 |
| 2544 | 2026-04-06T15:19:42.164Z | Checking anyhow v1.0.102 |
| 2545 | 2026-04-06T15:19:42.188Z | Checking camino v1.2.2 |
| 2546 | 2026-04-06T15:19:42.215Z | Checking x509-cert v0.2.5 |
| 2547 | 2026-04-06T15:19:42.275Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2548 | 2026-04-06T15:19:42.303Z | Checking openapiv3 v2.2.0 |
| 2549 | 2026-04-06T15:19:42.353Z | Checking sha1 v0.10.6 |
| 2550 | 2026-04-06T15:19:42.356Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2551 | 2026-04-06T15:19:42.428Z | Checking peg-runtime v0.8.5 |
| 2552 | 2026-04-06T15:19:42.512Z | Checking lalrpop-util v0.19.12 |
| 2553 | 2026-04-06T15:19:42.536Z | Checking rayon v1.11.0 |
| 2554 | 2026-04-06T15:19:42.555Z | Checking sigpipe v0.1.3 |
| 2555 | 2026-04-06T15:19:42.567Z | Checking glob v0.3.3 |
| 2556 | 2026-04-06T15:19:44.136Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2557 | 2026-04-06T15:19:44.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.30s |
| 2558 | 2026-04-06T15:19:44.581Z | |
| 2559 | 2026-04-06T15:19:44.581Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (67/270) |
| 2560 | 2026-04-06T15:19:45.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2561 | 2026-04-06T15:19:45.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2562 | 2026-04-06T15:19:45.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2563 | 2026-04-06T15:19:45.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2564 | 2026-04-06T15:19:45.175Z | |
| 2565 | 2026-04-06T15:19:45.175Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/270) |
| 2566 | 2026-04-06T15:19:45.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2567 | 2026-04-06T15:19:45.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2568 | 2026-04-06T15:19:45.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2569 | 2026-04-06T15:19:45.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2570 | 2026-04-06T15:19:45.770Z | |
| 2571 | 2026-04-06T15:19:45.770Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/270) |
| 2572 | 2026-04-06T15:19:46.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2573 | 2026-04-06T15:19:46.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2574 | 2026-04-06T15:19:46.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2575 | 2026-04-06T15:19:46.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2576 | 2026-04-06T15:19:46.366Z | |
| 2577 | 2026-04-06T15:19:46.366Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/270) |
| 2578 | 2026-04-06T15:19:46.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2579 | 2026-04-06T15:19:46.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2580 | 2026-04-06T15:19:46.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2581 | 2026-04-06T15:19:46.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2582 | 2026-04-06T15:19:46.960Z | |
| 2583 | 2026-04-06T15:19:46.960Z | info: running `cargo check --bins` on omicron-passwords (71/270) |
| 2584 | 2026-04-06T15:19:47.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2585 | 2026-04-06T15:19:47.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2586 | 2026-04-06T15:19:47.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2587 | 2026-04-06T15:19:47.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2588 | 2026-04-06T15:19:47.532Z | |
| 2589 | 2026-04-06T15:19:47.533Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/270) |
| 2590 | 2026-04-06T15:19:48.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2591 | 2026-04-06T15:19:48.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2592 | 2026-04-06T15:19:48.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2593 | 2026-04-06T15:19:48.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2594 | 2026-04-06T15:19:48.109Z | |
| 2595 | 2026-04-06T15:19:48.109Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/270) |
| 2596 | 2026-04-06T15:19:48.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2597 | 2026-04-06T15:19:48.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2598 | 2026-04-06T15:19:48.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2599 | 2026-04-06T15:19:48.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2600 | 2026-04-06T15:19:48.686Z | |
| 2601 | 2026-04-06T15:19:48.686Z | info: running `cargo check --bins --no-default-features` on gfss (74/270) |
| 2602 | 2026-04-06T15:19:49.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2603 | 2026-04-06T15:19:49.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2604 | 2026-04-06T15:19:49.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2605 | 2026-04-06T15:19:49.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2606 | 2026-04-06T15:19:49.261Z | |
| 2607 | 2026-04-06T15:19:49.261Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/270) |
| 2608 | 2026-04-06T15:19:49.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2609 | 2026-04-06T15:19:49.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2610 | 2026-04-06T15:19:49.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2611 | 2026-04-06T15:19:49.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2612 | 2026-04-06T15:19:49.823Z | |
| 2613 | 2026-04-06T15:19:49.823Z | info: running `cargo check --bins` on internal-dns-types (76/270) |
| 2614 | 2026-04-06T15:19:50.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2615 | 2026-04-06T15:19:50.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2616 | 2026-04-06T15:19:50.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2617 | 2026-04-06T15:19:50.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2618 | 2026-04-06T15:19:50.407Z | |
| 2619 | 2026-04-06T15:19:50.407Z | info: running `cargo check --bins` on internal-dns-types-versions (77/270) |
| 2620 | 2026-04-06T15:19:50.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2621 | 2026-04-06T15:19:50.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2622 | 2026-04-06T15:19:50.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2623 | 2026-04-06T15:19:50.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2624 | 2026-04-06T15:19:50.992Z | |
| 2625 | 2026-04-06T15:19:50.992Z | info: running `cargo check --bins` on nexus-types-versions (78/270) |
| 2626 | 2026-04-06T15:19:51.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2627 | 2026-04-06T15:19:51.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2628 | 2026-04-06T15:19:51.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2629 | 2026-04-06T15:19:51.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2630 | 2026-04-06T15:19:51.597Z | |
| 2631 | 2026-04-06T15:19:51.597Z | info: running `cargo check --bins` on oxql-types (79/270) |
| 2632 | 2026-04-06T15:19:52.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2633 | 2026-04-06T15:19:52.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2634 | 2026-04-06T15:19:52.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2635 | 2026-04-06T15:19:52.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2636 | 2026-04-06T15:19:52.179Z | |
| 2637 | 2026-04-06T15:19:52.179Z | info: running `cargo check --bins` on oximeter-types (80/270) |
| 2638 | 2026-04-06T15:19:52.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2639 | 2026-04-06T15:19:52.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2640 | 2026-04-06T15:19:52.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2641 | 2026-04-06T15:19:52.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2642 | 2026-04-06T15:19:52.761Z | |
| 2643 | 2026-04-06T15:19:52.761Z | info: running `cargo check --bins` on oximeter-types-versions (81/270) |
| 2644 | 2026-04-06T15:19:53.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2026-04-06T15:19:53.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2026-04-06T15:19:53.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2647 | 2026-04-06T15:19:53.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2648 | 2026-04-06T15:19:53.345Z | |
| 2649 | 2026-04-06T15:19:53.345Z | info: running `cargo check --bins` on oximeter-macro-impl (82/270) |
| 2650 | 2026-04-06T15:19:53.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2026-04-06T15:19:53.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2026-04-06T15:19:53.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2026-04-06T15:19:53.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2654 | 2026-04-06T15:19:53.918Z | |
| 2655 | 2026-04-06T15:19:53.918Z | info: running `cargo check --bins --no-default-features` on oximeter-db (83/270) |
| 2656 | 2026-04-06T15:19:54.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2026-04-06T15:19:54.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2026-04-06T15:19:54.587Z | Compiling structmeta-derive v0.3.0 |
| 2659 | 2026-04-06T15:19:54.700Z | Compiling rustls v0.22.4 |
| 2660 | 2026-04-06T15:19:54.709Z | Compiling multer v3.1.0 |
| 2661 | 2026-04-06T15:19:54.718Z | Compiling async-stream-impl v0.3.6 |
| 2662 | 2026-04-06T15:19:54.720Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2663 | 2026-04-06T15:19:54.738Z | Compiling dropshot v0.16.7 |
| 2664 | 2026-04-06T15:19:54.752Z | Compiling dropshot_endpoint v0.16.7 |
| 2665 | 2026-04-06T15:19:54.752Z | Compiling newtype-uuid-macros v0.1.0 |
| 2666 | 2026-04-06T15:19:54.891Z | Checking newtype-uuid v1.3.2 |
| 2667 | 2026-04-06T15:19:54.936Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2668 | 2026-04-06T15:19:54.990Z | Checking rustls-webpki v0.102.8 |
| 2669 | 2026-04-06T15:19:55.084Z | Checking daft v0.1.5 |
| 2670 | 2026-04-06T15:19:55.102Z | Checking futures-executor v0.3.32 |
| 2671 | 2026-04-06T15:19:55.317Z | Checking thread_local v1.1.9 |
| 2672 | 2026-04-06T15:19:55.333Z | Compiling match_cfg v0.1.0 |
| 2673 | 2026-04-06T15:19:55.406Z | Compiling hostname v0.3.1 |
| 2674 | 2026-04-06T15:19:55.480Z | Checking iddqd v0.3.17 |
| 2675 | 2026-04-06T15:19:55.495Z | Checking futures v0.3.32 |
| 2676 | 2026-04-06T15:19:55.512Z | Checking crossbeam-channel v0.5.15 |
| 2677 | 2026-04-06T15:19:55.537Z | Checking slog-json v2.6.1 |
| 2678 | 2026-04-06T15:19:55.735Z | Compiling structmeta v0.3.0 |
| 2679 | 2026-04-06T15:19:55.774Z | Checking serde_spanned v1.0.4 |
| 2680 | 2026-04-06T15:19:55.900Z | Checking is-terminal v0.4.17 |
| 2681 | 2026-04-06T15:19:55.946Z | Compiling derive-ex v0.1.8 |
| 2682 | 2026-04-06T15:19:55.984Z | Compiling parse-display-derive v0.10.0 |
| 2683 | 2026-04-06T15:19:55.996Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2684 | 2026-04-06T15:19:56.010Z | Checking debug-ignore v1.0.5 |
| 2685 | 2026-04-06T15:19:56.106Z | Checking term v1.2.1 |
| 2686 | 2026-04-06T15:19:56.314Z | Checking take_mut v0.2.2 |
| 2687 | 2026-04-06T15:19:56.326Z | Checking slog-term v2.9.2 |
| 2688 | 2026-04-06T15:19:56.383Z | Checking toml v0.9.12+spec-1.1.0 |
| 2689 | 2026-04-06T15:19:56.417Z | Checking slog-async v2.8.0 |
| 2690 | 2026-04-06T15:19:56.479Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2691 | 2026-04-06T15:19:56.580Z | Compiling slog-bunyan v2.5.0 |
| 2692 | 2026-04-06T15:19:56.704Z | Compiling async-stream v0.3.6 |
| 2693 | 2026-04-06T15:19:56.786Z | Checking tokio-rustls v0.25.0 |
| 2694 | 2026-04-06T15:19:56.841Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2695 | 2026-04-06T15:19:56.948Z | Checking progenitor-client v0.13.0 |
| 2696 | 2026-04-06T15:19:56.961Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2697 | 2026-04-06T15:19:57.096Z | Checking backon v1.6.0 |
| 2698 | 2026-04-06T15:19:57.173Z | Checking waitgroup v0.1.2 |
| 2699 | 2026-04-06T15:19:57.273Z | Checking rustls-pemfile v2.2.0 |
| 2700 | 2026-04-06T15:19:57.585Z | Checking serde_path_to_error v0.1.20 |
| 2701 | 2026-04-06T15:19:57.598Z | Compiling test-strategy v0.4.5 |
| 2702 | 2026-04-06T15:19:57.636Z | Compiling hostname v0.4.2 |
| 2703 | 2026-04-06T15:19:57.678Z | Checking instant v0.1.13 |
| 2704 | 2026-04-06T15:19:57.782Z | Compiling prettyplease v0.2.37 |
| 2705 | 2026-04-06T15:19:57.820Z | Checking backoff v0.4.0 |
| 2706 | 2026-04-06T15:19:57.875Z | Compiling parse-display v0.10.0 |
| 2707 | 2026-04-06T15:19:58.000Z | Compiling progenitor-extras v0.1.1 |
| 2708 | 2026-04-06T15:19:58.133Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2709 | 2026-04-06T15:19:58.236Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2710 | 2026-04-06T15:19:58.372Z | Checking progenitor-client v0.10.0 |
| 2711 | 2026-04-06T15:19:58.386Z | Checking itertools v0.14.0 |
| 2712 | 2026-04-06T15:19:58.607Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2713 | 2026-04-06T15:19:58.959Z | Checking regress v0.10.5 |
| 2714 | 2026-04-06T15:19:59.046Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2715 | 2026-04-06T15:19:59.465Z | Checking macaddr v1.0.1 |
| 2716 | 2026-04-06T15:19:59.657Z | Checking num-rational v0.4.2 |
| 2717 | 2026-04-06T15:19:59.837Z | Compiling usdt-macro v0.5.0 |
| 2718 | 2026-04-06T15:19:59.859Z | Compiling usdt-attr-macro v0.5.0 |
| 2719 | 2026-04-06T15:19:59.931Z | Checking num-complex v0.4.6 |
| 2720 | 2026-04-06T15:20:00.267Z | Checking memmap v0.7.0 |
| 2721 | 2026-04-06T15:20:00.329Z | Checking num v0.4.3 |
| 2722 | 2026-04-06T15:20:00.385Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2723 | 2026-04-06T15:20:00.414Z | Compiling float-ord v0.3.2 |
| 2724 | 2026-04-06T15:20:00.537Z | Compiling toml v0.8.23 |
| 2725 | 2026-04-06T15:20:00.560Z | Compiling minimal-lexical v0.2.1 |
| 2726 | 2026-04-06T15:20:00.585Z | Checking linked-hash-map v0.5.6 |
| 2727 | 2026-04-06T15:20:00.628Z | Checking usdt v0.5.0 |
| 2728 | 2026-04-06T15:20:00.754Z | Checking lru-cache v0.1.2 |
| 2729 | 2026-04-06T15:20:00.792Z | Compiling nom v7.1.3 |
| 2730 | 2026-04-06T15:20:01.204Z | Checking hickory-proto v0.24.4 |
| 2731 | 2026-04-06T15:20:01.310Z | Checking phf_shared v0.12.1 |
| 2732 | 2026-04-06T15:20:01.454Z | Compiling slog-dtrace v0.3.0 |
| 2733 | 2026-04-06T15:20:01.631Z | Checking resolv-conf v0.7.6 |
| 2734 | 2026-04-06T15:20:01.648Z | Compiling convert_case v0.4.0 |
| 2735 | 2026-04-06T15:20:01.813Z | Compiling chrono-tz v0.10.4 |
| 2736 | 2026-04-06T15:20:01.993Z | Checking heck v0.5.0 |
| 2737 | 2026-04-06T15:20:02.027Z | Compiling derive_more v0.99.20 |
| 2738 | 2026-04-06T15:20:02.134Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2739 | 2026-04-06T15:20:02.149Z | Compiling const_format_proc_macros v0.2.34 |
| 2740 | 2026-04-06T15:20:02.603Z | Checking phf v0.12.1 |
| 2741 | 2026-04-06T15:20:02.637Z | Checking tokio-dtrace v0.1.1 |
| 2742 | 2026-04-06T15:20:02.743Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2743 | 2026-04-06T15:20:02.825Z | Compiling derive-where v1.6.0 |
| 2744 | 2026-04-06T15:20:02.959Z | Checking highway v1.3.0 |
| 2745 | 2026-04-06T15:20:02.986Z | Checking hickory-resolver v0.24.4 |
| 2746 | 2026-04-06T15:20:03.256Z | Checking const_format v0.2.35 |
| 2747 | 2026-04-06T15:20:03.283Z | Checking oxide-tokio-rt v0.1.3 |
| 2748 | 2026-04-06T15:20:03.734Z | Checking gethostname v0.5.0 |
| 2749 | 2026-04-06T15:20:03.747Z | Checking bcs v0.1.6 |
| 2750 | 2026-04-06T15:20:03.826Z | Compiling async-recursion v1.1.1 |
| 2751 | 2026-04-06T15:20:03.977Z | Checking termtree v0.5.1 |
| 2752 | 2026-04-06T15:20:04.159Z | Checking qorb v0.4.1 |
| 2753 | 2026-04-06T15:20:04.575Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2754 | 2026-04-06T15:20:04.636Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2755 | 2026-04-06T15:20:05.012Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2756 | 2026-04-06T15:20:06.253Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2757 | 2026-04-06T15:20:06.353Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2758 | 2026-04-06T15:20:08.424Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2759 | 2026-04-06T15:20:11.110Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2760 | 2026-04-06T15:20:13.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s |
| 2761 | 2026-04-06T15:20:13.370Z | |
| 2762 | 2026-04-06T15:20:13.370Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/270) |
| 2763 | 2026-04-06T15:20:13.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2026-04-06T15:20:13.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2026-04-06T15:20:14.027Z | Compiling ar_archive_writer v0.5.1 |
| 2766 | 2026-04-06T15:20:14.135Z | Compiling stacker v0.1.23 |
| 2767 | 2026-04-06T15:20:14.142Z | Compiling cfg_aliases v0.1.1 |
| 2768 | 2026-04-06T15:20:14.148Z | Compiling convert_case v0.10.0 |
| 2769 | 2026-04-06T15:20:14.154Z | Checking unicode-width v0.1.14 |
| 2770 | 2026-04-06T15:20:14.162Z | Compiling proc-macro-error v1.0.4 |
| 2771 | 2026-04-06T15:20:14.172Z | Checking fd-lock v4.0.4 |
| 2772 | 2026-04-06T15:20:14.176Z | Checking nibble_vec v0.1.0 |
| 2773 | 2026-04-06T15:20:14.200Z | Compiling nix v0.28.0 |
| 2774 | 2026-04-06T15:20:14.287Z | Checking vte v0.14.1 |
| 2775 | 2026-04-06T15:20:14.299Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2776 | 2026-04-06T15:20:14.419Z | Checking endian-type v0.1.2 |
| 2777 | 2026-04-06T15:20:14.429Z | Checking bytecount v0.6.9 |
| 2778 | 2026-04-06T15:20:14.456Z | Compiling derive_more-impl v2.1.1 |
| 2779 | 2026-04-06T15:20:14.481Z | Checking strip-ansi-escapes v0.2.1 |
| 2780 | 2026-04-06T15:20:14.493Z | Compiling tabled_derive v0.7.0 |
| 2781 | 2026-04-06T15:20:14.524Z | Checking papergrid v0.11.0 |
| 2782 | 2026-04-06T15:20:14.540Z | Checking radix_trie v0.2.1 |
| 2783 | 2026-04-06T15:20:14.588Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2784 | 2026-04-06T15:20:14.724Z | Compiling peg-macros v0.8.5 |
| 2785 | 2026-04-06T15:20:14.806Z | Checking winnow v0.6.26 |
| 2786 | 2026-04-06T15:20:14.999Z | Compiling psm v0.1.30 |
| 2787 | 2026-04-06T15:20:15.051Z | Compiling sqlparser_derive v0.5.0 |
| 2788 | 2026-04-06T15:20:15.139Z | Checking nu-ansi-term v0.50.3 |
| 2789 | 2026-04-06T15:20:15.265Z | Checking derive_more v2.1.1 |
| 2790 | 2026-04-06T15:20:15.344Z | Checking unicode-width v0.2.0 |
| 2791 | 2026-04-06T15:20:15.356Z | Checking unicode_categories v0.1.1 |
| 2792 | 2026-04-06T15:20:15.449Z | Checking home v0.5.12 |
| 2793 | 2026-04-06T15:20:15.511Z | Checking tabled v0.15.0 |
| 2794 | 2026-04-06T15:20:15.535Z | Checking crossterm v0.29.0 |
| 2795 | 2026-04-06T15:20:15.558Z | Checking rustyline v14.0.0 |
| 2796 | 2026-04-06T15:20:15.588Z | Checking reedline v0.40.0 |
| 2797 | 2026-04-06T15:20:15.764Z | Checking recursive v0.1.1 |
| 2798 | 2026-04-06T15:20:15.816Z | Checking display-error-chain v0.2.2 |
| 2799 | 2026-04-06T15:20:15.855Z | Checking sqlparser v0.61.0 |
| 2800 | 2026-04-06T15:20:15.950Z | Checking sqlformat v0.3.5 |
| 2801 | 2026-04-06T15:20:16.081Z | Checking peg v0.8.5 |
| 2802 | 2026-04-06T15:20:27.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s |
| 2803 | 2026-04-06T15:20:27.211Z | |
| 2804 | 2026-04-06T15:20:27.211Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/270) |
| 2805 | 2026-04-06T15:20:27.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2806 | 2026-04-06T15:20:27.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2807 | 2026-04-06T15:20:27.869Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2808 | 2026-04-06T15:20:31.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2809 | 2026-04-06T15:20:31.453Z | |
| 2810 | 2026-04-06T15:20:31.453Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/270) |
| 2811 | 2026-04-06T15:20:31.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2026-04-06T15:20:31.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2026-04-06T15:20:32.111Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2814 | 2026-04-06T15:20:34.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 2815 | 2026-04-06T15:20:34.679Z | |
| 2816 | 2026-04-06T15:20:34.679Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/270) |
| 2817 | 2026-04-06T15:20:35.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2818 | 2026-04-06T15:20:35.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2819 | 2026-04-06T15:20:35.326Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2820 | 2026-04-06T15:20:38.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s |
| 2821 | 2026-04-06T15:20:38.670Z | |
| 2822 | 2026-04-06T15:20:38.670Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/270) |
| 2823 | 2026-04-06T15:20:39.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2824 | 2026-04-06T15:20:39.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2825 | 2026-04-06T15:20:39.328Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2826 | 2026-04-06T15:20:42.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
| 2827 | 2026-04-06T15:20:42.712Z | |
| 2828 | 2026-04-06T15:20:42.712Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/270) |
| 2829 | 2026-04-06T15:20:43.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2830 | 2026-04-06T15:20:43.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2831 | 2026-04-06T15:20:43.364Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2832 | 2026-04-06T15:20:45.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 2833 | 2026-04-06T15:20:46.081Z | |
| 2834 | 2026-04-06T15:20:46.081Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/270) |
| 2835 | 2026-04-06T15:20:46.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2836 | 2026-04-06T15:20:46.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2837 | 2026-04-06T15:20:46.730Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2838 | 2026-04-06T15:20:49.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 2839 | 2026-04-06T15:20:49.481Z | |
| 2840 | 2026-04-06T15:20:49.481Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/270) |
| 2841 | 2026-04-06T15:20:49.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2842 | 2026-04-06T15:20:49.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2843 | 2026-04-06T15:20:50.135Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2844 | 2026-04-06T15:20:53.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 2845 | 2026-04-06T15:20:53.681Z | |
| 2846 | 2026-04-06T15:20:53.681Z | info: running `cargo check --bins` on oximeter (92/270) |
| 2847 | 2026-04-06T15:20:54.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2848 | 2026-04-06T15:20:54.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2849 | 2026-04-06T15:20:54.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2850 | 2026-04-06T15:20:54.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2851 | 2026-04-06T15:20:54.265Z | |
| 2852 | 2026-04-06T15:20:54.265Z | info: running `cargo check --bins` on oximeter-schema (93/270) |
| 2853 | 2026-04-06T15:20:54.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2854 | 2026-04-06T15:20:54.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2855 | 2026-04-06T15:20:54.879Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2856 | 2026-04-06T15:20:55.039Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2857 | 2026-04-06T15:20:55.054Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2858 | 2026-04-06T15:20:55.377Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2859 | 2026-04-06T15:20:58.791Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2860 | 2026-04-06T15:20:59.110Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2861 | 2026-04-06T15:21:00.203Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2862 | 2026-04-06T15:21:00.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s |
| 2863 | 2026-04-06T15:21:01.044Z | |
| 2864 | 2026-04-06T15:21:01.045Z | info: running `cargo check --bins` on oximeter-timeseries-macro (94/270) |
| 2865 | 2026-04-06T15:21:01.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2866 | 2026-04-06T15:21:01.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2867 | 2026-04-06T15:21:01.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2868 | 2026-04-06T15:21:01.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2869 | 2026-04-06T15:21:01.624Z | |
| 2870 | 2026-04-06T15:21:01.624Z | info: running `cargo check --bins` on oximeter-test-utils (95/270) |
| 2871 | 2026-04-06T15:21:02.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2026-04-06T15:21:02.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2026-04-06T15:21:02.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2874 | 2026-04-06T15:21:02.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2875 | 2026-04-06T15:21:02.248Z | |
| 2876 | 2026-04-06T15:21:02.248Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/270) |
| 2877 | 2026-04-06T15:21:02.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2026-04-06T15:21:02.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2026-04-06T15:21:02.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2026-04-06T15:21:02.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2881 | 2026-04-06T15:21:02.835Z | |
| 2882 | 2026-04-06T15:21:02.835Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/270) |
| 2883 | 2026-04-06T15:21:03.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2026-04-06T15:21:03.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2026-04-06T15:21:03.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2886 | 2026-04-06T15:21:03.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2887 | 2026-04-06T15:21:03.414Z | |
| 2888 | 2026-04-06T15:21:03.415Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/270) |
| 2889 | 2026-04-06T15:21:03.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2890 | 2026-04-06T15:21:03.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2891 | 2026-04-06T15:21:03.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2892 | 2026-04-06T15:21:03.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2893 | 2026-04-06T15:21:04.003Z | |
| 2894 | 2026-04-06T15:21:04.003Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/270) |
| 2895 | 2026-04-06T15:21:04.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2026-04-06T15:21:04.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2026-04-06T15:21:04.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2898 | 2026-04-06T15:21:04.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2899 | 2026-04-06T15:21:04.591Z | |
| 2900 | 2026-04-06T15:21:04.591Z | info: running `cargo check --bins` on trust-quorum-types (100/270) |
| 2901 | 2026-04-06T15:21:05.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2902 | 2026-04-06T15:21:05.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2903 | 2026-04-06T15:21:05.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2904 | 2026-04-06T15:21:05.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2905 | 2026-04-06T15:21:05.165Z | |
| 2906 | 2026-04-06T15:21:05.165Z | info: running `cargo check --bins` on trust-quorum-test-utils (101/270) |
| 2907 | 2026-04-06T15:21:05.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2908 | 2026-04-06T15:21:05.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2909 | 2026-04-06T15:21:05.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2910 | 2026-04-06T15:21:05.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2911 | 2026-04-06T15:21:05.760Z | |
| 2912 | 2026-04-06T15:21:05.760Z | info: running `cargo check --bins` on update-engine (102/270) |
| 2913 | 2026-04-06T15:21:06.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2914 | 2026-04-06T15:21:06.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2915 | 2026-04-06T15:21:06.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2916 | 2026-04-06T15:21:06.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2917 | 2026-04-06T15:21:06.336Z | |
| 2918 | 2026-04-06T15:21:06.336Z | info: running `cargo check --bins` on omicron-clickhouse-admin (103/270) |
| 2919 | 2026-04-06T15:21:06.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2920 | 2026-04-06T15:21:06.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2921 | 2026-04-06T15:21:07.046Z | Compiling crucible-workspace-hack v0.1.0 |
| 2922 | 2026-04-06T15:21:07.162Z | Checking secrecy v0.10.3 |
| 2923 | 2026-04-06T15:21:07.169Z | Compiling heapless v0.8.0 |
| 2924 | 2026-04-06T15:21:07.176Z | Compiling ingot-macros v0.1.1 |
| 2925 | 2026-04-06T15:21:07.183Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2926 | 2026-04-06T15:21:07.183Z | Checking hash32 v0.3.1 |
| 2927 | 2026-04-06T15:21:07.203Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2928 | 2026-04-06T15:21:07.203Z | Compiling smoltcp v0.11.0 |
| 2929 | 2026-04-06T15:21:07.263Z | Checking cobs v0.3.0 |
| 2930 | 2026-04-06T15:21:07.310Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2931 | 2026-04-06T15:21:07.410Z | Checking universal-hash v0.5.1 |
| 2932 | 2026-04-06T15:21:07.410Z | Checking half v2.7.1 |
| 2933 | 2026-04-06T15:21:07.445Z | Checking opaque-debug v0.3.1 |
| 2934 | 2026-04-06T15:21:07.531Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2935 | 2026-04-06T15:21:07.550Z | Checking ciborium-io v0.2.2 |
| 2936 | 2026-04-06T15:21:07.566Z | Checking poly1305 v0.8.0 |
| 2937 | 2026-04-06T15:21:07.638Z | Checking postcard v1.1.3 |
| 2938 | 2026-04-06T15:21:07.659Z | Checking ciborium-ll v0.2.2 |
| 2939 | 2026-04-06T15:21:07.687Z | Compiling proc-macro-crate v3.4.0 |
| 2940 | 2026-04-06T15:21:07.837Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2941 | 2026-04-06T15:21:07.853Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2942 | 2026-04-06T15:21:07.920Z | Checking password-hash v0.5.0 |
| 2943 | 2026-04-06T15:21:08.121Z | Checking chacha20 v0.9.1 |
| 2944 | 2026-04-06T15:21:08.135Z | Compiling proc-macro-crate v1.3.1 |
| 2945 | 2026-04-06T15:21:08.147Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2946 | 2026-04-06T15:21:08.213Z | Checking blake2 v0.10.6 |
| 2947 | 2026-04-06T15:21:08.228Z | Compiling num_enum_derive v0.7.5 |
| 2948 | 2026-04-06T15:21:08.310Z | Checking aead v0.5.2 |
| 2949 | 2026-04-06T15:21:08.379Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2950 | 2026-04-06T15:21:08.451Z | Compiling foreign-types-macros v0.2.3 |
| 2951 | 2026-04-06T15:21:08.454Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2952 | 2026-04-06T15:21:08.476Z | Checking thiserror-no-std v2.0.2 |
| 2953 | 2026-04-06T15:21:08.537Z | Checking foreign-types-shared v0.3.1 |
| 2954 | 2026-04-06T15:21:08.560Z | Checking cpufeatures v0.3.0 |
| 2955 | 2026-04-06T15:21:08.586Z | Checking vsss-rs v3.3.4 |
| 2956 | 2026-04-06T15:21:08.626Z | Compiling num_enum_derive v0.5.11 |
| 2957 | 2026-04-06T15:21:08.640Z | Checking chacha20 v0.10.0 |
| 2958 | 2026-04-06T15:21:08.698Z | Checking chacha20poly1305 v0.10.1 |
| 2959 | 2026-04-06T15:21:08.825Z | Checking argon2 v0.5.3 |
| 2960 | 2026-04-06T15:21:08.847Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2961 | 2026-04-06T15:21:09.031Z | Checking foreign-types v0.5.0 |
| 2962 | 2026-04-06T15:21:09.126Z | Checking ciborium v0.2.2 |
| 2963 | 2026-04-06T15:21:09.212Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2964 | 2026-04-06T15:21:09.255Z | Checking num_enum v0.7.5 |
| 2965 | 2026-04-06T15:21:09.275Z | Checking console v0.15.11 |
| 2966 | 2026-04-06T15:21:09.383Z | Checking tabwriter v1.4.1 |
| 2967 | 2026-04-06T15:21:09.492Z | Checking newline-converter v0.3.0 |
| 2968 | 2026-04-06T15:21:09.530Z | Checking camino-tempfile v1.4.1 |
| 2969 | 2026-04-06T15:21:09.545Z | Checking atomicwrites v0.4.4 |
| 2970 | 2026-04-06T15:21:09.574Z | Checking byte-wrapper v0.1.0 |
| 2971 | 2026-04-06T15:21:09.605Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2972 | 2026-04-06T15:21:09.656Z | Checking cstr-argument v0.1.2 |
| 2973 | 2026-04-06T15:21:09.668Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2974 | 2026-04-06T15:21:09.684Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2975 | 2026-04-06T15:21:09.709Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2976 | 2026-04-06T15:21:09.777Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2977 | 2026-04-06T15:21:09.780Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2978 | 2026-04-06T15:21:09.883Z | Checking expectorate v1.2.0 |
| 2979 | 2026-04-06T15:21:09.937Z | Checking ingot-types v0.1.2 |
| 2980 | 2026-04-06T15:21:09.950Z | Checking num_enum v0.5.11 |
| 2981 | 2026-04-06T15:21:10.015Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2982 | 2026-04-06T15:21:10.028Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2983 | 2026-04-06T15:21:10.059Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2984 | 2026-04-06T15:21:10.110Z | Checking rand v0.10.0 |
| 2985 | 2026-04-06T15:21:10.132Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2986 | 2026-04-06T15:21:10.176Z | Checking colored v3.1.1 |
| 2987 | 2026-04-06T15:21:10.256Z | Checking indent_write v2.2.0 |
| 2988 | 2026-04-06T15:21:10.294Z | Checking ingot v0.1.1 |
| 2989 | 2026-04-06T15:21:10.345Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2990 | 2026-04-06T15:21:10.372Z | Compiling zone_cfg_derive v0.3.1 |
| 2991 | 2026-04-06T15:21:10.384Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2992 | 2026-04-06T15:21:10.409Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2993 | 2026-04-06T15:21:10.438Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2994 | 2026-04-06T15:21:10.451Z | Checking itertools v0.12.1 |
| 2995 | 2026-04-06T15:21:10.561Z | Compiling num-derive v0.4.2 |
| 2996 | 2026-04-06T15:21:10.610Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2997 | 2026-04-06T15:21:10.795Z | Checking swrite v0.1.0 |
| 2998 | 2026-04-06T15:21:10.809Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2999 | 2026-04-06T15:21:10.890Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3000 | 2026-04-06T15:21:11.026Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3001 | 2026-04-06T15:21:11.183Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3002 | 2026-04-06T15:21:11.201Z | Checking dropshot-api-manager-types v0.6.0 |
| 3003 | 2026-04-06T15:21:11.296Z | Checking smf v0.2.3 |
| 3004 | 2026-04-06T15:21:11.367Z | Checking nanorand v0.7.0 |
| 3005 | 2026-04-06T15:21:11.382Z | Checking whoami v1.6.1 |
| 3006 | 2026-04-06T15:21:11.452Z | Checking zone v0.3.1 |
| 3007 | 2026-04-06T15:21:11.465Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3008 | 2026-04-06T15:21:11.478Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3009 | 2026-04-06T15:21:11.532Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3010 | 2026-04-06T15:21:11.557Z | Checking flume v0.11.1 |
| 3011 | 2026-04-06T15:21:11.866Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3012 | 2026-04-06T15:21:12.805Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3013 | 2026-04-06T15:21:13.620Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3014 | 2026-04-06T15:21:16.151Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3015 | 2026-04-06T15:21:18.247Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3016 | 2026-04-06T15:21:19.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s |
| 3017 | 2026-04-06T15:21:19.461Z | |
| 3018 | 2026-04-06T15:21:19.461Z | info: running `cargo check --bins` on clickhouse-admin-api (104/270) |
| 3019 | 2026-04-06T15:21:19.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-04-06T15:21:19.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-04-06T15:21:19.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2026-04-06T15:21:19.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3023 | 2026-04-06T15:21:20.047Z | |
| 3024 | 2026-04-06T15:21:20.047Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (105/270) |
| 3025 | 2026-04-06T15:21:20.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-04-06T15:21:20.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-04-06T15:21:20.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-04-06T15:21:20.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3029 | 2026-04-06T15:21:20.643Z | |
| 3030 | 2026-04-06T15:21:20.643Z | info: running `cargo check --bins` on bootstrap-agent-client (106/270) |
| 3031 | 2026-04-06T15:21:21.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-04-06T15:21:21.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-04-06T15:21:21.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-04-06T15:21:21.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3035 | 2026-04-06T15:21:21.242Z | |
| 3036 | 2026-04-06T15:21:21.242Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/270) |
| 3037 | 2026-04-06T15:21:21.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-04-06T15:21:21.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-04-06T15:21:21.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-04-06T15:21:21.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3041 | 2026-04-06T15:21:21.837Z | |
| 3042 | 2026-04-06T15:21:21.837Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (108/270) |
| 3043 | 2026-04-06T15:21:22.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-04-06T15:21:22.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-04-06T15:21:22.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-04-06T15:21:22.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3047 | 2026-04-06T15:21:22.433Z | |
| 3048 | 2026-04-06T15:21:22.433Z | info: running `cargo check --bins` on clickhouse-admin-server-client (109/270) |
| 3049 | 2026-04-06T15:21:22.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-04-06T15:21:22.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-04-06T15:21:22.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-04-06T15:21:22.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3053 | 2026-04-06T15:21:23.025Z | |
| 3054 | 2026-04-06T15:21:23.026Z | info: running `cargo check --bins` on clickhouse-admin-single-client (110/270) |
| 3055 | 2026-04-06T15:21:23.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-04-06T15:21:23.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-04-06T15:21:23.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2026-04-06T15:21:23.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3059 | 2026-04-06T15:21:23.620Z | |
| 3060 | 2026-04-06T15:21:23.620Z | info: running `cargo check --bins` on cockroach-admin-client (111/270) |
| 3061 | 2026-04-06T15:21:24.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2026-04-06T15:21:24.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2026-04-06T15:21:24.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2026-04-06T15:21:24.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3065 | 2026-04-06T15:21:24.199Z | |
| 3066 | 2026-04-06T15:21:24.199Z | info: running `cargo check --bins` on omicron-ddm-admin-client (112/270) |
| 3067 | 2026-04-06T15:21:24.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2026-04-06T15:21:24.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2026-04-06T15:21:24.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2026-04-06T15:21:24.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3071 | 2026-04-06T15:21:24.792Z | |
| 3072 | 2026-04-06T15:21:24.792Z | info: running `cargo check --bins` on dns-service-client (113/270) |
| 3073 | 2026-04-06T15:21:25.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2026-04-06T15:21:25.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2026-04-06T15:21:25.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3076 | 2026-04-06T15:21:25.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3077 | 2026-04-06T15:21:25.383Z | |
| 3078 | 2026-04-06T15:21:25.383Z | info: running `cargo check --bins` on installinator-client (114/270) |
| 3079 | 2026-04-06T15:21:25.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3080 | 2026-04-06T15:21:25.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3081 | 2026-04-06T15:21:25.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3082 | 2026-04-06T15:21:25.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3083 | 2026-04-06T15:21:25.978Z | |
| 3084 | 2026-04-06T15:21:25.978Z | info: running `cargo check --bins` on nexus-client (115/270) |
| 3085 | 2026-04-06T15:21:26.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2026-04-06T15:21:26.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2026-04-06T15:21:26.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3088 | 2026-04-06T15:21:26.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3089 | 2026-04-06T15:21:26.603Z | |
| 3090 | 2026-04-06T15:21:26.603Z | info: running `cargo check --bins` on nexus-lockstep-client (116/270) |
| 3091 | 2026-04-06T15:21:27.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3092 | 2026-04-06T15:21:27.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3093 | 2026-04-06T15:21:27.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3094 | 2026-04-06T15:21:27.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3095 | 2026-04-06T15:21:27.230Z | |
| 3096 | 2026-04-06T15:21:27.230Z | info: running `cargo check --bins` on ntp-admin-client (117/270) |
| 3097 | 2026-04-06T15:21:27.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3098 | 2026-04-06T15:21:27.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3099 | 2026-04-06T15:21:27.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3100 | 2026-04-06T15:21:27.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3101 | 2026-04-06T15:21:27.810Z | |
| 3102 | 2026-04-06T15:21:27.810Z | info: running `cargo check --bins` on oxide-client (118/270) |
| 3103 | 2026-04-06T15:21:28.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3104 | 2026-04-06T15:21:28.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3105 | 2026-04-06T15:21:28.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3106 | 2026-04-06T15:21:28.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3107 | 2026-04-06T15:21:28.389Z | |
| 3108 | 2026-04-06T15:21:28.389Z | info: running `cargo check --bins` on oximeter-client (119/270) |
| 3109 | 2026-04-06T15:21:28.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3110 | 2026-04-06T15:21:28.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3111 | 2026-04-06T15:21:28.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3112 | 2026-04-06T15:21:28.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3113 | 2026-04-06T15:21:28.979Z | |
| 3114 | 2026-04-06T15:21:28.980Z | info: running `cargo check --bins` on repo-depot-client (120/270) |
| 3115 | 2026-04-06T15:21:29.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2026-04-06T15:21:29.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2026-04-06T15:21:29.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2026-04-06T15:21:29.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3119 | 2026-04-06T15:21:29.560Z | |
| 3120 | 2026-04-06T15:21:29.560Z | info: running `cargo check --bins` on sled-agent-client (121/270) |
| 3121 | 2026-04-06T15:21:30.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2026-04-06T15:21:30.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2026-04-06T15:21:30.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2026-04-06T15:21:30.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3125 | 2026-04-06T15:21:30.161Z | |
| 3126 | 2026-04-06T15:21:30.162Z | info: running `cargo check --bins` on wicketd-client (122/270) |
| 3127 | 2026-04-06T15:21:30.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2026-04-06T15:21:30.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2026-04-06T15:21:30.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3130 | 2026-04-06T15:21:30.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3131 | 2026-04-06T15:21:30.777Z | |
| 3132 | 2026-04-06T15:21:30.777Z | info: running `cargo check --bins` on installinator-common (123/270) |
| 3133 | 2026-04-06T15:21:31.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3134 | 2026-04-06T15:21:31.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3135 | 2026-04-06T15:21:31.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3136 | 2026-04-06T15:21:31.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3137 | 2026-04-06T15:21:31.387Z | |
| 3138 | 2026-04-06T15:21:31.388Z | info: running `cargo check --bins` on installinator-common-versions (124/270) |
| 3139 | 2026-04-06T15:21:31.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3140 | 2026-04-06T15:21:31.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3141 | 2026-04-06T15:21:31.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3142 | 2026-04-06T15:21:31.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3143 | 2026-04-06T15:21:31.969Z | |
| 3144 | 2026-04-06T15:21:31.969Z | info: running `cargo check --bins` on wicket-common (125/270) |
| 3145 | 2026-04-06T15:21:32.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3146 | 2026-04-06T15:21:32.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3147 | 2026-04-06T15:21:32.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3148 | 2026-04-06T15:21:32.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3149 | 2026-04-06T15:21:32.572Z | |
| 3150 | 2026-04-06T15:21:32.572Z | info: running `cargo check --bins` on omicron-cockroach-admin (126/270) |
| 3151 | 2026-04-06T15:21:33.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3152 | 2026-04-06T15:21:33.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3153 | 2026-04-06T15:21:33.249Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3154 | 2026-04-06T15:21:33.362Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3155 | 2026-04-06T15:21:33.370Z | Checking csv-core v0.1.13 |
| 3156 | 2026-04-06T15:21:33.377Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3157 | 2026-04-06T15:21:33.384Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3158 | 2026-04-06T15:21:33.392Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3159 | 2026-04-06T15:21:33.404Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3160 | 2026-04-06T15:21:33.413Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3161 | 2026-04-06T15:21:33.527Z | Checking csv v1.4.0 |
| 3162 | 2026-04-06T15:21:33.540Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3163 | 2026-04-06T15:21:33.597Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3164 | 2026-04-06T15:21:33.618Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3165 | 2026-04-06T15:21:33.853Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3166 | 2026-04-06T15:21:34.210Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3167 | 2026-04-06T15:21:34.215Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3168 | 2026-04-06T15:21:34.551Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3169 | 2026-04-06T15:21:39.668Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3170 | 2026-04-06T15:21:40.289Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3171 | 2026-04-06T15:21:42.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.03s |
| 3172 | 2026-04-06T15:21:42.808Z | |
| 3173 | 2026-04-06T15:21:42.808Z | info: running `cargo check --bins` on cockroach-admin-api (127/270) |
| 3174 | 2026-04-06T15:21:43.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-04-06T15:21:43.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-04-06T15:21:43.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3177 | 2026-04-06T15:21:43.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3178 | 2026-04-06T15:21:43.390Z | |
| 3179 | 2026-04-06T15:21:43.390Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (128/270) |
| 3180 | 2026-04-06T15:21:43.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3181 | 2026-04-06T15:21:43.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3182 | 2026-04-06T15:21:43.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3183 | 2026-04-06T15:21:43.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3184 | 2026-04-06T15:21:44.089Z | |
| 3185 | 2026-04-06T15:21:44.089Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/270) |
| 3186 | 2026-04-06T15:21:44.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3187 | 2026-04-06T15:21:44.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3188 | 2026-04-06T15:21:44.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3189 | 2026-04-06T15:21:44.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3190 | 2026-04-06T15:21:44.730Z | |
| 3191 | 2026-04-06T15:21:44.731Z | info: running `cargo check --bins` on gateway-test-utils (130/270) |
| 3192 | 2026-04-06T15:21:45.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2026-04-06T15:21:45.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2026-04-06T15:21:45.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2026-04-06T15:21:45.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3196 | 2026-04-06T15:21:45.359Z | |
| 3197 | 2026-04-06T15:21:45.359Z | info: running `cargo check --bins` on omicron-gateway (131/270) |
| 3198 | 2026-04-06T15:21:45.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-04-06T15:21:45.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-04-06T15:21:46.098Z | Compiling typify-impl v0.6.1 |
| 3201 | 2026-04-06T15:21:46.236Z | Compiling unsafe-libyaml v0.2.11 |
| 3202 | 2026-04-06T15:21:46.246Z | Compiling semver v0.1.20 |
| 3203 | 2026-04-06T15:21:46.257Z | Compiling radium v0.7.0 |
| 3204 | 2026-04-06T15:21:46.269Z | Compiling pin-project-internal v1.1.11 |
| 3205 | 2026-04-06T15:21:46.279Z | Checking tap v1.0.1 |
| 3206 | 2026-04-06T15:21:46.289Z | Compiling maybe-uninit v2.0.0 |
| 3207 | 2026-04-06T15:21:46.381Z | Checking wyz v0.5.1 |
| 3208 | 2026-04-06T15:21:46.513Z | Compiling rustc_version v0.1.7 |
| 3209 | 2026-04-06T15:21:46.598Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3210 | 2026-04-06T15:21:46.627Z | Compiling snafu-derive v0.8.9 |
| 3211 | 2026-04-06T15:21:46.730Z | Compiling serde_yaml v0.9.34+deprecated |
| 3212 | 2026-04-06T15:21:46.774Z | Compiling newtype_derive v0.1.6 |
| 3213 | 2026-04-06T15:21:46.951Z | Compiling zerocopy-derive v0.6.6 |
| 3214 | 2026-04-06T15:21:46.962Z | Checking same-file v1.0.6 |
| 3215 | 2026-04-06T15:21:47.078Z | Compiling cancel-safe-futures v0.1.5 |
| 3216 | 2026-04-06T15:21:47.286Z | Compiling owo-colors v4.3.0 |
| 3217 | 2026-04-06T15:21:47.335Z | Checking funty v2.0.0 |
| 3218 | 2026-04-06T15:21:47.374Z | Checking pin-project v1.1.11 |
| 3219 | 2026-04-06T15:21:47.473Z | Compiling packed_struct v0.10.1 |
| 3220 | 2026-04-06T15:21:47.603Z | Checking crc-catalog v2.4.0 |
| 3221 | 2026-04-06T15:21:47.651Z | Checking bitvec v1.0.1 |
| 3222 | 2026-04-06T15:21:47.697Z | Checking crc v3.4.0 |
| 3223 | 2026-04-06T15:21:47.773Z | Checking zerocopy v0.6.6 |
| 3224 | 2026-04-06T15:21:47.807Z | Checking walkdir v2.5.0 |
| 3225 | 2026-04-06T15:21:47.971Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3226 | 2026-04-06T15:21:47.994Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3227 | 2026-04-06T15:21:48.063Z | Checking globset v0.4.18 |
| 3228 | 2026-04-06T15:21:48.082Z | Checking olpc-cjson v0.1.4 |
| 3229 | 2026-04-06T15:21:48.162Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3230 | 2026-04-06T15:21:48.216Z | Checking pem v3.0.6 |
| 3231 | 2026-04-06T15:21:48.314Z | Compiling packed_struct_codegen v0.10.1 |
| 3232 | 2026-04-06T15:21:48.328Z | Checking libsw-core v0.3.2 |
| 3233 | 2026-04-06T15:21:48.377Z | Checking serde_plain v1.0.2 |
| 3234 | 2026-04-06T15:21:48.410Z | Compiling bitfield-macros v0.19.4 |
| 3235 | 2026-04-06T15:21:48.476Z | Compiling indexmap v1.9.3 |
| 3236 | 2026-04-06T15:21:48.496Z | Checking typed-path v0.9.3 |
| 3237 | 2026-04-06T15:21:48.509Z | Checking snafu v0.8.9 |
| 3238 | 2026-04-06T15:21:48.522Z | Checking nodrop v0.1.14 |
| 3239 | 2026-04-06T15:21:48.611Z | Checking array-init v0.0.4 |
| 3240 | 2026-04-06T15:21:48.688Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3241 | 2026-04-06T15:21:48.746Z | Checking libsw v3.5.0 |
| 3242 | 2026-04-06T15:21:48.897Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3243 | 2026-04-06T15:21:48.910Z | Checking smallvec v0.6.14 |
| 3244 | 2026-04-06T15:21:48.942Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3245 | 2026-04-06T15:21:49.110Z | Checking bitfield v0.19.4 |
| 3246 | 2026-04-06T15:21:49.145Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3247 | 2026-04-06T15:21:49.259Z | Checking tough v0.20.0 |
| 3248 | 2026-04-06T15:21:49.275Z | Checking linear-map v1.2.0 |
| 3249 | 2026-04-06T15:21:49.316Z | Checking base64 v0.21.7 |
| 3250 | 2026-04-06T15:21:49.352Z | Checking unicode-linebreak v0.1.5 |
| 3251 | 2026-04-06T15:21:49.416Z | Checking tagptr v0.2.0 |
| 3252 | 2026-04-06T15:21:49.480Z | Checking hashbrown v0.12.3 |
| 3253 | 2026-04-06T15:21:49.559Z | Checking smawk v0.3.2 |
| 3254 | 2026-04-06T15:21:49.573Z | Checking moka v0.12.13 |
| 3255 | 2026-04-06T15:21:49.586Z | Checking ron v0.8.1 |
| 3256 | 2026-04-06T15:21:49.674Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3257 | 2026-04-06T15:21:49.690Z | Checking textwrap v0.16.2 |
| 3258 | 2026-04-06T15:21:49.912Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3259 | 2026-04-06T15:21:50.085Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3260 | 2026-04-06T15:21:50.107Z | Checking steno v0.4.1 |
| 3261 | 2026-04-06T15:21:50.622Z | Checking serde-hex v0.1.0 |
| 3262 | 2026-04-06T15:21:50.629Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3263 | 2026-04-06T15:21:50.629Z | Checking hashbrown v0.13.2 |
| 3264 | 2026-04-06T15:21:50.630Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3265 | 2026-04-06T15:21:50.630Z | Compiling typify-macro v0.6.1 |
| 3266 | 2026-04-06T15:21:50.806Z | Checking humantime v2.3.0 |
| 3267 | 2026-04-06T15:21:50.891Z | Checking crc-any v2.5.0 |
| 3268 | 2026-04-06T15:21:50.924Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3269 | 2026-04-06T15:21:50.988Z | Checking object v0.30.4 |
| 3270 | 2026-04-06T15:21:51.067Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3271 | 2026-04-06T15:21:51.103Z | Checking hickory-resolver v0.25.2 |
| 3272 | 2026-04-06T15:21:51.137Z | Checking void v1.0.2 |
| 3273 | 2026-04-06T15:21:51.232Z | Checking half v1.8.3 |
| 3274 | 2026-04-06T15:21:51.245Z | Checking path-slash v0.1.5 |
| 3275 | 2026-04-06T15:21:51.259Z | Checking utf-8 v0.7.6 |
| 3276 | 2026-04-06T15:21:51.347Z | Checking lzss v0.8.2 |
| 3277 | 2026-04-06T15:21:51.393Z | Checking tungstenite v0.23.0 |
| 3278 | 2026-04-06T15:21:51.424Z | Checking serde_cbor v0.11.2 |
| 3279 | 2026-04-06T15:21:51.674Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3280 | 2026-04-06T15:21:51.686Z | Checking nix v0.27.1 |
| 3281 | 2026-04-06T15:21:51.793Z | Checking kstat-rs v0.2.4 |
| 3282 | 2026-04-06T15:21:51.807Z | Checking fxhash v0.2.1 |
| 3283 | 2026-04-06T15:21:51.811Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3284 | 2026-04-06T15:21:51.831Z | Checking serde_bytes v0.11.19 |
| 3285 | 2026-04-06T15:21:51.923Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3286 | 2026-04-06T15:21:51.975Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3287 | 2026-04-06T15:21:51.999Z | Checking tokio-tungstenite v0.23.1 |
| 3288 | 2026-04-06T15:21:52.217Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3289 | 2026-04-06T15:21:52.229Z | Checking signal-hook-tokio v0.3.1 |
| 3290 | 2026-04-06T15:21:52.318Z | Compiling typify v0.6.1 |
| 3291 | 2026-04-06T15:21:52.402Z | Compiling progenitor-impl v0.13.0 |
| 3292 | 2026-04-06T15:21:53.372Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3293 | 2026-04-06T15:21:53.896Z | Compiling progenitor-macro v0.13.0 |
| 3294 | 2026-04-06T15:21:54.281Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3295 | 2026-04-06T15:21:54.590Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3296 | 2026-04-06T15:21:56.196Z | Checking progenitor v0.13.0 |
| 3297 | 2026-04-06T15:21:56.309Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3298 | 2026-04-06T15:21:56.315Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3299 | 2026-04-06T15:21:59.256Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3300 | 2026-04-06T15:22:06.530Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3301 | 2026-04-06T15:22:15.609Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3302 | 2026-04-06T15:22:15.640Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3303 | 2026-04-06T15:22:15.640Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3304 | 2026-04-06T15:22:16.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.12s |
| 3305 | 2026-04-06T15:22:16.701Z | |
| 3306 | 2026-04-06T15:22:16.701Z | info: running `cargo check --bins` on gateway-api (132/270) |
| 3307 | 2026-04-06T15:22:17.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2026-04-06T15:22:17.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2026-04-06T15:22:17.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3310 | 2026-04-06T15:22:17.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3311 | 2026-04-06T15:22:17.288Z | |
| 3312 | 2026-04-06T15:22:17.289Z | info: running `cargo check --bins` on ipcc (133/270) |
| 3313 | 2026-04-06T15:22:17.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3314 | 2026-04-06T15:22:17.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3315 | 2026-04-06T15:22:17.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3316 | 2026-04-06T15:22:17.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3317 | 2026-04-06T15:22:17.872Z | |
| 3318 | 2026-04-06T15:22:17.872Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (134/270) |
| 3319 | 2026-04-06T15:22:18.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2026-04-06T15:22:18.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2026-04-06T15:22:18.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3322 | 2026-04-06T15:22:18.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3323 | 2026-04-06T15:22:18.446Z | |
| 3324 | 2026-04-06T15:22:18.446Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (135/270) |
| 3325 | 2026-04-06T15:22:18.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2026-04-06T15:22:18.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2026-04-06T15:22:18.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2026-04-06T15:22:18.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3329 | 2026-04-06T15:22:19.032Z | |
| 3330 | 2026-04-06T15:22:19.032Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (136/270) |
| 3331 | 2026-04-06T15:22:19.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2026-04-06T15:22:19.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2026-04-06T15:22:19.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2026-04-06T15:22:19.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3335 | 2026-04-06T15:22:19.615Z | |
| 3336 | 2026-04-06T15:22:19.615Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/270) |
| 3337 | 2026-04-06T15:22:20.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2026-04-06T15:22:20.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2026-04-06T15:22:20.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2026-04-06T15:22:20.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3341 | 2026-04-06T15:22:20.198Z | |
| 3342 | 2026-04-06T15:22:20.198Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (138/270) |
| 3343 | 2026-04-06T15:22:20.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2026-04-06T15:22:20.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2026-04-06T15:22:20.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2026-04-06T15:22:20.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3347 | 2026-04-06T15:22:20.789Z | |
| 3348 | 2026-04-06T15:22:20.789Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (139/270) |
| 3349 | 2026-04-06T15:22:21.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2026-04-06T15:22:21.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2026-04-06T15:22:21.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2026-04-06T15:22:21.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3353 | 2026-04-06T15:22:21.379Z | |
| 3354 | 2026-04-06T15:22:21.379Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (140/270) |
| 3355 | 2026-04-06T15:22:21.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2026-04-06T15:22:21.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2026-04-06T15:22:21.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2026-04-06T15:22:21.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3359 | 2026-04-06T15:22:21.970Z | |
| 3360 | 2026-04-06T15:22:21.970Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (141/270) |
| 3361 | 2026-04-06T15:22:22.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2026-04-06T15:22:22.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2026-04-06T15:22:22.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2026-04-06T15:22:22.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3365 | 2026-04-06T15:22:22.558Z | |
| 3366 | 2026-04-06T15:22:22.558Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (142/270) |
| 3367 | 2026-04-06T15:22:23.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-04-06T15:22:23.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-04-06T15:22:23.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-04-06T15:22:23.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3371 | 2026-04-06T15:22:23.145Z | |
| 3372 | 2026-04-06T15:22:23.145Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (143/270) |
| 3373 | 2026-04-06T15:22:23.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-04-06T15:22:23.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-04-06T15:22:23.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-04-06T15:22:23.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3377 | 2026-04-06T15:22:23.733Z | |
| 3378 | 2026-04-06T15:22:23.733Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (144/270) |
| 3379 | 2026-04-06T15:22:24.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-04-06T15:22:24.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-04-06T15:22:24.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-04-06T15:22:24.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3383 | 2026-04-06T15:22:24.317Z | |
| 3384 | 2026-04-06T15:22:24.317Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (145/270) |
| 3385 | 2026-04-06T15:22:24.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-04-06T15:22:24.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-04-06T15:22:24.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-04-06T15:22:24.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3389 | 2026-04-06T15:22:24.905Z | |
| 3390 | 2026-04-06T15:22:24.905Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (146/270) |
| 3391 | 2026-04-06T15:22:25.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-04-06T15:22:25.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-04-06T15:22:25.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-04-06T15:22:25.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3395 | 2026-04-06T15:22:25.494Z | |
| 3396 | 2026-04-06T15:22:25.494Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (147/270) |
| 3397 | 2026-04-06T15:22:25.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-04-06T15:22:25.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-04-06T15:22:25.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-04-06T15:22:25.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3401 | 2026-04-06T15:22:26.076Z | |
| 3402 | 2026-04-06T15:22:26.076Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (148/270) |
| 3403 | 2026-04-06T15:22:26.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-04-06T15:22:26.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-04-06T15:22:26.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-04-06T15:22:26.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3407 | 2026-04-06T15:22:26.657Z | |
| 3408 | 2026-04-06T15:22:26.657Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (149/270) |
| 3409 | 2026-04-06T15:22:27.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-04-06T15:22:27.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-04-06T15:22:27.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2026-04-06T15:22:27.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3413 | 2026-04-06T15:22:27.243Z | |
| 3414 | 2026-04-06T15:22:27.243Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (150/270) |
| 3415 | 2026-04-06T15:22:27.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-04-06T15:22:27.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-04-06T15:22:27.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-04-06T15:22:27.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3419 | 2026-04-06T15:22:27.828Z | |
| 3420 | 2026-04-06T15:22:27.828Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (151/270) |
| 3421 | 2026-04-06T15:22:28.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-04-06T15:22:28.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-04-06T15:22:28.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-04-06T15:22:28.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3425 | 2026-04-06T15:22:28.421Z | |
| 3426 | 2026-04-06T15:22:28.421Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (152/270) |
| 3427 | 2026-04-06T15:22:28.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-04-06T15:22:28.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-04-06T15:22:28.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3430 | 2026-04-06T15:22:28.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3431 | 2026-04-06T15:22:29.014Z | |
| 3432 | 2026-04-06T15:22:29.014Z | info: running `cargo check --bins` on oximeter-producer (153/270) |
| 3433 | 2026-04-06T15:22:29.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-04-06T15:22:29.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-04-06T15:22:29.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-04-06T15:22:29.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3437 | 2026-04-06T15:22:29.642Z | |
| 3438 | 2026-04-06T15:22:29.642Z | info: running `cargo check --bins` on internal-dns-resolver (154/270) |
| 3439 | 2026-04-06T15:22:30.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-04-06T15:22:30.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-04-06T15:22:30.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-04-06T15:22:30.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3443 | 2026-04-06T15:22:30.234Z | |
| 3444 | 2026-04-06T15:22:30.234Z | info: running `cargo check --bins` on dns-server (155/270) |
| 3445 | 2026-04-06T15:22:30.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-04-06T15:22:30.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-04-06T15:22:30.869Z | Compiling parking_lot_core v0.8.6 |
| 3448 | 2026-04-06T15:22:30.869Z | Compiling atomicwrites v0.4.4 |
| 3449 | 2026-04-06T15:22:30.869Z | Compiling git-stub v1.0.0 |
| 3450 | 2026-04-06T15:22:30.871Z | Checking prefix-trie v0.7.0 |
| 3451 | 2026-04-06T15:22:30.871Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3452 | 2026-04-06T15:22:31.097Z | Compiling git-stub-vcs v0.1.0 |
| 3453 | 2026-04-06T15:22:31.258Z | Checking hickory-server v0.25.2 |
| 3454 | 2026-04-06T15:22:31.370Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3455 | 2026-04-06T15:22:31.393Z | Checking parking_lot v0.11.2 |
| 3456 | 2026-04-06T15:22:31.453Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3457 | 2026-04-06T15:22:31.456Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3458 | 2026-04-06T15:22:31.563Z | Checking sled v0.34.7 |
| 3459 | 2026-04-06T15:22:33.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 3460 | 2026-04-06T15:22:33.629Z | |
| 3461 | 2026-04-06T15:22:33.629Z | info: running `cargo check --bins` on dns-server-api (156/270) |
| 3462 | 2026-04-06T15:22:34.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2026-04-06T15:22:34.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2026-04-06T15:22:34.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3465 | 2026-04-06T15:22:34.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3466 | 2026-04-06T15:22:34.207Z | |
| 3467 | 2026-04-06T15:22:34.207Z | info: running `cargo check --bins` on sp-sim (157/270) |
| 3468 | 2026-04-06T15:22:34.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2026-04-06T15:22:34.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2026-04-06T15:22:34.912Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3471 | 2026-04-06T15:22:36.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
| 3472 | 2026-04-06T15:22:36.836Z | |
| 3473 | 2026-04-06T15:22:36.836Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (158/270) |
| 3474 | 2026-04-06T15:22:37.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-04-06T15:22:37.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-04-06T15:22:37.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-04-06T15:22:37.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3478 | 2026-04-06T15:22:37.473Z | |
| 3479 | 2026-04-06T15:22:37.473Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/270) |
| 3480 | 2026-04-06T15:22:38.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-04-06T15:22:38.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-04-06T15:22:38.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-04-06T15:22:38.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3484 | 2026-04-06T15:22:38.116Z | |
| 3485 | 2026-04-06T15:22:38.116Z | info: running `cargo check --bins` on db-macros (160/270) |
| 3486 | 2026-04-06T15:22:38.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-04-06T15:22:38.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-04-06T15:22:38.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2026-04-06T15:22:38.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3490 | 2026-04-06T15:22:38.692Z | |
| 3491 | 2026-04-06T15:22:38.692Z | info: running `cargo check --bins` on nexus-macros-common (161/270) |
| 3492 | 2026-04-06T15:22:39.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-04-06T15:22:39.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-04-06T15:22:39.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-04-06T15:22:39.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3496 | 2026-04-06T15:22:39.264Z | |
| 3497 | 2026-04-06T15:22:39.264Z | info: running `cargo check --bins` on nexus-auth (162/270) |
| 3498 | 2026-04-06T15:22:39.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-04-06T15:22:39.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-04-06T15:22:39.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-04-06T15:22:39.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3502 | 2026-04-06T15:22:39.895Z | |
| 3503 | 2026-04-06T15:22:39.895Z | info: running `cargo check --bins` on authz-macros (163/270) |
| 3504 | 2026-04-06T15:22:40.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-04-06T15:22:40.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-04-06T15:22:40.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-04-06T15:22:40.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3508 | 2026-04-06T15:22:40.468Z | |
| 3509 | 2026-04-06T15:22:40.468Z | info: running `cargo check --bins` on nexus-db-fixed-data (164/270) |
| 3510 | 2026-04-06T15:22:40.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-04-06T15:22:41.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-04-06T15:22:41.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-04-06T15:22:41.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3514 | 2026-04-06T15:22:41.098Z | |
| 3515 | 2026-04-06T15:22:41.099Z | info: running `cargo check --bins` on nexus-db-model (165/270) |
| 3516 | 2026-04-06T15:22:41.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-04-06T15:22:41.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-04-06T15:22:41.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-04-06T15:22:41.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3520 | 2026-04-06T15:22:41.728Z | |
| 3521 | 2026-04-06T15:22:41.728Z | info: running `cargo check --bins` on nexus-db-schema (166/270) |
| 3522 | 2026-04-06T15:22:42.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-04-06T15:22:42.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-04-06T15:22:42.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-04-06T15:22:42.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3526 | 2026-04-06T15:22:42.302Z | |
| 3527 | 2026-04-06T15:22:42.302Z | info: running `cargo check --bins` on omicron-rpaths (167/270) |
| 3528 | 2026-04-06T15:22:42.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-04-06T15:22:42.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-04-06T15:22:42.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-04-06T15:22:42.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3532 | 2026-04-06T15:22:42.875Z | |
| 3533 | 2026-04-06T15:22:42.875Z | info: running `cargo check --bins` on nexus-defaults (168/270) |
| 3534 | 2026-04-06T15:22:43.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-04-06T15:22:43.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-04-06T15:22:43.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-04-06T15:22:43.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3538 | 2026-04-06T15:22:43.464Z | |
| 3539 | 2026-04-06T15:22:43.464Z | info: running `cargo check --bins` on omicron-cockroach-metrics (169/270) |
| 3540 | 2026-04-06T15:22:43.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-04-06T15:22:43.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-04-06T15:22:43.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-04-06T15:22:43.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3544 | 2026-04-06T15:22:44.039Z | |
| 3545 | 2026-04-06T15:22:44.039Z | info: running `cargo check --bins` on parallel-task-set (170/270) |
| 3546 | 2026-04-06T15:22:44.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-04-06T15:22:44.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-04-06T15:22:44.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-04-06T15:22:44.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3550 | 2026-04-06T15:22:44.611Z | |
| 3551 | 2026-04-06T15:22:44.611Z | info: running `cargo check --bins` on nexus-db-errors (171/270) |
| 3552 | 2026-04-06T15:22:45.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-04-06T15:22:45.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-04-06T15:22:45.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-04-06T15:22:45.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3556 | 2026-04-06T15:22:45.252Z | |
| 3557 | 2026-04-06T15:22:45.252Z | info: running `cargo check --bins` on nexus-db-lookup (172/270) |
| 3558 | 2026-04-06T15:22:45.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-04-06T15:22:45.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-04-06T15:22:45.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-04-06T15:22:45.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3562 | 2026-04-06T15:22:45.896Z | |
| 3563 | 2026-04-06T15:22:45.896Z | info: running `cargo check --bins` on nexus-inventory (173/270) |
| 3564 | 2026-04-06T15:22:46.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-04-06T15:22:46.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-04-06T15:22:46.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-04-06T15:22:46.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3568 | 2026-04-06T15:22:46.529Z | |
| 3569 | 2026-04-06T15:22:46.529Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/270) |
| 3570 | 2026-04-06T15:22:47.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-04-06T15:22:47.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-04-06T15:22:47.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-04-06T15:22:47.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3574 | 2026-04-06T15:22:47.134Z | |
| 3575 | 2026-04-06T15:22:47.134Z | info: running `cargo check --bins --no-default-features` on sled-storage (175/270) |
| 3576 | 2026-04-06T15:22:47.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-04-06T15:22:47.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-04-06T15:22:47.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3579 | 2026-04-06T15:22:47.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3580 | 2026-04-06T15:22:47.741Z | |
| 3581 | 2026-04-06T15:22:47.741Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/270) |
| 3582 | 2026-04-06T15:22:48.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-04-06T15:22:48.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-04-06T15:22:48.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-04-06T15:22:48.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3586 | 2026-04-06T15:22:48.346Z | |
| 3587 | 2026-04-06T15:22:48.346Z | info: running `cargo check --bins` on key-manager (177/270) |
| 3588 | 2026-04-06T15:22:48.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-04-06T15:22:48.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-04-06T15:22:48.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-04-06T15:22:48.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3592 | 2026-04-06T15:22:48.931Z | |
| 3593 | 2026-04-06T15:22:48.931Z | info: running `cargo check --bins --no-default-features` on sled-hardware (178/270) |
| 3594 | 2026-04-06T15:22:49.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-04-06T15:22:49.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-04-06T15:22:49.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-04-06T15:22:49.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3598 | 2026-04-06T15:22:49.539Z | |
| 3599 | 2026-04-06T15:22:49.539Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/270) |
| 3600 | 2026-04-06T15:22:50.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-04-06T15:22:50.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-04-06T15:22:50.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-04-06T15:22:50.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3604 | 2026-04-06T15:22:50.143Z | |
| 3605 | 2026-04-06T15:22:50.143Z | info: running `cargo check --bins` on typed-rng (180/270) |
| 3606 | 2026-04-06T15:22:50.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-04-06T15:22:50.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-04-06T15:22:50.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-04-06T15:22:50.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3610 | 2026-04-06T15:22:50.716Z | |
| 3611 | 2026-04-06T15:22:50.717Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/270) |
| 3612 | 2026-04-06T15:22:51.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-04-06T15:22:51.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-04-06T15:22:51.546Z | Compiling typify-impl v0.4.3 |
| 3615 | 2026-04-06T15:22:51.546Z | Compiling libefi-sys v0.1.0 |
| 3616 | 2026-04-06T15:22:51.549Z | Compiling bitfield-struct v0.6.2 |
| 3617 | 2026-04-06T15:22:51.695Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3618 | 2026-04-06T15:22:51.704Z | Compiling xshell-macros v0.2.7 |
| 3619 | 2026-04-06T15:22:51.715Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3620 | 2026-04-06T15:22:51.729Z | Compiling salty v0.3.0 |
| 3621 | 2026-04-06T15:22:51.759Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3622 | 2026-04-06T15:22:51.910Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3623 | 2026-04-06T15:22:52.040Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3624 | 2026-04-06T15:22:52.055Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3625 | 2026-04-06T15:22:52.068Z | Checking xshell v0.2.7 |
| 3626 | 2026-04-06T15:22:52.253Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3627 | 2026-04-06T15:22:52.270Z | Checking primeorder v0.13.6 |
| 3628 | 2026-04-06T15:22:52.292Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3629 | 2026-04-06T15:22:52.417Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3630 | 2026-04-06T15:22:52.433Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3631 | 2026-04-06T15:22:52.503Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3632 | 2026-04-06T15:22:52.526Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3633 | 2026-04-06T15:22:52.579Z | Checking tungstenite v0.21.0 |
| 3634 | 2026-04-06T15:22:52.710Z | Checking p384 v0.13.1 |
| 3635 | 2026-04-06T15:22:52.760Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3636 | 2026-04-06T15:22:52.817Z | Compiling proc-macro-error2 v2.0.1 |
| 3637 | 2026-04-06T15:22:52.911Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3638 | 2026-04-06T15:22:53.007Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3639 | 2026-04-06T15:22:53.120Z | Compiling num-derive v0.3.3 |
| 3640 | 2026-04-06T15:22:53.135Z | Compiling unicase v2.9.0 |
| 3641 | 2026-04-06T15:22:53.333Z | Compiling tabled_derive v0.11.0 |
| 3642 | 2026-04-06T15:22:53.349Z | Compiling mime_guess v2.0.5 |
| 3643 | 2026-04-06T15:22:53.564Z | Checking tokio-tungstenite v0.21.0 |
| 3644 | 2026-04-06T15:22:53.618Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3645 | 2026-04-06T15:22:53.879Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3646 | 2026-04-06T15:22:53.982Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3647 | 2026-04-06T15:22:53.998Z | Checking libscf-sys v1.1.0 |
| 3648 | 2026-04-06T15:22:54.131Z | Checking papergrid v0.17.0 |
| 3649 | 2026-04-06T15:22:54.253Z | Checking testing_table v0.3.0 |
| 3650 | 2026-04-06T15:22:54.302Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3651 | 2026-04-06T15:22:54.360Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3652 | 2026-04-06T15:22:54.493Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3653 | 2026-04-06T15:22:54.525Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3654 | 2026-04-06T15:22:54.736Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3655 | 2026-04-06T15:22:54.783Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3656 | 2026-04-06T15:22:54.893Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3657 | 2026-04-06T15:22:54.933Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3658 | 2026-04-06T15:22:54.947Z | Checking corncobs v0.1.4 |
| 3659 | 2026-04-06T15:22:54.975Z | Checking tabled v0.20.0 |
| 3660 | 2026-04-06T15:22:55.072Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3661 | 2026-04-06T15:22:55.155Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3662 | 2026-04-06T15:22:55.171Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3663 | 2026-04-06T15:22:55.278Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3664 | 2026-04-06T15:22:55.357Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3665 | 2026-04-06T15:22:55.374Z | Checking progenitor-client v0.11.2 |
| 3666 | 2026-04-06T15:22:55.424Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3667 | 2026-04-06T15:22:55.488Z | Checking secrecy v0.8.0 |
| 3668 | 2026-04-06T15:22:55.503Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3669 | 2026-04-06T15:22:55.606Z | Checking filetime v0.2.27 |
| 3670 | 2026-04-06T15:22:55.621Z | Checking http-range v0.1.5 |
| 3671 | 2026-04-06T15:22:55.634Z | Checking xattr v1.6.1 |
| 3672 | 2026-04-06T15:22:55.743Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3673 | 2026-04-06T15:22:55.771Z | Checking tar v0.4.45 |
| 3674 | 2026-04-06T15:22:56.044Z | Compiling typify-macro v0.4.3 |
| 3675 | 2026-04-06T15:22:56.181Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3676 | 2026-04-06T15:22:56.228Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3677 | 2026-04-06T15:22:56.280Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3678 | 2026-04-06T15:22:56.420Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3679 | 2026-04-06T15:22:56.674Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3680 | 2026-04-06T15:22:56.715Z | Checking atty v0.2.14 |
| 3681 | 2026-04-06T15:22:56.816Z | Checking crc8 v0.1.1 |
| 3682 | 2026-04-06T15:22:56.889Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3683 | 2026-04-06T15:22:56.916Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3684 | 2026-04-06T15:22:56.989Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3685 | 2026-04-06T15:22:57.219Z | Checking hyper-staticfile v0.10.1 |
| 3686 | 2026-04-06T15:22:57.293Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3687 | 2026-04-06T15:22:57.313Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3688 | 2026-04-06T15:22:57.512Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3689 | 2026-04-06T15:22:57.572Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3690 | 2026-04-06T15:22:57.676Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3691 | 2026-04-06T15:22:57.732Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3692 | 2026-04-06T15:22:57.755Z | Compiling typify v0.4.3 |
| 3693 | 2026-04-06T15:22:57.821Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3694 | 2026-04-06T15:22:57.865Z | Compiling progenitor-impl v0.11.2 |
| 3695 | 2026-04-06T15:22:57.897Z | Compiling progenitor-impl v0.10.0 |
| 3696 | 2026-04-06T15:22:58.321Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3697 | 2026-04-06T15:22:58.448Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3698 | 2026-04-06T15:22:58.842Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3699 | 2026-04-06T15:22:59.286Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3700 | 2026-04-06T15:22:59.367Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3701 | 2026-04-06T15:22:59.622Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3702 | 2026-04-06T15:22:59.705Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3703 | 2026-04-06T15:22:59.903Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3704 | 2026-04-06T15:23:00.087Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3705 | 2026-04-06T15:23:00.196Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3706 | 2026-04-06T15:23:00.369Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3707 | 2026-04-06T15:23:00.510Z | Compiling progenitor-macro v0.11.2 |
| 3708 | 2026-04-06T15:23:00.513Z | Compiling progenitor-macro v0.10.0 |
| 3709 | 2026-04-06T15:23:03.311Z | Checking progenitor v0.11.2 |
| 3710 | 2026-04-06T15:23:03.382Z | Checking progenitor v0.10.0 |
| 3711 | 2026-04-06T15:23:03.445Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3712 | 2026-04-06T15:23:03.499Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3713 | 2026-04-06T15:23:08.054Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3714 | 2026-04-06T15:23:18.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.20s |
| 3715 | 2026-04-06T15:23:19.135Z | |
| 3716 | 2026-04-06T15:23:19.135Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/270) |
| 3717 | 2026-04-06T15:23:19.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3718 | 2026-04-06T15:23:19.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3719 | 2026-04-06T15:23:19.896Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3720 | 2026-04-06T15:23:30.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s |
| 3721 | 2026-04-06T15:23:31.109Z | |
| 3722 | 2026-04-06T15:23:31.109Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/270) |
| 3723 | 2026-04-06T15:23:31.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3724 | 2026-04-06T15:23:31.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3725 | 2026-04-06T15:23:31.878Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3726 | 2026-04-06T15:23:42.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s |
| 3727 | 2026-04-06T15:23:42.990Z | |
| 3728 | 2026-04-06T15:23:42.990Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/270) |
| 3729 | 2026-04-06T15:23:43.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3730 | 2026-04-06T15:23:43.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3731 | 2026-04-06T15:23:43.749Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3732 | 2026-04-06T15:23:54.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s |
| 3733 | 2026-04-06T15:23:54.892Z | |
| 3734 | 2026-04-06T15:23:54.892Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/270) |
| 3735 | 2026-04-06T15:23:55.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3736 | 2026-04-06T15:23:55.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3737 | 2026-04-06T15:23:55.656Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3738 | 2026-04-06T15:24:06.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s |
| 3739 | 2026-04-06T15:24:06.841Z | |
| 3740 | 2026-04-06T15:24:06.841Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/270) |
| 3741 | 2026-04-06T15:24:07.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3742 | 2026-04-06T15:24:07.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3743 | 2026-04-06T15:24:07.603Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3744 | 2026-04-06T15:24:18.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.72s |
| 3745 | 2026-04-06T15:24:18.778Z | |
| 3746 | 2026-04-06T15:24:18.778Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/270) |
| 3747 | 2026-04-06T15:24:19.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3748 | 2026-04-06T15:24:19.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3749 | 2026-04-06T15:24:19.546Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3750 | 2026-04-06T15:24:30.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.69s |
| 3751 | 2026-04-06T15:24:30.693Z | |
| 3752 | 2026-04-06T15:24:30.693Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/270) |
| 3753 | 2026-04-06T15:24:31.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3754 | 2026-04-06T15:24:31.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3755 | 2026-04-06T15:24:31.461Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3756 | 2026-04-06T15:24:42.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s |
| 3757 | 2026-04-06T15:24:42.544Z | |
| 3758 | 2026-04-06T15:24:42.544Z | info: running `cargo check --bins` on bootstrap-agent-api (189/270) |
| 3759 | 2026-04-06T15:24:43.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3760 | 2026-04-06T15:24:43.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3761 | 2026-04-06T15:24:43.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3762 | 2026-04-06T15:24:43.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3763 | 2026-04-06T15:24:43.151Z | |
| 3764 | 2026-04-06T15:24:43.151Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/270) |
| 3765 | 2026-04-06T15:24:43.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3766 | 2026-04-06T15:24:43.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3767 | 2026-04-06T15:24:43.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3768 | 2026-04-06T15:24:43.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3769 | 2026-04-06T15:24:43.762Z | |
| 3770 | 2026-04-06T15:24:43.762Z | info: running `cargo check --bins` on range-requests (191/270) |
| 3771 | 2026-04-06T15:24:44.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3772 | 2026-04-06T15:24:44.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3773 | 2026-04-06T15:24:44.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3774 | 2026-04-06T15:24:44.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3775 | 2026-04-06T15:24:44.357Z | |
| 3776 | 2026-04-06T15:24:44.358Z | info: running `cargo check --bins` on repo-depot-api (192/270) |
| 3777 | 2026-04-06T15:24:44.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3778 | 2026-04-06T15:24:44.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3779 | 2026-04-06T15:24:44.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3780 | 2026-04-06T15:24:44.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3781 | 2026-04-06T15:24:44.949Z | |
| 3782 | 2026-04-06T15:24:44.949Z | info: running `cargo check --bins` on sled-agent-api (193/270) |
| 3783 | 2026-04-06T15:24:45.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3784 | 2026-04-06T15:24:45.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3785 | 2026-04-06T15:24:45.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3786 | 2026-04-06T15:24:45.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3787 | 2026-04-06T15:24:45.565Z | |
| 3788 | 2026-04-06T15:24:45.565Z | info: running `cargo check --bins` on sled-diagnostics (194/270) |
| 3789 | 2026-04-06T15:24:46.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3790 | 2026-04-06T15:24:46.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3791 | 2026-04-06T15:24:46.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3792 | 2026-04-06T15:24:46.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3793 | 2026-04-06T15:24:46.182Z | |
| 3794 | 2026-04-06T15:24:46.182Z | info: running `cargo check --bins` on zfs-test-harness (195/270) |
| 3795 | 2026-04-06T15:24:46.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3796 | 2026-04-06T15:24:46.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3797 | 2026-04-06T15:24:46.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3798 | 2026-04-06T15:24:46.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3799 | 2026-04-06T15:24:46.801Z | |
| 3800 | 2026-04-06T15:24:46.801Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/270) |
| 3801 | 2026-04-06T15:24:47.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3802 | 2026-04-06T15:24:47.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3803 | 2026-04-06T15:24:47.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3804 | 2026-04-06T15:24:47.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3805 | 2026-04-06T15:24:47.422Z | |
| 3806 | 2026-04-06T15:24:47.422Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/270) |
| 3807 | 2026-04-06T15:24:47.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3808 | 2026-04-06T15:24:47.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3809 | 2026-04-06T15:24:47.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3810 | 2026-04-06T15:24:47.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3811 | 2026-04-06T15:24:48.043Z | |
| 3812 | 2026-04-06T15:24:48.043Z | info: running `cargo check --bins` on sled-agent-health-monitor (198/270) |
| 3813 | 2026-04-06T15:24:48.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3814 | 2026-04-06T15:24:48.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3815 | 2026-04-06T15:24:48.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3816 | 2026-04-06T15:24:48.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3817 | 2026-04-06T15:24:48.659Z | |
| 3818 | 2026-04-06T15:24:48.659Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/270) |
| 3819 | 2026-04-06T15:24:49.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3820 | 2026-04-06T15:24:49.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3821 | 2026-04-06T15:24:49.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3822 | 2026-04-06T15:24:49.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3823 | 2026-04-06T15:24:49.276Z | |
| 3824 | 2026-04-06T15:24:49.276Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/270) |
| 3825 | 2026-04-06T15:24:49.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3826 | 2026-04-06T15:24:49.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3827 | 2026-04-06T15:24:49.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3828 | 2026-04-06T15:24:49.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3829 | 2026-04-06T15:24:49.897Z | |
| 3830 | 2026-04-06T15:24:49.897Z | info: running `cargo check --bins` on sled-agent-resolvable-files (201/270) |
| 3831 | 2026-04-06T15:24:50.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3832 | 2026-04-06T15:24:50.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3833 | 2026-04-06T15:24:50.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3834 | 2026-04-06T15:24:50.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3835 | 2026-04-06T15:24:50.518Z | |
| 3836 | 2026-04-06T15:24:50.518Z | info: running `cargo check --bins` on transient-dns-server (202/270) |
| 3837 | 2026-04-06T15:24:51.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3838 | 2026-04-06T15:24:51.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3839 | 2026-04-06T15:24:51.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3840 | 2026-04-06T15:24:51.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3841 | 2026-04-06T15:24:51.127Z | |
| 3842 | 2026-04-06T15:24:51.127Z | info: running `cargo check --bins` on trust-quorum (203/270) |
| 3843 | 2026-04-06T15:24:51.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3844 | 2026-04-06T15:24:51.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3845 | 2026-04-06T15:24:51.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3846 | 2026-04-06T15:24:51.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3847 | 2026-04-06T15:24:51.752Z | |
| 3848 | 2026-04-06T15:24:51.752Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (204/270) |
| 3849 | 2026-04-06T15:24:52.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3850 | 2026-04-06T15:24:52.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3851 | 2026-04-06T15:24:52.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3852 | 2026-04-06T15:24:52.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3853 | 2026-04-06T15:24:52.387Z | |
| 3854 | 2026-04-06T15:24:52.387Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (205/270) |
| 3855 | 2026-04-06T15:24:52.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3856 | 2026-04-06T15:24:52.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3857 | 2026-04-06T15:24:52.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3858 | 2026-04-06T15:24:52.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3859 | 2026-04-06T15:24:53.040Z | |
| 3860 | 2026-04-06T15:24:53.040Z | info: running `cargo check --bins` on update-common (206/270) |
| 3861 | 2026-04-06T15:24:53.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3862 | 2026-04-06T15:24:53.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3863 | 2026-04-06T15:24:53.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3864 | 2026-04-06T15:24:53.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3865 | 2026-04-06T15:24:53.652Z | |
| 3866 | 2026-04-06T15:24:53.652Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (207/270) |
| 3867 | 2026-04-06T15:24:54.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3868 | 2026-04-06T15:24:54.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3869 | 2026-04-06T15:24:54.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3870 | 2026-04-06T15:24:54.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3871 | 2026-04-06T15:24:54.308Z | |
| 3872 | 2026-04-06T15:24:54.308Z | info: running `cargo check --bins` on reconfigurator-cli (208/270) |
| 3873 | 2026-04-06T15:24:54.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3874 | 2026-04-06T15:24:54.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3875 | 2026-04-06T15:24:55.074Z | Compiling fs-err v2.11.0 |
| 3876 | 2026-04-06T15:24:55.078Z | Checking ignore v0.4.25 |
| 3877 | 2026-04-06T15:24:55.078Z | Checking arc-swap v1.8.2 |
| 3878 | 2026-04-06T15:24:55.079Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3879 | 2026-04-06T15:24:55.079Z | Checking predicates-tree v1.0.13 |
| 3880 | 2026-04-06T15:24:55.195Z | Checking parse-size v1.1.0 |
| 3881 | 2026-04-06T15:24:55.237Z | Checking rand_seeder v0.4.0 |
| 3882 | 2026-04-06T15:24:55.247Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3883 | 2026-04-06T15:24:55.302Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3884 | 2026-04-06T15:24:55.315Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3885 | 2026-04-06T15:24:55.384Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3886 | 2026-04-06T15:24:55.433Z | Checking slog-scope v4.4.1 |
| 3887 | 2026-04-06T15:24:55.511Z | Compiling petname v2.0.2 |
| 3888 | 2026-04-06T15:24:55.529Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3889 | 2026-04-06T15:24:55.563Z | Checking slog-stdlog v4.1.1 |
| 3890 | 2026-04-06T15:24:55.591Z | Checking globwalk v0.9.1 |
| 3891 | 2026-04-06T15:24:55.626Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3892 | 2026-04-06T15:24:55.681Z | Checking slog-envlogger v2.2.0 |
| 3893 | 2026-04-06T15:24:55.752Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3894 | 2026-04-06T15:24:55.767Z | Checking camino-tempfile-ext v0.3.3 |
| 3895 | 2026-04-06T15:24:55.826Z | Checking sapling-renderdag v0.1.0 |
| 3896 | 2026-04-06T15:24:55.914Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3897 | 2026-04-06T15:24:55.958Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3898 | 2026-04-06T15:24:56.060Z | Checking subprocess v0.2.15 |
| 3899 | 2026-04-06T15:24:56.094Z | Checking sync-ptr v0.1.4 |
| 3900 | 2026-04-06T15:24:56.139Z | Checking colored v2.2.0 |
| 3901 | 2026-04-06T15:24:56.189Z | Checking assert_matches v1.5.0 |
| 3902 | 2026-04-06T15:24:56.302Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3903 | 2026-04-06T15:24:56.328Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3904 | 2026-04-06T15:24:56.418Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3905 | 2026-04-06T15:24:56.418Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3906 | 2026-04-06T15:24:56.996Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3907 | 2026-04-06T15:24:58.271Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3908 | 2026-04-06T15:25:00.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
| 3909 | 2026-04-06T15:25:00.652Z | |
| 3910 | 2026-04-06T15:25:00.652Z | info: running `cargo check --bins` on omicron-repl-utils (209/270) |
| 3911 | 2026-04-06T15:25:01.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-04-06T15:25:01.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-04-06T15:25:01.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-04-06T15:25:01.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3915 | 2026-04-06T15:25:01.236Z | |
| 3916 | 2026-04-06T15:25:01.236Z | info: running `cargo check --bins` on nexus-test-interface (210/270) |
| 3917 | 2026-04-06T15:25:01.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-04-06T15:25:01.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-04-06T15:25:01.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-04-06T15:25:01.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3921 | 2026-04-06T15:25:01.891Z | |
| 3922 | 2026-04-06T15:25:01.891Z | info: running `cargo check --bins` on oximeter-collector (211/270) |
| 3923 | 2026-04-06T15:25:02.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-04-06T15:25:02.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-04-06T15:25:02.607Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3926 | 2026-04-06T15:25:02.607Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3927 | 2026-04-06T15:25:03.250Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3928 | 2026-04-06T15:25:04.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s |
| 3929 | 2026-04-06T15:25:04.978Z | |
| 3930 | 2026-04-06T15:25:04.978Z | info: running `cargo check --bins` on oximeter-api (212/270) |
| 3931 | 2026-04-06T15:25:05.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2026-04-06T15:25:05.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2026-04-06T15:25:05.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3934 | 2026-04-06T15:25:05.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3935 | 2026-04-06T15:25:05.576Z | |
| 3936 | 2026-04-06T15:25:05.576Z | info: running `cargo check --bins` on cert-dev (213/270) |
| 3937 | 2026-04-06T15:25:06.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-04-06T15:25:06.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-04-06T15:25:06.178Z | Checking yasna v0.5.2 |
| 3940 | 2026-04-06T15:25:06.580Z | Checking rcgen v0.12.1 |
| 3941 | 2026-04-06T15:25:06.826Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3942 | 2026-04-06T15:25:07.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 3943 | 2026-04-06T15:25:07.174Z | |
| 3944 | 2026-04-06T15:25:07.174Z | info: running `cargo check --bins` on clickana (214/270) |
| 3945 | 2026-04-06T15:25:07.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-04-06T15:25:07.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-04-06T15:25:07.817Z | Compiling darling_core v0.23.0 |
| 3948 | 2026-04-06T15:25:07.922Z | Compiling instability v0.3.11 |
| 3949 | 2026-04-06T15:25:07.930Z | Checking castaway v0.2.4 |
| 3950 | 2026-04-06T15:25:07.935Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3951 | 2026-04-06T15:25:07.935Z | Compiling indoc v2.0.7 |
| 3952 | 2026-04-06T15:25:07.949Z | Checking unicode-truncate v1.1.0 |
| 3953 | 2026-04-06T15:25:07.952Z | Checking lru v0.12.5 |
| 3954 | 2026-04-06T15:25:07.959Z | Checking cassowary v0.3.0 |
| 3955 | 2026-04-06T15:25:08.016Z | Checking compact_str v0.8.1 |
| 3956 | 2026-04-06T15:25:08.874Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3957 | 2026-04-06T15:25:09.058Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3958 | 2026-04-06T15:25:09.338Z | Compiling darling_macro v0.23.0 |
| 3959 | 2026-04-06T15:25:09.750Z | Compiling darling v0.23.0 |
| 3960 | 2026-04-06T15:25:10.340Z | Checking ratatui v0.29.0 |
| 3961 | 2026-04-06T15:25:11.376Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3962 | 2026-04-06T15:25:12.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s |
| 3963 | 2026-04-06T15:25:12.211Z | |
| 3964 | 2026-04-06T15:25:12.211Z | info: running `cargo check --bins` on clickhouse-cluster-dev (215/270) |
| 3965 | 2026-04-06T15:25:12.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-04-06T15:25:12.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-04-06T15:25:12.926Z | Checking headers-core v0.3.0 |
| 3968 | 2026-04-06T15:25:12.930Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3969 | 2026-04-06T15:25:13.120Z | Checking headers v0.4.1 |
| 3970 | 2026-04-06T15:25:13.484Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3971 | 2026-04-06T15:25:14.308Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3972 | 2026-04-06T15:25:14.790Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3973 | 2026-04-06T15:25:15.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 3974 | 2026-04-06T15:25:15.388Z | |
| 3975 | 2026-04-06T15:25:15.388Z | info: running `cargo check --bins` on ch-dev (216/270) |
| 3976 | 2026-04-06T15:25:15.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3977 | 2026-04-06T15:25:15.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3978 | 2026-04-06T15:25:16.098Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3979 | 2026-04-06T15:25:16.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 3980 | 2026-04-06T15:25:17.033Z | |
| 3981 | 2026-04-06T15:25:17.033Z | info: running `cargo check --bins` on dev-tools-common (217/270) |
| 3982 | 2026-04-06T15:25:17.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3983 | 2026-04-06T15:25:17.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3984 | 2026-04-06T15:25:17.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3985 | 2026-04-06T15:25:17.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 3986 | 2026-04-06T15:25:17.497Z | |
| 3987 | 2026-04-06T15:25:17.497Z | info: running `cargo check --bins` on crdb-seed (218/270) |
| 3988 | 2026-04-06T15:25:18.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3989 | 2026-04-06T15:25:18.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3990 | 2026-04-06T15:25:18.204Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3991 | 2026-04-06T15:25:19.163Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3992 | 2026-04-06T15:25:19.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
| 3993 | 2026-04-06T15:25:19.703Z | |
| 3994 | 2026-04-06T15:25:19.703Z | info: running `cargo check --bins` on db-dev (219/270) |
| 3995 | 2026-04-06T15:25:20.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-04-06T15:25:20.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-04-06T15:25:20.419Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3998 | 2026-04-06T15:25:21.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 3999 | 2026-04-06T15:25:21.342Z | |
| 4000 | 2026-04-06T15:25:21.342Z | info: running `cargo check --bins` on omicron-dev-lib (220/270) |
| 4001 | 2026-04-06T15:25:21.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-04-06T15:25:21.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-04-06T15:25:21.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-04-06T15:25:21.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4005 | 2026-04-06T15:25:21.982Z | |
| 4006 | 2026-04-06T15:25:21.982Z | info: running `cargo check --bins` on xtask-downloader (221/270) |
| 4007 | 2026-04-06T15:25:22.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-04-06T15:25:22.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-04-06T15:25:22.589Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4010 | 2026-04-06T15:25:23.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 4011 | 2026-04-06T15:25:23.421Z | |
| 4012 | 2026-04-06T15:25:23.421Z | info: running `cargo check --bins` on omicron-dropshot-apis (222/270) |
| 4013 | 2026-04-06T15:25:23.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-04-06T15:25:23.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-04-06T15:25:24.162Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4016 | 2026-04-06T15:25:24.162Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4017 | 2026-04-06T15:25:24.162Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 4018 | 2026-04-06T15:25:24.165Z | Checking git-stub v1.0.0 |
| 4019 | 2026-04-06T15:25:24.166Z | Compiling trait-variant v0.1.2 |
| 4020 | 2026-04-06T15:25:24.166Z | Checking maplit v1.0.2 |
| 4021 | 2026-04-06T15:25:24.166Z | Checking is_ci v1.2.0 |
| 4022 | 2026-04-06T15:25:24.297Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4023 | 2026-04-06T15:25:24.365Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4024 | 2026-04-06T15:25:24.377Z | Checking supports-color v3.0.2 |
| 4025 | 2026-04-06T15:25:24.423Z | Checking git-stub-vcs v0.1.0 |
| 4026 | 2026-04-06T15:25:24.496Z | Checking drift v0.1.3 |
| 4027 | 2026-04-06T15:25:24.509Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4028 | 2026-04-06T15:25:24.534Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4029 | 2026-04-06T15:25:24.618Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4030 | 2026-04-06T15:25:24.723Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4031 | 2026-04-06T15:25:24.776Z | Checking dropshot-api-manager v0.6.0 |
| 4032 | 2026-04-06T15:25:24.790Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4033 | 2026-04-06T15:25:24.825Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 4034 | 2026-04-06T15:25:24.999Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4035 | 2026-04-06T15:25:25.061Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4036 | 2026-04-06T15:25:25.269Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 4037 | 2026-04-06T15:25:25.556Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4038 | 2026-04-06T15:25:30.537Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4039 | 2026-04-06T15:25:31.520Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4040 | 2026-04-06T15:25:32.066Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4041 | 2026-04-06T15:25:32.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s |
| 4042 | 2026-04-06T15:25:32.678Z | |
| 4043 | 2026-04-06T15:25:32.678Z | info: running `cargo check --bins` on installinator-api (223/270) |
| 4044 | 2026-04-06T15:25:33.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4045 | 2026-04-06T15:25:33.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4046 | 2026-04-06T15:25:33.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4047 | 2026-04-06T15:25:33.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4048 | 2026-04-06T15:25:33.274Z | |
| 4049 | 2026-04-06T15:25:33.274Z | info: running `cargo check --bins` on nexus-external-api (224/270) |
| 4050 | 2026-04-06T15:25:33.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4051 | 2026-04-06T15:25:33.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4052 | 2026-04-06T15:25:33.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4053 | 2026-04-06T15:25:33.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4054 | 2026-04-06T15:25:33.914Z | |
| 4055 | 2026-04-06T15:25:33.915Z | info: running `cargo check --bins` on nexus-internal-api (225/270) |
| 4056 | 2026-04-06T15:25:34.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4057 | 2026-04-06T15:25:34.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4058 | 2026-04-06T15:25:34.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4059 | 2026-04-06T15:25:34.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4060 | 2026-04-06T15:25:34.542Z | |
| 4061 | 2026-04-06T15:25:34.542Z | info: running `cargo check --bins` on nexus-lockstep-api (226/270) |
| 4062 | 2026-04-06T15:25:35.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-04-06T15:25:35.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-04-06T15:25:35.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4065 | 2026-04-06T15:25:35.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4066 | 2026-04-06T15:25:35.170Z | |
| 4067 | 2026-04-06T15:25:35.170Z | info: running `cargo check --bins` on ntp-admin-api (227/270) |
| 4068 | 2026-04-06T15:25:35.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4069 | 2026-04-06T15:25:35.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4070 | 2026-04-06T15:25:35.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4071 | 2026-04-06T15:25:35.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4072 | 2026-04-06T15:25:35.764Z | |
| 4073 | 2026-04-06T15:25:35.764Z | info: running `cargo check --bins` on ntp-admin-types-versions (228/270) |
| 4074 | 2026-04-06T15:25:36.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4075 | 2026-04-06T15:25:36.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4076 | 2026-04-06T15:25:36.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4077 | 2026-04-06T15:25:36.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4078 | 2026-04-06T15:25:36.342Z | |
| 4079 | 2026-04-06T15:25:36.342Z | info: running `cargo check --bins` on wicketd-api (229/270) |
| 4080 | 2026-04-06T15:25:36.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4081 | 2026-04-06T15:25:36.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4082 | 2026-04-06T15:25:36.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4083 | 2026-04-06T15:25:36.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4084 | 2026-04-06T15:25:36.949Z | |
| 4085 | 2026-04-06T15:25:36.950Z | info: running `cargo check --bins` on omicron-ls-apis (230/270) |
| 4086 | 2026-04-06T15:25:37.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4087 | 2026-04-06T15:25:37.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4088 | 2026-04-06T15:25:37.552Z | Checking typeid v1.0.3 |
| 4089 | 2026-04-06T15:25:37.664Z | Checking ordered-float v2.10.1 |
| 4090 | 2026-04-06T15:25:37.686Z | Checking unicode-xid v0.2.6 |
| 4091 | 2026-04-06T15:25:37.703Z | Checking cargo-platform v0.2.0 |
| 4092 | 2026-04-06T15:25:37.729Z | Checking erased-serde v0.4.9 |
| 4093 | 2026-04-06T15:25:37.863Z | Checking serde-value v0.7.0 |
| 4094 | 2026-04-06T15:25:38.036Z | Checking serde-untagged v0.1.9 |
| 4095 | 2026-04-06T15:25:38.189Z | Checking cargo-util-schemas v0.8.2 |
| 4096 | 2026-04-06T15:25:38.866Z | Checking cargo_metadata v0.21.0 |
| 4097 | 2026-04-06T15:25:39.461Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4098 | 2026-04-06T15:25:40.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 4099 | 2026-04-06T15:25:40.312Z | |
| 4100 | 2026-04-06T15:25:40.312Z | info: running `cargo check --bins` on mgs-dev (231/270) |
| 4101 | 2026-04-06T15:25:40.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4102 | 2026-04-06T15:25:40.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4103 | 2026-04-06T15:25:41.033Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4104 | 2026-04-06T15:25:41.639Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4105 | 2026-04-06T15:25:42.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
| 4106 | 2026-04-06T15:25:42.342Z | |
| 4107 | 2026-04-06T15:25:42.342Z | info: running `cargo check --bins` on omicron-omdb (232/270) |
| 4108 | 2026-04-06T15:25:42.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-04-06T15:25:42.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-04-06T15:25:43.180Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4111 | 2026-04-06T15:25:43.180Z | Compiling vergen-gitcl v1.0.8 |
| 4112 | 2026-04-06T15:25:43.180Z | Compiling dirs-sys-next v0.1.2 |
| 4113 | 2026-04-06T15:25:43.180Z | Compiling crunchy v0.2.4 |
| 4114 | 2026-04-06T15:25:43.180Z | Compiling diesel_derives v2.3.7 |
| 4115 | 2026-04-06T15:25:43.210Z | Compiling glob v0.3.3 |
| 4116 | 2026-04-06T15:25:43.210Z | Compiling dsl_auto_type v0.2.0 |
| 4117 | 2026-04-06T15:25:43.309Z | Checking scheduled-thread-pool v0.2.7 |
| 4118 | 2026-04-06T15:25:43.468Z | Compiling dirs-next v2.0.0 |
| 4119 | 2026-04-06T15:25:43.578Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4120 | 2026-04-06T15:25:43.595Z | Compiling tiny-keccak v2.0.2 |
| 4121 | 2026-04-06T15:25:43.598Z | Compiling term v0.7.0 |
| 4122 | 2026-04-06T15:25:43.725Z | Checking r2d2 v0.8.10 |
| 4123 | 2026-04-06T15:25:43.739Z | Compiling clang-sys v1.8.1 |
| 4124 | 2026-04-06T15:25:43.796Z | Compiling bit-vec v0.6.3 |
| 4125 | 2026-04-06T15:25:43.814Z | Checking downcast-rs v2.0.2 |
| 4126 | 2026-04-06T15:25:43.903Z | Compiling ascii-canvas v3.0.0 |
| 4127 | 2026-04-06T15:25:44.010Z | Compiling bit-set v0.5.3 |
| 4128 | 2026-04-06T15:25:44.105Z | Compiling itertools v0.10.5 |
| 4129 | 2026-04-06T15:25:44.139Z | Compiling ena v0.14.4 |
| 4130 | 2026-04-06T15:25:44.155Z | Compiling libloading v0.8.9 |
| 4131 | 2026-04-06T15:25:44.168Z | Compiling diff v0.1.13 |
| 4132 | 2026-04-06T15:25:44.181Z | Compiling regex-syntax v0.6.29 |
| 4133 | 2026-04-06T15:25:44.318Z | Compiling bindgen v0.71.1 |
| 4134 | 2026-04-06T15:25:44.359Z | Compiling cexpr v0.6.0 |
| 4135 | 2026-04-06T15:25:44.419Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4136 | 2026-04-06T15:25:44.607Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4137 | 2026-04-06T15:25:44.786Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4138 | 2026-04-06T15:25:44.801Z | Compiling libxml v0.3.3 |
| 4139 | 2026-04-06T15:25:45.016Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4140 | 2026-04-06T15:25:45.069Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4141 | 2026-04-06T15:25:45.150Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4142 | 2026-04-06T15:25:45.326Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4143 | 2026-04-06T15:25:45.344Z | Compiling strum_macros v0.24.3 |
| 4144 | 2026-04-06T15:25:45.359Z | Compiling indoc v1.0.9 |
| 4145 | 2026-04-06T15:25:45.589Z | Compiling lalrpop v0.19.12 |
| 4146 | 2026-04-06T15:25:46.336Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4147 | 2026-04-06T15:25:46.527Z | Checking derive_builder v0.20.2 |
| 4148 | 2026-04-06T15:25:46.643Z | Compiling oso-derive v0.27.3 |
| 4149 | 2026-04-06T15:25:46.662Z | Checking quick-xml v0.37.5 |
| 4150 | 2026-04-06T15:25:46.861Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4151 | 2026-04-06T15:25:47.136Z | Checking openssl-probe v0.1.6 |
| 4152 | 2026-04-06T15:25:47.277Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4153 | 2026-04-06T15:25:47.520Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4154 | 2026-04-06T15:25:47.714Z | Checking bb8 v0.8.6 |
| 4155 | 2026-04-06T15:25:48.020Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4156 | 2026-04-06T15:25:48.038Z | Checking nonempty v0.12.0 |
| 4157 | 2026-04-06T15:25:48.056Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4158 | 2026-04-06T15:25:48.200Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4159 | 2026-04-06T15:25:48.234Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4160 | 2026-04-06T15:25:48.270Z | Checking console v0.16.2 |
| 4161 | 2026-04-06T15:25:48.399Z | Checking unit-prefix v0.5.2 |
| 4162 | 2026-04-06T15:25:48.418Z | Checking support-bundle-viewer v0.1.2 |
| 4163 | 2026-04-06T15:25:48.530Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4164 | 2026-04-06T15:25:48.573Z | Checking indicatif v0.18.4 |
| 4165 | 2026-04-06T15:25:48.660Z | Checking multimap v0.10.1 |
| 4166 | 2026-04-06T15:25:49.164Z | Checking diesel v2.3.7 |
| 4167 | 2026-04-06T15:25:50.777Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4168 | 2026-04-06T15:25:51.167Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4169 | 2026-04-06T15:25:51.245Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4170 | 2026-04-06T15:25:51.551Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4171 | 2026-04-06T15:25:52.416Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4172 | 2026-04-06T15:25:52.819Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4173 | 2026-04-06T15:25:52.864Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4174 | 2026-04-06T15:25:53.580Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4175 | 2026-04-06T15:25:55.542Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4176 | 2026-04-06T15:26:00.406Z | Compiling samael v0.0.19 |
| 4177 | 2026-04-06T15:26:04.255Z | Checking diesel-dtrace v0.5.0 |
| 4178 | 2026-04-06T15:26:04.498Z | Checking async-bb8-diesel v0.2.1 |
| 4179 | 2026-04-06T15:26:05.621Z | Compiling polar-core v0.27.3 |
| 4180 | 2026-04-06T15:26:10.019Z | Checking oso v0.27.3 |
| 4181 | 2026-04-06T15:26:46.148Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4182 | 2026-04-06T15:27:18.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s |
| 4183 | 2026-04-06T15:27:18.921Z | |
| 4184 | 2026-04-06T15:27:18.921Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (233/270) |
| 4185 | 2026-04-06T15:27:19.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4186 | 2026-04-06T15:27:19.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4187 | 2026-04-06T15:27:19.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4188 | 2026-04-06T15:27:19.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4189 | 2026-04-06T15:27:19.577Z | |
| 4190 | 2026-04-06T15:27:19.577Z | info: running `cargo check --bins` on nexus-saga-recovery (234/270) |
| 4191 | 2026-04-06T15:27:20.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4192 | 2026-04-06T15:27:20.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4193 | 2026-04-06T15:27:20.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4194 | 2026-04-06T15:27:20.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4195 | 2026-04-06T15:27:20.223Z | |
| 4196 | 2026-04-06T15:27:20.223Z | info: running `cargo check --bins` on nexus-test-utils-macros (235/270) |
| 4197 | 2026-04-06T15:27:20.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-04-06T15:27:20.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-04-06T15:27:20.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4200 | 2026-04-06T15:27:20.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4201 | 2026-04-06T15:27:20.794Z | |
| 4202 | 2026-04-06T15:27:20.794Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (236/270) |
| 4203 | 2026-04-06T15:27:21.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4204 | 2026-04-06T15:27:21.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4205 | 2026-04-06T15:27:21.648Z | Compiling libz-sys v1.1.24 |
| 4206 | 2026-04-06T15:27:21.776Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4207 | 2026-04-06T15:27:21.786Z | Compiling vergen-git2 v1.0.7 |
| 4208 | 2026-04-06T15:27:21.793Z | Compiling rustls v0.21.12 |
| 4209 | 2026-04-06T15:27:21.802Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4210 | 2026-04-06T15:27:21.814Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4211 | 2026-04-06T15:27:21.817Z | Checking sct v0.7.1 |
| 4212 | 2026-04-06T15:27:21.817Z | Checking rustls-webpki v0.101.7 |
| 4213 | 2026-04-06T15:27:21.942Z | Compiling nix v0.29.0 |
| 4214 | 2026-04-06T15:27:21.987Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4215 | 2026-04-06T15:27:22.012Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4216 | 2026-04-06T15:27:22.036Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4217 | 2026-04-06T15:27:22.163Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4218 | 2026-04-06T15:27:22.264Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4219 | 2026-04-06T15:27:22.299Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4220 | 2026-04-06T15:27:22.367Z | Checking rustls-pemfile v1.0.4 |
| 4221 | 2026-04-06T15:27:22.500Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4222 | 2026-04-06T15:27:22.547Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4223 | 2026-04-06T15:27:22.707Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4224 | 2026-04-06T15:27:22.733Z | Checking twox-hash v2.1.2 |
| 4225 | 2026-04-06T15:27:22.865Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4226 | 2026-04-06T15:27:23.413Z | Checking tokio-rustls v0.24.1 |
| 4227 | 2026-04-06T15:27:23.457Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4228 | 2026-04-06T15:27:23.527Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4229 | 2026-04-06T15:27:23.543Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4230 | 2026-04-06T15:27:23.605Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4231 | 2026-04-06T15:27:24.024Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4232 | 2026-04-06T15:27:24.170Z | Checking fatfs v0.3.6 |
| 4233 | 2026-04-06T15:27:24.186Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4234 | 2026-04-06T15:27:24.233Z | Compiling seq-macro v0.3.6 |
| 4235 | 2026-04-06T15:27:28.249Z | Compiling git2 v0.20.4 |
| 4236 | 2026-04-06T15:27:28.450Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4237 | 2026-04-06T15:27:28.579Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4238 | 2026-04-06T15:27:30.466Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4239 | 2026-04-06T15:28:17.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.05s |
| 4240 | 2026-04-06T15:28:18.087Z | |
| 4241 | 2026-04-06T15:28:18.087Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (237/270) |
| 4242 | 2026-04-06T15:28:18.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4243 | 2026-04-06T15:28:18.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4244 | 2026-04-06T15:28:18.964Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4245 | 2026-04-06T15:28:57.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.73s |
| 4246 | 2026-04-06T15:28:58.056Z | |
| 4247 | 2026-04-06T15:28:58.056Z | info: running `cargo check --bins` on nexus-background-task-interface (238/270) |
| 4248 | 2026-04-06T15:28:58.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4249 | 2026-04-06T15:28:58.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4250 | 2026-04-06T15:28:58.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4251 | 2026-04-06T15:28:58.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4252 | 2026-04-06T15:28:58.635Z | |
| 4253 | 2026-04-06T15:28:58.636Z | info: running `cargo check --bins --no-default-features` on nexus-fm (239/270) |
| 4254 | 2026-04-06T15:28:59.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-04-06T15:28:59.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-04-06T15:28:59.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4257 | 2026-04-06T15:28:59.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4258 | 2026-04-06T15:28:59.270Z | |
| 4259 | 2026-04-06T15:28:59.271Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (240/270) |
| 4260 | 2026-04-06T15:28:59.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4261 | 2026-04-06T15:28:59.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4262 | 2026-04-06T15:28:59.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4263 | 2026-04-06T15:28:59.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4264 | 2026-04-06T15:28:59.918Z | |
| 4265 | 2026-04-06T15:28:59.919Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (241/270) |
| 4266 | 2026-04-06T15:29:00.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4267 | 2026-04-06T15:29:00.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4268 | 2026-04-06T15:29:00.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4269 | 2026-04-06T15:29:00.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4270 | 2026-04-06T15:29:00.560Z | |
| 4271 | 2026-04-06T15:29:00.561Z | info: running `cargo check --bins` on nexus-mgs-updates (242/270) |
| 4272 | 2026-04-06T15:29:01.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4273 | 2026-04-06T15:29:01.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4274 | 2026-04-06T15:29:01.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4275 | 2026-04-06T15:29:01.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4276 | 2026-04-06T15:29:01.199Z | |
| 4277 | 2026-04-06T15:29:01.199Z | info: running `cargo check --bins` on nexus-networking (243/270) |
| 4278 | 2026-04-06T15:29:01.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4279 | 2026-04-06T15:29:01.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4280 | 2026-04-06T15:29:01.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4281 | 2026-04-06T15:29:01.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4282 | 2026-04-06T15:29:01.846Z | |
| 4283 | 2026-04-06T15:29:01.846Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (244/270) |
| 4284 | 2026-04-06T15:29:02.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4285 | 2026-04-06T15:29:02.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4286 | 2026-04-06T15:29:02.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4287 | 2026-04-06T15:29:02.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4288 | 2026-04-06T15:29:02.494Z | |
| 4289 | 2026-04-06T15:29:02.494Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (245/270) |
| 4290 | 2026-04-06T15:29:03.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4291 | 2026-04-06T15:29:03.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4292 | 2026-04-06T15:29:03.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4293 | 2026-04-06T15:29:03.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4294 | 2026-04-06T15:29:03.139Z | |
| 4295 | 2026-04-06T15:29:03.139Z | info: running `cargo check --bins` on omicron-dev (246/270) |
| 4296 | 2026-04-06T15:29:03.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4297 | 2026-04-06T15:29:03.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4298 | 2026-04-06T15:29:04.021Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4299 | 2026-04-06T15:29:04.021Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4300 | 2026-04-06T15:29:04.224Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4301 | 2026-04-06T15:29:04.245Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4302 | 2026-04-06T15:29:04.257Z | Checking diff v0.1.13 |
| 4303 | 2026-04-06T15:29:04.260Z | Checking yansi v1.0.1 |
| 4304 | 2026-04-06T15:29:04.260Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4305 | 2026-04-06T15:29:04.284Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4306 | 2026-04-06T15:29:04.396Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4307 | 2026-04-06T15:29:04.496Z | Checking pretty_assertions v1.4.1 |
| 4308 | 2026-04-06T15:29:05.154Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4309 | 2026-04-06T15:29:28.226Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4310 | 2026-04-06T15:29:28.230Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4311 | 2026-04-06T15:29:28.230Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4312 | 2026-04-06T15:29:28.230Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4313 | 2026-04-06T15:29:28.230Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4314 | 2026-04-06T15:29:28.230Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4315 | 2026-04-06T15:29:28.942Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4316 | 2026-04-06T15:29:30.018Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4317 | 2026-04-06T15:30:08.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4318 | 2026-04-06T15:30:08.673Z | |
| 4319 | 2026-04-06T15:30:08.673Z | info: running `cargo check --bins` on omicron-pins (247/270) |
| 4320 | 2026-04-06T15:30:09.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4321 | 2026-04-06T15:30:09.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4322 | 2026-04-06T15:30:09.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4323 | 2026-04-06T15:30:09.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4324 | 2026-04-06T15:30:09.263Z | |
| 4325 | 2026-04-06T15:30:09.263Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (248/270) |
| 4326 | 2026-04-06T15:30:09.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4327 | 2026-04-06T15:30:09.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4328 | 2026-04-06T15:30:10.033Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4329 | 2026-04-06T15:30:10.154Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4330 | 2026-04-06T15:30:10.157Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4331 | 2026-04-06T15:30:35.592Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4332 | 2026-04-06T15:30:35.970Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4333 | 2026-04-06T15:30:37.653Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4334 | 2026-04-06T15:30:38.098Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4335 | 2026-04-06T15:30:41.018Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4336 | 2026-04-06T15:31:03.374Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4337 | 2026-04-06T15:31:04.000Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4338 | 2026-04-06T15:31:05.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.34s |
| 4339 | 2026-04-06T15:31:05.831Z | |
| 4340 | 2026-04-06T15:31:05.831Z | info: running `cargo check --bins` on reconfigurator-sp-updater (249/270) |
| 4341 | 2026-04-06T15:31:06.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4342 | 2026-04-06T15:31:06.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4343 | 2026-04-06T15:31:06.553Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4344 | 2026-04-06T15:31:07.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4345 | 2026-04-06T15:31:07.421Z | |
| 4346 | 2026-04-06T15:31:07.422Z | info: running `cargo check --bins` on omicron-releng (250/270) |
| 4347 | 2026-04-06T15:31:07.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4348 | 2026-04-06T15:31:07.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4349 | 2026-04-06T15:31:08.072Z | Compiling blake3 v1.8.3 |
| 4350 | 2026-04-06T15:31:08.183Z | Checking arrayvec v0.7.6 |
| 4351 | 2026-04-06T15:31:08.188Z | Checking constant_time_eq v0.4.2 |
| 4352 | 2026-04-06T15:31:08.188Z | Checking arrayref v0.3.9 |
| 4353 | 2026-04-06T15:31:08.201Z | Checking topological-sort v0.2.2 |
| 4354 | 2026-04-06T15:31:08.204Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4355 | 2026-04-06T15:31:08.204Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4356 | 2026-04-06T15:31:08.204Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4357 | 2026-04-06T15:31:08.244Z | Checking shell-words v1.1.1 |
| 4358 | 2026-04-06T15:31:08.964Z | Checking omicron-zone-package v0.12.2 |
| 4359 | 2026-04-06T15:31:09.689Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4360 | 2026-04-06T15:31:10.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 4361 | 2026-04-06T15:31:10.686Z | |
| 4362 | 2026-04-06T15:31:10.686Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (251/270) |
| 4363 | 2026-04-06T15:31:11.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4364 | 2026-04-06T15:31:11.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4365 | 2026-04-06T15:31:11.324Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4366 | 2026-04-06T15:31:11.645Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4367 | 2026-04-06T15:31:12.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4368 | 2026-04-06T15:31:12.240Z | |
| 4369 | 2026-04-06T15:31:12.240Z | info: running `cargo check --bins` on schema (252/270) |
| 4370 | 2026-04-06T15:31:12.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4371 | 2026-04-06T15:31:12.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4372 | 2026-04-06T15:31:12.958Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4373 | 2026-04-06T15:31:13.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4374 | 2026-04-06T15:31:13.850Z | |
| 4375 | 2026-04-06T15:31:13.851Z | info: running `cargo check --bins` on xtask (253/270) |
| 4376 | 2026-04-06T15:31:14.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4377 | 2026-04-06T15:31:14.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4378 | 2026-04-06T15:31:14.299Z | Checking libc v0.2.180 |
| 4379 | 2026-04-06T15:31:14.303Z | Checking serde v1.0.228 |
| 4380 | 2026-04-06T15:31:14.389Z | Checking zerofrom v0.1.6 |
| 4381 | 2026-04-06T15:31:14.395Z | Checking bitflags v2.11.0 |
| 4382 | 2026-04-06T15:31:14.399Z | Checking smallvec v1.15.1 |
| 4383 | 2026-04-06T15:31:14.402Z | Checking hashbrown v0.16.1 |
| 4384 | 2026-04-06T15:31:14.412Z | Checking serde_json v1.0.149 |
| 4385 | 2026-04-06T15:31:14.421Z | Checking scroll v0.12.0 |
| 4386 | 2026-04-06T15:31:14.481Z | Checking yoke v0.8.1 |
| 4387 | 2026-04-06T15:31:14.538Z | Checking num-traits v0.2.19 |
| 4388 | 2026-04-06T15:31:14.569Z | Checking thiserror v1.0.69 |
| 4389 | 2026-04-06T15:31:14.641Z | Checking log v0.4.29 |
| 4390 | 2026-04-06T15:31:14.651Z | Checking zerovec v0.11.5 |
| 4391 | 2026-04-06T15:31:14.665Z | Checking zerotrie v0.2.3 |
| 4392 | 2026-04-06T15:31:14.676Z | Checking errno v0.3.14 |
| 4393 | 2026-04-06T15:31:14.766Z | Checking serde_spanned v0.6.9 |
| 4394 | 2026-04-06T15:31:14.790Z | Checking toml_datetime v0.6.11 |
| 4395 | 2026-04-06T15:31:14.794Z | Checking rustix v1.1.3 |
| 4396 | 2026-04-06T15:31:14.853Z | Checking indexmap v2.13.0 |
| 4397 | 2026-04-06T15:31:14.889Z | Checking percent-encoding v2.3.2 |
| 4398 | 2026-04-06T15:31:14.899Z | Checking zerocopy v0.7.35 |
| 4399 | 2026-04-06T15:31:14.968Z | Checking goblin v0.8.2 |
| 4400 | 2026-04-06T15:31:15.011Z | Checking getrandom v0.4.1 |
| 4401 | 2026-04-06T15:31:15.084Z | Checking form_urlencoded v1.2.2 |
| 4402 | 2026-04-06T15:31:15.095Z | Checking ordered-float v2.10.1 |
| 4403 | 2026-04-06T15:31:15.096Z | Checking tinystr v0.8.2 |
| 4404 | 2026-04-06T15:31:15.134Z | Checking potential_utf v0.1.4 |
| 4405 | 2026-04-06T15:31:15.163Z | Checking thiserror v2.0.18 |
| 4406 | 2026-04-06T15:31:15.258Z | Checking icu_locale_core v2.1.1 |
| 4407 | 2026-04-06T15:31:15.258Z | Checking icu_collections v2.1.1 |
| 4408 | 2026-04-06T15:31:15.258Z | Checking syn v2.0.117 |
| 4409 | 2026-04-06T15:31:15.284Z | Checking serde-value v0.7.0 |
| 4410 | 2026-04-06T15:31:15.377Z | Checking dtrace-parser v0.2.0 |
| 4411 | 2026-04-06T15:31:15.390Z | Checking toml_edit v0.22.27 |
| 4412 | 2026-04-06T15:31:15.486Z | Checking thread-id v4.2.2 |
| 4413 | 2026-04-06T15:31:15.566Z | Checking once_cell v1.21.3 |
| 4414 | 2026-04-06T15:31:15.577Z | Checking cargo-platform v0.2.0 |
| 4415 | 2026-04-06T15:31:15.594Z | Checking terminal_size v0.4.3 |
| 4416 | 2026-04-06T15:31:15.640Z | Checking memmap v0.7.0 |
| 4417 | 2026-04-06T15:31:15.705Z | Checking clap_builder v4.5.60 |
| 4418 | 2026-04-06T15:31:15.734Z | Checking tempfile v3.25.0 |
| 4419 | 2026-04-06T15:31:15.751Z | Checking textwrap v0.16.2 |
| 4420 | 2026-04-06T15:31:15.769Z | Checking fs-err v3.3.0 |
| 4421 | 2026-04-06T15:31:15.808Z | Checking icu_provider v2.1.1 |
| 4422 | 2026-04-06T15:31:15.926Z | Checking camino-tempfile v1.4.1 |
| 4423 | 2026-04-06T15:31:15.941Z | Checking tabled v0.15.0 |
| 4424 | 2026-04-06T15:31:15.959Z | Checking anyhow v1.0.102 |
| 4425 | 2026-04-06T15:31:16.043Z | Checking icu_normalizer v2.1.1 |
| 4426 | 2026-04-06T15:31:16.078Z | Checking icu_properties v2.1.2 |
| 4427 | 2026-04-06T15:31:16.152Z | Checking macaddr v1.0.1 |
| 4428 | 2026-04-06T15:31:16.330Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4429 | 2026-04-06T15:31:16.465Z | Checking toml v0.8.23 |
| 4430 | 2026-04-06T15:31:16.768Z | Checking cargo_toml v0.21.0 |
| 4431 | 2026-04-06T15:31:16.843Z | Checking dof v0.3.0 |
| 4432 | 2026-04-06T15:31:16.879Z | Checking idna_adapter v1.2.1 |
| 4433 | 2026-04-06T15:31:16.908Z | Checking clap v4.5.60 |
| 4434 | 2026-04-06T15:31:16.993Z | Checking idna v1.1.0 |
| 4435 | 2026-04-06T15:31:17.116Z | Checking usdt-impl v0.5.0 |
| 4436 | 2026-04-06T15:31:17.223Z | Checking url v2.5.8 |
| 4437 | 2026-04-06T15:31:17.375Z | Checking usdt v0.5.0 |
| 4438 | 2026-04-06T15:31:17.579Z | Checking cargo-util-schemas v0.8.2 |
| 4439 | 2026-04-06T15:31:18.277Z | Checking cargo_metadata v0.21.0 |
| 4440 | 2026-04-06T15:31:18.879Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4441 | 2026-04-06T15:31:19.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s |
| 4442 | 2026-04-06T15:31:19.421Z | |
| 4443 | 2026-04-06T15:31:19.421Z | info: running `cargo check --bins` on dnsadm (254/270) |
| 4444 | 2026-04-06T15:31:19.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-04-06T15:31:19.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-04-06T15:31:20.058Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4447 | 2026-04-06T15:31:20.537Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4448 | 2026-04-06T15:31:20.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4449 | 2026-04-06T15:31:21.112Z | |
| 4450 | 2026-04-06T15:31:21.112Z | info: running `cargo check --bins` on end-to-end-tests (255/270) |
| 4451 | 2026-04-06T15:31:21.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4452 | 2026-04-06T15:31:21.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4453 | 2026-04-06T15:31:21.905Z | Checking polyval v0.6.2 |
| 4454 | 2026-04-06T15:31:22.028Z | Checking ctr v0.9.2 |
| 4455 | 2026-04-06T15:31:22.041Z | Checking ssh-encoding v0.2.0 |
| 4456 | 2026-04-06T15:31:22.041Z | Checking blowfish v0.9.1 |
| 4457 | 2026-04-06T15:31:22.061Z | Checking password-hash v0.4.2 |
| 4458 | 2026-04-06T15:31:22.076Z | Checking p256 v0.13.2 |
| 4459 | 2026-04-06T15:31:22.076Z | Checking p521 v0.13.3 |
| 4460 | 2026-04-06T15:31:22.101Z | Checking russh-cryptovec v0.7.3 |
| 4461 | 2026-04-06T15:31:22.175Z | Checking ghash v0.5.1 |
| 4462 | 2026-04-06T15:31:22.187Z | Checking bcrypt-pbkdf v0.10.0 |
| 4463 | 2026-04-06T15:31:22.187Z | Checking md5 v0.7.0 |
| 4464 | 2026-04-06T15:31:22.216Z | Checking num-bigint v0.4.6 |
| 4465 | 2026-04-06T15:31:22.229Z | Checking des v0.8.1 |
| 4466 | 2026-04-06T15:31:22.287Z | Checking aes-gcm v0.10.3 |
| 4467 | 2026-04-06T15:31:22.290Z | Checking pbkdf2 v0.11.0 |
| 4468 | 2026-04-06T15:31:22.329Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4469 | 2026-04-06T15:31:22.351Z | Checking hex-literal v0.4.1 |
| 4470 | 2026-04-06T15:31:22.364Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4471 | 2026-04-06T15:31:22.392Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4472 | 2026-04-06T15:31:22.445Z | Checking socket2 v0.5.10 |
| 4473 | 2026-04-06T15:31:22.458Z | Checking ssh-cipher v0.2.0 |
| 4474 | 2026-04-06T15:31:22.471Z | Checking internet-checksum v0.2.1 |
| 4475 | 2026-04-06T15:31:22.623Z | Checking ssh-key v0.6.7 |
| 4476 | 2026-04-06T15:31:22.714Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4477 | 2026-04-06T15:31:23.259Z | Checking russh-keys v0.45.0 |
| 4478 | 2026-04-06T15:31:23.803Z | Checking russh v0.45.0 |
| 4479 | 2026-04-06T15:31:38.610Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4480 | 2026-04-06T15:31:39.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.68s |
| 4481 | 2026-04-06T15:31:40.007Z | |
| 4482 | 2026-04-06T15:31:40.008Z | info: running `cargo check --bins` on gateway-cli (256/270) |
| 4483 | 2026-04-06T15:31:40.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4484 | 2026-04-06T15:31:40.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4485 | 2026-04-06T15:31:40.641Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4486 | 2026-04-06T15:31:40.746Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4487 | 2026-04-06T15:31:40.755Z | Checking termios v0.3.3 |
| 4488 | 2026-04-06T15:31:41.943Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4489 | 2026-04-06T15:31:42.092Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4490 | 2026-04-06T15:31:43.935Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4491 | 2026-04-06T15:31:44.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
| 4492 | 2026-04-06T15:31:44.682Z | |
| 4493 | 2026-04-06T15:31:44.682Z | info: running `cargo check --bins --no-default-features` on installinator (257/270) |
| 4494 | 2026-04-06T15:31:45.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4495 | 2026-04-06T15:31:45.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4496 | 2026-04-06T15:31:45.381Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4497 | 2026-04-06T15:31:45.494Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4498 | 2026-04-06T15:31:45.502Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4499 | 2026-04-06T15:31:45.506Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4500 | 2026-04-06T15:31:45.506Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4501 | 2026-04-06T15:31:45.516Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4502 | 2026-04-06T15:31:46.234Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4503 | 2026-04-06T15:31:46.570Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4504 | 2026-04-06T15:31:46.574Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4505 | 2026-04-06T15:31:47.199Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4506 | 2026-04-06T15:31:48.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
| 4507 | 2026-04-06T15:31:48.998Z | |
| 4508 | 2026-04-06T15:31:48.998Z | info: running `cargo check --bins` on internal-dns-cli (258/270) |
| 4509 | 2026-04-06T15:31:49.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4510 | 2026-04-06T15:31:49.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4511 | 2026-04-06T15:31:49.621Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4512 | 2026-04-06T15:31:50.075Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4513 | 2026-04-06T15:31:50.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4514 | 2026-04-06T15:31:50.571Z | |
| 4515 | 2026-04-06T15:31:50.571Z | info: running `cargo check --bins` on omicron-live-tests (259/270) |
| 4516 | 2026-04-06T15:31:51.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4517 | 2026-04-06T15:31:51.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4518 | 2026-04-06T15:31:51.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4519 | 2026-04-06T15:31:51.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4520 | 2026-04-06T15:31:51.156Z | |
| 4521 | 2026-04-06T15:31:51.156Z | info: running `cargo check --bins` on live-tests-macros (260/270) |
| 4522 | 2026-04-06T15:31:51.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4523 | 2026-04-06T15:31:51.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4524 | 2026-04-06T15:31:51.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4525 | 2026-04-06T15:31:51.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4526 | 2026-04-06T15:31:51.741Z | |
| 4527 | 2026-04-06T15:31:51.741Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (261/270) |
| 4528 | 2026-04-06T15:31:52.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4529 | 2026-04-06T15:31:52.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4530 | 2026-04-06T15:31:52.486Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4531 | 2026-04-06T15:31:53.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4532 | 2026-04-06T15:31:53.269Z | |
| 4533 | 2026-04-06T15:31:53.269Z | info: running `cargo check --bins` on omicron-ntp-admin (262/270) |
| 4534 | 2026-04-06T15:31:53.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4535 | 2026-04-06T15:31:53.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4536 | 2026-04-06T15:31:53.907Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4537 | 2026-04-06T15:31:53.911Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4538 | 2026-04-06T15:31:54.158Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4539 | 2026-04-06T15:31:54.159Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4540 | 2026-04-06T15:31:54.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4541 | 2026-04-06T15:31:55.134Z | |
| 4542 | 2026-04-06T15:31:55.135Z | info: running `cargo check --bins` on ntp-admin-types (263/270) |
| 4543 | 2026-04-06T15:31:55.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-04-06T15:31:55.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-04-06T15:31:55.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4546 | 2026-04-06T15:31:55.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4547 | 2026-04-06T15:31:55.716Z | |
| 4548 | 2026-04-06T15:31:55.716Z | info: running `cargo check --bins` on omicron-package (264/270) |
| 4549 | 2026-04-06T15:31:56.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4550 | 2026-04-06T15:31:56.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4551 | 2026-04-06T15:31:56.385Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4552 | 2026-04-06T15:31:57.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4553 | 2026-04-06T15:31:57.652Z | |
| 4554 | 2026-04-06T15:31:57.652Z | info: running `cargo check --bins` on tqdb (265/270) |
| 4555 | 2026-04-06T15:31:58.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4556 | 2026-04-06T15:31:58.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4557 | 2026-04-06T15:31:58.421Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4558 | 2026-04-06T15:31:58.779Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4559 | 2026-04-06T15:31:59.289Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4560 | 2026-04-06T15:31:59.292Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4561 | 2026-04-06T15:32:04.476Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4562 | 2026-04-06T15:32:05.110Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4563 | 2026-04-06T15:32:05.110Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4564 | 2026-04-06T15:32:05.114Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4565 | 2026-04-06T15:32:05.114Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4566 | 2026-04-06T15:32:05.855Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4567 | 2026-04-06T15:32:06.802Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4568 | 2026-04-06T15:32:07.586Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4569 | 2026-04-06T15:32:08.190Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4570 | 2026-04-06T15:32:12.693Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4571 | 2026-04-06T15:32:18.796Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4572 | 2026-04-06T15:32:18.796Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4573 | 2026-04-06T15:32:18.800Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4574 | 2026-04-06T15:32:18.800Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4575 | 2026-04-06T15:32:20.260Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4576 | 2026-04-06T15:32:21.558Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4577 | 2026-04-06T15:32:22.215Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4578 | 2026-04-06T15:32:23.439Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4579 | 2026-04-06T15:32:23.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.30s |
| 4580 | 2026-04-06T15:32:24.176Z | |
| 4581 | 2026-04-06T15:32:24.176Z | info: running `cargo check --bins` on wicket-dbg (266/270) |
| 4582 | 2026-04-06T15:32:24.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4583 | 2026-04-06T15:32:24.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4584 | 2026-04-06T15:32:24.872Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4585 | 2026-04-06T15:32:24.872Z | Checking rtoolbox v0.0.3 |
| 4586 | 2026-04-06T15:32:24.875Z | Checking tui-tree-widget v0.23.1 |
| 4587 | 2026-04-06T15:32:25.088Z | Checking rpassword v7.4.0 |
| 4588 | 2026-04-06T15:32:25.974Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4589 | 2026-04-06T15:32:28.913Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4590 | 2026-04-06T15:32:30.664Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4591 | 2026-04-06T15:32:31.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.34s |
| 4592 | 2026-04-06T15:32:31.728Z | |
| 4593 | 2026-04-06T15:32:31.728Z | info: running `cargo check --bins` on wicket (267/270) |
| 4594 | 2026-04-06T15:32:32.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4595 | 2026-04-06T15:32:32.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4596 | 2026-04-06T15:32:32.408Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4597 | 2026-04-06T15:32:32.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 4598 | 2026-04-06T15:32:32.939Z | |
| 4599 | 2026-04-06T15:32:32.939Z | info: running `cargo check --bins` on wicketd (268/270) |
| 4600 | 2026-04-06T15:32:33.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4601 | 2026-04-06T15:32:33.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4602 | 2026-04-06T15:32:33.641Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4603 | 2026-04-06T15:32:33.644Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4604 | 2026-04-06T15:32:33.644Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4605 | 2026-04-06T15:32:33.644Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4606 | 2026-04-06T15:32:34.602Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4607 | 2026-04-06T15:32:35.162Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4608 | 2026-04-06T15:32:38.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s |
| 4609 | 2026-04-06T15:32:38.247Z | |
| 4610 | 2026-04-06T15:32:38.247Z | info: running `cargo check --bins` on omicron-workspace-hack (269/270) |
| 4611 | 2026-04-06T15:32:38.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4612 | 2026-04-06T15:32:38.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4613 | 2026-04-06T15:32:38.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4614 | 2026-04-06T15:32:38.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4615 | 2026-04-06T15:32:38.828Z | |
| 4616 | 2026-04-06T15:32:38.829Z | info: running `cargo check --bins` on zone-setup (270/270) |
| 4617 | 2026-04-06T15:32:39.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4618 | 2026-04-06T15:32:39.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4619 | 2026-04-06T15:32:39.486Z | Checking uzers v0.12.2 |
| 4620 | 2026-04-06T15:32:39.762Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4621 | 2026-04-06T15:32:40.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4622 | 2026-04-06T15:32:40.727Z | |
| 4623 | 2026-04-06T15:32:40.727Z | real 13:55.656641469 |
| 4624 | 2026-04-06T15:32:40.727Z | user 20:04.582332947 |
| 4625 | 2026-04-06T15:32:40.727Z | sys 4:07.685794279 |
| 4626 | 2026-04-06T15:32:40.727Z | trap 0.322990285 |
| 4627 | 2026-04-06T15:32:40.727Z | tflt 0.290485059 |
| 4628 | 2026-04-06T15:32:40.727Z | dflt 0.799609350 |
| 4629 | 2026-04-06T15:32:40.727Z | kflt 0.001082547 |
| 4630 | 2026-04-06T15:32:40.727Z | lock 1:14:22.057934066 |
| 4631 | 2026-04-06T15:32:40.727Z | slp 1:36:44.410972654 |
| 4632 | 2026-04-06T15:32:40.727Z | lat 50.559291937 |
| 4633 | 2026-04-06T15:32:40.727Z | stop 3:13.767583445 |
| 4634 | 2026-04-06T15:32:40.730Z | process exited: duration 1005821 ms, exit code 0 |
| |
| 4635 | 2026-04-06T15:32:40.737Z | found 0 output files |