|
|
|
| 1 | 2026-03-24T14:53:28.465Z | job assigned to worker 01KMG5A4D4233D6RRGAXRVH016 [factory aws, i-097e29ef7d5402b9f] (queued for 1 m 12 s) |
| |
| 2 | 2026-03-24T14:53:36.247Z | starting task 0: "setup" |
| 3 | 2026-03-24T14:53:36.253Z | ++ uname -s |
| 4 | 2026-03-24T14:53:36.257Z | + kern=SunOS |
| 5 | 2026-03-24T14:53:36.257Z | + build_user=build |
| 6 | 2026-03-24T14:53:36.257Z | + build_uid=12345 |
| 7 | 2026-03-24T14:53:36.257Z | + work_dir=/work |
| 8 | 2026-03-24T14:53:36.257Z | + input_dir=/input |
| 9 | 2026-03-24T14:53:36.257Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-24T14:53:36.257Z | + case "$kern" in |
| 11 | 2026-03-24T14:53:36.257Z | + groupadd -g 12345 build |
| 12 | 2026-03-24T14:53:36.260Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-24T14:53:38.264Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-24T14:53:38.391Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-24T14:53:38.394Z | + home_fs=zfs |
| 16 | 2026-03-24T14:53:38.394Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-24T14:53:38.394Z | + mkdir -p /home/build |
| 18 | 2026-03-24T14:53:38.394Z | + chown build:build /home/build /work |
| 19 | 2026-03-24T14:53:40.397Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-24T14:53:40.400Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2026-03-24T14:53:40.407Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-24T14:53:40.411Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-24T14:53:40.411Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-24T14:53:40.411Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-24T14:53:40.411Z | * rust toolchain profile = "default" |
| 26 | 2026-03-24T14:53:40.412Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-24T14:53:40.412Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-24T14:53:40.414Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-24T14:53:40.414Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-24T14:53:40.527Z | info: downloading installer |
| 31 | 2026-03-24T14:53:42.141Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-24T14:53:42.141Z | warn: /opt/ooce/bin |
| 33 | 2026-03-24T14:53:42.141Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-24T14:53:42.141Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-24T14:53:42.141Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-24T14:53:42.141Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-24T14:53:42.141Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-24T14:53:42.141Z | error: cannot install while Rust is installed |
| 39 | 2026-03-24T14:53:42.141Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-24T14:53:42.141Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-24T14:53:42.141Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-24T14:53:42.141Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-24T14:53:42.141Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-24T14:53:42.157Z | info: profile set to default |
| 45 | 2026-03-24T14:53:42.157Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-24T14:53:42.160Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-24T14:53:42.302Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-24T14:53:42.305Z | info: downloading 6 components |
| 49 | 2026-03-24T14:53:58.899Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-24T14:53:58.899Z | |
| 51 | 2026-03-24T14:53:58.934Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-24T14:53:58.934Z | |
| 53 | 2026-03-24T14:53:58.937Z | |
| 54 | 2026-03-24T14:53:58.937Z | Rust is installed now. Great! |
| 55 | 2026-03-24T14:53:58.937Z | |
| 56 | 2026-03-24T14:53:58.937Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-24T14:53:58.937Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-24T14:53:58.937Z | |
| 59 | 2026-03-24T14:53:58.937Z | To configure your current shell, you need to source |
| 60 | 2026-03-24T14:53:58.937Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-24T14:53:58.937Z | |
| 62 | 2026-03-24T14:53:58.937Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-24T14:53:58.937Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-24T14:53:58.937Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-24T14:53:58.937Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-24T14:53:58.937Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-24T14:53:58.937Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-24T14:53:58.937Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-24T14:53:58.937Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-24T14:53:58.937Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-24T14:53:59.048Z | + rustup --version |
| 72 | 2026-03-24T14:53:59.060Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-24T14:53:59.063Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-24T14:53:59.084Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-24T14:53:59.087Z | + cargo --version |
| 76 | 2026-03-24T14:53:59.103Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-24T14:53:59.106Z | + rustc --version |
| 78 | 2026-03-24T14:53:59.134Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-24T14:53:59.138Z | process exited: duration 18727 ms, exit code 0 |
| |
| 80 | 2026-03-24T14:53:59.144Z | starting task 2: "authentication" |
| 81 | 2026-03-24T14:53:59.164Z | process exited: duration 20 ms, exit code 0 |
| |
| 82 | 2026-03-24T14:53:59.170Z | starting task 3: "clone repository" |
| 83 | 2026-03-24T14:53:59.174Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-24T14:53:59.177Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-24T14:53:59.216Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-24T14:54:10.034Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-24T14:54:10.034Z | + git fetch origin f1b6f852320eaa602dac68a26782419c729aca65 |
| 88 | 2026-03-24T14:54:10.367Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-24T14:54:10.367Z | * branch f1b6f852320eaa602dac68a26782419c729aca65 -> FETCH_HEAD |
| 90 | 2026-03-24T14:54:10.378Z | + [[ -n jmcarp/clickhouse-smf-backup ]] |
| 91 | 2026-03-24T14:54:10.380Z | ++ git branch --show-current |
| 92 | 2026-03-24T14:54:10.383Z | + current=main |
| 93 | 2026-03-24T14:54:10.383Z | + [[ main != jmcarp/clickhouse-smf-backup ]] |
| 94 | 2026-03-24T14:54:10.383Z | + git branch -f jmcarp/clickhouse-smf-backup f1b6f852320eaa602dac68a26782419c729aca65 |
| 95 | 2026-03-24T14:54:10.386Z | + git checkout -f jmcarp/clickhouse-smf-backup |
| 96 | 2026-03-24T14:54:10.607Z | Switched to branch 'jmcarp/clickhouse-smf-backup' |
| 97 | 2026-03-24T14:54:10.612Z | + git reset --hard f1b6f852320eaa602dac68a26782419c729aca65 |
| 98 | 2026-03-24T14:54:10.830Z | HEAD is now at f1b6f8523 Configure clickhouse backup path for single-node topology. |
| 99 | 2026-03-24T14:54:10.834Z | process exited: duration 11662 ms, exit code 0 |
| |
| 100 | 2026-03-24T14:54:10.839Z | starting task 4: "build" |
| 101 | 2026-03-24T14:54:10.843Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-24T14:54:10.846Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-24T14:54:10.846Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-24T14:54:10.846Z | + cargo --version |
| 105 | 2026-03-24T14:54:10.856Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-03-24T14:54:10.863Z | + rustc --version |
| 107 | 2026-03-24T14:54:10.884Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-03-24T14:54:10.887Z | + source ./env.sh |
| 109 | 2026-03-24T14:54:10.887Z | ++ OLD_SHELL_OPTS=ehxB |
| 110 | 2026-03-24T14:54:10.887Z | ++ set -o xtrace |
| 111 | 2026-03-24T14:54:10.891Z | ++++ dirname ./env.sh |
| 112 | 2026-03-24T14:54:10.894Z | +++ readlink -f . |
| 113 | 2026-03-24T14:54:10.894Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 114 | 2026-03-24T14:54:10.894Z | ++ 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-03-24T14:54:10.894Z | ++ 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-03-24T14:54:10.894Z | ++ 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-03-24T14:54:10.894Z | ++ 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-03-24T14:54:10.894Z | ++ 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-03-24T14:54:10.894Z | ++ 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-03-24T14:54:10.894Z | ++ 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-03-24T14:54:10.894Z | ++ 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-03-24T14:54:10.894Z | ++ case $OLD_SHELL_OPTS in |
| 123 | 2026-03-24T14:54:10.894Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 124 | 2026-03-24T14:54:10.895Z | + 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-03-24T14:54:10.895Z | + 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-03-24T14:54:10.895Z | + banner prerequisites |
| 127 | 2026-03-24T14:54:10.898Z | |
| 128 | 2026-03-24T14:54:10.898Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-24T14:54:10.898Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-24T14:54:10.898Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-24T14:54:10.898Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-24T14:54:10.898Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-24T14:54:10.898Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-24T14:54:10.898Z | |
| 135 | 2026-03-24T14:54:10.898Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-24T14:54:20.762Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-24T14:54:30.607Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-24T14:54:53.090Z | Planning: Solver setup ... Done (21.078s) |
| 139 | 2026-03-24T14:54:53.253Z | Planning: Running solver ... Done (0.163s) |
| 140 | 2026-03-24T14:54:53.433Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-03-24T14:54:53.456Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-03-24T14:54:55.400Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-03-24T14:54:55.443Z | Planning: Package planning ... Done (0.042s) |
| 144 | 2026-03-24T14:54:55.486Z | Planning: Merging actions ... Done (0.043s) |
| 145 | 2026-03-24T14:54:55.730Z | Planning: Checking for conflicting actions ... Done (0.245s) |
| 146 | 2026-03-24T14:54:55.741Z | Planning: Consolidating action changes ... Done (0.010s) |
| 147 | 2026-03-24T14:54:56.595Z | Planning: Evaluating mediators ... Done (0.854s) |
| 148 | 2026-03-24T14:54:56.603Z | Planning: Planning completed in 25.85 seconds |
| 149 | 2026-03-24T14:54:56.617Z | Packages to install: 4 |
| 150 | 2026-03-24T14:54:56.620Z | Mediators to change: 2 |
| 151 | 2026-03-24T14:54:56.620Z | Services to change: 1 |
| 152 | 2026-03-24T14:54:56.620Z | Estimated space available: 155.43 GB |
| 153 | 2026-03-24T14:54:56.620Z | Estimated space to be consumed: 1.83 GB |
| 154 | 2026-03-24T14:54:56.620Z | Create boot environment: No |
| 155 | 2026-03-24T14:54:56.620Z | Create backup boot environment: No |
| 156 | 2026-03-24T14:54:56.620Z | Rebuild boot archive: No |
| 157 | 2026-03-24T14:54:56.620Z | |
| 158 | 2026-03-24T14:54:56.620Z | Changed mediators: |
| 159 | 2026-03-24T14:54:56.620Z | mediator clang: |
| 160 | 2026-03-24T14:54:56.620Z | version: None -> 15 (system default) |
| 161 | 2026-03-24T14:54:56.620Z | |
| 162 | 2026-03-24T14:54:56.620Z | mediator llvm: |
| 163 | 2026-03-24T14:54:56.620Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-24T14:54:56.620Z | |
| 165 | 2026-03-24T14:54:56.620Z | Changed packages: |
| 166 | 2026-03-24T14:54:56.620Z | helios-dev |
| 167 | 2026-03-24T14:54:56.620Z | developer/build-essential |
| 168 | 2026-03-24T14:54:56.620Z | None -> 11-2.0 |
| 169 | 2026-03-24T14:54:56.620Z | library/libxmlsec1 |
| 170 | 2026-03-24T14:54:56.620Z | None -> 1.2.35-2.0 |
| 171 | 2026-03-24T14:54:56.620Z | ooce/developer/clang-15 |
| 172 | 2026-03-24T14:54:56.620Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-24T14:54:56.620Z | ooce/developer/llvm-15 |
| 174 | 2026-03-24T14:54:56.620Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-24T14:54:56.620Z | |
| 176 | 2026-03-24T14:54:56.621Z | Services: |
| 177 | 2026-03-24T14:54:56.621Z | restart_fmri: |
| 178 | 2026-03-24T14:54:56.621Z | svc:/system/update-man-index:default |
| 179 | 2026-03-24T14:54:56.668Z | |
| 180 | 2026-03-24T14:54:56.668Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-03-24T14:55:01.668Z | Download: 1368/3290 items 111.8/212.6MB 52% complete (22.5M/s) |
| 182 | 2026-03-24T14:55:07.543Z | Download: 3246/3290 items 203.1/212.6MB 95% complete (20.8M/s) |
| 183 | 2026-03-24T14:55:10.221Z | Download: Completed 212.60 MB in 13.55 seconds (15.7M/s) |
| 184 | 2026-03-24T14:55:11.531Z | Actions: 1/3689 actions (Installing new actions) |
| 185 | 2026-03-24T14:55:15.650Z | Actions: Completed 3689 actions in 4.12 seconds. |
| 186 | 2026-03-24T14:55:16.417Z | Done (0.763s) |
| 187 | 2026-03-24T14:55:16.417Z | Done (0.000s) |
| 188 | 2026-03-24T14:55:17.425Z | Done (1.007s) |
| 189 | 2026-03-24T14:55:21.173Z | Done (3.389s) |
| 190 | 2026-03-24T14:55:21.259Z | Done (0.018s) |
| 191 | 2026-03-24T14:55:21.261Z | Done (0.000s) |
| 192 | 2026-03-24T14:55:21.398Z | Done (0.000s) |
| 193 | 2026-03-24T14:55:22.363Z | Planning: Evaluating mediator changes ... Done |
| 194 | 2026-03-24T14:55:22.510Z | Planning: Checking for conflicting actions ... Done |
| 195 | 2026-03-24T14:55:22.513Z | Planning: Consolidating action changes ... Done |
| 196 | 2026-03-24T14:55:22.736Z | Planning: Evaluating mediators ... Done |
| 197 | 2026-03-24T14:55:22.739Z | Planning: Planning completed in 0.37 seconds |
| 198 | 2026-03-24T14:55:22.767Z | Mediators to change: 2 |
| 199 | 2026-03-24T14:55:22.767Z | Create boot environment: No |
| 200 | 2026-03-24T14:55:22.769Z | Create backup boot environment: No |
| 201 | 2026-03-24T14:55:22.849Z | Done |
| 202 | 2026-03-24T14:55:22.849Z | Done |
| 203 | 2026-03-24T14:55:23.604Z | Done |
| 204 | 2026-03-24T14:55:26.915Z | Done |
| 205 | 2026-03-24T14:55:26.999Z | Done |
| 206 | 2026-03-24T14:55:27.002Z | Done |
| 207 | 2026-03-24T14:55:27.151Z | Done |
| 208 | 2026-03-24T14:55:27.686Z | Planning: Evaluating mediator changes ... Done |
| 209 | 2026-03-24T14:55:27.688Z | Planning: Merging actions ... Done |
| 210 | 2026-03-24T14:55:27.855Z | Planning: Checking for conflicting actions ... Done |
| 211 | 2026-03-24T14:55:27.858Z | Planning: Consolidating action changes ... Done |
| 212 | 2026-03-24T14:55:28.078Z | Planning: Evaluating mediators ... Done |
| 213 | 2026-03-24T14:55:28.121Z | Planning: Planning completed in 0.64 seconds |
| 214 | 2026-03-24T14:55:28.151Z | Packages to change: 1 |
| 215 | 2026-03-24T14:55:28.151Z | Mediators to change: 1 |
| 216 | 2026-03-24T14:55:28.154Z | Services to change: 1 |
| 217 | 2026-03-24T14:55:28.154Z | Create boot environment: No |
| 218 | 2026-03-24T14:55:28.154Z | Create backup boot environment: Yes |
| 219 | 2026-03-24T14:55:30.601Z | Actions: 1/6 actions (Updating modified actions) |
| 220 | 2026-03-24T14:55:30.604Z | Actions: Completed 6 actions in 0.00 seconds. |
| 221 | 2026-03-24T14:55:30.604Z | Done |
| 222 | 2026-03-24T14:55:30.604Z | Done |
| 223 | 2026-03-24T14:55:30.796Z | Done |
| 224 | 2026-03-24T14:55:34.079Z | Done |
| 225 | 2026-03-24T14:55:34.165Z | Done |
| 226 | 2026-03-24T14:55:34.167Z | Done |
| 227 | 2026-03-24T14:55:34.320Z | Done |
| 228 | 2026-03-24T14:55:34.697Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 229 | 2026-03-24T14:55:34.697Z | clang system 15 system |
| 230 | 2026-03-24T14:55:34.697Z | csh system system illumos |
| 231 | 2026-03-24T14:55:34.697Z | ctags system system illumos |
| 232 | 2026-03-24T14:55:34.697Z | file system system illumos |
| 233 | 2026-03-24T14:55:34.697Z | gcc vendor 12 vendor |
| 234 | 2026-03-24T14:55:34.697Z | gcc system 10 system |
| 235 | 2026-03-24T14:55:34.697Z | gcc system 7 system |
| 236 | 2026-03-24T14:55:34.697Z | go system 1.20 system |
| 237 | 2026-03-24T14:55:34.697Z | go system 1.19 system |
| 238 | 2026-03-24T14:55:34.697Z | llvm system 15 system |
| 239 | 2026-03-24T14:55:34.697Z | llvm system 14 system |
| 240 | 2026-03-24T14:55:34.697Z | mariadb system 10.6 system |
| 241 | 2026-03-24T14:55:34.697Z | mta vendor vendor dma |
| 242 | 2026-03-24T14:55:34.698Z | openjdk system 17 system |
| 243 | 2026-03-24T14:55:34.698Z | openjdk system 11 system |
| 244 | 2026-03-24T14:55:34.698Z | openjdk system 1.8 system |
| 245 | 2026-03-24T14:55:34.698Z | openssl vendor 3 vendor |
| 246 | 2026-03-24T14:55:34.698Z | perl system 5.36 system |
| 247 | 2026-03-24T14:55:34.698Z | postgresql system 15 system |
| 248 | 2026-03-24T14:55:34.698Z | postgresql system 13 system |
| 249 | 2026-03-24T14:55:34.698Z | python vendor 3 vendor |
| 250 | 2026-03-24T14:55:34.698Z | python system 2 system |
| 251 | 2026-03-24T14:55:34.698Z | python3 system 3.11 system |
| 252 | 2026-03-24T14:55:34.698Z | ruby system 3.0 system |
| 253 | 2026-03-24T14:55:34.698Z | words vendor vendor american-english |
| 254 | 2026-03-24T14:55:34.698Z | words system system australian-english |
| 255 | 2026-03-24T14:55:34.698Z | words system system british-english |
| 256 | 2026-03-24T14:55:34.698Z | words system system canadian-english |
| 257 | 2026-03-24T14:55:34.698Z | words system system french |
| 258 | 2026-03-24T14:55:34.698Z | words system system italian |
| 259 | 2026-03-24T14:55:34.698Z | words system system ngerman |
| 260 | 2026-03-24T14:55:34.698Z | words system system ogerman |
| 261 | 2026-03-24T14:55:34.698Z | words system system spanish |
| 262 | 2026-03-24T14:55:34.997Z | PUBLISHER TYPE STATUS P LOCATION |
| 263 | 2026-03-24T14:55:34.997Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 264 | 2026-03-24T14:55:40.959Z | FMRI IFO |
| 265 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 266 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 267 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 268 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 269 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 270 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 271 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 272 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 273 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 274 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 275 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 276 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 277 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 278 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 279 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 280 | 2026-03-24T14:55:40.959Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 281 | 2026-03-24T14:55:42.184Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 282 | 2026-03-24T14:55:42.492Z | Updating crates.io index |
| 283 | 2026-03-24T14:55:42.532Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 284 | 2026-03-24T14:55:43.385Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 285 | 2026-03-24T14:55:43.900Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 286 | 2026-03-24T14:55:44.498Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 287 | 2026-03-24T14:55:49.984Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 288 | 2026-03-24T14:55:50.600Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 289 | 2026-03-24T14:55:52.092Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 290 | 2026-03-24T14:55:53.731Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 291 | 2026-03-24T14:55:54.770Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 292 | 2026-03-24T14:55:55.029Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 293 | 2026-03-24T14:55:56.093Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 294 | 2026-03-24T14:55:56.572Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 295 | 2026-03-24T14:55:56.898Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 296 | 2026-03-24T14:55:57.364Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 297 | 2026-03-24T14:55:58.447Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 298 | 2026-03-24T14:55:58.917Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2026-03-24T14:55:59.332Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 300 | 2026-03-24T14:55:59.697Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 301 | 2026-03-24T14:56:00.230Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 302 | 2026-03-24T14:56:00.671Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 303 | 2026-03-24T14:56:00.932Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 304 | 2026-03-24T14:56:01.204Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 305 | 2026-03-24T14:56:01.692Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 306 | 2026-03-24T14:56:02.280Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 307 | 2026-03-24T14:56:02.708Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 308 | 2026-03-24T14:56:03.104Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2026-03-24T14:56:05.647Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2026-03-24T14:56:06.820Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 311 | 2026-03-24T14:56:07.097Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 312 | 2026-03-24T14:56:07.912Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 313 | 2026-03-24T14:56:08.571Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 314 | 2026-03-24T14:56:08.943Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 315 | 2026-03-24T14:56:09.458Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 316 | 2026-03-24T14:56:09.790Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 317 | 2026-03-24T14:56:10.423Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 318 | 2026-03-24T14:56:10.693Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 319 | 2026-03-24T14:56:10.989Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 320 | 2026-03-24T14:56:11.343Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 321 | 2026-03-24T14:56:11.716Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 322 | 2026-03-24T14:56:26.380Z | Downloading crates ... |
| 323 | 2026-03-24T14:56:26.437Z | Downloaded cfg-if v1.0.4 |
| 324 | 2026-03-24T14:56:26.443Z | Downloaded block-buffer v0.10.4 |
| 325 | 2026-03-24T14:56:26.447Z | Downloaded anstyle-query v1.1.5 |
| 326 | 2026-03-24T14:56:26.447Z | Downloaded clap_lex v1.0.0 |
| 327 | 2026-03-24T14:56:26.451Z | Downloaded usdt-attr-macro v0.5.0 |
| 328 | 2026-03-24T14:56:26.451Z | Downloaded clap_derive v4.5.55 |
| 329 | 2026-03-24T14:56:26.454Z | Downloaded colorchoice v1.0.4 |
| 330 | 2026-03-24T14:56:26.454Z | Downloaded bytecount v0.6.9 |
| 331 | 2026-03-24T14:56:26.460Z | Downloaded autocfg v1.5.0 |
| 332 | 2026-03-24T14:56:26.461Z | Downloaded byteorder v1.5.0 |
| 333 | 2026-03-24T14:56:26.465Z | Downloaded bitflags v2.11.0 |
| 334 | 2026-03-24T14:56:26.465Z | Downloaded toml v0.8.23 |
| 335 | 2026-03-24T14:56:26.465Z | Downloaded thiserror v2.0.18 |
| 336 | 2026-03-24T14:56:26.469Z | Downloaded zerofrom-derive v0.1.6 |
| 337 | 2026-03-24T14:56:26.474Z | Downloaded yoke v0.8.1 |
| 338 | 2026-03-24T14:56:26.474Z | Downloaded dtrace-parser v0.2.0 |
| 339 | 2026-03-24T14:56:26.474Z | Downloaded percent-encoding v2.3.2 |
| 340 | 2026-03-24T14:56:26.474Z | Downloaded cpufeatures v0.2.17 |
| 341 | 2026-03-24T14:56:26.475Z | Downloaded camino v1.2.2 |
| 342 | 2026-03-24T14:56:26.479Z | Downloaded zerofrom v0.1.6 |
| 343 | 2026-03-24T14:56:26.479Z | Downloaded camino-tempfile v1.4.1 |
| 344 | 2026-03-24T14:56:26.479Z | Downloaded utf8parse v0.2.2 |
| 345 | 2026-03-24T14:56:26.479Z | Downloaded unicode-linebreak v0.1.5 |
| 346 | 2026-03-24T14:56:26.479Z | Downloaded typeid v1.0.3 |
| 347 | 2026-03-24T14:56:26.486Z | Downloaded anstyle v1.0.13 |
| 348 | 2026-03-24T14:56:26.486Z | Downloaded anstream v0.6.21 |
| 349 | 2026-03-24T14:56:26.486Z | Downloaded version_check v0.9.5 |
| 350 | 2026-03-24T14:56:26.486Z | Downloaded typenum v1.19.0 |
| 351 | 2026-03-24T14:56:26.490Z | Downloaded usdt v0.5.0 |
| 352 | 2026-03-24T14:56:26.491Z | Downloaded utf8_iter v1.0.4 |
| 353 | 2026-03-24T14:56:26.491Z | Downloaded thread-id v4.2.2 |
| 354 | 2026-03-24T14:56:26.491Z | Downloaded potential_utf v0.1.4 |
| 355 | 2026-03-24T14:56:26.491Z | Downloaded form_urlencoded v1.2.2 |
| 356 | 2026-03-24T14:56:26.491Z | Downloaded fastrand v2.3.0 |
| 357 | 2026-03-24T14:56:26.491Z | Downloaded toml_write v0.1.2 |
| 358 | 2026-03-24T14:56:26.491Z | Downloaded stable_deref_trait v1.2.1 |
| 359 | 2026-03-24T14:56:26.495Z | Downloaded toml_datetime v0.6.11 |
| 360 | 2026-03-24T14:56:26.495Z | Downloaded digest v0.10.7 |
| 361 | 2026-03-24T14:56:26.496Z | Downloaded pretty-hex v0.4.1 |
| 362 | 2026-03-24T14:56:26.496Z | Downloaded clap v4.5.60 |
| 363 | 2026-03-24T14:56:26.500Z | Downloaded yoke-derive v0.8.1 |
| 364 | 2026-03-24T14:56:26.506Z | Downloaded fnv v1.0.7 |
| 365 | 2026-03-24T14:56:26.506Z | Downloaded unicode-xid v0.2.6 |
| 366 | 2026-03-24T14:56:26.506Z | Downloaded strsim v0.11.1 |
| 367 | 2026-03-24T14:56:26.506Z | Downloaded ordered-float v2.10.1 |
| 368 | 2026-03-24T14:56:26.506Z | Downloaded memmap v0.7.0 |
| 369 | 2026-03-24T14:56:26.510Z | Downloaded dof v0.3.0 |
| 370 | 2026-03-24T14:56:26.510Z | Downloaded idna_adapter v1.2.1 |
| 371 | 2026-03-24T14:56:26.510Z | Downloaded generic-array v0.14.7 |
| 372 | 2026-03-24T14:56:26.510Z | Downloaded anstyle-parse v0.2.7 |
| 373 | 2026-03-24T14:56:26.513Z | Downloaded zerovec-derive v0.11.2 |
| 374 | 2026-03-24T14:56:26.513Z | Downloaded usdt-macro v0.5.0 |
| 375 | 2026-03-24T14:56:26.513Z | Downloaded usdt-impl v0.5.0 |
| 376 | 2026-03-24T14:56:26.513Z | Downloaded tinystr v0.8.2 |
| 377 | 2026-03-24T14:56:26.516Z | Downloaded thiserror-impl v2.0.18 |
| 378 | 2026-03-24T14:56:26.516Z | Downloaded terminal_size v0.4.3 |
| 379 | 2026-03-24T14:56:26.519Z | Downloaded thiserror-impl v1.0.69 |
| 380 | 2026-03-24T14:56:26.521Z | Downloaded heck v0.5.0 |
| 381 | 2026-03-24T14:56:26.524Z | Downloaded writeable v0.6.2 |
| 382 | 2026-03-24T14:56:26.524Z | Downloaded zmij v1.0.21 |
| 383 | 2026-03-24T14:56:26.527Z | Downloaded is_terminal_polyfill v1.70.2 |
| 384 | 2026-03-24T14:56:26.530Z | Downloaded thiserror v1.0.69 |
| 385 | 2026-03-24T14:56:26.533Z | Downloaded smawk v0.3.2 |
| 386 | 2026-03-24T14:56:26.536Z | Downloaded ucd-trie v0.1.7 |
| 387 | 2026-03-24T14:56:26.536Z | Downloaded heck v0.4.1 |
| 388 | 2026-03-24T14:56:26.539Z | Downloaded equivalent v1.0.2 |
| 389 | 2026-03-24T14:56:26.540Z | Downloaded itoa v1.0.17 |
| 390 | 2026-03-24T14:56:26.540Z | Downloaded crypto-common v0.1.7 |
| 391 | 2026-03-24T14:56:26.546Z | Downloaded serde-value v0.7.0 |
| 392 | 2026-03-24T14:56:26.546Z | Downloaded unicode-ident v1.0.24 |
| 393 | 2026-03-24T14:56:26.546Z | Downloaded serde_spanned v0.6.9 |
| 394 | 2026-03-24T14:56:26.546Z | Downloaded proc-macro-error-attr v1.0.4 |
| 395 | 2026-03-24T14:56:26.550Z | Downloaded textwrap v0.16.2 |
| 396 | 2026-03-24T14:56:26.550Z | Downloaded log v0.4.29 |
| 397 | 2026-03-24T14:56:26.554Z | Downloaded zerocopy-derive v0.7.35 |
| 398 | 2026-03-24T14:56:26.557Z | Downloaded scroll_derive v0.12.1 |
| 399 | 2026-03-24T14:56:26.557Z | Downloaded litemap v0.8.1 |
| 400 | 2026-03-24T14:56:26.557Z | Downloaded swrite v0.1.0 |
| 401 | 2026-03-24T14:56:26.562Z | Downloaded toml_edit v0.22.27 |
| 402 | 2026-03-24T14:56:26.562Z | Downloaded zerotrie v0.2.3 |
| 403 | 2026-03-24T14:56:26.566Z | Downloaded url v2.5.8 |
| 404 | 2026-03-24T14:56:26.566Z | Downloaded tabled_derive v0.7.0 |
| 405 | 2026-03-24T14:56:26.566Z | Downloaded macaddr v1.0.1 |
| 406 | 2026-03-24T14:56:26.569Z | Downloaded plain v0.2.3 |
| 407 | 2026-03-24T14:56:26.569Z | Downloaded errno v0.3.14 |
| 408 | 2026-03-24T14:56:26.569Z | Downloaded cargo-platform v0.2.0 |
| 409 | 2026-03-24T14:56:26.572Z | Downloaded serde-untagged v0.1.9 |
| 410 | 2026-03-24T14:56:26.572Z | Downloaded once_cell v1.21.3 |
| 411 | 2026-03-24T14:56:26.576Z | Downloaded serde_tokenstream v0.2.3 |
| 412 | 2026-03-24T14:56:26.576Z | Downloaded proc-macro-error v1.0.4 |
| 413 | 2026-03-24T14:56:26.579Z | Downloaded cargo_metadata v0.21.0 |
| 414 | 2026-03-24T14:56:26.579Z | Downloaded erased-serde v0.4.9 |
| 415 | 2026-03-24T14:56:26.582Z | Downloaded pest_generator v2.8.6 |
| 416 | 2026-03-24T14:56:26.585Z | Downloaded zerovec v0.11.5 |
| 417 | 2026-03-24T14:56:26.588Z | Downloaded fs-err v3.3.0 |
| 418 | 2026-03-24T14:56:26.592Z | Downloaded synstructure v0.13.2 |
| 419 | 2026-03-24T14:56:26.595Z | Downloaded displaydoc v0.2.5 |
| 420 | 2026-03-24T14:56:26.597Z | Downloaded zerocopy v0.7.35 |
| 421 | 2026-03-24T14:56:26.607Z | Downloaded winnow v0.7.14 |
| 422 | 2026-03-24T14:56:26.613Z | Downloaded semver v1.0.27 |
| 423 | 2026-03-24T14:56:26.616Z | Downloaded unicode-width v0.1.14 |
| 424 | 2026-03-24T14:56:26.619Z | Downloaded sha2 v0.10.9 |
| 425 | 2026-03-24T14:56:26.621Z | Downloaded unicode-width v0.2.0 |
| 426 | 2026-03-24T14:56:26.624Z | Downloaded quote v1.0.44 |
| 427 | 2026-03-24T14:56:26.627Z | Downloaded cargo-util-schemas v0.8.2 |
| 428 | 2026-03-24T14:56:26.629Z | Downloaded pest_derive v2.8.6 |
| 429 | 2026-03-24T14:56:26.629Z | Downloaded cargo_toml v0.21.0 |
| 430 | 2026-03-24T14:56:26.630Z | Downloaded icu_provider v2.1.1 |
| 431 | 2026-03-24T14:56:26.632Z | Downloaded num-traits v0.2.19 |
| 432 | 2026-03-24T14:56:26.645Z | Downloaded icu_properties v2.1.2 |
| 433 | 2026-03-24T14:56:26.645Z | Downloaded tempfile v3.25.0 |
| 434 | 2026-03-24T14:56:26.645Z | Downloaded smallvec v1.15.1 |
| 435 | 2026-03-24T14:56:26.645Z | Downloaded getrandom v0.4.1 |
| 436 | 2026-03-24T14:56:26.651Z | Downloaded serde_core v1.0.228 |
| 437 | 2026-03-24T14:56:26.659Z | Downloaded scroll v0.12.0 |
| 438 | 2026-03-24T14:56:26.666Z | Downloaded icu_normalizer v2.1.1 |
| 439 | 2026-03-24T14:56:26.673Z | Downloaded serde_derive v1.0.228 |
| 440 | 2026-03-24T14:56:26.673Z | Downloaded icu_normalizer_data v2.1.1 |
| 441 | 2026-03-24T14:56:26.673Z | Downloaded icu_collections v2.1.1 |
| 442 | 2026-03-24T14:56:26.682Z | Downloaded pest_meta v2.8.6 |
| 443 | 2026-03-24T14:56:26.682Z | Downloaded anyhow v1.0.102 |
| 444 | 2026-03-24T14:56:26.686Z | Downloaded papergrid v0.11.0 |
| 445 | 2026-03-24T14:56:26.686Z | Downloaded icu_locale_core v2.1.1 |
| 446 | 2026-03-24T14:56:26.691Z | Downloaded proc-macro2 v1.0.106 |
| 447 | 2026-03-24T14:56:26.695Z | Downloaded memchr v2.8.0 |
| 448 | 2026-03-24T14:56:26.699Z | Downloaded serde v1.0.228 |
| 449 | 2026-03-24T14:56:26.703Z | Downloaded indexmap v2.13.0 |
| 450 | 2026-03-24T14:56:26.717Z | Downloaded clap_builder v4.5.60 |
| 451 | 2026-03-24T14:56:26.724Z | Downloaded pest v2.8.6 |
| 452 | 2026-03-24T14:56:26.730Z | Downloaded icu_properties_data v2.1.2 |
| 453 | 2026-03-24T14:56:26.738Z | Downloaded idna v1.1.0 |
| 454 | 2026-03-24T14:56:26.744Z | Downloaded serde_json v1.0.149 |
| 455 | 2026-03-24T14:56:26.748Z | Downloaded hashbrown v0.16.1 |
| 456 | 2026-03-24T14:56:26.755Z | Downloaded goblin v0.8.2 |
| 457 | 2026-03-24T14:56:26.771Z | Downloaded tabled v0.15.0 |
| 458 | 2026-03-24T14:56:26.781Z | Downloaded syn v1.0.109 |
| 459 | 2026-03-24T14:56:26.791Z | Downloaded syn v2.0.117 |
| 460 | 2026-03-24T14:56:26.809Z | Downloaded rustix v1.1.3 |
| 461 | 2026-03-24T14:56:26.833Z | Downloaded libc v0.2.180 |
| 462 | 2026-03-24T14:56:26.920Z | Compiling proc-macro2 v1.0.106 |
| 463 | 2026-03-24T14:56:26.932Z | Compiling unicode-ident v1.0.24 |
| 464 | 2026-03-24T14:56:26.932Z | Compiling quote v1.0.44 |
| 465 | 2026-03-24T14:56:26.933Z | Compiling serde_core v1.0.228 |
| 466 | 2026-03-24T14:56:26.933Z | Compiling libc v0.2.180 |
| 467 | 2026-03-24T14:56:26.933Z | Compiling version_check v0.9.5 |
| 468 | 2026-03-24T14:56:26.933Z | Compiling serde v1.0.228 |
| 469 | 2026-03-24T14:56:26.933Z | Compiling stable_deref_trait v1.2.1 |
| 470 | 2026-03-24T14:56:27.288Z | Compiling memchr v2.8.0 |
| 471 | 2026-03-24T14:56:27.320Z | Compiling zmij v1.0.21 |
| 472 | 2026-03-24T14:56:27.595Z | Compiling ucd-trie v0.1.7 |
| 473 | 2026-03-24T14:56:27.734Z | Compiling thiserror v1.0.69 |
| 474 | 2026-03-24T14:56:27.933Z | Compiling autocfg v1.5.0 |
| 475 | 2026-03-24T14:56:28.106Z | Compiling itoa v1.0.17 |
| 476 | 2026-03-24T14:56:28.203Z | Compiling pest v2.8.6 |
| 477 | 2026-03-24T14:56:28.225Z | Compiling writeable v0.6.2 |
| 478 | 2026-03-24T14:56:28.333Z | Compiling litemap v0.8.1 |
| 479 | 2026-03-24T14:56:28.401Z | Compiling byteorder v1.5.0 |
| 480 | 2026-03-24T14:56:28.479Z | Compiling rustix v1.1.3 |
| 481 | 2026-03-24T14:56:28.505Z | Compiling icu_properties_data v2.1.2 |
| 482 | 2026-03-24T14:56:28.713Z | Compiling icu_normalizer_data v2.1.1 |
| 483 | 2026-03-24T14:56:28.922Z | Compiling syn v2.0.117 |
| 484 | 2026-03-24T14:56:29.013Z | Compiling errno v0.3.14 |
| 485 | 2026-03-24T14:56:29.041Z | Compiling bitflags v2.11.0 |
| 486 | 2026-03-24T14:56:29.169Z | Compiling serde_json v1.0.149 |
| 487 | 2026-03-24T14:56:29.427Z | Compiling num-traits v0.2.19 |
| 488 | 2026-03-24T14:56:29.483Z | Compiling equivalent v1.0.2 |
| 489 | 2026-03-24T14:56:29.511Z | Compiling smallvec v1.15.1 |
| 490 | 2026-03-24T14:56:29.660Z | Compiling hashbrown v0.16.1 |
| 491 | 2026-03-24T14:56:29.791Z | Compiling pest_meta v2.8.6 |
| 492 | 2026-03-24T14:56:29.839Z | Compiling typeid v1.0.3 |
| 493 | 2026-03-24T14:56:30.241Z | Compiling thread-id v4.2.2 |
| 494 | 2026-03-24T14:56:30.264Z | Compiling proc-macro-error-attr v1.0.4 |
| 495 | 2026-03-24T14:56:30.354Z | Compiling indexmap v2.13.0 |
| 496 | 2026-03-24T14:56:30.416Z | Compiling usdt-impl v0.5.0 |
| 497 | 2026-03-24T14:56:30.499Z | Compiling winnow v0.7.14 |
| 498 | 2026-03-24T14:56:30.523Z | Compiling erased-serde v0.4.9 |
| 499 | 2026-03-24T14:56:30.684Z | Compiling syn v1.0.109 |
| 500 | 2026-03-24T14:56:30.947Z | Compiling toml_write v0.1.2 |
| 501 | 2026-03-24T14:56:31.267Z | Compiling proc-macro-error v1.0.4 |
| 502 | 2026-03-24T14:56:31.418Z | Compiling plain v0.2.3 |
| 503 | 2026-03-24T14:56:31.482Z | Compiling percent-encoding v2.3.2 |
| 504 | 2026-03-24T14:56:31.562Z | Compiling getrandom v0.4.1 |
| 505 | 2026-03-24T14:56:31.727Z | Compiling thiserror v2.0.18 |
| 506 | 2026-03-24T14:56:31.979Z | Compiling utf8_iter v1.0.4 |
| 507 | 2026-03-24T14:56:32.159Z | Compiling utf8parse v0.2.2 |
| 508 | 2026-03-24T14:56:32.185Z | Compiling log v0.4.29 |
| 509 | 2026-03-24T14:56:32.190Z | Compiling camino v1.2.2 |
| 510 | 2026-03-24T14:56:32.304Z | Compiling anstyle-parse v0.2.7 |
| 511 | 2026-03-24T14:56:32.333Z | Compiling ordered-float v2.10.1 |
| 512 | 2026-03-24T14:56:32.456Z | Compiling form_urlencoded v1.2.2 |
| 513 | 2026-03-24T14:56:32.634Z | Compiling terminal_size v0.4.3 |
| 514 | 2026-03-24T14:56:32.681Z | Compiling synstructure v0.13.2 |
| 515 | 2026-03-24T14:56:32.681Z | Compiling pest_generator v2.8.6 |
| 516 | 2026-03-24T14:56:32.828Z | Compiling is_terminal_polyfill v1.70.2 |
| 517 | 2026-03-24T14:56:32.947Z | Compiling anstyle-query v1.1.5 |
| 518 | 2026-03-24T14:56:32.997Z | Compiling anstyle v1.0.13 |
| 519 | 2026-03-24T14:56:33.052Z | Compiling cfg-if v1.0.4 |
| 520 | 2026-03-24T14:56:33.084Z | Compiling pretty-hex v0.4.1 |
| 521 | 2026-03-24T14:56:33.144Z | Compiling colorchoice v1.0.4 |
| 522 | 2026-03-24T14:56:33.258Z | Compiling anstream v0.6.21 |
| 523 | 2026-03-24T14:56:33.291Z | Compiling serde-untagged v0.1.9 |
| 524 | 2026-03-24T14:56:33.449Z | Compiling semver v1.0.27 |
| 525 | 2026-03-24T14:56:33.605Z | Compiling fs-err v3.3.0 |
| 526 | 2026-03-24T14:56:33.654Z | Compiling once_cell v1.21.3 |
| 527 | 2026-03-24T14:56:33.678Z | Compiling unicode-width v0.1.14 |
| 528 | 2026-03-24T14:56:33.842Z | Compiling unicode-xid v0.2.6 |
| 529 | 2026-03-24T14:56:33.875Z | Compiling anyhow v1.0.102 |
| 530 | 2026-03-24T14:56:33.936Z | Compiling fastrand v2.3.0 |
| 531 | 2026-03-24T14:56:33.967Z | Compiling fnv v1.0.7 |
| 532 | 2026-03-24T14:56:34.008Z | Compiling strsim v0.11.1 |
| 533 | 2026-03-24T14:56:34.050Z | Compiling bytecount v0.6.9 |
| 534 | 2026-03-24T14:56:34.089Z | Compiling clap_lex v1.0.0 |
| 535 | 2026-03-24T14:56:34.283Z | Compiling heck v0.5.0 |
| 536 | 2026-03-24T14:56:34.314Z | Compiling heck v0.4.1 |
| 537 | 2026-03-24T14:56:34.438Z | Compiling clap_builder v4.5.60 |
| 538 | 2026-03-24T14:56:34.604Z | Compiling tempfile v3.25.0 |
| 539 | 2026-03-24T14:56:34.607Z | Compiling papergrid v0.11.0 |
| 540 | 2026-03-24T14:56:34.779Z | Compiling memmap v0.7.0 |
| 541 | 2026-03-24T14:56:34.812Z | Compiling smawk v0.3.2 |
| 542 | 2026-03-24T14:56:34.988Z | Compiling unicode-width v0.2.0 |
| 543 | 2026-03-24T14:56:35.014Z | Compiling unicode-linebreak v0.1.5 |
| 544 | 2026-03-24T14:56:35.149Z | Compiling camino-tempfile v1.4.1 |
| 545 | 2026-03-24T14:56:35.284Z | Compiling serde_derive v1.0.228 |
| 546 | 2026-03-24T14:56:35.329Z | Compiling zerofrom-derive v0.1.6 |
| 547 | 2026-03-24T14:56:35.353Z | Compiling yoke-derive v0.8.1 |
| 548 | 2026-03-24T14:56:35.453Z | Compiling zerovec-derive v0.11.2 |
| 549 | 2026-03-24T14:56:35.678Z | Compiling displaydoc v0.2.5 |
| 550 | 2026-03-24T14:56:36.610Z | Compiling thiserror-impl v1.0.69 |
| 551 | 2026-03-24T14:56:36.643Z | Compiling zerocopy-derive v0.7.35 |
| 552 | 2026-03-24T14:56:36.908Z | Compiling pest_derive v2.8.6 |
| 553 | 2026-03-24T14:56:36.933Z | Compiling scroll_derive v0.12.1 |
| 554 | 2026-03-24T14:56:37.248Z | Compiling zerofrom v0.1.6 |
| 555 | 2026-03-24T14:56:37.415Z | Compiling yoke v0.8.1 |
| 556 | 2026-03-24T14:56:37.438Z | Compiling thiserror-impl v2.0.18 |
| 557 | 2026-03-24T14:56:37.664Z | Compiling zerovec v0.11.5 |
| 558 | 2026-03-24T14:56:37.793Z | Compiling zerotrie v0.2.3 |
| 559 | 2026-03-24T14:56:37.815Z | Compiling zerocopy v0.7.35 |
| 560 | 2026-03-24T14:56:38.189Z | Compiling scroll v0.12.0 |
| 561 | 2026-03-24T14:56:38.308Z | Compiling tinystr v0.8.2 |
| 562 | 2026-03-24T14:56:38.499Z | Compiling potential_utf v0.1.4 |
| 563 | 2026-03-24T14:56:38.548Z | Compiling icu_locale_core v2.1.1 |
| 564 | 2026-03-24T14:56:38.575Z | Compiling dtrace-parser v0.2.0 |
| 565 | 2026-03-24T14:56:38.598Z | Compiling goblin v0.8.2 |
| 566 | 2026-03-24T14:56:38.708Z | Compiling icu_collections v2.1.1 |
| 567 | 2026-03-24T14:56:38.741Z | Compiling tabled_derive v0.7.0 |
| 568 | 2026-03-24T14:56:39.347Z | Compiling clap_derive v4.5.55 |
| 569 | 2026-03-24T14:56:39.433Z | Compiling textwrap v0.16.2 |
| 570 | 2026-03-24T14:56:39.700Z | Compiling icu_provider v2.1.1 |
| 571 | 2026-03-24T14:56:40.015Z | Compiling toml_datetime v0.6.11 |
| 572 | 2026-03-24T14:56:40.072Z | Compiling icu_properties v2.1.2 |
| 573 | 2026-03-24T14:56:40.099Z | Compiling icu_normalizer v2.1.1 |
| 574 | 2026-03-24T14:56:40.130Z | Compiling serde_spanned v0.6.9 |
| 575 | 2026-03-24T14:56:40.155Z | Compiling dof v0.3.0 |
| 576 | 2026-03-24T14:56:40.321Z | Compiling toml_edit v0.22.27 |
| 577 | 2026-03-24T14:56:40.369Z | Compiling serde_tokenstream v0.2.3 |
| 578 | 2026-03-24T14:56:40.392Z | Compiling serde-value v0.7.0 |
| 579 | 2026-03-24T14:56:40.790Z | Compiling cargo-platform v0.2.0 |
| 580 | 2026-03-24T14:56:40.845Z | Compiling tabled v0.15.0 |
| 581 | 2026-03-24T14:56:40.882Z | Compiling macaddr v1.0.1 |
| 582 | 2026-03-24T14:56:41.181Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 583 | 2026-03-24T14:56:41.490Z | Compiling idna_adapter v1.2.1 |
| 584 | 2026-03-24T14:56:41.525Z | Compiling swrite v0.1.0 |
| 585 | 2026-03-24T14:56:41.549Z | Compiling usdt-macro v0.5.0 |
| 586 | 2026-03-24T14:56:41.641Z | Compiling idna v1.1.0 |
| 587 | 2026-03-24T14:56:41.668Z | Compiling usdt-attr-macro v0.5.0 |
| 588 | 2026-03-24T14:56:41.759Z | Compiling clap v4.5.60 |
| 589 | 2026-03-24T14:56:42.036Z | Compiling url v2.5.8 |
| 590 | 2026-03-24T14:56:42.311Z | Compiling toml v0.8.23 |
| 591 | 2026-03-24T14:56:42.814Z | Compiling cargo-util-schemas v0.8.2 |
| 592 | 2026-03-24T14:56:42.938Z | Compiling usdt v0.5.0 |
| 593 | 2026-03-24T14:56:43.042Z | Compiling cargo_toml v0.21.0 |
| 594 | 2026-03-24T14:56:44.047Z | Compiling cargo_metadata v0.21.0 |
| 595 | 2026-03-24T14:56:45.359Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 596 | 2026-03-24T14:56:48.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 597 | 2026-03-24T14:56:48.528Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 598 | 2026-03-24T14:56:49.296Z | Downloading crates ... |
| 599 | 2026-03-24T14:56:49.404Z | Downloaded base16ct v0.2.0 |
| 600 | 2026-03-24T14:56:49.408Z | Downloaded ascii-canvas v3.0.0 |
| 601 | 2026-03-24T14:56:49.411Z | Downloaded atomic-waker v1.1.2 |
| 602 | 2026-03-24T14:56:49.414Z | Downloaded atomicwrites v0.4.4 |
| 603 | 2026-03-24T14:56:49.414Z | Downloaded aead v0.5.2 |
| 604 | 2026-03-24T14:56:49.417Z | Downloaded async-recursion v1.1.1 |
| 605 | 2026-03-24T14:56:49.420Z | Downloaded assert_matches v1.5.0 |
| 606 | 2026-03-24T14:56:49.423Z | Downloaded atty v0.2.14 |
| 607 | 2026-03-24T14:56:49.424Z | Downloaded adler2 v2.0.1 |
| 608 | 2026-03-24T14:56:49.426Z | Downloaded backoff v0.4.0 |
| 609 | 2026-03-24T14:56:49.429Z | Downloaded crunchy v0.2.4 |
| 610 | 2026-03-24T14:56:49.432Z | Downloaded arrayvec v0.7.6 |
| 611 | 2026-03-24T14:56:49.436Z | Downloaded backon v1.6.0 |
| 612 | 2026-03-24T14:56:49.438Z | Downloaded ctr v0.9.2 |
| 613 | 2026-03-24T14:56:49.442Z | Downloaded crossbeam-epoch v0.9.18 |
| 614 | 2026-03-24T14:56:49.447Z | Downloaded enum-as-inner v0.6.1 |
| 615 | 2026-03-24T14:56:49.447Z | Downloaded bitfield-struct v0.6.2 |
| 616 | 2026-03-24T14:56:49.447Z | Downloaded derive_builder_macro v0.20.2 |
| 617 | 2026-03-24T14:56:49.447Z | Downloaded async-trait v0.1.89 |
| 618 | 2026-03-24T14:56:49.451Z | Downloaded embedded-io v0.4.0 |
| 619 | 2026-03-24T14:56:49.451Z | Downloaded des v0.8.1 |
| 620 | 2026-03-24T14:56:49.454Z | Downloaded crc v3.4.0 |
| 621 | 2026-03-24T14:56:49.454Z | Downloaded cfg_aliases v0.1.1 |
| 622 | 2026-03-24T14:56:49.457Z | Downloaded bit-set v0.5.3 |
| 623 | 2026-03-24T14:56:49.457Z | Downloaded argon2 v0.5.3 |
| 624 | 2026-03-24T14:56:49.459Z | Downloaded ahash v0.8.12 |
| 625 | 2026-03-24T14:56:49.462Z | Downloaded float-ord v0.3.2 |
| 626 | 2026-03-24T14:56:49.462Z | Downloaded data-encoding v2.10.0 |
| 627 | 2026-03-24T14:56:49.462Z | Downloaded ecdsa v0.16.9 |
| 628 | 2026-03-24T14:56:49.465Z | Downloaded cmake v0.1.57 |
| 629 | 2026-03-24T14:56:49.465Z | Downloaded bitflags v1.3.2 |
| 630 | 2026-03-24T14:56:49.468Z | Downloaded find-msvc-tools v0.1.9 |
| 631 | 2026-03-24T14:56:49.471Z | Downloaded dunce v1.0.5 |
| 632 | 2026-03-24T14:56:49.473Z | Downloaded defmt v0.3.100 |
| 633 | 2026-03-24T14:56:49.473Z | Downloaded env_filter v1.0.0 |
| 634 | 2026-03-24T14:56:49.473Z | Downloaded crc-catalog v2.4.0 |
| 635 | 2026-03-24T14:56:49.476Z | Downloaded cstr-argument v0.1.2 |
| 636 | 2026-03-24T14:56:49.476Z | Downloaded fallible-iterator v0.2.0 |
| 637 | 2026-03-24T14:56:49.479Z | Downloaded drift v0.1.3 |
| 638 | 2026-03-24T14:56:49.482Z | Downloaded flagset v0.4.7 |
| 639 | 2026-03-24T14:56:49.485Z | Downloaded diff v0.1.13 |
| 640 | 2026-03-24T14:56:49.488Z | Downloaded dropshot_endpoint v0.16.7 |
| 641 | 2026-03-24T14:56:49.490Z | Downloaded fixedbitset v0.5.7 |
| 642 | 2026-03-24T14:56:49.493Z | Downloaded constant_time_eq v0.4.2 |
| 643 | 2026-03-24T14:56:49.493Z | Downloaded darling_core v0.21.3 |
| 644 | 2026-03-24T14:56:49.498Z | Downloaded downcast-rs v2.0.2 |
| 645 | 2026-03-24T14:56:49.501Z | Downloaded arrayref v0.3.9 |
| 646 | 2026-03-24T14:56:49.501Z | Downloaded daft v0.1.5 |
| 647 | 2026-03-24T14:56:49.504Z | Downloaded ciborium-io v0.2.2 |
| 648 | 2026-03-24T14:56:49.504Z | Downloaded bitfield-macros v0.19.4 |
| 649 | 2026-03-24T14:56:49.504Z | Downloaded csv-core v0.1.13 |
| 650 | 2026-03-24T14:56:49.507Z | Downloaded daft-derive v0.1.5 |
| 651 | 2026-03-24T14:56:49.510Z | Downloaded filetime v0.2.27 |
| 652 | 2026-03-24T14:56:49.512Z | Downloaded cbc v0.1.2 |
| 653 | 2026-03-24T14:56:49.513Z | Downloaded cargo-platform v0.1.9 |
| 654 | 2026-03-24T14:56:49.516Z | Downloaded castaway v0.2.4 |
| 655 | 2026-03-24T14:56:49.516Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 656 | 2026-03-24T14:56:49.519Z | Downloaded foreign-types v0.3.2 |
| 657 | 2026-03-24T14:56:49.519Z | Downloaded endian-type v0.1.2 |
| 658 | 2026-03-24T14:56:49.519Z | Downloaded block-padding v0.3.3 |
| 659 | 2026-03-24T14:56:49.522Z | Downloaded dirs-next v2.0.0 |
| 660 | 2026-03-24T14:56:49.522Z | Downloaded cpufeatures v0.3.0 |
| 661 | 2026-03-24T14:56:49.522Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 662 | 2026-03-24T14:56:49.525Z | Downloaded foreign-types-macros v0.2.3 |
| 663 | 2026-03-24T14:56:49.525Z | Downloaded document-features v0.2.12 |
| 664 | 2026-03-24T14:56:49.529Z | Downloaded foreign-types-shared v0.1.1 |
| 665 | 2026-03-24T14:56:49.529Z | Downloaded async-stream v0.3.6 |
| 666 | 2026-03-24T14:56:49.531Z | Downloaded fd-lock v4.0.4 |
| 667 | 2026-03-24T14:56:49.531Z | Downloaded darling_macro v0.23.0 |
| 668 | 2026-03-24T14:56:49.531Z | Downloaded array-init v0.0.4 |
| 669 | 2026-03-24T14:56:49.534Z | Downloaded defmt-parser v1.0.0 |
| 670 | 2026-03-24T14:56:49.534Z | Downloaded funty v2.0.0 |
| 671 | 2026-03-24T14:56:49.534Z | Downloaded crossbeam-deque v0.8.6 |
| 672 | 2026-03-24T14:56:49.537Z | Downloaded blowfish v0.9.1 |
| 673 | 2026-03-24T14:56:49.537Z | Downloaded futures-sink v0.3.32 |
| 674 | 2026-03-24T14:56:49.539Z | Downloaded futures-task v0.3.32 |
| 675 | 2026-03-24T14:56:49.540Z | Downloaded ff v0.13.1 |
| 676 | 2026-03-24T14:56:49.542Z | Downloaded futures-core v0.3.32 |
| 677 | 2026-03-24T14:56:49.542Z | Downloaded foldhash v0.1.5 |
| 678 | 2026-03-24T14:56:49.545Z | Downloaded cexpr v0.6.0 |
| 679 | 2026-03-24T14:56:49.545Z | Downloaded crucible-workspace-hack v0.1.0 |
| 680 | 2026-03-24T14:56:49.545Z | Downloaded base64ct v1.8.3 |
| 681 | 2026-03-24T14:56:49.548Z | Downloaded foreign-types v0.5.0 |
| 682 | 2026-03-24T14:56:49.548Z | Downloaded dirs-sys-next v0.1.2 |
| 683 | 2026-03-24T14:56:49.551Z | Downloaded embedded-io v0.6.1 |
| 684 | 2026-03-24T14:56:49.551Z | Downloaded float-cmp v0.10.0 |
| 685 | 2026-03-24T14:56:49.554Z | Downloaded byte-wrapper v0.1.0 |
| 686 | 2026-03-24T14:56:49.557Z | Downloaded dtrace-parser v0.3.0 |
| 687 | 2026-03-24T14:56:49.557Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 688 | 2026-03-24T14:56:49.557Z | Downloaded git-stub v1.0.0 |
| 689 | 2026-03-24T14:56:49.560Z | Downloaded foreign-types-shared v0.3.1 |
| 690 | 2026-03-24T14:56:49.560Z | Downloaded ghash v0.5.1 |
| 691 | 2026-03-24T14:56:49.563Z | Downloaded fixedbitset v0.4.2 |
| 692 | 2026-03-24T14:56:49.563Z | Downloaded futures-io v0.3.32 |
| 693 | 2026-03-24T14:56:49.563Z | Downloaded darling_macro v0.20.11 |
| 694 | 2026-03-24T14:56:49.563Z | Downloaded chacha20 v0.9.1 |
| 695 | 2026-03-24T14:56:49.566Z | Downloaded darling_macro v0.21.3 |
| 696 | 2026-03-24T14:56:49.566Z | Downloaded convert_case v0.10.0 |
| 697 | 2026-03-24T14:56:49.570Z | Downloaded cargo_metadata v0.19.2 |
| 698 | 2026-03-24T14:56:49.570Z | Downloaded cassowary v0.3.0 |
| 699 | 2026-03-24T14:56:49.572Z | Downloaded futures-macro v0.3.32 |
| 700 | 2026-03-24T14:56:49.572Z | Downloaded dyn-clone v1.0.20 |
| 701 | 2026-03-24T14:56:49.577Z | Downloaded fxhash v0.2.1 |
| 702 | 2026-03-24T14:56:49.577Z | Downloaded cipher v0.4.4 |
| 703 | 2026-03-24T14:56:49.577Z | Downloaded globwalk v0.9.1 |
| 704 | 2026-03-24T14:56:49.579Z | Downloaded fs-err v2.11.0 |
| 705 | 2026-03-24T14:56:49.579Z | Downloaded dsl_auto_type v0.2.0 |
| 706 | 2026-03-24T14:56:49.579Z | Downloaded hash32 v0.3.1 |
| 707 | 2026-03-24T14:56:49.582Z | Downloaded hash32 v0.2.1 |
| 708 | 2026-03-24T14:56:49.582Z | Downloaded gethostname v0.5.0 |
| 709 | 2026-03-24T14:56:49.585Z | Downloaded hex-literal v0.4.1 |
| 710 | 2026-03-24T14:56:49.585Z | Downloaded headers-core v0.3.0 |
| 711 | 2026-03-24T14:56:49.585Z | Downloaded cancel-safe-futures v0.1.5 |
| 712 | 2026-03-24T14:56:49.588Z | Downloaded corncobs v0.1.4 |
| 713 | 2026-03-24T14:56:49.591Z | Downloaded hex v0.4.3 |
| 714 | 2026-03-24T14:56:49.591Z | Downloaded defmt v1.0.1 |
| 715 | 2026-03-24T14:56:49.594Z | Downloaded dof v0.4.0 |
| 716 | 2026-03-24T14:56:49.596Z | Downloaded futures-executor v0.3.32 |
| 717 | 2026-03-24T14:56:49.596Z | Downloaded fs_extra v1.3.0 |
| 718 | 2026-03-24T14:56:49.599Z | Downloaded critical-section v1.2.0 |
| 719 | 2026-03-24T14:56:49.602Z | Downloaded hubpack_derive v0.1.1 |
| 720 | 2026-03-24T14:56:49.602Z | Downloaded erased-serde v0.3.31 |
| 721 | 2026-03-24T14:56:49.619Z | Downloaded ident_case v1.0.1 |
| 722 | 2026-03-24T14:56:49.622Z | Downloaded crossbeam-utils v0.8.21 |
| 723 | 2026-03-24T14:56:49.625Z | Downloaded hostname v0.4.2 |
| 724 | 2026-03-24T14:56:49.625Z | Downloaded git-stub-vcs v0.1.0 |
| 725 | 2026-03-24T14:56:49.625Z | Downloaded ed25519 v2.2.3 |
| 726 | 2026-03-24T14:56:49.631Z | Downloaded indent_write v2.2.0 |
| 727 | 2026-03-24T14:56:49.631Z | Downloaded httpdate v1.0.3 |
| 728 | 2026-03-24T14:56:49.634Z | Downloaded http-range v0.1.5 |
| 729 | 2026-03-24T14:56:49.634Z | Downloaded hostname v0.3.1 |
| 730 | 2026-03-24T14:56:49.634Z | Downloaded indoc v1.0.9 |
| 731 | 2026-03-24T14:56:49.636Z | Downloaded colored v3.1.1 |
| 732 | 2026-03-24T14:56:49.636Z | Downloaded inout v0.1.4 |
| 733 | 2026-03-24T14:56:49.639Z | Downloaded cookie_store v0.22.1 |
| 734 | 2026-03-24T14:56:49.639Z | Downloaded cargo_toml v0.22.3 |
| 735 | 2026-03-24T14:56:49.642Z | Downloaded keccak v0.1.6 |
| 736 | 2026-03-24T14:56:49.645Z | Downloaded env_logger v0.11.9 |
| 737 | 2026-03-24T14:56:49.645Z | Downloaded either v1.15.0 |
| 738 | 2026-03-24T14:56:49.647Z | Downloaded diesel-dtrace v0.5.0 |
| 739 | 2026-03-24T14:56:49.647Z | Downloaded console v0.16.2 |
| 740 | 2026-03-24T14:56:49.650Z | Downloaded globset v0.4.18 |
| 741 | 2026-03-24T14:56:49.650Z | Downloaded ena v0.14.4 |
| 742 | 2026-03-24T14:56:49.653Z | Downloaded deranged v0.5.8 |
| 743 | 2026-03-24T14:56:49.655Z | Downloaded bzip2 v0.4.4 |
| 744 | 2026-03-24T14:56:49.656Z | Downloaded glob v0.3.3 |
| 745 | 2026-03-24T14:56:49.658Z | Downloaded highway v1.3.0 |
| 746 | 2026-03-24T14:56:49.661Z | Downloaded internet-checksum v0.2.1 |
| 747 | 2026-03-24T14:56:49.661Z | Downloaded instant v0.1.13 |
| 748 | 2026-03-24T14:56:49.661Z | Downloaded futures-channel v0.3.32 |
| 749 | 2026-03-24T14:56:49.664Z | Downloaded is_ci v1.2.0 |
| 750 | 2026-03-24T14:56:49.664Z | Downloaded instability v0.3.11 |
| 751 | 2026-03-24T14:56:49.667Z | Downloaded kstat-rs v0.2.4 |
| 752 | 2026-03-24T14:56:49.667Z | Downloaded darling v0.21.3 |
| 753 | 2026-03-24T14:56:49.671Z | Downloaded memoffset v0.9.1 |
| 754 | 2026-03-24T14:56:49.674Z | Downloaded match_cfg v0.1.0 |
| 755 | 2026-03-24T14:56:49.674Z | Downloaded maplit v1.0.2 |
| 756 | 2026-03-24T14:56:49.677Z | Downloaded lru-slab v0.1.2 |
| 757 | 2026-03-24T14:56:49.677Z | Downloaded lru-cache v0.1.2 |
| 758 | 2026-03-24T14:56:49.680Z | Downloaded linked-hash-map v0.5.6 |
| 759 | 2026-03-24T14:56:49.680Z | Downloaded blake2 v0.10.6 |
| 760 | 2026-03-24T14:56:49.683Z | Downloaded libscf-sys v1.1.0 |
| 761 | 2026-03-24T14:56:49.683Z | Downloaded lalrpop-util v0.19.12 |
| 762 | 2026-03-24T14:56:49.683Z | Downloaded hyper-tls v0.6.0 |
| 763 | 2026-03-24T14:56:49.686Z | Downloaded ingot-types v0.1.2 |
| 764 | 2026-03-24T14:56:49.686Z | Downloaded mime v0.3.17 |
| 765 | 2026-03-24T14:56:49.689Z | Downloaded md-5 v0.10.6 |
| 766 | 2026-03-24T14:56:49.689Z | Downloaded derive-where v1.6.0 |
| 767 | 2026-03-24T14:56:49.692Z | Downloaded lazy_static v1.5.0 |
| 768 | 2026-03-24T14:56:49.694Z | Downloaded crc-any v2.5.0 |
| 769 | 2026-03-24T14:56:49.694Z | Downloaded const_format v0.2.35 |
| 770 | 2026-03-24T14:56:49.698Z | Downloaded lru v0.12.5 |
| 771 | 2026-03-24T14:56:49.701Z | Downloaded half v1.8.3 |
| 772 | 2026-03-24T14:56:49.703Z | Downloaded newline-converter v0.3.0 |
| 773 | 2026-03-24T14:56:49.703Z | Downloaded managed v0.8.0 |
| 774 | 2026-03-24T14:56:49.706Z | Downloaded nibble_vec v0.1.0 |
| 775 | 2026-03-24T14:56:49.706Z | Downloaded lzss v0.8.2 |
| 776 | 2026-03-24T14:56:49.709Z | Downloaded md5 v0.7.0 |
| 777 | 2026-03-24T14:56:49.709Z | Downloaded maybe-uninit v2.0.0 |
| 778 | 2026-03-24T14:56:49.712Z | Downloaded hyper-staticfile v0.10.1 |
| 779 | 2026-03-24T14:56:49.712Z | Downloaded http-body-util v0.1.3 |
| 780 | 2026-03-24T14:56:49.714Z | Downloaded jobserver v0.1.34 |
| 781 | 2026-03-24T14:56:49.717Z | Downloaded libloading v0.8.9 |
| 782 | 2026-03-24T14:56:49.717Z | Downloaded newtype_derive v0.1.6 |
| 783 | 2026-03-24T14:56:49.720Z | Downloaded num v0.4.3 |
| 784 | 2026-03-24T14:56:49.720Z | Downloaded normalize-line-endings v0.3.0 |
| 785 | 2026-03-24T14:56:49.723Z | Downloaded nodrop v0.1.14 |
| 786 | 2026-03-24T14:56:49.723Z | Downloaded new_debug_unreachable v1.0.6 |
| 787 | 2026-03-24T14:56:49.723Z | Downloaded newtype-uuid-macros v0.1.0 |
| 788 | 2026-03-24T14:56:49.725Z | Downloaded nonempty v0.12.0 |
| 789 | 2026-03-24T14:56:49.725Z | Downloaded console v0.15.11 |
| 790 | 2026-03-24T14:56:49.728Z | Downloaded clang-sys v1.8.1 |
| 791 | 2026-03-24T14:56:49.731Z | Downloaded darling v0.20.11 |
| 792 | 2026-03-24T14:56:49.734Z | Downloaded libsw-core v0.3.2 |
| 793 | 2026-03-24T14:56:49.737Z | Downloaded num-derive v0.4.2 |
| 794 | 2026-03-24T14:56:49.740Z | Downloaded libsw v3.5.0 |
| 795 | 2026-03-24T14:56:49.740Z | Downloaded hyper-rustls v0.27.7 |
| 796 | 2026-03-24T14:56:49.742Z | Downloaded opaque-debug v0.3.1 |
| 797 | 2026-03-24T14:56:49.742Z | Downloaded crc32fast v1.5.0 |
| 798 | 2026-03-24T14:56:49.745Z | Downloaded olpc-cjson v0.1.4 |
| 799 | 2026-03-24T14:56:49.745Z | Downloaded num_threads v0.1.7 |
| 800 | 2026-03-24T14:56:49.748Z | Downloaded num_enum_derive v0.5.11 |
| 801 | 2026-03-24T14:56:49.748Z | Downloaded hickory-client v0.25.2 |
| 802 | 2026-03-24T14:56:49.751Z | Downloaded ipnetwork v0.21.1 |
| 803 | 2026-03-24T14:56:49.754Z | Downloaded num-conv v0.2.0 |
| 804 | 2026-03-24T14:56:49.754Z | Downloaded base64 v0.22.1 |
| 805 | 2026-03-24T14:56:49.757Z | Downloaded futures v0.3.32 |
| 806 | 2026-03-24T14:56:49.760Z | Downloaded multimap v0.10.1 |
| 807 | 2026-03-24T14:56:49.763Z | Downloaded bumpalo v3.20.2 |
| 808 | 2026-03-24T14:56:49.766Z | Downloaded arc-swap v1.8.2 |
| 809 | 2026-03-24T14:56:49.768Z | Downloaded multer v3.1.0 |
| 810 | 2026-03-24T14:56:49.771Z | Downloaded num-derive v0.3.3 |
| 811 | 2026-03-24T14:56:49.771Z | Downloaded num-iter v0.1.45 |
| 812 | 2026-03-24T14:56:49.774Z | Downloaded linear-map v1.2.0 |
| 813 | 2026-03-24T14:56:49.774Z | Downloaded half v2.7.1 |
| 814 | 2026-03-24T14:56:49.777Z | Downloaded newtype-uuid v1.3.2 |
| 815 | 2026-03-24T14:56:49.779Z | Downloaded chacha20poly1305 v0.10.1 |
| 816 | 2026-03-24T14:56:49.779Z | Downloaded libefi-sys v0.1.0 |
| 817 | 2026-03-24T14:56:49.782Z | Downloaded openssl-macros v0.1.1 |
| 818 | 2026-03-24T14:56:49.783Z | Downloaded is-terminal v0.4.17 |
| 819 | 2026-03-24T14:56:49.783Z | Downloaded parse-display v0.10.0 |
| 820 | 2026-03-24T14:56:49.785Z | Downloaded ipnet v2.11.0 |
| 821 | 2026-03-24T14:56:49.785Z | Downloaded openssl-probe v0.2.1 |
| 822 | 2026-03-24T14:56:49.788Z | Downloaded indoc v2.0.7 |
| 823 | 2026-03-24T14:56:49.791Z | Downloaded peg-runtime v0.8.5 |
| 824 | 2026-03-24T14:56:49.791Z | Downloaded path-slash v0.1.5 |
| 825 | 2026-03-24T14:56:49.794Z | Downloaded hmac v0.12.1 |
| 826 | 2026-03-24T14:56:49.794Z | Downloaded oso-derive v0.27.3 |
| 827 | 2026-03-24T14:56:49.794Z | Downloaded openssl-probe v0.1.6 |
| 828 | 2026-03-24T14:56:49.797Z | Downloaded lock_api v0.4.14 |
| 829 | 2026-03-24T14:56:49.797Z | Downloaded phf_shared v0.12.1 |
| 830 | 2026-03-24T14:56:49.800Z | Downloaded humantime v2.3.0 |
| 831 | 2026-03-24T14:56:49.800Z | Downloaded mime_guess v2.0.5 |
| 832 | 2026-03-24T14:56:49.803Z | Downloaded litrs v1.0.0 |
| 833 | 2026-03-24T14:56:49.806Z | Downloaded iana-time-zone v0.1.65 |
| 834 | 2026-03-24T14:56:49.809Z | Downloaded nu-ansi-term v0.50.3 |
| 835 | 2026-03-24T14:56:49.809Z | Downloaded parse-size v1.1.0 |
| 836 | 2026-03-24T14:56:49.812Z | Downloaded num_enum_derive v0.7.5 |
| 837 | 2026-03-24T14:56:49.812Z | Downloaded num_enum v0.7.5 |
| 838 | 2026-03-24T14:56:49.816Z | Downloaded memmap2 v0.9.10 |
| 839 | 2026-03-24T14:56:49.820Z | Downloaded pbkdf2 v0.12.2 |
| 840 | 2026-03-24T14:56:49.820Z | Downloaded pbkdf2 v0.11.0 |
| 841 | 2026-03-24T14:56:49.824Z | Downloaded native-tls v0.2.18 |
| 842 | 2026-03-24T14:56:49.824Z | Downloaded ignore v0.4.25 |
| 843 | 2026-03-24T14:56:49.827Z | Downloaded nanorand v0.7.0 |
| 844 | 2026-03-24T14:56:49.827Z | Downloaded cc v1.2.56 |
| 845 | 2026-03-24T14:56:49.833Z | Downloaded fatfs v0.3.6 |
| 846 | 2026-03-24T14:56:49.836Z | Downloaded allocator-api2 v0.2.21 |
| 847 | 2026-03-24T14:56:49.836Z | Downloaded owo-colors v4.3.0 |
| 848 | 2026-03-24T14:56:49.839Z | Downloaded ingot-macros v0.1.1 |
| 849 | 2026-03-24T14:56:49.840Z | Downloaded getrandom v0.3.4 |
| 850 | 2026-03-24T14:56:49.843Z | Downloaded precomputed-hash v0.1.1 |
| 851 | 2026-03-24T14:56:49.843Z | Downloaded phf_shared v0.11.3 |
| 852 | 2026-03-24T14:56:49.846Z | Downloaded powerfmt v0.2.0 |
| 853 | 2026-03-24T14:56:49.846Z | Downloaded predicates-core v1.0.10 |
| 854 | 2026-03-24T14:56:49.846Z | Downloaded pin-utils v0.1.0 |
| 855 | 2026-03-24T14:56:49.849Z | Downloaded proc-macro-crate v1.3.1 |
| 856 | 2026-03-24T14:56:49.849Z | Downloaded getrandom v0.2.17 |
| 857 | 2026-03-24T14:56:49.853Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 858 | 2026-03-24T14:56:49.853Z | Downloaded proc-macro-crate v3.4.0 |
| 859 | 2026-03-24T14:56:49.855Z | Downloaded elliptic-curve v0.13.8 |
| 860 | 2026-03-24T14:56:49.858Z | Downloaded progenitor-client v0.11.2 |
| 861 | 2026-03-24T14:56:49.858Z | Downloaded num-complex v0.4.6 |
| 862 | 2026-03-24T14:56:49.860Z | Downloaded num-rational v0.4.2 |
| 863 | 2026-03-24T14:56:49.863Z | Downloaded headers v0.4.1 |
| 864 | 2026-03-24T14:56:49.866Z | Downloaded derive_more v0.99.20 |
| 865 | 2026-03-24T14:56:49.869Z | Downloaded parking_lot_core v0.8.6 |
| 866 | 2026-03-24T14:56:49.872Z | Downloaded paste v1.0.15 |
| 867 | 2026-03-24T14:56:49.874Z | Downloaded phf_shared v0.13.1 |
| 868 | 2026-03-24T14:56:49.877Z | Downloaded ar_archive_writer v0.5.1 |
| 869 | 2026-03-24T14:56:49.880Z | Downloaded crossbeam-channel v0.5.15 |
| 870 | 2026-03-24T14:56:49.883Z | Downloaded predicates-tree v1.0.13 |
| 871 | 2026-03-24T14:56:49.883Z | Downloaded pem-rfc7468 v0.7.0 |
| 872 | 2026-03-24T14:56:49.886Z | Downloaded pin-project-internal v1.1.11 |
| 873 | 2026-03-24T14:56:49.888Z | Downloaded phf v0.13.1 |
| 874 | 2026-03-24T14:56:49.888Z | Downloaded pem v3.0.6 |
| 875 | 2026-03-24T14:56:49.891Z | Downloaded progenitor-macro v0.10.0 |
| 876 | 2026-03-24T14:56:49.891Z | Downloaded peg v0.8.5 |
| 877 | 2026-03-24T14:56:49.894Z | Downloaded progenitor-macro v0.11.2 |
| 878 | 2026-03-24T14:56:49.894Z | Downloaded indexmap v1.9.3 |
| 879 | 2026-03-24T14:56:49.897Z | Downloaded httparse v1.10.1 |
| 880 | 2026-03-24T14:56:49.900Z | Downloaded password-hash v0.4.2 |
| 881 | 2026-03-24T14:56:49.903Z | Downloaded packed_struct_codegen v0.10.1 |
| 882 | 2026-03-24T14:56:49.903Z | Downloaded quick-error v1.2.3 |
| 883 | 2026-03-24T14:56:49.906Z | Downloaded psl-types v2.0.11 |
| 884 | 2026-03-24T14:56:49.906Z | Downloaded radium v0.7.0 |
| 885 | 2026-03-24T14:56:49.909Z | Downloaded progenitor-macro v0.13.0 |
| 886 | 2026-03-24T14:56:49.909Z | Downloaded progenitor-client v0.10.0 |
| 887 | 2026-03-24T14:56:49.911Z | Downloaded phf v0.12.1 |
| 888 | 2026-03-24T14:56:49.912Z | Downloaded flume v0.11.1 |
| 889 | 2026-03-24T14:56:49.914Z | Downloaded polyval v0.6.2 |
| 890 | 2026-03-24T14:56:49.917Z | Downloaded postgres-protocol v0.6.10 |
| 891 | 2026-03-24T14:56:49.920Z | Downloaded darling_core v0.20.11 |
| 892 | 2026-03-24T14:56:49.923Z | Downloaded primeorder v0.13.6 |
| 893 | 2026-03-24T14:56:49.923Z | Downloaded progenitor v0.13.0 |
| 894 | 2026-03-24T14:56:49.926Z | Downloaded progenitor v0.10.0 |
| 895 | 2026-03-24T14:56:49.926Z | Downloaded proc-macro-error2 v2.0.1 |
| 896 | 2026-03-24T14:56:49.929Z | Downloaded predicates v3.1.4 |
| 897 | 2026-03-24T14:56:49.931Z | Downloaded packed_struct v0.10.1 |
| 898 | 2026-03-24T14:56:49.934Z | Downloaded ref-cast-impl v1.0.25 |
| 899 | 2026-03-24T14:56:49.934Z | Downloaded oxnet v0.1.4 |
| 900 | 2026-03-24T14:56:49.937Z | Downloaded oxide-tokio-rt v0.1.3 |
| 901 | 2026-03-24T14:56:49.942Z | Downloaded rand_chacha v0.3.1 |
| 902 | 2026-03-24T14:56:49.942Z | Downloaded rand_xorshift v0.4.0 |
| 903 | 2026-03-24T14:56:49.945Z | Downloaded ed25519-dalek v2.2.0 |
| 904 | 2026-03-24T14:56:49.945Z | Downloaded flate2 v1.1.9 |
| 905 | 2026-03-24T14:56:49.948Z | Downloaded parking_lot_core v0.9.12 |
| 906 | 2026-03-24T14:56:49.951Z | Downloaded pkg-config v0.3.32 |
| 907 | 2026-03-24T14:56:49.951Z | Downloaded peg-macros v0.8.5 |
| 908 | 2026-03-24T14:56:49.954Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 909 | 2026-03-24T14:56:49.954Z | Downloaded rfc6979 v0.4.0 |
| 910 | 2026-03-24T14:56:49.957Z | Downloaded heapless v0.8.0 |
| 911 | 2026-03-24T14:56:49.960Z | Downloaded recursive v0.1.1 |
| 912 | 2026-03-24T14:56:49.960Z | Downloaded pkcs8 v0.10.2 |
| 913 | 2026-03-24T14:56:49.965Z | Downloaded progenitor-extras v0.1.1 |
| 914 | 2026-03-24T14:56:49.965Z | Downloaded pkcs1 v0.7.5 |
| 915 | 2026-03-24T14:56:49.967Z | Downloaded num-integer v0.1.46 |
| 916 | 2026-03-24T14:56:49.967Z | Downloaded ref-cast v1.0.25 |
| 917 | 2026-03-24T14:56:49.970Z | Downloaded progenitor v0.11.2 |
| 918 | 2026-03-24T14:56:49.973Z | Downloaded ppv-lite86 v0.2.21 |
| 919 | 2026-03-24T14:56:49.973Z | Downloaded libbz2-rs-sys v0.2.2 |
| 920 | 2026-03-24T14:56:49.976Z | Downloaded parking_lot v0.12.5 |
| 921 | 2026-03-24T14:56:49.979Z | Downloaded rtoolbox v0.0.3 |
| 922 | 2026-03-24T14:56:49.979Z | Downloaded rustc-hash v2.1.1 |
| 923 | 2026-03-24T14:56:49.982Z | Downloaded pkcs5 v0.7.1 |
| 924 | 2026-03-24T14:56:49.984Z | Downloaded parking_lot v0.11.2 |
| 925 | 2026-03-24T14:56:49.987Z | Downloaded omicron-zone-package v0.12.2 |
| 926 | 2026-03-24T14:56:49.990Z | Downloaded num_enum v0.5.11 |
| 927 | 2026-03-24T14:56:49.992Z | Downloaded rustc_version v0.1.7 |
| 928 | 2026-03-24T14:56:49.995Z | Downloaded postgres-types v0.2.12 |
| 929 | 2026-03-24T14:56:49.998Z | Downloaded rustc_version v0.4.1 |
| 930 | 2026-03-24T14:56:49.998Z | Downloaded rand_seeder v0.4.0 |
| 931 | 2026-03-24T14:56:50.001Z | Downloaded russh-cryptovec v0.7.3 |
| 932 | 2026-03-24T14:56:50.001Z | Downloaded psm v0.1.30 |
| 933 | 2026-03-24T14:56:50.004Z | Downloaded der v0.7.10 |
| 934 | 2026-03-24T14:56:50.008Z | Downloaded darling_core v0.23.0 |
| 935 | 2026-03-24T14:56:50.012Z | Downloaded progenitor-client v0.13.0 |
| 936 | 2026-03-24T14:56:50.015Z | Downloaded rand_core v0.10.0 |
| 937 | 2026-03-24T14:56:50.015Z | Downloaded rand_core v0.9.5 |
| 938 | 2026-03-24T14:56:50.015Z | Downloaded parse-display-derive v0.10.0 |
| 939 | 2026-03-24T14:56:50.018Z | Downloaded oso v0.27.3 |
| 940 | 2026-03-24T14:56:50.020Z | Downloaded papergrid v0.17.0 |
| 941 | 2026-03-24T14:56:50.023Z | Downloaded r2d2 v0.8.10 |
| 942 | 2026-03-24T14:56:50.026Z | Downloaded jiff-static v0.2.21 |
| 943 | 2026-03-24T14:56:50.029Z | Downloaded password-hash v0.5.0 |
| 944 | 2026-03-24T14:56:50.029Z | Downloaded scroll_derive v0.13.1 |
| 945 | 2026-03-24T14:56:50.032Z | Downloaded expectorate v1.2.0 |
| 946 | 2026-03-24T14:56:50.032Z | Downloaded dropshot-api-manager v0.6.0 |
| 947 | 2026-03-24T14:56:50.034Z | Downloaded resolv-conf v0.7.6 |
| 948 | 2026-03-24T14:56:50.037Z | Downloaded sapling-renderdag v0.1.0 |
| 949 | 2026-03-24T14:56:50.040Z | Downloaded scheduled-thread-pool v0.2.7 |
| 950 | 2026-03-24T14:56:50.040Z | Downloaded serde-big-array v0.5.1 |
| 951 | 2026-03-24T14:56:50.043Z | Downloaded scopeguard v1.2.0 |
| 952 | 2026-03-24T14:56:50.043Z | Downloaded seq-macro v0.3.6 |
| 953 | 2026-03-24T14:56:50.046Z | Downloaded scrypt v0.11.0 |
| 954 | 2026-03-24T14:56:50.046Z | Downloaded semver v0.1.20 |
| 955 | 2026-03-24T14:56:50.048Z | Downloaded secrecy v0.10.3 |
| 956 | 2026-03-24T14:56:50.048Z | Downloaded secrecy v0.8.0 |
| 957 | 2026-03-24T14:56:50.048Z | Downloaded hickory-resolver v0.25.2 |
| 958 | 2026-03-24T14:56:50.051Z | Downloaded same-file v1.0.6 |
| 959 | 2026-03-24T14:56:50.054Z | Downloaded salsa20 v0.10.2 |
| 960 | 2026-03-24T14:56:50.054Z | Downloaded poly1305 v0.8.0 |
| 961 | 2026-03-24T14:56:50.057Z | Downloaded serde_bytes v0.11.19 |
| 962 | 2026-03-24T14:56:50.061Z | Downloaded serde_urlencoded v0.7.1 |
| 963 | 2026-03-24T14:56:50.061Z | Downloaded rand_chacha v0.9.0 |
| 964 | 2026-03-24T14:56:50.064Z | Downloaded signal-hook-mio v0.2.5 |
| 965 | 2026-03-24T14:56:50.064Z | Downloaded heapless v0.7.17 |
| 966 | 2026-03-24T14:56:50.067Z | Downloaded signature v2.2.0 |
| 967 | 2026-03-24T14:56:50.067Z | Downloaded rustls-pemfile v1.0.4 |
| 968 | 2026-03-24T14:56:50.070Z | Downloaded crypto-bigint v0.5.5 |
| 969 | 2026-03-24T14:56:50.074Z | Downloaded rand_core v0.6.4 |
| 970 | 2026-03-24T14:56:50.077Z | Downloaded prefix-trie v0.7.0 |
| 971 | 2026-03-24T14:56:50.080Z | Downloaded miniz_oxide v0.8.9 |
| 972 | 2026-03-24T14:56:50.082Z | Downloaded p256 v0.13.2 |
| 973 | 2026-03-24T14:56:50.085Z | Downloaded rustls-native-certs v0.8.3 |
| 974 | 2026-03-24T14:56:50.088Z | Downloaded serde_plain v1.0.2 |
| 975 | 2026-03-24T14:56:50.088Z | Downloaded sha1 v0.10.6 |
| 976 | 2026-03-24T14:56:50.091Z | Downloaded signal-hook-tokio v0.3.1 |
| 977 | 2026-03-24T14:56:50.091Z | Downloaded shell-words v1.1.1 |
| 978 | 2026-03-24T14:56:50.094Z | Downloaded rusty-fork v0.3.1 |
| 979 | 2026-03-24T14:56:50.094Z | Downloaded hickory-server v0.25.2 |
| 980 | 2026-03-24T14:56:50.096Z | Downloaded rustversion v1.0.22 |
| 981 | 2026-03-24T14:56:50.100Z | Downloaded serde_repr v0.1.20 |
| 982 | 2026-03-24T14:56:50.102Z | Downloaded diesel_derives v2.3.7 |
| 983 | 2026-03-24T14:56:50.106Z | Downloaded siphasher v1.0.2 |
| 984 | 2026-03-24T14:56:50.108Z | Downloaded derive_more v2.1.1 |
| 985 | 2026-03-24T14:56:50.117Z | Downloaded sec1 v0.7.3 |
| 986 | 2026-03-24T14:56:50.119Z | Downloaded progenitor-impl v0.13.0 |
| 987 | 2026-03-24T14:56:50.124Z | Downloaded pin-project v1.1.11 |
| 988 | 2026-03-24T14:56:50.130Z | Downloaded sigpipe v0.1.3 |
| 989 | 2026-03-24T14:56:50.132Z | Downloaded sct v0.7.1 |
| 990 | 2026-03-24T14:56:50.135Z | Downloaded serde_spanned v1.0.4 |
| 991 | 2026-03-24T14:56:50.135Z | Downloaded serde-hex v0.1.0 |
| 992 | 2026-03-24T14:56:50.138Z | Downloaded russh-keys v0.45.0 |
| 993 | 2026-03-24T14:56:50.141Z | Downloaded openssl-sys v0.9.111 |
| 994 | 2026-03-24T14:56:50.144Z | Downloaded strip-ansi-escapes v0.2.1 |
| 995 | 2026-03-24T14:56:50.147Z | Downloaded quinn-udp v0.5.14 |
| 996 | 2026-03-24T14:56:50.147Z | Downloaded crossterm v0.29.0 |
| 997 | 2026-03-24T14:56:50.151Z | Downloaded slog-envlogger v2.2.0 |
| 998 | 2026-03-24T14:56:50.154Z | Downloaded prettyplease v0.2.37 |
| 999 | 2026-03-24T14:56:50.156Z | Downloaded scroll v0.13.0 |
| 1000 | 2026-03-24T14:56:50.159Z | Downloaded rustls-pemfile v2.2.0 |
| 1001 | 2026-03-24T14:56:50.162Z | Downloaded sqlparser_derive v0.5.0 |
| 1002 | 2026-03-24T14:56:50.162Z | Downloaded rcgen v0.12.1 |
| 1003 | 2026-03-24T14:56:50.165Z | Downloaded http v1.4.0 |
| 1004 | 2026-03-24T14:56:50.167Z | Downloaded serde_path_to_error v0.1.20 |
| 1005 | 2026-03-24T14:56:50.170Z | Downloaded itertools v0.10.5 |
| 1006 | 2026-03-24T14:56:50.173Z | Downloaded signal-hook-registry v1.4.8 |
| 1007 | 2026-03-24T14:56:50.176Z | Downloaded ssh-cipher v0.2.0 |
| 1008 | 2026-03-24T14:56:50.176Z | Downloaded shlex v1.3.0 |
| 1009 | 2026-03-24T14:56:50.178Z | Downloaded serde_derive_internals v0.29.1 |
| 1010 | 2026-03-24T14:56:50.178Z | Downloaded slab v0.4.12 |
| 1011 | 2026-03-24T14:56:50.181Z | Downloaded subtle v2.6.1 |
| 1012 | 2026-03-24T14:56:50.181Z | Downloaded rustls-pki-types v1.14.0 |
| 1013 | 2026-03-24T14:56:50.184Z | Downloaded hashbrown v0.13.2 |
| 1014 | 2026-03-24T14:56:50.187Z | Downloaded num-bigint v0.4.6 |
| 1015 | 2026-03-24T14:56:50.190Z | Downloaded progenitor-impl v0.10.0 |
| 1016 | 2026-03-24T14:56:50.193Z | Downloaded tabwriter v1.4.1 |
| 1017 | 2026-03-24T14:56:50.196Z | Downloaded sync-ptr v0.1.4 |
| 1018 | 2026-03-24T14:56:50.196Z | Downloaded supports-color v3.0.2 |
| 1019 | 2026-03-24T14:56:50.199Z | Downloaded slog-json v2.6.1 |
| 1020 | 2026-03-24T14:56:50.199Z | Downloaded derive_more-impl v2.1.1 |
| 1021 | 2026-03-24T14:56:50.202Z | Downloaded termtree v0.5.1 |
| 1022 | 2026-03-24T14:56:50.205Z | Downloaded structmeta-derive v0.3.0 |
| 1023 | 2026-03-24T14:56:50.205Z | Downloaded structmeta v0.3.0 |
| 1024 | 2026-03-24T14:56:50.208Z | Downloaded strum v0.26.3 |
| 1025 | 2026-03-24T14:56:50.208Z | Downloaded ssh-encoding v0.2.0 |
| 1026 | 2026-03-24T14:56:50.210Z | Downloaded schemars_derive v0.8.22 |
| 1027 | 2026-03-24T14:56:50.213Z | Downloaded crossterm v0.28.1 |
| 1028 | 2026-03-24T14:56:50.216Z | Downloaded strum v0.27.2 |
| 1029 | 2026-03-24T14:56:50.220Z | Downloaded string_cache v0.8.9 |
| 1030 | 2026-03-24T14:56:50.220Z | Downloaded thread-id v5.1.0 |
| 1031 | 2026-03-24T14:56:50.223Z | Downloaded testing_table v0.3.0 |
| 1032 | 2026-03-24T14:56:50.223Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1033 | 2026-03-24T14:56:50.226Z | Downloaded aho-corasick v1.1.4 |
| 1034 | 2026-03-24T14:56:50.229Z | Downloaded tabled_derive v0.11.0 |
| 1035 | 2026-03-24T14:56:50.232Z | Downloaded take_mut v0.2.2 |
| 1036 | 2026-03-24T14:56:50.232Z | Downloaded tap v1.0.1 |
| 1037 | 2026-03-24T14:56:50.235Z | Downloaded tagptr v0.2.0 |
| 1038 | 2026-03-24T14:56:50.235Z | Downloaded sync_wrapper v1.0.2 |
| 1039 | 2026-03-24T14:56:50.238Z | Downloaded slog-stdlog v4.1.1 |
| 1040 | 2026-03-24T14:56:50.238Z | Downloaded slog-scope v4.4.1 |
| 1041 | 2026-03-24T14:56:50.241Z | Downloaded slog-dtrace v0.3.0 |
| 1042 | 2026-03-24T14:56:50.241Z | Downloaded slog-async v2.8.0 |
| 1043 | 2026-03-24T14:56:50.244Z | Downloaded smf v0.2.3 |
| 1044 | 2026-03-24T14:56:50.244Z | Downloaded smallvec v0.6.14 |
| 1045 | 2026-03-24T14:56:50.246Z | Downloaded slog-bunyan v2.5.0 |
| 1046 | 2026-03-24T14:56:50.246Z | Downloaded rayon-core v1.13.0 |
| 1047 | 2026-03-24T14:56:50.249Z | Downloaded hyper-util v0.1.20 |
| 1048 | 2026-03-24T14:56:50.253Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1049 | 2026-03-24T14:56:50.256Z | Downloaded strum_macros v0.27.2 |
| 1050 | 2026-03-24T14:56:50.259Z | Downloaded strum_macros v0.26.4 |
| 1051 | 2026-03-24T14:56:50.259Z | Downloaded strum_macros v0.24.3 |
| 1052 | 2026-03-24T14:56:50.261Z | Downloaded spki v0.7.3 |
| 1053 | 2026-03-24T14:56:50.264Z | Downloaded hashbrown v0.12.3 |
| 1054 | 2026-03-24T14:56:50.267Z | Downloaded sqlformat v0.3.5 |
| 1055 | 2026-03-24T14:56:50.270Z | Downloaded slog-term v2.9.2 |
| 1056 | 2026-03-24T14:56:50.270Z | Downloaded nom v7.1.3 |
| 1057 | 2026-03-24T14:56:50.274Z | Downloaded support-bundle-viewer v0.1.2 |
| 1058 | 2026-03-24T14:56:50.277Z | Downloaded static_assertions v1.1.0 |
| 1059 | 2026-03-24T14:56:50.280Z | Downloaded quinn v0.11.9 |
| 1060 | 2026-03-24T14:56:50.283Z | Downloaded tinyvec_macros v0.1.1 |
| 1061 | 2026-03-24T14:56:50.283Z | Downloaded rand v0.8.5 |
| 1062 | 2026-03-24T14:56:50.285Z | Downloaded iddqd v0.3.17 |
| 1063 | 2026-03-24T14:56:50.290Z | Downloaded serde_with_macros v3.17.0 |
| 1064 | 2026-03-24T14:56:50.294Z | Downloaded topological-sort v0.2.2 |
| 1065 | 2026-03-24T14:56:50.296Z | Downloaded schemars v0.8.22 |
| 1066 | 2026-03-24T14:56:50.304Z | Downloaded pretty_assertions v1.4.1 |
| 1067 | 2026-03-24T14:56:50.306Z | Downloaded time-core v0.1.8 |
| 1068 | 2026-03-24T14:56:50.309Z | Downloaded tls_codec_derive v0.4.2 |
| 1069 | 2026-03-24T14:56:50.310Z | Downloaded thiserror-no-std v2.0.2 |
| 1070 | 2026-03-24T14:56:50.313Z | Downloaded trait-variant v0.1.2 |
| 1071 | 2026-03-24T14:56:50.316Z | Downloaded tower-service v0.3.3 |
| 1072 | 2026-03-24T14:56:50.316Z | Downloaded termios v0.3.3 |
| 1073 | 2026-03-24T14:56:50.316Z | Downloaded ryu v1.0.23 |
| 1074 | 2026-03-24T14:56:50.319Z | Downloaded tower-layer v0.3.3 |
| 1075 | 2026-03-24T14:56:50.321Z | Downloaded ron v0.8.1 |
| 1076 | 2026-03-24T14:56:50.324Z | Downloaded itertools v0.13.0 |
| 1077 | 2026-03-24T14:56:50.330Z | Downloaded unarray v0.1.4 |
| 1078 | 2026-03-24T14:56:50.333Z | Downloaded typify-macro v0.6.1 |
| 1079 | 2026-03-24T14:56:50.333Z | Downloaded tokio-dtrace v0.1.1 |
| 1080 | 2026-03-24T14:56:50.337Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1081 | 2026-03-24T14:56:50.340Z | Downloaded stacker v0.1.23 |
| 1082 | 2026-03-24T14:56:50.340Z | Downloaded progenitor-impl v0.11.2 |
| 1083 | 2026-03-24T14:56:50.342Z | Downloaded mio v1.1.1 |
| 1084 | 2026-03-24T14:56:50.345Z | Downloaded tokio-tungstenite v0.21.0 |
| 1085 | 2026-03-24T14:56:50.348Z | Downloaded qorb v0.4.1 |
| 1086 | 2026-03-24T14:56:50.351Z | Downloaded term v1.2.1 |
| 1087 | 2026-03-24T14:56:50.354Z | Downloaded similar v2.7.0 |
| 1088 | 2026-03-24T14:56:50.358Z | Downloaded publicsuffix v2.3.0 |
| 1089 | 2026-03-24T14:56:50.361Z | Downloaded futures-util v0.3.32 |
| 1090 | 2026-03-24T14:56:50.370Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1091 | 2026-03-24T14:56:50.373Z | Downloaded tokio-macros v2.6.0 |
| 1092 | 2026-03-24T14:56:50.373Z | Downloaded stringprep v0.1.5 |
| 1093 | 2026-03-24T14:56:50.376Z | Downloaded typify-macro v0.4.3 |
| 1094 | 2026-03-24T14:56:50.376Z | Downloaded h2 v0.4.13 |
| 1095 | 2026-03-24T14:56:50.380Z | Downloaded untrusted v0.9.0 |
| 1096 | 2026-03-24T14:56:50.383Z | Downloaded tokio-native-tls v0.3.1 |
| 1097 | 2026-03-24T14:56:50.385Z | Downloaded try-lock v0.2.5 |
| 1098 | 2026-03-24T14:56:50.385Z | Downloaded untrusted v0.7.1 |
| 1099 | 2026-03-24T14:56:50.385Z | Downloaded wait-timeout v0.2.1 |
| 1100 | 2026-03-24T14:56:50.388Z | Downloaded unit-prefix v0.5.2 |
| 1101 | 2026-03-24T14:56:50.388Z | Downloaded rustls-webpki v0.103.9 |
| 1102 | 2026-03-24T14:56:50.391Z | Downloaded samael v0.0.19 |
| 1103 | 2026-03-24T14:56:50.396Z | Downloaded itertools v0.14.0 |
| 1104 | 2026-03-24T14:56:50.401Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1105 | 2026-03-24T14:56:50.404Z | Downloaded universal-hash v0.5.1 |
| 1106 | 2026-03-24T14:56:50.404Z | Downloaded tls_codec v0.4.2 |
| 1107 | 2026-03-24T14:56:50.407Z | Downloaded unicode-truncate v1.1.0 |
| 1108 | 2026-03-24T14:56:50.407Z | Downloaded usdt-macro v0.6.0 |
| 1109 | 2026-03-24T14:56:50.410Z | Downloaded want v0.3.1 |
| 1110 | 2026-03-24T14:56:50.410Z | Downloaded usdt-attr-macro v0.6.0 |
| 1111 | 2026-03-24T14:56:50.410Z | Downloaded tiny-keccak v2.0.2 |
| 1112 | 2026-03-24T14:56:50.422Z | Downloaded usdt v0.6.0 |
| 1113 | 2026-03-24T14:56:50.422Z | Downloaded utf-8 v0.7.6 |
| 1114 | 2026-03-24T14:56:50.422Z | Downloaded term v0.7.0 |
| 1115 | 2026-03-24T14:56:50.422Z | Downloaded slog v2.8.2 |
| 1116 | 2026-03-24T14:56:50.422Z | Downloaded tokio-stream v0.1.18 |
| 1117 | 2026-03-24T14:56:50.426Z | Downloaded unicase v2.9.0 |
| 1118 | 2026-03-24T14:56:50.426Z | Downloaded tar v0.4.44 |
| 1119 | 2026-03-24T14:56:50.430Z | Downloaded xshell-macros v0.2.7 |
| 1120 | 2026-03-24T14:56:50.430Z | Downloaded xattr v1.6.1 |
| 1121 | 2026-03-24T14:56:50.430Z | Downloaded time-macros v0.2.27 |
| 1122 | 2026-03-24T14:56:50.433Z | Downloaded socket2 v0.6.2 |
| 1123 | 2026-03-24T14:56:50.436Z | Downloaded socket2 v0.5.10 |
| 1124 | 2026-03-24T14:56:50.436Z | Downloaded spin v0.9.8 |
| 1125 | 2026-03-24T14:56:50.439Z | Downloaded waitgroup v0.1.2 |
| 1126 | 2026-03-24T14:56:50.439Z | Downloaded void v1.0.2 |
| 1127 | 2026-03-24T14:56:50.439Z | Downloaded thread_local v1.1.9 |
| 1128 | 2026-03-24T14:56:50.441Z | Downloaded rsa v0.9.10 |
| 1129 | 2026-03-24T14:56:50.444Z | Downloaded vergen-git2 v1.0.7 |
| 1130 | 2026-03-24T14:56:50.447Z | Downloaded snafu v0.8.9 |
| 1131 | 2026-03-24T14:56:50.450Z | Downloaded zeroize_derive v1.4.3 |
| 1132 | 2026-03-24T14:56:50.453Z | Downloaded rand v0.9.2 |
| 1133 | 2026-03-24T14:56:50.455Z | Downloaded vergen-gitcl v1.0.8 |
| 1134 | 2026-03-24T14:56:50.458Z | Downloaded iri-string v0.7.10 |
| 1135 | 2026-03-24T14:56:50.462Z | Downloaded schemars v0.9.0 |
| 1136 | 2026-03-24T14:56:50.471Z | Downloaded zone v0.3.1 |
| 1137 | 2026-03-24T14:56:50.474Z | Downloaded tokio-rustls v0.26.4 |
| 1138 | 2026-03-24T14:56:50.477Z | Downloaded hashbrown v0.15.5 |
| 1139 | 2026-03-24T14:56:50.479Z | Downloaded tokio-tungstenite v0.23.1 |
| 1140 | 2026-03-24T14:56:50.482Z | Downloaded libxml v0.3.3 |
| 1141 | 2026-03-24T14:56:50.485Z | Downloaded usdt-impl v0.6.0 |
| 1142 | 2026-03-24T14:56:50.488Z | Downloaded whoami v2.1.0 |
| 1143 | 2026-03-24T14:56:50.491Z | Downloaded vsss-rs v3.3.4 |
| 1144 | 2026-03-24T14:56:50.491Z | Downloaded tui-tree-widget v0.23.1 |
| 1145 | 2026-03-24T14:56:50.494Z | Downloaded tracing-attributes v0.1.31 |
| 1146 | 2026-03-24T14:56:50.494Z | Downloaded zone_cfg_derive v0.3.1 |
| 1147 | 2026-03-24T14:56:50.497Z | Downloaded hyper v1.8.1 |
| 1148 | 2026-03-24T14:56:50.500Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1149 | 2026-03-24T14:56:50.503Z | Downloaded xshell v0.2.7 |
| 1150 | 2026-03-24T14:56:50.505Z | Downloaded tokio-rustls v0.24.1 |
| 1151 | 2026-03-24T14:56:50.508Z | Downloaded rand v0.10.0 |
| 1152 | 2026-03-24T14:56:50.511Z | Downloaded blake3 v1.8.3 |
| 1153 | 2026-03-24T14:56:50.516Z | Downloaded xz2 v0.1.7 |
| 1154 | 2026-03-24T14:56:50.518Z | Downloaded zeroize v1.8.2 |
| 1155 | 2026-03-24T14:56:50.521Z | Downloaded walkdir v2.5.0 |
| 1156 | 2026-03-24T14:56:50.521Z | Downloaded vergen-lib v0.1.6 |
| 1157 | 2026-03-24T14:56:50.524Z | Downloaded uzers v0.12.2 |
| 1158 | 2026-03-24T14:56:50.524Z | Downloaded test-strategy v0.4.5 |
| 1159 | 2026-03-24T14:56:50.527Z | Downloaded tracing-core v0.1.36 |
| 1160 | 2026-03-24T14:56:50.530Z | Downloaded rustyline v14.0.0 |
| 1161 | 2026-03-24T14:56:50.533Z | Downloaded signal-hook v0.3.18 |
| 1162 | 2026-03-24T14:56:50.539Z | Downloaded tokio-rustls v0.25.0 |
| 1163 | 2026-03-24T14:56:50.542Z | Downloaded schemars v1.2.1 |
| 1164 | 2026-03-24T14:56:50.549Z | Downloaded wyz v0.5.1 |
| 1165 | 2026-03-24T14:56:50.553Z | Downloaded typify v0.6.1 |
| 1166 | 2026-03-24T14:56:50.553Z | Downloaded typify v0.4.3 |
| 1167 | 2026-03-24T14:56:50.556Z | Downloaded unicode-bidi v0.3.18 |
| 1168 | 2026-03-24T14:56:50.559Z | Downloaded ron v0.12.0 |
| 1169 | 2026-03-24T14:56:50.565Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1170 | 2026-03-24T14:56:50.568Z | Downloaded vergen v9.0.6 |
| 1171 | 2026-03-24T14:56:50.571Z | Downloaded bitvec v1.0.1 |
| 1172 | 2026-03-24T14:56:50.581Z | Downloaded hkdf v0.12.4 |
| 1173 | 2026-03-24T14:56:50.584Z | Downloaded zstd-safe v7.2.4 |
| 1174 | 2026-03-24T14:56:50.587Z | Downloaded toml v0.7.8 |
| 1175 | 2026-03-24T14:56:50.590Z | Downloaded vte v0.14.1 |
| 1176 | 2026-03-24T14:56:50.590Z | Downloaded zstd v0.13.3 |
| 1177 | 2026-03-24T14:56:50.593Z | Downloaded steno v0.4.1 |
| 1178 | 2026-03-24T14:56:50.597Z | Downloaded whoami v1.6.1 |
| 1179 | 2026-03-24T14:56:50.600Z | Downloaded subprocess v0.2.15 |
| 1180 | 2026-03-24T14:56:50.600Z | Downloaded tungstenite v0.21.0 |
| 1181 | 2026-03-24T14:56:50.603Z | Downloaded rpassword v7.4.0 |
| 1182 | 2026-03-24T14:56:50.607Z | Downloaded twox-hash v2.1.2 |
| 1183 | 2026-03-24T14:56:50.607Z | Downloaded tinyvec v1.10.0 |
| 1184 | 2026-03-24T14:56:50.610Z | Downloaded zerocopy v0.6.6 |
| 1185 | 2026-03-24T14:56:50.610Z | Downloaded aws-lc-rs v1.16.0 |
| 1186 | 2026-03-24T14:56:50.617Z | Downloaded yasna v0.5.2 |
| 1187 | 2026-03-24T14:56:50.620Z | Downloaded unicode-properties v0.1.4 |
| 1188 | 2026-03-24T14:56:50.623Z | Downloaded git2 v0.20.4 |
| 1189 | 2026-03-24T14:56:50.627Z | Downloaded uuid v1.21.0 |
| 1190 | 2026-03-24T14:56:50.630Z | Downloaded bindgen v0.71.1 |
| 1191 | 2026-03-24T14:56:50.635Z | Downloaded unsafe-libyaml v0.2.11 |
| 1192 | 2026-03-24T14:56:50.638Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1193 | 2026-03-24T14:56:50.642Z | Downloaded p384 v0.13.1 |
| 1194 | 2026-03-24T14:56:50.645Z | Downloaded russh v0.45.0 |
| 1195 | 2026-03-24T14:56:50.650Z | Downloaded num-bigint-dig v0.8.6 |
| 1196 | 2026-03-24T14:56:50.653Z | Downloaded tokio-postgres v0.7.16 |
| 1197 | 2026-03-24T14:56:50.660Z | Downloaded p521 v0.13.3 |
| 1198 | 2026-03-24T14:56:50.664Z | Downloaded yansi v1.0.1 |
| 1199 | 2026-03-24T14:56:50.664Z | Downloaded tungstenite v0.23.0 |
| 1200 | 2026-03-24T14:56:50.667Z | Downloaded portable-atomic v1.13.1 |
| 1201 | 2026-03-24T14:56:50.671Z | Downloaded itertools v0.12.1 |
| 1202 | 2026-03-24T14:56:50.677Z | Downloaded rayon v1.11.0 |
| 1203 | 2026-03-24T14:56:50.684Z | Downloaded reedline v0.40.0 |
| 1204 | 2026-03-24T14:56:50.690Z | Downloaded snafu-derive v0.8.9 |
| 1205 | 2026-03-24T14:56:50.693Z | Downloaded simd-adler32 v0.3.8 |
| 1206 | 2026-03-24T14:56:50.693Z | Downloaded zopfli v0.8.3 |
| 1207 | 2026-03-24T14:56:50.696Z | Downloaded serde_cbor v0.11.2 |
| 1208 | 2026-03-24T14:56:50.699Z | Downloaded toml_edit v0.19.15 |
| 1209 | 2026-03-24T14:56:50.710Z | Downloaded pin-project-lite v0.2.17 |
| 1210 | 2026-03-24T14:56:50.713Z | Downloaded moka v0.12.13 |
| 1211 | 2026-03-24T14:56:50.719Z | Downloaded minimal-lexical v0.2.1 |
| 1212 | 2026-03-24T14:56:50.723Z | Downloaded ssh-key v0.6.7 |
| 1213 | 2026-03-24T14:56:50.728Z | Downloaded chrono v0.4.44 |
| 1214 | 2026-03-24T14:56:50.734Z | Downloaded x509-cert v0.2.5 |
| 1215 | 2026-03-24T14:56:50.739Z | Downloaded libm v0.2.16 |
| 1216 | 2026-03-24T14:56:50.749Z | Downloaded zip v0.6.6 |
| 1217 | 2026-03-24T14:56:50.752Z | Downloaded goblin v0.10.5 |
| 1218 | 2026-03-24T14:56:50.755Z | Downloaded rustls-webpki v0.101.7 |
| 1219 | 2026-03-24T14:56:50.766Z | Downloaded lalrpop v0.19.12 |
| 1220 | 2026-03-24T14:56:50.775Z | Downloaded tokio-util v0.7.18 |
| 1221 | 2026-03-24T14:56:50.780Z | Downloaded zerocopy-derive v0.8.40 |
| 1222 | 2026-03-24T14:56:50.787Z | Downloaded unicode_categories v0.1.1 |
| 1223 | 2026-03-24T14:56:50.790Z | Downloaded unicode-segmentation v1.12.0 |
| 1224 | 2026-03-24T14:56:50.793Z | Downloaded reqwest v0.12.28 |
| 1225 | 2026-03-24T14:56:50.796Z | Downloaded reqwest v0.13.2 |
| 1226 | 2026-03-24T14:56:50.801Z | Downloaded petname v2.0.2 |
| 1227 | 2026-03-24T14:56:50.805Z | Downloaded unicode-normalization v0.1.25 |
| 1228 | 2026-03-24T14:56:50.808Z | Downloaded tower v0.5.3 |
| 1229 | 2026-03-24T14:56:50.814Z | Downloaded quick-xml v0.37.5 |
| 1230 | 2026-03-24T14:56:50.819Z | Downloaded typed-path v0.9.3 |
| 1231 | 2026-03-24T14:56:50.824Z | Downloaded salty v0.3.0 |
| 1232 | 2026-03-24T14:56:50.829Z | Downloaded nix v0.27.1 |
| 1233 | 2026-03-24T14:56:50.837Z | Downloaded serde_with v3.17.0 |
| 1234 | 2026-03-24T14:56:50.847Z | Downloaded proptest v1.10.0 |
| 1235 | 2026-03-24T14:56:50.854Z | Downloaded zip v4.6.1 |
| 1236 | 2026-03-24T14:56:50.858Z | Downloaded regex v1.12.3 |
| 1237 | 2026-03-24T14:56:50.862Z | Downloaded hickory-resolver v0.24.4 |
| 1238 | 2026-03-24T14:56:50.866Z | Downloaded indicatif v0.18.4 |
| 1239 | 2026-03-24T14:56:50.869Z | Downloaded postcard v1.1.3 |
| 1240 | 2026-03-24T14:56:50.871Z | Downloaded aes-gcm v0.10.3 |
| 1241 | 2026-03-24T14:56:50.874Z | Downloaded bytes v1.11.1 |
| 1242 | 2026-03-24T14:56:50.878Z | Downloaded base64 v0.21.7 |
| 1243 | 2026-03-24T14:56:50.881Z | Downloaded compact_str v0.8.1 |
| 1244 | 2026-03-24T14:56:50.884Z | Downloaded ingot v0.1.1 |
| 1245 | 2026-03-24T14:56:50.884Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1246 | 2026-03-24T14:56:50.887Z | Downloaded group v0.13.0 |
| 1247 | 2026-03-24T14:56:50.887Z | Downloaded foldhash v0.2.0 |
| 1248 | 2026-03-24T14:56:50.890Z | Downloaded winnow v0.6.26 |
| 1249 | 2026-03-24T14:56:50.895Z | Downloaded winnow v0.5.40 |
| 1250 | 2026-03-24T14:56:50.901Z | Downloaded rustls-webpki v0.102.8 |
| 1251 | 2026-03-24T14:56:50.916Z | Downloaded derive_builder v0.20.2 |
| 1252 | 2026-03-24T14:56:50.919Z | Downloaded darling v0.23.0 |
| 1253 | 2026-03-24T14:56:50.923Z | Downloaded colored v2.2.0 |
| 1254 | 2026-03-24T14:56:50.926Z | Downloaded bstr v1.12.1 |
| 1255 | 2026-03-24T14:56:50.932Z | Downloaded tower-http v0.6.8 |
| 1256 | 2026-03-24T14:56:50.938Z | Downloaded smoltcp v0.9.1 |
| 1257 | 2026-03-24T14:56:50.946Z | Downloaded object v0.30.4 |
| 1258 | 2026-03-24T14:56:50.954Z | Downloaded time v0.3.47 |
| 1259 | 2026-03-24T14:56:50.963Z | Downloaded radix_trie v0.2.1 |
| 1260 | 2026-03-24T14:56:50.967Z | Downloaded object v0.37.3 |
| 1261 | 2026-03-24T14:56:50.976Z | Downloaded quinn-proto v0.11.13 |
| 1262 | 2026-03-24T14:56:50.982Z | Downloaded zlib-rs v0.6.2 |
| 1263 | 2026-03-24T14:56:50.986Z | Downloaded curve25519-dalek v4.1.3 |
| 1264 | 2026-03-24T14:56:50.993Z | Downloaded regex-syntax v0.6.29 |
| 1265 | 2026-03-24T14:56:50.999Z | Downloaded openssl v0.10.75 |
| 1266 | 2026-03-24T14:56:51.007Z | Downloaded smoltcp v0.11.0 |
| 1267 | 2026-03-24T14:56:51.017Z | Downloaded tough v0.20.0 |
| 1268 | 2026-03-24T14:56:51.023Z | Downloaded rustls v0.22.4 |
| 1269 | 2026-03-24T14:56:51.032Z | Downloaded zerocopy v0.8.40 |
| 1270 | 2026-03-24T14:56:51.040Z | Downloaded tabled v0.20.0 |
| 1271 | 2026-03-24T14:56:51.053Z | Downloaded rustls v0.23.37 |
| 1272 | 2026-03-24T14:56:51.062Z | Downloaded rustls v0.21.12 |
| 1273 | 2026-03-24T14:56:51.072Z | Downloaded nix v0.31.1 |
| 1274 | 2026-03-24T14:56:51.081Z | Downloaded rustix v0.38.44 |
| 1275 | 2026-03-24T14:56:51.099Z | Downloaded webpki-roots v1.0.6 |
| 1276 | 2026-03-24T14:56:51.101Z | Downloaded hickory-proto v0.24.4 |
| 1277 | 2026-03-24T14:56:51.113Z | Downloaded regress v0.10.5 |
| 1278 | 2026-03-24T14:56:51.120Z | Downloaded openapiv3 v2.2.0 |
| 1279 | 2026-03-24T14:56:51.130Z | Downloaded hickory-proto v0.25.2 |
| 1280 | 2026-03-24T14:56:51.141Z | Downloaded vcpkg v0.2.15 |
| 1281 | 2026-03-24T14:56:51.172Z | Downloaded dropshot v0.16.7 |
| 1282 | 2026-03-24T14:56:51.188Z | Downloaded nix v0.29.0 |
| 1283 | 2026-03-24T14:56:51.196Z | Downloaded regex-syntax v0.8.10 |
| 1284 | 2026-03-24T14:56:51.202Z | Downloaded diesel v2.3.7 |
| 1285 | 2026-03-24T14:56:51.219Z | Downloaded sled v0.34.7 |
| 1286 | 2026-03-24T14:56:51.227Z | Downloaded ratatui v0.29.0 |
| 1287 | 2026-03-24T14:56:51.242Z | Downloaded tracing v0.1.44 |
| 1288 | 2026-03-24T14:56:51.260Z | Downloaded nix v0.28.0 |
| 1289 | 2026-03-24T14:56:51.268Z | Downloaded polar-core v0.27.3 |
| 1290 | 2026-03-24T14:56:51.275Z | Downloaded sqlparser v0.61.0 |
| 1291 | 2026-03-24T14:56:51.286Z | Downloaded bit-vec v0.8.0 |
| 1292 | 2026-03-24T14:56:51.293Z | Downloaded ciborium v0.2.2 |
| 1293 | 2026-03-24T14:56:51.293Z | Downloaded defmt-macros v1.0.1 |
| 1294 | 2026-03-24T14:56:51.293Z | Downloaded typify-impl v0.6.1 |
| 1295 | 2026-03-24T14:56:51.299Z | Downloaded zerocopy-derive v0.6.6 |
| 1296 | 2026-03-24T14:56:51.307Z | Downloaded typify-impl v0.4.3 |
| 1297 | 2026-03-24T14:56:51.319Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1298 | 2026-03-24T14:56:51.329Z | Downloaded regex-automata v0.4.14 |
| 1299 | 2026-03-24T14:56:51.344Z | Downloaded petgraph v0.6.5 |
| 1300 | 2026-03-24T14:56:51.355Z | Downloaded cookie v0.18.1 |
| 1301 | 2026-03-24T14:56:51.358Z | Downloaded lzma-sys v0.1.20 |
| 1302 | 2026-03-24T14:56:51.379Z | Downloaded chrono-tz v0.10.4 |
| 1303 | 2026-03-24T14:56:51.392Z | Downloaded const-oid v0.9.6 |
| 1304 | 2026-03-24T14:56:51.395Z | Downloaded chacha20 v0.10.0 |
| 1305 | 2026-03-24T14:56:51.398Z | Downloaded petgraph v0.8.3 |
| 1306 | 2026-03-24T14:56:51.413Z | Downloaded bzip2 v0.6.1 |
| 1307 | 2026-03-24T14:56:51.416Z | Downloaded jiff v0.2.21 |
| 1308 | 2026-03-24T14:56:51.428Z | Downloaded buf-list v1.1.2 |
| 1309 | 2026-03-24T14:56:51.431Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1310 | 2026-03-24T14:56:51.443Z | Downloaded derive_builder_core v0.20.2 |
| 1311 | 2026-03-24T14:56:51.446Z | Downloaded der_derive v0.7.3 |
| 1312 | 2026-03-24T14:56:51.446Z | Downloaded hubpack v0.1.2 |
| 1313 | 2026-03-24T14:56:51.449Z | Downloaded http-body v1.0.1 |
| 1314 | 2026-03-24T14:56:51.449Z | Downloaded home v0.5.12 |
| 1315 | 2026-03-24T14:56:51.449Z | Downloaded const_format_proc_macros v0.2.34 |
| 1316 | 2026-03-24T14:56:51.452Z | Downloaded bitfield v0.19.4 |
| 1317 | 2026-03-24T14:56:51.452Z | Downloaded aes v0.8.4 |
| 1318 | 2026-03-24T14:56:51.455Z | Downloaded bit-vec v0.6.3 |
| 1319 | 2026-03-24T14:56:51.455Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1320 | 2026-03-24T14:56:51.458Z | Downloaded bcs v0.1.6 |
| 1321 | 2026-03-24T14:56:51.458Z | Downloaded debug-ignore v1.0.5 |
| 1322 | 2026-03-24T14:56:51.458Z | Downloaded async-stream-impl v0.3.6 |
| 1323 | 2026-03-24T14:56:51.461Z | Downloaded ciborium-ll v0.2.2 |
| 1324 | 2026-03-24T14:56:51.461Z | Downloaded display-error-chain v0.2.2 |
| 1325 | 2026-03-24T14:56:51.461Z | Downloaded difflib v0.4.0 |
| 1326 | 2026-03-24T14:56:51.461Z | Downloaded bit-set v0.8.0 |
| 1327 | 2026-03-24T14:56:51.464Z | Downloaded tokio v1.49.0 |
| 1328 | 2026-03-24T14:56:51.491Z | Downloaded bb8 v0.8.6 |
| 1329 | 2026-03-24T14:56:51.494Z | Downloaded derive-ex v0.1.8 |
| 1330 | 2026-03-24T14:56:51.494Z | Downloaded csv v1.4.0 |
| 1331 | 2026-03-24T14:56:51.508Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1332 | 2026-03-24T14:56:51.511Z | Downloaded convert_case v0.4.0 |
| 1333 | 2026-03-24T14:56:51.511Z | Downloaded cobs v0.3.0 |
| 1334 | 2026-03-24T14:56:51.511Z | Downloaded cfg_aliases v0.2.1 |
| 1335 | 2026-03-24T14:56:51.514Z | Downloaded sha3 v0.10.8 |
| 1336 | 2026-03-24T14:56:51.517Z | Downloaded libz-sys v1.1.24 |
| 1337 | 2026-03-24T14:56:51.532Z | Downloaded base16ct v1.0.0 |
| 1338 | 2026-03-24T14:56:51.536Z | Downloaded crc8 v0.1.1 |
| 1339 | 2026-03-24T14:56:51.536Z | Downloaded async-bb8-diesel v0.2.1 |
| 1340 | 2026-03-24T14:56:51.606Z | Downloaded encoding_rs v0.8.35 |
| 1341 | 2026-03-24T14:56:51.642Z | Downloaded ring v0.17.14 |
| 1342 | 2026-03-24T14:56:51.683Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1343 | 2026-03-24T14:56:52.241Z | Downloaded aws-lc-sys v0.37.1 |
| 1344 | 2026-03-24T14:56:52.568Z | Compiling libc v0.2.180 |
| 1345 | 2026-03-24T14:56:52.571Z | Compiling serde v1.0.228 |
| 1346 | 2026-03-24T14:56:52.571Z | Compiling log v0.4.29 |
| 1347 | 2026-03-24T14:56:52.571Z | Compiling find-msvc-tools v0.1.9 |
| 1348 | 2026-03-24T14:56:52.773Z | Compiling shlex v1.3.0 |
| 1349 | 2026-03-24T14:56:52.776Z | Compiling smallvec v1.15.1 |
| 1350 | 2026-03-24T14:56:52.807Z | Compiling syn v2.0.117 |
| 1351 | 2026-03-24T14:56:52.811Z | Compiling typenum v1.19.0 |
| 1352 | 2026-03-24T14:56:53.014Z | Compiling generic-array v0.14.7 |
| 1353 | 2026-03-24T14:56:53.041Z | Compiling subtle v2.6.1 |
| 1354 | 2026-03-24T14:56:53.041Z | Compiling scopeguard v1.2.0 |
| 1355 | 2026-03-24T14:56:53.085Z | Compiling portable-atomic v1.13.1 |
| 1356 | 2026-03-24T14:56:53.160Z | Compiling lock_api v0.4.14 |
| 1357 | 2026-03-24T14:56:53.203Z | Compiling const-oid v0.9.6 |
| 1358 | 2026-03-24T14:56:53.289Z | Compiling critical-section v1.2.0 |
| 1359 | 2026-03-24T14:56:53.327Z | Compiling zerocopy v0.8.40 |
| 1360 | 2026-03-24T14:56:53.416Z | Compiling parking_lot_core v0.9.12 |
| 1361 | 2026-03-24T14:56:53.455Z | Compiling serde_json v1.0.149 |
| 1362 | 2026-03-24T14:56:53.689Z | Compiling pin-project-lite v0.2.17 |
| 1363 | 2026-03-24T14:56:53.801Z | Compiling pkg-config v0.3.32 |
| 1364 | 2026-03-24T14:56:53.876Z | Compiling getrandom v0.2.17 |
| 1365 | 2026-03-24T14:56:53.944Z | Compiling jobserver v0.1.34 |
| 1366 | 2026-03-24T14:56:54.058Z | Compiling rand_core v0.6.4 |
| 1367 | 2026-03-24T14:56:54.154Z | Compiling errno v0.3.14 |
| 1368 | 2026-03-24T14:56:54.344Z | Compiling cc v1.2.56 |
| 1369 | 2026-03-24T14:56:54.478Z | Compiling once_cell v1.21.3 |
| 1370 | 2026-03-24T14:56:54.519Z | Compiling signal-hook-registry v1.4.8 |
| 1371 | 2026-03-24T14:56:54.558Z | Compiling mio v1.1.1 |
| 1372 | 2026-03-24T14:56:54.700Z | Compiling bitflags v2.11.0 |
| 1373 | 2026-03-24T14:56:54.747Z | Compiling libm v0.2.16 |
| 1374 | 2026-03-24T14:56:54.878Z | Compiling parking_lot v0.12.5 |
| 1375 | 2026-03-24T14:56:54.913Z | Compiling num-traits v0.2.19 |
| 1376 | 2026-03-24T14:56:55.015Z | Compiling futures-core v0.3.32 |
| 1377 | 2026-03-24T14:56:55.210Z | Compiling socket2 v0.6.2 |
| 1378 | 2026-03-24T14:56:55.239Z | Compiling percent-encoding v2.3.2 |
| 1379 | 2026-03-24T14:56:55.345Z | Compiling allocator-api2 v0.2.21 |
| 1380 | 2026-03-24T14:56:55.399Z | Compiling cpufeatures v0.2.17 |
| 1381 | 2026-03-24T14:56:55.487Z | Compiling foldhash v0.2.0 |
| 1382 | 2026-03-24T14:56:55.505Z | Compiling futures-sink v0.3.32 |
| 1383 | 2026-03-24T14:56:55.532Z | Compiling futures-task v0.3.32 |
| 1384 | 2026-03-24T14:56:55.641Z | Compiling futures-channel v0.3.32 |
| 1385 | 2026-03-24T14:56:55.759Z | Compiling hashbrown v0.16.1 |
| 1386 | 2026-03-24T14:56:55.778Z | Compiling slab v0.4.12 |
| 1387 | 2026-03-24T14:56:55.798Z | Compiling futures-io v0.3.32 |
| 1388 | 2026-03-24T14:56:55.798Z | Compiling getrandom v0.4.1 |
| 1389 | 2026-03-24T14:56:55.956Z | Compiling getrandom v0.3.4 |
| 1390 | 2026-03-24T14:56:55.999Z | Compiling rustversion v1.0.22 |
| 1391 | 2026-03-24T14:56:56.018Z | Compiling rand_core v0.10.0 |
| 1392 | 2026-03-24T14:56:56.236Z | Compiling form_urlencoded v1.2.2 |
| 1393 | 2026-03-24T14:56:56.560Z | Compiling indexmap v2.13.0 |
| 1394 | 2026-03-24T14:56:56.610Z | Compiling cmake v0.1.57 |
| 1395 | 2026-03-24T14:56:56.630Z | Compiling dunce v1.0.5 |
| 1396 | 2026-03-24T14:56:56.749Z | Compiling fs_extra v1.3.0 |
| 1397 | 2026-03-24T14:56:56.874Z | Compiling ident_case v1.0.1 |
| 1398 | 2026-03-24T14:56:56.911Z | Compiling synstructure v0.13.2 |
| 1399 | 2026-03-24T14:56:57.102Z | Compiling base64ct v1.8.3 |
| 1400 | 2026-03-24T14:56:57.162Z | Compiling aws-lc-sys v0.37.1 |
| 1401 | 2026-03-24T14:56:57.334Z | Compiling flagset v0.4.7 |
| 1402 | 2026-03-24T14:56:57.358Z | Compiling rand_core v0.9.5 |
| 1403 | 2026-03-24T14:56:57.448Z | Compiling pem-rfc7468 v0.7.0 |
| 1404 | 2026-03-24T14:56:57.481Z | Compiling rustix v1.1.3 |
| 1405 | 2026-03-24T14:56:57.499Z | Compiling iana-time-zone v0.1.65 |
| 1406 | 2026-03-24T14:56:57.518Z | Compiling ring v0.17.14 |
| 1407 | 2026-03-24T14:56:57.715Z | Compiling uuid v1.21.0 |
| 1408 | 2026-03-24T14:56:57.758Z | Compiling rustc_version v0.4.1 |
| 1409 | 2026-03-24T14:56:57.784Z | Compiling vcpkg v0.2.15 |
| 1410 | 2026-03-24T14:56:57.862Z | Compiling regex-syntax v0.8.10 |
| 1411 | 2026-03-24T14:56:58.210Z | Compiling aws-lc-rs v1.16.0 |
| 1412 | 2026-03-24T14:56:58.577Z | Compiling tracing-core v0.1.36 |
| 1413 | 2026-03-24T14:56:58.656Z | Compiling crossbeam-utils v0.8.21 |
| 1414 | 2026-03-24T14:56:58.815Z | Compiling openssl-sys v0.9.111 |
| 1415 | 2026-03-24T14:56:59.042Z | Compiling pest_generator v2.8.6 |
| 1416 | 2026-03-24T14:56:59.359Z | Compiling serde_derive_internals v0.29.1 |
| 1417 | 2026-03-24T14:56:59.582Z | Compiling untrusted v0.7.1 |
| 1418 | 2026-03-24T14:56:59.614Z | Compiling serde_derive v1.0.228 |
| 1419 | 2026-03-24T14:56:59.738Z | Compiling zeroize_derive v1.4.3 |
| 1420 | 2026-03-24T14:56:59.924Z | Compiling zerofrom-derive v0.1.6 |
| 1421 | 2026-03-24T14:57:00.007Z | Compiling yoke-derive v0.8.1 |
| 1422 | 2026-03-24T14:57:00.589Z | Compiling zeroize v1.8.2 |
| 1423 | 2026-03-24T14:57:00.637Z | Compiling zerocopy-derive v0.8.40 |
| 1424 | 2026-03-24T14:57:01.169Z | Compiling zerovec-derive v0.11.2 |
| 1425 | 2026-03-24T14:57:01.559Z | Compiling crypto-common v0.1.7 |
| 1426 | 2026-03-24T14:57:01.618Z | Compiling block-buffer v0.10.4 |
| 1427 | 2026-03-24T14:57:01.742Z | Compiling displaydoc v0.2.5 |
| 1428 | 2026-03-24T14:57:01.825Z | Compiling digest v0.10.7 |
| 1429 | 2026-03-24T14:57:01.843Z | Compiling zerofrom v0.1.6 |
| 1430 | 2026-03-24T14:57:01.998Z | Compiling yoke v0.8.1 |
| 1431 | 2026-03-24T14:57:02.138Z | Compiling tokio-macros v2.6.0 |
| 1432 | 2026-03-24T14:57:02.230Z | Compiling hmac v0.12.1 |
| 1433 | 2026-03-24T14:57:02.419Z | Compiling futures-macro v0.3.32 |
| 1434 | 2026-03-24T14:57:02.438Z | Compiling block-padding v0.3.3 |
| 1435 | 2026-03-24T14:57:02.629Z | Compiling zerovec v0.11.5 |
| 1436 | 2026-03-24T14:57:02.666Z | Compiling inout v0.1.4 |
| 1437 | 2026-03-24T14:57:02.703Z | Compiling zerotrie v0.2.3 |
| 1438 | 2026-03-24T14:57:02.876Z | Compiling cipher v0.4.4 |
| 1439 | 2026-03-24T14:57:03.092Z | Compiling sha2 v0.10.9 |
| 1440 | 2026-03-24T14:57:03.095Z | Compiling der_derive v0.7.3 |
| 1441 | 2026-03-24T14:57:03.216Z | Compiling salsa20 v0.10.2 |
| 1442 | 2026-03-24T14:57:03.315Z | Compiling tinystr v0.8.2 |
| 1443 | 2026-03-24T14:57:03.395Z | Compiling potential_utf v0.1.4 |
| 1444 | 2026-03-24T14:57:03.500Z | Compiling futures-util v0.3.32 |
| 1445 | 2026-03-24T14:57:03.586Z | Compiling icu_locale_core v2.1.1 |
| 1446 | 2026-03-24T14:57:03.608Z | Compiling icu_collections v2.1.1 |
| 1447 | 2026-03-24T14:57:04.307Z | Compiling pbkdf2 v0.12.2 |
| 1448 | 2026-03-24T14:57:04.386Z | Compiling bytes v1.11.1 |
| 1449 | 2026-03-24T14:57:04.426Z | Compiling der v0.7.10 |
| 1450 | 2026-03-24T14:57:04.446Z | Compiling chrono v0.4.44 |
| 1451 | 2026-03-24T14:57:04.885Z | Compiling icu_provider v2.1.1 |
| 1452 | 2026-03-24T14:57:05.004Z | Compiling thiserror-impl v2.0.18 |
| 1453 | 2026-03-24T14:57:05.227Z | Compiling tokio v1.49.0 |
| 1454 | 2026-03-24T14:57:05.272Z | Compiling icu_properties v2.1.2 |
| 1455 | 2026-03-24T14:57:06.091Z | Compiling icu_normalizer v2.1.1 |
| 1456 | 2026-03-24T14:57:06.344Z | Compiling spki v0.7.3 |
| 1457 | 2026-03-24T14:57:06.602Z | Compiling idna_adapter v1.2.1 |
| 1458 | 2026-03-24T14:57:06.644Z | Compiling http v1.4.0 |
| 1459 | 2026-03-24T14:57:06.769Z | Compiling ppv-lite86 v0.2.21 |
| 1460 | 2026-03-24T14:57:06.788Z | Compiling idna v1.1.0 |
| 1461 | 2026-03-24T14:57:06.792Z | Compiling thiserror v2.0.18 |
| 1462 | 2026-03-24T14:57:06.826Z | Compiling scrypt v0.11.0 |
| 1463 | 2026-03-24T14:57:06.933Z | Compiling cbc v0.1.2 |
| 1464 | 2026-03-24T14:57:06.991Z | Compiling aes v0.8.4 |
| 1465 | 2026-03-24T14:57:07.116Z | Compiling rustls-pki-types v1.14.0 |
| 1466 | 2026-03-24T14:57:07.147Z | Compiling url v2.5.8 |
| 1467 | 2026-03-24T14:57:07.205Z | Compiling rand_chacha v0.9.0 |
| 1468 | 2026-03-24T14:57:07.651Z | Compiling tracing-attributes v0.1.31 |
| 1469 | 2026-03-24T14:57:07.720Z | Compiling pkcs5 v0.7.1 |
| 1470 | 2026-03-24T14:57:07.888Z | Compiling http-body v1.0.1 |
| 1471 | 2026-03-24T14:57:08.080Z | Compiling rand v0.9.2 |
| 1472 | 2026-03-24T14:57:08.098Z | Compiling syn v1.0.109 |
| 1473 | 2026-03-24T14:57:08.185Z | Compiling httparse v1.10.1 |
| 1474 | 2026-03-24T14:57:08.351Z | Compiling openssl-probe v0.2.1 |
| 1475 | 2026-03-24T14:57:08.373Z | Compiling untrusted v0.9.0 |
| 1476 | 2026-03-24T14:57:08.477Z | Compiling base64 v0.22.1 |
| 1477 | 2026-03-24T14:57:08.521Z | Compiling schemars v0.8.22 |
| 1478 | 2026-03-24T14:57:08.723Z | Compiling pkcs8 v0.10.2 |
| 1479 | 2026-03-24T14:57:08.797Z | Compiling schemars_derive v0.8.22 |
| 1480 | 2026-03-24T14:57:08.890Z | Compiling pest_derive v2.8.6 |
| 1481 | 2026-03-24T14:57:09.114Z | Compiling scroll_derive v0.13.1 |
| 1482 | 2026-03-24T14:57:09.452Z | Compiling darling_core v0.20.11 |
| 1483 | 2026-03-24T14:57:09.471Z | Compiling tracing v0.1.44 |
| 1484 | 2026-03-24T14:57:09.826Z | Compiling rustls v0.23.37 |
| 1485 | 2026-03-24T14:57:09.843Z | Compiling tower-layer v0.3.3 |
| 1486 | 2026-03-24T14:57:10.043Z | Compiling dyn-clone v1.0.20 |
| 1487 | 2026-03-24T14:57:10.060Z | Compiling tinyvec_macros v0.1.1 |
| 1488 | 2026-03-24T14:57:10.150Z | Compiling atomic-waker v1.1.2 |
| 1489 | 2026-03-24T14:57:10.213Z | Compiling try-lock v0.2.5 |
| 1490 | 2026-03-24T14:57:10.231Z | Compiling tower-service v0.3.3 |
| 1491 | 2026-03-24T14:57:10.296Z | Compiling tokio-util v0.7.18 |
| 1492 | 2026-03-24T14:57:10.341Z | Compiling want v0.3.1 |
| 1493 | 2026-03-24T14:57:10.344Z | Compiling scroll v0.13.0 |
| 1494 | 2026-03-24T14:57:10.552Z | Compiling tinyvec v1.10.0 |
| 1495 | 2026-03-24T14:57:11.107Z | Compiling ipnet v2.11.0 |
| 1496 | 2026-03-24T14:57:11.398Z | Compiling h2 v0.4.13 |
| 1497 | 2026-03-24T14:57:11.708Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1498 | 2026-03-24T14:57:11.786Z | Compiling spin v0.9.8 |
| 1499 | 2026-03-24T14:57:12.056Z | Compiling aho-corasick v1.1.4 |
| 1500 | 2026-03-24T14:57:12.208Z | Compiling powerfmt v0.2.0 |
| 1501 | 2026-03-24T14:57:12.321Z | Compiling openssl v0.10.75 |
| 1502 | 2026-03-24T14:57:12.468Z | Compiling num-conv v0.2.0 |
| 1503 | 2026-03-24T14:57:12.605Z | Compiling pin-utils v0.1.0 |
| 1504 | 2026-03-24T14:57:12.640Z | Compiling crc32fast v1.5.0 |
| 1505 | 2026-03-24T14:57:12.690Z | Compiling foreign-types-shared v0.1.1 |
| 1506 | 2026-03-24T14:57:12.753Z | Compiling darling_macro v0.20.11 |
| 1507 | 2026-03-24T14:57:12.801Z | Compiling time-core v0.1.8 |
| 1508 | 2026-03-24T14:57:12.969Z | Compiling httpdate v1.0.3 |
| 1509 | 2026-03-24T14:57:12.991Z | Compiling tempfile v3.25.0 |
| 1510 | 2026-03-24T14:57:13.130Z | Compiling time-macros v0.2.27 |
| 1511 | 2026-03-24T14:57:13.251Z | Compiling regex-automata v0.4.14 |
| 1512 | 2026-03-24T14:57:13.345Z | Compiling darling v0.20.11 |
| 1513 | 2026-03-24T14:57:13.483Z | Compiling foreign-types v0.3.2 |
| 1514 | 2026-03-24T14:57:13.530Z | Compiling deranged v0.5.8 |
| 1515 | 2026-03-24T14:57:14.440Z | Compiling goblin v0.10.5 |
| 1516 | 2026-03-24T14:57:14.604Z | Compiling thiserror-impl v1.0.69 |
| 1517 | 2026-03-24T14:57:14.938Z | Compiling openssl-macros v0.1.1 |
| 1518 | 2026-03-24T14:57:16.110Z | Compiling hyper v1.8.1 |
| 1519 | 2026-03-24T14:57:16.299Z | Compiling wait-timeout v0.2.1 |
| 1520 | 2026-03-24T14:57:16.398Z | Compiling bit-vec v0.8.0 |
| 1521 | 2026-03-24T14:57:16.636Z | Compiling usdt-impl v0.6.0 |
| 1522 | 2026-03-24T14:57:16.690Z | Compiling siphasher v1.0.2 |
| 1523 | 2026-03-24T14:57:16.844Z | Compiling native-tls v0.2.18 |
| 1524 | 2026-03-24T14:57:16.883Z | Compiling quick-error v1.2.3 |
| 1525 | 2026-03-24T14:57:16.938Z | Compiling either v1.15.0 |
| 1526 | 2026-03-24T14:57:17.012Z | Compiling num_threads v0.1.7 |
| 1527 | 2026-03-24T14:57:17.088Z | Compiling simd-adler32 v0.3.8 |
| 1528 | 2026-03-24T14:57:17.130Z | Compiling time v0.3.47 |
| 1529 | 2026-03-24T14:57:17.233Z | Compiling rusty-fork v0.3.1 |
| 1530 | 2026-03-24T14:57:17.445Z | Compiling bit-set v0.8.0 |
| 1531 | 2026-03-24T14:57:17.644Z | Compiling hyper-util v0.1.20 |
| 1532 | 2026-03-24T14:57:17.647Z | Compiling thiserror v1.0.69 |
| 1533 | 2026-03-24T14:57:18.263Z | Compiling dof v0.4.0 |
| 1534 | 2026-03-24T14:57:19.342Z | Compiling derive_builder_core v0.20.2 |
| 1535 | 2026-03-24T14:57:19.370Z | Compiling unicode-normalization v0.1.25 |
| 1536 | 2026-03-24T14:57:19.941Z | Compiling crossbeam-epoch v0.9.18 |
| 1537 | 2026-03-24T14:57:19.985Z | Compiling dtrace-parser v0.3.0 |
| 1538 | 2026-03-24T14:57:20.004Z | Compiling rustls-native-certs v0.8.3 |
| 1539 | 2026-03-24T14:57:20.374Z | Compiling signature v2.2.0 |
| 1540 | 2026-03-24T14:57:20.377Z | Compiling scroll_derive v0.12.1 |
| 1541 | 2026-03-24T14:57:20.553Z | Compiling heapless v0.7.17 |
| 1542 | 2026-03-24T14:57:20.571Z | Compiling rand_xorshift v0.4.0 |
| 1543 | 2026-03-24T14:57:20.603Z | Compiling slog v2.8.2 |
| 1544 | 2026-03-24T14:57:20.769Z | Compiling darling_core v0.21.3 |
| 1545 | 2026-03-24T14:57:20.829Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1546 | 2026-03-24T14:57:20.848Z | Compiling sync_wrapper v1.0.2 |
| 1547 | 2026-03-24T14:57:20.977Z | Compiling thread-id v5.1.0 |
| 1548 | 2026-03-24T14:57:21.022Z | Compiling cookie v0.18.1 |
| 1549 | 2026-03-24T14:57:21.077Z | Compiling signal-hook v0.3.18 |
| 1550 | 2026-03-24T14:57:21.169Z | Compiling unicode-properties v0.1.4 |
| 1551 | 2026-03-24T14:57:21.235Z | Compiling anyhow v1.0.102 |
| 1552 | 2026-03-24T14:57:21.255Z | Compiling rayon-core v1.13.0 |
| 1553 | 2026-03-24T14:57:21.284Z | Compiling unarray v0.1.4 |
| 1554 | 2026-03-24T14:57:21.419Z | Compiling zstd-safe v7.2.4 |
| 1555 | 2026-03-24T14:57:21.438Z | Compiling unicode-segmentation v1.12.0 |
| 1556 | 2026-03-24T14:57:21.461Z | Compiling paste v1.0.15 |
| 1557 | 2026-03-24T14:57:21.615Z | Compiling adler2 v2.0.1 |
| 1558 | 2026-03-24T14:57:21.652Z | Compiling unicode-bidi v0.3.18 |
| 1559 | 2026-03-24T14:57:21.777Z | Compiling miniz_oxide v0.8.9 |
| 1560 | 2026-03-24T14:57:21.901Z | Compiling proptest v1.10.0 |
| 1561 | 2026-03-24T14:57:22.011Z | Compiling scroll v0.12.0 |
| 1562 | 2026-03-24T14:57:22.118Z | Compiling stringprep v0.1.5 |
| 1563 | 2026-03-24T14:57:22.378Z | Compiling tower v0.5.3 |
| 1564 | 2026-03-24T14:57:22.790Z | Compiling derive_builder_macro v0.20.2 |
| 1565 | 2026-03-24T14:57:22.793Z | Compiling crossbeam-deque v0.8.6 |
| 1566 | 2026-03-24T14:57:22.994Z | Compiling ipnetwork v0.21.1 |
| 1567 | 2026-03-24T14:57:23.025Z | Compiling http-body-util v0.1.3 |
| 1568 | 2026-03-24T14:57:23.047Z | Compiling webpki-roots v1.0.6 |
| 1569 | 2026-03-24T14:57:23.126Z | Compiling rand_chacha v0.3.1 |
| 1570 | 2026-03-24T14:57:23.192Z | Compiling serde_spanned v0.6.9 |
| 1571 | 2026-03-24T14:57:23.338Z | Compiling toml_datetime v0.6.11 |
| 1572 | 2026-03-24T14:57:23.370Z | Compiling serde_tokenstream v0.2.3 |
| 1573 | 2026-03-24T14:57:23.370Z | Compiling erased-serde v0.3.31 |
| 1574 | 2026-03-24T14:57:23.516Z | Compiling md-5 v0.10.6 |
| 1575 | 2026-03-24T14:57:23.673Z | Compiling zerocopy-derive v0.7.35 |
| 1576 | 2026-03-24T14:57:23.717Z | Compiling curve25519-dalek v4.1.3 |
| 1577 | 2026-03-24T14:57:23.793Z | Compiling vergen-lib v0.1.6 |
| 1578 | 2026-03-24T14:57:24.011Z | Compiling num-integer v0.1.46 |
| 1579 | 2026-03-24T14:57:24.092Z | Compiling hash32 v0.2.1 |
| 1580 | 2026-03-24T14:57:24.131Z | Compiling ff v0.13.1 |
| 1581 | 2026-03-24T14:57:24.164Z | Compiling memoffset v0.9.1 |
| 1582 | 2026-03-24T14:57:24.341Z | Compiling psl-types v2.0.11 |
| 1583 | 2026-03-24T14:57:24.360Z | Compiling darling_macro v0.21.3 |
| 1584 | 2026-03-24T14:57:24.387Z | Compiling ref-cast v1.0.25 |
| 1585 | 2026-03-24T14:57:24.444Z | Compiling fallible-iterator v0.2.0 |
| 1586 | 2026-03-24T14:57:24.497Z | Compiling smoltcp v0.9.1 |
| 1587 | 2026-03-24T14:57:24.516Z | Compiling base16ct v0.2.0 |
| 1588 | 2026-03-24T14:57:24.739Z | Compiling cfg_aliases v0.2.1 |
| 1589 | 2026-03-24T14:57:24.777Z | Compiling iri-string v0.7.10 |
| 1590 | 2026-03-24T14:57:24.834Z | Compiling ryu v1.0.23 |
| 1591 | 2026-03-24T14:57:24.857Z | Compiling litrs v1.0.0 |
| 1592 | 2026-03-24T14:57:24.875Z | Compiling rustix v0.38.44 |
| 1593 | 2026-03-24T14:57:24.929Z | Compiling num-bigint-dig v0.8.6 |
| 1594 | 2026-03-24T14:57:24.981Z | Compiling zlib-rs v0.6.2 |
| 1595 | 2026-03-24T14:57:25.064Z | Compiling serde_urlencoded v0.7.1 |
| 1596 | 2026-03-24T14:57:25.188Z | Compiling darling v0.21.3 |
| 1597 | 2026-03-24T14:57:25.292Z | Compiling newtype-uuid v1.3.2 |
| 1598 | 2026-03-24T14:57:25.421Z | Compiling zerocopy v0.7.35 |
| 1599 | 2026-03-24T14:57:25.438Z | Compiling nix v0.31.1 |
| 1600 | 2026-03-24T14:57:25.557Z | Compiling document-features v0.2.12 |
| 1601 | 2026-03-24T14:57:25.713Z | Compiling postgres-protocol v0.6.10 |
| 1602 | 2026-03-24T14:57:25.974Z | Compiling sec1 v0.7.3 |
| 1603 | 2026-03-24T14:57:26.193Z | Compiling publicsuffix v2.3.0 |
| 1604 | 2026-03-24T14:57:26.344Z | Compiling num-iter v0.1.45 |
| 1605 | 2026-03-24T14:57:26.407Z | Compiling tower-http v0.6.8 |
| 1606 | 2026-03-24T14:57:26.438Z | Compiling group v0.13.0 |
| 1607 | 2026-03-24T14:57:26.657Z | Compiling rand v0.8.5 |
| 1608 | 2026-03-24T14:57:26.928Z | Compiling derive_builder v0.20.2 |
| 1609 | 2026-03-24T14:57:26.947Z | Compiling oxnet v0.1.4 |
| 1610 | 2026-03-24T14:57:27.091Z | Compiling proc-macro-error v1.0.4 |
| 1611 | 2026-03-24T14:57:27.125Z | Compiling tokio-native-tls v0.3.1 |
| 1612 | 2026-03-24T14:57:27.449Z | Compiling goblin v0.8.2 |
| 1613 | 2026-03-24T14:57:28.141Z | Compiling heck v0.4.1 |
| 1614 | 2026-03-24T14:57:28.203Z | Compiling phf_shared v0.13.1 |
| 1615 | 2026-03-24T14:57:28.231Z | Compiling hubpack_derive v0.1.1 |
| 1616 | 2026-03-24T14:57:28.432Z | Compiling regex v1.12.3 |
| 1617 | 2026-03-24T14:57:28.526Z | Compiling lazy_static v1.5.0 |
| 1618 | 2026-03-24T14:57:28.591Z | Compiling cargo-platform v0.1.9 |
| 1619 | 2026-03-24T14:57:28.640Z | Compiling hkdf v0.12.4 |
| 1620 | 2026-03-24T14:57:28.781Z | Compiling crypto-bigint v0.5.5 |
| 1621 | 2026-03-24T14:57:28.845Z | Compiling async-trait v0.1.89 |
| 1622 | 2026-03-24T14:57:28.914Z | Compiling strum_macros v0.27.2 |
| 1623 | 2026-03-24T14:57:29.022Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1624 | 2026-03-24T14:57:29.646Z | Compiling flate2 v1.1.9 |
| 1625 | 2026-03-24T14:57:29.904Z | Compiling daft-derive v0.1.5 |
| 1626 | 2026-03-24T14:57:30.263Z | Compiling ref-cast-impl v1.0.25 |
| 1627 | 2026-03-24T14:57:30.328Z | Compiling terminal_size v0.4.3 |
| 1628 | 2026-03-24T14:57:30.495Z | Compiling vergen v9.0.6 |
| 1629 | 2026-03-24T14:57:30.714Z | Compiling fs-err v3.3.0 |
| 1630 | 2026-03-24T14:57:30.851Z | Compiling ahash v0.8.12 |
| 1631 | 2026-03-24T14:57:30.947Z | Compiling bumpalo v3.20.2 |
| 1632 | 2026-03-24T14:57:30.952Z | Compiling libbz2-rs-sys v0.2.2 |
| 1633 | 2026-03-24T14:57:31.093Z | Compiling object v0.37.3 |
| 1634 | 2026-03-24T14:57:31.288Z | Compiling winnow v0.5.40 |
| 1635 | 2026-03-24T14:57:31.429Z | Compiling managed v0.8.0 |
| 1636 | 2026-03-24T14:57:31.716Z | Compiling foldhash v0.1.5 |
| 1637 | 2026-03-24T14:57:31.735Z | Compiling bitflags v1.3.2 |
| 1638 | 2026-03-24T14:57:31.756Z | Compiling console v0.16.2 |
| 1639 | 2026-03-24T14:57:31.847Z | Compiling strum v0.27.2 |
| 1640 | 2026-03-24T14:57:31.937Z | Compiling hashbrown v0.15.5 |
| 1641 | 2026-03-24T14:57:32.009Z | Compiling bzip2 v0.6.1 |
| 1642 | 2026-03-24T14:57:32.273Z | Compiling clap_builder v4.5.60 |
| 1643 | 2026-03-24T14:57:32.448Z | Compiling zopfli v0.8.3 |
| 1644 | 2026-03-24T14:57:32.693Z | Compiling daft v0.1.5 |
| 1645 | 2026-03-24T14:57:32.825Z | Compiling dof v0.3.0 |
| 1646 | 2026-03-24T14:57:32.926Z | Compiling elliptic-curve v0.13.8 |
| 1647 | 2026-03-24T14:57:33.061Z | Compiling toml_edit v0.19.15 |
| 1648 | 2026-03-24T14:57:33.345Z | Compiling cargo_metadata v0.19.2 |
| 1649 | 2026-03-24T14:57:33.461Z | Compiling hubpack v0.1.2 |
| 1650 | 2026-03-24T14:57:33.817Z | Compiling phf v0.13.1 |
| 1651 | 2026-03-24T14:57:34.027Z | Compiling zone_cfg_derive v0.3.1 |
| 1652 | 2026-03-24T14:57:34.900Z | Compiling zstd v0.13.3 |
| 1653 | 2026-03-24T14:57:35.251Z | Compiling signal-hook-mio v0.2.5 |
| 1654 | 2026-03-24T14:57:35.290Z | Compiling cookie_store v0.22.1 |
| 1655 | 2026-03-24T14:57:35.882Z | Compiling rayon v1.11.0 |
| 1656 | 2026-03-24T14:57:36.185Z | Compiling bzip2 v0.4.4 |
| 1657 | 2026-03-24T14:57:36.248Z | Compiling hyper-tls v0.6.0 |
| 1658 | 2026-03-24T14:57:36.539Z | Compiling postgres-types v0.2.12 |
| 1659 | 2026-03-24T14:57:36.635Z | Compiling serde_with_macros v3.17.0 |
| 1660 | 2026-03-24T14:57:36.882Z | Compiling usdt-attr-macro v0.6.0 |
| 1661 | 2026-03-24T14:57:37.217Z | Compiling usdt-macro v0.6.0 |
| 1662 | 2026-03-24T14:57:37.303Z | Compiling ed25519 v2.2.3 |
| 1663 | 2026-03-24T14:57:37.941Z | Compiling dtrace-parser v0.2.0 |
| 1664 | 2026-03-24T14:57:38.181Z | Compiling itertools v0.12.1 |
| 1665 | 2026-03-24T14:57:38.200Z | Compiling phf_shared v0.11.3 |
| 1666 | 2026-03-24T14:57:38.203Z | Compiling bstr v1.12.1 |
| 1667 | 2026-03-24T14:57:38.340Z | Compiling pkcs1 v0.7.5 |
| 1668 | 2026-03-24T14:57:38.445Z | Compiling serde-big-array v0.5.1 |
| 1669 | 2026-03-24T14:57:38.464Z | Compiling hex v0.4.3 |
| 1670 | 2026-03-24T14:57:38.628Z | Compiling rfc6979 v0.4.0 |
| 1671 | 2026-03-24T14:57:38.780Z | Compiling clap_derive v4.5.55 |
| 1672 | 2026-03-24T14:57:38.822Z | Compiling strum_macros v0.26.4 |
| 1673 | 2026-03-24T14:57:38.885Z | Compiling serde_repr v0.1.20 |
| 1674 | 2026-03-24T14:57:39.011Z | Compiling enum-as-inner v0.6.1 |
| 1675 | 2026-03-24T14:57:39.108Z | Compiling float-cmp v0.10.0 |
| 1676 | 2026-03-24T14:57:39.331Z | Compiling thread-id v4.2.2 |
| 1677 | 2026-03-24T14:57:39.437Z | Compiling memmap2 v0.9.10 |
| 1678 | 2026-03-24T14:57:39.611Z | Compiling env_filter v1.0.0 |
| 1679 | 2026-03-24T14:57:39.711Z | Compiling encoding_rs v0.8.35 |
| 1680 | 2026-03-24T14:57:39.730Z | Compiling whoami v2.1.0 |
| 1681 | 2026-03-24T14:57:39.879Z | Compiling unit-prefix v0.5.2 |
| 1682 | 2026-03-24T14:57:40.015Z | Compiling normalize-line-endings v0.3.0 |
| 1683 | 2026-03-24T14:57:40.062Z | Compiling data-encoding v2.10.0 |
| 1684 | 2026-03-24T14:57:40.137Z | Compiling predicates-core v1.0.10 |
| 1685 | 2026-03-24T14:57:40.254Z | Compiling difflib v0.4.0 |
| 1686 | 2026-03-24T14:57:40.369Z | Compiling fixedbitset v0.5.7 |
| 1687 | 2026-03-24T14:57:40.773Z | Compiling mime v0.3.17 |
| 1688 | 2026-03-24T14:57:41.020Z | Compiling rustc-hash v2.1.1 |
| 1689 | 2026-03-24T14:57:41.038Z | Compiling keccak v0.1.6 |
| 1690 | 2026-03-24T14:57:41.120Z | Compiling fixedbitset v0.4.2 |
| 1691 | 2026-03-24T14:57:41.181Z | Compiling static_assertions v1.1.0 |
| 1692 | 2026-03-24T14:57:41.249Z | Compiling precomputed-hash v0.1.1 |
| 1693 | 2026-03-24T14:57:41.272Z | Compiling new_debug_unreachable v1.0.6 |
| 1694 | 2026-03-24T14:57:41.292Z | Compiling jiff v0.2.21 |
| 1695 | 2026-03-24T14:57:41.295Z | Compiling clap v4.5.60 |
| 1696 | 2026-03-24T14:57:41.356Z | Compiling string_cache v0.8.9 |
| 1697 | 2026-03-24T14:57:41.375Z | Compiling petgraph v0.6.5 |
| 1698 | 2026-03-24T14:57:41.400Z | Compiling strum v0.26.3 |
| 1699 | 2026-03-24T14:57:41.422Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1700 | 2026-03-24T14:57:41.555Z | Compiling sha3 v0.10.8 |
| 1701 | 2026-03-24T14:57:41.642Z | Compiling iddqd v0.3.17 |
| 1702 | 2026-03-24T14:57:41.773Z | Compiling petgraph v0.8.3 |
| 1703 | 2026-03-24T14:57:42.143Z | Compiling predicates v3.1.4 |
| 1704 | 2026-03-24T14:57:42.161Z | Compiling hickory-proto v0.25.2 |
| 1705 | 2026-03-24T14:57:43.015Z | Compiling toml_edit v0.22.27 |
| 1706 | 2026-03-24T14:57:43.176Z | Compiling tokio-postgres v0.7.16 |
| 1707 | 2026-03-24T14:57:43.415Z | Compiling indicatif v0.18.4 |
| 1708 | 2026-03-24T14:57:44.454Z | Compiling env_logger v0.11.9 |
| 1709 | 2026-03-24T14:57:44.598Z | Compiling zone v0.3.1 |
| 1710 | 2026-03-24T14:57:44.937Z | Compiling zip v4.6.1 |
| 1711 | 2026-03-24T14:57:45.172Z | Compiling usdt v0.6.0 |
| 1712 | 2026-03-24T14:57:45.510Z | Compiling usdt-impl v0.5.0 |
| 1713 | 2026-03-24T14:57:45.530Z | Compiling similar v2.7.0 |
| 1714 | 2026-03-24T14:57:46.193Z | Compiling serde_with v3.17.0 |
| 1715 | 2026-03-24T14:57:46.237Z | Compiling ecdsa v0.16.9 |
| 1716 | 2026-03-24T14:57:46.287Z | Compiling rsa v0.9.10 |
| 1717 | 2026-03-24T14:57:46.704Z | Compiling crossterm v0.28.1 |
| 1718 | 2026-03-24T14:57:46.752Z | Compiling ed25519-dalek v2.2.0 |
| 1719 | 2026-03-24T14:57:47.242Z | Compiling zip v0.6.6 |
| 1720 | 2026-03-24T14:57:48.003Z | Compiling toml v0.7.8 |
| 1721 | 2026-03-24T14:57:48.664Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1722 | 2026-03-24T14:57:48.785Z | Compiling itertools v0.13.0 |
| 1723 | 2026-03-24T14:57:48.836Z | Compiling tokio-stream v0.1.18 |
| 1724 | 2026-03-24T14:57:48.856Z | Compiling buf-list v1.1.2 |
| 1725 | 2026-03-24T14:57:48.958Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1726 | 2026-03-24T14:57:49.222Z | Compiling x509-cert v0.2.5 |
| 1727 | 2026-03-24T14:57:49.401Z | Compiling openapiv3 v2.2.0 |
| 1728 | 2026-03-24T14:57:49.473Z | Compiling sha1 v0.10.6 |
| 1729 | 2026-03-24T14:57:49.549Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1730 | 2026-03-24T14:57:49.761Z | Compiling lalrpop-util v0.19.12 |
| 1731 | 2026-03-24T14:57:49.949Z | Compiling peg-runtime v0.8.5 |
| 1732 | 2026-03-24T14:57:50.007Z | Compiling thread_local v1.1.9 |
| 1733 | 2026-03-24T14:57:50.320Z | Compiling slog-async v2.8.0 |
| 1734 | 2026-03-24T14:57:50.337Z | Compiling crossbeam-channel v0.5.15 |
| 1735 | 2026-03-24T14:57:50.557Z | Compiling futures-executor v0.3.32 |
| 1736 | 2026-03-24T14:57:50.563Z | Compiling filetime v0.2.27 |
| 1737 | 2026-03-24T14:57:50.732Z | Compiling is-terminal v0.4.17 |
| 1738 | 2026-03-24T14:57:50.783Z | Compiling take_mut v0.2.2 |
| 1739 | 2026-03-24T14:57:50.848Z | Compiling xattr v1.6.1 |
| 1740 | 2026-03-24T14:57:50.884Z | Compiling term v1.2.1 |
| 1741 | 2026-03-24T14:57:50.952Z | Compiling futures v0.3.32 |
| 1742 | 2026-03-24T14:57:51.051Z | Compiling tar v0.4.44 |
| 1743 | 2026-03-24T14:57:51.521Z | Compiling slog-term v2.9.2 |
| 1744 | 2026-03-24T14:57:58.026Z | Compiling rustls-webpki v0.103.9 |
| 1745 | 2026-03-24T14:58:02.058Z | Compiling tokio-rustls v0.26.4 |
| 1746 | 2026-03-24T14:58:02.058Z | Compiling rustls-platform-verifier v0.6.2 |
| 1747 | 2026-03-24T14:58:02.322Z | Compiling hyper-rustls v0.27.7 |
| 1748 | 2026-03-24T14:58:02.584Z | Compiling reqwest v0.12.28 |
| 1749 | 2026-03-24T14:58:02.584Z | Compiling reqwest v0.13.2 |
| 1750 | 2026-03-24T14:58:05.560Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1751 | 2026-03-24T14:58:05.834Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1752 | 2026-03-24T14:58:09.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 1753 | 2026-03-24T14:58:09.796Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1754 | 2026-03-24T14:58:09.859Z | Mar 24 14:58:09.046 INFO Starting download, target: DendriteStub |
| 1755 | 2026-03-24T14:58:09.859Z | Mar 24 14:58:09.046 INFO Starting download, target: MaghemiteMgd |
| 1756 | 2026-03-24T14:58:09.859Z | Mar 24 14:58:09.046 INFO Starting download, target: Cockroach |
| 1757 | 2026-03-24T14:58:09.863Z | Mar 24 14:58:09.046 INFO Starting download, target: Console |
| 1758 | 2026-03-24T14:58:09.863Z | Mar 24 14:58:09.046 INFO Starting download, target: TransceiverControl |
| 1759 | 2026-03-24T14:58:09.863Z | Mar 24 14:58:09.046 INFO Starting download, target: Clickhouse |
| 1760 | 2026-03-24T14:58:09.863Z | Mar 24 14:58:09.046 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1761 | 2026-03-24T14:58:09.863Z | Mar 24 14:58:09.046 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1762 | 2026-03-24T14:58:09.863Z | Mar 24 14:58:09.046 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1763 | 2026-03-24T14:58:09.863Z | Mar 24 14:58:09.046 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1764 | 2026-03-24T14:58:09.863Z | Mar 24 14:58:09.046 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1765 | 2026-03-24T14:58:09.863Z | Mar 24 14:58:09.046 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1766 | 2026-03-24T14:58:10.382Z | Mar 24 14:58:09.568 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1767 | 2026-03-24T14:58:10.725Z | Mar 24 14:58:09.905 INFO Download complete, target: TransceiverControl |
| 1768 | 2026-03-24T14:58:11.106Z | Mar 24 14:58:10.287 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1769 | 2026-03-24T14:58:11.492Z | Mar 24 14:58:10.677 INFO Download complete, target: Console |
| 1770 | 2026-03-24T14:58:11.544Z | Mar 24 14:58:10.731 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1771 | 2026-03-24T14:58:11.774Z | Mar 24 14:58:10.960 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1772 | 2026-03-24T14:58:11.903Z | Mar 24 14:58:11.088 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1773 | 2026-03-24T14:58:12.208Z | Mar 24 14:58:11.395 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1774 | 2026-03-24T14:58:12.209Z | Mar 24 14:58:11.395 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1775 | 2026-03-24T14:58:15.232Z | Mar 24 14:58:14.419 INFO Download complete, target: DendriteStub |
| 1776 | 2026-03-24T14:58:15.393Z | Mar 24 14:58:14.580 INFO Download complete, target: MaghemiteMgd |
| 1777 | 2026-03-24T14:58:19.819Z | Mar 24 14:58:19.006 INFO Checking that binary works, target: Cockroach |
| 1778 | 2026-03-24T14:58:19.935Z | Mar 24 14:58:19.122 INFO Download complete, target: Cockroach |
| 1779 | 2026-03-24T14:58:23.130Z | Mar 24 14:58:22.316 INFO Checking that binary works, target: Clickhouse |
| 1780 | 2026-03-24T14:58:23.297Z | Mar 24 14:58:22.484 INFO Download complete, target: Clickhouse |
| 1781 | 2026-03-24T14:58:23.315Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1782 | 2026-03-24T14:58:23.319Z | |
| 1783 | 2026-03-24T14:58:23.319Z | real 4:12.420448536 |
| 1784 | 2026-03-24T14:58:23.319Z | user 10:27.584551868 |
| 1785 | 2026-03-24T14:58:23.319Z | sys 1:46.688963001 |
| 1786 | 2026-03-24T14:58:23.319Z | trap 0.328906748 |
| 1787 | 2026-03-24T14:58:23.319Z | tflt 0.676517620 |
| 1788 | 2026-03-24T14:58:23.319Z | dflt 0.738062229 |
| 1789 | 2026-03-24T14:58:23.319Z | kflt 0.029690623 |
| 1790 | 2026-03-24T14:58:23.319Z | lock 30:32.180081781 |
| 1791 | 2026-03-24T14:58:23.319Z | slp 29:49.576812134 |
| 1792 | 2026-03-24T14:58:23.319Z | lat 56.269146106 |
| 1793 | 2026-03-24T14:58:23.319Z | stop 2:40.699097885 |
| 1794 | 2026-03-24T14:58:23.319Z | + banner hack-check |
| 1795 | 2026-03-24T14:58:23.319Z | |
| 1796 | 2026-03-24T14:58:23.319Z | # # ## #### # # #### # # ###### #### # # |
| 1797 | 2026-03-24T14:58:23.319Z | # # # # # # # # # # # # # # # # # |
| 1798 | 2026-03-24T14:58:23.319Z | ###### # # # #### ##### # ###### ##### # #### |
| 1799 | 2026-03-24T14:58:23.319Z | # # ###### # # # # # # # # # # |
| 1800 | 2026-03-24T14:58:23.319Z | # # # # # # # # # # # # # # # # # |
| 1801 | 2026-03-24T14:58:23.319Z | # # # # #### # # #### # # ###### #### # # |
| 1802 | 2026-03-24T14:58:23.319Z | |
| 1803 | 2026-03-24T14:58:23.319Z | + export CARGO_INCREMENTAL=0 |
| 1804 | 2026-03-24T14:58:23.319Z | + CARGO_INCREMENTAL=0 |
| 1805 | 2026-03-24T14:58:23.319Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1806 | 2026-03-24T14:58:24.044Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1807 | 2026-03-24T14:58:24.314Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1808 | 2026-03-24T14:58:26.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
| 1809 | 2026-03-24T14:58:26.899Z | Running `target/debug/xtask check-features --ci` |
| 1810 | 2026-03-24T14:58:26.932Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1811 | 2026-03-24T14:58:26.936Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1812 | 2026-03-24T14:58:27.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1813 | 2026-03-24T14:58:27.610Z | Running `target/debug/xtask download cargo-hack` |
| 1814 | 2026-03-24T14:58:28.668Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1815 | 2026-03-24T14:58:29.056Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1816 | 2026-03-24T14:58:32.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
| 1817 | 2026-03-24T14:58:32.508Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1818 | 2026-03-24T14:58:32.555Z | Mar 24 14:58:31.742 INFO Starting download, target: CargoHack |
| 1819 | 2026-03-24T14:58:32.558Z | Mar 24 14:58:31.742 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1820 | 2026-03-24T14:58:33.167Z | Mar 24 14:58:32.354 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1821 | 2026-03-24T14:58:33.247Z | Mar 24 14:58:32.434 INFO Download complete, target: CargoHack |
| 1822 | 2026-03-24T14:58:33.252Z | 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" |
| 1823 | 2026-03-24T14:58:33.268Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1824 | 2026-03-24T14:58:33.469Z | info: running `cargo check --bins` on api_identity (1/267) |
| 1825 | 2026-03-24T14:58:34.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2026-03-24T14:58:34.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2026-03-24T14:58:34.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2026-03-24T14:58:34.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1829 | 2026-03-24T14:58:34.259Z | |
| 1830 | 2026-03-24T14:58:34.259Z | info: running `cargo check --bins` on bootstore (2/267) |
| 1831 | 2026-03-24T14:58:34.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2026-03-24T14:58:34.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2026-03-24T14:58:34.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2026-03-24T14:58:34.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1835 | 2026-03-24T14:58:35.050Z | |
| 1836 | 2026-03-24T14:58:35.050Z | info: running `cargo check --bins` on omicron-ledger (3/267) |
| 1837 | 2026-03-24T14:58:35.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2026-03-24T14:58:35.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2026-03-24T14:58:35.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2026-03-24T14:58:35.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1841 | 2026-03-24T14:58:35.836Z | |
| 1842 | 2026-03-24T14:58:35.837Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267) |
| 1843 | 2026-03-24T14:58:36.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2026-03-24T14:58:36.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2026-03-24T14:58:36.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2026-03-24T14:58:36.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1847 | 2026-03-24T14:58:36.628Z | |
| 1848 | 2026-03-24T14:58:36.628Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267) |
| 1849 | 2026-03-24T14:58:37.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2026-03-24T14:58:37.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2026-03-24T14:58:37.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2026-03-24T14:58:37.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1853 | 2026-03-24T14:58:37.406Z | |
| 1854 | 2026-03-24T14:58:37.406Z | info: running `cargo check --bins` on omicron-certificates (6/267) |
| 1855 | 2026-03-24T14:58:38.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2026-03-24T14:58:38.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2026-03-24T14:58:38.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2026-03-24T14:58:38.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1859 | 2026-03-24T14:58:38.213Z | |
| 1860 | 2026-03-24T14:58:38.214Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/267) |
| 1861 | 2026-03-24T14:58:38.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2026-03-24T14:58:38.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2026-03-24T14:58:38.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2026-03-24T14:58:38.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1865 | 2026-03-24T14:58:39.018Z | |
| 1866 | 2026-03-24T14:58:39.018Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267) |
| 1867 | 2026-03-24T14:58:39.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2026-03-24T14:58:39.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2026-03-24T14:58:39.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2026-03-24T14:58:39.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1871 | 2026-03-24T14:58:39.822Z | |
| 1872 | 2026-03-24T14:58:39.822Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267) |
| 1873 | 2026-03-24T14:58:40.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2026-03-24T14:58:40.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2026-03-24T14:58:40.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2026-03-24T14:58:40.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1877 | 2026-03-24T14:58:40.456Z | |
| 1878 | 2026-03-24T14:58:40.456Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267) |
| 1879 | 2026-03-24T14:58:41.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-03-24T14:58:41.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-03-24T14:58:41.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-03-24T14:58:41.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1883 | 2026-03-24T14:58:41.095Z | |
| 1884 | 2026-03-24T14:58:41.095Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267) |
| 1885 | 2026-03-24T14:58:41.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-03-24T14:58:41.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-03-24T14:58:41.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-03-24T14:58:41.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1889 | 2026-03-24T14:58:41.729Z | |
| 1890 | 2026-03-24T14:58:41.729Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267) |
| 1891 | 2026-03-24T14:58:42.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-03-24T14:58:42.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-03-24T14:58:42.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-03-24T14:58:42.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1895 | 2026-03-24T14:58:42.364Z | |
| 1896 | 2026-03-24T14:58:42.364Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267) |
| 1897 | 2026-03-24T14:58:42.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-03-24T14:58:42.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-03-24T14:58:42.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-03-24T14:58:42.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1901 | 2026-03-24T14:58:43.000Z | |
| 1902 | 2026-03-24T14:58:43.000Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267) |
| 1903 | 2026-03-24T14:58:43.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-03-24T14:58:43.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-03-24T14:58:43.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-03-24T14:58:43.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1907 | 2026-03-24T14:58:43.631Z | |
| 1908 | 2026-03-24T14:58:43.631Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267) |
| 1909 | 2026-03-24T14:58:44.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-03-24T14:58:44.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-03-24T14:58:44.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-03-24T14:58:44.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1913 | 2026-03-24T14:58:44.268Z | |
| 1914 | 2026-03-24T14:58:44.268Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267) |
| 1915 | 2026-03-24T14:58:44.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-03-24T14:58:44.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-03-24T14:58:44.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-03-24T14:58:44.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1919 | 2026-03-24T14:58:44.905Z | |
| 1920 | 2026-03-24T14:58:44.905Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267) |
| 1921 | 2026-03-24T14:58:45.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-03-24T14:58:45.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-03-24T14:58:45.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-03-24T14:58:45.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1925 | 2026-03-24T14:58:45.541Z | |
| 1926 | 2026-03-24T14:58:45.542Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267) |
| 1927 | 2026-03-24T14:58:46.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-03-24T14:58:46.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-03-24T14:58:46.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-03-24T14:58:46.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1931 | 2026-03-24T14:58:46.179Z | |
| 1932 | 2026-03-24T14:58:46.179Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267) |
| 1933 | 2026-03-24T14:58:46.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-03-24T14:58:46.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-03-24T14:58:46.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-03-24T14:58:46.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1937 | 2026-03-24T14:58:46.809Z | |
| 1938 | 2026-03-24T14:58:46.809Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267) |
| 1939 | 2026-03-24T14:58:47.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-03-24T14:58:47.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-03-24T14:58:47.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-03-24T14:58:47.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1943 | 2026-03-24T14:58:47.448Z | |
| 1944 | 2026-03-24T14:58:47.448Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267) |
| 1945 | 2026-03-24T14:58:48.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-03-24T14:58:48.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-03-24T14:58:48.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-03-24T14:58:48.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1949 | 2026-03-24T14:58:48.090Z | |
| 1950 | 2026-03-24T14:58:48.090Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267) |
| 1951 | 2026-03-24T14:58:48.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-03-24T14:58:48.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-03-24T14:58:48.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-03-24T14:58:48.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1955 | 2026-03-24T14:58:48.723Z | |
| 1956 | 2026-03-24T14:58:48.723Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267) |
| 1957 | 2026-03-24T14:58:49.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-03-24T14:58:49.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-03-24T14:58:49.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-03-24T14:58:49.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1961 | 2026-03-24T14:58:49.355Z | |
| 1962 | 2026-03-24T14:58:49.355Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267) |
| 1963 | 2026-03-24T14:58:49.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-03-24T14:58:49.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-03-24T14:58:49.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-03-24T14:58:49.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1967 | 2026-03-24T14:58:49.996Z | |
| 1968 | 2026-03-24T14:58:49.996Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267) |
| 1969 | 2026-03-24T14:58:50.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-03-24T14:58:50.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-03-24T14:58:50.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-03-24T14:58:50.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1973 | 2026-03-24T14:58:50.629Z | |
| 1974 | 2026-03-24T14:58:50.629Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267) |
| 1975 | 2026-03-24T14:58:51.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-03-24T14:58:51.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-03-24T14:58:51.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-03-24T14:58:51.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1979 | 2026-03-24T14:58:51.260Z | |
| 1980 | 2026-03-24T14:58:51.263Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267) |
| 1981 | 2026-03-24T14:58:51.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-03-24T14:58:51.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-03-24T14:58:51.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-03-24T14:58:51.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1985 | 2026-03-24T14:58:51.900Z | |
| 1986 | 2026-03-24T14:58:51.900Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267) |
| 1987 | 2026-03-24T14:58:52.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-03-24T14:58:52.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-03-24T14:58:52.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-03-24T14:58:52.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1991 | 2026-03-24T14:58:52.535Z | |
| 1992 | 2026-03-24T14:58:52.536Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267) |
| 1993 | 2026-03-24T14:58:53.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-03-24T14:58:53.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-03-24T14:58:53.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-03-24T14:58:53.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1997 | 2026-03-24T14:58:53.174Z | |
| 1998 | 2026-03-24T14:58:53.177Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267) |
| 1999 | 2026-03-24T14:58:53.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-03-24T14:58:53.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-03-24T14:58:53.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-03-24T14:58:53.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2003 | 2026-03-24T14:58:53.809Z | |
| 2004 | 2026-03-24T14:58:53.809Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267) |
| 2005 | 2026-03-24T14:58:54.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-03-24T14:58:54.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-03-24T14:58:54.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-03-24T14:58:54.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2009 | 2026-03-24T14:58:54.447Z | |
| 2010 | 2026-03-24T14:58:54.447Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267) |
| 2011 | 2026-03-24T14:58:55.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-03-24T14:58:55.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-03-24T14:58:55.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-03-24T14:58:55.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2015 | 2026-03-24T14:58:55.085Z | |
| 2016 | 2026-03-24T14:58:55.085Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267) |
| 2017 | 2026-03-24T14:58:55.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-03-24T14:58:55.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-03-24T14:58:55.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-03-24T14:58:55.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2021 | 2026-03-24T14:58:55.721Z | |
| 2022 | 2026-03-24T14:58:55.721Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267) |
| 2023 | 2026-03-24T14:58:56.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-03-24T14:58:56.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-03-24T14:58:56.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-03-24T14:58:56.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2027 | 2026-03-24T14:58:56.361Z | |
| 2028 | 2026-03-24T14:58:56.361Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267) |
| 2029 | 2026-03-24T14:58:56.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-03-24T14:58:56.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-03-24T14:58:56.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-03-24T14:58:56.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2033 | 2026-03-24T14:58:56.999Z | |
| 2034 | 2026-03-24T14:58:56.999Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267) |
| 2035 | 2026-03-24T14:58:57.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-03-24T14:58:57.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-03-24T14:58:57.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-03-24T14:58:57.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2039 | 2026-03-24T14:58:57.635Z | |
| 2040 | 2026-03-24T14:58:57.635Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267) |
| 2041 | 2026-03-24T14:58:58.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-03-24T14:58:58.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-03-24T14:58:58.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-03-24T14:58:58.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2045 | 2026-03-24T14:58:58.270Z | |
| 2046 | 2026-03-24T14:58:58.271Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267) |
| 2047 | 2026-03-24T14:58:58.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-03-24T14:58:58.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-03-24T14:58:58.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-03-24T14:58:58.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2051 | 2026-03-24T14:58:58.908Z | |
| 2052 | 2026-03-24T14:58:58.908Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267) |
| 2053 | 2026-03-24T14:58:59.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-03-24T14:58:59.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-03-24T14:58:59.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-03-24T14:58:59.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2057 | 2026-03-24T14:58:59.540Z | |
| 2058 | 2026-03-24T14:58:59.540Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267) |
| 2059 | 2026-03-24T14:59:00.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-03-24T14:59:00.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-03-24T14:59:00.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-03-24T14:59:00.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2063 | 2026-03-24T14:59:00.179Z | |
| 2064 | 2026-03-24T14:59:00.179Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267) |
| 2065 | 2026-03-24T14:59:00.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-03-24T14:59:00.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-03-24T14:59:00.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-03-24T14:59:00.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2069 | 2026-03-24T14:59:00.811Z | |
| 2070 | 2026-03-24T14:59:00.811Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267) |
| 2071 | 2026-03-24T14:59:01.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-03-24T14:59:01.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-03-24T14:59:01.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-03-24T14:59:01.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2075 | 2026-03-24T14:59:01.446Z | |
| 2076 | 2026-03-24T14:59:01.446Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267) |
| 2077 | 2026-03-24T14:59:02.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-03-24T14:59:02.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-03-24T14:59:02.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-03-24T14:59:02.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2081 | 2026-03-24T14:59:02.080Z | |
| 2082 | 2026-03-24T14:59:02.080Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267) |
| 2083 | 2026-03-24T14:59:02.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-03-24T14:59:02.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-03-24T14:59:02.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-03-24T14:59:02.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2087 | 2026-03-24T14:59:02.718Z | |
| 2088 | 2026-03-24T14:59:02.718Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267) |
| 2089 | 2026-03-24T14:59:03.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-03-24T14:59:03.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-03-24T14:59:03.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-03-24T14:59:03.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2093 | 2026-03-24T14:59:03.354Z | |
| 2094 | 2026-03-24T14:59:03.354Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267) |
| 2095 | 2026-03-24T14:59:03.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-03-24T14:59:03.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-03-24T14:59:03.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-03-24T14:59:03.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2099 | 2026-03-24T14:59:03.995Z | |
| 2100 | 2026-03-24T14:59:03.995Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267) |
| 2101 | 2026-03-24T14:59:04.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-03-24T14:59:04.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-03-24T14:59:04.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-03-24T14:59:04.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2105 | 2026-03-24T14:59:04.632Z | |
| 2106 | 2026-03-24T14:59:04.632Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267) |
| 2107 | 2026-03-24T14:59:05.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-03-24T14:59:05.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-03-24T14:59:05.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-03-24T14:59:05.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2111 | 2026-03-24T14:59:05.267Z | |
| 2112 | 2026-03-24T14:59:05.267Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267) |
| 2113 | 2026-03-24T14:59:06.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-03-24T14:59:06.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-03-24T14:59:06.384Z | Checking cfg-if v1.0.4 |
| 2116 | 2026-03-24T14:59:06.546Z | Checking libc v0.2.180 |
| 2117 | 2026-03-24T14:59:06.549Z | Checking serde_core v1.0.228 |
| 2118 | 2026-03-24T14:59:06.579Z | Checking memchr v2.8.0 |
| 2119 | 2026-03-24T14:59:06.600Z | Checking itoa v1.0.17 |
| 2120 | 2026-03-24T14:59:06.600Z | Checking smallvec v1.15.1 |
| 2121 | 2026-03-24T14:59:06.637Z | Checking log v0.4.29 |
| 2122 | 2026-03-24T14:59:06.637Z | Checking zeroize v1.8.2 |
| 2123 | 2026-03-24T14:59:06.676Z | Checking stable_deref_trait v1.2.1 |
| 2124 | 2026-03-24T14:59:06.767Z | Checking zerofrom v0.1.6 |
| 2125 | 2026-03-24T14:59:06.802Z | Checking zmij v1.0.21 |
| 2126 | 2026-03-24T14:59:06.833Z | Checking percent-encoding v2.3.2 |
| 2127 | 2026-03-24T14:59:06.853Z | Checking litemap v0.8.1 |
| 2128 | 2026-03-24T14:59:06.856Z | Checking writeable v0.6.2 |
| 2129 | 2026-03-24T14:59:06.913Z | Checking yoke v0.8.1 |
| 2130 | 2026-03-24T14:59:07.007Z | Checking libm v0.2.16 |
| 2131 | 2026-03-24T14:59:07.074Z | Checking scopeguard v1.2.0 |
| 2132 | 2026-03-24T14:59:07.094Z | Checking icu_normalizer_data v2.1.1 |
| 2133 | 2026-03-24T14:59:07.094Z | Checking icu_properties_data v2.1.2 |
| 2134 | 2026-03-24T14:59:07.135Z | Checking getrandom v0.2.17 |
| 2135 | 2026-03-24T14:59:07.135Z | Checking errno v0.3.14 |
| 2136 | 2026-03-24T14:59:07.135Z | Checking zerovec v0.11.5 |
| 2137 | 2026-03-24T14:59:07.193Z | Checking zerotrie v0.2.3 |
| 2138 | 2026-03-24T14:59:07.212Z | Checking lock_api v0.4.14 |
| 2139 | 2026-03-24T14:59:07.279Z | Checking subtle v2.6.1 |
| 2140 | 2026-03-24T14:59:07.300Z | Checking utf8_iter v1.0.4 |
| 2141 | 2026-03-24T14:59:07.355Z | Checking rand_core v0.6.4 |
| 2142 | 2026-03-24T14:59:07.448Z | Checking form_urlencoded v1.2.2 |
| 2143 | 2026-03-24T14:59:07.477Z | Checking rand_core v0.10.0 |
| 2144 | 2026-03-24T14:59:07.497Z | Checking pin-project-lite v0.2.17 |
| 2145 | 2026-03-24T14:59:07.518Z | Checking typenum v1.19.0 |
| 2146 | 2026-03-24T14:59:07.579Z | Checking portable-atomic v1.13.1 |
| 2147 | 2026-03-24T14:59:07.607Z | Checking critical-section v1.2.0 |
| 2148 | 2026-03-24T14:59:07.628Z | Checking iana-time-zone v0.1.65 |
| 2149 | 2026-03-24T14:59:07.652Z | Checking getrandom v0.4.1 |
| 2150 | 2026-03-24T14:59:07.733Z | Checking signal-hook-registry v1.4.8 |
| 2151 | 2026-03-24T14:59:07.753Z | Checking tinystr v0.8.2 |
| 2152 | 2026-03-24T14:59:07.773Z | Checking potential_utf v0.1.4 |
| 2153 | 2026-03-24T14:59:07.838Z | Checking parking_lot_core v0.9.12 |
| 2154 | 2026-03-24T14:59:07.935Z | Checking icu_collections v2.1.1 |
| 2155 | 2026-03-24T14:59:07.957Z | Checking socket2 v0.6.2 |
| 2156 | 2026-03-24T14:59:07.978Z | Checking num-traits v0.2.19 |
| 2157 | 2026-03-24T14:59:07.981Z | Checking icu_locale_core v2.1.1 |
| 2158 | 2026-03-24T14:59:08.082Z | Checking parking_lot v0.12.5 |
| 2159 | 2026-03-24T14:59:08.164Z | Checking once_cell v1.21.3 |
| 2160 | 2026-03-24T14:59:08.231Z | Checking generic-array v0.14.7 |
| 2161 | 2026-03-24T14:59:08.280Z | Checking mio v1.1.1 |
| 2162 | 2026-03-24T14:59:08.331Z | Checking zerocopy v0.8.40 |
| 2163 | 2026-03-24T14:59:08.354Z | Checking futures-core v0.3.32 |
| 2164 | 2026-03-24T14:59:08.391Z | Checking dyn-clone v1.0.20 |
| 2165 | 2026-03-24T14:59:08.510Z | Checking equivalent v1.0.2 |
| 2166 | 2026-03-24T14:59:08.530Z | Checking allocator-api2 v0.2.21 |
| 2167 | 2026-03-24T14:59:08.615Z | Checking const-oid v0.9.6 |
| 2168 | 2026-03-24T14:59:08.662Z | Checking foldhash v0.2.0 |
| 2169 | 2026-03-24T14:59:08.719Z | Checking serde v1.0.228 |
| 2170 | 2026-03-24T14:59:08.750Z | Checking serde_json v1.0.149 |
| 2171 | 2026-03-24T14:59:08.771Z | Checking icu_provider v2.1.1 |
| 2172 | 2026-03-24T14:59:08.857Z | Checking bitflags v2.11.0 |
| 2173 | 2026-03-24T14:59:08.878Z | Checking crypto-common v0.1.7 |
| 2174 | 2026-03-24T14:59:08.907Z | Checking uuid v1.21.0 |
| 2175 | 2026-03-24T14:59:09.031Z | Checking semver v1.0.27 |
| 2176 | 2026-03-24T14:59:09.076Z | Checking hashbrown v0.16.1 |
| 2177 | 2026-03-24T14:59:09.095Z | Checking icu_normalizer v2.1.1 |
| 2178 | 2026-03-24T14:59:09.293Z | Checking bytes v1.11.1 |
| 2179 | 2026-03-24T14:59:09.313Z | Checking icu_properties v2.1.2 |
| 2180 | 2026-03-24T14:59:09.332Z | Checking chrono v0.4.44 |
| 2181 | 2026-03-24T14:59:09.493Z | Checking futures-sink v0.3.32 |
| 2182 | 2026-03-24T14:59:09.619Z | Checking futures-channel v0.3.32 |
| 2183 | 2026-03-24T14:59:09.639Z | Checking block-buffer v0.10.4 |
| 2184 | 2026-03-24T14:59:09.688Z | Checking slab v0.4.12 |
| 2185 | 2026-03-24T14:59:09.755Z | Checking futures-io v0.3.32 |
| 2186 | 2026-03-24T14:59:09.812Z | Checking futures-task v0.3.32 |
| 2187 | 2026-03-24T14:59:09.871Z | Checking digest v0.10.7 |
| 2188 | 2026-03-24T14:59:09.895Z | Checking tokio v1.49.0 |
| 2189 | 2026-03-24T14:59:09.915Z | Checking thiserror v2.0.18 |
| 2190 | 2026-03-24T14:59:09.920Z | Checking byteorder v1.5.0 |
| 2191 | 2026-03-24T14:59:09.989Z | Checking futures-util v0.3.32 |
| 2192 | 2026-03-24T14:59:10.038Z | Checking base64 v0.22.1 |
| 2193 | 2026-03-24T14:59:10.127Z | Checking indexmap v2.13.0 |
| 2194 | 2026-03-24T14:59:10.199Z | Checking cpufeatures v0.2.17 |
| 2195 | 2026-03-24T14:59:10.295Z | Checking http v1.4.0 |
| 2196 | 2026-03-24T14:59:10.353Z | Checking fnv v1.0.7 |
| 2197 | 2026-03-24T14:59:10.473Z | Checking unicode-ident v1.0.24 |
| 2198 | 2026-03-24T14:59:10.494Z | Checking idna_adapter v1.2.1 |
| 2199 | 2026-03-24T14:59:10.522Z | Checking tracing-core v0.1.36 |
| 2200 | 2026-03-24T14:59:10.605Z | Checking proc-macro2 v1.0.106 |
| 2201 | 2026-03-24T14:59:10.639Z | Checking idna v1.1.0 |
| 2202 | 2026-03-24T14:59:10.923Z | Checking thiserror v1.0.69 |
| 2203 | 2026-03-24T14:59:10.943Z | Checking tracing v0.1.44 |
| 2204 | 2026-03-24T14:59:10.963Z | Checking url v2.5.8 |
| 2205 | 2026-03-24T14:59:11.014Z | Checking rustls-pki-types v1.14.0 |
| 2206 | 2026-03-24T14:59:11.045Z | Checking regex-syntax v0.8.10 |
| 2207 | 2026-03-24T14:59:11.074Z | Checking quote v1.0.44 |
| 2208 | 2026-03-24T14:59:11.204Z | Checking untrusted v0.9.0 |
| 2209 | 2026-03-24T14:59:11.302Z | Checking syn v2.0.117 |
| 2210 | 2026-03-24T14:59:11.343Z | Checking ring v0.17.14 |
| 2211 | 2026-03-24T14:59:11.400Z | Checking ipnet v2.11.0 |
| 2212 | 2026-03-24T14:59:11.553Z | Checking schemars v0.8.22 |
| 2213 | 2026-03-24T14:59:11.758Z | Checking httparse v1.10.1 |
| 2214 | 2026-03-24T14:59:12.038Z | Checking http-body v1.0.1 |
| 2215 | 2026-03-24T14:59:12.209Z | Checking rustix v1.1.3 |
| 2216 | 2026-03-24T14:59:12.423Z | Checking ppv-lite86 v0.2.21 |
| 2217 | 2026-03-24T14:59:12.446Z | Checking block-padding v0.3.3 |
| 2218 | 2026-03-24T14:59:12.613Z | Checking getrandom v0.3.4 |
| 2219 | 2026-03-24T14:59:12.685Z | Checking atomic-waker v1.1.2 |
| 2220 | 2026-03-24T14:59:12.713Z | Checking inout v0.1.4 |
| 2221 | 2026-03-24T14:59:12.792Z | Checking hmac v0.12.1 |
| 2222 | 2026-03-24T14:59:12.815Z | Checking aws-lc-sys v0.37.1 |
| 2223 | 2026-03-24T14:59:12.843Z | Checking aho-corasick v1.1.4 |
| 2224 | 2026-03-24T14:59:12.884Z | Checking untrusted v0.7.1 |
| 2225 | 2026-03-24T14:59:12.884Z | Checking try-lock v0.2.5 |
| 2226 | 2026-03-24T14:59:12.959Z | Checking powerfmt v0.2.0 |
| 2227 | 2026-03-24T14:59:13.009Z | Checking httpdate v1.0.3 |
| 2228 | 2026-03-24T14:59:13.046Z | Checking tower-service v0.3.3 |
| 2229 | 2026-03-24T14:59:13.157Z | Checking tower-layer v0.3.3 |
| 2230 | 2026-03-24T14:59:13.177Z | Checking openssl-probe v0.2.1 |
| 2231 | 2026-03-24T14:59:13.199Z | Checking deranged v0.5.8 |
| 2232 | 2026-03-24T14:59:13.310Z | Checking want v0.3.1 |
| 2233 | 2026-03-24T14:59:13.347Z | Checking cipher v0.4.4 |
| 2234 | 2026-03-24T14:59:13.397Z | Checking rand_core v0.9.5 |
| 2235 | 2026-03-24T14:59:13.471Z | Checking num_threads v0.1.7 |
| 2236 | 2026-03-24T14:59:13.528Z | Checking aws-lc-rs v1.16.0 |
| 2237 | 2026-03-24T14:59:13.577Z | Checking time-core v0.1.8 |
| 2238 | 2026-03-24T14:59:13.615Z | Checking pin-utils v0.1.0 |
| 2239 | 2026-03-24T14:59:13.636Z | Checking num-conv v0.2.0 |
| 2240 | 2026-03-24T14:59:13.704Z | Checking base64ct v1.8.3 |
| 2241 | 2026-03-24T14:59:13.764Z | Checking sha2 v0.10.9 |
| 2242 | 2026-03-24T14:59:13.785Z | Checking regex-automata v0.4.14 |
| 2243 | 2026-03-24T14:59:13.806Z | Checking erased-serde v0.3.31 |
| 2244 | 2026-03-24T14:59:14.016Z | Checking pretty-hex v0.4.1 |
| 2245 | 2026-03-24T14:59:14.125Z | Checking rand_chacha v0.9.0 |
| 2246 | 2026-03-24T14:59:14.170Z | Checking fastrand v2.3.0 |
| 2247 | 2026-03-24T14:59:14.274Z | Checking tokio-util v0.7.18 |
| 2248 | 2026-03-24T14:59:14.383Z | Checking slog v2.8.2 |
| 2249 | 2026-03-24T14:59:14.405Z | Checking ryu v1.0.23 |
| 2250 | 2026-03-24T14:59:14.428Z | Checking rand v0.9.2 |
| 2251 | 2026-03-24T14:59:14.497Z | Checking time v0.3.47 |
| 2252 | 2026-03-24T14:59:14.585Z | Checking pem-rfc7468 v0.7.0 |
| 2253 | 2026-03-24T14:59:14.638Z | Checking rustls-native-certs v0.8.3 |
| 2254 | 2026-03-24T14:59:14.684Z | Checking rustls-webpki v0.103.9 |
| 2255 | 2026-03-24T14:59:14.749Z | Checking ipnetwork v0.21.1 |
| 2256 | 2026-03-24T14:59:14.791Z | Checking http-body-util v0.1.3 |
| 2257 | 2026-03-24T14:59:14.812Z | Checking sync_wrapper v1.0.2 |
| 2258 | 2026-03-24T14:59:14.941Z | Checking spin v0.9.8 |
| 2259 | 2026-03-24T14:59:15.023Z | Checking plain v0.2.3 |
| 2260 | 2026-03-24T14:59:15.074Z | Checking flagset v0.4.7 |
| 2261 | 2026-03-24T14:59:15.093Z | Checking tower v0.5.3 |
| 2262 | 2026-03-24T14:59:15.116Z | Checking h2 v0.4.13 |
| 2263 | 2026-03-24T14:59:15.155Z | Checking serde_urlencoded v0.7.1 |
| 2264 | 2026-03-24T14:59:15.177Z | Checking rand_chacha v0.3.1 |
| 2265 | 2026-03-24T14:59:15.229Z | Checking der v0.7.10 |
| 2266 | 2026-03-24T14:59:15.251Z | Checking rustls v0.23.37 |
| 2267 | 2026-03-24T14:59:15.451Z | Checking webpki-roots v1.0.6 |
| 2268 | 2026-03-24T14:59:15.456Z | Checking iri-string v0.7.10 |
| 2269 | 2026-03-24T14:59:15.580Z | Checking ucd-trie v0.1.7 |
| 2270 | 2026-03-24T14:59:15.615Z | Checking tinyvec_macros v0.1.1 |
| 2271 | 2026-03-24T14:59:15.704Z | Checking tinyvec v1.10.0 |
| 2272 | 2026-03-24T14:59:15.747Z | Checking pest v2.8.6 |
| 2273 | 2026-03-24T14:59:16.072Z | Checking rand v0.8.5 |
| 2274 | 2026-03-24T14:59:16.132Z | Checking tempfile v3.25.0 |
| 2275 | 2026-03-24T14:59:16.258Z | Checking spki v0.7.3 |
| 2276 | 2026-03-24T14:59:16.310Z | Checking salsa20 v0.10.2 |
| 2277 | 2026-03-24T14:59:16.395Z | Checking pbkdf2 v0.12.2 |
| 2278 | 2026-03-24T14:59:16.476Z | Checking unicode-width v0.2.0 |
| 2279 | 2026-03-24T14:59:16.502Z | Checking foreign-types-shared v0.1.1 |
| 2280 | 2026-03-24T14:59:16.533Z | Checking scrypt v0.11.0 |
| 2281 | 2026-03-24T14:59:16.608Z | Checking foreign-types v0.3.2 |
| 2282 | 2026-03-24T14:59:16.699Z | Checking regex v1.12.3 |
| 2283 | 2026-03-24T14:59:16.720Z | Checking cbc v0.1.2 |
| 2284 | 2026-03-24T14:59:16.796Z | Checking aes v0.8.4 |
| 2285 | 2026-03-24T14:59:16.817Z | Checking anyhow v1.0.102 |
| 2286 | 2026-03-24T14:59:16.882Z | Checking openssl-sys v0.9.111 |
| 2287 | 2026-03-24T14:59:16.934Z | Checking tower-http v0.6.8 |
| 2288 | 2026-03-24T14:59:17.077Z | Checking crossbeam-utils v0.8.21 |
| 2289 | 2026-03-24T14:59:17.097Z | Checking oxnet v0.1.4 |
| 2290 | 2026-03-24T14:59:17.238Z | Checking mime v0.3.17 |
| 2291 | 2026-03-24T14:59:17.302Z | Checking openapiv3 v2.2.0 |
| 2292 | 2026-03-24T14:59:17.337Z | Checking pkcs5 v0.7.1 |
| 2293 | 2026-03-24T14:59:17.411Z | Checking scroll v0.12.0 |
| 2294 | 2026-03-24T14:59:17.469Z | Checking encoding_rs v0.8.35 |
| 2295 | 2026-03-24T14:59:17.521Z | Checking openssl v0.10.75 |
| 2296 | 2026-03-24T14:59:17.542Z | Checking data-encoding v2.10.0 |
| 2297 | 2026-03-24T14:59:17.677Z | Checking pkcs8 v0.10.2 |
| 2298 | 2026-03-24T14:59:17.711Z | Checking siphasher v1.0.2 |
| 2299 | 2026-03-24T14:59:17.897Z | Checking winnow v0.7.14 |
| 2300 | 2026-03-24T14:59:17.918Z | Checking goblin v0.8.2 |
| 2301 | 2026-03-24T14:59:17.938Z | Checking lazy_static v1.5.0 |
| 2302 | 2026-03-24T14:59:18.048Z | Checking zerocopy v0.7.35 |
| 2303 | 2026-03-24T14:59:18.525Z | Checking tokio-rustls v0.26.4 |
| 2304 | 2026-03-24T14:59:18.750Z | Checking wait-timeout v0.2.1 |
| 2305 | 2026-03-24T14:59:18.782Z | Checking utf8parse v0.2.2 |
| 2306 | 2026-03-24T14:59:18.814Z | Checking hyper v1.8.1 |
| 2307 | 2026-03-24T14:59:18.835Z | Checking managed v0.8.0 |
| 2308 | 2026-03-24T14:59:18.904Z | Checking psl-types v2.0.11 |
| 2309 | 2026-03-24T14:59:18.924Z | Checking either v1.15.0 |
| 2310 | 2026-03-24T14:59:19.054Z | Checking bitflags v1.3.2 |
| 2311 | 2026-03-24T14:59:19.081Z | Checking anstyle v1.0.13 |
| 2312 | 2026-03-24T14:59:19.107Z | Checking bit-vec v0.8.0 |
| 2313 | 2026-03-24T14:59:19.149Z | Checking quick-error v1.2.3 |
| 2314 | 2026-03-24T14:59:19.174Z | Checking publicsuffix v2.3.0 |
| 2315 | 2026-03-24T14:59:19.272Z | Checking rusty-fork v0.3.1 |
| 2316 | 2026-03-24T14:59:19.323Z | Checking anstyle-parse v0.2.7 |
| 2317 | 2026-03-24T14:59:19.362Z | Checking bit-set v0.8.0 |
| 2318 | 2026-03-24T14:59:19.382Z | Checking dtrace-parser v0.2.0 |
| 2319 | 2026-03-24T14:59:19.486Z | Checking unicode-normalization v0.1.25 |
| 2320 | 2026-03-24T14:59:19.517Z | Checking cookie v0.18.1 |
| 2321 | 2026-03-24T14:59:19.548Z | Checking rand_xorshift v0.4.0 |
| 2322 | 2026-03-24T14:59:19.567Z | Checking sha1 v0.10.6 |
| 2323 | 2026-03-24T14:59:19.692Z | Checking hex v0.4.3 |
| 2324 | 2026-03-24T14:59:19.711Z | Checking thread-id v4.2.2 |
| 2325 | 2026-03-24T14:59:19.771Z | Checking colorchoice v1.0.4 |
| 2326 | 2026-03-24T14:59:19.809Z | Checking anstyle-query v1.1.5 |
| 2327 | 2026-03-24T14:59:19.829Z | Checking unarray v0.1.4 |
| 2328 | 2026-03-24T14:59:19.897Z | Checking is_terminal_polyfill v1.70.2 |
| 2329 | 2026-03-24T14:59:19.924Z | Checking cookie_store v0.22.1 |
| 2330 | 2026-03-24T14:59:19.959Z | Checking proptest v1.10.0 |
| 2331 | 2026-03-24T14:59:19.988Z | Checking rustls-platform-verifier v0.6.2 |
| 2332 | 2026-03-24T14:59:20.009Z | Checking anstream v0.6.21 |
| 2333 | 2026-03-24T14:59:20.030Z | Checking crossbeam-epoch v0.9.18 |
| 2334 | 2026-03-24T14:59:20.049Z | Checking hyper-util v0.1.20 |
| 2335 | 2026-03-24T14:59:20.161Z | Checking terminal_size v0.4.3 |
| 2336 | 2026-03-24T14:59:20.266Z | Checking scroll v0.13.0 |
| 2337 | 2026-03-24T14:59:20.306Z | Checking num-integer v0.1.46 |
| 2338 | 2026-03-24T14:59:20.336Z | Checking simd-adler32 v0.3.8 |
| 2339 | 2026-03-24T14:59:20.358Z | Checking native-tls v0.2.18 |
| 2340 | 2026-03-24T14:59:20.361Z | Checking crossbeam-deque v0.8.6 |
| 2341 | 2026-03-24T14:59:20.558Z | Checking bstr v1.12.1 |
| 2342 | 2026-03-24T14:59:20.580Z | Checking goblin v0.10.5 |
| 2343 | 2026-03-24T14:59:20.580Z | Checking dof v0.3.0 |
| 2344 | 2026-03-24T14:59:20.621Z | Checking ref-cast v1.0.25 |
| 2345 | 2026-03-24T14:59:20.624Z | Checking rustix v0.38.44 |
| 2346 | 2026-03-24T14:59:20.624Z | Checking tokio-native-tls v0.3.1 |
| 2347 | 2026-03-24T14:59:20.740Z | Checking camino v1.2.2 |
| 2348 | 2026-03-24T14:59:20.855Z | Checking crc32fast v1.5.0 |
| 2349 | 2026-03-24T14:59:20.967Z | Checking usdt-impl v0.5.0 |
| 2350 | 2026-03-24T14:59:21.034Z | Checking signature v2.2.0 |
| 2351 | 2026-03-24T14:59:21.090Z | Checking toml_datetime v0.6.11 |
| 2352 | 2026-03-24T14:59:21.113Z | Checking serde_spanned v0.6.9 |
| 2353 | 2026-03-24T14:59:21.196Z | Checking ff v0.13.1 |
| 2354 | 2026-03-24T14:59:21.273Z | Checking adler2 v2.0.1 |
| 2355 | 2026-03-24T14:59:21.317Z | Checking strsim v0.11.1 |
| 2356 | 2026-03-24T14:59:21.320Z | Checking base16ct v0.2.0 |
| 2357 | 2026-03-24T14:59:21.359Z | Checking clap_lex v1.0.0 |
| 2358 | 2026-03-24T14:59:21.413Z | Checking unicode-bidi v0.3.18 |
| 2359 | 2026-03-24T14:59:21.509Z | Checking unicode-properties v0.1.4 |
| 2360 | 2026-03-24T14:59:21.529Z | Checking sec1 v0.7.3 |
| 2361 | 2026-03-24T14:59:21.564Z | Checking clap_builder v4.5.60 |
| 2362 | 2026-03-24T14:59:21.758Z | Checking miniz_oxide v0.8.9 |
| 2363 | 2026-03-24T14:59:21.780Z | Checking hyper-rustls v0.27.7 |
| 2364 | 2026-03-24T14:59:21.800Z | Checking hyper-tls v0.6.0 |
| 2365 | 2026-03-24T14:59:21.821Z | Checking stringprep v0.1.5 |
| 2366 | 2026-03-24T14:59:21.824Z | Checking group v0.13.0 |
| 2367 | 2026-03-24T14:59:22.014Z | Checking num-iter v0.1.45 |
| 2368 | 2026-03-24T14:59:22.035Z | Checking rayon-core v1.13.0 |
| 2369 | 2026-03-24T14:59:22.038Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2370 | 2026-03-24T14:59:22.073Z | Checking reqwest v0.12.28 |
| 2371 | 2026-03-24T14:59:22.158Z | Checking reqwest v0.13.2 |
| 2372 | 2026-03-24T14:59:22.230Z | Checking dtrace-parser v0.3.0 |
| 2373 | 2026-03-24T14:59:22.469Z | Checking hkdf v0.12.4 |
| 2374 | 2026-03-24T14:59:22.497Z | Checking strum v0.26.3 |
| 2375 | 2026-03-24T14:59:22.519Z | Checking newtype-uuid v1.3.2 |
| 2376 | 2026-03-24T14:59:22.545Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2377 | 2026-03-24T14:59:22.634Z | Checking hash32 v0.2.1 |
| 2378 | 2026-03-24T14:59:22.656Z | Checking md-5 v0.10.6 |
| 2379 | 2026-03-24T14:59:22.689Z | Checking crypto-bigint v0.5.5 |
| 2380 | 2026-03-24T14:59:22.774Z | Checking daft v0.1.5 |
| 2381 | 2026-03-24T14:59:22.824Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2382 | 2026-03-24T14:59:22.847Z | Checking thread-id v5.1.0 |
| 2383 | 2026-03-24T14:59:22.947Z | Checking zlib-rs v0.6.2 |
| 2384 | 2026-03-24T14:59:23.087Z | Checking unicode-segmentation v1.12.0 |
| 2385 | 2026-03-24T14:59:23.090Z | Checking fallible-iterator v0.2.0 |
| 2386 | 2026-03-24T14:59:23.235Z | Checking heapless v0.7.17 |
| 2387 | 2026-03-24T14:59:23.261Z | Checking clap v4.5.60 |
| 2388 | 2026-03-24T14:59:23.304Z | Checking zstd-safe v7.2.4 |
| 2389 | 2026-03-24T14:59:23.358Z | Checking rayon v1.11.0 |
| 2390 | 2026-03-24T14:59:23.481Z | Checking postgres-protocol v0.6.10 |
| 2391 | 2026-03-24T14:59:23.505Z | Checking itertools v0.12.1 |
| 2392 | 2026-03-24T14:59:23.526Z | Checking phf_shared v0.13.1 |
| 2393 | 2026-03-24T14:59:23.795Z | Checking console v0.16.2 |
| 2394 | 2026-03-24T14:59:23.818Z | Checking curve25519-dalek v4.1.3 |
| 2395 | 2026-03-24T14:59:23.838Z | Checking dof v0.4.0 |
| 2396 | 2026-03-24T14:59:23.905Z | Checking memoffset v0.9.1 |
| 2397 | 2026-03-24T14:59:24.005Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2398 | 2026-03-24T14:59:24.024Z | Checking elliptic-curve v0.13.8 |
| 2399 | 2026-03-24T14:59:24.111Z | Checking signal-hook v0.3.18 |
| 2400 | 2026-03-24T14:59:24.166Z | Checking flate2 v1.1.9 |
| 2401 | 2026-03-24T14:59:24.189Z | Checking memmap2 v0.9.10 |
| 2402 | 2026-03-24T14:59:24.351Z | Checking fixedbitset v0.4.2 |
| 2403 | 2026-03-24T14:59:24.389Z | Checking foldhash v0.1.5 |
| 2404 | 2026-03-24T14:59:24.432Z | Checking libbz2-rs-sys v0.2.2 |
| 2405 | 2026-03-24T14:59:24.538Z | Checking bumpalo v3.20.2 |
| 2406 | 2026-03-24T14:59:24.562Z | Checking unit-prefix v0.5.2 |
| 2407 | 2026-03-24T14:59:24.580Z | Checking toml_write v0.1.2 |
| 2408 | 2026-03-24T14:59:24.697Z | Checking usdt-impl v0.6.0 |
| 2409 | 2026-03-24T14:59:24.719Z | Checking winnow v0.5.40 |
| 2410 | 2026-03-24T14:59:24.796Z | Checking toml_edit v0.22.27 |
| 2411 | 2026-03-24T14:59:24.816Z | Checking zopfli v0.8.3 |
| 2412 | 2026-03-24T14:59:24.868Z | Checking hashbrown v0.15.5 |
| 2413 | 2026-03-24T14:59:24.893Z | Checking zone v0.3.1 |
| 2414 | 2026-03-24T14:59:24.953Z | Checking bzip2 v0.6.1 |
| 2415 | 2026-03-24T14:59:25.070Z | Checking usdt v0.6.0 |
| 2416 | 2026-03-24T14:59:25.165Z | Checking petgraph v0.6.5 |
| 2417 | 2026-03-24T14:59:25.252Z | Checking signal-hook-mio v0.2.5 |
| 2418 | 2026-03-24T14:59:25.274Z | Checking bzip2 v0.4.4 |
| 2419 | 2026-03-24T14:59:25.355Z | Checking nix v0.31.1 |
| 2420 | 2026-03-24T14:59:25.382Z | Checking postgres-types v0.2.12 |
| 2421 | 2026-03-24T14:59:25.404Z | Checking indicatif v0.18.4 |
| 2422 | 2026-03-24T14:59:25.483Z | Checking smoltcp v0.9.1 |
| 2423 | 2026-03-24T14:59:25.518Z | Checking phf v0.13.1 |
| 2424 | 2026-03-24T14:59:25.714Z | Checking zstd v0.13.3 |
| 2425 | 2026-03-24T14:59:25.804Z | Checking similar v2.7.0 |
| 2426 | 2026-03-24T14:59:25.894Z | Checking num-bigint-dig v0.8.6 |
| 2427 | 2026-03-24T14:59:25.961Z | Checking ed25519 v2.2.3 |
| 2428 | 2026-03-24T14:59:26.196Z | Checking phf_shared v0.11.3 |
| 2429 | 2026-03-24T14:59:26.299Z | Checking pkcs1 v0.7.5 |
| 2430 | 2026-03-24T14:59:26.319Z | Checking toml_edit v0.19.15 |
| 2431 | 2026-03-24T14:59:26.322Z | Checking tokio-stream v0.1.18 |
| 2432 | 2026-03-24T14:59:26.322Z | Checking strum v0.27.2 |
| 2433 | 2026-03-24T14:59:26.385Z | Checking hubpack v0.1.2 |
| 2434 | 2026-03-24T14:59:26.467Z | Checking rfc6979 v0.4.0 |
| 2435 | 2026-03-24T14:59:26.590Z | Checking serde-big-array v0.5.1 |
| 2436 | 2026-03-24T14:59:26.618Z | Checking float-cmp v0.10.0 |
| 2437 | 2026-03-24T14:59:26.638Z | Checking env_filter v1.0.0 |
| 2438 | 2026-03-24T14:59:26.766Z | Checking difflib v0.4.0 |
| 2439 | 2026-03-24T14:59:26.786Z | Checking new_debug_unreachable v1.0.6 |
| 2440 | 2026-03-24T14:59:26.806Z | Checking static_assertions v1.1.0 |
| 2441 | 2026-03-24T14:59:26.826Z | Checking rustc-hash v2.1.1 |
| 2442 | 2026-03-24T14:59:26.872Z | Checking fixedbitset v0.5.7 |
| 2443 | 2026-03-24T14:59:26.893Z | Checking jiff v0.2.21 |
| 2444 | 2026-03-24T14:59:26.912Z | Checking whoami v2.1.0 |
| 2445 | 2026-03-24T14:59:26.934Z | Checking precomputed-hash v0.1.1 |
| 2446 | 2026-03-24T14:59:26.967Z | Checking keccak v0.1.6 |
| 2447 | 2026-03-24T14:59:26.990Z | Checking normalize-line-endings v0.3.0 |
| 2448 | 2026-03-24T14:59:27.034Z | Checking predicates-core v1.0.10 |
| 2449 | 2026-03-24T14:59:27.081Z | Checking rsa v0.9.10 |
| 2450 | 2026-03-24T14:59:27.099Z | Checking string_cache v0.8.9 |
| 2451 | 2026-03-24T14:59:27.127Z | Checking petgraph v0.8.3 |
| 2452 | 2026-03-24T14:59:27.162Z | Checking tokio-postgres v0.7.16 |
| 2453 | 2026-03-24T14:59:27.183Z | Checking sha3 v0.10.8 |
| 2454 | 2026-03-24T14:59:27.204Z | Checking predicates v3.1.4 |
| 2455 | 2026-03-24T14:59:27.309Z | Checking iddqd v0.3.17 |
| 2456 | 2026-03-24T14:59:27.456Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2457 | 2026-03-24T14:59:27.604Z | Checking env_logger v0.11.9 |
| 2458 | 2026-03-24T14:59:27.714Z | Checking ecdsa v0.16.9 |
| 2459 | 2026-03-24T14:59:27.810Z | Checking toml v0.7.8 |
| 2460 | 2026-03-24T14:59:27.850Z | Checking ed25519-dalek v2.2.0 |
| 2461 | 2026-03-24T14:59:28.152Z | Checking zip v0.6.6 |
| 2462 | 2026-03-24T14:59:28.172Z | Checking crossterm v0.28.1 |
| 2463 | 2026-03-24T14:59:28.246Z | Checking serde_with v3.17.0 |
| 2464 | 2026-03-24T14:59:28.463Z | Checking itertools v0.13.0 |
| 2465 | 2026-03-24T14:59:28.583Z | Checking hickory-proto v0.25.2 |
| 2466 | 2026-03-24T14:59:28.841Z | Checking x509-cert v0.2.5 |
| 2467 | 2026-03-24T14:59:29.151Z | Checking fs-err v3.3.0 |
| 2468 | 2026-03-24T14:59:29.312Z | Checking ahash v0.8.12 |
| 2469 | 2026-03-24T14:59:29.547Z | Checking object v0.37.3 |
| 2470 | 2026-03-24T14:59:29.569Z | Checking buf-list v1.1.2 |
| 2471 | 2026-03-24T14:59:29.724Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2472 | 2026-03-24T14:59:29.802Z | Checking lalrpop-util v0.19.12 |
| 2473 | 2026-03-24T14:59:29.886Z | Checking peg-runtime v0.8.5 |
| 2474 | 2026-03-24T14:59:30.012Z | Compiling structmeta-derive v0.3.0 |
| 2475 | 2026-03-24T14:59:30.033Z | Checking zip v4.6.1 |
| 2476 | 2026-03-24T14:59:30.068Z | Compiling rustls v0.22.4 |
| 2477 | 2026-03-24T14:59:30.088Z | Compiling newtype-uuid-macros v0.1.0 |
| 2478 | 2026-03-24T14:59:30.265Z | Compiling multer v3.1.0 |
| 2479 | 2026-03-24T14:59:30.317Z | Compiling async-stream-impl v0.3.6 |
| 2480 | 2026-03-24T14:59:30.519Z | Checking futures-executor v0.3.32 |
| 2481 | 2026-03-24T14:59:30.559Z | Checking regress v0.10.5 |
| 2482 | 2026-03-24T14:59:30.813Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2483 | 2026-03-24T14:59:31.095Z | Compiling dropshot v0.16.7 |
| 2484 | 2026-03-24T14:59:31.115Z | Checking futures v0.3.32 |
| 2485 | 2026-03-24T14:59:31.215Z | Compiling dropshot_endpoint v0.16.7 |
| 2486 | 2026-03-24T14:59:31.314Z | Checking thread_local v1.1.9 |
| 2487 | 2026-03-24T14:59:31.413Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2488 | 2026-03-24T14:59:31.490Z | Compiling structmeta v0.3.0 |
| 2489 | 2026-03-24T14:59:31.540Z | Checking crossbeam-channel v0.5.15 |
| 2490 | 2026-03-24T14:59:31.762Z | Compiling derive-ex v0.1.8 |
| 2491 | 2026-03-24T14:59:31.884Z | Checking is-terminal v0.4.17 |
| 2492 | 2026-03-24T14:59:31.993Z | Checking take_mut v0.2.2 |
| 2493 | 2026-03-24T14:59:32.013Z | Checking term v1.2.1 |
| 2494 | 2026-03-24T14:59:32.127Z | Checking slog-async v2.8.0 |
| 2495 | 2026-03-24T14:59:32.310Z | Checking slog-term v2.9.2 |
| 2496 | 2026-03-24T14:59:32.358Z | Compiling parse-display-derive v0.10.0 |
| 2497 | 2026-03-24T14:59:32.476Z | Checking rustls-webpki v0.102.8 |
| 2498 | 2026-03-24T14:59:32.550Z | Checking serde_spanned v1.0.4 |
| 2499 | 2026-03-24T14:59:32.655Z | Checking match_cfg v0.1.0 |
| 2500 | 2026-03-24T14:59:32.719Z | Checking debug-ignore v1.0.5 |
| 2501 | 2026-03-24T14:59:32.745Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2502 | 2026-03-24T14:59:32.852Z | Checking hostname v0.3.1 |
| 2503 | 2026-03-24T14:59:32.917Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2504 | 2026-03-24T14:59:32.978Z | Checking slog-json v2.6.1 |
| 2505 | 2026-03-24T14:59:32.999Z | Checking toml v0.9.12+spec-1.1.0 |
| 2506 | 2026-03-24T14:59:33.024Z | Checking macaddr v1.0.1 |
| 2507 | 2026-03-24T14:59:33.182Z | Checking slog-bunyan v2.5.0 |
| 2508 | 2026-03-24T14:59:33.262Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2509 | 2026-03-24T14:59:33.328Z | Checking async-stream v0.3.6 |
| 2510 | 2026-03-24T14:59:33.670Z | Checking waitgroup v0.1.2 |
| 2511 | 2026-03-24T14:59:33.769Z | Checking rustls-pemfile v2.2.0 |
| 2512 | 2026-03-24T14:59:33.790Z | Checking serde_path_to_error v0.1.20 |
| 2513 | 2026-03-24T14:59:33.811Z | Checking hostname v0.4.2 |
| 2514 | 2026-03-24T14:59:33.831Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2515 | 2026-03-24T14:59:33.934Z | Checking progenitor-client v0.13.0 |
| 2516 | 2026-03-24T14:59:33.955Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2517 | 2026-03-24T14:59:33.975Z | Checking progenitor-client v0.10.0 |
| 2518 | 2026-03-24T14:59:34.136Z | Compiling itertools v0.14.0 |
| 2519 | 2026-03-24T14:59:34.157Z | Compiling test-strategy v0.4.5 |
| 2520 | 2026-03-24T14:59:34.176Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2521 | 2026-03-24T14:59:34.236Z | Checking backon v1.6.0 |
| 2522 | 2026-03-24T14:59:34.270Z | Checking instant v0.1.13 |
| 2523 | 2026-03-24T14:59:34.380Z | Checking backoff v0.4.0 |
| 2524 | 2026-03-24T14:59:34.464Z | Checking progenitor-extras v0.1.1 |
| 2525 | 2026-03-24T14:59:34.609Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2526 | 2026-03-24T14:59:34.662Z | Checking parse-display v0.10.0 |
| 2527 | 2026-03-24T14:59:34.747Z | Checking heck v0.5.0 |
| 2528 | 2026-03-24T14:59:34.870Z | Compiling crucible-workspace-hack v0.1.0 |
| 2529 | 2026-03-24T14:59:34.976Z | Checking tokio-rustls v0.25.0 |
| 2530 | 2026-03-24T14:59:35.118Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2531 | 2026-03-24T14:59:35.223Z | Compiling heapless v0.8.0 |
| 2532 | 2026-03-24T14:59:35.246Z | Compiling convert_case v0.4.0 |
| 2533 | 2026-03-24T14:59:35.591Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2534 | 2026-03-24T14:59:35.744Z | Compiling derive_more v0.99.20 |
| 2535 | 2026-03-24T14:59:35.848Z | Compiling ingot-macros v0.1.1 |
| 2536 | 2026-03-24T14:59:35.897Z | Compiling proc-macro-crate v3.4.0 |
| 2537 | 2026-03-24T14:59:36.141Z | Checking hash32 v0.3.1 |
| 2538 | 2026-03-24T14:59:36.197Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2539 | 2026-03-24T14:59:36.301Z | Checking secrecy v0.10.3 |
| 2540 | 2026-03-24T14:59:36.504Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2541 | 2026-03-24T14:59:36.662Z | Compiling prettyplease v0.2.37 |
| 2542 | 2026-03-24T14:59:36.686Z | Compiling smoltcp v0.11.0 |
| 2543 | 2026-03-24T14:59:36.713Z | Compiling num_enum_derive v0.7.5 |
| 2544 | 2026-03-24T14:59:36.949Z | Compiling typify-impl v0.6.1 |
| 2545 | 2026-03-24T14:59:37.157Z | Checking tabwriter v1.4.1 |
| 2546 | 2026-03-24T14:59:37.302Z | Checking cobs v0.3.0 |
| 2547 | 2026-03-24T14:59:37.350Z | Compiling foreign-types-macros v0.2.3 |
| 2548 | 2026-03-24T14:59:37.586Z | Compiling unsafe-libyaml v0.2.11 |
| 2549 | 2026-03-24T14:59:37.789Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2550 | 2026-03-24T14:59:38.112Z | Checking cpufeatures v0.3.0 |
| 2551 | 2026-03-24T14:59:38.155Z | Checking foreign-types-shared v0.3.1 |
| 2552 | 2026-03-24T14:59:38.206Z | Checking chacha20 v0.10.0 |
| 2553 | 2026-03-24T14:59:38.267Z | Checking foreign-types v0.5.0 |
| 2554 | 2026-03-24T14:59:38.337Z | Compiling serde_yaml v0.9.34+deprecated |
| 2555 | 2026-03-24T14:59:38.368Z | Checking num_enum v0.7.5 |
| 2556 | 2026-03-24T14:59:38.612Z | Checking postcard v1.1.3 |
| 2557 | 2026-03-24T14:59:39.436Z | Compiling proc-macro-crate v1.3.1 |
| 2558 | 2026-03-24T14:59:39.543Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2559 | 2026-03-24T14:59:39.712Z | Checking ingot-types v0.1.2 |
| 2560 | 2026-03-24T14:59:39.984Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2561 | 2026-03-24T14:59:40.065Z | Checking cstr-argument v0.1.2 |
| 2562 | 2026-03-24T14:59:40.212Z | Checking ingot v0.1.1 |
| 2563 | 2026-03-24T14:59:40.232Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2564 | 2026-03-24T14:59:40.267Z | Checking colored v3.1.1 |
| 2565 | 2026-03-24T14:59:40.335Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2566 | 2026-03-24T14:59:40.397Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2567 | 2026-03-24T14:59:40.527Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2568 | 2026-03-24T14:59:40.547Z | Compiling num_enum_derive v0.5.11 |
| 2569 | 2026-03-24T14:59:40.617Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2570 | 2026-03-24T14:59:40.659Z | Checking rand v0.10.0 |
| 2571 | 2026-03-24T14:59:41.812Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2572 | 2026-03-24T14:59:42.295Z | Checking num_enum v0.5.11 |
| 2573 | 2026-03-24T14:59:42.572Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2574 | 2026-03-24T14:59:43.277Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2575 | 2026-03-24T14:59:43.456Z | Compiling typify-macro v0.6.1 |
| 2576 | 2026-03-24T14:59:43.496Z | Compiling typify-impl v0.4.3 |
| 2577 | 2026-03-24T14:59:43.563Z | Checking camino-tempfile v1.4.1 |
| 2578 | 2026-03-24T14:59:43.610Z | Checking num-rational v0.4.2 |
| 2579 | 2026-03-24T14:59:44.045Z | Checking half v2.7.1 |
| 2580 | 2026-03-24T14:59:44.147Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2581 | 2026-03-24T14:59:44.346Z | Checking universal-hash v0.5.1 |
| 2582 | 2026-03-24T14:59:44.394Z | Checking num-complex v0.4.6 |
| 2583 | 2026-03-24T14:59:44.507Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2584 | 2026-03-24T14:59:44.814Z | Checking ciborium-io v0.2.2 |
| 2585 | 2026-03-24T14:59:44.889Z | Checking opaque-debug v0.3.1 |
| 2586 | 2026-03-24T14:59:44.929Z | Checking ciborium-ll v0.2.2 |
| 2587 | 2026-03-24T14:59:44.932Z | Checking num v0.4.3 |
| 2588 | 2026-03-24T14:59:44.978Z | Checking poly1305 v0.8.0 |
| 2589 | 2026-03-24T14:59:45.128Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2590 | 2026-03-24T14:59:45.157Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2591 | 2026-03-24T14:59:45.187Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2592 | 2026-03-24T14:59:45.323Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2593 | 2026-03-24T14:59:45.407Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2594 | 2026-03-24T14:59:45.706Z | Checking toml v0.8.23 |
| 2595 | 2026-03-24T14:59:45.747Z | Checking thiserror-no-std v2.0.2 |
| 2596 | 2026-03-24T14:59:45.795Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2597 | 2026-03-24T14:59:45.816Z | Compiling typify v0.6.1 |
| 2598 | 2026-03-24T14:59:45.854Z | Checking byte-wrapper v0.1.0 |
| 2599 | 2026-03-24T14:59:45.951Z | Checking password-hash v0.5.0 |
| 2600 | 2026-03-24T14:59:46.120Z | Checking chacha20 v0.9.1 |
| 2601 | 2026-03-24T14:59:46.251Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2602 | 2026-03-24T14:59:46.365Z | Compiling usdt-macro v0.5.0 |
| 2603 | 2026-03-24T14:59:46.496Z | Compiling usdt-attr-macro v0.5.0 |
| 2604 | 2026-03-24T14:59:46.612Z | Checking smf v0.2.3 |
| 2605 | 2026-03-24T14:59:46.933Z | Checking blake2 v0.10.6 |
| 2606 | 2026-03-24T14:59:47.005Z | Checking aead v0.5.2 |
| 2607 | 2026-03-24T14:59:47.254Z | Checking memmap v0.7.0 |
| 2608 | 2026-03-24T14:59:47.281Z | Checking sigpipe v0.1.3 |
| 2609 | 2026-03-24T14:59:47.369Z | Compiling num-derive v0.4.2 |
| 2610 | 2026-03-24T14:59:47.388Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2611 | 2026-03-24T14:59:47.426Z | Checking glob v0.3.3 |
| 2612 | 2026-03-24T14:59:47.519Z | Checking float-ord v0.3.2 |
| 2613 | 2026-03-24T14:59:47.644Z | Checking usdt v0.5.0 |
| 2614 | 2026-03-24T14:59:47.664Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2615 | 2026-03-24T14:59:47.684Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2616 | 2026-03-24T14:59:47.875Z | Checking argon2 v0.5.3 |
| 2617 | 2026-03-24T14:59:47.896Z | Checking chacha20poly1305 v0.10.1 |
| 2618 | 2026-03-24T14:59:47.996Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2619 | 2026-03-24T14:59:48.056Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2620 | 2026-03-24T14:59:48.322Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2621 | 2026-03-24T14:59:48.343Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2622 | 2026-03-24T14:59:48.541Z | Compiling progenitor-impl v0.13.0 |
| 2623 | 2026-03-24T14:59:48.582Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2624 | 2026-03-24T14:59:48.877Z | Checking vsss-rs v3.3.4 |
| 2625 | 2026-03-24T14:59:49.338Z | Checking ciborium v0.2.2 |
| 2626 | 2026-03-24T14:59:49.533Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2627 | 2026-03-24T14:59:49.732Z | Checking indent_write v2.2.0 |
| 2628 | 2026-03-24T14:59:49.818Z | Compiling semver v0.1.20 |
| 2629 | 2026-03-24T14:59:49.902Z | Checking whoami v1.6.1 |
| 2630 | 2026-03-24T14:59:49.935Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2631 | 2026-03-24T14:59:49.956Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2632 | 2026-03-24T14:59:50.005Z | Compiling typify-macro v0.4.3 |
| 2633 | 2026-03-24T14:59:50.078Z | Compiling rustc_version v0.1.7 |
| 2634 | 2026-03-24T14:59:50.369Z | Compiling pin-project-internal v1.1.11 |
| 2635 | 2026-03-24T14:59:50.527Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2636 | 2026-03-24T14:59:51.092Z | Checking swrite v0.1.0 |
| 2637 | 2026-03-24T14:59:51.212Z | Compiling minimal-lexical v0.2.1 |
| 2638 | 2026-03-24T14:59:51.399Z | Checking linked-hash-map v0.5.6 |
| 2639 | 2026-03-24T14:59:51.578Z | Compiling nom v7.1.3 |
| 2640 | 2026-03-24T14:59:51.652Z | Checking lru-cache v0.1.2 |
| 2641 | 2026-03-24T14:59:51.811Z | Compiling newtype_derive v0.1.6 |
| 2642 | 2026-03-24T14:59:51.977Z | Checking pin-project v1.1.11 |
| 2643 | 2026-03-24T14:59:52.103Z | Checking newline-converter v0.3.0 |
| 2644 | 2026-03-24T14:59:52.244Z | Checking atomicwrites v0.4.4 |
| 2645 | 2026-03-24T14:59:52.269Z | Compiling progenitor-macro v0.13.0 |
| 2646 | 2026-03-24T14:59:52.333Z | Compiling typify v0.4.3 |
| 2647 | 2026-03-24T14:59:52.408Z | Checking phf_shared v0.12.1 |
| 2648 | 2026-03-24T14:59:52.469Z | Checking hickory-proto v0.24.4 |
| 2649 | 2026-03-24T14:59:52.632Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2650 | 2026-03-24T14:59:52.761Z | Checking console v0.15.11 |
| 2651 | 2026-03-24T14:59:53.298Z | Checking pem v3.0.6 |
| 2652 | 2026-03-24T14:59:53.454Z | Checking csv-core v0.1.13 |
| 2653 | 2026-03-24T14:59:53.502Z | Compiling snafu-derive v0.8.9 |
| 2654 | 2026-03-24T14:59:53.648Z | Compiling derive-where v1.6.0 |
| 2655 | 2026-03-24T14:59:53.690Z | Compiling async-recursion v1.1.1 |
| 2656 | 2026-03-24T14:59:54.578Z | Compiling slog-dtrace v0.3.0 |
| 2657 | 2026-03-24T14:59:54.822Z | Compiling cancel-safe-futures v0.1.5 |
| 2658 | 2026-03-24T14:59:54.903Z | Checking same-file v1.0.6 |
| 2659 | 2026-03-24T14:59:55.059Z | Checking unicode-width v0.1.14 |
| 2660 | 2026-03-24T14:59:55.092Z | Compiling owo-colors v4.3.0 |
| 2661 | 2026-03-24T14:59:55.391Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2662 | 2026-03-24T14:59:55.448Z | Compiling chrono-tz v0.10.4 |
| 2663 | 2026-03-24T14:59:55.493Z | Checking highway v1.3.0 |
| 2664 | 2026-03-24T14:59:55.515Z | Checking resolv-conf v0.7.6 |
| 2665 | 2026-03-24T14:59:55.670Z | Compiling const_format_proc_macros v0.2.34 |
| 2666 | 2026-03-24T14:59:55.753Z | Checking hickory-resolver v0.24.4 |
| 2667 | 2026-03-24T14:59:55.794Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2668 | 2026-03-24T14:59:56.189Z | Checking snafu v0.8.9 |
| 2669 | 2026-03-24T14:59:56.682Z | Checking walkdir v2.5.0 |
| 2670 | 2026-03-24T14:59:56.792Z | Checking csv v1.4.0 |
| 2671 | 2026-03-24T14:59:56.835Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2672 | 2026-03-24T14:59:56.853Z | Checking expectorate v1.2.0 |
| 2673 | 2026-03-24T14:59:56.949Z | Checking phf v0.12.1 |
| 2674 | 2026-03-24T14:59:57.022Z | Compiling progenitor-impl v0.10.0 |
| 2675 | 2026-03-24T14:59:57.228Z | Checking tokio-dtrace v0.1.1 |
| 2676 | 2026-03-24T14:59:57.311Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2677 | 2026-03-24T14:59:57.406Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2678 | 2026-03-24T14:59:57.452Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2679 | 2026-03-24T14:59:57.475Z | Checking globset v0.4.18 |
| 2680 | 2026-03-24T14:59:57.568Z | Checking olpc-cjson v0.1.4 |
| 2681 | 2026-03-24T14:59:57.748Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2682 | 2026-03-24T14:59:57.818Z | Checking libsw-core v0.3.2 |
| 2683 | 2026-03-24T14:59:58.005Z | Checking serde_plain v1.0.2 |
| 2684 | 2026-03-24T14:59:58.087Z | Checking arc-swap v1.8.2 |
| 2685 | 2026-03-24T14:59:58.127Z | Compiling lzma-sys v0.1.20 |
| 2686 | 2026-03-24T14:59:58.196Z | Checking bytecount v0.6.9 |
| 2687 | 2026-03-24T14:59:58.332Z | Checking utf-8 v0.7.6 |
| 2688 | 2026-03-24T14:59:58.381Z | Checking typed-path v0.9.3 |
| 2689 | 2026-03-24T14:59:58.652Z | Checking tungstenite v0.21.0 |
| 2690 | 2026-03-24T14:59:59.225Z | Checking slog-scope v4.4.1 |
| 2691 | 2026-03-24T14:59:59.359Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2692 | 2026-03-24T14:59:59.399Z | Checking papergrid v0.11.0 |
| 2693 | 2026-03-24T14:59:59.442Z | Checking progenitor v0.13.0 |
| 2694 | 2026-03-24T14:59:59.499Z | Checking tough v0.20.0 |
| 2695 | 2026-03-24T14:59:59.569Z | Checking libsw v3.5.0 |
| 2696 | 2026-03-24T14:59:59.612Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2697 | 2026-03-24T14:59:59.798Z | Checking oxide-tokio-rt v0.1.3 |
| 2698 | 2026-03-24T15:00:00.012Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2699 | 2026-03-24T15:00:00.342Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2700 | 2026-03-24T15:00:00.701Z | Compiling progenitor-macro v0.10.0 |
| 2701 | 2026-03-24T15:00:00.934Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2702 | 2026-03-24T15:00:01.262Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2703 | 2026-03-24T15:00:01.621Z | Checking const_format v0.2.35 |
| 2704 | 2026-03-24T15:00:01.918Z | Checking qorb v0.4.1 |
| 2705 | 2026-03-24T15:00:02.134Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2706 | 2026-03-24T15:00:02.248Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2707 | 2026-03-24T15:00:02.277Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2708 | 2026-03-24T15:00:02.299Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2709 | 2026-03-24T15:00:02.738Z | Compiling cargo_toml v0.22.3 |
| 2710 | 2026-03-24T15:00:02.910Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2711 | 2026-03-24T15:00:02.950Z | Checking gethostname v0.5.0 |
| 2712 | 2026-03-24T15:00:02.972Z | Compiling tabled_derive v0.7.0 |
| 2713 | 2026-03-24T15:00:03.071Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2714 | 2026-03-24T15:00:03.294Z | Checking bcs v0.1.6 |
| 2715 | 2026-03-24T15:00:03.376Z | Checking unicode-linebreak v0.1.5 |
| 2716 | 2026-03-24T15:00:03.533Z | Checking termtree v0.5.1 |
| 2717 | 2026-03-24T15:00:03.604Z | Checking smawk v0.3.2 |
| 2718 | 2026-03-24T15:00:03.653Z | Checking linear-map v1.2.0 |
| 2719 | 2026-03-24T15:00:03.707Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2720 | 2026-03-24T15:00:03.770Z | Checking textwrap v0.16.2 |
| 2721 | 2026-03-24T15:00:03.884Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2722 | 2026-03-24T15:00:04.057Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2723 | 2026-03-24T15:00:04.281Z | Checking tabled v0.15.0 |
| 2724 | 2026-03-24T15:00:04.574Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2725 | 2026-03-24T15:00:04.595Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2726 | 2026-03-24T15:00:05.404Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2727 | 2026-03-24T15:00:05.611Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2728 | 2026-03-24T15:00:05.875Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2729 | 2026-03-24T15:00:05.897Z | Checking steno v0.4.1 |
| 2730 | 2026-03-24T15:00:06.097Z | Checking slog-stdlog v4.1.1 |
| 2731 | 2026-03-24T15:00:06.254Z | Checking tokio-tungstenite v0.21.0 |
| 2732 | 2026-03-24T15:00:06.537Z | Checking typeid v1.0.3 |
| 2733 | 2026-03-24T15:00:06.668Z | Checking humantime v2.3.0 |
| 2734 | 2026-03-24T15:00:06.760Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2735 | 2026-03-24T15:00:06.781Z | Checking base64 v0.21.7 |
| 2736 | 2026-03-24T15:00:06.910Z | Checking xz2 v0.1.7 |
| 2737 | 2026-03-24T15:00:07.101Z | Checking ron v0.12.0 |
| 2738 | 2026-03-24T15:00:07.132Z | Checking slog-envlogger v2.2.0 |
| 2739 | 2026-03-24T15:00:07.250Z | Checking yasna v0.5.2 |
| 2740 | 2026-03-24T15:00:07.319Z | Checking headers-core v0.3.0 |
| 2741 | 2026-03-24T15:00:07.459Z | Checking filetime v0.2.27 |
| 2742 | 2026-03-24T15:00:07.637Z | Checking base16ct v1.0.0 |
| 2743 | 2026-03-24T15:00:07.775Z | Checking xattr v1.6.1 |
| 2744 | 2026-03-24T15:00:07.801Z | Checking rcgen v0.12.1 |
| 2745 | 2026-03-24T15:00:07.823Z | Checking headers v0.4.1 |
| 2746 | 2026-03-24T15:00:07.895Z | Checking progenitor v0.10.0 |
| 2747 | 2026-03-24T15:00:07.941Z | Checking tar v0.4.44 |
| 2748 | 2026-03-24T15:00:07.987Z | Checking subprocess v0.2.15 |
| 2749 | 2026-03-24T15:00:08.068Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2750 | 2026-03-24T15:00:15.468Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2751 | 2026-03-24T15:00:23.933Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2752 | 2026-03-24T15:00:25.761Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2753 | 2026-03-24T15:00:27.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
| 2754 | 2026-03-24T15:00:27.571Z | |
| 2755 | 2026-03-24T15:00:27.571Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267) |
| 2756 | 2026-03-24T15:00:28.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2757 | 2026-03-24T15:00:28.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2758 | 2026-03-24T15:00:28.632Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2759 | 2026-03-24T15:00:30.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s |
| 2760 | 2026-03-24T15:00:30.590Z | |
| 2761 | 2026-03-24T15:00:30.590Z | info: running `cargo check --bins` on nexus-config (51/267) |
| 2762 | 2026-03-24T15:00:31.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2763 | 2026-03-24T15:00:31.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2764 | 2026-03-24T15:00:31.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2765 | 2026-03-24T15:00:31.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2766 | 2026-03-24T15:00:31.464Z | |
| 2767 | 2026-03-24T15:00:31.464Z | info: running `cargo check --bins` on nexus-types (52/267) |
| 2768 | 2026-03-24T15:00:32.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2769 | 2026-03-24T15:00:32.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2770 | 2026-03-24T15:00:32.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2771 | 2026-03-24T15:00:32.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2772 | 2026-03-24T15:00:32.332Z | |
| 2773 | 2026-03-24T15:00:32.332Z | info: running `cargo check --bins` on clickhouse-admin-types (53/267) |
| 2774 | 2026-03-24T15:00:33.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2026-03-24T15:00:33.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2026-03-24T15:00:33.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2777 | 2026-03-24T15:00:33.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2778 | 2026-03-24T15:00:33.150Z | |
| 2779 | 2026-03-24T15:00:33.150Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (54/267) |
| 2780 | 2026-03-24T15:00:33.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-03-24T15:00:33.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-03-24T15:00:33.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2026-03-24T15:00:33.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2784 | 2026-03-24T15:00:33.970Z | |
| 2785 | 2026-03-24T15:00:33.970Z | info: running `cargo check --bins` on cockroach-admin-types (55/267) |
| 2786 | 2026-03-24T15:00:34.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-03-24T15:00:34.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-03-24T15:00:34.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2026-03-24T15:00:34.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2790 | 2026-03-24T15:00:34.774Z | |
| 2791 | 2026-03-24T15:00:34.774Z | info: running `cargo check --bins` on cockroach-admin-types-versions (56/267) |
| 2792 | 2026-03-24T15:00:35.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2026-03-24T15:00:35.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2026-03-24T15:00:35.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2026-03-24T15:00:35.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2796 | 2026-03-24T15:00:35.569Z | |
| 2797 | 2026-03-24T15:00:35.569Z | info: running `cargo check --bins` on ereport-types (57/267) |
| 2798 | 2026-03-24T15:00:36.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2026-03-24T15:00:36.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2026-03-24T15:00:36.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2026-03-24T15:00:36.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2802 | 2026-03-24T15:00:36.371Z | |
| 2803 | 2026-03-24T15:00:36.371Z | info: running `cargo check --bins` on gateway-client (58/267) |
| 2804 | 2026-03-24T15:00:39.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2026-03-24T15:00:39.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2026-03-24T15:00:39.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2026-03-24T15:00:39.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2808 | 2026-03-24T15:00:39.525Z | |
| 2809 | 2026-03-24T15:00:39.525Z | info: running `cargo check --bins --no-default-features` on gateway-types (59/267) |
| 2810 | 2026-03-24T15:00:39.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2026-03-24T15:00:39.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2026-03-24T15:00:39.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2026-03-24T15:00:39.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2814 | 2026-03-24T15:00:39.525Z | |
| 2815 | 2026-03-24T15:00:39.525Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267) |
| 2816 | 2026-03-24T15:00:39.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2026-03-24T15:00:39.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2026-03-24T15:00:39.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2819 | 2026-03-24T15:00:39.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2820 | 2026-03-24T15:00:39.525Z | |
| 2821 | 2026-03-24T15:00:39.525Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267) |
| 2822 | 2026-03-24T15:00:40.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-03-24T15:00:40.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-03-24T15:00:40.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2026-03-24T15:00:40.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2826 | 2026-03-24T15:00:40.808Z | |
| 2827 | 2026-03-24T15:00:40.809Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267) |
| 2828 | 2026-03-24T15:00:40.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-03-24T15:00:40.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-03-24T15:00:40.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2831 | 2026-03-24T15:00:40.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2832 | 2026-03-24T15:00:40.809Z | |
| 2833 | 2026-03-24T15:00:40.809Z | info: running `cargo check --bins --no-default-features` on illumos-utils (63/267) |
| 2834 | 2026-03-24T15:00:41.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-03-24T15:00:41.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-03-24T15:00:41.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2837 | 2026-03-24T15:00:41.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2838 | 2026-03-24T15:00:41.740Z | |
| 2839 | 2026-03-24T15:00:41.741Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267) |
| 2840 | 2026-03-24T15:00:42.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-03-24T15:00:42.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-03-24T15:00:42.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2843 | 2026-03-24T15:00:42.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2844 | 2026-03-24T15:00:42.700Z | |
| 2845 | 2026-03-24T15:00:42.700Z | info: running `cargo check --bins` on key-manager-types (65/267) |
| 2846 | 2026-03-24T15:00:43.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-03-24T15:00:43.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-03-24T15:00:43.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2849 | 2026-03-24T15:00:43.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2850 | 2026-03-24T15:00:43.071Z | |
| 2851 | 2026-03-24T15:00:43.071Z | info: running `cargo check --bins` on oxlog (66/267) |
| 2852 | 2026-03-24T15:00:43.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-03-24T15:00:43.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-03-24T15:00:43.742Z | Compiling newtype-uuid v1.3.2 |
| 2855 | 2026-03-24T15:00:43.997Z | Compiling daft v0.1.5 |
| 2856 | 2026-03-24T15:00:44.266Z | Compiling iddqd v0.3.17 |
| 2857 | 2026-03-24T15:00:45.531Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2858 | 2026-03-24T15:00:45.808Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2859 | 2026-03-24T15:00:46.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2860 | 2026-03-24T15:00:46.364Z | |
| 2861 | 2026-03-24T15:00:46.365Z | info: running `cargo check --bins` on internal-dns-types (67/267) |
| 2862 | 2026-03-24T15:00:47.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-03-24T15:00:47.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-03-24T15:00:47.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2865 | 2026-03-24T15:00:47.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2866 | 2026-03-24T15:00:47.173Z | |
| 2867 | 2026-03-24T15:00:47.173Z | info: running `cargo check --bins` on internal-dns-types-versions (68/267) |
| 2868 | 2026-03-24T15:00:47.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-03-24T15:00:47.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-03-24T15:00:47.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2871 | 2026-03-24T15:00:47.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2872 | 2026-03-24T15:00:47.988Z | |
| 2873 | 2026-03-24T15:00:47.988Z | info: running `cargo check --bins` on nexus-types-versions (69/267) |
| 2874 | 2026-03-24T15:00:48.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2875 | 2026-03-24T15:00:48.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2876 | 2026-03-24T15:00:48.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2877 | 2026-03-24T15:00:48.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2878 | 2026-03-24T15:00:48.843Z | |
| 2879 | 2026-03-24T15:00:48.843Z | info: running `cargo check --bins` on omicron-passwords (70/267) |
| 2880 | 2026-03-24T15:00:49.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2026-03-24T15:00:49.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2026-03-24T15:00:49.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2883 | 2026-03-24T15:00:49.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2884 | 2026-03-24T15:00:49.634Z | |
| 2885 | 2026-03-24T15:00:49.634Z | info: running `cargo check --bins` on oxql-types (71/267) |
| 2886 | 2026-03-24T15:00:50.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2026-03-24T15:00:50.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2026-03-24T15:00:50.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2889 | 2026-03-24T15:00:50.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2890 | 2026-03-24T15:00:50.446Z | |
| 2891 | 2026-03-24T15:00:50.446Z | info: running `cargo check --bins` on oximeter-types (72/267) |
| 2892 | 2026-03-24T15:00:51.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2026-03-24T15:00:51.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2026-03-24T15:00:51.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2026-03-24T15:00:51.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2896 | 2026-03-24T15:00:51.261Z | |
| 2897 | 2026-03-24T15:00:51.261Z | info: running `cargo check --bins` on oximeter-types-versions (73/267) |
| 2898 | 2026-03-24T15:00:51.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-03-24T15:00:51.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-03-24T15:00:51.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2026-03-24T15:00:51.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2902 | 2026-03-24T15:00:52.069Z | |
| 2903 | 2026-03-24T15:00:52.069Z | info: running `cargo check --bins` on oximeter-macro-impl (74/267) |
| 2904 | 2026-03-24T15:00:52.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-03-24T15:00:52.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-03-24T15:00:52.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2026-03-24T15:00:52.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2908 | 2026-03-24T15:00:52.925Z | |
| 2909 | 2026-03-24T15:00:52.925Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (75/267) |
| 2910 | 2026-03-24T15:00:53.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-03-24T15:00:53.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-03-24T15:00:53.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2913 | 2026-03-24T15:00:53.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2914 | 2026-03-24T15:00:53.721Z | |
| 2915 | 2026-03-24T15:00:53.722Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267) |
| 2916 | 2026-03-24T15:00:54.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2026-03-24T15:00:54.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2026-03-24T15:00:54.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2919 | 2026-03-24T15:00:54.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2920 | 2026-03-24T15:00:54.542Z | |
| 2921 | 2026-03-24T15:00:54.542Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267) |
| 2922 | 2026-03-24T15:00:55.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2026-03-24T15:00:55.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2026-03-24T15:00:55.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2026-03-24T15:00:55.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2926 | 2026-03-24T15:00:55.404Z | |
| 2927 | 2026-03-24T15:00:55.404Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267) |
| 2928 | 2026-03-24T15:00:56.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2026-03-24T15:00:56.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2026-03-24T15:00:56.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2026-03-24T15:00:56.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2932 | 2026-03-24T15:00:56.217Z | |
| 2933 | 2026-03-24T15:00:56.217Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267) |
| 2934 | 2026-03-24T15:00:56.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2026-03-24T15:00:56.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2026-03-24T15:00:56.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2937 | 2026-03-24T15:00:56.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2938 | 2026-03-24T15:00:57.020Z | |
| 2939 | 2026-03-24T15:00:57.020Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267) |
| 2940 | 2026-03-24T15:00:57.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2941 | 2026-03-24T15:00:57.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2942 | 2026-03-24T15:00:57.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2943 | 2026-03-24T15:00:57.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2944 | 2026-03-24T15:00:57.822Z | |
| 2945 | 2026-03-24T15:00:57.823Z | info: running `cargo check --bins --no-default-features` on gfss (81/267) |
| 2946 | 2026-03-24T15:00:58.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2947 | 2026-03-24T15:00:58.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2948 | 2026-03-24T15:00:58.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2949 | 2026-03-24T15:00:58.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2950 | 2026-03-24T15:00:58.615Z | |
| 2951 | 2026-03-24T15:00:58.615Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267) |
| 2952 | 2026-03-24T15:00:59.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2953 | 2026-03-24T15:00:59.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2954 | 2026-03-24T15:00:59.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2955 | 2026-03-24T15:00:59.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2956 | 2026-03-24T15:00:59.412Z | |
| 2957 | 2026-03-24T15:00:59.412Z | info: running `cargo check --bins --no-default-features` on oximeter-db (83/267) |
| 2958 | 2026-03-24T15:01:00.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2959 | 2026-03-24T15:01:00.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2960 | 2026-03-24T15:01:00.318Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2961 | 2026-03-24T15:01:00.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 2962 | 2026-03-24T15:01:01.235Z | |
| 2963 | 2026-03-24T15:01:01.235Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267) |
| 2964 | 2026-03-24T15:01:01.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2965 | 2026-03-24T15:01:01.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2966 | 2026-03-24T15:01:02.159Z | Compiling ar_archive_writer v0.5.1 |
| 2967 | 2026-03-24T15:01:02.291Z | Compiling stacker v0.1.23 |
| 2968 | 2026-03-24T15:01:02.294Z | Compiling cfg_aliases v0.1.1 |
| 2969 | 2026-03-24T15:01:02.314Z | Compiling convert_case v0.10.0 |
| 2970 | 2026-03-24T15:01:02.328Z | Checking fd-lock v4.0.4 |
| 2971 | 2026-03-24T15:01:02.332Z | Checking nibble_vec v0.1.0 |
| 2972 | 2026-03-24T15:01:02.332Z | Checking vte v0.14.1 |
| 2973 | 2026-03-24T15:01:02.332Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2974 | 2026-03-24T15:01:02.435Z | Compiling nix v0.28.0 |
| 2975 | 2026-03-24T15:01:02.509Z | Checking endian-type v0.1.2 |
| 2976 | 2026-03-24T15:01:02.551Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2977 | 2026-03-24T15:01:02.616Z | Checking strip-ansi-escapes v0.2.1 |
| 2978 | 2026-03-24T15:01:02.637Z | Compiling peg-macros v0.8.5 |
| 2979 | 2026-03-24T15:01:02.668Z | Checking radix_trie v0.2.1 |
| 2980 | 2026-03-24T15:01:02.710Z | Compiling derive_more-impl v2.1.1 |
| 2981 | 2026-03-24T15:01:02.737Z | Checking winnow v0.6.26 |
| 2982 | 2026-03-24T15:01:02.884Z | Compiling sqlparser_derive v0.5.0 |
| 2983 | 2026-03-24T15:01:02.945Z | Checking unicode_categories v0.1.1 |
| 2984 | 2026-03-24T15:01:03.150Z | Checking nu-ansi-term v0.50.3 |
| 2985 | 2026-03-24T15:01:03.176Z | Checking home v0.5.12 |
| 2986 | 2026-03-24T15:01:03.335Z | Checking display-error-chain v0.2.2 |
| 2987 | 2026-03-24T15:01:03.425Z | Checking reedline v0.40.0 |
| 2988 | 2026-03-24T15:01:03.468Z | Compiling psm v0.1.30 |
| 2989 | 2026-03-24T15:01:03.805Z | Checking derive_more v2.1.1 |
| 2990 | 2026-03-24T15:01:03.898Z | Checking crossterm v0.29.0 |
| 2991 | 2026-03-24T15:01:04.172Z | Checking peg v0.8.5 |
| 2992 | 2026-03-24T15:01:04.249Z | Checking rustyline v14.0.0 |
| 2993 | 2026-03-24T15:01:04.289Z | Checking sqlformat v0.3.5 |
| 2994 | 2026-03-24T15:01:04.412Z | Checking recursive v0.1.1 |
| 2995 | 2026-03-24T15:01:04.519Z | Checking sqlparser v0.61.0 |
| 2996 | 2026-03-24T15:01:20.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.07s |
| 2997 | 2026-03-24T15:01:20.539Z | |
| 2998 | 2026-03-24T15:01:20.539Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267) |
| 2999 | 2026-03-24T15:01:21.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3000 | 2026-03-24T15:01:21.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3001 | 2026-03-24T15:01:21.461Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3002 | 2026-03-24T15:01:26.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
| 3003 | 2026-03-24T15:01:26.366Z | |
| 3004 | 2026-03-24T15:01:26.366Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267) |
| 3005 | 2026-03-24T15:01:27.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3006 | 2026-03-24T15:01:27.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3007 | 2026-03-24T15:01:27.289Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3008 | 2026-03-24T15:01:30.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
| 3009 | 2026-03-24T15:01:30.805Z | |
| 3010 | 2026-03-24T15:01:30.805Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267) |
| 3011 | 2026-03-24T15:01:31.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2026-03-24T15:01:31.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2026-03-24T15:01:31.721Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3014 | 2026-03-24T15:01:36.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s |
| 3015 | 2026-03-24T15:01:36.322Z | |
| 3016 | 2026-03-24T15:01:36.322Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267) |
| 3017 | 2026-03-24T15:01:37.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3018 | 2026-03-24T15:01:37.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3019 | 2026-03-24T15:01:37.255Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3020 | 2026-03-24T15:01:41.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
| 3021 | 2026-03-24T15:01:41.897Z | |
| 3022 | 2026-03-24T15:01:41.897Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267) |
| 3023 | 2026-03-24T15:01:42.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2026-03-24T15:01:42.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2026-03-24T15:01:42.825Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3026 | 2026-03-24T15:01:46.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 3027 | 2026-03-24T15:01:46.537Z | |
| 3028 | 2026-03-24T15:01:46.537Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267) |
| 3029 | 2026-03-24T15:01:47.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2026-03-24T15:01:47.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2026-03-24T15:01:47.456Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3032 | 2026-03-24T15:01:50.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
| 3033 | 2026-03-24T15:01:51.212Z | |
| 3034 | 2026-03-24T15:01:51.212Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267) |
| 3035 | 2026-03-24T15:01:51.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-03-24T15:01:51.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-03-24T15:01:52.149Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3038 | 2026-03-24T15:01:56.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
| 3039 | 2026-03-24T15:01:56.992Z | |
| 3040 | 2026-03-24T15:01:56.992Z | info: running `cargo check --bins` on oximeter (92/267) |
| 3041 | 2026-03-24T15:01:57.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-03-24T15:01:57.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-03-24T15:01:57.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-03-24T15:01:57.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3045 | 2026-03-24T15:01:57.807Z | |
| 3046 | 2026-03-24T15:01:57.807Z | info: running `cargo check --bins` on oximeter-schema (93/267) |
| 3047 | 2026-03-24T15:01:58.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-03-24T15:01:58.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-03-24T15:01:58.688Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3050 | 2026-03-24T15:01:58.886Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3051 | 2026-03-24T15:01:58.905Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3052 | 2026-03-24T15:01:59.329Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3053 | 2026-03-24T15:02:04.174Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3054 | 2026-03-24T15:02:04.602Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3055 | 2026-03-24T15:02:06.126Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3056 | 2026-03-24T15:02:07.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s |
| 3057 | 2026-03-24T15:02:07.238Z | |
| 3058 | 2026-03-24T15:02:07.238Z | info: running `cargo check --bins` on oximeter-timeseries-macro (94/267) |
| 3059 | 2026-03-24T15:02:07.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-03-24T15:02:07.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-03-24T15:02:07.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-03-24T15:02:07.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3063 | 2026-03-24T15:02:08.051Z | |
| 3064 | 2026-03-24T15:02:08.051Z | info: running `cargo check --bins` on oximeter-test-utils (95/267) |
| 3065 | 2026-03-24T15:02:08.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-03-24T15:02:08.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-03-24T15:02:08.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-03-24T15:02:08.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3069 | 2026-03-24T15:02:08.932Z | |
| 3070 | 2026-03-24T15:02:08.932Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267) |
| 3071 | 2026-03-24T15:02:09.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-03-24T15:02:09.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-03-24T15:02:09.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-03-24T15:02:09.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3075 | 2026-03-24T15:02:09.771Z | |
| 3076 | 2026-03-24T15:02:09.771Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267) |
| 3077 | 2026-03-24T15:02:10.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-03-24T15:02:10.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-03-24T15:02:10.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-03-24T15:02:10.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3081 | 2026-03-24T15:02:10.614Z | |
| 3082 | 2026-03-24T15:02:10.614Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267) |
| 3083 | 2026-03-24T15:02:11.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-03-24T15:02:11.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-03-24T15:02:11.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-03-24T15:02:11.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3087 | 2026-03-24T15:02:11.455Z | |
| 3088 | 2026-03-24T15:02:11.455Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267) |
| 3089 | 2026-03-24T15:02:12.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-03-24T15:02:12.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-03-24T15:02:12.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-03-24T15:02:12.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3093 | 2026-03-24T15:02:12.290Z | |
| 3094 | 2026-03-24T15:02:12.290Z | info: running `cargo check --bins` on trust-quorum-types (100/267) |
| 3095 | 2026-03-24T15:02:12.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-03-24T15:02:12.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-03-24T15:02:12.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-03-24T15:02:12.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3099 | 2026-03-24T15:02:13.085Z | |
| 3100 | 2026-03-24T15:02:13.086Z | info: running `cargo check --bins` on trust-quorum-test-utils (101/267) |
| 3101 | 2026-03-24T15:02:13.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-03-24T15:02:13.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-03-24T15:02:13.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-03-24T15:02:13.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3105 | 2026-03-24T15:02:13.924Z | |
| 3106 | 2026-03-24T15:02:13.924Z | info: running `cargo check --bins` on update-engine (102/267) |
| 3107 | 2026-03-24T15:02:14.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-03-24T15:02:14.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-03-24T15:02:14.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3110 | 2026-03-24T15:02:14.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3111 | 2026-03-24T15:02:14.735Z | |
| 3112 | 2026-03-24T15:02:14.735Z | info: running `cargo check --bins` on omicron-clickhouse-admin (103/267) |
| 3113 | 2026-03-24T15:02:15.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2026-03-24T15:02:15.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2026-03-24T15:02:15.680Z | Checking dropshot-api-manager-types v0.6.0 |
| 3116 | 2026-03-24T15:02:15.683Z | Checking nanorand v0.7.0 |
| 3117 | 2026-03-24T15:02:15.990Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3118 | 2026-03-24T15:02:16.014Z | Checking flume v0.11.1 |
| 3119 | 2026-03-24T15:02:16.288Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3120 | 2026-03-24T15:02:17.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s |
| 3121 | 2026-03-24T15:02:17.794Z | |
| 3122 | 2026-03-24T15:02:17.794Z | info: running `cargo check --bins` on clickhouse-admin-api (104/267) |
| 3123 | 2026-03-24T15:02:18.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2026-03-24T15:02:18.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2026-03-24T15:02:18.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2026-03-24T15:02:18.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3127 | 2026-03-24T15:02:18.617Z | |
| 3128 | 2026-03-24T15:02:18.617Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (105/267) |
| 3129 | 2026-03-24T15:02:19.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2026-03-24T15:02:19.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2026-03-24T15:02:19.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3132 | 2026-03-24T15:02:19.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3133 | 2026-03-24T15:02:19.434Z | |
| 3134 | 2026-03-24T15:02:19.434Z | info: running `cargo check --bins` on bootstrap-agent-client (106/267) |
| 3135 | 2026-03-24T15:02:20.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2026-03-24T15:02:20.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2026-03-24T15:02:20.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3138 | 2026-03-24T15:02:20.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3139 | 2026-03-24T15:02:20.274Z | |
| 3140 | 2026-03-24T15:02:20.275Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267) |
| 3141 | 2026-03-24T15:02:20.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3142 | 2026-03-24T15:02:20.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3143 | 2026-03-24T15:02:20.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3144 | 2026-03-24T15:02:21.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3145 | 2026-03-24T15:02:21.111Z | |
| 3146 | 2026-03-24T15:02:21.111Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267) |
| 3147 | 2026-03-24T15:02:21.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3148 | 2026-03-24T15:02:21.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3149 | 2026-03-24T15:02:21.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3150 | 2026-03-24T15:02:21.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3151 | 2026-03-24T15:02:21.931Z | |
| 3152 | 2026-03-24T15:02:21.931Z | info: running `cargo check --bins` on clickhouse-admin-server-client (109/267) |
| 3153 | 2026-03-24T15:02:22.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3154 | 2026-03-24T15:02:22.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3155 | 2026-03-24T15:02:22.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3156 | 2026-03-24T15:02:22.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3157 | 2026-03-24T15:02:22.754Z | |
| 3158 | 2026-03-24T15:02:22.754Z | info: running `cargo check --bins` on clickhouse-admin-single-client (110/267) |
| 3159 | 2026-03-24T15:02:23.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2026-03-24T15:02:23.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2026-03-24T15:02:23.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2026-03-24T15:02:23.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3163 | 2026-03-24T15:02:23.577Z | |
| 3164 | 2026-03-24T15:02:23.577Z | info: running `cargo check --bins` on cockroach-admin-client (111/267) |
| 3165 | 2026-03-24T15:02:24.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2026-03-24T15:02:24.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2026-03-24T15:02:24.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2026-03-24T15:02:24.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3169 | 2026-03-24T15:02:24.381Z | |
| 3170 | 2026-03-24T15:02:24.381Z | info: running `cargo check --bins` on omicron-ddm-admin-client (112/267) |
| 3171 | 2026-03-24T15:02:25.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2026-03-24T15:02:25.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2026-03-24T15:02:25.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2026-03-24T15:02:25.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3175 | 2026-03-24T15:02:25.204Z | |
| 3176 | 2026-03-24T15:02:25.204Z | info: running `cargo check --bins` on dns-service-client (113/267) |
| 3177 | 2026-03-24T15:02:25.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2026-03-24T15:02:25.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2026-03-24T15:02:25.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3180 | 2026-03-24T15:02:25.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3181 | 2026-03-24T15:02:26.019Z | |
| 3182 | 2026-03-24T15:02:26.019Z | info: running `cargo check --bins` on installinator-client (114/267) |
| 3183 | 2026-03-24T15:02:26.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3184 | 2026-03-24T15:02:26.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3185 | 2026-03-24T15:02:26.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3186 | 2026-03-24T15:02:26.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3187 | 2026-03-24T15:02:26.845Z | |
| 3188 | 2026-03-24T15:02:26.845Z | info: running `cargo check --bins` on nexus-client (115/267) |
| 3189 | 2026-03-24T15:02:27.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3190 | 2026-03-24T15:02:27.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3191 | 2026-03-24T15:02:27.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3192 | 2026-03-24T15:02:27.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3193 | 2026-03-24T15:02:27.708Z | |
| 3194 | 2026-03-24T15:02:27.708Z | info: running `cargo check --bins` on nexus-lockstep-client (116/267) |
| 3195 | 2026-03-24T15:02:28.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3196 | 2026-03-24T15:02:28.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3197 | 2026-03-24T15:02:28.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3198 | 2026-03-24T15:02:28.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3199 | 2026-03-24T15:02:28.582Z | |
| 3200 | 2026-03-24T15:02:28.582Z | info: running `cargo check --bins` on ntp-admin-client (117/267) |
| 3201 | 2026-03-24T15:02:29.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2026-03-24T15:02:29.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2026-03-24T15:02:29.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2026-03-24T15:02:29.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3205 | 2026-03-24T15:02:29.383Z | |
| 3206 | 2026-03-24T15:02:29.383Z | info: running `cargo check --bins` on oxide-client (118/267) |
| 3207 | 2026-03-24T15:02:30.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2026-03-24T15:02:30.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2026-03-24T15:02:30.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2026-03-24T15:02:30.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3211 | 2026-03-24T15:02:30.190Z | |
| 3212 | 2026-03-24T15:02:30.190Z | info: running `cargo check --bins` on oximeter-client (119/267) |
| 3213 | 2026-03-24T15:02:30.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2026-03-24T15:02:30.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2026-03-24T15:02:30.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2026-03-24T15:02:30.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3217 | 2026-03-24T15:02:31.010Z | |
| 3218 | 2026-03-24T15:02:31.010Z | info: running `cargo check --bins` on repo-depot-client (120/267) |
| 3219 | 2026-03-24T15:02:31.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2026-03-24T15:02:31.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2026-03-24T15:02:31.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3222 | 2026-03-24T15:02:31.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3223 | 2026-03-24T15:02:31.813Z | |
| 3224 | 2026-03-24T15:02:31.813Z | info: running `cargo check --bins` on sled-agent-client (121/267) |
| 3225 | 2026-03-24T15:02:32.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2026-03-24T15:02:32.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2026-03-24T15:02:32.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3228 | 2026-03-24T15:02:32.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3229 | 2026-03-24T15:02:32.653Z | |
| 3230 | 2026-03-24T15:02:32.653Z | info: running `cargo check --bins` on wicketd-client (122/267) |
| 3231 | 2026-03-24T15:02:33.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3232 | 2026-03-24T15:02:33.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3233 | 2026-03-24T15:02:33.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3234 | 2026-03-24T15:02:33.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3235 | 2026-03-24T15:02:33.507Z | |
| 3236 | 2026-03-24T15:02:33.507Z | info: running `cargo check --bins` on installinator-common (123/267) |
| 3237 | 2026-03-24T15:02:34.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3238 | 2026-03-24T15:02:34.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3239 | 2026-03-24T15:02:34.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3240 | 2026-03-24T15:02:34.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3241 | 2026-03-24T15:02:34.344Z | |
| 3242 | 2026-03-24T15:02:34.344Z | info: running `cargo check --bins` on installinator-common-versions (124/267) |
| 3243 | 2026-03-24T15:02:35.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3244 | 2026-03-24T15:02:35.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3245 | 2026-03-24T15:02:35.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3246 | 2026-03-24T15:02:35.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3247 | 2026-03-24T15:02:35.145Z | |
| 3248 | 2026-03-24T15:02:35.145Z | info: running `cargo check --bins` on wicket-common (125/267) |
| 3249 | 2026-03-24T15:02:35.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3250 | 2026-03-24T15:02:35.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3251 | 2026-03-24T15:02:35.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3252 | 2026-03-24T15:02:35.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3253 | 2026-03-24T15:02:35.997Z | |
| 3254 | 2026-03-24T15:02:35.997Z | info: running `cargo check --bins` on omicron-cockroach-admin (126/267) |
| 3255 | 2026-03-24T15:02:36.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3256 | 2026-03-24T15:02:36.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3257 | 2026-03-24T15:02:36.928Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3258 | 2026-03-24T15:02:36.931Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3259 | 2026-03-24T15:02:36.931Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3260 | 2026-03-24T15:02:37.083Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3261 | 2026-03-24T15:02:37.083Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3262 | 2026-03-24T15:02:37.238Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3263 | 2026-03-24T15:02:37.261Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3264 | 2026-03-24T15:02:37.561Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3265 | 2026-03-24T15:02:37.564Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3266 | 2026-03-24T15:02:40.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
| 3267 | 2026-03-24T15:02:40.642Z | |
| 3268 | 2026-03-24T15:02:40.643Z | info: running `cargo check --bins` on cockroach-admin-api (127/267) |
| 3269 | 2026-03-24T15:02:41.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3270 | 2026-03-24T15:02:41.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3271 | 2026-03-24T15:02:41.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3272 | 2026-03-24T15:02:41.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3273 | 2026-03-24T15:02:41.459Z | |
| 3274 | 2026-03-24T15:02:41.459Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267) |
| 3275 | 2026-03-24T15:02:42.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3276 | 2026-03-24T15:02:42.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3277 | 2026-03-24T15:02:42.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3278 | 2026-03-24T15:02:42.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3279 | 2026-03-24T15:02:42.395Z | |
| 3280 | 2026-03-24T15:02:42.395Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267) |
| 3281 | 2026-03-24T15:02:43.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3282 | 2026-03-24T15:02:43.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3283 | 2026-03-24T15:02:43.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3284 | 2026-03-24T15:02:43.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3285 | 2026-03-24T15:02:43.337Z | |
| 3286 | 2026-03-24T15:02:43.337Z | info: running `cargo check --bins` on dns-server (130/267) |
| 3287 | 2026-03-24T15:02:44.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3288 | 2026-03-24T15:02:44.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3289 | 2026-03-24T15:02:44.250Z | Compiling parking_lot_core v0.8.6 |
| 3290 | 2026-03-24T15:02:44.250Z | Compiling git-stub v1.0.0 |
| 3291 | 2026-03-24T15:02:44.253Z | Compiling atomicwrites v0.4.4 |
| 3292 | 2026-03-24T15:02:44.253Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3293 | 2026-03-24T15:02:44.422Z | Checking tagptr v0.2.0 |
| 3294 | 2026-03-24T15:02:44.436Z | Checking prefix-trie v0.7.0 |
| 3295 | 2026-03-24T15:02:44.439Z | Checking fxhash v0.2.1 |
| 3296 | 2026-03-24T15:02:44.468Z | Checking hickory-client v0.25.2 |
| 3297 | 2026-03-24T15:02:44.581Z | Compiling git-stub-vcs v0.1.0 |
| 3298 | 2026-03-24T15:02:44.596Z | Checking moka v0.12.13 |
| 3299 | 2026-03-24T15:02:44.863Z | Checking hickory-server v0.25.2 |
| 3300 | 2026-03-24T15:02:44.954Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3301 | 2026-03-24T15:02:44.971Z | Checking parking_lot v0.11.2 |
| 3302 | 2026-03-24T15:02:45.035Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3303 | 2026-03-24T15:02:45.043Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3304 | 2026-03-24T15:02:45.043Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3305 | 2026-03-24T15:02:45.201Z | Checking sled v0.34.7 |
| 3306 | 2026-03-24T15:02:45.443Z | Checking hickory-resolver v0.25.2 |
| 3307 | 2026-03-24T15:02:47.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
| 3308 | 2026-03-24T15:02:48.205Z | |
| 3309 | 2026-03-24T15:02:48.205Z | info: running `cargo check --bins` on dns-server-api (131/267) |
| 3310 | 2026-03-24T15:02:48.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2026-03-24T15:02:48.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2026-03-24T15:02:48.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3313 | 2026-03-24T15:02:48.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3314 | 2026-03-24T15:02:49.016Z | |
| 3315 | 2026-03-24T15:02:49.016Z | info: running `cargo check --bins` on gateway-test-utils (132/267) |
| 3316 | 2026-03-24T15:02:49.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2026-03-24T15:02:49.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2026-03-24T15:02:49.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3319 | 2026-03-24T15:02:49.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3320 | 2026-03-24T15:02:49.952Z | |
| 3321 | 2026-03-24T15:02:49.952Z | info: running `cargo check --bins` on omicron-gateway (133/267) |
| 3322 | 2026-03-24T15:02:50.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2026-03-24T15:02:50.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2026-03-24T15:02:50.953Z | Compiling radium v0.7.0 |
| 3325 | 2026-03-24T15:02:51.096Z | Checking tap v1.0.1 |
| 3326 | 2026-03-24T15:02:51.103Z | Compiling maybe-uninit v2.0.0 |
| 3327 | 2026-03-24T15:02:51.128Z | Compiling zerocopy-derive v0.6.6 |
| 3328 | 2026-03-24T15:02:51.146Z | Checking funty v2.0.0 |
| 3329 | 2026-03-24T15:02:51.161Z | Compiling packed_struct v0.10.1 |
| 3330 | 2026-03-24T15:02:51.176Z | Checking crc-catalog v2.4.0 |
| 3331 | 2026-03-24T15:02:51.195Z | Compiling packed_struct_codegen v0.10.1 |
| 3332 | 2026-03-24T15:02:51.222Z | Checking wyz v0.5.1 |
| 3333 | 2026-03-24T15:02:51.303Z | Checking crc v3.4.0 |
| 3334 | 2026-03-24T15:02:51.470Z | Compiling bitfield-macros v0.19.4 |
| 3335 | 2026-03-24T15:02:51.544Z | Compiling indexmap v1.9.3 |
| 3336 | 2026-03-24T15:02:51.551Z | Checking nodrop v0.1.14 |
| 3337 | 2026-03-24T15:02:51.597Z | Checking smallvec v0.6.14 |
| 3338 | 2026-03-24T15:02:51.653Z | Checking hashbrown v0.12.3 |
| 3339 | 2026-03-24T15:02:51.671Z | Checking array-init v0.0.4 |
| 3340 | 2026-03-24T15:02:51.685Z | Checking bitvec v1.0.1 |
| 3341 | 2026-03-24T15:02:51.792Z | Checking ron v0.8.1 |
| 3342 | 2026-03-24T15:02:51.861Z | Checking hashbrown v0.13.2 |
| 3343 | 2026-03-24T15:02:52.237Z | Checking serde-hex v0.1.0 |
| 3344 | 2026-03-24T15:02:52.297Z | Checking zerocopy v0.6.6 |
| 3345 | 2026-03-24T15:02:52.428Z | Checking bitfield v0.19.4 |
| 3346 | 2026-03-24T15:02:52.437Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3347 | 2026-03-24T15:02:52.530Z | Checking crc-any v2.5.0 |
| 3348 | 2026-03-24T15:02:52.636Z | Checking object v0.30.4 |
| 3349 | 2026-03-24T15:02:52.692Z | Checking half v1.8.3 |
| 3350 | 2026-03-24T15:02:52.753Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3351 | 2026-03-24T15:02:52.753Z | Checking path-slash v0.1.5 |
| 3352 | 2026-03-24T15:02:52.773Z | Checking void v1.0.2 |
| 3353 | 2026-03-24T15:02:52.808Z | Checking tungstenite v0.23.0 |
| 3354 | 2026-03-24T15:02:52.961Z | Checking lzss v0.8.2 |
| 3355 | 2026-03-24T15:02:53.020Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3356 | 2026-03-24T15:02:53.020Z | Checking serde_cbor v0.11.2 |
| 3357 | 2026-03-24T15:02:53.041Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3358 | 2026-03-24T15:02:53.114Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3359 | 2026-03-24T15:02:53.129Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3360 | 2026-03-24T15:02:53.210Z | Checking nix v0.27.1 |
| 3361 | 2026-03-24T15:02:53.432Z | Checking kstat-rs v0.2.4 |
| 3362 | 2026-03-24T15:02:53.456Z | Checking serde_bytes v0.11.19 |
| 3363 | 2026-03-24T15:02:53.591Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3364 | 2026-03-24T15:02:53.627Z | Checking tokio-tungstenite v0.23.1 |
| 3365 | 2026-03-24T15:02:53.680Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3366 | 2026-03-24T15:02:53.911Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3367 | 2026-03-24T15:02:53.968Z | Checking signal-hook-tokio v0.3.1 |
| 3368 | 2026-03-24T15:02:55.013Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3369 | 2026-03-24T15:02:55.254Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3370 | 2026-03-24T15:02:58.574Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3371 | 2026-03-24T15:02:59.787Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3372 | 2026-03-24T15:03:00.156Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3373 | 2026-03-24T15:03:01.630Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3374 | 2026-03-24T15:03:04.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.48s |
| 3375 | 2026-03-24T15:03:04.635Z | |
| 3376 | 2026-03-24T15:03:04.635Z | info: running `cargo check --bins` on gateway-api (134/267) |
| 3377 | 2026-03-24T15:03:05.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-03-24T15:03:05.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-03-24T15:03:05.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-03-24T15:03:05.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3381 | 2026-03-24T15:03:05.452Z | |
| 3382 | 2026-03-24T15:03:05.452Z | info: running `cargo check --bins` on ipcc (135/267) |
| 3383 | 2026-03-24T15:03:06.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-03-24T15:03:06.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-03-24T15:03:06.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-03-24T15:03:06.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3387 | 2026-03-24T15:03:06.274Z | |
| 3388 | 2026-03-24T15:03:06.274Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267) |
| 3389 | 2026-03-24T15:03:06.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-03-24T15:03:06.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-03-24T15:03:06.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-03-24T15:03:06.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3393 | 2026-03-24T15:03:07.071Z | |
| 3394 | 2026-03-24T15:03:07.071Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267) |
| 3395 | 2026-03-24T15:03:07.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-03-24T15:03:07.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-03-24T15:03:07.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-03-24T15:03:07.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3399 | 2026-03-24T15:03:07.893Z | |
| 3400 | 2026-03-24T15:03:07.893Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267) |
| 3401 | 2026-03-24T15:03:08.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-03-24T15:03:08.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-03-24T15:03:08.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-03-24T15:03:08.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3405 | 2026-03-24T15:03:08.715Z | |
| 3406 | 2026-03-24T15:03:08.715Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267) |
| 3407 | 2026-03-24T15:03:09.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-03-24T15:03:09.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-03-24T15:03:09.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-03-24T15:03:09.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3411 | 2026-03-24T15:03:09.535Z | |
| 3412 | 2026-03-24T15:03:09.535Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267) |
| 3413 | 2026-03-24T15:03:10.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-03-24T15:03:10.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-03-24T15:03:10.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-03-24T15:03:10.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3417 | 2026-03-24T15:03:10.354Z | |
| 3418 | 2026-03-24T15:03:10.355Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267) |
| 3419 | 2026-03-24T15:03:11.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-03-24T15:03:11.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-03-24T15:03:11.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-03-24T15:03:11.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3423 | 2026-03-24T15:03:11.174Z | |
| 3424 | 2026-03-24T15:03:11.174Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267) |
| 3425 | 2026-03-24T15:03:11.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-03-24T15:03:11.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-03-24T15:03:11.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-03-24T15:03:11.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3429 | 2026-03-24T15:03:11.990Z | |
| 3430 | 2026-03-24T15:03:11.990Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267) |
| 3431 | 2026-03-24T15:03:12.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-03-24T15:03:12.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-03-24T15:03:12.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-03-24T15:03:12.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3435 | 2026-03-24T15:03:12.810Z | |
| 3436 | 2026-03-24T15:03:12.811Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267) |
| 3437 | 2026-03-24T15:03:13.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-03-24T15:03:13.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-03-24T15:03:13.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-03-24T15:03:13.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3441 | 2026-03-24T15:03:13.629Z | |
| 3442 | 2026-03-24T15:03:13.629Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267) |
| 3443 | 2026-03-24T15:03:14.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-03-24T15:03:14.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-03-24T15:03:14.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-03-24T15:03:14.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3447 | 2026-03-24T15:03:14.448Z | |
| 3448 | 2026-03-24T15:03:14.448Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267) |
| 3449 | 2026-03-24T15:03:15.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-03-24T15:03:15.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-03-24T15:03:15.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-03-24T15:03:15.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3453 | 2026-03-24T15:03:15.265Z | |
| 3454 | 2026-03-24T15:03:15.265Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267) |
| 3455 | 2026-03-24T15:03:15.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-03-24T15:03:15.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-03-24T15:03:15.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-03-24T15:03:15.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3459 | 2026-03-24T15:03:16.083Z | |
| 3460 | 2026-03-24T15:03:16.083Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267) |
| 3461 | 2026-03-24T15:03:16.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-03-24T15:03:16.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-03-24T15:03:16.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-03-24T15:03:16.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3465 | 2026-03-24T15:03:16.900Z | |
| 3466 | 2026-03-24T15:03:16.900Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267) |
| 3467 | 2026-03-24T15:03:17.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-03-24T15:03:17.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-03-24T15:03:17.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-03-24T15:03:17.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3471 | 2026-03-24T15:03:17.714Z | |
| 3472 | 2026-03-24T15:03:17.714Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267) |
| 3473 | 2026-03-24T15:03:18.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-03-24T15:03:18.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-03-24T15:03:18.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-03-24T15:03:18.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3477 | 2026-03-24T15:03:18.531Z | |
| 3478 | 2026-03-24T15:03:18.531Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267) |
| 3479 | 2026-03-24T15:03:19.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-03-24T15:03:19.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-03-24T15:03:19.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-03-24T15:03:19.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3483 | 2026-03-24T15:03:19.347Z | |
| 3484 | 2026-03-24T15:03:19.347Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267) |
| 3485 | 2026-03-24T15:03:20.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-03-24T15:03:20.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-03-24T15:03:20.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-03-24T15:03:20.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3489 | 2026-03-24T15:03:20.176Z | |
| 3490 | 2026-03-24T15:03:20.176Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267) |
| 3491 | 2026-03-24T15:03:20.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-03-24T15:03:20.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-03-24T15:03:20.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-03-24T15:03:20.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3495 | 2026-03-24T15:03:20.984Z | |
| 3496 | 2026-03-24T15:03:20.984Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267) |
| 3497 | 2026-03-24T15:03:21.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-03-24T15:03:21.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-03-24T15:03:21.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-03-24T15:03:21.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3501 | 2026-03-24T15:03:21.797Z | |
| 3502 | 2026-03-24T15:03:21.797Z | info: running `cargo check --bins` on oximeter-producer (155/267) |
| 3503 | 2026-03-24T15:03:22.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-03-24T15:03:22.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-03-24T15:03:22.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-03-24T15:03:22.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3507 | 2026-03-24T15:03:22.667Z | |
| 3508 | 2026-03-24T15:03:22.667Z | info: running `cargo check --bins` on internal-dns-resolver (156/267) |
| 3509 | 2026-03-24T15:03:23.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-03-24T15:03:23.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-03-24T15:03:23.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-03-24T15:03:23.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3513 | 2026-03-24T15:03:23.490Z | |
| 3514 | 2026-03-24T15:03:23.490Z | info: running `cargo check --bins` on sp-sim (157/267) |
| 3515 | 2026-03-24T15:03:24.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-03-24T15:03:24.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-03-24T15:03:24.487Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3518 | 2026-03-24T15:03:26.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 3519 | 2026-03-24T15:03:27.090Z | |
| 3520 | 2026-03-24T15:03:27.090Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267) |
| 3521 | 2026-03-24T15:03:27.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-03-24T15:03:27.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-03-24T15:03:27.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-03-24T15:03:27.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3525 | 2026-03-24T15:03:27.979Z | |
| 3526 | 2026-03-24T15:03:27.980Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267) |
| 3527 | 2026-03-24T15:03:28.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-03-24T15:03:28.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-03-24T15:03:28.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-03-24T15:03:28.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3531 | 2026-03-24T15:03:28.879Z | |
| 3532 | 2026-03-24T15:03:28.879Z | info: running `cargo check --bins` on db-macros (160/267) |
| 3533 | 2026-03-24T15:03:29.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-03-24T15:03:29.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-03-24T15:03:29.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-03-24T15:03:29.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3537 | 2026-03-24T15:03:29.678Z | |
| 3538 | 2026-03-24T15:03:29.678Z | info: running `cargo check --bins` on nexus-macros-common (161/267) |
| 3539 | 2026-03-24T15:03:30.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-03-24T15:03:30.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-03-24T15:03:30.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-03-24T15:03:30.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3543 | 2026-03-24T15:03:30.482Z | |
| 3544 | 2026-03-24T15:03:30.482Z | info: running `cargo check --bins` on nexus-auth (162/267) |
| 3545 | 2026-03-24T15:03:31.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-03-24T15:03:31.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-03-24T15:03:31.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-03-24T15:03:31.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3549 | 2026-03-24T15:03:31.372Z | |
| 3550 | 2026-03-24T15:03:31.372Z | info: running `cargo check --bins` on authz-macros (163/267) |
| 3551 | 2026-03-24T15:03:32.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-03-24T15:03:32.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-03-24T15:03:32.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-03-24T15:03:32.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3555 | 2026-03-24T15:03:32.172Z | |
| 3556 | 2026-03-24T15:03:32.172Z | info: running `cargo check --bins` on nexus-db-fixed-data (164/267) |
| 3557 | 2026-03-24T15:03:32.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-03-24T15:03:32.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-03-24T15:03:32.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-03-24T15:03:32.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3561 | 2026-03-24T15:03:33.046Z | |
| 3562 | 2026-03-24T15:03:33.046Z | info: running `cargo check --bins` on nexus-db-model (165/267) |
| 3563 | 2026-03-24T15:03:33.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-03-24T15:03:33.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-03-24T15:03:33.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3566 | 2026-03-24T15:03:33.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3567 | 2026-03-24T15:03:33.917Z | |
| 3568 | 2026-03-24T15:03:33.917Z | info: running `cargo check --bins` on nexus-db-schema (166/267) |
| 3569 | 2026-03-24T15:03:34.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3570 | 2026-03-24T15:03:34.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3571 | 2026-03-24T15:03:34.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3572 | 2026-03-24T15:03:34.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3573 | 2026-03-24T15:03:34.723Z | |
| 3574 | 2026-03-24T15:03:34.723Z | info: running `cargo check --bins` on omicron-rpaths (167/267) |
| 3575 | 2026-03-24T15:03:35.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3576 | 2026-03-24T15:03:35.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3577 | 2026-03-24T15:03:35.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3578 | 2026-03-24T15:03:35.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3579 | 2026-03-24T15:03:35.512Z | |
| 3580 | 2026-03-24T15:03:35.512Z | info: running `cargo check --bins` on nexus-defaults (168/267) |
| 3581 | 2026-03-24T15:03:36.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3582 | 2026-03-24T15:03:36.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3583 | 2026-03-24T15:03:36.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3584 | 2026-03-24T15:03:36.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3585 | 2026-03-24T15:03:36.332Z | |
| 3586 | 2026-03-24T15:03:36.332Z | info: running `cargo check --bins` on omicron-cockroach-metrics (169/267) |
| 3587 | 2026-03-24T15:03:37.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3588 | 2026-03-24T15:03:37.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3589 | 2026-03-24T15:03:37.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3590 | 2026-03-24T15:03:37.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3591 | 2026-03-24T15:03:37.133Z | |
| 3592 | 2026-03-24T15:03:37.133Z | info: running `cargo check --bins` on parallel-task-set (170/267) |
| 3593 | 2026-03-24T15:03:37.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3594 | 2026-03-24T15:03:37.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3595 | 2026-03-24T15:03:37.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3596 | 2026-03-24T15:03:37.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3597 | 2026-03-24T15:03:37.921Z | |
| 3598 | 2026-03-24T15:03:37.921Z | info: running `cargo check --bins` on nexus-db-errors (171/267) |
| 3599 | 2026-03-24T15:03:38.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2026-03-24T15:03:38.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2026-03-24T15:03:38.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3602 | 2026-03-24T15:03:38.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3603 | 2026-03-24T15:03:38.805Z | |
| 3604 | 2026-03-24T15:03:38.805Z | info: running `cargo check --bins` on nexus-db-lookup (172/267) |
| 3605 | 2026-03-24T15:03:39.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2026-03-24T15:03:39.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2026-03-24T15:03:39.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3608 | 2026-03-24T15:03:39.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3609 | 2026-03-24T15:03:39.691Z | |
| 3610 | 2026-03-24T15:03:39.691Z | info: running `cargo check --bins` on nexus-inventory (173/267) |
| 3611 | 2026-03-24T15:03:40.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2026-03-24T15:03:40.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2026-03-24T15:03:40.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3614 | 2026-03-24T15:03:40.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3615 | 2026-03-24T15:03:40.574Z | |
| 3616 | 2026-03-24T15:03:40.574Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267) |
| 3617 | 2026-03-24T15:03:41.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2026-03-24T15:03:41.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2026-03-24T15:03:41.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3620 | 2026-03-24T15:03:41.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3621 | 2026-03-24T15:03:41.420Z | |
| 3622 | 2026-03-24T15:03:41.420Z | info: running `cargo check --bins --no-default-features` on sled-storage (175/267) |
| 3623 | 2026-03-24T15:03:42.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2026-03-24T15:03:42.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2026-03-24T15:03:42.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2026-03-24T15:03:42.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3627 | 2026-03-24T15:03:42.252Z | |
| 3628 | 2026-03-24T15:03:42.252Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267) |
| 3629 | 2026-03-24T15:03:42.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-03-24T15:03:42.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-03-24T15:03:42.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-03-24T15:03:42.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3633 | 2026-03-24T15:03:43.086Z | |
| 3634 | 2026-03-24T15:03:43.086Z | info: running `cargo check --bins` on key-manager (177/267) |
| 3635 | 2026-03-24T15:03:43.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-03-24T15:03:43.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-03-24T15:03:43.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-03-24T15:03:43.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3639 | 2026-03-24T15:03:43.904Z | |
| 3640 | 2026-03-24T15:03:43.904Z | info: running `cargo check --bins --no-default-features` on sled-hardware (178/267) |
| 3641 | 2026-03-24T15:03:44.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-03-24T15:03:44.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-03-24T15:03:44.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-03-24T15:03:44.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3645 | 2026-03-24T15:03:44.739Z | |
| 3646 | 2026-03-24T15:03:44.740Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267) |
| 3647 | 2026-03-24T15:03:45.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-03-24T15:03:45.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-03-24T15:03:45.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-03-24T15:03:45.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3651 | 2026-03-24T15:03:45.563Z | |
| 3652 | 2026-03-24T15:03:45.563Z | info: running `cargo check --bins` on typed-rng (180/267) |
| 3653 | 2026-03-24T15:03:46.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-03-24T15:03:46.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-03-24T15:03:46.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-03-24T15:03:46.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3657 | 2026-03-24T15:03:46.352Z | |
| 3658 | 2026-03-24T15:03:46.352Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267) |
| 3659 | 2026-03-24T15:03:47.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-03-24T15:03:47.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-03-24T15:03:47.528Z | Compiling libefi-sys v0.1.0 |
| 3662 | 2026-03-24T15:03:47.532Z | Compiling bitfield-struct v0.6.2 |
| 3663 | 2026-03-24T15:03:47.709Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3664 | 2026-03-24T15:03:47.721Z | Compiling xshell-macros v0.2.7 |
| 3665 | 2026-03-24T15:03:47.740Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3666 | 2026-03-24T15:03:47.762Z | Compiling salty v0.3.0 |
| 3667 | 2026-03-24T15:03:47.782Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3668 | 2026-03-24T15:03:47.805Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3669 | 2026-03-24T15:03:47.805Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3670 | 2026-03-24T15:03:48.153Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3671 | 2026-03-24T15:03:48.175Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3672 | 2026-03-24T15:03:48.201Z | Checking xshell v0.2.7 |
| 3673 | 2026-03-24T15:03:48.338Z | Checking primeorder v0.13.6 |
| 3674 | 2026-03-24T15:03:48.381Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3675 | 2026-03-24T15:03:48.424Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3676 | 2026-03-24T15:03:48.445Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3677 | 2026-03-24T15:03:48.496Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3678 | 2026-03-24T15:03:48.517Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3679 | 2026-03-24T15:03:48.656Z | Checking p384 v0.13.1 |
| 3680 | 2026-03-24T15:03:48.656Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3681 | 2026-03-24T15:03:48.725Z | Compiling num-derive v0.3.3 |
| 3682 | 2026-03-24T15:03:48.847Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3683 | 2026-03-24T15:03:48.931Z | Compiling proc-macro-error2 v2.0.1 |
| 3684 | 2026-03-24T15:03:49.088Z | Compiling unicase v2.9.0 |
| 3685 | 2026-03-24T15:03:49.161Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3686 | 2026-03-24T15:03:49.287Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3687 | 2026-03-24T15:03:49.337Z | Compiling tabled_derive v0.11.0 |
| 3688 | 2026-03-24T15:03:49.362Z | Compiling mime_guess v2.0.5 |
| 3689 | 2026-03-24T15:03:49.382Z | Compiling progenitor-impl v0.11.2 |
| 3690 | 2026-03-24T15:03:49.761Z | Checking papergrid v0.17.0 |
| 3691 | 2026-03-24T15:03:49.919Z | Checking libscf-sys v1.1.0 |
| 3692 | 2026-03-24T15:03:50.054Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3693 | 2026-03-24T15:03:50.082Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3694 | 2026-03-24T15:03:50.219Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3695 | 2026-03-24T15:03:50.316Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3696 | 2026-03-24T15:03:50.891Z | Checking testing_table v0.3.0 |
| 3697 | 2026-03-24T15:03:50.950Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3698 | 2026-03-24T15:03:50.976Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3699 | 2026-03-24T15:03:51.006Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3700 | 2026-03-24T15:03:51.075Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3701 | 2026-03-24T15:03:51.140Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3702 | 2026-03-24T15:03:51.220Z | Checking corncobs v0.1.4 |
| 3703 | 2026-03-24T15:03:51.275Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3704 | 2026-03-24T15:03:51.316Z | Checking tabled v0.20.0 |
| 3705 | 2026-03-24T15:03:51.376Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3706 | 2026-03-24T15:03:51.458Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3707 | 2026-03-24T15:03:51.657Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3708 | 2026-03-24T15:03:51.754Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3709 | 2026-03-24T15:03:51.998Z | Checking progenitor-client v0.11.2 |
| 3710 | 2026-03-24T15:03:52.201Z | Checking secrecy v0.8.0 |
| 3711 | 2026-03-24T15:03:52.359Z | Checking http-range v0.1.5 |
| 3712 | 2026-03-24T15:03:52.557Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3713 | 2026-03-24T15:03:52.747Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3714 | 2026-03-24T15:03:52.768Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3715 | 2026-03-24T15:03:52.964Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3716 | 2026-03-24T15:03:52.997Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3717 | 2026-03-24T15:03:53.148Z | Compiling progenitor-macro v0.11.2 |
| 3718 | 2026-03-24T15:03:53.290Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3719 | 2026-03-24T15:03:53.458Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3720 | 2026-03-24T15:03:53.480Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3721 | 2026-03-24T15:03:53.563Z | Checking atty v0.2.14 |
| 3722 | 2026-03-24T15:03:53.629Z | Checking crc8 v0.1.1 |
| 3723 | 2026-03-24T15:03:53.685Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3724 | 2026-03-24T15:03:53.754Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3725 | 2026-03-24T15:03:54.120Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3726 | 2026-03-24T15:03:54.283Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3727 | 2026-03-24T15:03:54.575Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3728 | 2026-03-24T15:03:54.624Z | Checking hyper-staticfile v0.10.1 |
| 3729 | 2026-03-24T15:03:54.698Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3730 | 2026-03-24T15:03:54.905Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3731 | 2026-03-24T15:03:55.002Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3732 | 2026-03-24T15:03:55.050Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3733 | 2026-03-24T15:03:55.281Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3734 | 2026-03-24T15:03:55.346Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3735 | 2026-03-24T15:03:55.386Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3736 | 2026-03-24T15:03:55.681Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3737 | 2026-03-24T15:03:55.899Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3738 | 2026-03-24T15:03:56.068Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3739 | 2026-03-24T15:03:56.210Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3740 | 2026-03-24T15:03:56.362Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3741 | 2026-03-24T15:03:56.585Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3742 | 2026-03-24T15:03:56.911Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3743 | 2026-03-24T15:03:57.074Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3744 | 2026-03-24T15:03:57.614Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3745 | 2026-03-24T15:03:58.768Z | Checking progenitor v0.11.2 |
| 3746 | 2026-03-24T15:03:58.940Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3747 | 2026-03-24T15:04:05.749Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3748 | 2026-03-24T15:04:21.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.21s |
| 3749 | 2026-03-24T15:04:21.835Z | |
| 3750 | 2026-03-24T15:04:21.835Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267) |
| 3751 | 2026-03-24T15:04:22.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3752 | 2026-03-24T15:04:22.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3753 | 2026-03-24T15:04:22.949Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3754 | 2026-03-24T15:04:39.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.95s |
| 3755 | 2026-03-24T15:04:39.890Z | |
| 3756 | 2026-03-24T15:04:39.891Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267) |
| 3757 | 2026-03-24T15:04:39.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3758 | 2026-03-24T15:04:39.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3759 | 2026-03-24T15:04:40.144Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3760 | 2026-03-24T15:04:56.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s |
| 3761 | 2026-03-24T15:04:56.262Z | |
| 3762 | 2026-03-24T15:04:56.262Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267) |
| 3763 | 2026-03-24T15:04:57.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3764 | 2026-03-24T15:04:57.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3765 | 2026-03-24T15:04:57.372Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3766 | 2026-03-24T15:05:13.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.95s |
| 3767 | 2026-03-24T15:05:13.470Z | |
| 3768 | 2026-03-24T15:05:13.470Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267) |
| 3769 | 2026-03-24T15:05:14.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3770 | 2026-03-24T15:05:14.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3771 | 2026-03-24T15:05:14.583Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3772 | 2026-03-24T15:05:30.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.98s |
| 3773 | 2026-03-24T15:05:30.713Z | |
| 3774 | 2026-03-24T15:05:30.713Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267) |
| 3775 | 2026-03-24T15:05:31.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3776 | 2026-03-24T15:05:31.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3777 | 2026-03-24T15:05:31.816Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3778 | 2026-03-24T15:05:47.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s |
| 3779 | 2026-03-24T15:05:47.991Z | |
| 3780 | 2026-03-24T15:05:47.992Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267) |
| 3781 | 2026-03-24T15:05:48.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3782 | 2026-03-24T15:05:48.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3783 | 2026-03-24T15:05:49.088Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3784 | 2026-03-24T15:06:05.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.07s |
| 3785 | 2026-03-24T15:06:05.329Z | |
| 3786 | 2026-03-24T15:06:05.329Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267) |
| 3787 | 2026-03-24T15:06:06.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3788 | 2026-03-24T15:06:06.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3789 | 2026-03-24T15:06:06.485Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3790 | 2026-03-24T15:06:22.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.05s |
| 3791 | 2026-03-24T15:06:22.630Z | |
| 3792 | 2026-03-24T15:06:22.630Z | info: running `cargo check --bins` on bootstrap-agent-api (189/267) |
| 3793 | 2026-03-24T15:06:23.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3794 | 2026-03-24T15:06:23.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3795 | 2026-03-24T15:06:23.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3796 | 2026-03-24T15:06:23.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3797 | 2026-03-24T15:06:23.487Z | |
| 3798 | 2026-03-24T15:06:23.487Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267) |
| 3799 | 2026-03-24T15:06:24.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3800 | 2026-03-24T15:06:24.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3801 | 2026-03-24T15:06:24.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3802 | 2026-03-24T15:06:24.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3803 | 2026-03-24T15:06:24.313Z | |
| 3804 | 2026-03-24T15:06:24.314Z | info: running `cargo check --bins` on range-requests (191/267) |
| 3805 | 2026-03-24T15:06:25.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3806 | 2026-03-24T15:06:25.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3807 | 2026-03-24T15:06:25.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3808 | 2026-03-24T15:06:25.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3809 | 2026-03-24T15:06:25.125Z | |
| 3810 | 2026-03-24T15:06:25.125Z | info: running `cargo check --bins` on repo-depot-api (192/267) |
| 3811 | 2026-03-24T15:06:25.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3812 | 2026-03-24T15:06:25.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3813 | 2026-03-24T15:06:25.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3814 | 2026-03-24T15:06:25.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3815 | 2026-03-24T15:06:25.939Z | |
| 3816 | 2026-03-24T15:06:25.939Z | info: running `cargo check --bins` on sled-agent-api (193/267) |
| 3817 | 2026-03-24T15:06:26.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3818 | 2026-03-24T15:06:26.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3819 | 2026-03-24T15:06:26.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3820 | 2026-03-24T15:06:26.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3821 | 2026-03-24T15:06:26.782Z | |
| 3822 | 2026-03-24T15:06:26.782Z | info: running `cargo check --bins` on sled-diagnostics (194/267) |
| 3823 | 2026-03-24T15:06:27.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3824 | 2026-03-24T15:06:27.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3825 | 2026-03-24T15:06:27.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3826 | 2026-03-24T15:06:27.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3827 | 2026-03-24T15:06:27.608Z | |
| 3828 | 2026-03-24T15:06:27.608Z | info: running `cargo check --bins` on zfs-test-harness (195/267) |
| 3829 | 2026-03-24T15:06:28.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3830 | 2026-03-24T15:06:28.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3831 | 2026-03-24T15:06:28.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3832 | 2026-03-24T15:06:28.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3833 | 2026-03-24T15:06:28.447Z | |
| 3834 | 2026-03-24T15:06:28.447Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267) |
| 3835 | 2026-03-24T15:06:29.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3836 | 2026-03-24T15:06:29.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3837 | 2026-03-24T15:06:29.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3838 | 2026-03-24T15:06:29.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3839 | 2026-03-24T15:06:29.293Z | |
| 3840 | 2026-03-24T15:06:29.293Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267) |
| 3841 | 2026-03-24T15:06:30.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3842 | 2026-03-24T15:06:30.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3843 | 2026-03-24T15:06:30.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3844 | 2026-03-24T15:06:30.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3845 | 2026-03-24T15:06:30.143Z | |
| 3846 | 2026-03-24T15:06:30.143Z | info: running `cargo check --bins` on sled-agent-health-monitor (198/267) |
| 3847 | 2026-03-24T15:06:30.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3848 | 2026-03-24T15:06:30.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3849 | 2026-03-24T15:06:30.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3850 | 2026-03-24T15:06:30.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3851 | 2026-03-24T15:06:30.989Z | |
| 3852 | 2026-03-24T15:06:30.990Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267) |
| 3853 | 2026-03-24T15:06:31.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3854 | 2026-03-24T15:06:31.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3855 | 2026-03-24T15:06:31.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3856 | 2026-03-24T15:06:31.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3857 | 2026-03-24T15:06:31.842Z | |
| 3858 | 2026-03-24T15:06:31.842Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267) |
| 3859 | 2026-03-24T15:06:32.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3860 | 2026-03-24T15:06:32.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3861 | 2026-03-24T15:06:32.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3862 | 2026-03-24T15:06:32.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3863 | 2026-03-24T15:06:32.693Z | |
| 3864 | 2026-03-24T15:06:32.693Z | info: running `cargo check --bins` on sled-agent-resolvable-files (201/267) |
| 3865 | 2026-03-24T15:06:33.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3866 | 2026-03-24T15:06:33.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3867 | 2026-03-24T15:06:33.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3868 | 2026-03-24T15:06:33.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3869 | 2026-03-24T15:06:33.548Z | |
| 3870 | 2026-03-24T15:06:33.548Z | info: running `cargo check --bins` on trust-quorum (202/267) |
| 3871 | 2026-03-24T15:06:34.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2026-03-24T15:06:34.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2026-03-24T15:06:34.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3874 | 2026-03-24T15:06:34.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3875 | 2026-03-24T15:06:34.403Z | |
| 3876 | 2026-03-24T15:06:34.403Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267) |
| 3877 | 2026-03-24T15:06:35.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3878 | 2026-03-24T15:06:35.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3879 | 2026-03-24T15:06:35.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3880 | 2026-03-24T15:06:35.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3881 | 2026-03-24T15:06:35.275Z | |
| 3882 | 2026-03-24T15:06:35.275Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (204/267) |
| 3883 | 2026-03-24T15:06:36.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3884 | 2026-03-24T15:06:36.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3885 | 2026-03-24T15:06:36.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3886 | 2026-03-24T15:06:36.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3887 | 2026-03-24T15:06:36.159Z | |
| 3888 | 2026-03-24T15:06:36.159Z | info: running `cargo check --bins` on update-common (205/267) |
| 3889 | 2026-03-24T15:06:36.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2026-03-24T15:06:36.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2026-03-24T15:06:36.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3892 | 2026-03-24T15:06:36.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3893 | 2026-03-24T15:06:36.992Z | |
| 3894 | 2026-03-24T15:06:36.992Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267) |
| 3895 | 2026-03-24T15:06:37.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3896 | 2026-03-24T15:06:37.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3897 | 2026-03-24T15:06:37.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3898 | 2026-03-24T15:06:37.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3899 | 2026-03-24T15:06:37.884Z | |
| 3900 | 2026-03-24T15:06:37.884Z | info: running `cargo check --bins` on reconfigurator-cli (207/267) |
| 3901 | 2026-03-24T15:06:38.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3902 | 2026-03-24T15:06:38.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3903 | 2026-03-24T15:06:38.965Z | Compiling fs-err v2.11.0 |
| 3904 | 2026-03-24T15:06:38.968Z | Checking ignore v0.4.25 |
| 3905 | 2026-03-24T15:06:39.125Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3906 | 2026-03-24T15:06:39.140Z | Checking predicates-tree v1.0.13 |
| 3907 | 2026-03-24T15:06:39.157Z | Checking parse-size v1.1.0 |
| 3908 | 2026-03-24T15:06:39.178Z | Checking rand_seeder v0.4.0 |
| 3909 | 2026-03-24T15:06:39.183Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3910 | 2026-03-24T15:06:39.212Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3911 | 2026-03-24T15:06:39.268Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3912 | 2026-03-24T15:06:39.299Z | Compiling petname v2.0.2 |
| 3913 | 2026-03-24T15:06:39.352Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3914 | 2026-03-24T15:06:39.544Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3915 | 2026-03-24T15:06:39.564Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3916 | 2026-03-24T15:06:39.642Z | Checking globwalk v0.9.1 |
| 3917 | 2026-03-24T15:06:39.671Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3918 | 2026-03-24T15:06:39.771Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3919 | 2026-03-24T15:06:39.878Z | Checking camino-tempfile-ext v0.3.3 |
| 3920 | 2026-03-24T15:06:39.899Z | Checking sapling-renderdag v0.1.0 |
| 3921 | 2026-03-24T15:06:40.002Z | Checking sync-ptr v0.1.4 |
| 3922 | 2026-03-24T15:06:40.135Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3923 | 2026-03-24T15:06:40.153Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3924 | 2026-03-24T15:06:40.251Z | Checking colored v2.2.0 |
| 3925 | 2026-03-24T15:06:40.278Z | Checking assert_matches v1.5.0 |
| 3926 | 2026-03-24T15:06:40.601Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3927 | 2026-03-24T15:06:40.731Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3928 | 2026-03-24T15:06:40.734Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3929 | 2026-03-24T15:06:41.508Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3930 | 2026-03-24T15:06:43.301Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3931 | 2026-03-24T15:06:46.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.34s |
| 3932 | 2026-03-24T15:06:46.482Z | |
| 3933 | 2026-03-24T15:06:46.482Z | info: running `cargo check --bins` on omicron-repl-utils (208/267) |
| 3934 | 2026-03-24T15:06:47.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3935 | 2026-03-24T15:06:47.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3936 | 2026-03-24T15:06:47.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3937 | 2026-03-24T15:06:47.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3938 | 2026-03-24T15:06:47.288Z | |
| 3939 | 2026-03-24T15:06:47.288Z | info: running `cargo check --bins` on nexus-test-interface (209/267) |
| 3940 | 2026-03-24T15:06:48.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3941 | 2026-03-24T15:06:48.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3942 | 2026-03-24T15:06:48.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3943 | 2026-03-24T15:06:48.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3944 | 2026-03-24T15:06:48.179Z | |
| 3945 | 2026-03-24T15:06:48.180Z | info: running `cargo check --bins` on oximeter-collector (210/267) |
| 3946 | 2026-03-24T15:06:48.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3947 | 2026-03-24T15:06:48.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3948 | 2026-03-24T15:06:49.175Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3949 | 2026-03-24T15:06:49.175Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3950 | 2026-03-24T15:06:50.029Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3951 | 2026-03-24T15:06:52.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
| 3952 | 2026-03-24T15:06:52.305Z | |
| 3953 | 2026-03-24T15:06:52.305Z | info: running `cargo check --bins` on oximeter-api (211/267) |
| 3954 | 2026-03-24T15:06:53.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3955 | 2026-03-24T15:06:53.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3956 | 2026-03-24T15:06:53.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3957 | 2026-03-24T15:06:53.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3958 | 2026-03-24T15:06:53.128Z | |
| 3959 | 2026-03-24T15:06:53.128Z | info: running `cargo check --bins` on cert-dev (212/267) |
| 3960 | 2026-03-24T15:06:53.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3961 | 2026-03-24T15:06:53.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3962 | 2026-03-24T15:06:53.975Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3963 | 2026-03-24T15:06:54.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 3964 | 2026-03-24T15:06:54.526Z | |
| 3965 | 2026-03-24T15:06:54.526Z | info: running `cargo check --bins` on clickana (213/267) |
| 3966 | 2026-03-24T15:06:55.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3967 | 2026-03-24T15:06:55.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3968 | 2026-03-24T15:06:55.417Z | Compiling darling_core v0.23.0 |
| 3969 | 2026-03-24T15:06:55.546Z | Compiling instability v0.3.11 |
| 3970 | 2026-03-24T15:06:55.562Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3971 | 2026-03-24T15:06:55.565Z | Checking castaway v0.2.4 |
| 3972 | 2026-03-24T15:06:55.565Z | Compiling indoc v2.0.7 |
| 3973 | 2026-03-24T15:06:55.587Z | Checking unicode-truncate v1.1.0 |
| 3974 | 2026-03-24T15:06:55.619Z | Checking lru v0.12.5 |
| 3975 | 2026-03-24T15:06:55.622Z | Checking cassowary v0.3.0 |
| 3976 | 2026-03-24T15:06:55.696Z | Checking compact_str v0.8.1 |
| 3977 | 2026-03-24T15:06:56.860Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3978 | 2026-03-24T15:06:57.093Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3979 | 2026-03-24T15:06:57.561Z | Compiling darling_macro v0.23.0 |
| 3980 | 2026-03-24T15:06:58.090Z | Compiling darling v0.23.0 |
| 3981 | 2026-03-24T15:06:58.869Z | Checking ratatui v0.29.0 |
| 3982 | 2026-03-24T15:07:00.405Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3983 | 2026-03-24T15:07:01.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s |
| 3984 | 2026-03-24T15:07:01.483Z | |
| 3985 | 2026-03-24T15:07:01.483Z | info: running `cargo check --bins` on clickhouse-cluster-dev (214/267) |
| 3986 | 2026-03-24T15:07:02.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-03-24T15:07:02.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-03-24T15:07:02.503Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3989 | 2026-03-24T15:07:02.506Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3990 | 2026-03-24T15:07:03.266Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3991 | 2026-03-24T15:07:03.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
| 3992 | 2026-03-24T15:07:04.015Z | |
| 3993 | 2026-03-24T15:07:04.015Z | info: running `cargo check --bins` on ch-dev (215/267) |
| 3994 | 2026-03-24T15:07:04.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3995 | 2026-03-24T15:07:04.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3996 | 2026-03-24T15:07:05.027Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3997 | 2026-03-24T15:07:05.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
| 3998 | 2026-03-24T15:07:06.197Z | |
| 3999 | 2026-03-24T15:07:06.197Z | info: running `cargo check --bins` on dev-tools-common (216/267) |
| 4000 | 2026-03-24T15:07:06.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4001 | 2026-03-24T15:07:06.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4002 | 2026-03-24T15:07:06.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4003 | 2026-03-24T15:07:06.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4004 | 2026-03-24T15:07:06.839Z | |
| 4005 | 2026-03-24T15:07:06.839Z | info: running `cargo check --bins` on crdb-seed (217/267) |
| 4006 | 2026-03-24T15:07:07.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4007 | 2026-03-24T15:07:07.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4008 | 2026-03-24T15:07:07.840Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4009 | 2026-03-24T15:07:08.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
| 4010 | 2026-03-24T15:07:08.636Z | |
| 4011 | 2026-03-24T15:07:08.636Z | info: running `cargo check --bins` on db-dev (218/267) |
| 4012 | 2026-03-24T15:07:09.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-03-24T15:07:09.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-03-24T15:07:09.658Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4015 | 2026-03-24T15:07:10.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
| 4016 | 2026-03-24T15:07:10.831Z | |
| 4017 | 2026-03-24T15:07:10.831Z | info: running `cargo check --bins` on omicron-dev-lib (219/267) |
| 4018 | 2026-03-24T15:07:11.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-03-24T15:07:11.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-03-24T15:07:11.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4021 | 2026-03-24T15:07:11.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4022 | 2026-03-24T15:07:11.713Z | |
| 4023 | 2026-03-24T15:07:11.713Z | info: running `cargo check --bins` on xtask-downloader (220/267) |
| 4024 | 2026-03-24T15:07:12.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-03-24T15:07:12.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-03-24T15:07:12.565Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4027 | 2026-03-24T15:07:13.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4028 | 2026-03-24T15:07:13.677Z | |
| 4029 | 2026-03-24T15:07:13.677Z | info: running `cargo check --bins` on omicron-dropshot-apis (221/267) |
| 4030 | 2026-03-24T15:07:14.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-03-24T15:07:14.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-03-24T15:07:14.719Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4033 | 2026-03-24T15:07:14.719Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4034 | 2026-03-24T15:07:14.722Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 4035 | 2026-03-24T15:07:14.722Z | Checking git-stub v1.0.0 |
| 4036 | 2026-03-24T15:07:14.722Z | Compiling trait-variant v0.1.2 |
| 4037 | 2026-03-24T15:07:14.722Z | Checking maplit v1.0.2 |
| 4038 | 2026-03-24T15:07:14.878Z | Checking is_ci v1.2.0 |
| 4039 | 2026-03-24T15:07:14.906Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4040 | 2026-03-24T15:07:14.978Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4041 | 2026-03-24T15:07:15.039Z | Checking supports-color v3.0.2 |
| 4042 | 2026-03-24T15:07:15.145Z | Checking drift v0.1.3 |
| 4043 | 2026-03-24T15:07:15.163Z | Checking git-stub-vcs v0.1.0 |
| 4044 | 2026-03-24T15:07:15.189Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4045 | 2026-03-24T15:07:15.207Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4046 | 2026-03-24T15:07:15.418Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4047 | 2026-03-24T15:07:15.436Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4048 | 2026-03-24T15:07:15.513Z | Checking dropshot-api-manager v0.6.0 |
| 4049 | 2026-03-24T15:07:15.557Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4050 | 2026-03-24T15:07:15.582Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 4051 | 2026-03-24T15:07:15.823Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4052 | 2026-03-24T15:07:15.879Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4053 | 2026-03-24T15:07:16.136Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 4054 | 2026-03-24T15:07:16.557Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4055 | 2026-03-24T15:07:23.503Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4056 | 2026-03-24T15:07:24.943Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4057 | 2026-03-24T15:07:25.729Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4058 | 2026-03-24T15:07:26.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.58s |
| 4059 | 2026-03-24T15:07:26.508Z | |
| 4060 | 2026-03-24T15:07:26.508Z | info: running `cargo check --bins` on installinator-api (222/267) |
| 4061 | 2026-03-24T15:07:27.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4062 | 2026-03-24T15:07:27.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4063 | 2026-03-24T15:07:27.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4064 | 2026-03-24T15:07:27.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4065 | 2026-03-24T15:07:27.327Z | |
| 4066 | 2026-03-24T15:07:27.327Z | info: running `cargo check --bins` on nexus-external-api (223/267) |
| 4067 | 2026-03-24T15:07:28.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4068 | 2026-03-24T15:07:28.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4069 | 2026-03-24T15:07:28.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4070 | 2026-03-24T15:07:28.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4071 | 2026-03-24T15:07:28.201Z | |
| 4072 | 2026-03-24T15:07:28.201Z | info: running `cargo check --bins` on nexus-internal-api (224/267) |
| 4073 | 2026-03-24T15:07:28.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4074 | 2026-03-24T15:07:28.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4075 | 2026-03-24T15:07:28.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4076 | 2026-03-24T15:07:28.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4077 | 2026-03-24T15:07:29.079Z | |
| 4078 | 2026-03-24T15:07:29.079Z | info: running `cargo check --bins` on nexus-lockstep-api (225/267) |
| 4079 | 2026-03-24T15:07:29.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4080 | 2026-03-24T15:07:29.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4081 | 2026-03-24T15:07:29.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4082 | 2026-03-24T15:07:29.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4083 | 2026-03-24T15:07:29.943Z | |
| 4084 | 2026-03-24T15:07:29.943Z | info: running `cargo check --bins` on ntp-admin-api (226/267) |
| 4085 | 2026-03-24T15:07:30.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4086 | 2026-03-24T15:07:30.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4087 | 2026-03-24T15:07:30.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4088 | 2026-03-24T15:07:30.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4089 | 2026-03-24T15:07:30.764Z | |
| 4090 | 2026-03-24T15:07:30.764Z | info: running `cargo check --bins` on ntp-admin-types-versions (227/267) |
| 4091 | 2026-03-24T15:07:31.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4092 | 2026-03-24T15:07:31.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4093 | 2026-03-24T15:07:31.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4094 | 2026-03-24T15:07:31.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4095 | 2026-03-24T15:07:31.569Z | |
| 4096 | 2026-03-24T15:07:31.569Z | info: running `cargo check --bins` on wicketd-api (228/267) |
| 4097 | 2026-03-24T15:07:32.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4098 | 2026-03-24T15:07:32.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4099 | 2026-03-24T15:07:32.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4100 | 2026-03-24T15:07:32.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4101 | 2026-03-24T15:07:32.423Z | |
| 4102 | 2026-03-24T15:07:32.423Z | info: running `cargo check --bins` on omicron-ls-apis (229/267) |
| 4103 | 2026-03-24T15:07:33.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4104 | 2026-03-24T15:07:33.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4105 | 2026-03-24T15:07:33.280Z | Checking erased-serde v0.4.9 |
| 4106 | 2026-03-24T15:07:33.405Z | Checking ordered-float v2.10.1 |
| 4107 | 2026-03-24T15:07:33.428Z | Checking unicode-xid v0.2.6 |
| 4108 | 2026-03-24T15:07:33.487Z | Checking cargo-platform v0.2.0 |
| 4109 | 2026-03-24T15:07:33.693Z | Checking serde-value v0.7.0 |
| 4110 | 2026-03-24T15:07:33.868Z | Checking serde-untagged v0.1.9 |
| 4111 | 2026-03-24T15:07:34.076Z | Checking cargo-util-schemas v0.8.2 |
| 4112 | 2026-03-24T15:07:35.071Z | Checking cargo_metadata v0.21.0 |
| 4113 | 2026-03-24T15:07:35.937Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4114 | 2026-03-24T15:07:36.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
| 4115 | 2026-03-24T15:07:37.069Z | |
| 4116 | 2026-03-24T15:07:37.069Z | info: running `cargo check --bins` on mgs-dev (230/267) |
| 4117 | 2026-03-24T15:07:37.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4118 | 2026-03-24T15:07:37.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4119 | 2026-03-24T15:07:38.112Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4120 | 2026-03-24T15:07:38.878Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4121 | 2026-03-24T15:07:39.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
| 4122 | 2026-03-24T15:07:39.742Z | |
| 4123 | 2026-03-24T15:07:39.742Z | info: running `cargo check --bins` on omicron-omdb (231/267) |
| 4124 | 2026-03-24T15:07:40.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4125 | 2026-03-24T15:07:40.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4126 | 2026-03-24T15:07:40.954Z | Compiling vergen-gitcl v1.0.8 |
| 4127 | 2026-03-24T15:07:40.954Z | Compiling dirs-sys-next v0.1.2 |
| 4128 | 2026-03-24T15:07:40.957Z | Compiling diesel_derives v2.3.7 |
| 4129 | 2026-03-24T15:07:40.957Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4130 | 2026-03-24T15:07:40.957Z | Compiling crunchy v0.2.4 |
| 4131 | 2026-03-24T15:07:40.957Z | Compiling glob v0.3.3 |
| 4132 | 2026-03-24T15:07:40.957Z | Compiling dsl_auto_type v0.2.0 |
| 4133 | 2026-03-24T15:07:40.957Z | Checking scheduled-thread-pool v0.2.7 |
| 4134 | 2026-03-24T15:07:41.335Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4135 | 2026-03-24T15:07:41.372Z | Compiling tiny-keccak v2.0.2 |
| 4136 | 2026-03-24T15:07:41.400Z | Compiling dirs-next v2.0.0 |
| 4137 | 2026-03-24T15:07:41.556Z | Compiling term v0.7.0 |
| 4138 | 2026-03-24T15:07:41.605Z | Checking r2d2 v0.8.10 |
| 4139 | 2026-03-24T15:07:41.643Z | Checking downcast-rs v2.0.2 |
| 4140 | 2026-03-24T15:07:41.672Z | Compiling bit-vec v0.6.3 |
| 4141 | 2026-03-24T15:07:41.692Z | Compiling clang-sys v1.8.1 |
| 4142 | 2026-03-24T15:07:41.835Z | Compiling itertools v0.10.5 |
| 4143 | 2026-03-24T15:07:41.957Z | Compiling ascii-canvas v3.0.0 |
| 4144 | 2026-03-24T15:07:42.177Z | Compiling bit-set v0.5.3 |
| 4145 | 2026-03-24T15:07:42.281Z | Compiling ena v0.14.4 |
| 4146 | 2026-03-24T15:07:42.308Z | Compiling libloading v0.8.9 |
| 4147 | 2026-03-24T15:07:42.328Z | Compiling bindgen v0.71.1 |
| 4148 | 2026-03-24T15:07:42.375Z | Compiling diff v0.1.13 |
| 4149 | 2026-03-24T15:07:42.395Z | Compiling regex-syntax v0.6.29 |
| 4150 | 2026-03-24T15:07:42.578Z | Compiling cexpr v0.6.0 |
| 4151 | 2026-03-24T15:07:42.725Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4152 | 2026-03-24T15:07:42.883Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4153 | 2026-03-24T15:07:42.995Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4154 | 2026-03-24T15:07:43.078Z | Compiling libxml v0.3.3 |
| 4155 | 2026-03-24T15:07:43.327Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4156 | 2026-03-24T15:07:43.394Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4157 | 2026-03-24T15:07:43.528Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4158 | 2026-03-24T15:07:43.721Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4159 | 2026-03-24T15:07:43.742Z | Compiling strum_macros v0.24.3 |
| 4160 | 2026-03-24T15:07:43.766Z | Compiling indoc v1.0.9 |
| 4161 | 2026-03-24T15:07:44.342Z | Compiling lalrpop v0.19.12 |
| 4162 | 2026-03-24T15:07:45.136Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4163 | 2026-03-24T15:07:45.370Z | Checking derive_builder v0.20.2 |
| 4164 | 2026-03-24T15:07:45.390Z | Compiling oso-derive v0.27.3 |
| 4165 | 2026-03-24T15:07:45.515Z | Checking quick-xml v0.37.5 |
| 4166 | 2026-03-24T15:07:45.573Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4167 | 2026-03-24T15:07:46.024Z | Checking openssl-probe v0.1.6 |
| 4168 | 2026-03-24T15:07:46.195Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4169 | 2026-03-24T15:07:46.792Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4170 | 2026-03-24T15:07:47.034Z | Checking bb8 v0.8.6 |
| 4171 | 2026-03-24T15:07:47.225Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4172 | 2026-03-24T15:07:47.402Z | Checking nonempty v0.12.0 |
| 4173 | 2026-03-24T15:07:47.491Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4174 | 2026-03-24T15:07:47.622Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4175 | 2026-03-24T15:07:47.754Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4176 | 2026-03-24T15:07:47.781Z | Checking support-bundle-viewer v0.1.2 |
| 4177 | 2026-03-24T15:07:47.882Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4178 | 2026-03-24T15:07:48.090Z | Checking multimap v0.10.1 |
| 4179 | 2026-03-24T15:07:49.204Z | Checking diesel v2.3.7 |
| 4180 | 2026-03-24T15:07:51.027Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4181 | 2026-03-24T15:07:52.283Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4182 | 2026-03-24T15:07:52.705Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4183 | 2026-03-24T15:07:53.020Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4184 | 2026-03-24T15:07:53.295Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4185 | 2026-03-24T15:07:54.017Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4186 | 2026-03-24T15:07:54.611Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4187 | 2026-03-24T15:07:55.520Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4188 | 2026-03-24T15:07:58.195Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4189 | 2026-03-24T15:08:04.554Z | Compiling samael v0.0.19 |
| 4190 | 2026-03-24T15:08:09.488Z | Checking diesel-dtrace v0.5.0 |
| 4191 | 2026-03-24T15:08:09.790Z | Checking async-bb8-diesel v0.2.1 |
| 4192 | 2026-03-24T15:08:11.128Z | Compiling polar-core v0.27.3 |
| 4193 | 2026-03-24T15:08:17.043Z | Checking oso v0.27.3 |
| 4194 | 2026-03-24T15:09:12.110Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4195 | 2026-03-24T15:09:58.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 4196 | 2026-03-24T15:09:58.785Z | |
| 4197 | 2026-03-24T15:09:58.785Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267) |
| 4198 | 2026-03-24T15:09:59.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4199 | 2026-03-24T15:09:59.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4200 | 2026-03-24T15:09:59.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4201 | 2026-03-24T15:09:59.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4202 | 2026-03-24T15:09:59.690Z | |
| 4203 | 2026-03-24T15:09:59.690Z | info: running `cargo check --bins` on nexus-saga-recovery (233/267) |
| 4204 | 2026-03-24T15:10:00.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4205 | 2026-03-24T15:10:00.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4206 | 2026-03-24T15:10:00.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4207 | 2026-03-24T15:10:00.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4208 | 2026-03-24T15:10:00.589Z | |
| 4209 | 2026-03-24T15:10:00.589Z | info: running `cargo check --bins` on nexus-test-utils-macros (234/267) |
| 4210 | 2026-03-24T15:10:01.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4211 | 2026-03-24T15:10:01.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4212 | 2026-03-24T15:10:01.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4213 | 2026-03-24T15:10:01.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4214 | 2026-03-24T15:10:01.396Z | |
| 4215 | 2026-03-24T15:10:01.396Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (235/267) |
| 4216 | 2026-03-24T15:10:02.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4217 | 2026-03-24T15:10:02.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4218 | 2026-03-24T15:10:02.614Z | Compiling libz-sys v1.1.24 |
| 4219 | 2026-03-24T15:10:02.774Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4220 | 2026-03-24T15:10:02.793Z | Compiling vergen-git2 v1.0.7 |
| 4221 | 2026-03-24T15:10:02.810Z | Compiling rustls v0.21.12 |
| 4222 | 2026-03-24T15:10:02.828Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4223 | 2026-03-24T15:10:02.847Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4224 | 2026-03-24T15:10:02.850Z | Checking rustls-webpki v0.101.7 |
| 4225 | 2026-03-24T15:10:02.850Z | Checking sct v0.7.1 |
| 4226 | 2026-03-24T15:10:03.057Z | Compiling nix v0.29.0 |
| 4227 | 2026-03-24T15:10:03.079Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4228 | 2026-03-24T15:10:03.098Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4229 | 2026-03-24T15:10:03.151Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4230 | 2026-03-24T15:10:03.285Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4231 | 2026-03-24T15:10:03.461Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4232 | 2026-03-24T15:10:03.482Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4233 | 2026-03-24T15:10:03.539Z | Checking rustls-pemfile v1.0.4 |
| 4234 | 2026-03-24T15:10:03.703Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4235 | 2026-03-24T15:10:03.877Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4236 | 2026-03-24T15:10:04.084Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4237 | 2026-03-24T15:10:04.109Z | Checking twox-hash v2.1.2 |
| 4238 | 2026-03-24T15:10:04.222Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4239 | 2026-03-24T15:10:04.880Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4240 | 2026-03-24T15:10:05.046Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4241 | 2026-03-24T15:10:05.094Z | Checking tokio-rustls v0.24.1 |
| 4242 | 2026-03-24T15:10:05.236Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4243 | 2026-03-24T15:10:05.354Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4244 | 2026-03-24T15:10:05.528Z | Checking fatfs v0.3.6 |
| 4245 | 2026-03-24T15:10:05.906Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4246 | 2026-03-24T15:10:06.058Z | Compiling seq-macro v0.3.6 |
| 4247 | 2026-03-24T15:10:10.989Z | Compiling git2 v0.20.4 |
| 4248 | 2026-03-24T15:10:12.053Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4249 | 2026-03-24T15:10:12.212Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4250 | 2026-03-24T15:10:14.245Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4251 | 2026-03-24T15:11:23.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 4252 | 2026-03-24T15:11:23.364Z | |
| 4253 | 2026-03-24T15:11:23.364Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267) |
| 4254 | 2026-03-24T15:11:24.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-03-24T15:11:24.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-03-24T15:11:24.593Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4257 | 2026-03-24T15:12:24.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4258 | 2026-03-24T15:12:24.566Z | |
| 4259 | 2026-03-24T15:12:24.566Z | info: running `cargo check --bins` on nexus-background-task-interface (237/267) |
| 4260 | 2026-03-24T15:12:25.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4261 | 2026-03-24T15:12:25.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4262 | 2026-03-24T15:12:25.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4263 | 2026-03-24T15:12:25.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4264 | 2026-03-24T15:12:25.368Z | |
| 4265 | 2026-03-24T15:12:25.368Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (238/267) |
| 4266 | 2026-03-24T15:12:26.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4267 | 2026-03-24T15:12:26.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4268 | 2026-03-24T15:12:26.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4269 | 2026-03-24T15:12:26.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4270 | 2026-03-24T15:12:26.256Z | |
| 4271 | 2026-03-24T15:12:26.256Z | info: running `cargo check --bins` on nexus-mgs-updates (239/267) |
| 4272 | 2026-03-24T15:12:27.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4273 | 2026-03-24T15:12:27.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4274 | 2026-03-24T15:12:27.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4275 | 2026-03-24T15:12:27.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4276 | 2026-03-24T15:12:27.134Z | |
| 4277 | 2026-03-24T15:12:27.134Z | info: running `cargo check --bins` on nexus-networking (240/267) |
| 4278 | 2026-03-24T15:12:27.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4279 | 2026-03-24T15:12:27.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4280 | 2026-03-24T15:12:27.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4281 | 2026-03-24T15:12:27.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4282 | 2026-03-24T15:12:28.030Z | |
| 4283 | 2026-03-24T15:12:28.030Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (241/267) |
| 4284 | 2026-03-24T15:12:28.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4285 | 2026-03-24T15:12:28.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4286 | 2026-03-24T15:12:28.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4287 | 2026-03-24T15:12:28.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4288 | 2026-03-24T15:12:28.928Z | |
| 4289 | 2026-03-24T15:12:28.928Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267) |
| 4290 | 2026-03-24T15:12:29.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4291 | 2026-03-24T15:12:29.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4292 | 2026-03-24T15:12:29.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4293 | 2026-03-24T15:12:29.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4294 | 2026-03-24T15:12:29.826Z | |
| 4295 | 2026-03-24T15:12:29.826Z | info: running `cargo check --bins --no-default-features` on nexus-fm (243/267) |
| 4296 | 2026-03-24T15:12:30.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4297 | 2026-03-24T15:12:30.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4298 | 2026-03-24T15:12:30.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4299 | 2026-03-24T15:12:30.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4300 | 2026-03-24T15:12:30.705Z | |
| 4301 | 2026-03-24T15:12:30.705Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267) |
| 4302 | 2026-03-24T15:12:31.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4303 | 2026-03-24T15:12:31.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4304 | 2026-03-24T15:12:31.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4305 | 2026-03-24T15:12:31.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 4306 | 2026-03-24T15:12:31.617Z | |
| 4307 | 2026-03-24T15:12:31.617Z | info: running `cargo check --bins` on omicron-dev (245/267) |
| 4308 | 2026-03-24T15:12:32.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4309 | 2026-03-24T15:12:32.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4310 | 2026-03-24T15:12:32.870Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4311 | 2026-03-24T15:12:32.875Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4312 | 2026-03-24T15:12:33.064Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4313 | 2026-03-24T15:12:33.089Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4314 | 2026-03-24T15:12:33.109Z | Checking diff v0.1.13 |
| 4315 | 2026-03-24T15:12:33.112Z | Checking yansi v1.0.1 |
| 4316 | 2026-03-24T15:12:33.128Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4317 | 2026-03-24T15:12:33.132Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4318 | 2026-03-24T15:12:33.278Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4319 | 2026-03-24T15:12:33.473Z | Checking pretty_assertions v1.4.1 |
| 4320 | 2026-03-24T15:12:34.340Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4321 | 2026-03-24T15:13:07.318Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4322 | 2026-03-24T15:13:07.321Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4323 | 2026-03-24T15:13:07.321Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4324 | 2026-03-24T15:13:07.321Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4325 | 2026-03-24T15:13:07.321Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4326 | 2026-03-24T15:13:07.321Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4327 | 2026-03-24T15:13:08.251Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4328 | 2026-03-24T15:13:09.681Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4329 | 2026-03-24T15:14:09.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 4330 | 2026-03-24T15:14:09.514Z | |
| 4331 | 2026-03-24T15:14:09.514Z | info: running `cargo check --bins` on omicron-pins (246/267) |
| 4332 | 2026-03-24T15:14:10.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4333 | 2026-03-24T15:14:10.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4334 | 2026-03-24T15:14:10.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4335 | 2026-03-24T15:14:10.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4336 | 2026-03-24T15:14:10.318Z | |
| 4337 | 2026-03-24T15:14:10.318Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267) |
| 4338 | 2026-03-24T15:14:11.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4339 | 2026-03-24T15:14:11.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4340 | 2026-03-24T15:14:11.404Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4341 | 2026-03-24T15:14:11.551Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4342 | 2026-03-24T15:14:11.566Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4343 | 2026-03-24T15:14:48.447Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4344 | 2026-03-24T15:14:48.925Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4345 | 2026-03-24T15:14:51.281Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4346 | 2026-03-24T15:14:51.841Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4347 | 2026-03-24T15:14:55.912Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4348 | 2026-03-24T15:15:27.993Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4349 | 2026-03-24T15:15:28.806Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4350 | 2026-03-24T15:15:30.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 4351 | 2026-03-24T15:15:31.169Z | |
| 4352 | 2026-03-24T15:15:31.169Z | info: running `cargo check --bins` on reconfigurator-sp-updater (248/267) |
| 4353 | 2026-03-24T15:15:31.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-03-24T15:15:31.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-03-24T15:15:32.167Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4356 | 2026-03-24T15:15:33.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4357 | 2026-03-24T15:15:33.297Z | |
| 4358 | 2026-03-24T15:15:33.297Z | info: running `cargo check --bins` on omicron-releng (249/267) |
| 4359 | 2026-03-24T15:15:34.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4360 | 2026-03-24T15:15:34.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4361 | 2026-03-24T15:15:34.224Z | Compiling blake3 v1.8.3 |
| 4362 | 2026-03-24T15:15:34.357Z | Checking arrayvec v0.7.6 |
| 4363 | 2026-03-24T15:15:34.367Z | Checking arrayref v0.3.9 |
| 4364 | 2026-03-24T15:15:34.367Z | Checking constant_time_eq v0.4.2 |
| 4365 | 2026-03-24T15:15:34.387Z | Checking topological-sort v0.2.2 |
| 4366 | 2026-03-24T15:15:34.396Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4367 | 2026-03-24T15:15:34.396Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4368 | 2026-03-24T15:15:34.396Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4369 | 2026-03-24T15:15:34.434Z | Checking shell-words v1.1.1 |
| 4370 | 2026-03-24T15:15:35.389Z | Checking omicron-zone-package v0.12.2 |
| 4371 | 2026-03-24T15:15:36.370Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4372 | 2026-03-24T15:15:37.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 4373 | 2026-03-24T15:15:37.696Z | |
| 4374 | 2026-03-24T15:15:37.696Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (250/267) |
| 4375 | 2026-03-24T15:15:41.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4376 | 2026-03-24T15:15:41.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4377 | 2026-03-24T15:15:41.319Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4378 | 2026-03-24T15:15:41.319Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4379 | 2026-03-24T15:15:41.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
| 4380 | 2026-03-24T15:15:41.319Z | |
| 4381 | 2026-03-24T15:15:41.319Z | info: running `cargo check --bins` on xtask (251/267) |
| 4382 | 2026-03-24T15:15:41.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4383 | 2026-03-24T15:15:41.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4384 | 2026-03-24T15:15:41.319Z | Checking libc v0.2.180 |
| 4385 | 2026-03-24T15:15:41.319Z | Checking serde v1.0.228 |
| 4386 | 2026-03-24T15:15:41.319Z | Checking zerofrom v0.1.6 |
| 4387 | 2026-03-24T15:15:41.319Z | Checking bitflags v2.11.0 |
| 4388 | 2026-03-24T15:15:41.319Z | Checking hashbrown v0.16.1 |
| 4389 | 2026-03-24T15:15:41.319Z | Checking smallvec v1.15.1 |
| 4390 | 2026-03-24T15:15:41.320Z | Checking serde_json v1.0.149 |
| 4391 | 2026-03-24T15:15:41.320Z | Checking scroll v0.12.0 |
| 4392 | 2026-03-24T15:15:41.320Z | Checking yoke v0.8.1 |
| 4393 | 2026-03-24T15:15:41.320Z | Checking num-traits v0.2.19 |
| 4394 | 2026-03-24T15:15:41.320Z | Checking thiserror v1.0.69 |
| 4395 | 2026-03-24T15:15:41.320Z | Checking percent-encoding v2.3.2 |
| 4396 | 2026-03-24T15:15:41.320Z | Checking zerovec v0.11.5 |
| 4397 | 2026-03-24T15:15:41.320Z | Checking zerotrie v0.2.3 |
| 4398 | 2026-03-24T15:15:41.320Z | Checking errno v0.3.14 |
| 4399 | 2026-03-24T15:15:41.320Z | Checking log v0.4.29 |
| 4400 | 2026-03-24T15:15:41.320Z | Checking rustix v1.1.3 |
| 4401 | 2026-03-24T15:15:41.320Z | Checking serde_spanned v0.6.9 |
| 4402 | 2026-03-24T15:15:41.320Z | Checking indexmap v2.13.0 |
| 4403 | 2026-03-24T15:15:41.320Z | Checking toml_datetime v0.6.11 |
| 4404 | 2026-03-24T15:15:41.320Z | Checking zerocopy v0.7.35 |
| 4405 | 2026-03-24T15:15:41.320Z | Checking goblin v0.8.2 |
| 4406 | 2026-03-24T15:15:41.400Z | Checking form_urlencoded v1.2.2 |
| 4407 | 2026-03-24T15:15:41.420Z | Checking getrandom v0.4.1 |
| 4408 | 2026-03-24T15:15:41.452Z | Checking tinystr v0.8.2 |
| 4409 | 2026-03-24T15:15:41.483Z | Checking potential_utf v0.1.4 |
| 4410 | 2026-03-24T15:15:41.555Z | Checking ordered-float v2.10.1 |
| 4411 | 2026-03-24T15:15:41.585Z | Checking thiserror v2.0.18 |
| 4412 | 2026-03-24T15:15:41.649Z | Checking icu_collections v2.1.1 |
| 4413 | 2026-03-24T15:15:41.680Z | Checking icu_locale_core v2.1.1 |
| 4414 | 2026-03-24T15:15:41.710Z | Checking syn v2.0.117 |
| 4415 | 2026-03-24T15:15:41.874Z | Checking serde-value v0.7.0 |
| 4416 | 2026-03-24T15:15:41.889Z | Checking toml_edit v0.22.27 |
| 4417 | 2026-03-24T15:15:41.909Z | Checking dtrace-parser v0.2.0 |
| 4418 | 2026-03-24T15:15:42.056Z | Checking thread-id v4.2.2 |
| 4419 | 2026-03-24T15:15:42.148Z | Checking once_cell v1.21.3 |
| 4420 | 2026-03-24T15:15:42.164Z | Checking cargo-platform v0.2.0 |
| 4421 | 2026-03-24T15:15:42.203Z | Checking terminal_size v0.4.3 |
| 4422 | 2026-03-24T15:15:42.243Z | Checking memmap v0.7.0 |
| 4423 | 2026-03-24T15:15:42.343Z | Checking clap_builder v4.5.60 |
| 4424 | 2026-03-24T15:15:42.383Z | Checking tempfile v3.25.0 |
| 4425 | 2026-03-24T15:15:42.413Z | Checking textwrap v0.16.2 |
| 4426 | 2026-03-24T15:15:42.413Z | Checking fs-err v3.3.0 |
| 4427 | 2026-03-24T15:15:42.445Z | Checking icu_provider v2.1.1 |
| 4428 | 2026-03-24T15:15:42.638Z | Checking tabled v0.15.0 |
| 4429 | 2026-03-24T15:15:42.641Z | Checking camino-tempfile v1.4.1 |
| 4430 | 2026-03-24T15:15:42.665Z | Checking anyhow v1.0.102 |
| 4431 | 2026-03-24T15:15:42.769Z | Checking icu_normalizer v2.1.1 |
| 4432 | 2026-03-24T15:15:42.857Z | Checking icu_properties v2.1.2 |
| 4433 | 2026-03-24T15:15:42.928Z | Checking macaddr v1.0.1 |
| 4434 | 2026-03-24T15:15:43.161Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4435 | 2026-03-24T15:15:43.413Z | Checking toml v0.8.23 |
| 4436 | 2026-03-24T15:15:43.847Z | Checking cargo_toml v0.21.0 |
| 4437 | 2026-03-24T15:15:43.887Z | Checking dof v0.3.0 |
| 4438 | 2026-03-24T15:15:44.015Z | Checking idna_adapter v1.2.1 |
| 4439 | 2026-03-24T15:15:44.032Z | Checking clap v4.5.60 |
| 4440 | 2026-03-24T15:15:44.165Z | Checking idna v1.1.0 |
| 4441 | 2026-03-24T15:15:44.353Z | Checking usdt-impl v0.5.0 |
| 4442 | 2026-03-24T15:15:44.462Z | Checking url v2.5.8 |
| 4443 | 2026-03-24T15:15:44.685Z | Checking usdt v0.5.0 |
| 4444 | 2026-03-24T15:15:44.937Z | Checking cargo-util-schemas v0.8.2 |
| 4445 | 2026-03-24T15:15:45.947Z | Checking cargo_metadata v0.21.0 |
| 4446 | 2026-03-24T15:15:46.811Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4447 | 2026-03-24T15:15:47.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.64s |
| 4448 | 2026-03-24T15:15:47.537Z | |
| 4449 | 2026-03-24T15:15:47.538Z | info: running `cargo check --bins` on end-to-end-tests (252/267) |
| 4450 | 2026-03-24T15:15:48.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-03-24T15:15:48.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-03-24T15:15:48.667Z | Checking polyval v0.6.2 |
| 4453 | 2026-03-24T15:15:48.818Z | Checking ctr v0.9.2 |
| 4454 | 2026-03-24T15:15:48.839Z | Checking ssh-encoding v0.2.0 |
| 4455 | 2026-03-24T15:15:48.842Z | Checking blowfish v0.9.1 |
| 4456 | 2026-03-24T15:15:48.875Z | Checking password-hash v0.4.2 |
| 4457 | 2026-03-24T15:15:48.898Z | Checking p521 v0.13.3 |
| 4458 | 2026-03-24T15:15:48.901Z | Checking p256 v0.13.2 |
| 4459 | 2026-03-24T15:15:48.936Z | Checking russh-cryptovec v0.7.3 |
| 4460 | 2026-03-24T15:15:48.998Z | Checking ghash v0.5.1 |
| 4461 | 2026-03-24T15:15:49.022Z | Checking md5 v0.7.0 |
| 4462 | 2026-03-24T15:15:49.041Z | Checking bcrypt-pbkdf v0.10.0 |
| 4463 | 2026-03-24T15:15:49.072Z | Checking num-bigint v0.4.6 |
| 4464 | 2026-03-24T15:15:49.100Z | Checking des v0.8.1 |
| 4465 | 2026-03-24T15:15:49.144Z | Checking aes-gcm v0.10.3 |
| 4466 | 2026-03-24T15:15:49.163Z | Checking pbkdf2 v0.11.0 |
| 4467 | 2026-03-24T15:15:49.233Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4468 | 2026-03-24T15:15:49.234Z | Checking hex-literal v0.4.1 |
| 4469 | 2026-03-24T15:15:49.273Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4470 | 2026-03-24T15:15:49.299Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4471 | 2026-03-24T15:15:49.330Z | Checking ssh-cipher v0.2.0 |
| 4472 | 2026-03-24T15:15:49.369Z | Checking socket2 v0.5.10 |
| 4473 | 2026-03-24T15:15:49.388Z | Checking internet-checksum v0.2.1 |
| 4474 | 2026-03-24T15:15:49.543Z | Checking ssh-key v0.6.7 |
| 4475 | 2026-03-24T15:15:49.748Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4476 | 2026-03-24T15:15:50.441Z | Checking russh-keys v0.45.0 |
| 4477 | 2026-03-24T15:15:51.189Z | Checking russh v0.45.0 |
| 4478 | 2026-03-24T15:16:12.634Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4479 | 2026-03-24T15:16:14.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.66s |
| 4480 | 2026-03-24T15:16:14.470Z | |
| 4481 | 2026-03-24T15:16:14.470Z | info: running `cargo check --bins` on gateway-cli (253/267) |
| 4482 | 2026-03-24T15:16:15.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4483 | 2026-03-24T15:16:15.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4484 | 2026-03-24T15:16:15.377Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4485 | 2026-03-24T15:16:15.508Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4486 | 2026-03-24T15:16:15.522Z | Checking termios v0.3.3 |
| 4487 | 2026-03-24T15:16:17.217Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4488 | 2026-03-24T15:16:17.415Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4489 | 2026-03-24T15:16:20.028Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4490 | 2026-03-24T15:16:20.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s |
| 4491 | 2026-03-24T15:16:21.017Z | |
| 4492 | 2026-03-24T15:16:21.017Z | info: running `cargo check --bins --no-default-features` on installinator (254/267) |
| 4493 | 2026-03-24T15:16:21.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4494 | 2026-03-24T15:16:21.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4495 | 2026-03-24T15:16:21.986Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4496 | 2026-03-24T15:16:22.125Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4497 | 2026-03-24T15:16:22.143Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4498 | 2026-03-24T15:16:22.145Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4499 | 2026-03-24T15:16:22.169Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4500 | 2026-03-24T15:16:22.425Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4501 | 2026-03-24T15:16:22.425Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4502 | 2026-03-24T15:16:23.364Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4503 | 2026-03-24T15:16:23.665Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4504 | 2026-03-24T15:16:23.703Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4505 | 2026-03-24T15:16:24.515Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4506 | 2026-03-24T15:16:26.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
| 4507 | 2026-03-24T15:16:26.872Z | |
| 4508 | 2026-03-24T15:16:26.872Z | info: running `cargo check --bins` on internal-dns-cli (255/267) |
| 4509 | 2026-03-24T15:16:27.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4510 | 2026-03-24T15:16:27.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4511 | 2026-03-24T15:16:27.757Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4512 | 2026-03-24T15:16:28.326Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4513 | 2026-03-24T15:16:28.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4514 | 2026-03-24T15:16:28.974Z | |
| 4515 | 2026-03-24T15:16:28.974Z | info: running `cargo check --bins` on omicron-live-tests (256/267) |
| 4516 | 2026-03-24T15:16:29.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4517 | 2026-03-24T15:16:29.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4518 | 2026-03-24T15:16:29.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4519 | 2026-03-24T15:16:29.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4520 | 2026-03-24T15:16:29.782Z | |
| 4521 | 2026-03-24T15:16:29.782Z | info: running `cargo check --bins` on live-tests-macros (257/267) |
| 4522 | 2026-03-24T15:16:30.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4523 | 2026-03-24T15:16:30.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4524 | 2026-03-24T15:16:30.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4525 | 2026-03-24T15:16:30.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4526 | 2026-03-24T15:16:30.585Z | |
| 4527 | 2026-03-24T15:16:30.585Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267) |
| 4528 | 2026-03-24T15:16:31.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4529 | 2026-03-24T15:16:31.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4530 | 2026-03-24T15:16:31.640Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4531 | 2026-03-24T15:16:32.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4532 | 2026-03-24T15:16:32.600Z | |
| 4533 | 2026-03-24T15:16:32.600Z | info: running `cargo check --bins` on omicron-ntp-admin (259/267) |
| 4534 | 2026-03-24T15:16:33.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4535 | 2026-03-24T15:16:33.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4536 | 2026-03-24T15:16:33.500Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4537 | 2026-03-24T15:16:33.503Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4538 | 2026-03-24T15:16:33.814Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4539 | 2026-03-24T15:16:33.814Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4540 | 2026-03-24T15:16:34.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
| 4541 | 2026-03-24T15:16:35.047Z | |
| 4542 | 2026-03-24T15:16:35.047Z | info: running `cargo check --bins` on ntp-admin-types (260/267) |
| 4543 | 2026-03-24T15:16:35.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-03-24T15:16:35.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-03-24T15:16:35.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4546 | 2026-03-24T15:16:35.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4547 | 2026-03-24T15:16:35.852Z | |
| 4548 | 2026-03-24T15:16:35.852Z | info: running `cargo check --bins` on omicron-package (261/267) |
| 4549 | 2026-03-24T15:16:36.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4550 | 2026-03-24T15:16:36.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4551 | 2026-03-24T15:16:36.777Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4552 | 2026-03-24T15:16:38.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s |
| 4553 | 2026-03-24T15:16:38.412Z | |
| 4554 | 2026-03-24T15:16:38.412Z | info: running `cargo check --bins` on tqdb (262/267) |
| 4555 | 2026-03-24T15:16:39.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4556 | 2026-03-24T15:16:39.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4557 | 2026-03-24T15:16:39.499Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4558 | 2026-03-24T15:16:39.948Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4559 | 2026-03-24T15:16:40.654Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4560 | 2026-03-24T15:16:40.657Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4561 | 2026-03-24T15:16:47.749Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4562 | 2026-03-24T15:16:48.674Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4563 | 2026-03-24T15:16:48.674Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4564 | 2026-03-24T15:16:48.677Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4565 | 2026-03-24T15:16:48.677Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4566 | 2026-03-24T15:16:49.669Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4567 | 2026-03-24T15:16:59.242Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4568 | 2026-03-24T15:17:07.691Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4569 | 2026-03-24T15:17:07.695Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4570 | 2026-03-24T15:17:07.695Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4571 | 2026-03-24T15:17:07.695Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4572 | 2026-03-24T15:17:09.656Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4573 | 2026-03-24T15:17:11.453Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4574 | 2026-03-24T15:17:12.338Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4575 | 2026-03-24T15:17:14.048Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4576 | 2026-03-24T15:17:14.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.32s |
| 4577 | 2026-03-24T15:17:14.985Z | |
| 4578 | 2026-03-24T15:17:14.985Z | info: running `cargo check --bins` on wicket-dbg (263/267) |
| 4579 | 2026-03-24T15:17:15.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4580 | 2026-03-24T15:17:15.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4581 | 2026-03-24T15:17:15.976Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4582 | 2026-03-24T15:17:15.979Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4583 | 2026-03-24T15:17:16.131Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4584 | 2026-03-24T15:17:16.175Z | Checking rtoolbox v0.0.3 |
| 4585 | 2026-03-24T15:17:16.178Z | Checking tui-tree-widget v0.23.1 |
| 4586 | 2026-03-24T15:17:16.342Z | Checking rpassword v7.4.0 |
| 4587 | 2026-03-24T15:17:16.436Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4588 | 2026-03-24T15:17:17.402Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4589 | 2026-03-24T15:17:24.559Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4590 | 2026-03-24T15:17:25.489Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4591 | 2026-03-24T15:17:26.934Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4592 | 2026-03-24T15:17:31.142Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4593 | 2026-03-24T15:17:33.671Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4594 | 2026-03-24T15:17:34.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.85s |
| 4595 | 2026-03-24T15:17:35.080Z | |
| 4596 | 2026-03-24T15:17:35.080Z | info: running `cargo check --bins` on wicket (264/267) |
| 4597 | 2026-03-24T15:17:35.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4598 | 2026-03-24T15:17:35.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4599 | 2026-03-24T15:17:36.034Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4600 | 2026-03-24T15:17:36.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4601 | 2026-03-24T15:17:36.715Z | |
| 4602 | 2026-03-24T15:17:36.715Z | info: running `cargo check --bins` on wicketd (265/267) |
| 4603 | 2026-03-24T15:17:37.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4604 | 2026-03-24T15:17:37.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4605 | 2026-03-24T15:17:37.710Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4606 | 2026-03-24T15:17:37.713Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4607 | 2026-03-24T15:17:37.848Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4608 | 2026-03-24T15:17:37.862Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4609 | 2026-03-24T15:17:39.043Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4610 | 2026-03-24T15:17:39.828Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4611 | 2026-03-24T15:17:43.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s |
| 4612 | 2026-03-24T15:17:44.127Z | |
| 4613 | 2026-03-24T15:17:44.127Z | info: running `cargo check --bins` on omicron-workspace-hack (266/267) |
| 4614 | 2026-03-24T15:17:44.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4615 | 2026-03-24T15:17:44.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4616 | 2026-03-24T15:17:44.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4617 | 2026-03-24T15:17:44.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4618 | 2026-03-24T15:17:44.934Z | |
| 4619 | 2026-03-24T15:17:44.934Z | info: running `cargo check --bins` on zone-setup (267/267) |
| 4620 | 2026-03-24T15:17:45.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4621 | 2026-03-24T15:17:45.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4622 | 2026-03-24T15:17:45.862Z | Checking uzers v0.12.2 |
| 4623 | 2026-03-24T15:17:46.212Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4624 | 2026-03-24T15:17:47.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
| 4625 | 2026-03-24T15:17:47.433Z | |
| 4626 | 2026-03-24T15:17:47.436Z | real 19:24.130417853 |
| 4627 | 2026-03-24T15:17:47.436Z | user 28:54.702660257 |
| 4628 | 2026-03-24T15:17:47.436Z | sys 5:17.645274622 |
| 4629 | 2026-03-24T15:17:47.436Z | trap 0.487841453 |
| 4630 | 2026-03-24T15:17:47.436Z | tflt 0.305155642 |
| 4631 | 2026-03-24T15:17:47.436Z | dflt 0.666796552 |
| 4632 | 2026-03-24T15:17:47.436Z | kflt 0.001126680 |
| 4633 | 2026-03-24T15:17:47.436Z | lock 1:44:53.894289456 |
| 4634 | 2026-03-24T15:17:47.436Z | slp 2:15:30.296113998 |
| 4635 | 2026-03-24T15:17:47.436Z | lat 1:23.650809644 |
| 4636 | 2026-03-24T15:17:47.436Z | stop 5:27.046078035 |
| 4637 | 2026-03-24T15:17:47.436Z | process exited: duration 1416615 ms, exit code 0 |
| |
| 4638 | 2026-03-24T15:17:47.442Z | found 0 output files |