|
|
|
| 1 | 2026-03-04T17:28:57.016Z | job assigned to worker 01KJWY8NKMV35HV53XWF6QRQME [factory aws, i-04e546d938de74cb7] (queued for 53 s) |
| |
| 2 | 2026-03-04T17:29:05.936Z | starting task 0: "setup" |
| 3 | 2026-03-04T17:29:05.941Z | ++ uname -s |
| 4 | 2026-03-04T17:29:05.943Z | + kern=SunOS |
| 5 | 2026-03-04T17:29:05.943Z | + build_user=build |
| 6 | 2026-03-04T17:29:05.943Z | + build_uid=12345 |
| 7 | 2026-03-04T17:29:05.943Z | + work_dir=/work |
| 8 | 2026-03-04T17:29:05.943Z | + input_dir=/input |
| 9 | 2026-03-04T17:29:05.943Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-04T17:29:05.943Z | + case "$kern" in |
| 11 | 2026-03-04T17:29:05.944Z | + groupadd -g 12345 build |
| 12 | 2026-03-04T17:29:05.946Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-04T17:29:07.954Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-04T17:29:08.076Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-04T17:29:08.079Z | + home_fs=zfs |
| 16 | 2026-03-04T17:29:08.079Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-04T17:29:08.079Z | + mkdir -p /home/build |
| 18 | 2026-03-04T17:29:08.082Z | + chown build:build /home/build /work |
| 19 | 2026-03-04T17:29:10.083Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-04T17:29:10.086Z | process exited: duration 4151 ms, exit code 0 |
| |
| 21 | 2026-03-04T17:29:10.091Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-04T17:29:10.097Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-04T17:29:10.097Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-04T17:29:10.097Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-04T17:29:10.097Z | * rust toolchain profile = "default" |
| 26 | 2026-03-04T17:29:10.097Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-04T17:29:10.097Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-04T17:29:10.101Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-04T17:29:10.101Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-04T17:29:10.237Z | info: downloading installer |
| 31 | 2026-03-04T17:29:12.022Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-04T17:29:12.022Z | warn: /opt/ooce/bin |
| 33 | 2026-03-04T17:29:12.022Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-04T17:29:12.022Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-04T17:29:12.022Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-04T17:29:12.022Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-04T17:29:12.022Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-04T17:29:12.022Z | error: cannot install while Rust is installed |
| 39 | 2026-03-04T17:29:12.022Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-04T17:29:12.050Z | info: profile set to 'default' |
| 41 | 2026-03-04T17:29:12.050Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-04T17:29:12.053Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-04T17:29:12.247Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-04T17:29:12.247Z | info: downloading component 'cargo' |
| 45 | 2026-03-04T17:29:13.616Z | info: downloading component 'clippy' |
| 46 | 2026-03-04T17:29:14.092Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-04T17:29:16.351Z | info: downloading component 'rust-std' |
| 48 | 2026-03-04T17:29:18.471Z | info: downloading component 'rustc' |
| 49 | 2026-03-04T17:29:27.471Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-04T17:29:27.818Z | info: installing component 'cargo' |
| 51 | 2026-03-04T17:29:28.729Z | info: installing component 'clippy' |
| 52 | 2026-03-04T17:29:29.127Z | info: installing component 'rust-docs' |
| 53 | 2026-03-04T17:29:31.059Z | info: installing component 'rust-std' |
| 54 | 2026-03-04T17:29:32.854Z | info: installing component 'rustc' |
| 55 | 2026-03-04T17:29:39.495Z | info: installing component 'rustfmt' |
| 56 | 2026-03-04T17:29:39.836Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-04T17:29:39.836Z | |
| 58 | 2026-03-04T17:29:40.288Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-04T17:29:40.288Z | |
| 60 | 2026-03-04T17:29:40.291Z | |
| 61 | 2026-03-04T17:29:40.291Z | Rust is installed now. Great! |
| 62 | 2026-03-04T17:29:40.291Z | |
| 63 | 2026-03-04T17:29:40.291Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-04T17:29:40.291Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-04T17:29:40.291Z | |
| 66 | 2026-03-04T17:29:40.291Z | To configure your current shell, you need to source |
| 67 | 2026-03-04T17:29:40.291Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-04T17:29:40.291Z | |
| 69 | 2026-03-04T17:29:40.291Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-04T17:29:40.291Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-04T17:29:40.291Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-04T17:29:40.291Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-04T17:29:40.395Z | + rustup --version |
| 74 | 2026-03-04T17:29:40.407Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-04T17:29:40.410Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-04T17:29:40.506Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-04T17:29:40.510Z | + cargo --version |
| 78 | 2026-03-04T17:29:40.584Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-04T17:29:40.587Z | + rustc --version |
| 80 | 2026-03-04T17:29:40.660Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-04T17:29:40.663Z | process exited: duration 30569 ms, exit code 0 |
| |
| 82 | 2026-03-04T17:29:40.669Z | starting task 2: "authentication" |
| 83 | 2026-03-04T17:29:40.691Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-03-04T17:29:40.700Z | starting task 3: "clone repository" |
| 85 | 2026-03-04T17:29:40.702Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-04T17:29:40.705Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-04T17:29:40.743Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-04T17:30:47.603Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-04T17:30:47.603Z | + git fetch origin e18753cdeab5a6cf6106cfc3cabecde735f7147e |
| 90 | 2026-03-04T17:30:48.454Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-04T17:30:48.454Z | * branch e18753cdeab5a6cf6106cfc3cabecde735f7147e -> FETCH_HEAD |
| 92 | 2026-03-04T17:30:48.468Z | + [[ -n jmcarp/zone-metrics ]] |
| 93 | 2026-03-04T17:30:48.470Z | ++ git branch --show-current |
| 94 | 2026-03-04T17:30:48.470Z | + current=main |
| 95 | 2026-03-04T17:30:48.470Z | + [[ main != jmcarp/zone-metrics ]] |
| 96 | 2026-03-04T17:30:48.471Z | + git branch -f jmcarp/zone-metrics e18753cdeab5a6cf6106cfc3cabecde735f7147e |
| 97 | 2026-03-04T17:30:48.474Z | + git checkout -f jmcarp/zone-metrics |
| 98 | 2026-03-04T17:30:48.827Z | Switched to branch 'jmcarp/zone-metrics' |
| 99 | 2026-03-04T17:30:48.830Z | + git reset --hard e18753cdeab5a6cf6106cfc3cabecde735f7147e |
| 100 | 2026-03-04T17:30:48.847Z | HEAD is now at e18753cde Add per-zone cpu metrics. |
| 101 | 2026-03-04T17:30:48.850Z | process exited: duration 68147 ms, exit code 0 |
| |
| 102 | 2026-03-04T17:30:48.856Z | starting task 4: "build" |
| 103 | 2026-03-04T17:30:48.861Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-04T17:30:48.861Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-04T17:30:48.861Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-04T17:30:48.864Z | + cargo --version |
| 107 | 2026-03-04T17:30:48.923Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-04T17:30:48.926Z | + rustc --version |
| 109 | 2026-03-04T17:30:49.000Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-04T17:30:49.003Z | + source ./env.sh |
| 111 | 2026-03-04T17:30:49.003Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2026-03-04T17:30:49.004Z | ++ set -o xtrace |
| 113 | 2026-03-04T17:30:49.006Z | ++++ dirname ./env.sh |
| 114 | 2026-03-04T17:30:49.009Z | +++ readlink -f . |
| 115 | 2026-03-04T17:30:49.012Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2026-03-04T17:30:49.012Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-03-04T17:30:49.012Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-03-04T17:30:49.012Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 119 | 2026-03-04T17:30:49.012Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 120 | 2026-03-04T17:30:49.012Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 121 | 2026-03-04T17:30:49.012Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 122 | 2026-03-04T17:30:49.012Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 123 | 2026-03-04T17:30:49.012Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 124 | 2026-03-04T17:30:49.012Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2026-03-04T17:30:49.012Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2026-03-04T17:30:49.012Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 127 | 2026-03-04T17:30:49.012Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 128 | 2026-03-04T17:30:49.012Z | + banner prerequisites |
| 129 | 2026-03-04T17:30:49.015Z | |
| 130 | 2026-03-04T17:30:49.015Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2026-03-04T17:30:49.015Z | # # # # # # # # # # # # # # # |
| 132 | 2026-03-04T17:30:49.015Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2026-03-04T17:30:49.015Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2026-03-04T17:30:49.015Z | # # # # # # # # # # # # # # # |
| 135 | 2026-03-04T17:30:49.015Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2026-03-04T17:30:49.015Z | |
| 137 | 2026-03-04T17:30:49.015Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2026-03-04T17:31:00.340Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2026-03-04T17:31:10.865Z | Startup: Caching catalogs ... Done |
| 140 | 2026-03-04T17:31:34.262Z | Planning: Solver setup ... Done (21.656s) |
| 141 | 2026-03-04T17:31:34.426Z | Planning: Running solver ... Done (0.163s) |
| 142 | 2026-03-04T17:31:34.593Z | Planning: Finding local manifests ... Done (0.003s) |
| 143 | 2026-03-04T17:31:34.607Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2026-03-04T17:31:36.581Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2026-03-04T17:31:36.629Z | Planning: Package planning ... Done (0.047s) |
| 146 | 2026-03-04T17:31:36.678Z | Planning: Merging actions ... Done (0.050s) |
| 147 | 2026-03-04T17:31:36.956Z | Planning: Checking for conflicting actions ... Done (0.278s) |
| 148 | 2026-03-04T17:31:36.967Z | Planning: Consolidating action changes ... Done (0.011s) |
| 149 | 2026-03-04T17:31:38.294Z | Planning: Evaluating mediators ... Done (1.326s) |
| 150 | 2026-03-04T17:31:38.303Z | Planning: Planning completed in 27.29 seconds |
| 151 | 2026-03-04T17:31:38.319Z | Packages to install: 4 |
| 152 | 2026-03-04T17:31:38.319Z | Mediators to change: 2 |
| 153 | 2026-03-04T17:31:38.319Z | Services to change: 1 |
| 154 | 2026-03-04T17:31:38.322Z | Estimated space available: 155.43 GB |
| 155 | 2026-03-04T17:31:38.322Z | Estimated space to be consumed: 1.82 GB |
| 156 | 2026-03-04T17:31:38.322Z | Create boot environment: No |
| 157 | 2026-03-04T17:31:38.322Z | Create backup boot environment: No |
| 158 | 2026-03-04T17:31:38.322Z | Rebuild boot archive: No |
| 159 | 2026-03-04T17:31:38.322Z | |
| 160 | 2026-03-04T17:31:38.322Z | Changed mediators: |
| 161 | 2026-03-04T17:31:38.322Z | mediator clang: |
| 162 | 2026-03-04T17:31:38.322Z | version: None -> 15 (system default) |
| 163 | 2026-03-04T17:31:38.322Z | |
| 164 | 2026-03-04T17:31:38.322Z | mediator llvm: |
| 165 | 2026-03-04T17:31:38.322Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2026-03-04T17:31:38.322Z | |
| 167 | 2026-03-04T17:31:38.322Z | Changed packages: |
| 168 | 2026-03-04T17:31:38.322Z | helios-dev |
| 169 | 2026-03-04T17:31:38.322Z | developer/build-essential |
| 170 | 2026-03-04T17:31:38.322Z | None -> 11-2.0 |
| 171 | 2026-03-04T17:31:38.322Z | library/libxmlsec1 |
| 172 | 2026-03-04T17:31:38.322Z | None -> 1.2.35-2.0 |
| 173 | 2026-03-04T17:31:38.323Z | ooce/developer/clang-15 |
| 174 | 2026-03-04T17:31:38.323Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-04T17:31:38.323Z | ooce/developer/llvm-15 |
| 176 | 2026-03-04T17:31:38.323Z | None -> 15.0.7-2.0 |
| 177 | 2026-03-04T17:31:38.323Z | |
| 178 | 2026-03-04T17:31:38.323Z | Services: |
| 179 | 2026-03-04T17:31:38.323Z | restart_fmri: |
| 180 | 2026-03-04T17:31:38.323Z | svc:/system/update-man-index:default |
| 181 | 2026-03-04T17:31:38.374Z | |
| 182 | 2026-03-04T17:31:38.374Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2026-03-04T17:32:23.266Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (24.7M/s) |
| 184 | 2026-03-04T17:32:23.443Z | Download: 3251/3290 items 203.4/212.6MB 95% complete (20.3M/s) |
| 185 | 2026-03-04T17:32:23.443Z | Download: Completed 212.60 MB in 10.87 seconds (19.6M/s) |
| 186 | 2026-03-04T17:32:23.443Z | Actions: 1/3689 actions (Installing new actions) |
| 187 | 2026-03-04T17:32:23.460Z | Actions: Completed 3689 actions in 4.54 seconds. |
| 188 | 2026-03-04T17:32:23.460Z | Done (0.421s) |
| 189 | 2026-03-04T17:32:23.460Z | Done (0.000s) |
| 190 | 2026-03-04T17:32:23.460Z | Done (1.123s) |
| 191 | 2026-03-04T17:32:23.460Z | Done (4.082s) |
| 192 | 2026-03-04T17:32:23.460Z | Done (0.018s) |
| 193 | 2026-03-04T17:32:23.460Z | Done (0.000s) |
| 194 | 2026-03-04T17:32:23.460Z | Done (0.000s) |
| 195 | 2026-03-04T17:32:23.460Z | Planning: Evaluating mediator changes ... Done |
| 196 | 2026-03-04T17:32:23.460Z | Planning: Checking for conflicting actions ... Done |
| 197 | 2026-03-04T17:32:23.461Z | Planning: Consolidating action changes ... Done |
| 198 | 2026-03-04T17:32:23.461Z | Planning: Evaluating mediators ... Done |
| 199 | 2026-03-04T17:32:23.461Z | Planning: Planning completed in 0.43 seconds |
| 200 | 2026-03-04T17:32:23.461Z | Mediators to change: 2 |
| 201 | 2026-03-04T17:32:23.461Z | Create boot environment: No |
| 202 | 2026-03-04T17:32:23.461Z | Create backup boot environment: No |
| 203 | 2026-03-04T17:32:23.461Z | Done |
| 204 | 2026-03-04T17:32:23.461Z | Done |
| 205 | 2026-03-04T17:32:23.461Z | Done |
| 206 | 2026-03-04T17:32:23.461Z | Done |
| 207 | 2026-03-04T17:32:23.461Z | Done |
| 208 | 2026-03-04T17:32:23.461Z | Done |
| 209 | 2026-03-04T17:32:23.461Z | Done |
| 210 | 2026-03-04T17:32:23.461Z | Planning: Evaluating mediator changes ... Done |
| 211 | 2026-03-04T17:32:23.461Z | Planning: Merging actions ... Done |
| 212 | 2026-03-04T17:32:23.461Z | Planning: Checking for conflicting actions ... Done |
| 213 | 2026-03-04T17:32:23.461Z | Planning: Consolidating action changes ... Done |
| 214 | 2026-03-04T17:32:23.461Z | Planning: Evaluating mediators ... Done |
| 215 | 2026-03-04T17:32:23.461Z | Planning: Planning completed in 0.75 seconds |
| 216 | 2026-03-04T17:32:23.461Z | Packages to change: 1 |
| 217 | 2026-03-04T17:32:23.461Z | Mediators to change: 1 |
| 218 | 2026-03-04T17:32:23.461Z | Services to change: 1 |
| 219 | 2026-03-04T17:32:23.461Z | Create boot environment: No |
| 220 | 2026-03-04T17:32:23.461Z | Create backup boot environment: Yes |
| 221 | 2026-03-04T17:32:23.461Z | Actions: 1/6 actions (Updating modified actions) |
| 222 | 2026-03-04T17:32:23.461Z | Actions: Completed 6 actions in 0.00 seconds. |
| 223 | 2026-03-04T17:32:23.461Z | Done |
| 224 | 2026-03-04T17:32:23.461Z | Done |
| 225 | 2026-03-04T17:32:23.462Z | Done |
| 226 | 2026-03-04T17:32:23.462Z | Done |
| 227 | 2026-03-04T17:32:23.462Z | Done |
| 228 | 2026-03-04T17:32:23.462Z | Done |
| 229 | 2026-03-04T17:32:23.462Z | Done |
| 230 | 2026-03-04T17:32:23.462Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 231 | 2026-03-04T17:32:23.462Z | clang system 15 system |
| 232 | 2026-03-04T17:32:23.462Z | csh system system illumos |
| 233 | 2026-03-04T17:32:23.462Z | ctags system system illumos |
| 234 | 2026-03-04T17:32:23.462Z | file system system illumos |
| 235 | 2026-03-04T17:32:23.462Z | gcc vendor 12 vendor |
| 236 | 2026-03-04T17:32:23.462Z | gcc system 10 system |
| 237 | 2026-03-04T17:32:23.462Z | gcc system 7 system |
| 238 | 2026-03-04T17:32:23.462Z | go system 1.20 system |
| 239 | 2026-03-04T17:32:23.462Z | go system 1.19 system |
| 240 | 2026-03-04T17:32:23.462Z | llvm system 15 system |
| 241 | 2026-03-04T17:32:23.462Z | llvm system 14 system |
| 242 | 2026-03-04T17:32:23.462Z | mariadb system 10.6 system |
| 243 | 2026-03-04T17:32:23.462Z | mta vendor vendor dma |
| 244 | 2026-03-04T17:32:23.462Z | openjdk system 17 system |
| 245 | 2026-03-04T17:32:23.462Z | openjdk system 11 system |
| 246 | 2026-03-04T17:32:23.462Z | openjdk system 1.8 system |
| 247 | 2026-03-04T17:32:23.462Z | openssl vendor 3 vendor |
| 248 | 2026-03-04T17:32:23.462Z | perl system 5.36 system |
| 249 | 2026-03-04T17:32:23.462Z | postgresql system 15 system |
| 250 | 2026-03-04T17:32:23.462Z | postgresql system 13 system |
| 251 | 2026-03-04T17:32:23.462Z | python vendor 3 vendor |
| 252 | 2026-03-04T17:32:23.462Z | python system 2 system |
| 253 | 2026-03-04T17:32:23.463Z | python3 system 3.11 system |
| 254 | 2026-03-04T17:32:23.463Z | ruby system 3.0 system |
| 255 | 2026-03-04T17:32:23.463Z | words vendor vendor american-english |
| 256 | 2026-03-04T17:32:23.463Z | words system system australian-english |
| 257 | 2026-03-04T17:32:23.463Z | words system system british-english |
| 258 | 2026-03-04T17:32:23.463Z | words system system canadian-english |
| 259 | 2026-03-04T17:32:23.463Z | words system system french |
| 260 | 2026-03-04T17:32:23.463Z | words system system italian |
| 261 | 2026-03-04T17:32:23.463Z | words system system ngerman |
| 262 | 2026-03-04T17:32:23.463Z | words system system ogerman |
| 263 | 2026-03-04T17:32:23.463Z | words system system spanish |
| 264 | 2026-03-04T17:32:23.463Z | PUBLISHER TYPE STATUS P LOCATION |
| 265 | 2026-03-04T17:32:23.463Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 266 | 2026-03-04T17:32:23.463Z | FMRI IFO |
| 267 | 2026-03-04T17:32:23.463Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 268 | 2026-03-04T17:32:23.463Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 269 | 2026-03-04T17:32:23.463Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 270 | 2026-03-04T17:32:23.463Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 271 | 2026-03-04T17:32:23.463Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 272 | 2026-03-04T17:32:23.463Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 273 | 2026-03-04T17:32:23.464Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 274 | 2026-03-04T17:32:23.464Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 275 | 2026-03-04T17:32:23.464Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 276 | 2026-03-04T17:32:23.464Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 277 | 2026-03-04T17:32:23.464Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 278 | 2026-03-04T17:32:23.464Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 279 | 2026-03-04T17:32:23.464Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 280 | 2026-03-04T17:32:23.464Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 281 | 2026-03-04T17:32:23.464Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 282 | 2026-03-04T17:32:23.464Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 283 | 2026-03-04T17:32:23.464Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 284 | 2026-03-04T17:32:23.661Z | Updating crates.io index |
| 285 | 2026-03-04T17:32:23.683Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 286 | 2026-03-04T17:32:24.317Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 287 | 2026-03-04T17:32:25.014Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 288 | 2026-03-04T17:32:25.697Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 289 | 2026-03-04T17:32:26.373Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 290 | 2026-03-04T17:32:30.831Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 291 | 2026-03-04T17:32:37.045Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 292 | 2026-03-04T17:32:39.470Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 293 | 2026-03-04T17:32:40.247Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 294 | 2026-03-04T17:32:44.301Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 295 | 2026-03-04T17:32:45.933Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 296 | 2026-03-04T17:32:48.744Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2026-03-04T17:32:49.391Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 298 | 2026-03-04T17:32:50.529Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 299 | 2026-03-04T17:32:51.169Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 300 | 2026-03-04T17:32:53.274Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 301 | 2026-03-04T17:32:54.582Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 302 | 2026-03-04T17:32:55.412Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2026-03-04T17:32:56.109Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 304 | 2026-03-04T17:32:56.844Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2026-03-04T17:32:57.439Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2026-03-04T17:32:58.022Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2026-03-04T17:32:59.416Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 308 | 2026-03-04T17:33:00.407Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 309 | 2026-03-04T17:33:01.323Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 310 | 2026-03-04T17:33:02.665Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 311 | 2026-03-04T17:33:03.429Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 312 | 2026-03-04T17:33:04.139Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 313 | 2026-03-04T17:33:04.828Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 314 | 2026-03-04T17:33:07.241Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 315 | 2026-03-04T17:33:07.733Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 316 | 2026-03-04T17:33:08.589Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 317 | 2026-03-04T17:33:09.229Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 318 | 2026-03-04T17:33:10.022Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 319 | 2026-03-04T17:33:10.963Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 320 | 2026-03-04T17:33:11.553Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 321 | 2026-03-04T17:33:12.123Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 322 | 2026-03-04T17:33:12.882Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 323 | 2026-03-04T17:34:02.776Z | Downloading crates ... |
| 324 | 2026-03-04T17:34:02.836Z | Downloaded anstream v0.6.21 |
| 325 | 2026-03-04T17:34:02.839Z | Downloaded anstyle-query v1.1.5 |
| 326 | 2026-03-04T17:34:02.844Z | Downloaded anstyle v1.0.13 |
| 327 | 2026-03-04T17:34:02.847Z | Downloaded clap_derive v4.5.55 |
| 328 | 2026-03-04T17:34:02.849Z | Downloaded generic-array v0.14.7 |
| 329 | 2026-03-04T17:34:02.849Z | Downloaded unicode-xid v0.2.6 |
| 330 | 2026-03-04T17:34:02.852Z | Downloaded fastrand v2.3.0 |
| 331 | 2026-03-04T17:34:02.852Z | Downloaded cargo_metadata v0.21.0 |
| 332 | 2026-03-04T17:34:02.856Z | Downloaded autocfg v1.5.0 |
| 333 | 2026-03-04T17:34:02.858Z | Downloaded toml_write v0.1.2 |
| 334 | 2026-03-04T17:34:02.858Z | Downloaded utf8parse v0.2.2 |
| 335 | 2026-03-04T17:34:02.859Z | Downloaded thiserror-impl v2.0.18 |
| 336 | 2026-03-04T17:34:02.861Z | Downloaded thiserror-impl v1.0.69 |
| 337 | 2026-03-04T17:34:02.861Z | Downloaded toml_datetime v0.6.11 |
| 338 | 2026-03-04T17:34:02.864Z | Downloaded unicode-linebreak v0.1.5 |
| 339 | 2026-03-04T17:34:02.864Z | Downloaded thread-id v4.2.2 |
| 340 | 2026-03-04T17:34:02.867Z | Downloaded heck v0.4.1 |
| 341 | 2026-03-04T17:34:02.867Z | Downloaded dtrace-parser v0.2.0 |
| 342 | 2026-03-04T17:34:02.867Z | Downloaded version_check v0.9.5 |
| 343 | 2026-03-04T17:34:02.870Z | Downloaded clap_lex v1.0.0 |
| 344 | 2026-03-04T17:34:02.870Z | Downloaded memmap v0.7.0 |
| 345 | 2026-03-04T17:34:02.873Z | Downloaded scroll_derive v0.12.1 |
| 346 | 2026-03-04T17:34:02.873Z | Downloaded idna_adapter v1.2.1 |
| 347 | 2026-03-04T17:34:02.873Z | Downloaded equivalent v1.0.2 |
| 348 | 2026-03-04T17:34:02.876Z | Downloaded block-buffer v0.10.4 |
| 349 | 2026-03-04T17:34:02.876Z | Downloaded cfg-if v1.0.4 |
| 350 | 2026-03-04T17:34:02.876Z | Downloaded fnv v1.0.7 |
| 351 | 2026-03-04T17:34:02.879Z | Downloaded cpufeatures v0.2.17 |
| 352 | 2026-03-04T17:34:02.879Z | Downloaded usdt v0.5.0 |
| 353 | 2026-03-04T17:34:02.882Z | Downloaded typeid v1.0.3 |
| 354 | 2026-03-04T17:34:02.882Z | Downloaded zerofrom-derive v0.1.6 |
| 355 | 2026-03-04T17:34:02.882Z | Downloaded yoke-derive v0.8.1 |
| 356 | 2026-03-04T17:34:02.885Z | Downloaded digest v0.10.7 |
| 357 | 2026-03-04T17:34:02.885Z | Downloaded usdt-attr-macro v0.5.0 |
| 358 | 2026-03-04T17:34:02.889Z | Downloaded thiserror v2.0.18 |
| 359 | 2026-03-04T17:34:02.892Z | Downloaded zerofrom v0.1.6 |
| 360 | 2026-03-04T17:34:02.892Z | Downloaded zmij v1.0.21 |
| 361 | 2026-03-04T17:34:02.895Z | Downloaded tinystr v0.8.2 |
| 362 | 2026-03-04T17:34:02.897Z | Downloaded erased-serde v0.4.9 |
| 363 | 2026-03-04T17:34:02.901Z | Downloaded utf8_iter v1.0.4 |
| 364 | 2026-03-04T17:34:02.901Z | Downloaded thiserror v1.0.69 |
| 365 | 2026-03-04T17:34:02.904Z | Downloaded yoke v0.8.1 |
| 366 | 2026-03-04T17:34:02.907Z | Downloaded pretty-hex v0.4.1 |
| 367 | 2026-03-04T17:34:02.907Z | Downloaded plain v0.2.3 |
| 368 | 2026-03-04T17:34:02.910Z | Downloaded zerovec-derive v0.11.2 |
| 369 | 2026-03-04T17:34:02.910Z | Downloaded writeable v0.6.2 |
| 370 | 2026-03-04T17:34:02.915Z | Downloaded stable_deref_trait v1.2.1 |
| 371 | 2026-03-04T17:34:02.915Z | Downloaded dof v0.3.0 |
| 372 | 2026-03-04T17:34:02.918Z | Downloaded cargo_toml v0.21.0 |
| 373 | 2026-03-04T17:34:02.918Z | Downloaded zerocopy-derive v0.7.35 |
| 374 | 2026-03-04T17:34:02.922Z | Downloaded tabled_derive v0.7.0 |
| 375 | 2026-03-04T17:34:02.922Z | Downloaded smawk v0.3.2 |
| 376 | 2026-03-04T17:34:02.925Z | Downloaded bitflags v2.11.0 |
| 377 | 2026-03-04T17:34:02.928Z | Downloaded unicode-ident v1.0.24 |
| 378 | 2026-03-04T17:34:02.928Z | Downloaded textwrap v0.16.2 |
| 379 | 2026-03-04T17:34:02.931Z | Downloaded fs-err v3.3.0 |
| 380 | 2026-03-04T17:34:02.934Z | Downloaded is_terminal_polyfill v1.70.2 |
| 381 | 2026-03-04T17:34:02.935Z | Downloaded typenum v1.19.0 |
| 382 | 2026-03-04T17:34:02.938Z | Downloaded terminal_size v0.4.3 |
| 383 | 2026-03-04T17:34:02.938Z | Downloaded potential_utf v0.1.4 |
| 384 | 2026-03-04T17:34:02.941Z | Downloaded crypto-common v0.1.7 |
| 385 | 2026-03-04T17:34:02.941Z | Downloaded toml v0.8.23 |
| 386 | 2026-03-04T17:34:02.941Z | Downloaded toml_edit v0.22.27 |
| 387 | 2026-03-04T17:34:02.945Z | Downloaded zerotrie v0.2.3 |
| 388 | 2026-03-04T17:34:02.950Z | Downloaded swrite v0.1.0 |
| 389 | 2026-03-04T17:34:02.950Z | Downloaded url v2.5.8 |
| 390 | 2026-03-04T17:34:02.953Z | Downloaded ordered-float v2.10.1 |
| 391 | 2026-03-04T17:34:02.953Z | Downloaded macaddr v1.0.1 |
| 392 | 2026-03-04T17:34:02.956Z | Downloaded percent-encoding v2.3.2 |
| 393 | 2026-03-04T17:34:02.956Z | Downloaded itoa v1.0.17 |
| 394 | 2026-03-04T17:34:02.959Z | Downloaded proc-macro-error v1.0.4 |
| 395 | 2026-03-04T17:34:02.962Z | Downloaded cargo-platform v0.2.0 |
| 396 | 2026-03-04T17:34:02.962Z | Downloaded strsim v0.11.1 |
| 397 | 2026-03-04T17:34:02.962Z | Downloaded displaydoc v0.2.5 |
| 398 | 2026-03-04T17:34:02.965Z | Downloaded smallvec v1.15.1 |
| 399 | 2026-03-04T17:34:02.968Z | Downloaded zerovec v0.11.5 |
| 400 | 2026-03-04T17:34:02.971Z | Downloaded zerocopy v0.7.35 |
| 401 | 2026-03-04T17:34:02.985Z | Downloaded winnow v0.7.14 |
| 402 | 2026-03-04T17:34:02.993Z | Downloaded camino-tempfile v1.4.1 |
| 403 | 2026-03-04T17:34:02.996Z | Downloaded camino v1.2.2 |
| 404 | 2026-03-04T17:34:02.999Z | Downloaded synstructure v0.13.2 |
| 405 | 2026-03-04T17:34:02.999Z | Downloaded serde_tokenstream v0.2.3 |
| 406 | 2026-03-04T17:34:03.002Z | Downloaded unicode-width v0.2.0 |
| 407 | 2026-03-04T17:34:03.005Z | Downloaded unicode-width v0.1.14 |
| 408 | 2026-03-04T17:34:03.008Z | Downloaded sha2 v0.10.9 |
| 409 | 2026-03-04T17:34:03.011Z | Downloaded serde_core v1.0.228 |
| 410 | 2026-03-04T17:34:03.014Z | Downloaded quote v1.0.44 |
| 411 | 2026-03-04T17:34:03.017Z | Downloaded litemap v0.8.1 |
| 412 | 2026-03-04T17:34:03.017Z | Downloaded getrandom v0.4.1 |
| 413 | 2026-03-04T17:34:03.020Z | Downloaded bytecount v0.6.9 |
| 414 | 2026-03-04T17:34:03.023Z | Downloaded semver v1.0.27 |
| 415 | 2026-03-04T17:34:03.026Z | Downloaded scroll v0.12.0 |
| 416 | 2026-03-04T17:34:03.026Z | Downloaded tempfile v3.25.0 |
| 417 | 2026-03-04T17:34:03.029Z | Downloaded serde-untagged v0.1.9 |
| 418 | 2026-03-04T17:34:03.029Z | Downloaded pest_derive v2.8.6 |
| 419 | 2026-03-04T17:34:03.033Z | Downloaded icu_properties v2.1.2 |
| 420 | 2026-03-04T17:34:03.036Z | Downloaded log v0.4.29 |
| 421 | 2026-03-04T17:34:03.036Z | Downloaded byteorder v1.5.0 |
| 422 | 2026-03-04T17:34:03.036Z | Downloaded anyhow v1.0.102 |
| 423 | 2026-03-04T17:34:03.039Z | Downloaded serde_derive v1.0.228 |
| 424 | 2026-03-04T17:34:03.043Z | Downloaded cargo-util-schemas v0.8.2 |
| 425 | 2026-03-04T17:34:03.048Z | Downloaded once_cell v1.21.3 |
| 426 | 2026-03-04T17:34:03.048Z | Downloaded icu_provider v2.1.1 |
| 427 | 2026-03-04T17:34:03.052Z | Downloaded serde_spanned v0.6.9 |
| 428 | 2026-03-04T17:34:03.052Z | Downloaded ucd-trie v0.1.7 |
| 429 | 2026-03-04T17:34:03.052Z | Downloaded papergrid v0.11.0 |
| 430 | 2026-03-04T17:34:03.055Z | Downloaded proc-macro2 v1.0.106 |
| 431 | 2026-03-04T17:34:03.058Z | Downloaded pest_generator v2.8.6 |
| 432 | 2026-03-04T17:34:03.058Z | Downloaded num-traits v0.2.19 |
| 433 | 2026-03-04T17:34:03.061Z | Downloaded usdt-macro v0.5.0 |
| 434 | 2026-03-04T17:34:03.061Z | Downloaded usdt-impl v0.5.0 |
| 435 | 2026-03-04T17:34:03.061Z | Downloaded heck v0.5.0 |
| 436 | 2026-03-04T17:34:03.064Z | Downloaded colorchoice v1.0.4 |
| 437 | 2026-03-04T17:34:03.064Z | Downloaded anstyle-parse v0.2.7 |
| 438 | 2026-03-04T17:34:03.067Z | Downloaded serde-value v0.7.0 |
| 439 | 2026-03-04T17:34:03.067Z | Downloaded proc-macro-error-attr v1.0.4 |
| 440 | 2026-03-04T17:34:03.067Z | Downloaded pest_meta v2.8.6 |
| 441 | 2026-03-04T17:34:03.072Z | Downloaded icu_normalizer_data v2.1.1 |
| 442 | 2026-03-04T17:34:03.072Z | Downloaded icu_normalizer v2.1.1 |
| 443 | 2026-03-04T17:34:03.076Z | Downloaded icu_collections v2.1.1 |
| 444 | 2026-03-04T17:34:03.079Z | Downloaded icu_locale_core v2.1.1 |
| 445 | 2026-03-04T17:34:03.083Z | Downloaded serde v1.0.228 |
| 446 | 2026-03-04T17:34:03.088Z | Downloaded memchr v2.8.0 |
| 447 | 2026-03-04T17:34:03.091Z | Downloaded indexmap v2.13.0 |
| 448 | 2026-03-04T17:34:03.095Z | Downloaded errno v0.3.14 |
| 449 | 2026-03-04T17:34:03.098Z | Downloaded form_urlencoded v1.2.2 |
| 450 | 2026-03-04T17:34:03.098Z | Downloaded clap v4.5.60 |
| 451 | 2026-03-04T17:34:03.120Z | Downloaded idna v1.1.0 |
| 452 | 2026-03-04T17:34:03.123Z | Downloaded serde_json v1.0.149 |
| 453 | 2026-03-04T17:34:03.129Z | Downloaded clap_builder v4.5.60 |
| 454 | 2026-03-04T17:34:03.135Z | Downloaded pest v2.8.6 |
| 455 | 2026-03-04T17:34:03.140Z | Downloaded goblin v0.8.2 |
| 456 | 2026-03-04T17:34:03.144Z | Downloaded icu_properties_data v2.1.2 |
| 457 | 2026-03-04T17:34:03.152Z | Downloaded hashbrown v0.16.1 |
| 458 | 2026-03-04T17:34:03.156Z | Downloaded tabled v0.15.0 |
| 459 | 2026-03-04T17:34:03.169Z | Downloaded syn v1.0.109 |
| 460 | 2026-03-04T17:34:03.179Z | Downloaded syn v2.0.117 |
| 461 | 2026-03-04T17:34:03.193Z | Downloaded rustix v1.1.3 |
| 462 | 2026-03-04T17:34:03.229Z | Downloaded libc v0.2.180 |
| 463 | 2026-03-04T17:34:03.313Z | Compiling proc-macro2 v1.0.106 |
| 464 | 2026-03-04T17:34:03.316Z | Compiling unicode-ident v1.0.24 |
| 465 | 2026-03-04T17:34:03.316Z | Compiling quote v1.0.44 |
| 466 | 2026-03-04T17:34:03.316Z | Compiling serde_core v1.0.228 |
| 467 | 2026-03-04T17:34:03.316Z | Compiling libc v0.2.180 |
| 468 | 2026-03-04T17:34:03.316Z | Compiling version_check v0.9.5 |
| 469 | 2026-03-04T17:34:03.316Z | Compiling stable_deref_trait v1.2.1 |
| 470 | 2026-03-04T17:34:03.316Z | Compiling memchr v2.8.0 |
| 471 | 2026-03-04T17:34:03.741Z | Compiling serde v1.0.228 |
| 472 | 2026-03-04T17:34:03.779Z | Compiling zmij v1.0.21 |
| 473 | 2026-03-04T17:34:04.264Z | Compiling thiserror v1.0.69 |
| 474 | 2026-03-04T17:34:04.329Z | Compiling ucd-trie v0.1.7 |
| 475 | 2026-03-04T17:34:04.851Z | Compiling autocfg v1.5.0 |
| 476 | 2026-03-04T17:34:04.879Z | Compiling itoa v1.0.17 |
| 477 | 2026-03-04T17:34:05.143Z | Compiling pest v2.8.6 |
| 478 | 2026-03-04T17:34:05.191Z | Compiling litemap v0.8.1 |
| 479 | 2026-03-04T17:34:05.242Z | Compiling writeable v0.6.2 |
| 480 | 2026-03-04T17:34:05.431Z | Compiling icu_properties_data v2.1.2 |
| 481 | 2026-03-04T17:34:05.585Z | Compiling icu_normalizer_data v2.1.1 |
| 482 | 2026-03-04T17:34:05.612Z | Compiling rustix v1.1.3 |
| 483 | 2026-03-04T17:34:05.967Z | Compiling byteorder v1.5.0 |
| 484 | 2026-03-04T17:34:06.250Z | Compiling syn v2.0.117 |
| 485 | 2026-03-04T17:34:06.459Z | Compiling errno v0.3.14 |
| 486 | 2026-03-04T17:34:06.486Z | Compiling serde_json v1.0.149 |
| 487 | 2026-03-04T17:34:06.511Z | Compiling bitflags v2.11.0 |
| 488 | 2026-03-04T17:34:06.879Z | Compiling num-traits v0.2.19 |
| 489 | 2026-03-04T17:34:06.907Z | Compiling smallvec v1.15.1 |
| 490 | 2026-03-04T17:34:07.245Z | Compiling hashbrown v0.16.1 |
| 491 | 2026-03-04T17:34:07.289Z | Compiling equivalent v1.0.2 |
| 492 | 2026-03-04T17:34:07.313Z | Compiling typeid v1.0.3 |
| 493 | 2026-03-04T17:34:07.733Z | Compiling pest_meta v2.8.6 |
| 494 | 2026-03-04T17:34:07.901Z | Compiling thread-id v4.2.2 |
| 495 | 2026-03-04T17:34:08.038Z | Compiling usdt-impl v0.5.0 |
| 496 | 2026-03-04T17:34:08.095Z | Compiling proc-macro-error-attr v1.0.4 |
| 497 | 2026-03-04T17:34:08.395Z | Compiling indexmap v2.13.0 |
| 498 | 2026-03-04T17:34:08.438Z | Compiling syn v1.0.109 |
| 499 | 2026-03-04T17:34:08.441Z | Compiling erased-serde v0.4.9 |
| 500 | 2026-03-04T17:34:08.985Z | Compiling winnow v0.7.14 |
| 501 | 2026-03-04T17:34:09.015Z | Compiling toml_write v0.1.2 |
| 502 | 2026-03-04T17:34:09.827Z | Compiling proc-macro-error v1.0.4 |
| 503 | 2026-03-04T17:34:10.007Z | Compiling percent-encoding v2.3.2 |
| 504 | 2026-03-04T17:34:10.165Z | Compiling getrandom v0.4.1 |
| 505 | 2026-03-04T17:34:10.329Z | Compiling log v0.4.29 |
| 506 | 2026-03-04T17:34:10.677Z | Compiling thiserror v2.0.18 |
| 507 | 2026-03-04T17:34:10.861Z | Compiling camino v1.2.2 |
| 508 | 2026-03-04T17:34:11.373Z | Compiling utf8parse v0.2.2 |
| 509 | 2026-03-04T17:34:11.399Z | Compiling utf8_iter v1.0.4 |
| 510 | 2026-03-04T17:34:11.488Z | Compiling plain v0.2.3 |
| 511 | 2026-03-04T17:34:11.563Z | Compiling anstyle-parse v0.2.7 |
| 512 | 2026-03-04T17:34:11.743Z | Compiling ordered-float v2.10.1 |
| 513 | 2026-03-04T17:34:11.805Z | Compiling form_urlencoded v1.2.2 |
| 514 | 2026-03-04T17:34:12.118Z | Compiling terminal_size v0.4.3 |
| 515 | 2026-03-04T17:34:12.285Z | Compiling anstyle-query v1.1.5 |
| 516 | 2026-03-04T17:34:12.338Z | Compiling anstyle v1.0.13 |
| 517 | 2026-03-04T17:34:12.462Z | Compiling colorchoice v1.0.4 |
| 518 | 2026-03-04T17:34:12.553Z | Compiling is_terminal_polyfill v1.70.2 |
| 519 | 2026-03-04T17:34:12.610Z | Compiling cfg-if v1.0.4 |
| 520 | 2026-03-04T17:34:12.648Z | Compiling pretty-hex v0.4.1 |
| 521 | 2026-03-04T17:34:12.697Z | Compiling anstream v0.6.21 |
| 522 | 2026-03-04T17:34:12.851Z | Compiling synstructure v0.13.2 |
| 523 | 2026-03-04T17:34:12.882Z | Compiling pest_generator v2.8.6 |
| 524 | 2026-03-04T17:34:13.025Z | Compiling serde-untagged v0.1.9 |
| 525 | 2026-03-04T17:34:13.113Z | Compiling semver v1.0.27 |
| 526 | 2026-03-04T17:34:13.514Z | Compiling fs-err v3.3.0 |
| 527 | 2026-03-04T17:34:13.764Z | Compiling heck v0.5.0 |
| 528 | 2026-03-04T17:34:13.812Z | Compiling heck v0.4.1 |
| 529 | 2026-03-04T17:34:13.855Z | Compiling strsim v0.11.1 |
| 530 | 2026-03-04T17:34:14.232Z | Compiling unicode-xid v0.2.6 |
| 531 | 2026-03-04T17:34:14.258Z | Compiling once_cell v1.21.3 |
| 532 | 2026-03-04T17:34:14.261Z | Compiling fnv v1.0.7 |
| 533 | 2026-03-04T17:34:14.422Z | Compiling fastrand v2.3.0 |
| 534 | 2026-03-04T17:34:14.471Z | Compiling clap_lex v1.0.0 |
| 535 | 2026-03-04T17:34:14.567Z | Compiling unicode-width v0.1.14 |
| 536 | 2026-03-04T17:34:14.571Z | Compiling anyhow v1.0.102 |
| 537 | 2026-03-04T17:34:14.909Z | Compiling bytecount v0.6.9 |
| 538 | 2026-03-04T17:34:14.938Z | Compiling tempfile v3.25.0 |
| 539 | 2026-03-04T17:34:15.131Z | Compiling papergrid v0.11.0 |
| 540 | 2026-03-04T17:34:15.134Z | Compiling clap_builder v4.5.60 |
| 541 | 2026-03-04T17:34:15.466Z | Compiling memmap v0.7.0 |
| 542 | 2026-03-04T17:34:15.627Z | Compiling smawk v0.3.2 |
| 543 | 2026-03-04T17:34:15.694Z | Compiling unicode-linebreak v0.1.5 |
| 544 | 2026-03-04T17:34:15.793Z | Compiling unicode-width v0.2.0 |
| 545 | 2026-03-04T17:34:16.332Z | Compiling textwrap v0.16.2 |
| 546 | 2026-03-04T17:34:16.623Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2026-03-04T17:34:16.785Z | Compiling swrite v0.1.0 |
| 548 | 2026-03-04T17:34:16.941Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 549 | 2026-03-04T17:34:17.224Z | Compiling tabled_derive v0.7.0 |
| 550 | 2026-03-04T17:34:17.457Z | Compiling serde_derive v1.0.228 |
| 551 | 2026-03-04T17:34:17.483Z | Compiling zerofrom-derive v0.1.6 |
| 552 | 2026-03-04T17:34:17.532Z | Compiling yoke-derive v0.8.1 |
| 553 | 2026-03-04T17:34:17.705Z | Compiling zerovec-derive v0.11.2 |
| 554 | 2026-03-04T17:34:17.822Z | Compiling displaydoc v0.2.5 |
| 555 | 2026-03-04T17:34:19.240Z | Compiling thiserror-impl v1.0.69 |
| 556 | 2026-03-04T17:34:19.412Z | Compiling zerocopy-derive v0.7.35 |
| 557 | 2026-03-04T17:34:20.237Z | Compiling pest_derive v2.8.6 |
| 558 | 2026-03-04T17:34:20.331Z | Compiling scroll_derive v0.12.1 |
| 559 | 2026-03-04T17:34:20.742Z | Compiling zerofrom v0.1.6 |
| 560 | 2026-03-04T17:34:20.996Z | Compiling yoke v0.8.1 |
| 561 | 2026-03-04T17:34:20.999Z | Compiling thiserror-impl v2.0.18 |
| 562 | 2026-03-04T17:34:21.265Z | Compiling zerocopy v0.7.35 |
| 563 | 2026-03-04T17:34:21.355Z | Compiling zerovec v0.11.5 |
| 564 | 2026-03-04T17:34:21.755Z | Compiling zerotrie v0.2.3 |
| 565 | 2026-03-04T17:34:22.351Z | Compiling dtrace-parser v0.2.0 |
| 566 | 2026-03-04T17:34:22.381Z | Compiling scroll v0.12.0 |
| 567 | 2026-03-04T17:34:22.506Z | Compiling tinystr v0.8.2 |
| 568 | 2026-03-04T17:34:22.534Z | Compiling potential_utf v0.1.4 |
| 569 | 2026-03-04T17:34:22.558Z | Compiling clap_derive v4.5.55 |
| 570 | 2026-03-04T17:34:22.829Z | Compiling icu_collections v2.1.1 |
| 571 | 2026-03-04T17:34:22.906Z | Compiling icu_locale_core v2.1.1 |
| 572 | 2026-03-04T17:34:22.934Z | Compiling goblin v0.8.2 |
| 573 | 2026-03-04T17:34:23.718Z | Compiling tabled v0.15.0 |
| 574 | 2026-03-04T17:34:24.371Z | Compiling icu_provider v2.1.1 |
| 575 | 2026-03-04T17:34:24.879Z | Compiling icu_properties v2.1.2 |
| 576 | 2026-03-04T17:34:24.879Z | Compiling icu_normalizer v2.1.1 |
| 577 | 2026-03-04T17:34:25.797Z | Compiling toml_datetime v0.6.11 |
| 578 | 2026-03-04T17:34:25.800Z | Compiling serde_spanned v0.6.9 |
| 579 | 2026-03-04T17:34:25.923Z | Compiling dof v0.3.0 |
| 580 | 2026-03-04T17:34:25.963Z | Compiling serde_tokenstream v0.2.3 |
| 581 | 2026-03-04T17:34:25.992Z | Compiling serde-value v0.7.0 |
| 582 | 2026-03-04T17:34:26.075Z | Compiling cargo-platform v0.2.0 |
| 583 | 2026-03-04T17:34:26.319Z | Compiling toml_edit v0.22.27 |
| 584 | 2026-03-04T17:34:26.625Z | Compiling clap v4.5.60 |
| 585 | 2026-03-04T17:34:26.775Z | Compiling macaddr v1.0.1 |
| 586 | 2026-03-04T17:34:26.974Z | Compiling idna_adapter v1.2.1 |
| 587 | 2026-03-04T17:34:27.187Z | Compiling idna v1.1.0 |
| 588 | 2026-03-04T17:34:27.667Z | Compiling usdt-macro v0.5.0 |
| 589 | 2026-03-04T17:34:27.667Z | Compiling usdt-attr-macro v0.5.0 |
| 590 | 2026-03-04T17:34:27.740Z | Compiling url v2.5.8 |
| 591 | 2026-03-04T17:34:29.560Z | Compiling toml v0.8.23 |
| 592 | 2026-03-04T17:34:29.625Z | Compiling usdt v0.5.0 |
| 593 | 2026-03-04T17:34:30.289Z | Compiling cargo-util-schemas v0.8.2 |
| 594 | 2026-03-04T17:34:30.289Z | Compiling cargo_toml v0.21.0 |
| 595 | 2026-03-04T17:34:31.697Z | Compiling cargo_metadata v0.21.0 |
| 596 | 2026-03-04T17:34:33.468Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 597 | 2026-03-04T17:34:36.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 598 | 2026-03-04T17:34:37.124Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 599 | 2026-03-04T17:34:37.883Z | Downloading crates ... |
| 600 | 2026-03-04T17:34:38.007Z | Downloaded adler2 v2.0.1 |
| 601 | 2026-03-04T17:34:38.022Z | Downloaded async-recursion v1.1.1 |
| 602 | 2026-03-04T17:34:38.029Z | Downloaded bitfield-macros v0.19.4 |
| 603 | 2026-03-04T17:34:38.032Z | Downloaded bit-set v0.5.3 |
| 604 | 2026-03-04T17:34:38.036Z | Downloaded arrayref v0.3.9 |
| 605 | 2026-03-04T17:34:38.040Z | Downloaded cargo_metadata v0.19.2 |
| 606 | 2026-03-04T17:34:38.045Z | Downloaded atty v0.2.14 |
| 607 | 2026-03-04T17:34:38.050Z | Downloaded crossbeam-epoch v0.9.18 |
| 608 | 2026-03-04T17:34:38.055Z | Downloaded critical-section v1.2.0 |
| 609 | 2026-03-04T17:34:38.060Z | Downloaded des v0.8.1 |
| 610 | 2026-03-04T17:34:38.065Z | Downloaded crc8 v0.1.1 |
| 611 | 2026-03-04T17:34:38.068Z | Downloaded defmt v0.3.100 |
| 612 | 2026-03-04T17:34:38.072Z | Downloaded defmt v1.0.1 |
| 613 | 2026-03-04T17:34:38.078Z | Downloaded deranged v0.5.8 |
| 614 | 2026-03-04T17:34:38.083Z | Downloaded foreign-types-shared v0.3.1 |
| 615 | 2026-03-04T17:34:38.086Z | Downloaded difflib v0.4.0 |
| 616 | 2026-03-04T17:34:38.090Z | Downloaded data-encoding v2.10.0 |
| 617 | 2026-03-04T17:34:38.094Z | Downloaded dirs-sys-next v0.1.2 |
| 618 | 2026-03-04T17:34:38.097Z | Downloaded derive_builder v0.20.2 |
| 619 | 2026-03-04T17:34:38.105Z | Downloaded diff v0.1.13 |
| 620 | 2026-03-04T17:34:38.110Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 621 | 2026-03-04T17:34:38.115Z | Downloaded ciborium-ll v0.2.2 |
| 622 | 2026-03-04T17:34:38.119Z | Downloaded atomicwrites v0.4.4 |
| 623 | 2026-03-04T17:34:38.123Z | Downloaded enum-as-inner v0.6.1 |
| 624 | 2026-03-04T17:34:38.127Z | Downloaded env_filter v1.0.0 |
| 625 | 2026-03-04T17:34:38.132Z | Downloaded flagset v0.4.7 |
| 626 | 2026-03-04T17:34:38.135Z | Downloaded float-ord v0.3.2 |
| 627 | 2026-03-04T17:34:38.139Z | Downloaded foreign-types v0.5.0 |
| 628 | 2026-03-04T17:34:38.142Z | Downloaded bitflags v1.3.2 |
| 629 | 2026-03-04T17:34:38.148Z | Downloaded dunce v1.0.5 |
| 630 | 2026-03-04T17:34:38.152Z | Downloaded futures-io v0.3.32 |
| 631 | 2026-03-04T17:34:38.155Z | Downloaded futures-macro v0.3.32 |
| 632 | 2026-03-04T17:34:38.159Z | Downloaded fxhash v0.2.1 |
| 633 | 2026-03-04T17:34:38.162Z | Downloaded futures-task v0.3.32 |
| 634 | 2026-03-04T17:34:38.166Z | Downloaded fixedbitset v0.5.7 |
| 635 | 2026-03-04T17:34:38.170Z | Downloaded hash32 v0.2.1 |
| 636 | 2026-03-04T17:34:38.173Z | Downloaded foreign-types v0.3.2 |
| 637 | 2026-03-04T17:34:38.177Z | Downloaded git-stub v1.0.0 |
| 638 | 2026-03-04T17:34:38.180Z | Downloaded constant_time_eq v0.4.2 |
| 639 | 2026-03-04T17:34:38.185Z | Downloaded ghash v0.5.1 |
| 640 | 2026-03-04T17:34:38.189Z | Downloaded blowfish v0.9.1 |
| 641 | 2026-03-04T17:34:38.192Z | Downloaded hash32 v0.3.1 |
| 642 | 2026-03-04T17:34:38.208Z | Downloaded hex v0.4.3 |
| 643 | 2026-03-04T17:34:38.212Z | Downloaded globwalk v0.9.1 |
| 644 | 2026-03-04T17:34:38.215Z | Downloaded either v1.15.0 |
| 645 | 2026-03-04T17:34:38.220Z | Downloaded hex-literal v0.4.1 |
| 646 | 2026-03-04T17:34:38.223Z | Downloaded filetime v0.2.27 |
| 647 | 2026-03-04T17:34:38.227Z | Downloaded home v0.5.12 |
| 648 | 2026-03-04T17:34:38.230Z | Downloaded hostname v0.3.1 |
| 649 | 2026-03-04T17:34:38.234Z | Downloaded fs-err v2.11.0 |
| 650 | 2026-03-04T17:34:38.238Z | Downloaded elliptic-curve v0.13.8 |
| 651 | 2026-03-04T17:34:38.244Z | Downloaded indent_write v2.2.0 |
| 652 | 2026-03-04T17:34:38.247Z | Downloaded hubpack_derive v0.1.1 |
| 653 | 2026-03-04T17:34:38.250Z | Downloaded inout v0.1.4 |
| 654 | 2026-03-04T17:34:38.253Z | Downloaded ena v0.14.4 |
| 655 | 2026-03-04T17:34:38.257Z | Downloaded der_derive v0.7.3 |
| 656 | 2026-03-04T17:34:38.262Z | Downloaded fallible-iterator v0.2.0 |
| 657 | 2026-03-04T17:34:38.265Z | Downloaded ed25519 v2.2.3 |
| 658 | 2026-03-04T17:34:38.268Z | Downloaded crc32fast v1.5.0 |
| 659 | 2026-03-04T17:34:38.272Z | Downloaded gethostname v0.5.0 |
| 660 | 2026-03-04T17:34:38.275Z | Downloaded daft-derive v0.1.5 |
| 661 | 2026-03-04T17:34:38.282Z | Downloaded git-stub-vcs v0.1.0 |
| 662 | 2026-03-04T17:34:38.285Z | Downloaded is_ci v1.2.0 |
| 663 | 2026-03-04T17:34:38.288Z | Downloaded kstat-rs v0.2.4 |
| 664 | 2026-03-04T17:34:38.291Z | Downloaded derive_more v2.1.1 |
| 665 | 2026-03-04T17:34:38.305Z | Downloaded is-terminal v0.4.17 |
| 666 | 2026-03-04T17:34:38.308Z | Downloaded arc-swap v1.8.2 |
| 667 | 2026-03-04T17:34:38.313Z | Downloaded linked-hash-map v0.5.6 |
| 668 | 2026-03-04T17:34:38.316Z | Downloaded libscf-sys v1.1.0 |
| 669 | 2026-03-04T17:34:38.319Z | Downloaded lalrpop-util v0.19.12 |
| 670 | 2026-03-04T17:34:38.322Z | Downloaded httpdate v1.0.3 |
| 671 | 2026-03-04T17:34:38.325Z | Downloaded ingot-types v0.1.2 |
| 672 | 2026-03-04T17:34:38.329Z | Downloaded ipnetwork v0.21.1 |
| 673 | 2026-03-04T17:34:38.332Z | Downloaded new_debug_unreachable v1.0.6 |
| 674 | 2026-03-04T17:34:38.335Z | Downloaded managed v0.8.0 |
| 675 | 2026-03-04T17:34:38.339Z | Downloaded md5 v0.7.0 |
| 676 | 2026-03-04T17:34:38.341Z | Downloaded md-5 v0.10.6 |
| 677 | 2026-03-04T17:34:38.345Z | Downloaded mime v0.3.17 |
| 678 | 2026-03-04T17:34:38.348Z | Downloaded darling v0.21.3 |
| 679 | 2026-03-04T17:34:38.355Z | Downloaded getrandom v0.2.17 |
| 680 | 2026-03-04T17:34:38.359Z | Downloaded foldhash v0.1.5 |
| 681 | 2026-03-04T17:34:38.362Z | Downloaded crc-any v2.5.0 |
| 682 | 2026-03-04T17:34:38.366Z | Downloaded ingot v0.1.1 |
| 683 | 2026-03-04T17:34:38.371Z | Downloaded nibble_vec v0.1.0 |
| 684 | 2026-03-04T17:34:38.373Z | Downloaded memoffset v0.9.1 |
| 685 | 2026-03-04T17:34:38.376Z | Downloaded newtype_derive v0.1.6 |
| 686 | 2026-03-04T17:34:38.379Z | Downloaded normalize-line-endings v0.3.0 |
| 687 | 2026-03-04T17:34:38.381Z | Downloaded num-conv v0.2.0 |
| 688 | 2026-03-04T17:34:38.384Z | Downloaded hmac v0.12.1 |
| 689 | 2026-03-04T17:34:38.388Z | Downloaded num-derive v0.3.3 |
| 690 | 2026-03-04T17:34:38.391Z | Downloaded crossbeam-utils v0.8.21 |
| 691 | 2026-03-04T17:34:38.397Z | Downloaded num_enum_derive v0.5.11 |
| 692 | 2026-03-04T17:34:38.399Z | Downloaded num-derive v0.4.2 |
| 693 | 2026-03-04T17:34:38.402Z | Downloaded lazy_static v1.5.0 |
| 694 | 2026-03-04T17:34:38.405Z | Downloaded linear-map v1.2.0 |
| 695 | 2026-03-04T17:34:38.409Z | Downloaded lru-cache v0.1.2 |
| 696 | 2026-03-04T17:34:38.412Z | Downloaded ipnet v2.11.0 |
| 697 | 2026-03-04T17:34:38.415Z | Downloaded num-iter v0.1.45 |
| 698 | 2026-03-04T17:34:38.418Z | Downloaded opaque-debug v0.3.1 |
| 699 | 2026-03-04T17:34:38.421Z | Downloaded oso-derive v0.27.3 |
| 700 | 2026-03-04T17:34:38.424Z | Downloaded num_threads v0.1.7 |
| 701 | 2026-03-04T17:34:38.426Z | Downloaded lru v0.12.5 |
| 702 | 2026-03-04T17:34:38.429Z | Downloaded openssl-probe v0.2.1 |
| 703 | 2026-03-04T17:34:38.432Z | Downloaded multer v3.1.0 |
| 704 | 2026-03-04T17:34:38.435Z | Downloaded fatfs v0.3.6 |
| 705 | 2026-03-04T17:34:38.440Z | Downloaded half v2.7.1 |
| 706 | 2026-03-04T17:34:38.446Z | Downloaded indoc v2.0.7 |
| 707 | 2026-03-04T17:34:38.449Z | Downloaded packed_struct_codegen v0.10.1 |
| 708 | 2026-03-04T17:34:38.451Z | Downloaded newtype-uuid v1.3.2 |
| 709 | 2026-03-04T17:34:38.454Z | Downloaded bytes v1.11.1 |
| 710 | 2026-03-04T17:34:38.460Z | Downloaded pbkdf2 v0.12.2 |
| 711 | 2026-03-04T17:34:38.463Z | Downloaded parse-display v0.10.0 |
| 712 | 2026-03-04T17:34:38.465Z | Downloaded path-slash v0.1.5 |
| 713 | 2026-03-04T17:34:38.469Z | Downloaded pbkdf2 v0.11.0 |
| 714 | 2026-03-04T17:34:38.472Z | Downloaded peg-runtime v0.8.5 |
| 715 | 2026-03-04T17:34:38.478Z | Downloaded highway v1.3.0 |
| 716 | 2026-03-04T17:34:38.485Z | Downloaded num_enum v0.7.5 |
| 717 | 2026-03-04T17:34:38.489Z | Downloaded pin-utils v0.1.0 |
| 718 | 2026-03-04T17:34:38.489Z | Downloaded phf_shared v0.13.1 |
| 719 | 2026-03-04T17:34:38.492Z | Downloaded ignore v0.4.25 |
| 720 | 2026-03-04T17:34:38.495Z | Downloaded phf_shared v0.12.1 |
| 721 | 2026-03-04T17:34:38.497Z | Downloaded num_enum_derive v0.7.5 |
| 722 | 2026-03-04T17:34:38.500Z | Downloaded oxide-tokio-rt v0.1.2 |
| 723 | 2026-03-04T17:34:38.503Z | Downloaded openssl-probe v0.1.6 |
| 724 | 2026-03-04T17:34:38.507Z | Downloaded iana-time-zone v0.1.65 |
| 725 | 2026-03-04T17:34:38.510Z | Downloaded packed_struct v0.10.1 |
| 726 | 2026-03-04T17:34:38.513Z | Downloaded precomputed-hash v0.1.1 |
| 727 | 2026-03-04T17:34:38.515Z | Downloaded crossbeam-channel v0.5.15 |
| 728 | 2026-03-04T17:34:38.518Z | Downloaded oxnet v0.1.4 |
| 729 | 2026-03-04T17:34:38.522Z | Downloaded heapless v0.7.17 |
| 730 | 2026-03-04T17:34:38.527Z | Downloaded predicates-tree v1.0.13 |
| 731 | 2026-03-04T17:34:38.530Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 732 | 2026-03-04T17:34:38.532Z | Downloaded proc-macro-crate v3.4.0 |
| 733 | 2026-03-04T17:34:38.535Z | Downloaded proc-macro-crate v1.3.1 |
| 734 | 2026-03-04T17:34:38.538Z | Downloaded predicates-core v1.0.10 |
| 735 | 2026-03-04T17:34:38.541Z | Downloaded ar_archive_writer v0.5.1 |
| 736 | 2026-03-04T17:34:38.543Z | Downloaded password-hash v0.4.2 |
| 737 | 2026-03-04T17:34:38.546Z | Downloaded parse-display-derive v0.10.0 |
| 738 | 2026-03-04T17:34:38.549Z | Downloaded progenitor-client v0.10.0 |
| 739 | 2026-03-04T17:34:38.552Z | Downloaded progenitor-macro v0.11.2 |
| 740 | 2026-03-04T17:34:38.555Z | Downloaded progenitor-macro v0.10.0 |
| 741 | 2026-03-04T17:34:38.558Z | Downloaded password-hash v0.5.0 |
| 742 | 2026-03-04T17:34:38.560Z | Downloaded pem-rfc7468 v0.7.0 |
| 743 | 2026-03-04T17:34:38.563Z | Downloaded pin-project-internal v1.1.11 |
| 744 | 2026-03-04T17:34:38.566Z | Downloaded pem v3.0.6 |
| 745 | 2026-03-04T17:34:38.569Z | Downloaded progenitor-client v0.11.2 |
| 746 | 2026-03-04T17:34:38.572Z | Downloaded litrs v1.0.0 |
| 747 | 2026-03-04T17:34:38.575Z | Downloaded progenitor-macro v0.13.0 |
| 748 | 2026-03-04T17:34:38.577Z | Downloaded quick-error v1.2.3 |
| 749 | 2026-03-04T17:34:38.581Z | Downloaded pin-project-lite v0.2.17 |
| 750 | 2026-03-04T17:34:38.585Z | Downloaded radium v0.7.0 |
| 751 | 2026-03-04T17:34:38.588Z | Downloaded poly1305 v0.8.0 |
| 752 | 2026-03-04T17:34:38.590Z | Downloaded rand_chacha v0.3.1 |
| 753 | 2026-03-04T17:34:38.594Z | Downloaded postgres-protocol v0.6.10 |
| 754 | 2026-03-04T17:34:38.598Z | Downloaded bumpalo v3.20.2 |
| 755 | 2026-03-04T17:34:38.600Z | Downloaded rand_xorshift v0.4.0 |
| 756 | 2026-03-04T17:34:38.603Z | Downloaded polyval v0.6.2 |
| 757 | 2026-03-04T17:34:38.606Z | Downloaded pkg-config v0.3.32 |
| 758 | 2026-03-04T17:34:38.609Z | Downloaded pkcs8 v0.10.2 |
| 759 | 2026-03-04T17:34:38.611Z | Downloaded headers v0.4.1 |
| 760 | 2026-03-04T17:34:38.619Z | Downloaded ref-cast-impl v1.0.25 |
| 761 | 2026-03-04T17:34:38.624Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 762 | 2026-03-04T17:34:38.624Z | Downloaded recursive v0.1.1 |
| 763 | 2026-03-04T17:34:38.624Z | Downloaded proc-macro-error2 v2.0.1 |
| 764 | 2026-03-04T17:34:38.628Z | Downloaded progenitor v0.13.0 |
| 765 | 2026-03-04T17:34:38.631Z | Downloaded primeorder v0.13.6 |
| 766 | 2026-03-04T17:34:38.633Z | Downloaded indicatif v0.18.4 |
| 767 | 2026-03-04T17:34:38.638Z | Downloaded rustc_version v0.4.1 |
| 768 | 2026-03-04T17:34:38.642Z | Downloaded psl-types v2.0.11 |
| 769 | 2026-03-04T17:34:38.645Z | Downloaded peg-macros v0.8.5 |
| 770 | 2026-03-04T17:34:38.648Z | Downloaded rfc6979 v0.4.0 |
| 771 | 2026-03-04T17:34:38.648Z | Downloaded rustc_version v0.1.7 |
| 772 | 2026-03-04T17:34:38.653Z | Downloaded rustc-hash v2.1.1 |
| 773 | 2026-03-04T17:34:38.653Z | Downloaded rtoolbox v0.0.3 |
| 774 | 2026-03-04T17:34:38.656Z | Downloaded russh-cryptovec v0.7.3 |
| 775 | 2026-03-04T17:34:38.656Z | Downloaded hickory-resolver v0.25.2 |
| 776 | 2026-03-04T17:34:38.660Z | Downloaded progenitor-extras v0.1.0 |
| 777 | 2026-03-04T17:34:38.663Z | Downloaded progenitor-client v0.13.0 |
| 778 | 2026-03-04T17:34:38.666Z | Downloaded progenitor v0.11.2 |
| 779 | 2026-03-04T17:34:38.669Z | Downloaded miniz_oxide v0.8.9 |
| 780 | 2026-03-04T17:34:38.672Z | Downloaded progenitor v0.10.0 |
| 781 | 2026-03-04T17:34:38.675Z | Downloaded pkcs5 v0.7.1 |
| 782 | 2026-03-04T17:34:38.678Z | Downloaded rand_core v0.10.0 |
| 783 | 2026-03-04T17:34:38.681Z | Downloaded rand_core v0.9.5 |
| 784 | 2026-03-04T17:34:38.684Z | Downloaded same-file v1.0.6 |
| 785 | 2026-03-04T17:34:38.687Z | Downloaded rand_core v0.6.4 |
| 786 | 2026-03-04T17:34:38.689Z | Downloaded scroll_derive v0.13.1 |
| 787 | 2026-03-04T17:34:38.692Z | Downloaded ref-cast v1.0.25 |
| 788 | 2026-03-04T17:34:38.695Z | Downloaded salsa20 v0.10.2 |
| 789 | 2026-03-04T17:34:38.695Z | Downloaded sapling-renderdag v0.1.0 |
| 790 | 2026-03-04T17:34:38.698Z | Downloaded postgres-types v0.2.12 |
| 791 | 2026-03-04T17:34:38.702Z | Downloaded scrypt v0.11.0 |
| 792 | 2026-03-04T17:34:38.705Z | Downloaded seq-macro v0.3.6 |
| 793 | 2026-03-04T17:34:38.707Z | Downloaded secrecy v0.10.3 |
| 794 | 2026-03-04T17:34:38.710Z | Downloaded semver v0.1.20 |
| 795 | 2026-03-04T17:34:38.713Z | Downloaded secrecy v0.8.0 |
| 796 | 2026-03-04T17:34:38.716Z | Downloaded resolv-conf v0.7.6 |
| 797 | 2026-03-04T17:34:38.716Z | Downloaded scopeguard v1.2.0 |
| 798 | 2026-03-04T17:34:38.719Z | Downloaded serde-big-array v0.5.1 |
| 799 | 2026-03-04T17:34:38.721Z | Downloaded serde_plain v1.0.2 |
| 800 | 2026-03-04T17:34:38.724Z | Downloaded oso v0.27.3 |
| 801 | 2026-03-04T17:34:38.727Z | Downloaded parking_lot v0.11.2 |
| 802 | 2026-03-04T17:34:38.730Z | Downloaded p256 v0.13.2 |
| 803 | 2026-03-04T17:34:38.734Z | Downloaded papergrid v0.17.0 |
| 804 | 2026-03-04T17:34:38.740Z | Downloaded serde_urlencoded v0.7.1 |
| 805 | 2026-03-04T17:34:38.745Z | Downloaded sha1 v0.10.6 |
| 806 | 2026-03-04T17:34:38.748Z | Downloaded serde_repr v0.1.20 |
| 807 | 2026-03-04T17:34:38.751Z | Downloaded serde_spanned v1.0.4 |
| 808 | 2026-03-04T17:34:38.752Z | Downloaded omicron-zone-package v0.12.2 |
| 809 | 2026-03-04T17:34:38.755Z | Downloaded rustversion v1.0.22 |
| 810 | 2026-03-04T17:34:38.758Z | Downloaded quinn-udp v0.5.14 |
| 811 | 2026-03-04T17:34:38.767Z | Downloaded signal-hook-mio v0.2.5 |
| 812 | 2026-03-04T17:34:38.767Z | Downloaded shell-words v1.1.1 |
| 813 | 2026-03-04T17:34:38.770Z | Downloaded rand_seeder v0.4.0 |
| 814 | 2026-03-04T17:34:38.770Z | Downloaded slog-bunyan v2.5.0 |
| 815 | 2026-03-04T17:34:38.770Z | Downloaded siphasher v1.0.2 |
| 816 | 2026-03-04T17:34:38.773Z | Downloaded sigpipe v0.1.3 |
| 817 | 2026-03-04T17:34:38.773Z | Downloaded rusty-fork v0.3.1 |
| 818 | 2026-03-04T17:34:38.776Z | Downloaded rustls-pemfile v2.2.0 |
| 819 | 2026-03-04T17:34:38.779Z | Downloaded hyper-util v0.1.20 |
| 820 | 2026-03-04T17:34:38.786Z | Downloaded slog-envlogger v2.2.0 |
| 821 | 2026-03-04T17:34:38.788Z | Downloaded sct v0.7.1 |
| 822 | 2026-03-04T17:34:38.792Z | Downloaded sqlparser_derive v0.5.0 |
| 823 | 2026-03-04T17:34:38.794Z | Downloaded expectorate v1.2.0 |
| 824 | 2026-03-04T17:34:38.797Z | Downloaded scroll v0.13.0 |
| 825 | 2026-03-04T17:34:38.799Z | Downloaded schemars_derive v0.8.22 |
| 826 | 2026-03-04T17:34:38.802Z | Downloaded prefix-trie v0.7.0 |
| 827 | 2026-03-04T17:34:38.806Z | Downloaded jiff-static v0.2.21 |
| 828 | 2026-03-04T17:34:38.809Z | Downloaded hashbrown v0.12.3 |
| 829 | 2026-03-04T17:34:38.814Z | Downloaded openssl-sys v0.9.111 |
| 830 | 2026-03-04T17:34:38.820Z | Downloaded progenitor-impl v0.10.0 |
| 831 | 2026-03-04T17:34:38.823Z | Downloaded serde_path_to_error v0.1.20 |
| 832 | 2026-03-04T17:34:38.826Z | Downloaded ssh-cipher v0.2.0 |
| 833 | 2026-03-04T17:34:38.828Z | Downloaded serde_derive_internals v0.29.1 |
| 834 | 2026-03-04T17:34:38.831Z | Downloaded rustls-pki-types v1.14.0 |
| 835 | 2026-03-04T17:34:38.834Z | Downloaded serde-hex v0.1.0 |
| 836 | 2026-03-04T17:34:38.837Z | Downloaded crossterm v0.28.1 |
| 837 | 2026-03-04T17:34:38.842Z | Downloaded ssh-encoding v0.2.0 |
| 838 | 2026-03-04T17:34:38.845Z | Downloaded http v1.4.0 |
| 839 | 2026-03-04T17:34:38.849Z | Downloaded signal-hook-registry v1.4.8 |
| 840 | 2026-03-04T17:34:38.851Z | Downloaded psm v0.1.30 |
| 841 | 2026-03-04T17:34:38.854Z | Downloaded structmeta-derive v0.3.0 |
| 842 | 2026-03-04T17:34:38.857Z | Downloaded strum v0.27.2 |
| 843 | 2026-03-04T17:34:38.860Z | Downloaded subtle v2.6.1 |
| 844 | 2026-03-04T17:34:38.860Z | Downloaded strum v0.26.3 |
| 845 | 2026-03-04T17:34:38.863Z | Downloaded signal-hook-tokio v0.3.1 |
| 846 | 2026-03-04T17:34:38.865Z | Downloaded slog-scope v4.4.1 |
| 847 | 2026-03-04T17:34:38.865Z | Downloaded slog-async v2.8.0 |
| 848 | 2026-03-04T17:34:38.870Z | Downloaded simd-adler32 v0.3.8 |
| 849 | 2026-03-04T17:34:38.873Z | Downloaded shlex v1.3.0 |
| 850 | 2026-03-04T17:34:38.873Z | Downloaded aes v0.8.4 |
| 851 | 2026-03-04T17:34:38.877Z | Downloaded sync_wrapper v1.0.2 |
| 852 | 2026-03-04T17:34:38.928Z | Downloaded rcgen v0.12.1 |
| 853 | 2026-03-04T17:34:38.928Z | Downloaded tap v1.0.1 |
| 854 | 2026-03-04T17:34:38.928Z | Downloaded slog-term v2.9.2 |
| 855 | 2026-03-04T17:34:38.928Z | Downloaded ron v0.8.1 |
| 856 | 2026-03-04T17:34:38.928Z | Downloaded tagptr v0.2.0 |
| 857 | 2026-03-04T17:34:38.928Z | Downloaded tabled_derive v0.11.0 |
| 858 | 2026-03-04T17:34:38.928Z | Downloaded aes-gcm v0.10.3 |
| 859 | 2026-03-04T17:34:38.928Z | Downloaded progenitor-impl v0.11.2 |
| 860 | 2026-03-04T17:34:38.929Z | Downloaded smallvec v0.6.14 |
| 861 | 2026-03-04T17:34:38.929Z | Downloaded snafu-derive v0.8.9 |
| 862 | 2026-03-04T17:34:38.929Z | Downloaded sqlformat v0.3.5 |
| 863 | 2026-03-04T17:34:38.929Z | Downloaded termtree v0.5.1 |
| 864 | 2026-03-04T17:34:38.929Z | Downloaded thread-id v5.1.0 |
| 865 | 2026-03-04T17:34:38.929Z | Downloaded num-bigint v0.4.6 |
| 866 | 2026-03-04T17:34:38.929Z | Downloaded russh-keys v0.45.0 |
| 867 | 2026-03-04T17:34:38.929Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 868 | 2026-03-04T17:34:38.929Z | Downloaded take_mut v0.2.2 |
| 869 | 2026-03-04T17:34:38.929Z | Downloaded rustls-platform-verifier v0.6.2 |
| 870 | 2026-03-04T17:34:38.932Z | Downloaded testing_table v0.3.0 |
| 871 | 2026-03-04T17:34:38.933Z | Downloaded tinyvec_macros v0.1.1 |
| 872 | 2026-03-04T17:34:38.933Z | Downloaded time-core v0.1.8 |
| 873 | 2026-03-04T17:34:38.933Z | Downloaded static_assertions v1.1.0 |
| 874 | 2026-03-04T17:34:38.936Z | Downloaded mio v1.1.1 |
| 875 | 2026-03-04T17:34:38.940Z | Downloaded spki v0.7.3 |
| 876 | 2026-03-04T17:34:38.944Z | Downloaded strum_macros v0.27.2 |
| 877 | 2026-03-04T17:34:38.949Z | Downloaded ryu v1.0.23 |
| 878 | 2026-03-04T17:34:38.955Z | Downloaded strum_macros v0.26.4 |
| 879 | 2026-03-04T17:34:38.955Z | Downloaded strum_macros v0.24.3 |
| 880 | 2026-03-04T17:34:38.958Z | Downloaded pretty_assertions v1.4.1 |
| 881 | 2026-03-04T17:34:38.958Z | Downloaded rayon-core v1.13.0 |
| 882 | 2026-03-04T17:34:38.961Z | Downloaded schemars v0.8.22 |
| 883 | 2026-03-04T17:34:38.972Z | Downloaded itertools v0.10.5 |
| 884 | 2026-03-04T17:34:38.981Z | Downloaded supports-color v3.0.2 |
| 885 | 2026-03-04T17:34:38.984Z | Downloaded prettyplease v0.2.37 |
| 886 | 2026-03-04T17:34:38.984Z | Downloaded hashbrown v0.15.5 |
| 887 | 2026-03-04T17:34:38.989Z | Downloaded termios v0.3.3 |
| 888 | 2026-03-04T17:34:38.992Z | Downloaded support-bundle-viewer v0.1.2 |
| 889 | 2026-03-04T17:34:38.995Z | Downloaded topological-sort v0.2.2 |
| 890 | 2026-03-04T17:34:38.995Z | Downloaded tower-service v0.3.3 |
| 891 | 2026-03-04T17:34:38.998Z | Downloaded thiserror-no-std v2.0.2 |
| 892 | 2026-03-04T17:34:39.001Z | Downloaded tower-layer v0.3.3 |
| 893 | 2026-03-04T17:34:39.004Z | Downloaded spin v0.9.8 |
| 894 | 2026-03-04T17:34:39.008Z | Downloaded trait-variant v0.1.2 |
| 895 | 2026-03-04T17:34:39.008Z | Downloaded time-macros v0.2.27 |
| 896 | 2026-03-04T17:34:39.011Z | Downloaded libxml v0.3.3 |
| 897 | 2026-03-04T17:34:39.015Z | Downloaded tiny-keccak v2.0.2 |
| 898 | 2026-03-04T17:34:39.018Z | Downloaded thread_local v1.1.9 |
| 899 | 2026-03-04T17:34:39.021Z | Downloaded stacker v0.1.23 |
| 900 | 2026-03-04T17:34:39.024Z | Downloaded quinn v0.11.9 |
| 901 | 2026-03-04T17:34:39.026Z | Downloaded qorb v0.4.1 |
| 902 | 2026-03-04T17:34:39.030Z | Downloaded unicode-truncate v1.1.0 |
| 903 | 2026-03-04T17:34:39.033Z | Downloaded typify-macro v0.4.3 |
| 904 | 2026-03-04T17:34:39.035Z | Downloaded untrusted v0.7.1 |
| 905 | 2026-03-04T17:34:39.035Z | Downloaded universal-hash v0.5.1 |
| 906 | 2026-03-04T17:34:39.035Z | Downloaded typify-macro v0.6.1 |
| 907 | 2026-03-04T17:34:39.038Z | Downloaded tokio-native-tls v0.3.1 |
| 908 | 2026-03-04T17:34:39.041Z | Downloaded tokio-macros v2.6.0 |
| 909 | 2026-03-04T17:34:39.041Z | Downloaded unit-prefix v0.5.2 |
| 910 | 2026-03-04T17:34:39.041Z | Downloaded signal-hook v0.3.18 |
| 911 | 2026-03-04T17:34:39.045Z | Downloaded usdt v0.6.0 |
| 912 | 2026-03-04T17:34:39.048Z | Downloaded unarray v0.1.4 |
| 913 | 2026-03-04T17:34:39.048Z | Downloaded socket2 v0.5.10 |
| 914 | 2026-03-04T17:34:39.051Z | Downloaded try-lock v0.2.5 |
| 915 | 2026-03-04T17:34:39.051Z | Downloaded publicsuffix v2.3.0 |
| 916 | 2026-03-04T17:34:39.053Z | Downloaded tokio-rustls v0.25.0 |
| 917 | 2026-03-04T17:34:39.056Z | Downloaded tokio-tungstenite v0.21.0 |
| 918 | 2026-03-04T17:34:39.059Z | Downloaded tokio-dtrace v0.1.1 |
| 919 | 2026-03-04T17:34:39.063Z | Downloaded serde_with_macros v3.17.0 |
| 920 | 2026-03-04T17:34:39.063Z | Downloaded itertools v0.12.1 |
| 921 | 2026-03-04T17:34:39.068Z | Downloaded usdt-attr-macro v0.6.0 |
| 922 | 2026-03-04T17:34:39.071Z | Downloaded nom v7.1.3 |
| 923 | 2026-03-04T17:34:39.074Z | Downloaded usdt-macro v0.6.0 |
| 924 | 2026-03-04T17:34:39.077Z | Downloaded iddqd v0.3.17 |
| 925 | 2026-03-04T17:34:39.083Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 926 | 2026-03-04T17:34:39.086Z | Downloaded term v1.2.1 |
| 927 | 2026-03-04T17:34:39.088Z | Downloaded void v1.0.2 |
| 928 | 2026-03-04T17:34:39.091Z | Downloaded socket2 v0.6.2 |
| 929 | 2026-03-04T17:34:39.091Z | Downloaded utf-8 v0.7.6 |
| 930 | 2026-03-04T17:34:39.094Z | Downloaded term v0.7.0 |
| 931 | 2026-03-04T17:34:39.097Z | Downloaded waitgroup v0.1.2 |
| 932 | 2026-03-04T17:34:39.100Z | Downloaded serde_yaml v0.9.34+deprecated |
| 933 | 2026-03-04T17:34:39.103Z | Downloaded num-bigint-dig v0.8.6 |
| 934 | 2026-03-04T17:34:39.105Z | Downloaded itertools v0.13.0 |
| 935 | 2026-03-04T17:34:39.112Z | Downloaded wait-timeout v0.2.1 |
| 936 | 2026-03-04T17:34:39.115Z | Downloaded tui-tree-widget v0.23.1 |
| 937 | 2026-03-04T17:34:39.118Z | Downloaded tls_codec v0.4.2 |
| 938 | 2026-03-04T17:34:39.118Z | Downloaded rustls-webpki v0.103.9 |
| 939 | 2026-03-04T17:34:39.121Z | Downloaded slog v2.8.2 |
| 940 | 2026-03-04T17:34:39.124Z | Downloaded xattr v1.6.1 |
| 941 | 2026-03-04T17:34:39.127Z | Downloaded subprocess v0.2.15 |
| 942 | 2026-03-04T17:34:39.130Z | Downloaded want v0.3.1 |
| 943 | 2026-03-04T17:34:39.134Z | Downloaded rand v0.8.5 |
| 944 | 2026-03-04T17:34:39.134Z | Downloaded xshell-macros v0.2.7 |
| 945 | 2026-03-04T17:34:39.137Z | Downloaded tokio-rustls v0.26.4 |
| 946 | 2026-03-04T17:34:39.140Z | Downloaded tokio-rustls v0.24.1 |
| 947 | 2026-03-04T17:34:39.140Z | Downloaded tls_codec_derive v0.4.2 |
| 948 | 2026-03-04T17:34:39.143Z | Downloaded tokio-stream v0.1.18 |
| 949 | 2026-03-04T17:34:39.146Z | Downloaded zeroize_derive v1.4.3 |
| 950 | 2026-03-04T17:34:39.149Z | Downloaded schemars v1.2.1 |
| 951 | 2026-03-04T17:34:39.162Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 952 | 2026-03-04T17:34:39.164Z | Downloaded samael v0.0.19 |
| 953 | 2026-03-04T17:34:39.170Z | Downloaded vergen-lib v0.1.6 |
| 954 | 2026-03-04T17:34:39.173Z | Downloaded uzers v0.12.2 |
| 955 | 2026-03-04T17:34:39.176Z | Downloaded vergen-gitcl v1.0.8 |
| 956 | 2026-03-04T17:34:39.176Z | Downloaded tar v0.4.44 |
| 957 | 2026-03-04T17:34:39.179Z | Downloaded zone_cfg_derive v0.3.1 |
| 958 | 2026-03-04T17:34:39.181Z | Downloaded zone v0.3.1 |
| 959 | 2026-03-04T17:34:39.181Z | Downloaded vergen-git2 v1.0.7 |
| 960 | 2026-03-04T17:34:39.184Z | Downloaded snafu v0.8.9 |
| 961 | 2026-03-04T17:34:39.188Z | Downloaded tinyvec v1.10.0 |
| 962 | 2026-03-04T17:34:39.192Z | Downloaded walkdir v2.5.0 |
| 963 | 2026-03-04T17:34:39.194Z | Downloaded vsss-rs v3.3.4 |
| 964 | 2026-03-04T17:34:39.197Z | Downloaded p521 v0.13.3 |
| 965 | 2026-03-04T17:34:39.200Z | Downloaded tracing-attributes v0.1.31 |
| 966 | 2026-03-04T17:34:39.203Z | Downloaded test-strategy v0.4.5 |
| 967 | 2026-03-04T17:34:39.206Z | Downloaded whoami v1.6.1 |
| 968 | 2026-03-04T17:34:39.209Z | Downloaded xshell v0.2.7 |
| 969 | 2026-03-04T17:34:39.212Z | Downloaded wyz v0.5.1 |
| 970 | 2026-03-04T17:34:39.212Z | Downloaded whoami v2.1.0 |
| 971 | 2026-03-04T17:34:39.215Z | Downloaded rand v0.9.2 |
| 972 | 2026-03-04T17:34:39.218Z | Downloaded h2 v0.4.13 |
| 973 | 2026-03-04T17:34:39.223Z | Downloaded xz2 v0.1.7 |
| 974 | 2026-03-04T17:34:39.226Z | Downloaded rand v0.10.0 |
| 975 | 2026-03-04T17:34:39.229Z | Downloaded usdt-impl v0.6.0 |
| 976 | 2026-03-04T17:34:39.231Z | Downloaded aho-corasick v1.1.4 |
| 977 | 2026-03-04T17:34:39.235Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 978 | 2026-03-04T17:34:39.239Z | Downloaded blake3 v1.8.3 |
| 979 | 2026-03-04T17:34:39.248Z | Downloaded zstd v0.13.3 |
| 980 | 2026-03-04T17:34:39.250Z | Downloaded zeroize v1.8.2 |
| 981 | 2026-03-04T17:34:39.253Z | Downloaded unicode-properties v0.1.4 |
| 982 | 2026-03-04T17:34:39.256Z | Downloaded unicase v2.9.0 |
| 983 | 2026-03-04T17:34:39.256Z | Downloaded libm v0.2.16 |
| 984 | 2026-03-04T17:34:39.280Z | Downloaded vergen v9.0.6 |
| 985 | 2026-03-04T17:34:39.282Z | Downloaded unicode-bidi v0.3.18 |
| 986 | 2026-03-04T17:34:39.285Z | Downloaded typify v0.6.1 |
| 987 | 2026-03-04T17:34:39.288Z | Downloaded typify v0.4.3 |
| 988 | 2026-03-04T17:34:39.293Z | Downloaded rustyline v14.0.0 |
| 989 | 2026-03-04T17:34:39.299Z | Downloaded zerocopy v0.6.6 |
| 990 | 2026-03-04T17:34:39.302Z | Downloaded yasna v0.5.2 |
| 991 | 2026-03-04T17:34:39.305Z | Downloaded unsafe-libyaml v0.2.11 |
| 992 | 2026-03-04T17:34:39.309Z | Downloaded zstd-safe v7.2.4 |
| 993 | 2026-03-04T17:34:39.312Z | Downloaded uuid v1.21.0 |
| 994 | 2026-03-04T17:34:39.316Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 995 | 2026-03-04T17:34:39.321Z | Downloaded rpassword v7.4.0 |
| 996 | 2026-03-04T17:34:39.324Z | Downloaded ssh-key v0.6.7 |
| 997 | 2026-03-04T17:34:39.329Z | Downloaded toml v0.7.8 |
| 998 | 2026-03-04T17:34:39.332Z | Downloaded ron v0.12.0 |
| 999 | 2026-03-04T17:34:39.341Z | Downloaded bitvec v1.0.1 |
| 1000 | 2026-03-04T17:34:39.356Z | Downloaded hyper v1.8.1 |
| 1001 | 2026-03-04T17:34:39.362Z | Downloaded zopfli v0.8.3 |
| 1002 | 2026-03-04T17:34:39.365Z | Downloaded vte v0.14.1 |
| 1003 | 2026-03-04T17:34:39.368Z | Downloaded toml_edit v0.19.15 |
| 1004 | 2026-03-04T17:34:39.384Z | Downloaded unicode_categories v0.1.1 |
| 1005 | 2026-03-04T17:34:39.387Z | Downloaded tungstenite v0.23.0 |
| 1006 | 2026-03-04T17:34:39.390Z | Downloaded tracing-core v0.1.36 |
| 1007 | 2026-03-04T17:34:39.393Z | Downloaded git2 v0.20.4 |
| 1008 | 2026-03-04T17:34:39.399Z | Downloaded regex v1.12.3 |
| 1009 | 2026-03-04T17:34:39.409Z | Downloaded zip v0.6.6 |
| 1010 | 2026-03-04T17:34:39.412Z | Downloaded yansi v1.0.1 |
| 1011 | 2026-03-04T17:34:39.412Z | Downloaded reqwest v0.12.28 |
| 1012 | 2026-03-04T17:34:39.416Z | Downloaded reedline v0.40.0 |
| 1013 | 2026-03-04T17:34:39.424Z | Downloaded reqwest v0.13.2 |
| 1014 | 2026-03-04T17:34:39.430Z | Downloaded chrono v0.4.44 |
| 1015 | 2026-03-04T17:34:39.436Z | Downloaded aws-lc-rs v1.16.0 |
| 1016 | 2026-03-04T17:34:39.445Z | Downloaded bindgen v0.71.1 |
| 1017 | 2026-03-04T17:34:39.453Z | Downloaded twox-hash v2.1.2 |
| 1018 | 2026-03-04T17:34:39.456Z | Downloaded tower v0.5.3 |
| 1019 | 2026-03-04T17:34:39.462Z | Downloaded tokio-postgres v0.7.16 |
| 1020 | 2026-03-04T17:34:39.466Z | Downloaded quick-xml v0.37.5 |
| 1021 | 2026-03-04T17:34:39.471Z | Downloaded x509-cert v0.2.5 |
| 1022 | 2026-03-04T17:34:39.476Z | Downloaded zerocopy-derive v0.8.40 |
| 1023 | 2026-03-04T17:34:39.484Z | Downloaded portable-atomic v1.13.1 |
| 1024 | 2026-03-04T17:34:39.491Z | Downloaded rustls-webpki v0.101.7 |
| 1025 | 2026-03-04T17:34:39.504Z | Downloaded salty v0.3.0 |
| 1026 | 2026-03-04T17:34:39.511Z | Downloaded typed-path v0.9.3 |
| 1027 | 2026-03-04T17:34:39.517Z | Downloaded tough v0.20.0 |
| 1028 | 2026-03-04T17:34:39.524Z | Downloaded unicode-normalization v0.1.25 |
| 1029 | 2026-03-04T17:34:39.528Z | Downloaded rustls-webpki v0.102.8 |
| 1030 | 2026-03-04T17:34:39.546Z | Downloaded tower-http v0.6.8 |
| 1031 | 2026-03-04T17:34:39.554Z | Downloaded proptest v1.10.0 |
| 1032 | 2026-03-04T17:34:39.563Z | Downloaded rayon v1.11.0 |
| 1033 | 2026-03-04T17:34:39.573Z | Downloaded petname v2.0.2 |
| 1034 | 2026-03-04T17:34:39.578Z | Downloaded moka v0.12.13 |
| 1035 | 2026-03-04T17:34:39.585Z | Downloaded zip v4.6.1 |
| 1036 | 2026-03-04T17:34:39.588Z | Downloaded serde_with v3.17.0 |
| 1037 | 2026-03-04T17:34:39.600Z | Downloaded winnow v0.6.26 |
| 1038 | 2026-03-04T17:34:39.607Z | Downloaded tokio-util v0.7.18 |
| 1039 | 2026-03-04T17:34:39.614Z | Downloaded quinn-proto v0.11.13 |
| 1040 | 2026-03-04T17:34:39.621Z | Downloaded radix_trie v0.2.1 |
| 1041 | 2026-03-04T17:34:39.625Z | Downloaded openssl v0.10.75 |
| 1042 | 2026-03-04T17:34:39.635Z | Downloaded winnow v0.5.40 |
| 1043 | 2026-03-04T17:34:39.643Z | Downloaded nix v0.27.1 |
| 1044 | 2026-03-04T17:34:39.653Z | Downloaded object v0.30.4 |
| 1045 | 2026-03-04T17:34:39.661Z | Downloaded curve25519-dalek v4.1.3 |
| 1046 | 2026-03-04T17:34:39.670Z | Downloaded polar-core v0.27.3 |
| 1047 | 2026-03-04T17:34:39.677Z | Downloaded nix v0.28.0 |
| 1048 | 2026-03-04T17:34:39.687Z | Downloaded tabled v0.20.0 |
| 1049 | 2026-03-04T17:34:39.706Z | Downloaded time v0.3.47 |
| 1050 | 2026-03-04T17:34:39.720Z | Downloaded nix v0.29.0 |
| 1051 | 2026-03-04T17:34:39.728Z | Downloaded vcpkg v0.2.15 |
| 1052 | 2026-03-04T17:34:39.764Z | Downloaded rustls v0.21.12 |
| 1053 | 2026-03-04T17:34:39.774Z | Downloaded zlib-rs v0.6.2 |
| 1054 | 2026-03-04T17:34:39.778Z | Downloaded object v0.37.3 |
| 1055 | 2026-03-04T17:34:39.788Z | Downloaded webpki-roots v1.0.6 |
| 1056 | 2026-03-04T17:34:39.792Z | Downloaded nix v0.30.1 |
| 1057 | 2026-03-04T17:34:39.801Z | Downloaded smoltcp v0.11.0 |
| 1058 | 2026-03-04T17:34:39.813Z | Downloaded rustix v0.38.44 |
| 1059 | 2026-03-04T17:34:39.835Z | Downloaded zerocopy v0.8.40 |
| 1060 | 2026-03-04T17:34:39.844Z | Downloaded hickory-proto v0.25.2 |
| 1061 | 2026-03-04T17:34:39.857Z | Downloaded rustls v0.22.4 |
| 1062 | 2026-03-04T17:34:39.870Z | Downloaded rustls v0.23.37 |
| 1063 | 2026-03-04T17:34:39.880Z | Downloaded regex-syntax v0.8.10 |
| 1064 | 2026-03-04T17:34:39.887Z | Downloaded openapiv3 v2.2.0 |
| 1065 | 2026-03-04T17:34:39.897Z | Downloaded regress v0.10.5 |
| 1066 | 2026-03-04T17:34:39.905Z | Downloaded hickory-proto v0.24.4 |
| 1067 | 2026-03-04T17:34:39.919Z | Downloaded regex-syntax v0.6.29 |
| 1068 | 2026-03-04T17:34:39.926Z | Downloaded nix v0.31.1 |
| 1069 | 2026-03-04T17:34:39.939Z | Downloaded sled v0.34.7 |
| 1070 | 2026-03-04T17:34:39.949Z | Downloaded typify-impl v0.6.1 |
| 1071 | 2026-03-04T17:34:39.959Z | Downloaded typify-impl v0.4.3 |
| 1072 | 2026-03-04T17:34:39.973Z | Downloaded sqlparser v0.61.0 |
| 1073 | 2026-03-04T17:34:39.983Z | Downloaded tracing v0.1.44 |
| 1074 | 2026-03-04T17:34:40.002Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1075 | 2026-03-04T17:34:40.014Z | Downloaded ratatui v0.29.0 |
| 1076 | 2026-03-04T17:34:40.052Z | Downloaded dropshot v0.16.7 |
| 1077 | 2026-03-04T17:34:40.064Z | Downloaded smoltcp v0.9.1 |
| 1078 | 2026-03-04T17:34:40.068Z | Downloaded diesel v2.2.12 |
| 1079 | 2026-03-04T17:34:40.080Z | Downloaded chrono-tz v0.10.4 |
| 1080 | 2026-03-04T17:34:40.095Z | Downloaded bstr v1.12.1 |
| 1081 | 2026-03-04T17:34:40.103Z | Downloaded unicode-segmentation v1.12.0 |
| 1082 | 2026-03-04T17:34:40.106Z | Downloaded lalrpop v0.19.12 |
| 1083 | 2026-03-04T17:34:40.116Z | Downloaded zerocopy-derive v0.6.6 |
| 1084 | 2026-03-04T17:34:40.125Z | Downloaded goblin v0.10.5 |
| 1085 | 2026-03-04T17:34:40.132Z | Downloaded petgraph v0.8.3 |
| 1086 | 2026-03-04T17:34:40.153Z | Downloaded regex-automata v0.4.14 |
| 1087 | 2026-03-04T17:34:40.166Z | Downloaded jiff v0.2.21 |
| 1088 | 2026-03-04T17:34:40.184Z | Downloaded petgraph v0.6.5 |
| 1089 | 2026-03-04T17:34:40.199Z | Downloaded lzma-sys v0.1.20 |
| 1090 | 2026-03-04T17:34:40.226Z | Downloaded p384 v0.13.1 |
| 1091 | 2026-03-04T17:34:40.231Z | Downloaded tungstenite v0.21.0 |
| 1092 | 2026-03-04T17:34:40.236Z | Downloaded steno v0.4.1 |
| 1093 | 2026-03-04T17:34:40.239Z | Downloaded sha3 v0.10.8 |
| 1094 | 2026-03-04T17:34:40.242Z | Downloaded russh v0.45.0 |
| 1095 | 2026-03-04T17:34:40.246Z | Downloaded iri-string v0.7.10 |
| 1096 | 2026-03-04T17:34:40.254Z | Downloaded hkdf v0.12.4 |
| 1097 | 2026-03-04T17:34:40.257Z | Downloaded csv v1.4.0 |
| 1098 | 2026-03-04T17:34:40.274Z | Downloaded libz-sys v1.1.24 |
| 1099 | 2026-03-04T17:34:40.293Z | Downloaded itertools v0.14.0 |
| 1100 | 2026-03-04T17:34:40.299Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1101 | 2026-03-04T17:34:40.316Z | Downloaded rsa v0.9.10 |
| 1102 | 2026-03-04T17:34:40.320Z | Downloaded futures-util v0.3.32 |
| 1103 | 2026-03-04T17:34:40.334Z | Downloaded tokio v1.49.0 |
| 1104 | 2026-03-04T17:34:40.368Z | Downloaded untrusted v0.9.0 |
| 1105 | 2026-03-04T17:34:40.371Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1106 | 2026-03-04T17:34:40.371Z | Downloaded tokio-tungstenite v0.23.1 |
| 1107 | 2026-03-04T17:34:40.374Z | Downloaded similar v2.7.0 |
| 1108 | 2026-03-04T17:34:40.377Z | Downloaded schemars v0.9.0 |
| 1109 | 2026-03-04T17:34:40.389Z | Downloaded stringprep v0.1.5 |
| 1110 | 2026-03-04T17:34:40.392Z | Downloaded string_cache v0.8.9 |
| 1111 | 2026-03-04T17:34:40.392Z | Downloaded tabwriter v1.4.1 |
| 1112 | 2026-03-04T17:34:40.395Z | Downloaded smf v0.2.3 |
| 1113 | 2026-03-04T17:34:40.395Z | Downloaded serde_cbor v0.11.2 |
| 1114 | 2026-03-04T17:34:40.399Z | Downloaded progenitor-impl v0.13.0 |
| 1115 | 2026-03-04T17:34:40.402Z | Downloaded sync-ptr v0.1.4 |
| 1116 | 2026-03-04T17:34:40.402Z | Downloaded slab v0.4.12 |
| 1117 | 2026-03-04T17:34:40.402Z | Downloaded hashbrown v0.13.2 |
| 1118 | 2026-03-04T17:34:40.406Z | Downloaded slog-stdlog v4.1.1 |
| 1119 | 2026-03-04T17:34:40.411Z | Downloaded slog-json v2.6.1 |
| 1120 | 2026-03-04T17:34:40.411Z | Downloaded slog-dtrace v0.3.0 |
| 1121 | 2026-03-04T17:34:40.414Z | Downloaded sec1 v0.7.3 |
| 1122 | 2026-03-04T17:34:40.414Z | Downloaded structmeta v0.3.0 |
| 1123 | 2026-03-04T17:34:40.414Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1124 | 2026-03-04T17:34:40.414Z | Downloaded pin-project v1.1.11 |
| 1125 | 2026-03-04T17:34:40.425Z | Downloaded hickory-server v0.25.2 |
| 1126 | 2026-03-04T17:34:40.428Z | Downloaded signature v2.2.0 |
| 1127 | 2026-03-04T17:34:40.431Z | Downloaded minimal-lexical v0.2.1 |
| 1128 | 2026-03-04T17:34:40.434Z | Downloaded rustls-pemfile v1.0.4 |
| 1129 | 2026-03-04T17:34:40.437Z | Downloaded rustls-native-certs v0.8.3 |
| 1130 | 2026-03-04T17:34:40.441Z | Downloaded serde_bytes v0.11.19 |
| 1131 | 2026-03-04T17:34:40.441Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1132 | 2026-03-04T17:34:40.444Z | Downloaded ppv-lite86 v0.2.21 |
| 1133 | 2026-03-04T17:34:40.444Z | Downloaded encoding_rs v0.8.35 |
| 1134 | 2026-03-04T17:34:40.462Z | Downloaded postcard v1.1.3 |
| 1135 | 2026-03-04T17:34:40.468Z | Downloaded rand_chacha v0.9.0 |
| 1136 | 2026-03-04T17:34:40.468Z | Downloaded r2d2 v0.8.10 |
| 1137 | 2026-03-04T17:34:40.471Z | Downloaded pkcs1 v0.7.5 |
| 1138 | 2026-03-04T17:34:40.471Z | Downloaded parking_lot_core v0.9.12 |
| 1139 | 2026-03-04T17:34:40.471Z | Downloaded parking_lot_core v0.8.6 |
| 1140 | 2026-03-04T17:34:40.475Z | Downloaded parking_lot v0.12.5 |
| 1141 | 2026-03-04T17:34:40.475Z | Downloaded hickory-resolver v0.24.4 |
| 1142 | 2026-03-04T17:34:40.479Z | Downloaded indexmap v1.9.3 |
| 1143 | 2026-03-04T17:34:40.482Z | Downloaded predicates v3.1.4 |
| 1144 | 2026-03-04T17:34:40.485Z | Downloaded ring v0.17.14 |
| 1145 | 2026-03-04T17:34:40.523Z | Downloaded flate2 v1.1.9 |
| 1146 | 2026-03-04T17:34:40.527Z | Downloaded phf v0.12.1 |
| 1147 | 2026-03-04T17:34:40.529Z | Downloaded dropshot-api-manager v0.5.2 |
| 1148 | 2026-03-04T17:34:40.532Z | Downloaded derive_more-impl v2.1.1 |
| 1149 | 2026-03-04T17:34:40.535Z | Downloaded crypto-bigint v0.5.5 |
| 1150 | 2026-03-04T17:34:40.541Z | Downloaded phf v0.13.1 |
| 1151 | 2026-03-04T17:34:40.544Z | Downloaded peg v0.8.5 |
| 1152 | 2026-03-04T17:34:40.547Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1153 | 2026-03-04T17:34:40.547Z | Downloaded paste v1.0.15 |
| 1154 | 2026-03-04T17:34:40.550Z | Downloaded ed25519-dalek v2.2.0 |
| 1155 | 2026-03-04T17:34:40.553Z | Downloaded parse-size v1.1.0 |
| 1156 | 2026-03-04T17:34:40.554Z | Downloaded heapless v0.8.0 |
| 1157 | 2026-03-04T17:34:40.556Z | Downloaded memmap2 v0.9.10 |
| 1158 | 2026-03-04T17:34:40.559Z | Downloaded cc v1.2.56 |
| 1159 | 2026-03-04T17:34:40.563Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1160 | 2026-03-04T17:34:40.612Z | Downloaded base64 v0.21.7 |
| 1161 | 2026-03-04T17:34:40.615Z | Downloaded powerfmt v0.2.0 |
| 1162 | 2026-03-04T17:34:40.615Z | Downloaded base64 v0.22.1 |
| 1163 | 2026-03-04T17:34:40.618Z | Downloaded owo-colors v4.3.0 |
| 1164 | 2026-03-04T17:34:40.621Z | Downloaded num-integer v0.1.46 |
| 1165 | 2026-03-04T17:34:40.621Z | Downloaded num-rational v0.4.2 |
| 1166 | 2026-03-04T17:34:40.624Z | Downloaded num-complex v0.4.6 |
| 1167 | 2026-03-04T17:34:40.624Z | Downloaded hyper-rustls v0.27.7 |
| 1168 | 2026-03-04T17:34:40.627Z | Downloaded crossterm v0.29.0 |
| 1169 | 2026-03-04T17:34:40.631Z | Downloaded phf_shared v0.11.3 |
| 1170 | 2026-03-04T17:34:40.634Z | Downloaded derive-where v1.6.0 |
| 1171 | 2026-03-04T17:34:40.637Z | Downloaded darling_core v0.21.3 |
| 1172 | 2026-03-04T17:34:40.640Z | Downloaded num_enum v0.5.11 |
| 1173 | 2026-03-04T17:34:40.644Z | Downloaded flume v0.11.1 |
| 1174 | 2026-03-04T17:34:40.648Z | Downloaded darling_core v0.20.11 |
| 1175 | 2026-03-04T17:34:40.651Z | Downloaded nu-ansi-term v0.50.3 |
| 1176 | 2026-03-04T17:34:40.655Z | Downloaded der v0.7.10 |
| 1177 | 2026-03-04T17:34:40.659Z | Downloaded darling_core v0.23.0 |
| 1178 | 2026-03-04T17:34:40.662Z | Downloaded nodrop v0.1.14 |
| 1179 | 2026-03-04T17:34:40.662Z | Downloaded newline-converter v0.3.0 |
| 1180 | 2026-03-04T17:34:40.662Z | Downloaded num v0.4.3 |
| 1181 | 2026-03-04T17:34:40.665Z | Downloaded nanorand v0.7.0 |
| 1182 | 2026-03-04T17:34:40.665Z | Downloaded mime_guess v2.0.5 |
| 1183 | 2026-03-04T17:34:40.668Z | Downloaded hickory-client v0.25.2 |
| 1184 | 2026-03-04T17:34:40.669Z | Downloaded compact_str v0.8.1 |
| 1185 | 2026-03-04T17:34:40.672Z | Downloaded chacha20poly1305 v0.10.1 |
| 1186 | 2026-03-04T17:34:40.675Z | Downloaded half v1.8.3 |
| 1187 | 2026-03-04T17:34:40.675Z | Downloaded dropshot_endpoint v0.16.7 |
| 1188 | 2026-03-04T17:34:40.678Z | Downloaded openssl-macros v0.1.1 |
| 1189 | 2026-03-04T17:34:40.678Z | Downloaded olpc-cjson v0.1.4 |
| 1190 | 2026-03-04T17:34:40.681Z | Downloaded lock_api v0.4.14 |
| 1191 | 2026-03-04T17:34:40.681Z | Downloaded libsw v3.5.0 |
| 1192 | 2026-03-04T17:34:40.681Z | Downloaded native-tls v0.2.18 |
| 1193 | 2026-03-04T17:34:40.684Z | Downloaded httparse v1.10.1 |
| 1194 | 2026-03-04T17:34:40.685Z | Downloaded ingot-macros v0.1.1 |
| 1195 | 2026-03-04T17:34:40.687Z | Downloaded getrandom v0.3.4 |
| 1196 | 2026-03-04T17:34:40.690Z | Downloaded futures-channel v0.3.32 |
| 1197 | 2026-03-04T17:34:40.690Z | Downloaded futures v0.3.32 |
| 1198 | 2026-03-04T17:34:40.694Z | Downloaded libsw-core v0.3.2 |
| 1199 | 2026-03-04T17:34:40.696Z | Downloaded libloading v0.8.9 |
| 1200 | 2026-03-04T17:34:40.701Z | Downloaded libefi-sys v0.1.0 |
| 1201 | 2026-03-04T17:34:40.701Z | Downloaded nonempty v0.12.0 |
| 1202 | 2026-03-04T17:34:40.701Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1203 | 2026-03-04T17:34:40.705Z | Downloaded jobserver v0.1.34 |
| 1204 | 2026-03-04T17:34:40.705Z | Downloaded const_format v0.2.35 |
| 1205 | 2026-03-04T17:34:40.708Z | Downloaded multimap v0.10.1 |
| 1206 | 2026-03-04T17:34:40.708Z | Downloaded convert_case v0.10.0 |
| 1207 | 2026-03-04T17:34:40.708Z | Downloaded async-bb8-diesel v0.2.1 |
| 1208 | 2026-03-04T17:34:40.711Z | Downloaded colored v2.2.0 |
| 1209 | 2026-03-04T17:34:40.714Z | Downloaded darling v0.23.0 |
| 1210 | 2026-03-04T17:34:40.718Z | Downloaded ciborium v0.2.2 |
| 1211 | 2026-03-04T17:34:40.720Z | Downloaded ahash v0.8.12 |
| 1212 | 2026-03-04T17:34:40.720Z | Downloaded maplit v1.0.2 |
| 1213 | 2026-03-04T17:34:40.725Z | Downloaded allocator-api2 v0.2.21 |
| 1214 | 2026-03-04T17:34:40.725Z | Downloaded lzss v0.8.2 |
| 1215 | 2026-03-04T17:34:40.728Z | Downloaded maybe-uninit v2.0.0 |
| 1216 | 2026-03-04T17:34:40.728Z | Downloaded match_cfg v0.1.0 |
| 1217 | 2026-03-04T17:34:40.728Z | Downloaded lru-slab v0.1.2 |
| 1218 | 2026-03-04T17:34:40.728Z | Downloaded humantime v2.3.0 |
| 1219 | 2026-03-04T17:34:40.731Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1220 | 2026-03-04T17:34:40.731Z | Downloaded hyper-staticfile v0.10.1 |
| 1221 | 2026-03-04T17:34:40.735Z | Downloaded http-body-util v0.1.3 |
| 1222 | 2026-03-04T17:34:40.735Z | Downloaded group v0.13.0 |
| 1223 | 2026-03-04T17:34:40.737Z | Downloaded keccak v0.1.6 |
| 1224 | 2026-03-04T17:34:40.737Z | Downloaded internet-checksum v0.2.1 |
| 1225 | 2026-03-04T17:34:40.737Z | Downloaded instability v0.3.11 |
| 1226 | 2026-03-04T17:34:40.740Z | Downloaded cookie_store v0.22.1 |
| 1227 | 2026-03-04T17:34:40.740Z | Downloaded cookie v0.18.1 |
| 1228 | 2026-03-04T17:34:40.743Z | Downloaded bzip2 v0.4.4 |
| 1229 | 2026-03-04T17:34:40.743Z | Downloaded instant v0.1.13 |
| 1230 | 2026-03-04T17:34:40.746Z | Downloaded indoc v1.0.9 |
| 1231 | 2026-03-04T17:34:40.746Z | Downloaded funty v2.0.0 |
| 1232 | 2026-03-04T17:34:40.750Z | Downloaded const-oid v0.9.6 |
| 1233 | 2026-03-04T17:34:40.750Z | Downloaded blake2 v0.10.6 |
| 1234 | 2026-03-04T17:34:40.753Z | Downloaded backon v1.6.0 |
| 1235 | 2026-03-04T17:34:40.758Z | Downloaded daft v0.1.5 |
| 1236 | 2026-03-04T17:34:40.758Z | Downloaded console v0.16.2 |
| 1237 | 2026-03-04T17:34:40.758Z | Downloaded cancel-safe-futures v0.1.5 |
| 1238 | 2026-03-04T17:34:40.761Z | Downloaded clang-sys v1.8.1 |
| 1239 | 2026-03-04T17:34:40.761Z | Downloaded csv-core v0.1.13 |
| 1240 | 2026-03-04T17:34:40.761Z | Downloaded const_format_proc_macros v0.2.34 |
| 1241 | 2026-03-04T17:34:40.765Z | Downloaded bzip2 v0.6.1 |
| 1242 | 2026-03-04T17:34:40.768Z | Downloaded drift v0.1.3 |
| 1243 | 2026-03-04T17:34:40.772Z | Downloaded cargo_toml v0.22.3 |
| 1244 | 2026-03-04T17:34:40.772Z | Downloaded ident_case v1.0.1 |
| 1245 | 2026-03-04T17:34:40.772Z | Downloaded hyper-tls v0.6.0 |
| 1246 | 2026-03-04T17:34:40.774Z | Downloaded hubpack v0.1.2 |
| 1247 | 2026-03-04T17:34:40.775Z | Downloaded http-range v0.1.5 |
| 1248 | 2026-03-04T17:34:40.775Z | Downloaded http-body v1.0.1 |
| 1249 | 2026-03-04T17:34:40.777Z | Downloaded hostname v0.4.2 |
| 1250 | 2026-03-04T17:34:40.778Z | Downloaded globset v0.4.18 |
| 1251 | 2026-03-04T17:34:40.779Z | Downloaded glob v0.3.3 |
| 1252 | 2026-03-04T17:34:40.782Z | Downloaded futures-executor v0.3.32 |
| 1253 | 2026-03-04T17:34:40.782Z | Downloaded diesel_derives v2.2.7 |
| 1254 | 2026-03-04T17:34:40.785Z | Downloaded ff v0.13.1 |
| 1255 | 2026-03-04T17:34:40.785Z | Downloaded colored v3.1.1 |
| 1256 | 2026-03-04T17:34:40.787Z | Downloaded chacha20 v0.10.0 |
| 1257 | 2026-03-04T17:34:40.792Z | Downloaded argon2 v0.5.3 |
| 1258 | 2026-03-04T17:34:40.792Z | Downloaded erased-serde v0.3.31 |
| 1259 | 2026-03-04T17:34:40.796Z | Downloaded console v0.15.11 |
| 1260 | 2026-03-04T17:34:40.796Z | Downloaded chacha20 v0.9.1 |
| 1261 | 2026-03-04T17:34:40.800Z | Downloaded cassowary v0.3.0 |
| 1262 | 2026-03-04T17:34:40.800Z | Downloaded headers-core v0.3.0 |
| 1263 | 2026-03-04T17:34:40.800Z | Downloaded fixedbitset v0.4.2 |
| 1264 | 2026-03-04T17:34:40.800Z | Downloaded find-msvc-tools v0.1.9 |
| 1265 | 2026-03-04T17:34:40.804Z | Downloaded env_logger v0.11.9 |
| 1266 | 2026-03-04T17:34:40.804Z | Downloaded ecdsa v0.16.9 |
| 1267 | 2026-03-04T17:34:40.804Z | Downloaded defmt-macros v1.0.1 |
| 1268 | 2026-03-04T17:34:40.807Z | Downloaded fs_extra v1.3.0 |
| 1269 | 2026-03-04T17:34:40.811Z | Downloaded foldhash v0.2.0 |
| 1270 | 2026-03-04T17:34:40.811Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 1271 | 2026-03-04T17:34:40.811Z | Downloaded ctr v0.9.2 |
| 1272 | 2026-03-04T17:34:40.815Z | Downloaded derive-ex v0.1.8 |
| 1273 | 2026-03-04T17:34:40.815Z | Downloaded cmake v0.1.57 |
| 1274 | 2026-03-04T17:34:40.815Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1275 | 2026-03-04T17:34:40.818Z | Downloaded bit-vec v0.8.0 |
| 1276 | 2026-03-04T17:34:40.818Z | Downloaded backoff v0.4.0 |
| 1277 | 2026-03-04T17:34:40.818Z | Downloaded crc v3.4.0 |
| 1278 | 2026-03-04T17:34:40.844Z | Downloaded cbc v0.1.2 |
| 1279 | 2026-03-04T17:34:40.844Z | Downloaded buf-list v1.1.2 |
| 1280 | 2026-03-04T17:34:40.844Z | Downloaded base64ct v1.8.3 |
| 1281 | 2026-03-04T17:34:40.844Z | Downloaded embedded-io v0.4.0 |
| 1282 | 2026-03-04T17:34:40.844Z | Downloaded darling_macro v0.21.3 |
| 1283 | 2026-03-04T17:34:40.845Z | Downloaded bit-vec v0.6.3 |
| 1284 | 2026-03-04T17:34:40.845Z | Downloaded float-cmp v0.10.0 |
| 1285 | 2026-03-04T17:34:40.845Z | Downloaded cobs v0.3.0 |
| 1286 | 2026-03-04T17:34:40.845Z | Downloaded diesel-dtrace v0.4.2 |
| 1287 | 2026-03-04T17:34:40.845Z | Downloaded derive_builder_core v0.20.2 |
| 1288 | 2026-03-04T17:34:40.845Z | Downloaded futures-sink v0.3.32 |
| 1289 | 2026-03-04T17:34:40.845Z | Downloaded futures-core v0.3.32 |
| 1290 | 2026-03-04T17:34:40.845Z | Downloaded foreign-types-shared v0.1.1 |
| 1291 | 2026-03-04T17:34:40.845Z | Downloaded embedded-io v0.6.1 |
| 1292 | 2026-03-04T17:34:40.845Z | Downloaded foreign-types-macros v0.2.3 |
| 1293 | 2026-03-04T17:34:40.845Z | Downloaded fd-lock v4.0.4 |
| 1294 | 2026-03-04T17:34:40.845Z | Downloaded display-error-chain v0.2.2 |
| 1295 | 2026-03-04T17:34:40.845Z | Downloaded corncobs v0.1.4 |
| 1296 | 2026-03-04T17:34:40.845Z | Downloaded base16ct v1.0.0 |
| 1297 | 2026-03-04T17:34:40.845Z | Downloaded dtrace-parser v0.3.0 |
| 1298 | 2026-03-04T17:34:40.848Z | Downloaded dof v0.4.0 |
| 1299 | 2026-03-04T17:34:40.848Z | Downloaded darling_macro v0.20.11 |
| 1300 | 2026-03-04T17:34:40.848Z | Downloaded cstr-argument v0.1.2 |
| 1301 | 2026-03-04T17:34:40.848Z | Downloaded cipher v0.4.4 |
| 1302 | 2026-03-04T17:34:40.848Z | Downloaded bcs v0.1.6 |
| 1303 | 2026-03-04T17:34:40.848Z | Downloaded async-trait v0.1.89 |
| 1304 | 2026-03-04T17:34:40.853Z | Downloaded dyn-clone v1.0.20 |
| 1305 | 2026-03-04T17:34:40.853Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1306 | 2026-03-04T17:34:40.855Z | Downloaded arrayvec v0.7.6 |
| 1307 | 2026-03-04T17:34:40.855Z | Downloaded document-features v0.2.12 |
| 1308 | 2026-03-04T17:34:40.855Z | Downloaded darling_macro v0.23.0 |
| 1309 | 2026-03-04T17:34:40.856Z | Downloaded endian-type v0.1.2 |
| 1310 | 2026-03-04T17:34:40.859Z | Downloaded dsl_auto_type v0.1.3 |
| 1311 | 2026-03-04T17:34:40.859Z | Downloaded dirs-next v2.0.0 |
| 1312 | 2026-03-04T17:34:40.859Z | Downloaded derive_builder_macro v0.20.2 |
| 1313 | 2026-03-04T17:34:40.859Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1314 | 2026-03-04T17:34:40.859Z | Downloaded cpufeatures v0.3.0 |
| 1315 | 2026-03-04T17:34:40.862Z | Downloaded aead v0.5.2 |
| 1316 | 2026-03-04T17:34:40.862Z | Downloaded bitfield-struct v0.6.2 |
| 1317 | 2026-03-04T17:34:40.862Z | Downloaded crunchy v0.2.4 |
| 1318 | 2026-03-04T17:34:40.865Z | Downloaded convert_case v0.4.0 |
| 1319 | 2026-03-04T17:34:40.865Z | Downloaded defmt-parser v1.0.0 |
| 1320 | 2026-03-04T17:34:40.865Z | Downloaded ciborium-io v0.2.2 |
| 1321 | 2026-03-04T17:34:40.865Z | Downloaded castaway v0.2.4 |
| 1322 | 2026-03-04T17:34:40.868Z | Downloaded bit-set v0.8.0 |
| 1323 | 2026-03-04T17:34:40.868Z | Downloaded debug-ignore v1.0.5 |
| 1324 | 2026-03-04T17:34:40.870Z | Downloaded darling v0.20.11 |
| 1325 | 2026-03-04T17:34:40.874Z | Downloaded crossbeam-deque v0.8.6 |
| 1326 | 2026-03-04T17:34:40.874Z | Downloaded cargo-platform v0.1.9 |
| 1327 | 2026-03-04T17:34:40.877Z | Downloaded crc-catalog v2.4.0 |
| 1328 | 2026-03-04T17:34:40.877Z | Downloaded cfg_aliases v0.1.1 |
| 1329 | 2026-03-04T17:34:40.877Z | Downloaded base16ct v0.2.0 |
| 1330 | 2026-03-04T17:34:40.877Z | Downloaded async-stream-impl v0.3.6 |
| 1331 | 2026-03-04T17:34:40.877Z | Downloaded cfg_aliases v0.2.1 |
| 1332 | 2026-03-04T17:34:40.882Z | Downloaded cexpr v0.6.0 |
| 1333 | 2026-03-04T17:34:40.882Z | Downloaded block-padding v0.3.3 |
| 1334 | 2026-03-04T17:34:40.882Z | Downloaded bitfield v0.19.4 |
| 1335 | 2026-03-04T17:34:40.882Z | Downloaded derive_more v0.99.20 |
| 1336 | 2026-03-04T17:34:40.885Z | Downloaded bb8 v0.8.6 |
| 1337 | 2026-03-04T17:34:40.891Z | Downloaded atomic-waker v1.1.2 |
| 1338 | 2026-03-04T17:34:40.894Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1339 | 2026-03-04T17:34:40.894Z | Downloaded assert_matches v1.5.0 |
| 1340 | 2026-03-04T17:34:40.894Z | Downloaded array-init v0.0.4 |
| 1341 | 2026-03-04T17:34:40.894Z | Downloaded async-stream v0.3.6 |
| 1342 | 2026-03-04T17:34:40.898Z | Downloaded ascii-canvas v3.0.0 |
| 1343 | 2026-03-04T17:34:41.353Z | Downloaded aws-lc-sys v0.37.1 |
| 1344 | 2026-03-04T17:34:41.702Z | Compiling libc v0.2.180 |
| 1345 | 2026-03-04T17:34:41.705Z | Compiling serde v1.0.228 |
| 1346 | 2026-03-04T17:34:41.705Z | Compiling log v0.4.29 |
| 1347 | 2026-03-04T17:34:41.705Z | Compiling shlex v1.3.0 |
| 1348 | 2026-03-04T17:34:41.889Z | Compiling find-msvc-tools v0.1.9 |
| 1349 | 2026-03-04T17:34:41.893Z | Compiling smallvec v1.15.1 |
| 1350 | 2026-03-04T17:34:41.903Z | Compiling syn v2.0.117 |
| 1351 | 2026-03-04T17:34:41.916Z | Compiling typenum v1.19.0 |
| 1352 | 2026-03-04T17:34:42.262Z | Compiling generic-array v0.14.7 |
| 1353 | 2026-03-04T17:34:42.267Z | Compiling subtle v2.6.1 |
| 1354 | 2026-03-04T17:34:42.322Z | Compiling scopeguard v1.2.0 |
| 1355 | 2026-03-04T17:34:42.427Z | Compiling portable-atomic v1.13.1 |
| 1356 | 2026-03-04T17:34:42.476Z | Compiling lock_api v0.4.14 |
| 1357 | 2026-03-04T17:34:42.497Z | Compiling const-oid v0.9.6 |
| 1358 | 2026-03-04T17:34:42.603Z | Compiling critical-section v1.2.0 |
| 1359 | 2026-03-04T17:34:42.643Z | Compiling zerocopy v0.8.40 |
| 1360 | 2026-03-04T17:34:42.759Z | Compiling parking_lot_core v0.9.12 |
| 1361 | 2026-03-04T17:34:42.942Z | Compiling pin-project-lite v0.2.17 |
| 1362 | 2026-03-04T17:34:43.103Z | Compiling serde_json v1.0.149 |
| 1363 | 2026-03-04T17:34:43.241Z | Compiling pkg-config v0.3.32 |
| 1364 | 2026-03-04T17:34:43.501Z | Compiling libm v0.2.16 |
| 1365 | 2026-03-04T17:34:43.904Z | Compiling getrandom v0.2.17 |
| 1366 | 2026-03-04T17:34:44.008Z | Compiling jobserver v0.1.34 |
| 1367 | 2026-03-04T17:34:44.079Z | Compiling errno v0.3.14 |
| 1368 | 2026-03-04T17:34:44.345Z | Compiling rand_core v0.6.4 |
| 1369 | 2026-03-04T17:34:44.483Z | Compiling signal-hook-registry v1.4.8 |
| 1370 | 2026-03-04T17:34:44.561Z | Compiling cc v1.2.56 |
| 1371 | 2026-03-04T17:34:44.684Z | Compiling once_cell v1.21.3 |
| 1372 | 2026-03-04T17:34:44.979Z | Compiling parking_lot v0.12.5 |
| 1373 | 2026-03-04T17:34:45.019Z | Compiling mio v1.1.1 |
| 1374 | 2026-03-04T17:34:45.063Z | Compiling num-traits v0.2.19 |
| 1375 | 2026-03-04T17:34:45.089Z | Compiling bitflags v2.11.0 |
| 1376 | 2026-03-04T17:34:45.110Z | Compiling futures-core v0.3.32 |
| 1377 | 2026-03-04T17:34:45.554Z | Compiling socket2 v0.6.2 |
| 1378 | 2026-03-04T17:34:45.674Z | Compiling percent-encoding v2.3.2 |
| 1379 | 2026-03-04T17:34:45.795Z | Compiling allocator-api2 v0.2.21 |
| 1380 | 2026-03-04T17:34:46.043Z | Compiling foldhash v0.2.0 |
| 1381 | 2026-03-04T17:34:46.124Z | Compiling futures-sink v0.3.32 |
| 1382 | 2026-03-04T17:34:46.320Z | Compiling cpufeatures v0.2.17 |
| 1383 | 2026-03-04T17:34:46.371Z | Compiling futures-channel v0.3.32 |
| 1384 | 2026-03-04T17:34:46.444Z | Compiling hashbrown v0.16.1 |
| 1385 | 2026-03-04T17:34:46.470Z | Compiling futures-io v0.3.32 |
| 1386 | 2026-03-04T17:34:46.496Z | Compiling futures-task v0.3.32 |
| 1387 | 2026-03-04T17:34:46.500Z | Compiling slab v0.4.12 |
| 1388 | 2026-03-04T17:34:46.758Z | Compiling getrandom v0.4.1 |
| 1389 | 2026-03-04T17:34:46.808Z | Compiling getrandom v0.3.4 |
| 1390 | 2026-03-04T17:34:46.832Z | Compiling rand_core v0.10.0 |
| 1391 | 2026-03-04T17:34:46.852Z | Compiling rustversion v1.0.22 |
| 1392 | 2026-03-04T17:34:47.144Z | Compiling cmake v0.1.57 |
| 1393 | 2026-03-04T17:34:47.816Z | Compiling indexmap v2.13.0 |
| 1394 | 2026-03-04T17:34:48.038Z | Compiling form_urlencoded v1.2.2 |
| 1395 | 2026-03-04T17:34:48.280Z | Compiling dunce v1.0.5 |
| 1396 | 2026-03-04T17:34:48.330Z | Compiling base64ct v1.8.3 |
| 1397 | 2026-03-04T17:34:48.333Z | Compiling ident_case v1.0.1 |
| 1398 | 2026-03-04T17:34:48.431Z | Compiling fs_extra v1.3.0 |
| 1399 | 2026-03-04T17:34:48.535Z | Compiling flagset v0.4.7 |
| 1400 | 2026-03-04T17:34:48.706Z | Compiling rand_core v0.9.5 |
| 1401 | 2026-03-04T17:34:48.772Z | Compiling rustix v1.1.3 |
| 1402 | 2026-03-04T17:34:48.910Z | Compiling pem-rfc7468 v0.7.0 |
| 1403 | 2026-03-04T17:34:48.964Z | Compiling aws-lc-sys v0.37.1 |
| 1404 | 2026-03-04T17:34:49.213Z | Compiling synstructure v0.13.2 |
| 1405 | 2026-03-04T17:34:49.239Z | Compiling iana-time-zone v0.1.65 |
| 1406 | 2026-03-04T17:34:49.260Z | Compiling ring v0.17.14 |
| 1407 | 2026-03-04T17:34:49.291Z | Compiling uuid v1.21.0 |
| 1408 | 2026-03-04T17:34:49.539Z | Compiling rustc_version v0.4.1 |
| 1409 | 2026-03-04T17:34:49.596Z | Compiling vcpkg v0.2.15 |
| 1410 | 2026-03-04T17:34:49.817Z | Compiling regex-syntax v0.8.10 |
| 1411 | 2026-03-04T17:34:50.196Z | Compiling aws-lc-rs v1.16.0 |
| 1412 | 2026-03-04T17:34:50.739Z | Compiling tracing-core v0.1.36 |
| 1413 | 2026-03-04T17:34:50.760Z | Compiling crossbeam-utils v0.8.21 |
| 1414 | 2026-03-04T17:34:51.208Z | Compiling openssl-sys v0.9.111 |
| 1415 | 2026-03-04T17:34:51.346Z | Compiling pest_generator v2.8.6 |
| 1416 | 2026-03-04T17:34:51.885Z | Compiling serde_derive_internals v0.29.1 |
| 1417 | 2026-03-04T17:34:52.361Z | Compiling openssl-probe v0.2.1 |
| 1418 | 2026-03-04T17:34:52.681Z | Compiling syn v1.0.109 |
| 1419 | 2026-03-04T17:34:53.075Z | Compiling schemars v0.8.22 |
| 1420 | 2026-03-04T17:34:53.273Z | Compiling httparse v1.10.1 |
| 1421 | 2026-03-04T17:34:53.306Z | Compiling untrusted v0.9.0 |
| 1422 | 2026-03-04T17:34:53.444Z | Compiling untrusted v0.7.1 |
| 1423 | 2026-03-04T17:34:53.510Z | Compiling base64 v0.22.1 |
| 1424 | 2026-03-04T17:34:53.717Z | Compiling serde_derive v1.0.228 |
| 1425 | 2026-03-04T17:34:53.764Z | Compiling zeroize_derive v1.4.3 |
| 1426 | 2026-03-04T17:34:53.888Z | Compiling zerofrom-derive v0.1.6 |
| 1427 | 2026-03-04T17:34:53.911Z | Compiling yoke-derive v0.8.1 |
| 1428 | 2026-03-04T17:34:54.141Z | Compiling zerocopy-derive v0.8.40 |
| 1429 | 2026-03-04T17:34:55.048Z | Compiling zeroize v1.8.2 |
| 1430 | 2026-03-04T17:34:55.422Z | Compiling zerovec-derive v0.11.2 |
| 1431 | 2026-03-04T17:34:56.060Z | Compiling displaydoc v0.2.5 |
| 1432 | 2026-03-04T17:34:56.624Z | Compiling tokio-macros v2.6.0 |
| 1433 | 2026-03-04T17:34:56.768Z | Compiling crypto-common v0.1.7 |
| 1434 | 2026-03-04T17:34:56.999Z | Compiling block-buffer v0.10.4 |
| 1435 | 2026-03-04T17:34:57.139Z | Compiling zerofrom v0.1.6 |
| 1436 | 2026-03-04T17:34:57.287Z | Compiling digest v0.10.7 |
| 1437 | 2026-03-04T17:34:57.357Z | Compiling yoke v0.8.1 |
| 1438 | 2026-03-04T17:34:57.556Z | Compiling futures-macro v0.3.32 |
| 1439 | 2026-03-04T17:34:57.698Z | Compiling zerotrie v0.2.3 |
| 1440 | 2026-03-04T17:34:57.787Z | Compiling hmac v0.12.1 |
| 1441 | 2026-03-04T17:34:57.860Z | Compiling zerovec v0.11.5 |
| 1442 | 2026-03-04T17:34:58.076Z | Compiling block-padding v0.3.3 |
| 1443 | 2026-03-04T17:34:58.132Z | Compiling sha2 v0.10.9 |
| 1444 | 2026-03-04T17:34:58.290Z | Compiling der_derive v0.7.3 |
| 1445 | 2026-03-04T17:34:58.337Z | Compiling inout v0.1.4 |
| 1446 | 2026-03-04T17:34:58.625Z | Compiling cipher v0.4.4 |
| 1447 | 2026-03-04T17:34:59.029Z | Compiling tinystr v0.8.2 |
| 1448 | 2026-03-04T17:34:59.144Z | Compiling potential_utf v0.1.4 |
| 1449 | 2026-03-04T17:34:59.347Z | Compiling futures-util v0.3.32 |
| 1450 | 2026-03-04T17:34:59.457Z | Compiling icu_locale_core v2.1.1 |
| 1451 | 2026-03-04T17:34:59.479Z | Compiling icu_collections v2.1.1 |
| 1452 | 2026-03-04T17:35:00.512Z | Compiling salsa20 v0.10.2 |
| 1453 | 2026-03-04T17:35:00.560Z | Compiling der v0.7.10 |
| 1454 | 2026-03-04T17:35:00.761Z | Compiling pbkdf2 v0.12.2 |
| 1455 | 2026-03-04T17:35:00.939Z | Compiling icu_provider v2.1.1 |
| 1456 | 2026-03-04T17:35:01.518Z | Compiling icu_normalizer v2.1.1 |
| 1457 | 2026-03-04T17:35:01.536Z | Compiling icu_properties v2.1.2 |
| 1458 | 2026-03-04T17:35:01.556Z | Compiling thiserror-impl v2.0.18 |
| 1459 | 2026-03-04T17:35:01.884Z | Compiling bytes v1.11.1 |
| 1460 | 2026-03-04T17:35:02.740Z | Compiling spki v0.7.3 |
| 1461 | 2026-03-04T17:35:03.100Z | Compiling tokio v1.49.0 |
| 1462 | 2026-03-04T17:35:03.271Z | Compiling http v1.4.0 |
| 1463 | 2026-03-04T17:35:03.308Z | Compiling chrono v0.4.44 |
| 1464 | 2026-03-04T17:35:04.147Z | Compiling idna_adapter v1.2.1 |
| 1465 | 2026-03-04T17:35:04.400Z | Compiling idna v1.1.0 |
| 1466 | 2026-03-04T17:35:04.449Z | Compiling thiserror v2.0.18 |
| 1467 | 2026-03-04T17:35:04.472Z | Compiling scrypt v0.11.0 |
| 1468 | 2026-03-04T17:35:04.618Z | Compiling cbc v0.1.2 |
| 1469 | 2026-03-04T17:35:04.871Z | Compiling aes v0.8.4 |
| 1470 | 2026-03-04T17:35:04.966Z | Compiling url v2.5.8 |
| 1471 | 2026-03-04T17:35:05.236Z | Compiling rustls-pki-types v1.14.0 |
| 1472 | 2026-03-04T17:35:05.550Z | Compiling ppv-lite86 v0.2.21 |
| 1473 | 2026-03-04T17:35:05.790Z | Compiling tracing-attributes v0.1.31 |
| 1474 | 2026-03-04T17:35:06.172Z | Compiling pkcs5 v0.7.1 |
| 1475 | 2026-03-04T17:35:06.321Z | Compiling rand_chacha v0.9.0 |
| 1476 | 2026-03-04T17:35:06.439Z | Compiling http-body v1.0.1 |
| 1477 | 2026-03-04T17:35:06.705Z | Compiling rand v0.9.2 |
| 1478 | 2026-03-04T17:35:07.186Z | Compiling pkcs8 v0.10.2 |
| 1479 | 2026-03-04T17:35:07.332Z | Compiling schemars_derive v0.8.22 |
| 1480 | 2026-03-04T17:35:07.874Z | Compiling scroll_derive v0.13.1 |
| 1481 | 2026-03-04T17:35:07.926Z | Compiling pest_derive v2.8.6 |
| 1482 | 2026-03-04T17:35:08.704Z | Compiling darling_core v0.20.11 |
| 1483 | 2026-03-04T17:35:08.798Z | Compiling tracing v0.1.44 |
| 1484 | 2026-03-04T17:35:09.320Z | Compiling rustls v0.23.37 |
| 1485 | 2026-03-04T17:35:09.367Z | Compiling dyn-clone v1.0.20 |
| 1486 | 2026-03-04T17:35:09.604Z | Compiling tower-service v0.3.3 |
| 1487 | 2026-03-04T17:35:09.634Z | Compiling atomic-waker v1.1.2 |
| 1488 | 2026-03-04T17:35:09.720Z | Compiling tower-layer v0.3.3 |
| 1489 | 2026-03-04T17:35:09.751Z | Compiling tinyvec_macros v0.1.1 |
| 1490 | 2026-03-04T17:35:09.839Z | Compiling try-lock v0.2.5 |
| 1491 | 2026-03-04T17:35:09.871Z | Compiling tinyvec v1.10.0 |
| 1492 | 2026-03-04T17:35:10.015Z | Compiling want v0.3.1 |
| 1493 | 2026-03-04T17:35:10.037Z | Compiling scroll v0.13.0 |
| 1494 | 2026-03-04T17:35:10.543Z | Compiling ipnet v2.11.0 |
| 1495 | 2026-03-04T17:35:10.728Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1496 | 2026-03-04T17:35:10.877Z | Compiling spin v0.9.8 |
| 1497 | 2026-03-04T17:35:11.250Z | Compiling tokio-util v0.7.18 |
| 1498 | 2026-03-04T17:35:11.484Z | Compiling aho-corasick v1.1.4 |
| 1499 | 2026-03-04T17:35:11.668Z | Compiling crc32fast v1.5.0 |
| 1500 | 2026-03-04T17:35:54.235Z | Compiling pin-utils v0.1.0 |
| 1501 | 2026-03-04T17:35:54.297Z | Compiling foreign-types-shared v0.1.1 |
| 1502 | 2026-03-04T17:35:54.297Z | Compiling openssl v0.10.75 |
| 1503 | 2026-03-04T17:35:54.297Z | Compiling h2 v0.4.13 |
| 1504 | 2026-03-04T17:35:54.297Z | Compiling time-core v0.1.8 |
| 1505 | 2026-03-04T17:35:54.297Z | Compiling num-conv v0.2.0 |
| 1506 | 2026-03-04T17:35:54.297Z | Compiling powerfmt v0.2.0 |
| 1507 | 2026-03-04T17:35:54.297Z | Compiling httpdate v1.0.3 |
| 1508 | 2026-03-04T17:35:54.297Z | Compiling deranged v0.5.8 |
| 1509 | 2026-03-04T17:35:54.297Z | Compiling time-macros v0.2.27 |
| 1510 | 2026-03-04T17:35:54.297Z | Compiling darling_macro v0.20.11 |
| 1511 | 2026-03-04T17:35:54.297Z | Compiling darling v0.20.11 |
| 1512 | 2026-03-04T17:35:54.297Z | Compiling tempfile v3.25.0 |
| 1513 | 2026-03-04T17:35:54.297Z | Compiling regex-automata v0.4.14 |
| 1514 | 2026-03-04T17:35:54.297Z | Compiling foreign-types v0.3.2 |
| 1515 | 2026-03-04T17:35:54.369Z | Compiling goblin v0.10.5 |
| 1516 | 2026-03-04T17:35:54.369Z | Compiling openssl-macros v0.1.1 |
| 1517 | 2026-03-04T17:35:54.369Z | Compiling thiserror-impl v1.0.69 |
| 1518 | 2026-03-04T17:35:54.369Z | Compiling wait-timeout v0.2.1 |
| 1519 | 2026-03-04T17:35:54.369Z | Compiling num_threads v0.1.7 |
| 1520 | 2026-03-04T17:35:54.369Z | Compiling quick-error v1.2.3 |
| 1521 | 2026-03-04T17:35:54.369Z | Compiling bit-vec v0.8.0 |
| 1522 | 2026-03-04T17:35:54.369Z | Compiling simd-adler32 v0.3.8 |
| 1523 | 2026-03-04T17:35:54.369Z | Compiling hyper v1.8.1 |
| 1524 | 2026-03-04T17:35:54.369Z | Compiling siphasher v1.0.2 |
| 1525 | 2026-03-04T17:35:54.369Z | Compiling either v1.15.0 |
| 1526 | 2026-03-04T17:35:54.369Z | Compiling usdt-impl v0.6.0 |
| 1527 | 2026-03-04T17:35:54.369Z | Compiling native-tls v0.2.18 |
| 1528 | 2026-03-04T17:35:54.369Z | Compiling bit-set v0.8.0 |
| 1529 | 2026-03-04T17:35:54.370Z | Compiling thiserror v1.0.69 |
| 1530 | 2026-03-04T17:35:54.370Z | Compiling rusty-fork v0.3.1 |
| 1531 | 2026-03-04T17:35:54.370Z | Compiling time v0.3.47 |
| 1532 | 2026-03-04T17:35:54.370Z | Compiling hyper-util v0.1.20 |
| 1533 | 2026-03-04T17:35:54.370Z | Compiling dof v0.4.0 |
| 1534 | 2026-03-04T17:35:54.370Z | Compiling derive_builder_core v0.20.2 |
| 1535 | 2026-03-04T17:35:54.370Z | Compiling unicode-normalization v0.1.25 |
| 1536 | 2026-03-04T17:35:54.370Z | Compiling crossbeam-epoch v0.9.18 |
| 1537 | 2026-03-04T17:35:54.370Z | Compiling dtrace-parser v0.3.0 |
| 1538 | 2026-03-04T17:35:54.370Z | Compiling rustls-native-certs v0.8.3 |
| 1539 | 2026-03-04T17:35:54.370Z | Compiling signature v2.2.0 |
| 1540 | 2026-03-04T17:35:54.370Z | Compiling scroll_derive v0.12.1 |
| 1541 | 2026-03-04T17:35:54.370Z | Compiling heapless v0.7.17 |
| 1542 | 2026-03-04T17:35:54.370Z | Compiling slog v2.8.2 |
| 1543 | 2026-03-04T17:35:54.370Z | Compiling darling_core v0.21.3 |
| 1544 | 2026-03-04T17:35:54.370Z | Compiling rand_xorshift v0.4.0 |
| 1545 | 2026-03-04T17:35:54.370Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1546 | 2026-03-04T17:35:54.372Z | Compiling sync_wrapper v1.0.2 |
| 1547 | 2026-03-04T17:35:54.372Z | Compiling thread-id v5.1.0 |
| 1548 | 2026-03-04T17:35:54.372Z | Compiling cookie v0.18.1 |
| 1549 | 2026-03-04T17:35:54.372Z | Compiling adler2 v2.0.1 |
| 1550 | 2026-03-04T17:35:54.372Z | Compiling unicode-segmentation v1.12.0 |
| 1551 | 2026-03-04T17:35:54.372Z | Compiling rayon-core v1.13.0 |
| 1552 | 2026-03-04T17:35:54.372Z | Compiling unicode-bidi v0.3.18 |
| 1553 | 2026-03-04T17:35:54.372Z | Compiling anyhow v1.0.102 |
| 1554 | 2026-03-04T17:35:54.372Z | Compiling unarray v0.1.4 |
| 1555 | 2026-03-04T17:35:54.372Z | Compiling unicode-properties v0.1.4 |
| 1556 | 2026-03-04T17:35:54.373Z | Compiling zstd-safe v7.2.4 |
| 1557 | 2026-03-04T17:35:54.373Z | Compiling signal-hook v0.3.18 |
| 1558 | 2026-03-04T17:35:54.373Z | Compiling paste v1.0.15 |
| 1559 | 2026-03-04T17:35:54.373Z | Compiling stringprep v0.1.5 |
| 1560 | 2026-03-04T17:35:54.373Z | Compiling proptest v1.10.0 |
| 1561 | 2026-03-04T17:35:54.373Z | Compiling scroll v0.12.0 |
| 1562 | 2026-03-04T17:35:54.373Z | Compiling miniz_oxide v0.8.9 |
| 1563 | 2026-03-04T17:35:54.373Z | Compiling tower v0.5.3 |
| 1564 | 2026-03-04T17:35:54.373Z | Compiling derive_builder_macro v0.20.2 |
| 1565 | 2026-03-04T17:35:54.373Z | Compiling crossbeam-deque v0.8.6 |
| 1566 | 2026-03-04T17:35:54.373Z | Compiling ipnetwork v0.21.1 |
| 1567 | 2026-03-04T17:35:54.373Z | Compiling http-body-util v0.1.3 |
| 1568 | 2026-03-04T17:35:54.373Z | Compiling rand_chacha v0.3.1 |
| 1569 | 2026-03-04T17:35:54.373Z | Compiling webpki-roots v1.0.6 |
| 1570 | 2026-03-04T17:35:54.373Z | Compiling serde_tokenstream v0.2.3 |
| 1571 | 2026-03-04T17:35:54.373Z | Compiling erased-serde v0.3.31 |
| 1572 | 2026-03-04T17:35:54.373Z | Compiling toml_datetime v0.6.11 |
| 1573 | 2026-03-04T17:35:54.373Z | Compiling serde_spanned v0.6.9 |
| 1574 | 2026-03-04T17:35:54.373Z | Compiling md-5 v0.10.6 |
| 1575 | 2026-03-04T17:35:54.373Z | Compiling zerocopy-derive v0.7.35 |
| 1576 | 2026-03-04T17:35:54.374Z | Compiling curve25519-dalek v4.1.3 |
| 1577 | 2026-03-04T17:35:54.374Z | Compiling vergen-lib v0.1.6 |
| 1578 | 2026-03-04T17:35:54.374Z | Compiling num-integer v0.1.46 |
| 1579 | 2026-03-04T17:35:54.374Z | Compiling hash32 v0.2.1 |
| 1580 | 2026-03-04T17:35:54.374Z | Compiling ff v0.13.1 |
| 1581 | 2026-03-04T17:35:54.374Z | Compiling psl-types v2.0.11 |
| 1582 | 2026-03-04T17:35:54.374Z | Compiling smoltcp v0.9.1 |
| 1583 | 2026-03-04T17:35:54.374Z | Compiling ref-cast v1.0.25 |
| 1584 | 2026-03-04T17:35:54.374Z | Compiling litrs v1.0.0 |
| 1585 | 2026-03-04T17:35:54.374Z | Compiling darling_macro v0.21.3 |
| 1586 | 2026-03-04T17:35:54.374Z | Compiling base16ct v0.2.0 |
| 1587 | 2026-03-04T17:35:54.374Z | Compiling ryu v1.0.23 |
| 1588 | 2026-03-04T17:35:54.374Z | Compiling rustix v0.38.44 |
| 1589 | 2026-03-04T17:35:54.374Z | Compiling num-bigint-dig v0.8.6 |
| 1590 | 2026-03-04T17:35:54.374Z | Compiling zlib-rs v0.6.2 |
| 1591 | 2026-03-04T17:35:54.374Z | Compiling fallible-iterator v0.2.0 |
| 1592 | 2026-03-04T17:35:54.374Z | Compiling iri-string v0.7.10 |
| 1593 | 2026-03-04T17:35:54.374Z | Compiling darling v0.21.3 |
| 1594 | 2026-03-04T17:35:54.374Z | Compiling zerocopy v0.7.35 |
| 1595 | 2026-03-04T17:35:54.375Z | Compiling document-features v0.2.12 |
| 1596 | 2026-03-04T17:35:54.375Z | Compiling serde_urlencoded v0.7.1 |
| 1597 | 2026-03-04T17:35:54.375Z | Compiling newtype-uuid v1.3.2 |
| 1598 | 2026-03-04T17:35:54.375Z | Compiling postgres-protocol v0.6.10 |
| 1599 | 2026-03-04T17:35:54.375Z | Compiling sec1 v0.7.3 |
| 1600 | 2026-03-04T17:35:54.375Z | Compiling publicsuffix v2.3.0 |
| 1601 | 2026-03-04T17:35:54.375Z | Compiling num-iter v0.1.45 |
| 1602 | 2026-03-04T17:35:54.375Z | Compiling group v0.13.0 |
| 1603 | 2026-03-04T17:35:54.375Z | Compiling derive_builder v0.20.2 |
| 1604 | 2026-03-04T17:35:54.375Z | Compiling rand v0.8.5 |
| 1605 | 2026-03-04T17:35:54.375Z | Compiling oxnet v0.1.4 |
| 1606 | 2026-03-04T17:35:54.375Z | Compiling tower-http v0.6.8 |
| 1607 | 2026-03-04T17:35:54.375Z | Compiling proc-macro-error v1.0.4 |
| 1608 | 2026-03-04T17:35:54.375Z | Compiling tokio-native-tls v0.3.1 |
| 1609 | 2026-03-04T17:35:54.375Z | Compiling goblin v0.8.2 |
| 1610 | 2026-03-04T17:35:54.375Z | Compiling heck v0.4.1 |
| 1611 | 2026-03-04T17:35:54.375Z | Compiling regex v1.12.3 |
| 1612 | 2026-03-04T17:35:54.375Z | Compiling hubpack_derive v0.1.1 |
| 1613 | 2026-03-04T17:35:54.375Z | Compiling phf_shared v0.13.1 |
| 1614 | 2026-03-04T17:35:54.375Z | Compiling lazy_static v1.5.0 |
| 1615 | 2026-03-04T17:35:54.536Z | Compiling cargo-platform v0.1.9 |
| 1616 | 2026-03-04T17:35:54.536Z | Compiling hkdf v0.12.4 |
| 1617 | 2026-03-04T17:35:54.536Z | Compiling crypto-bigint v0.5.5 |
| 1618 | 2026-03-04T17:35:54.536Z | Compiling async-trait v0.1.89 |
| 1619 | 2026-03-04T17:35:54.536Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1620 | 2026-03-04T17:35:54.536Z | Compiling strum_macros v0.27.2 |
| 1621 | 2026-03-04T17:35:54.536Z | Compiling flate2 v1.1.9 |
| 1622 | 2026-03-04T17:35:54.537Z | Compiling daft-derive v0.1.5 |
| 1623 | 2026-03-04T17:35:54.537Z | Compiling ref-cast-impl v1.0.25 |
| 1624 | 2026-03-04T17:35:54.537Z | Compiling terminal_size v0.4.3 |
| 1625 | 2026-03-04T17:35:54.537Z | Compiling vergen v9.0.6 |
| 1626 | 2026-03-04T17:35:54.537Z | Compiling fs-err v3.3.0 |
| 1627 | 2026-03-04T17:35:54.537Z | Compiling ahash v0.8.12 |
| 1628 | 2026-03-04T17:35:54.537Z | Compiling foldhash v0.1.5 |
| 1629 | 2026-03-04T17:35:54.538Z | Compiling object v0.37.3 |
| 1630 | 2026-03-04T17:35:54.538Z | Compiling winnow v0.5.40 |
| 1631 | 2026-03-04T17:35:54.538Z | Compiling managed v0.8.0 |
| 1632 | 2026-03-04T17:35:54.538Z | Compiling libbz2-rs-sys v0.2.2 |
| 1633 | 2026-03-04T17:35:54.538Z | Compiling bitflags v1.3.2 |
| 1634 | 2026-03-04T17:35:54.538Z | Compiling bumpalo v3.20.2 |
| 1635 | 2026-03-04T17:35:54.538Z | Compiling zopfli v0.8.3 |
| 1636 | 2026-03-04T17:35:54.538Z | Compiling strum v0.27.2 |
| 1637 | 2026-03-04T17:35:54.538Z | Compiling bzip2 v0.6.1 |
| 1638 | 2026-03-04T17:35:54.538Z | Compiling clap_builder v4.5.60 |
| 1639 | 2026-03-04T17:35:54.538Z | Compiling dof v0.3.0 |
| 1640 | 2026-03-04T17:35:54.538Z | Compiling hashbrown v0.15.5 |
| 1641 | 2026-03-04T17:35:54.538Z | Compiling toml_edit v0.19.15 |
| 1642 | 2026-03-04T17:35:54.538Z | Compiling console v0.16.2 |
| 1643 | 2026-03-04T17:35:54.538Z | Compiling daft v0.1.5 |
| 1644 | 2026-03-04T17:35:54.538Z | Compiling elliptic-curve v0.13.8 |
| 1645 | 2026-03-04T17:35:54.538Z | Compiling hubpack v0.1.2 |
| 1646 | 2026-03-04T17:35:54.538Z | Compiling cargo_metadata v0.19.2 |
| 1647 | 2026-03-04T17:35:54.538Z | Compiling phf v0.13.1 |
| 1648 | 2026-03-04T17:35:54.538Z | Compiling zone_cfg_derive v0.3.1 |
| 1649 | 2026-03-04T17:35:54.538Z | Compiling signal-hook-mio v0.2.5 |
| 1650 | 2026-03-04T17:35:54.538Z | Compiling cookie_store v0.22.1 |
| 1651 | 2026-03-04T17:35:54.538Z | Compiling zstd v0.13.3 |
| 1652 | 2026-03-04T17:35:54.538Z | Compiling hyper-tls v0.6.0 |
| 1653 | 2026-03-04T17:35:54.539Z | Compiling rayon v1.11.0 |
| 1654 | 2026-03-04T17:35:54.539Z | Compiling bzip2 v0.4.4 |
| 1655 | 2026-03-04T17:35:54.539Z | Compiling postgres-types v0.2.12 |
| 1656 | 2026-03-04T17:35:54.539Z | Compiling serde_with_macros v3.17.0 |
| 1657 | 2026-03-04T17:35:54.539Z | Compiling usdt-macro v0.6.0 |
| 1658 | 2026-03-04T17:35:54.539Z | Compiling usdt-attr-macro v0.6.0 |
| 1659 | 2026-03-04T17:35:55.152Z | Compiling ed25519 v2.2.3 |
| 1660 | 2026-03-04T17:35:55.187Z | Compiling dtrace-parser v0.2.0 |
| 1661 | 2026-03-04T17:35:55.205Z | Compiling bstr v1.12.1 |
| 1662 | 2026-03-04T17:35:55.598Z | Compiling itertools v0.12.1 |
| 1663 | 2026-03-04T17:35:55.610Z | Compiling phf_shared v0.11.3 |
| 1664 | 2026-03-04T17:35:56.201Z | Compiling pkcs1 v0.7.5 |
| 1665 | 2026-03-04T17:35:56.283Z | Compiling serde-big-array v0.5.1 |
| 1666 | 2026-03-04T17:35:56.390Z | Compiling hex v0.4.3 |
| 1667 | 2026-03-04T17:35:56.723Z | Compiling rfc6979 v0.4.0 |
| 1668 | 2026-03-04T17:35:56.868Z | Compiling enum-as-inner v0.6.1 |
| 1669 | 2026-03-04T17:35:56.913Z | Compiling serde_repr v0.1.20 |
| 1670 | 2026-03-04T17:35:56.944Z | Compiling strum_macros v0.26.4 |
| 1671 | 2026-03-04T17:35:56.980Z | Compiling clap_derive v4.5.55 |
| 1672 | 2026-03-04T17:35:57.024Z | Compiling float-cmp v0.10.0 |
| 1673 | 2026-03-04T17:35:57.276Z | Compiling memmap2 v0.9.10 |
| 1674 | 2026-03-04T17:35:57.678Z | Compiling thread-id v4.2.2 |
| 1675 | 2026-03-04T17:35:57.810Z | Compiling env_filter v1.0.0 |
| 1676 | 2026-03-04T17:35:57.895Z | Compiling encoding_rs v0.8.35 |
| 1677 | 2026-03-04T17:35:58.006Z | Compiling unit-prefix v0.5.2 |
| 1678 | 2026-03-04T17:35:58.250Z | Compiling normalize-line-endings v0.3.0 |
| 1679 | 2026-03-04T17:35:58.391Z | Compiling precomputed-hash v0.1.1 |
| 1680 | 2026-03-04T17:35:58.391Z | Compiling fixedbitset v0.5.7 |
| 1681 | 2026-03-04T17:35:58.437Z | Compiling difflib v0.4.0 |
| 1682 | 2026-03-04T17:35:58.531Z | Compiling data-encoding v2.10.0 |
| 1683 | 2026-03-04T17:35:59.041Z | Compiling keccak v0.1.6 |
| 1684 | 2026-03-04T17:35:59.728Z | Compiling rustc-hash v2.1.1 |
| 1685 | 2026-03-04T17:35:59.943Z | Compiling static_assertions v1.1.0 |
| 1686 | 2026-03-04T17:36:00.061Z | Compiling whoami v2.1.0 |
| 1687 | 2026-03-04T17:36:00.308Z | Compiling new_debug_unreachable v1.0.6 |
| 1688 | 2026-03-04T17:36:00.422Z | Compiling jiff v0.2.21 |
| 1689 | 2026-03-04T17:36:00.860Z | Compiling mime v0.3.17 |
| 1690 | 2026-03-04T17:36:01.154Z | Compiling fixedbitset v0.4.2 |
| 1691 | 2026-03-04T17:36:01.176Z | Compiling predicates-core v1.0.10 |
| 1692 | 2026-03-04T17:36:01.218Z | Compiling clap v4.5.60 |
| 1693 | 2026-03-04T17:36:01.240Z | Compiling strum v0.26.3 |
| 1694 | 2026-03-04T17:36:01.346Z | Compiling tokio-postgres v0.7.16 |
| 1695 | 2026-03-04T17:36:01.364Z | Compiling string_cache v0.8.9 |
| 1696 | 2026-03-04T17:36:01.445Z | Compiling petgraph v0.6.5 |
| 1697 | 2026-03-04T17:36:01.491Z | Compiling predicates v3.1.4 |
| 1698 | 2026-03-04T17:36:01.568Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1699 | 2026-03-04T17:36:01.590Z | Compiling iddqd v0.3.17 |
| 1700 | 2026-03-04T17:36:01.761Z | Compiling sha3 v0.10.8 |
| 1701 | 2026-03-04T17:36:02.807Z | Compiling hickory-proto v0.25.2 |
| 1702 | 2026-03-04T17:36:02.947Z | Compiling petgraph v0.8.3 |
| 1703 | 2026-03-04T17:36:04.072Z | Compiling toml_edit v0.22.27 |
| 1704 | 2026-03-04T17:36:04.879Z | Compiling zone v0.3.1 |
| 1705 | 2026-03-04T17:36:06.452Z | Compiling indicatif v0.18.4 |
| 1706 | 2026-03-04T17:36:06.627Z | Compiling env_logger v0.11.9 |
| 1707 | 2026-03-04T17:36:07.353Z | Compiling zip v4.6.1 |
| 1708 | 2026-03-04T17:36:07.607Z | Compiling usdt-impl v0.5.0 |
| 1709 | 2026-03-04T17:36:08.205Z | Compiling usdt v0.6.0 |
| 1710 | 2026-03-04T17:36:08.358Z | Compiling ecdsa v0.16.9 |
| 1711 | 2026-03-04T17:36:08.681Z | Compiling serde_with v3.17.0 |
| 1712 | 2026-03-04T17:36:08.894Z | Compiling rsa v0.9.10 |
| 1713 | 2026-03-04T17:36:09.181Z | Compiling similar v2.7.0 |
| 1714 | 2026-03-04T17:36:09.499Z | Compiling ed25519-dalek v2.2.0 |
| 1715 | 2026-03-04T17:36:10.801Z | Compiling crossterm v0.28.1 |
| 1716 | 2026-03-04T17:36:10.902Z | Compiling zip v0.6.6 |
| 1717 | 2026-03-04T17:36:11.151Z | Compiling toml v0.7.8 |
| 1718 | 2026-03-04T17:36:12.621Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1719 | 2026-03-04T17:36:12.644Z | Compiling itertools v0.13.0 |
| 1720 | 2026-03-04T17:36:12.977Z | Compiling tokio-stream v0.1.18 |
| 1721 | 2026-03-04T17:36:13.894Z | Compiling buf-list v1.1.2 |
| 1722 | 2026-03-04T17:36:13.977Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1723 | 2026-03-04T17:36:14.021Z | Compiling x509-cert v0.2.5 |
| 1724 | 2026-03-04T17:36:14.048Z | Compiling openapiv3 v2.2.0 |
| 1725 | 2026-03-04T17:36:14.438Z | Compiling sha1 v0.10.6 |
| 1726 | 2026-03-04T17:36:14.728Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1727 | 2026-03-04T17:36:14.841Z | Compiling lalrpop-util v0.19.12 |
| 1728 | 2026-03-04T17:36:15.208Z | Compiling peg-runtime v0.8.5 |
| 1729 | 2026-03-04T17:36:15.367Z | Compiling thread_local v1.1.9 |
| 1730 | 2026-03-04T17:36:15.538Z | Compiling slog-async v2.8.0 |
| 1731 | 2026-03-04T17:36:15.757Z | Compiling crossbeam-channel v0.5.15 |
| 1732 | 2026-03-04T17:36:15.787Z | Compiling futures-executor v0.3.32 |
| 1733 | 2026-03-04T17:36:16.088Z | Compiling filetime v0.2.27 |
| 1734 | 2026-03-04T17:36:16.245Z | Compiling is-terminal v0.4.17 |
| 1735 | 2026-03-04T17:36:16.397Z | Compiling xattr v1.6.1 |
| 1736 | 2026-03-04T17:36:16.400Z | Compiling take_mut v0.2.2 |
| 1737 | 2026-03-04T17:36:16.572Z | Compiling term v1.2.1 |
| 1738 | 2026-03-04T17:36:16.665Z | Compiling tar v0.4.44 |
| 1739 | 2026-03-04T17:36:16.691Z | Compiling futures v0.3.32 |
| 1740 | 2026-03-04T17:36:17.588Z | Compiling slog-term v2.9.2 |
| 1741 | 2026-03-04T17:36:26.372Z | Compiling rustls-webpki v0.103.9 |
| 1742 | 2026-03-04T17:36:31.190Z | Compiling tokio-rustls v0.26.4 |
| 1743 | 2026-03-04T17:36:31.194Z | Compiling rustls-platform-verifier v0.6.2 |
| 1744 | 2026-03-04T17:36:31.512Z | Compiling hyper-rustls v0.27.7 |
| 1745 | 2026-03-04T17:36:31.872Z | Compiling reqwest v0.12.28 |
| 1746 | 2026-03-04T17:36:31.872Z | Compiling reqwest v0.13.2 |
| 1747 | 2026-03-04T17:36:36.114Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1748 | 2026-03-04T17:36:36.400Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1749 | 2026-03-04T17:36:40.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
| 1750 | 2026-03-04T17:36:40.899Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1751 | 2026-03-04T17:36:40.952Z | Mar 04 17:36:40.104 INFO Starting download, target: Cockroach |
| 1752 | 2026-03-04T17:36:40.952Z | Mar 04 17:36:40.104 INFO Starting download, target: Console |
| 1753 | 2026-03-04T17:36:40.952Z | Mar 04 17:36:40.104 INFO Starting download, target: Clickhouse |
| 1754 | 2026-03-04T17:36:40.955Z | Mar 04 17:36:40.104 INFO Starting download, target: DendriteStub |
| 1755 | 2026-03-04T17:36:40.955Z | Mar 04 17:36:40.105 INFO Starting download, target: MaghemiteMgd |
| 1756 | 2026-03-04T17:36:40.955Z | Mar 04 17:36:40.105 INFO Starting download, target: TransceiverControl |
| 1757 | 2026-03-04T17:36:40.955Z | Mar 04 17:36:40.105 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1758 | 2026-03-04T17:36:40.955Z | Mar 04 17:36:40.105 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1759 | 2026-03-04T17:36:40.955Z | Mar 04 17:36:40.105 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1760 | 2026-03-04T17:36:40.956Z | Mar 04 17:36:40.105 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1761 | 2026-03-04T17:36:40.956Z | Mar 04 17:36:40.105 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1762 | 2026-03-04T17:36:40.956Z | Mar 04 17:36:40.105 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1763 | 2026-03-04T17:36:41.537Z | Mar 04 17:36:40.674 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1764 | 2026-03-04T17:36:41.983Z | Mar 04 17:36:41.120 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1765 | 2026-03-04T17:36:42.103Z | Mar 04 17:36:41.244 INFO Download complete, target: TransceiverControl |
| 1766 | 2026-03-04T17:36:42.593Z | Mar 04 17:36:41.738 INFO Download complete, target: Console |
| 1767 | 2026-03-04T17:36:42.681Z | Mar 04 17:36:41.831 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1768 | 2026-03-04T17:36:42.953Z | Mar 04 17:36:42.105 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1769 | 2026-03-04T17:36:43.489Z | Mar 04 17:36:42.641 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1770 | 2026-03-04T17:36:43.789Z | Mar 04 17:36:42.942 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1771 | 2026-03-04T17:36:43.789Z | Mar 04 17:36:42.942 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1772 | 2026-03-04T17:36:47.632Z | Mar 04 17:36:46.785 INFO Download complete, target: DendriteStub |
| 1773 | 2026-03-04T17:36:47.825Z | Mar 04 17:36:46.978 INFO Download complete, target: MaghemiteMgd |
| 1774 | 2026-03-04T17:36:53.881Z | Mar 04 17:36:53.034 INFO Checking that binary works, target: Cockroach |
| 1775 | 2026-03-04T17:36:54.008Z | Mar 04 17:36:53.160 INFO Download complete, target: Cockroach |
| 1776 | 2026-03-04T17:36:57.614Z | Mar 04 17:36:56.766 INFO Checking that binary works, target: Clickhouse |
| 1777 | 2026-03-04T17:36:57.719Z | Mar 04 17:36:56.871 INFO Download complete, target: Clickhouse |
| 1778 | 2026-03-04T17:36:57.740Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1779 | 2026-03-04T17:36:57.743Z | |
| 1780 | 2026-03-04T17:36:57.743Z | real 6:08.700000051 |
| 1781 | 2026-03-04T17:36:57.743Z | user 16:45.273780989 |
| 1782 | 2026-03-04T17:36:57.743Z | sys 2:22.956783862 |
| 1783 | 2026-03-04T17:36:57.743Z | trap 0.607134119 |
| 1784 | 2026-03-04T17:36:57.743Z | tflt 0.780230698 |
| 1785 | 2026-03-04T17:36:57.743Z | dflt 0.862001959 |
| 1786 | 2026-03-04T17:36:57.743Z | kflt 0.025285288 |
| 1787 | 2026-03-04T17:36:57.743Z | lock 38:09.932707079 |
| 1788 | 2026-03-04T17:36:57.743Z | slp 1:03:08.722382024 |
| 1789 | 2026-03-04T17:36:57.743Z | lat 1:06.272089663 |
| 1790 | 2026-03-04T17:36:57.743Z | stop 3:04.886813561 |
| 1791 | 2026-03-04T17:36:57.743Z | + banner hack-check |
| 1792 | 2026-03-04T17:36:57.746Z | |
| 1793 | 2026-03-04T17:36:57.746Z | # # ## #### # # #### # # ###### #### # # |
| 1794 | 2026-03-04T17:36:57.746Z | # # # # # # # # # # # # # # # # # |
| 1795 | 2026-03-04T17:36:57.746Z | ###### # # # #### ##### # ###### ##### # #### |
| 1796 | 2026-03-04T17:36:57.746Z | # # ###### # # # # # # # # # # |
| 1797 | 2026-03-04T17:36:57.746Z | # # # # # # # # # # # # # # # # # |
| 1798 | 2026-03-04T17:36:57.746Z | # # # # #### # # #### # # ###### #### # # |
| 1799 | 2026-03-04T17:36:57.746Z | |
| 1800 | 2026-03-04T17:36:57.746Z | + export CARGO_INCREMENTAL=0 |
| 1801 | 2026-03-04T17:36:57.746Z | + CARGO_INCREMENTAL=0 |
| 1802 | 2026-03-04T17:36:57.746Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1803 | 2026-03-04T17:36:58.507Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1804 | 2026-03-04T17:36:58.832Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1805 | 2026-03-04T17:37:01.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 1806 | 2026-03-04T17:37:01.969Z | Running `target/debug/xtask check-features --ci` |
| 1807 | 2026-03-04T17:37:01.988Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1808 | 2026-03-04T17:37:01.988Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1809 | 2026-03-04T17:37:02.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1810 | 2026-03-04T17:37:02.658Z | Running `target/debug/xtask download cargo-hack` |
| 1811 | 2026-03-04T17:37:03.738Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1812 | 2026-03-04T17:37:04.124Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1813 | 2026-03-04T17:37:07.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s |
| 1814 | 2026-03-04T17:37:08.017Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1815 | 2026-03-04T17:37:08.055Z | Mar 04 17:37:07.206 INFO Starting download, target: CargoHack |
| 1816 | 2026-03-04T17:37:08.060Z | Mar 04 17:37:07.207 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1817 | 2026-03-04T17:37:08.557Z | Mar 04 17:37:07.708 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1818 | 2026-03-04T17:37:08.658Z | Mar 04 17:37:07.809 INFO Download complete, target: CargoHack |
| 1819 | 2026-03-04T17:37:08.662Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1820 | 2026-03-04T17:37:08.680Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1821 | 2026-03-04T17:37:08.901Z | info: running `cargo check --bins` on api_identity (1/264) |
| 1822 | 2026-03-04T17:37:09.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2026-03-04T17:37:09.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2026-03-04T17:37:09.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2026-03-04T17:37:09.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1826 | 2026-03-04T17:37:09.696Z | |
| 1827 | 2026-03-04T17:37:09.696Z | info: running `cargo check --bins` on bootstore (2/264) |
| 1828 | 2026-03-04T17:37:10.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2026-03-04T17:37:10.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2026-03-04T17:37:10.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2026-03-04T17:37:10.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1832 | 2026-03-04T17:37:10.510Z | |
| 1833 | 2026-03-04T17:37:10.510Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/264) |
| 1834 | 2026-03-04T17:37:11.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2026-03-04T17:37:11.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2026-03-04T17:37:11.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2026-03-04T17:37:11.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1838 | 2026-03-04T17:37:11.305Z | |
| 1839 | 2026-03-04T17:37:11.305Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/264) |
| 1840 | 2026-03-04T17:37:12.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2026-03-04T17:37:12.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2026-03-04T17:37:12.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2026-03-04T17:37:12.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1844 | 2026-03-04T17:37:12.101Z | |
| 1845 | 2026-03-04T17:37:12.101Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/264) |
| 1846 | 2026-03-04T17:37:12.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2026-03-04T17:37:12.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2026-03-04T17:37:12.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2026-03-04T17:37:12.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1850 | 2026-03-04T17:37:12.717Z | |
| 1851 | 2026-03-04T17:37:12.717Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/264) |
| 1852 | 2026-03-04T17:37:13.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2026-03-04T17:37:13.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2026-03-04T17:37:13.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2026-03-04T17:37:13.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1856 | 2026-03-04T17:37:13.345Z | |
| 1857 | 2026-03-04T17:37:13.345Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/264) |
| 1858 | 2026-03-04T17:37:13.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2026-03-04T17:37:13.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2026-03-04T17:37:13.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2026-03-04T17:37:13.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1862 | 2026-03-04T17:37:13.976Z | |
| 1863 | 2026-03-04T17:37:13.976Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/264) |
| 1864 | 2026-03-04T17:37:14.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2026-03-04T17:37:14.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2026-03-04T17:37:14.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2026-03-04T17:37:14.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1868 | 2026-03-04T17:37:14.613Z | |
| 1869 | 2026-03-04T17:37:14.614Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/264) |
| 1870 | 2026-03-04T17:37:15.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2026-03-04T17:37:15.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2026-03-04T17:37:15.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2026-03-04T17:37:15.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1874 | 2026-03-04T17:37:15.232Z | |
| 1875 | 2026-03-04T17:37:15.232Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/264) |
| 1876 | 2026-03-04T17:37:15.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2026-03-04T17:37:15.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2026-03-04T17:37:15.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2026-03-04T17:37:15.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1880 | 2026-03-04T17:37:15.853Z | |
| 1881 | 2026-03-04T17:37:15.853Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/264) |
| 1882 | 2026-03-04T17:37:16.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2026-03-04T17:37:16.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2026-03-04T17:37:16.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2026-03-04T17:37:16.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1886 | 2026-03-04T17:37:16.477Z | |
| 1887 | 2026-03-04T17:37:16.478Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/264) |
| 1888 | 2026-03-04T17:37:17.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2026-03-04T17:37:17.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2026-03-04T17:37:17.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2026-03-04T17:37:17.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1892 | 2026-03-04T17:37:17.097Z | |
| 1893 | 2026-03-04T17:37:17.098Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/264) |
| 1894 | 2026-03-04T17:37:17.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-03-04T17:37:17.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-03-04T17:37:17.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-03-04T17:37:17.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1898 | 2026-03-04T17:37:17.719Z | |
| 1899 | 2026-03-04T17:37:17.719Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/264) |
| 1900 | 2026-03-04T17:37:18.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-03-04T17:37:18.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-03-04T17:37:18.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-03-04T17:37:18.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1904 | 2026-03-04T17:37:18.339Z | |
| 1905 | 2026-03-04T17:37:18.339Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/264) |
| 1906 | 2026-03-04T17:37:18.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-03-04T17:37:18.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-03-04T17:37:18.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-03-04T17:37:18.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1910 | 2026-03-04T17:37:18.960Z | |
| 1911 | 2026-03-04T17:37:18.960Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/264) |
| 1912 | 2026-03-04T17:37:19.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-03-04T17:37:19.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-03-04T17:37:19.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-03-04T17:37:19.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1916 | 2026-03-04T17:37:19.591Z | |
| 1917 | 2026-03-04T17:37:19.591Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/264) |
| 1918 | 2026-03-04T17:37:20.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-03-04T17:37:20.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-03-04T17:37:20.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-03-04T17:37:20.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1922 | 2026-03-04T17:37:20.220Z | |
| 1923 | 2026-03-04T17:37:20.220Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/264) |
| 1924 | 2026-03-04T17:37:20.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-03-04T17:37:20.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-03-04T17:37:20.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-03-04T17:37:20.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1928 | 2026-03-04T17:37:20.867Z | |
| 1929 | 2026-03-04T17:37:20.867Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/264) |
| 1930 | 2026-03-04T17:37:21.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-03-04T17:37:21.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-03-04T17:37:21.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-03-04T17:37:21.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1934 | 2026-03-04T17:37:21.476Z | |
| 1935 | 2026-03-04T17:37:21.476Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/264) |
| 1936 | 2026-03-04T17:37:22.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-03-04T17:37:22.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-03-04T17:37:22.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-03-04T17:37:22.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1940 | 2026-03-04T17:37:22.101Z | |
| 1941 | 2026-03-04T17:37:22.101Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/264) |
| 1942 | 2026-03-04T17:37:22.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-03-04T17:37:22.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-03-04T17:37:22.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-03-04T17:37:22.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1946 | 2026-03-04T17:37:22.727Z | |
| 1947 | 2026-03-04T17:37:22.727Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/264) |
| 1948 | 2026-03-04T17:37:23.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-03-04T17:37:23.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-03-04T17:37:23.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-03-04T17:37:23.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1952 | 2026-03-04T17:37:23.356Z | |
| 1953 | 2026-03-04T17:37:23.356Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/264) |
| 1954 | 2026-03-04T17:37:23.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-03-04T17:37:23.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-03-04T17:37:23.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-03-04T17:37:23.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1958 | 2026-03-04T17:37:23.988Z | |
| 1959 | 2026-03-04T17:37:23.988Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/264) |
| 1960 | 2026-03-04T17:37:24.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-03-04T17:37:24.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-03-04T17:37:24.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-03-04T17:37:24.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1964 | 2026-03-04T17:37:24.614Z | |
| 1965 | 2026-03-04T17:37:24.614Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/264) |
| 1966 | 2026-03-04T17:37:25.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-03-04T17:37:25.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-03-04T17:37:25.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-03-04T17:37:25.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1970 | 2026-03-04T17:37:25.242Z | |
| 1971 | 2026-03-04T17:37:25.242Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/264) |
| 1972 | 2026-03-04T17:37:25.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-03-04T17:37:25.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-03-04T17:37:25.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-03-04T17:37:25.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1976 | 2026-03-04T17:37:25.870Z | |
| 1977 | 2026-03-04T17:37:25.870Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/264) |
| 1978 | 2026-03-04T17:37:26.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-03-04T17:37:26.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-03-04T17:37:26.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-03-04T17:37:26.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1982 | 2026-03-04T17:37:26.501Z | |
| 1983 | 2026-03-04T17:37:26.501Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/264) |
| 1984 | 2026-03-04T17:37:27.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-03-04T17:37:27.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-03-04T17:37:27.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-03-04T17:37:27.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1988 | 2026-03-04T17:37:27.131Z | |
| 1989 | 2026-03-04T17:37:27.131Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/264) |
| 1990 | 2026-03-04T17:37:27.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-03-04T17:37:27.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-03-04T17:37:27.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-03-04T17:37:27.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1994 | 2026-03-04T17:37:27.761Z | |
| 1995 | 2026-03-04T17:37:27.761Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/264) |
| 1996 | 2026-03-04T17:37:28.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-03-04T17:37:28.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-03-04T17:37:28.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-03-04T17:37:28.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2000 | 2026-03-04T17:37:28.392Z | |
| 2001 | 2026-03-04T17:37:28.392Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/264) |
| 2002 | 2026-03-04T17:37:28.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-03-04T17:37:28.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-03-04T17:37:28.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-03-04T17:37:28.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2006 | 2026-03-04T17:37:29.028Z | |
| 2007 | 2026-03-04T17:37:29.028Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/264) |
| 2008 | 2026-03-04T17:37:29.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-03-04T17:37:29.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-03-04T17:37:29.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-03-04T17:37:29.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2012 | 2026-03-04T17:37:29.656Z | |
| 2013 | 2026-03-04T17:37:29.656Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/264) |
| 2014 | 2026-03-04T17:37:30.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-03-04T17:37:30.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-03-04T17:37:30.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-03-04T17:37:30.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2018 | 2026-03-04T17:37:30.280Z | |
| 2019 | 2026-03-04T17:37:30.280Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/264) |
| 2020 | 2026-03-04T17:37:30.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-03-04T17:37:30.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-03-04T17:37:30.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-03-04T17:37:30.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2024 | 2026-03-04T17:37:30.901Z | |
| 2025 | 2026-03-04T17:37:30.902Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/264) |
| 2026 | 2026-03-04T17:37:31.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-03-04T17:37:31.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-03-04T17:37:31.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-03-04T17:37:31.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2030 | 2026-03-04T17:37:31.521Z | |
| 2031 | 2026-03-04T17:37:31.521Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/264) |
| 2032 | 2026-03-04T17:37:32.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-03-04T17:37:32.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-03-04T17:37:32.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-03-04T17:37:32.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2036 | 2026-03-04T17:37:32.149Z | |
| 2037 | 2026-03-04T17:37:32.149Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/264) |
| 2038 | 2026-03-04T17:37:32.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-03-04T17:37:32.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-03-04T17:37:32.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-03-04T17:37:32.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2042 | 2026-03-04T17:37:32.777Z | |
| 2043 | 2026-03-04T17:37:32.778Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/264) |
| 2044 | 2026-03-04T17:37:33.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-03-04T17:37:33.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-03-04T17:37:33.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-03-04T17:37:33.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2048 | 2026-03-04T17:37:33.408Z | |
| 2049 | 2026-03-04T17:37:33.408Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/264) |
| 2050 | 2026-03-04T17:37:33.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-03-04T17:37:33.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-03-04T17:37:33.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-03-04T17:37:33.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2054 | 2026-03-04T17:37:34.037Z | |
| 2055 | 2026-03-04T17:37:34.037Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/264) |
| 2056 | 2026-03-04T17:37:34.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-03-04T17:37:34.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-03-04T17:37:34.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-03-04T17:37:34.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2060 | 2026-03-04T17:37:34.672Z | |
| 2061 | 2026-03-04T17:37:34.673Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/264) |
| 2062 | 2026-03-04T17:37:35.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-03-04T17:37:35.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-03-04T17:37:35.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-03-04T17:37:35.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2066 | 2026-03-04T17:37:35.303Z | |
| 2067 | 2026-03-04T17:37:35.303Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/264) |
| 2068 | 2026-03-04T17:37:35.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-03-04T17:37:35.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-03-04T17:37:35.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-03-04T17:37:35.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2072 | 2026-03-04T17:37:35.932Z | |
| 2073 | 2026-03-04T17:37:35.932Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/264) |
| 2074 | 2026-03-04T17:37:36.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-03-04T17:37:36.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-03-04T17:37:36.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-03-04T17:37:36.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2078 | 2026-03-04T17:37:36.559Z | |
| 2079 | 2026-03-04T17:37:36.559Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/264) |
| 2080 | 2026-03-04T17:37:37.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-03-04T17:37:37.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-03-04T17:37:37.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-03-04T17:37:37.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2084 | 2026-03-04T17:37:37.189Z | |
| 2085 | 2026-03-04T17:37:37.189Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (45/264) |
| 2086 | 2026-03-04T17:37:37.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-03-04T17:37:37.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-03-04T17:37:37.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-03-04T17:37:37.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2090 | 2026-03-04T17:37:38.006Z | |
| 2091 | 2026-03-04T17:37:38.006Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/264) |
| 2092 | 2026-03-04T17:37:38.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-03-04T17:37:38.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-03-04T17:37:38.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-03-04T17:37:38.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2096 | 2026-03-04T17:37:38.829Z | |
| 2097 | 2026-03-04T17:37:38.830Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/264) |
| 2098 | 2026-03-04T17:37:39.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-03-04T17:37:39.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-03-04T17:37:39.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-03-04T17:37:39.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2102 | 2026-03-04T17:37:39.649Z | |
| 2103 | 2026-03-04T17:37:39.649Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/264) |
| 2104 | 2026-03-04T17:37:40.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-03-04T17:37:40.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-03-04T17:37:40.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-03-04T17:37:40.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2108 | 2026-03-04T17:37:40.465Z | |
| 2109 | 2026-03-04T17:37:40.465Z | info: running `cargo check --bins` on key-manager-types (49/264) |
| 2110 | 2026-03-04T17:37:41.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-03-04T17:37:41.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-03-04T17:37:41.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-03-04T17:37:41.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2114 | 2026-03-04T17:37:41.255Z | |
| 2115 | 2026-03-04T17:37:41.255Z | info: running `cargo check --bins` on oxlog (50/264) |
| 2116 | 2026-03-04T17:37:41.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-03-04T17:37:41.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-03-04T17:37:42.066Z | Checking cfg-if v1.0.4 |
| 2119 | 2026-03-04T17:37:42.069Z | Checking libc v0.2.180 |
| 2120 | 2026-03-04T17:37:42.070Z | Checking serde_core v1.0.228 |
| 2121 | 2026-03-04T17:37:42.201Z | Checking zeroize v1.8.2 |
| 2122 | 2026-03-04T17:37:42.209Z | Checking memchr v2.8.0 |
| 2123 | 2026-03-04T17:37:42.212Z | Checking log v0.4.29 |
| 2124 | 2026-03-04T17:37:42.234Z | Checking smallvec v1.15.1 |
| 2125 | 2026-03-04T17:37:42.249Z | Checking typenum v1.19.0 |
| 2126 | 2026-03-04T17:37:42.252Z | Checking subtle v2.6.1 |
| 2127 | 2026-03-04T17:37:42.451Z | Checking itoa v1.0.17 |
| 2128 | 2026-03-04T17:37:42.501Z | Checking scopeguard v1.2.0 |
| 2129 | 2026-03-04T17:37:42.525Z | Checking stable_deref_trait v1.2.1 |
| 2130 | 2026-03-04T17:37:42.567Z | Checking const-oid v0.9.6 |
| 2131 | 2026-03-04T17:37:42.640Z | Checking portable-atomic v1.13.1 |
| 2132 | 2026-03-04T17:37:42.669Z | Checking lock_api v0.4.14 |
| 2133 | 2026-03-04T17:37:42.687Z | Checking critical-section v1.2.0 |
| 2134 | 2026-03-04T17:37:42.848Z | Checking zerofrom v0.1.6 |
| 2135 | 2026-03-04T17:37:43.054Z | Checking pin-project-lite v0.2.17 |
| 2136 | 2026-03-04T17:37:43.061Z | Checking yoke v0.8.1 |
| 2137 | 2026-03-04T17:37:43.083Z | Checking zerocopy v0.8.40 |
| 2138 | 2026-03-04T17:37:43.178Z | Checking libm v0.2.16 |
| 2139 | 2026-03-04T17:37:43.286Z | Checking getrandom v0.2.17 |
| 2140 | 2026-03-04T17:37:43.374Z | Checking errno v0.3.14 |
| 2141 | 2026-03-04T17:37:43.426Z | Checking generic-array v0.14.7 |
| 2142 | 2026-03-04T17:37:43.555Z | Checking rand_core v0.6.4 |
| 2143 | 2026-03-04T17:37:43.574Z | Checking signal-hook-registry v1.4.8 |
| 2144 | 2026-03-04T17:37:43.637Z | Checking once_cell v1.21.3 |
| 2145 | 2026-03-04T17:37:43.846Z | Checking parking_lot_core v0.9.12 |
| 2146 | 2026-03-04T17:37:43.864Z | Checking zerovec v0.11.5 |
| 2147 | 2026-03-04T17:37:43.963Z | Checking mio v1.1.1 |
| 2148 | 2026-03-04T17:37:44.205Z | Checking parking_lot v0.12.5 |
| 2149 | 2026-03-04T17:37:44.472Z | Checking socket2 v0.6.2 |
| 2150 | 2026-03-04T17:37:44.558Z | Checking zmij v1.0.21 |
| 2151 | 2026-03-04T17:37:44.577Z | Checking crypto-common v0.1.7 |
| 2152 | 2026-03-04T17:37:44.581Z | Checking block-buffer v0.10.4 |
| 2153 | 2026-03-04T17:37:44.776Z | Checking futures-core v0.3.32 |
| 2154 | 2026-03-04T17:37:44.835Z | Checking digest v0.10.7 |
| 2155 | 2026-03-04T17:37:44.864Z | Checking tinystr v0.8.2 |
| 2156 | 2026-03-04T17:37:44.905Z | Checking equivalent v1.0.2 |
| 2157 | 2026-03-04T17:37:44.954Z | Checking litemap v0.8.1 |
| 2158 | 2026-03-04T17:37:44.973Z | Checking writeable v0.6.2 |
| 2159 | 2026-03-04T17:37:44.991Z | Checking percent-encoding v2.3.2 |
| 2160 | 2026-03-04T17:37:45.028Z | Checking allocator-api2 v0.2.21 |
| 2161 | 2026-03-04T17:37:45.182Z | Checking num-traits v0.2.19 |
| 2162 | 2026-03-04T17:37:45.201Z | Checking potential_utf v0.1.4 |
| 2163 | 2026-03-04T17:37:45.225Z | Checking zerotrie v0.2.3 |
| 2164 | 2026-03-04T17:37:45.262Z | Checking cpufeatures v0.2.17 |
| 2165 | 2026-03-04T17:37:45.279Z | Checking icu_locale_core v2.1.1 |
| 2166 | 2026-03-04T17:37:45.370Z | Checking foldhash v0.2.0 |
| 2167 | 2026-03-04T17:37:45.403Z | Checking icu_collections v2.1.1 |
| 2168 | 2026-03-04T17:37:45.616Z | Checking hmac v0.12.1 |
| 2169 | 2026-03-04T17:37:45.633Z | Checking hashbrown v0.16.1 |
| 2170 | 2026-03-04T17:37:45.723Z | Checking block-padding v0.3.3 |
| 2171 | 2026-03-04T17:37:45.852Z | Checking icu_properties_data v2.1.2 |
| 2172 | 2026-03-04T17:37:45.955Z | Checking icu_normalizer_data v2.1.1 |
| 2173 | 2026-03-04T17:37:45.959Z | Checking serde v1.0.228 |
| 2174 | 2026-03-04T17:37:46.007Z | Checking bitflags v2.11.0 |
| 2175 | 2026-03-04T17:37:46.073Z | Checking serde_json v1.0.149 |
| 2176 | 2026-03-04T17:37:46.094Z | Checking futures-sink v0.3.32 |
| 2177 | 2026-03-04T17:37:46.264Z | Checking rand_core v0.10.0 |
| 2178 | 2026-03-04T17:37:46.288Z | Checking futures-channel v0.3.32 |
| 2179 | 2026-03-04T17:37:46.509Z | Checking getrandom v0.4.1 |
| 2180 | 2026-03-04T17:37:46.583Z | Checking icu_provider v2.1.1 |
| 2181 | 2026-03-04T17:37:46.603Z | Checking inout v0.1.4 |
| 2182 | 2026-03-04T17:37:46.654Z | Checking futures-task v0.3.32 |
| 2183 | 2026-03-04T17:37:46.714Z | Checking indexmap v2.13.0 |
| 2184 | 2026-03-04T17:37:46.769Z | Checking futures-io v0.3.32 |
| 2185 | 2026-03-04T17:37:46.848Z | Checking slab v0.4.12 |
| 2186 | 2026-03-04T17:37:46.895Z | Checking cipher v0.4.4 |
| 2187 | 2026-03-04T17:37:46.949Z | Checking bytes v1.11.1 |
| 2188 | 2026-03-04T17:37:46.968Z | Checking sha2 v0.10.9 |
| 2189 | 2026-03-04T17:37:47.025Z | Checking icu_properties v2.1.2 |
| 2190 | 2026-03-04T17:37:47.122Z | Checking icu_normalizer v2.1.1 |
| 2191 | 2026-03-04T17:37:47.297Z | Checking futures-util v0.3.32 |
| 2192 | 2026-03-04T17:37:47.506Z | Checking getrandom v0.3.4 |
| 2193 | 2026-03-04T17:37:47.720Z | Checking base64ct v1.8.3 |
| 2194 | 2026-03-04T17:37:47.750Z | Checking byteorder v1.5.0 |
| 2195 | 2026-03-04T17:37:47.754Z | Checking utf8_iter v1.0.4 |
| 2196 | 2026-03-04T17:37:47.936Z | Checking tokio v1.49.0 |
| 2197 | 2026-03-04T17:37:47.967Z | Checking form_urlencoded v1.2.2 |
| 2198 | 2026-03-04T17:37:47.990Z | Checking flagset v0.4.7 |
| 2199 | 2026-03-04T17:37:48.164Z | Checking fnv v1.0.7 |
| 2200 | 2026-03-04T17:37:48.183Z | Checking pem-rfc7468 v0.7.0 |
| 2201 | 2026-03-04T17:37:48.200Z | Checking rand_core v0.9.5 |
| 2202 | 2026-03-04T17:37:48.216Z | Checking http v1.4.0 |
| 2203 | 2026-03-04T17:37:48.304Z | Checking salsa20 v0.10.2 |
| 2204 | 2026-03-04T17:37:48.453Z | Checking der v0.7.10 |
| 2205 | 2026-03-04T17:37:48.519Z | Checking uuid v1.21.0 |
| 2206 | 2026-03-04T17:37:48.537Z | Checking pbkdf2 v0.12.2 |
| 2207 | 2026-03-04T17:37:48.719Z | Checking scrypt v0.11.0 |
| 2208 | 2026-03-04T17:37:48.951Z | Checking aes v0.8.4 |
| 2209 | 2026-03-04T17:37:48.988Z | Checking idna_adapter v1.2.1 |
| 2210 | 2026-03-04T17:37:49.192Z | Checking idna v1.1.0 |
| 2211 | 2026-03-04T17:37:49.210Z | Checking cbc v0.1.2 |
| 2212 | 2026-03-04T17:37:49.434Z | Checking rustix v1.1.3 |
| 2213 | 2026-03-04T17:37:49.508Z | Checking tracing-core v0.1.36 |
| 2214 | 2026-03-04T17:37:49.683Z | Checking url v2.5.8 |
| 2215 | 2026-03-04T17:37:49.839Z | Checking rustls-pki-types v1.14.0 |
| 2216 | 2026-03-04T17:37:50.152Z | Checking regex-syntax v0.8.10 |
| 2217 | 2026-03-04T17:37:50.168Z | Checking spki v0.7.3 |
| 2218 | 2026-03-04T17:37:50.418Z | Checking iana-time-zone v0.1.65 |
| 2219 | 2026-03-04T17:37:50.482Z | Checking pkcs5 v0.7.1 |
| 2220 | 2026-03-04T17:37:50.548Z | Checking ppv-lite86 v0.2.21 |
| 2221 | 2026-03-04T17:37:50.596Z | Checking chrono v0.4.44 |
| 2222 | 2026-03-04T17:37:50.615Z | Checking tracing v0.1.44 |
| 2223 | 2026-03-04T17:37:51.004Z | Checking http-body v1.0.1 |
| 2224 | 2026-03-04T17:37:51.022Z | Checking aws-lc-sys v0.37.1 |
| 2225 | 2026-03-04T17:37:51.232Z | Checking rand_chacha v0.9.0 |
| 2226 | 2026-03-04T17:37:51.235Z | Checking untrusted v0.9.0 |
| 2227 | 2026-03-04T17:37:51.416Z | Checking untrusted v0.7.1 |
| 2228 | 2026-03-04T17:37:51.436Z | Checking openssl-probe v0.2.1 |
| 2229 | 2026-03-04T17:37:51.591Z | Checking base64 v0.22.1 |
| 2230 | 2026-03-04T17:37:51.611Z | Checking ring v0.17.14 |
| 2231 | 2026-03-04T17:37:51.627Z | Checking rand v0.9.2 |
| 2232 | 2026-03-04T17:37:51.825Z | Checking pkcs8 v0.10.2 |
| 2233 | 2026-03-04T17:37:52.056Z | Checking plain v0.2.3 |
| 2234 | 2026-03-04T17:37:52.129Z | Checking atomic-waker v1.1.2 |
| 2235 | 2026-03-04T17:37:52.231Z | Checking tinyvec_macros v0.1.1 |
| 2236 | 2026-03-04T17:37:52.287Z | Checking tower-service v0.3.3 |
| 2237 | 2026-03-04T17:37:52.334Z | Checking tower-layer v0.3.3 |
| 2238 | 2026-03-04T17:37:52.428Z | Checking try-lock v0.2.5 |
| 2239 | 2026-03-04T17:37:52.580Z | Checking tinyvec v1.10.0 |
| 2240 | 2026-03-04T17:37:52.599Z | Checking want v0.3.1 |
| 2241 | 2026-03-04T17:37:52.601Z | Checking aws-lc-rs v1.16.0 |
| 2242 | 2026-03-04T17:37:52.632Z | Checking ipnet v2.11.0 |
| 2243 | 2026-03-04T17:37:52.666Z | Checking semver v1.0.27 |
| 2244 | 2026-03-04T17:37:52.798Z | Checking httparse v1.10.1 |
| 2245 | 2026-03-04T17:37:53.078Z | Checking spin v0.9.8 |
| 2246 | 2026-03-04T17:37:53.179Z | Checking dyn-clone v1.0.20 |
| 2247 | 2026-03-04T17:37:53.181Z | Checking httpdate v1.0.3 |
| 2248 | 2026-03-04T17:37:53.230Z | Checking foreign-types-shared v0.1.1 |
| 2249 | 2026-03-04T17:37:53.267Z | Checking unicode-ident v1.0.24 |
| 2250 | 2026-03-04T17:37:53.331Z | Checking pin-utils v0.1.0 |
| 2251 | 2026-03-04T17:37:53.358Z | Checking fastrand v2.3.0 |
| 2252 | 2026-03-04T17:37:53.399Z | Checking ucd-trie v0.1.7 |
| 2253 | 2026-03-04T17:37:53.426Z | Checking foreign-types v0.3.2 |
| 2254 | 2026-03-04T17:37:53.454Z | Checking schemars v0.8.22 |
| 2255 | 2026-03-04T17:37:53.462Z | Checking proc-macro2 v1.0.106 |
| 2256 | 2026-03-04T17:37:53.542Z | Checking crossbeam-utils v0.8.21 |
| 2257 | 2026-03-04T17:37:53.627Z | Checking pest v2.8.6 |
| 2258 | 2026-03-04T17:37:53.704Z | Checking tempfile v3.25.0 |
| 2259 | 2026-03-04T17:37:53.816Z | Checking openssl-sys v0.9.111 |
| 2260 | 2026-03-04T17:37:54.072Z | Checking thiserror v2.0.18 |
| 2261 | 2026-03-04T17:37:54.163Z | Checking wait-timeout v0.2.1 |
| 2262 | 2026-03-04T17:37:54.245Z | Checking aho-corasick v1.1.4 |
| 2263 | 2026-03-04T17:37:54.269Z | Checking bit-vec v0.8.0 |
| 2264 | 2026-03-04T17:37:54.348Z | Checking either v1.15.0 |
| 2265 | 2026-03-04T17:37:54.539Z | Checking rustls-webpki v0.103.9 |
| 2266 | 2026-03-04T17:37:54.625Z | Checking simd-adler32 v0.3.8 |
| 2267 | 2026-03-04T17:37:54.730Z | Checking siphasher v1.0.2 |
| 2268 | 2026-03-04T17:37:54.997Z | Checking pretty-hex v0.4.1 |
| 2269 | 2026-03-04T17:37:55.029Z | Checking anstyle v1.0.13 |
| 2270 | 2026-03-04T17:37:55.068Z | Checking utf8parse v0.2.2 |
| 2271 | 2026-03-04T17:37:55.087Z | Checking quick-error v1.2.3 |
| 2272 | 2026-03-04T17:37:55.157Z | Checking tokio-util v0.7.18 |
| 2273 | 2026-03-04T17:37:55.204Z | Checking powerfmt v0.2.0 |
| 2274 | 2026-03-04T17:37:55.233Z | Checking anstyle-parse v0.2.7 |
| 2275 | 2026-03-04T17:37:55.250Z | Checking rusty-fork v0.3.1 |
| 2276 | 2026-03-04T17:37:55.348Z | Checking openssl v0.10.75 |
| 2277 | 2026-03-04T17:37:55.401Z | Checking rustls v0.23.37 |
| 2278 | 2026-03-04T17:37:55.475Z | Checking deranged v0.5.8 |
| 2279 | 2026-03-04T17:37:55.508Z | Checking bit-set v0.8.0 |
| 2280 | 2026-03-04T17:37:55.532Z | Checking crossbeam-epoch v0.9.18 |
| 2281 | 2026-03-04T17:37:55.774Z | Checking quote v1.0.44 |
| 2282 | 2026-03-04T17:37:55.777Z | Checking regex-automata v0.4.14 |
| 2283 | 2026-03-04T17:37:55.974Z | Compiling newtype-uuid v1.3.2 |
| 2284 | 2026-03-04T17:37:56.021Z | Checking unicode-normalization v0.1.25 |
| 2285 | 2026-03-04T17:37:56.132Z | Checking rustls-native-certs v0.8.3 |
| 2286 | 2026-03-04T17:37:56.298Z | Checking rand_xorshift v0.4.0 |
| 2287 | 2026-03-04T17:37:56.357Z | Checking thiserror v1.0.69 |
| 2288 | 2026-03-04T17:37:56.422Z | Checking h2 v0.4.13 |
| 2289 | 2026-03-04T17:37:56.502Z | Checking crc32fast v1.5.0 |
| 2290 | 2026-03-04T17:37:56.505Z | Checking scroll v0.13.0 |
| 2291 | 2026-03-04T17:37:56.739Z | Checking signature v2.2.0 |
| 2292 | 2026-03-04T17:37:56.856Z | Checking sync_wrapper v1.0.2 |
| 2293 | 2026-03-04T17:37:56.932Z | Checking num_threads v0.1.7 |
| 2294 | 2026-03-04T17:37:56.996Z | Checking colorchoice v1.0.4 |
| 2295 | 2026-03-04T17:37:57.015Z | Checking adler2 v2.0.1 |
| 2296 | 2026-03-04T17:37:57.059Z | Checking unicode-bidi v0.3.18 |
| 2297 | 2026-03-04T17:37:57.155Z | Checking anstyle-query v1.1.5 |
| 2298 | 2026-03-04T17:37:57.173Z | Checking unarray v0.1.4 |
| 2299 | 2026-03-04T17:37:57.293Z | Checking unicode-properties v0.1.4 |
| 2300 | 2026-03-04T17:37:57.343Z | Checking time-core v0.1.8 |
| 2301 | 2026-03-04T17:37:57.626Z | Checking num-conv v0.2.0 |
| 2302 | 2026-03-04T17:37:57.666Z | Checking is_terminal_polyfill v1.70.2 |
| 2303 | 2026-03-04T17:37:57.686Z | Checking stringprep v0.1.5 |
| 2304 | 2026-03-04T17:37:57.811Z | Checking anstream v0.6.21 |
| 2305 | 2026-03-04T17:37:57.839Z | Checking proptest v1.10.0 |
| 2306 | 2026-03-04T17:37:57.857Z | Checking time v0.3.47 |
| 2307 | 2026-03-04T17:37:57.944Z | Checking miniz_oxide v0.8.9 |
| 2308 | 2026-03-04T17:37:58.207Z | Checking tower v0.5.3 |
| 2309 | 2026-03-04T17:37:58.722Z | Checking goblin v0.10.5 |
| 2310 | 2026-03-04T17:37:59.072Z | Compiling daft v0.1.5 |
| 2311 | 2026-03-04T17:37:59.611Z | Checking syn v2.0.117 |
| 2312 | 2026-03-04T17:38:00.118Z | Checking crossbeam-deque v0.8.6 |
| 2313 | 2026-03-04T17:38:00.175Z | Checking native-tls v0.2.18 |
| 2314 | 2026-03-04T17:38:00.464Z | Checking ipnetwork v0.21.1 |
| 2315 | 2026-03-04T17:38:00.490Z | Checking rand_chacha v0.3.1 |
| 2316 | 2026-03-04T17:38:00.513Z | Checking http-body-util v0.1.3 |
| 2317 | 2026-03-04T17:38:00.755Z | Checking tokio-rustls v0.26.4 |
| 2318 | 2026-03-04T17:38:00.876Z | Checking webpki-roots v1.0.6 |
| 2319 | 2026-03-04T17:38:00.893Z | Checking scroll v0.12.0 |
| 2320 | 2026-03-04T17:38:00.917Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2321 | 2026-03-04T17:38:01.092Z | Checking hash32 v0.2.1 |
| 2322 | 2026-03-04T17:38:01.117Z | Checking serde_spanned v0.6.9 |
| 2323 | 2026-03-04T17:38:01.187Z | Checking toml_datetime v0.6.11 |
| 2324 | 2026-03-04T17:38:01.319Z | Checking num-integer v0.1.46 |
| 2325 | 2026-03-04T17:38:01.323Z | Checking md-5 v0.10.6 |
| 2326 | 2026-03-04T17:38:01.391Z | Checking ff v0.13.1 |
| 2327 | 2026-03-04T17:38:01.521Z | Checking ryu v1.0.23 |
| 2328 | 2026-03-04T17:38:01.570Z | Checking base16ct v0.2.0 |
| 2329 | 2026-03-04T17:38:01.611Z | Checking psl-types v2.0.11 |
| 2330 | 2026-03-04T17:38:01.757Z | Checking iri-string v0.7.10 |
| 2331 | 2026-03-04T17:38:01.777Z | Checking fallible-iterator v0.2.0 |
| 2332 | 2026-03-04T17:38:01.796Z | Checking zlib-rs v0.6.2 |
| 2333 | 2026-03-04T17:38:01.816Z | Compiling iddqd v0.3.17 |
| 2334 | 2026-03-04T17:38:02.352Z | Checking postgres-protocol v0.6.10 |
| 2335 | 2026-03-04T17:38:02.502Z | Checking num-iter v0.1.45 |
| 2336 | 2026-03-04T17:38:02.505Z | Checking hyper v1.8.1 |
| 2337 | 2026-03-04T17:38:02.686Z | Checking publicsuffix v2.3.0 |
| 2338 | 2026-03-04T17:38:02.982Z | Checking sec1 v0.7.3 |
| 2339 | 2026-03-04T17:38:03.003Z | Checking serde_urlencoded v0.7.1 |
| 2340 | 2026-03-04T17:38:03.371Z | Checking group v0.13.0 |
| 2341 | 2026-03-04T17:38:03.443Z | Checking heapless v0.7.17 |
| 2342 | 2026-03-04T17:38:03.632Z | Checking goblin v0.8.2 |
| 2343 | 2026-03-04T17:38:03.711Z | Checking flate2 v1.1.9 |
| 2344 | 2026-03-04T17:38:04.259Z | Checking tower-http v0.6.8 |
| 2345 | 2026-03-04T17:38:04.348Z | Checking zstd-safe v7.2.4 |
| 2346 | 2026-03-04T17:38:04.374Z | Checking oxnet v0.1.4 |
| 2347 | 2026-03-04T17:38:04.451Z | Checking rand v0.8.5 |
| 2348 | 2026-03-04T17:38:04.516Z | Checking hyper-util v0.1.20 |
| 2349 | 2026-03-04T17:38:04.599Z | Checking dof v0.4.0 |
| 2350 | 2026-03-04T17:38:04.632Z | Checking tokio-native-tls v0.3.1 |
| 2351 | 2026-03-04T17:38:04.798Z | Checking cookie v0.18.1 |
| 2352 | 2026-03-04T17:38:04.798Z | Checking rayon-core v1.13.0 |
| 2353 | 2026-03-04T17:38:04.888Z | Checking dtrace-parser v0.3.0 |
| 2354 | 2026-03-04T17:38:05.236Z | Checking phf_shared v0.13.1 |
| 2355 | 2026-03-04T17:38:05.389Z | Checking lazy_static v1.5.0 |
| 2356 | 2026-03-04T17:38:05.424Z | Checking terminal_size v0.4.3 |
| 2357 | 2026-03-04T17:38:05.531Z | Checking zerocopy v0.7.35 |
| 2358 | 2026-03-04T17:38:05.554Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2359 | 2026-03-04T17:38:05.588Z | Checking signal-hook v0.3.18 |
| 2360 | 2026-03-04T17:38:05.668Z | Checking hkdf v0.12.4 |
| 2361 | 2026-03-04T17:38:05.689Z | Checking crypto-bigint v0.5.5 |
| 2362 | 2026-03-04T17:38:05.710Z | Checking thread-id v5.1.0 |
| 2363 | 2026-03-04T17:38:05.830Z | Checking winnow v0.5.40 |
| 2364 | 2026-03-04T17:38:05.907Z | Checking unicode-width v0.2.0 |
| 2365 | 2026-03-04T17:38:05.910Z | Checking bumpalo v3.20.2 |
| 2366 | 2026-03-04T17:38:06.301Z | Checking strsim v0.11.1 |
| 2367 | 2026-03-04T17:38:06.324Z | Checking managed v0.8.0 |
| 2368 | 2026-03-04T17:38:06.430Z | Checking libbz2-rs-sys v0.2.2 |
| 2369 | 2026-03-04T17:38:06.609Z | Checking bitflags v1.3.2 |
| 2370 | 2026-03-04T17:38:06.692Z | Checking winnow v0.7.14 |
| 2371 | 2026-03-04T17:38:06.714Z | Checking clap_lex v1.0.0 |
| 2372 | 2026-03-04T17:38:06.729Z | Checking foldhash v0.1.5 |
| 2373 | 2026-03-04T17:38:06.956Z | Checking hashbrown v0.15.5 |
| 2374 | 2026-03-04T17:38:06.975Z | Checking clap_builder v4.5.60 |
| 2375 | 2026-03-04T17:38:07.218Z | Checking hyper-rustls v0.27.7 |
| 2376 | 2026-03-04T17:38:07.273Z | Checking bzip2 v0.6.1 |
| 2377 | 2026-03-04T17:38:07.570Z | Checking hyper-tls v0.6.0 |
| 2378 | 2026-03-04T17:38:07.589Z | Checking smoltcp v0.9.1 |
| 2379 | 2026-03-04T17:38:07.876Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2380 | 2026-03-04T17:38:08.014Z | Checking console v0.16.2 |
| 2381 | 2026-03-04T17:38:08.222Z | Checking zopfli v0.8.3 |
| 2382 | 2026-03-04T17:38:08.371Z | Checking elliptic-curve v0.13.8 |
| 2383 | 2026-03-04T17:38:08.391Z | Checking dof v0.3.0 |
| 2384 | 2026-03-04T17:38:08.625Z | Checking toml_edit v0.19.15 |
| 2385 | 2026-03-04T17:38:08.645Z | Checking usdt-impl v0.6.0 |
| 2386 | 2026-03-04T17:38:08.917Z | Checking signal-hook-mio v0.2.5 |
| 2387 | 2026-03-04T17:38:08.971Z | Checking phf v0.13.1 |
| 2388 | 2026-03-04T17:38:08.996Z | Checking bzip2 v0.4.4 |
| 2389 | 2026-03-04T17:38:09.033Z | Checking num-bigint-dig v0.8.6 |
| 2390 | 2026-03-04T17:38:09.080Z | Checking rayon v1.11.0 |
| 2391 | 2026-03-04T17:38:09.175Z | Checking cookie_store v0.22.1 |
| 2392 | 2026-03-04T17:38:09.301Z | Checking zstd v0.13.3 |
| 2393 | 2026-03-04T17:38:09.497Z | Checking postgres-types v0.2.12 |
| 2394 | 2026-03-04T17:38:09.649Z | Checking rustls-platform-verifier v0.6.2 |
| 2395 | 2026-03-04T17:38:09.714Z | Checking regex v1.12.3 |
| 2396 | 2026-03-04T17:38:09.806Z | Checking bstr v1.12.1 |
| 2397 | 2026-03-04T17:38:09.829Z | Checking ed25519 v2.2.3 |
| 2398 | 2026-03-04T17:38:09.893Z | Checking dtrace-parser v0.2.0 |
| 2399 | 2026-03-04T17:38:10.133Z | Checking phf_shared v0.11.3 |
| 2400 | 2026-03-04T17:38:10.152Z | Checking itertools v0.12.1 |
| 2401 | 2026-03-04T17:38:10.310Z | Checking ref-cast v1.0.25 |
| 2402 | 2026-03-04T17:38:10.401Z | Checking curve25519-dalek v4.1.3 |
| 2403 | 2026-03-04T17:38:10.405Z | Checking strum v0.27.2 |
| 2404 | 2026-03-04T17:38:10.453Z | Checking hubpack v0.1.2 |
| 2405 | 2026-03-04T17:38:10.579Z | Checking rustix v0.38.44 |
| 2406 | 2026-03-04T17:38:10.716Z | Checking pkcs1 v0.7.5 |
| 2407 | 2026-03-04T17:38:10.760Z | Checking erased-serde v0.3.31 |
| 2408 | 2026-03-04T17:38:10.989Z | Checking hex v0.4.3 |
| 2409 | 2026-03-04T17:38:11.044Z | Checking serde-big-array v0.5.1 |
| 2410 | 2026-03-04T17:38:11.108Z | Checking float-cmp v0.10.0 |
| 2411 | 2026-03-04T17:38:11.261Z | Checking rfc6979 v0.4.0 |
| 2412 | 2026-03-04T17:38:11.334Z | Checking thread-id v4.2.2 |
| 2413 | 2026-03-04T17:38:11.458Z | Checking memmap2 v0.9.10 |
| 2414 | 2026-03-04T17:38:11.478Z | Checking env_filter v1.0.0 |
| 2415 | 2026-03-04T17:38:11.515Z | Checking encoding_rs v0.8.35 |
| 2416 | 2026-03-04T17:38:11.721Z | Checking difflib v0.4.0 |
| 2417 | 2026-03-04T17:38:11.724Z | Checking fixedbitset v0.5.7 |
| 2418 | 2026-03-04T17:38:11.758Z | Checking predicates-core v1.0.10 |
| 2419 | 2026-03-04T17:38:11.953Z | Checking static_assertions v1.1.0 |
| 2420 | 2026-03-04T17:38:12.042Z | Checking toml_write v0.1.2 |
| 2421 | 2026-03-04T17:38:12.061Z | Checking unicode-segmentation v1.12.0 |
| 2422 | 2026-03-04T17:38:12.082Z | Checking unit-prefix v0.5.2 |
| 2423 | 2026-03-04T17:38:12.234Z | Checking normalize-line-endings v0.3.0 |
| 2424 | 2026-03-04T17:38:12.294Z | Checking jiff v0.2.21 |
| 2425 | 2026-03-04T17:38:12.373Z | Checking rustc-hash v2.1.1 |
| 2426 | 2026-03-04T17:38:12.376Z | Checking keccak v0.1.6 |
| 2427 | 2026-03-04T17:38:12.456Z | Checking new_debug_unreachable v1.0.6 |
| 2428 | 2026-03-04T17:38:12.511Z | Checking data-encoding v2.10.0 |
| 2429 | 2026-03-04T17:38:12.531Z | Checking whoami v2.1.0 |
| 2430 | 2026-03-04T17:38:12.547Z | Checking fixedbitset v0.4.2 |
| 2431 | 2026-03-04T17:38:12.565Z | Checking mime v0.3.17 |
| 2432 | 2026-03-04T17:38:12.712Z | Checking precomputed-hash v0.1.1 |
| 2433 | 2026-03-04T17:38:12.730Z | Checking similar v2.7.0 |
| 2434 | 2026-03-04T17:38:12.800Z | Checking petgraph v0.6.5 |
| 2435 | 2026-03-04T17:38:12.832Z | Checking string_cache v0.8.9 |
| 2436 | 2026-03-04T17:38:12.877Z | Checking tokio-postgres v0.7.16 |
| 2437 | 2026-03-04T17:38:12.895Z | Checking sha3 v0.10.8 |
| 2438 | 2026-03-04T17:38:13.077Z | Checking hickory-proto v0.25.2 |
| 2439 | 2026-03-04T17:38:13.290Z | Checking indicatif v0.18.4 |
| 2440 | 2026-03-04T17:38:13.518Z | Checking crossterm v0.28.1 |
| 2441 | 2026-03-04T17:38:13.666Z | Checking reqwest v0.12.28 |
| 2442 | 2026-03-04T17:38:14.099Z | Checking zone v0.3.1 |
| 2443 | 2026-03-04T17:38:14.891Z | Checking toml_edit v0.22.27 |
| 2444 | 2026-03-04T17:38:15.077Z | Checking predicates v3.1.4 |
| 2445 | 2026-03-04T17:38:15.178Z | Checking ed25519-dalek v2.2.0 |
| 2446 | 2026-03-04T17:38:15.548Z | Checking petgraph v0.8.3 |
| 2447 | 2026-03-04T17:38:15.640Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2448 | 2026-03-04T17:38:15.697Z | Checking usdt v0.6.0 |
| 2449 | 2026-03-04T17:38:15.714Z | Checking env_logger v0.11.9 |
| 2450 | 2026-03-04T17:38:15.732Z | Checking slog v2.8.2 |
| 2451 | 2026-03-04T17:38:15.966Z | Checking serde_with v3.17.0 |
| 2452 | 2026-03-04T17:38:16.073Z | Checking usdt-impl v0.5.0 |
| 2453 | 2026-03-04T17:38:16.280Z | Checking ecdsa v0.16.9 |
| 2454 | 2026-03-04T17:38:16.604Z | Checking rsa v0.9.10 |
| 2455 | 2026-03-04T17:38:16.973Z | Checking toml v0.7.8 |
| 2456 | 2026-03-04T17:38:17.402Z | Checking reqwest v0.13.2 |
| 2457 | 2026-03-04T17:38:17.589Z | Checking clap v4.5.60 |
| 2458 | 2026-03-04T17:38:17.644Z | Checking zip v4.6.1 |
| 2459 | 2026-03-04T17:38:17.683Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2460 | 2026-03-04T17:38:17.712Z | Checking zip v0.6.6 |
| 2461 | 2026-03-04T17:38:18.385Z | Checking strum v0.26.3 |
| 2462 | 2026-03-04T17:38:18.424Z | Checking tokio-stream v0.1.18 |
| 2463 | 2026-03-04T17:38:18.593Z | Checking fs-err v3.3.0 |
| 2464 | 2026-03-04T17:38:18.898Z | Checking ahash v0.8.12 |
| 2465 | 2026-03-04T17:38:19.178Z | Checking object v0.37.3 |
| 2466 | 2026-03-04T17:38:19.203Z | Checking buf-list v1.1.2 |
| 2467 | 2026-03-04T17:38:19.263Z | Checking itertools v0.13.0 |
| 2468 | 2026-03-04T17:38:19.292Z | Checking camino v1.2.2 |
| 2469 | 2026-03-04T17:38:19.362Z | Checking anyhow v1.0.102 |
| 2470 | 2026-03-04T17:38:19.515Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2471 | 2026-03-04T17:38:19.556Z | Checking x509-cert v0.2.5 |
| 2472 | 2026-03-04T17:38:19.575Z | Checking openapiv3 v2.2.0 |
| 2473 | 2026-03-04T17:38:19.729Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2474 | 2026-03-04T17:38:19.830Z | Checking sha1 v0.10.6 |
| 2475 | 2026-03-04T17:38:20.113Z | Checking lalrpop-util v0.19.12 |
| 2476 | 2026-03-04T17:38:20.131Z | Checking peg-runtime v0.8.5 |
| 2477 | 2026-03-04T17:38:20.134Z | Checking sigpipe v0.1.3 |
| 2478 | 2026-03-04T17:38:20.263Z | Checking glob v0.3.3 |
| 2479 | 2026-03-04T17:38:23.817Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2480 | 2026-03-04T17:38:24.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.93s |
| 2481 | 2026-03-04T17:38:24.378Z | |
| 2482 | 2026-03-04T17:38:24.378Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (51/264) |
| 2483 | 2026-03-04T17:38:25.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2484 | 2026-03-04T17:38:25.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2485 | 2026-03-04T17:38:25.435Z | Checking newtype-uuid v1.3.2 |
| 2486 | 2026-03-04T17:38:25.438Z | Compiling structmeta-derive v0.3.0 |
| 2487 | 2026-03-04T17:38:25.438Z | Compiling rustls v0.22.4 |
| 2488 | 2026-03-04T17:38:25.606Z | Checking regress v0.10.5 |
| 2489 | 2026-03-04T17:38:25.609Z | Compiling multer v3.1.0 |
| 2490 | 2026-03-04T17:38:25.633Z | Compiling newtype-uuid-macros v0.1.0 |
| 2491 | 2026-03-04T17:38:25.637Z | Compiling async-stream-impl v0.3.6 |
| 2492 | 2026-03-04T17:38:25.672Z | Checking futures-executor v0.3.32 |
| 2493 | 2026-03-04T17:38:25.864Z | Checking daft v0.1.5 |
| 2494 | 2026-03-04T17:38:25.949Z | Compiling dropshot v0.16.7 |
| 2495 | 2026-03-04T17:38:25.984Z | Checking futures v0.3.32 |
| 2496 | 2026-03-04T17:38:26.101Z | Compiling dropshot_endpoint v0.16.7 |
| 2497 | 2026-03-04T17:38:26.325Z | Checking iddqd v0.3.17 |
| 2498 | 2026-03-04T17:38:26.368Z | Checking thread_local v1.1.9 |
| 2499 | 2026-03-04T17:38:26.679Z | Checking crossbeam-channel v0.5.15 |
| 2500 | 2026-03-04T17:38:26.844Z | Checking is-terminal v0.4.17 |
| 2501 | 2026-03-04T17:38:26.994Z | Checking take_mut v0.2.2 |
| 2502 | 2026-03-04T17:38:27.170Z | Checking term v1.2.1 |
| 2503 | 2026-03-04T17:38:27.265Z | Checking rustls-webpki v0.102.8 |
| 2504 | 2026-03-04T17:38:27.372Z | Checking slog-async v2.8.0 |
| 2505 | 2026-03-04T17:38:27.587Z | Checking slog-term v2.9.2 |
| 2506 | 2026-03-04T17:38:27.659Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2507 | 2026-03-04T17:38:27.943Z | Compiling structmeta v0.3.0 |
| 2508 | 2026-03-04T17:38:28.017Z | Checking serde_spanned v1.0.4 |
| 2509 | 2026-03-04T17:38:28.124Z | Checking debug-ignore v1.0.5 |
| 2510 | 2026-03-04T17:38:28.161Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2511 | 2026-03-04T17:38:28.238Z | Checking match_cfg v0.1.0 |
| 2512 | 2026-03-04T17:38:28.283Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2513 | 2026-03-04T17:38:28.329Z | Compiling derive-ex v0.1.8 |
| 2514 | 2026-03-04T17:38:28.351Z | Compiling parse-display-derive v0.10.0 |
| 2515 | 2026-03-04T17:38:28.410Z | Checking hostname v0.3.1 |
| 2516 | 2026-03-04T17:38:28.604Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2517 | 2026-03-04T17:38:28.663Z | Checking toml v0.9.12+spec-1.1.0 |
| 2518 | 2026-03-04T17:38:28.848Z | Checking slog-json v2.6.1 |
| 2519 | 2026-03-04T17:38:29.150Z | Checking macaddr v1.0.1 |
| 2520 | 2026-03-04T17:38:29.364Z | Checking slog-bunyan v2.5.0 |
| 2521 | 2026-03-04T17:38:29.485Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2522 | 2026-03-04T17:38:29.546Z | Checking async-stream v0.3.6 |
| 2523 | 2026-03-04T17:38:30.089Z | Checking waitgroup v0.1.2 |
| 2524 | 2026-03-04T17:38:30.151Z | Checking rustls-pemfile v2.2.0 |
| 2525 | 2026-03-04T17:38:30.230Z | Checking serde_path_to_error v0.1.20 |
| 2526 | 2026-03-04T17:38:30.254Z | Checking hostname v0.4.2 |
| 2527 | 2026-03-04T17:38:30.257Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2528 | 2026-03-04T17:38:30.390Z | Checking progenitor-client v0.10.0 |
| 2529 | 2026-03-04T17:38:30.412Z | Compiling itertools v0.14.0 |
| 2530 | 2026-03-04T17:38:30.521Z | Checking progenitor-client v0.13.0 |
| 2531 | 2026-03-04T17:38:30.797Z | Checking instant v0.1.13 |
| 2532 | 2026-03-04T17:38:30.838Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2533 | 2026-03-04T17:38:30.933Z | Checking backoff v0.4.0 |
| 2534 | 2026-03-04T17:38:31.001Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2535 | 2026-03-04T17:38:31.240Z | Checking backon v1.6.0 |
| 2536 | 2026-03-04T17:38:31.566Z | Checking heck v0.5.0 |
| 2537 | 2026-03-04T17:38:31.592Z | Checking tokio-rustls v0.25.0 |
| 2538 | 2026-03-04T17:38:31.788Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2539 | 2026-03-04T17:38:32.031Z | Compiling crucible-workspace-hack v0.1.0 |
| 2540 | 2026-03-04T17:38:32.054Z | Checking parse-display v0.10.0 |
| 2541 | 2026-03-04T17:38:32.284Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2542 | 2026-03-04T17:38:32.340Z | Compiling heapless v0.8.0 |
| 2543 | 2026-03-04T17:38:32.395Z | Compiling test-strategy v0.4.5 |
| 2544 | 2026-03-04T17:38:32.720Z | Compiling typify-impl v0.4.3 |
| 2545 | 2026-03-04T17:38:33.211Z | Compiling proc-macro-crate v3.4.0 |
| 2546 | 2026-03-04T17:38:33.259Z | Compiling ingot-macros v0.1.1 |
| 2547 | 2026-03-04T17:38:33.383Z | Checking hash32 v0.3.1 |
| 2548 | 2026-03-04T17:38:33.645Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2549 | 2026-03-04T17:38:33.753Z | Compiling smoltcp v0.11.0 |
| 2550 | 2026-03-04T17:38:34.369Z | Checking tabwriter v1.4.1 |
| 2551 | 2026-03-04T17:38:34.455Z | Checking cobs v0.3.0 |
| 2552 | 2026-03-04T17:38:34.478Z | Compiling num_enum_derive v0.7.5 |
| 2553 | 2026-03-04T17:38:34.627Z | Compiling foreign-types-macros v0.2.3 |
| 2554 | 2026-03-04T17:38:34.718Z | Checking foreign-types-shared v0.3.1 |
| 2555 | 2026-03-04T17:38:34.858Z | Checking cpufeatures v0.3.0 |
| 2556 | 2026-03-04T17:38:34.977Z | Checking chacha20 v0.10.0 |
| 2557 | 2026-03-04T17:38:35.404Z | Checking postcard v1.1.3 |
| 2558 | 2026-03-04T17:38:35.854Z | Checking foreign-types v0.5.0 |
| 2559 | 2026-03-04T17:38:35.946Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2560 | 2026-03-04T17:38:36.157Z | Compiling proc-macro-crate v1.3.1 |
| 2561 | 2026-03-04T17:38:36.194Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2562 | 2026-03-04T17:38:36.227Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2563 | 2026-03-04T17:38:36.653Z | Checking num_enum v0.7.5 |
| 2564 | 2026-03-04T17:38:36.688Z | Checking cstr-argument v0.1.2 |
| 2565 | 2026-03-04T17:38:36.730Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2566 | 2026-03-04T17:38:36.895Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2567 | 2026-03-04T17:38:36.960Z | Checking colored v3.1.1 |
| 2568 | 2026-03-04T17:38:37.007Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2569 | 2026-03-04T17:38:37.307Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2570 | 2026-03-04T17:38:37.359Z | Compiling num_enum_derive v0.5.11 |
| 2571 | 2026-03-04T17:38:37.388Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2572 | 2026-03-04T17:38:37.513Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2573 | 2026-03-04T17:38:37.629Z | Checking rand v0.10.0 |
| 2574 | 2026-03-04T17:38:37.683Z | Checking secrecy v0.10.3 |
| 2575 | 2026-03-04T17:38:37.783Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2576 | 2026-03-04T17:38:37.878Z | Compiling memoffset v0.9.1 |
| 2577 | 2026-03-04T17:38:38.246Z | Compiling cfg_aliases v0.2.1 |
| 2578 | 2026-03-04T17:38:38.373Z | Compiling unsafe-libyaml v0.2.11 |
| 2579 | 2026-03-04T17:38:38.687Z | Compiling convert_case v0.4.0 |
| 2580 | 2026-03-04T17:38:39.484Z | Compiling derive_more v0.99.20 |
| 2581 | 2026-03-04T17:38:39.579Z | Checking num_enum v0.5.11 |
| 2582 | 2026-03-04T17:38:39.768Z | Compiling serde_yaml v0.9.34+deprecated |
| 2583 | 2026-03-04T17:38:39.939Z | Checking ingot-types v0.1.2 |
| 2584 | 2026-03-04T17:38:40.178Z | Compiling nix v0.30.1 |
| 2585 | 2026-03-04T17:38:40.631Z | Checking camino-tempfile v1.4.1 |
| 2586 | 2026-03-04T17:38:40.718Z | Checking ingot v0.1.1 |
| 2587 | 2026-03-04T17:38:40.740Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2588 | 2026-03-04T17:38:40.926Z | Compiling prettyplease v0.2.37 |
| 2589 | 2026-03-04T17:38:41.197Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2590 | 2026-03-04T17:38:41.280Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2591 | 2026-03-04T17:38:41.335Z | Checking smf v0.2.3 |
| 2592 | 2026-03-04T17:38:41.623Z | Compiling num-derive v0.4.2 |
| 2593 | 2026-03-04T17:38:41.813Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2594 | 2026-03-04T17:38:42.272Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2595 | 2026-03-04T17:38:43.315Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2596 | 2026-03-04T17:38:44.768Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2597 | 2026-03-04T17:38:44.771Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2598 | 2026-03-04T17:38:44.771Z | Compiling typify-macro v0.4.3 |
| 2599 | 2026-03-04T17:38:44.771Z | Checking whoami v1.6.1 |
| 2600 | 2026-03-04T17:38:45.055Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2601 | 2026-03-04T17:38:45.241Z | Compiling typify-impl v0.6.1 |
| 2602 | 2026-03-04T17:38:47.438Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2603 | 2026-03-04T17:38:47.507Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2604 | 2026-03-04T17:38:47.693Z | Compiling typify v0.4.3 |
| 2605 | 2026-03-04T17:38:48.339Z | Checking num-rational v0.4.2 |
| 2606 | 2026-03-04T17:38:49.673Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2607 | 2026-03-04T17:38:49.722Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2608 | 2026-03-04T17:38:49.902Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2609 | 2026-03-04T17:38:49.991Z | Checking half v2.7.1 |
| 2610 | 2026-03-04T17:38:50.342Z | Checking universal-hash v0.5.1 |
| 2611 | 2026-03-04T17:38:50.554Z | Checking num-complex v0.4.6 |
| 2612 | 2026-03-04T17:38:50.642Z | Checking opaque-debug v0.3.1 |
| 2613 | 2026-03-04T17:38:50.754Z | Checking ciborium-io v0.2.2 |
| 2614 | 2026-03-04T17:38:50.898Z | Checking ciborium-ll v0.2.2 |
| 2615 | 2026-03-04T17:38:51.000Z | Checking poly1305 v0.8.0 |
| 2616 | 2026-03-04T17:38:51.220Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2617 | 2026-03-04T17:38:51.262Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2618 | 2026-03-04T17:38:51.408Z | Checking num v0.4.3 |
| 2619 | 2026-03-04T17:38:51.534Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2620 | 2026-03-04T17:38:51.558Z | Checking toml v0.8.23 |
| 2621 | 2026-03-04T17:38:52.038Z | Checking password-hash v0.5.0 |
| 2622 | 2026-03-04T17:38:52.269Z | Checking chacha20 v0.9.1 |
| 2623 | 2026-03-04T17:38:52.307Z | Checking thiserror-no-std v2.0.2 |
| 2624 | 2026-03-04T17:38:52.451Z | Compiling usdt-attr-macro v0.5.0 |
| 2625 | 2026-03-04T17:38:52.485Z | Compiling usdt-macro v0.5.0 |
| 2626 | 2026-03-04T17:38:52.638Z | Checking blake2 v0.10.6 |
| 2627 | 2026-03-04T17:38:53.123Z | Checking aead v0.5.2 |
| 2628 | 2026-03-04T17:38:53.460Z | Checking memmap v0.7.0 |
| 2629 | 2026-03-04T17:38:53.972Z | Checking float-ord v0.3.2 |
| 2630 | 2026-03-04T17:38:53.975Z | Checking usdt v0.5.0 |
| 2631 | 2026-03-04T17:38:54.023Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2632 | 2026-03-04T17:38:54.140Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2633 | 2026-03-04T17:38:54.267Z | Checking chacha20poly1305 v0.10.1 |
| 2634 | 2026-03-04T17:38:54.287Z | Checking argon2 v0.5.3 |
| 2635 | 2026-03-04T17:38:54.363Z | Checking vsss-rs v3.3.4 |
| 2636 | 2026-03-04T17:38:54.481Z | Checking ciborium v0.2.2 |
| 2637 | 2026-03-04T17:38:54.855Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2638 | 2026-03-04T17:38:54.966Z | Checking indent_write v2.2.0 |
| 2639 | 2026-03-04T17:38:55.410Z | Compiling semver v0.1.20 |
| 2640 | 2026-03-04T17:38:55.490Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2641 | 2026-03-04T17:38:55.844Z | Compiling rustc_version v0.1.7 |
| 2642 | 2026-03-04T17:38:56.015Z | Compiling progenitor-impl v0.11.2 |
| 2643 | 2026-03-04T17:38:56.592Z | Compiling typify-macro v0.6.1 |
| 2644 | 2026-03-04T17:38:57.233Z | Compiling pin-project-internal v1.1.11 |
| 2645 | 2026-03-04T17:38:57.463Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2646 | 2026-03-04T17:38:57.879Z | Compiling minimal-lexical v0.2.1 |
| 2647 | 2026-03-04T17:38:58.372Z | Checking linked-hash-map v0.5.6 |
| 2648 | 2026-03-04T17:38:58.758Z | Checking swrite v0.1.0 |
| 2649 | 2026-03-04T17:38:58.910Z | Checking lru-cache v0.1.2 |
| 2650 | 2026-03-04T17:38:58.939Z | Compiling nom v7.1.3 |
| 2651 | 2026-03-04T17:38:59.126Z | Compiling newtype_derive v0.1.6 |
| 2652 | 2026-03-04T17:38:59.825Z | Checking pin-project v1.1.11 |
| 2653 | 2026-03-04T17:39:00.138Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2654 | 2026-03-04T17:39:00.443Z | Checking newline-converter v0.3.0 |
| 2655 | 2026-03-04T17:39:00.465Z | Compiling typify v0.6.1 |
| 2656 | 2026-03-04T17:39:00.629Z | Compiling progenitor-impl v0.13.0 |
| 2657 | 2026-03-04T17:39:00.820Z | Checking atomicwrites v0.4.4 |
| 2658 | 2026-03-04T17:39:01.046Z | Checking hickory-proto v0.24.4 |
| 2659 | 2026-03-04T17:39:01.119Z | Checking progenitor-client v0.11.2 |
| 2660 | 2026-03-04T17:39:01.372Z | Checking phf_shared v0.12.1 |
| 2661 | 2026-03-04T17:39:01.553Z | Checking console v0.15.11 |
| 2662 | 2026-03-04T17:39:01.641Z | Compiling snafu-derive v0.8.9 |
| 2663 | 2026-03-04T17:39:02.116Z | Checking pem v3.0.6 |
| 2664 | 2026-03-04T17:39:02.138Z | Checking csv-core v0.1.13 |
| 2665 | 2026-03-04T17:39:02.417Z | Compiling async-recursion v1.1.1 |
| 2666 | 2026-03-04T17:39:02.465Z | Compiling derive-where v1.6.0 |
| 2667 | 2026-03-04T17:39:02.644Z | Compiling progenitor-macro v0.11.2 |
| 2668 | 2026-03-04T17:39:03.852Z | Compiling slog-dtrace v0.3.0 |
| 2669 | 2026-03-04T17:39:04.206Z | Checking resolv-conf v0.7.6 |
| 2670 | 2026-03-04T17:39:04.555Z | Compiling owo-colors v4.3.0 |
| 2671 | 2026-03-04T17:39:05.199Z | Compiling chrono-tz v0.10.4 |
| 2672 | 2026-03-04T17:39:05.513Z | Checking highway v1.3.0 |
| 2673 | 2026-03-04T17:39:05.546Z | Compiling cancel-safe-futures v0.1.5 |
| 2674 | 2026-03-04T17:39:05.944Z | Checking same-file v1.0.6 |
| 2675 | 2026-03-04T17:39:06.158Z | Checking unicode-width v0.1.14 |
| 2676 | 2026-03-04T17:39:06.181Z | Checking walkdir v2.5.0 |
| 2677 | 2026-03-04T17:39:06.287Z | Checking snafu v0.8.9 |
| 2678 | 2026-03-04T17:39:06.464Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2679 | 2026-03-04T17:39:06.756Z | Checking hickory-resolver v0.24.4 |
| 2680 | 2026-03-04T17:39:06.813Z | Compiling const_format_proc_macros v0.2.34 |
| 2681 | 2026-03-04T17:39:07.204Z | Compiling progenitor-macro v0.13.0 |
| 2682 | 2026-03-04T17:39:08.137Z | Checking csv v1.4.0 |
| 2683 | 2026-03-04T17:39:08.333Z | Checking expectorate v1.2.0 |
| 2684 | 2026-03-04T17:39:08.598Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2685 | 2026-03-04T17:39:08.691Z | Checking phf v0.12.1 |
| 2686 | 2026-03-04T17:39:08.973Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2687 | 2026-03-04T17:39:09.979Z | Checking tokio-dtrace v0.1.1 |
| 2688 | 2026-03-04T17:39:10.302Z | Compiling progenitor-impl v0.10.0 |
| 2689 | 2026-03-04T17:39:10.609Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2690 | 2026-03-04T17:39:11.038Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2691 | 2026-03-04T17:39:12.110Z | Checking globset v0.4.18 |
| 2692 | 2026-03-04T17:39:12.387Z | Checking olpc-cjson v0.1.4 |
| 2693 | 2026-03-04T17:39:12.638Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2694 | 2026-03-04T17:39:12.650Z | Checking libsw-core v0.3.2 |
| 2695 | 2026-03-04T17:39:12.853Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2696 | 2026-03-04T17:39:12.920Z | Checking arc-swap v1.8.2 |
| 2697 | 2026-03-04T17:39:13.103Z | Compiling lzma-sys v0.1.20 |
| 2698 | 2026-03-04T17:39:13.129Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2699 | 2026-03-04T17:39:13.364Z | Checking serde_plain v1.0.2 |
| 2700 | 2026-03-04T17:39:13.649Z | Checking bytecount v0.6.9 |
| 2701 | 2026-03-04T17:39:13.834Z | Checking typed-path v0.9.3 |
| 2702 | 2026-03-04T17:39:13.921Z | Checking utf-8 v0.7.6 |
| 2703 | 2026-03-04T17:39:14.170Z | Checking tungstenite v0.21.0 |
| 2704 | 2026-03-04T17:39:14.713Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2705 | 2026-03-04T17:39:14.825Z | Checking progenitor v0.11.2 |
| 2706 | 2026-03-04T17:39:15.015Z | Checking papergrid v0.11.0 |
| 2707 | 2026-03-04T17:39:15.047Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2708 | 2026-03-04T17:39:15.093Z | Checking slog-scope v4.4.1 |
| 2709 | 2026-03-04T17:39:15.309Z | Checking libsw v3.5.0 |
| 2710 | 2026-03-04T17:39:15.546Z | Checking oxide-tokio-rt v0.1.2 |
| 2711 | 2026-03-04T17:39:15.705Z | Checking tough v0.20.0 |
| 2712 | 2026-03-04T17:39:15.951Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2713 | 2026-03-04T17:39:16.803Z | Checking const_format v0.2.35 |
| 2714 | 2026-03-04T17:39:16.848Z | Compiling progenitor-macro v0.10.0 |
| 2715 | 2026-03-04T17:39:17.123Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2716 | 2026-03-04T17:39:17.305Z | Checking qorb v0.4.1 |
| 2717 | 2026-03-04T17:39:17.920Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2718 | 2026-03-04T17:39:19.631Z | Checking progenitor v0.13.0 |
| 2719 | 2026-03-04T17:39:19.857Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2720 | 2026-03-04T17:39:20.035Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2721 | 2026-03-04T17:39:20.194Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2722 | 2026-03-04T17:39:20.217Z | Compiling cargo_toml v0.22.3 |
| 2723 | 2026-03-04T17:39:20.484Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2724 | 2026-03-04T17:39:21.120Z | Checking gethostname v0.5.0 |
| 2725 | 2026-03-04T17:39:21.147Z | Compiling tabled_derive v0.7.0 |
| 2726 | 2026-03-04T17:39:21.266Z | Checking bcs v0.1.6 |
| 2727 | 2026-03-04T17:39:21.289Z | Checking smawk v0.3.2 |
| 2728 | 2026-03-04T17:39:21.523Z | Checking linear-map v1.2.0 |
| 2729 | 2026-03-04T17:39:21.769Z | Checking unicode-linebreak v0.1.5 |
| 2730 | 2026-03-04T17:39:21.842Z | Checking termtree v0.5.1 |
| 2731 | 2026-03-04T17:39:21.866Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2732 | 2026-03-04T17:39:22.105Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2733 | 2026-03-04T17:39:22.227Z | Checking textwrap v0.16.2 |
| 2734 | 2026-03-04T17:39:22.647Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2735 | 2026-03-04T17:39:22.836Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2736 | 2026-03-04T17:39:23.215Z | Checking tabled v0.15.0 |
| 2737 | 2026-03-04T17:39:23.799Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2738 | 2026-03-04T17:39:24.820Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2739 | 2026-03-04T17:39:24.897Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2740 | 2026-03-04T17:39:25.169Z | Checking steno v0.4.1 |
| 2741 | 2026-03-04T17:39:25.195Z | Checking slog-stdlog v4.1.1 |
| 2742 | 2026-03-04T17:39:25.418Z | Checking tokio-tungstenite v0.21.0 |
| 2743 | 2026-03-04T17:39:26.007Z | Checking typeid v1.0.3 |
| 2744 | 2026-03-04T17:39:26.117Z | Checking humantime v2.3.0 |
| 2745 | 2026-03-04T17:39:26.181Z | Checking base64 v0.21.7 |
| 2746 | 2026-03-04T17:39:26.477Z | Checking ron v0.12.0 |
| 2747 | 2026-03-04T17:39:26.684Z | Checking xz2 v0.1.7 |
| 2748 | 2026-03-04T17:39:27.015Z | Checking slog-envlogger v2.2.0 |
| 2749 | 2026-03-04T17:39:27.285Z | Checking yasna v0.5.2 |
| 2750 | 2026-03-04T17:39:27.330Z | Checking headers-core v0.3.0 |
| 2751 | 2026-03-04T17:39:27.353Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2752 | 2026-03-04T17:39:27.494Z | Checking filetime v0.2.27 |
| 2753 | 2026-03-04T17:39:27.710Z | Checking xattr v1.6.1 |
| 2754 | 2026-03-04T17:39:27.931Z | Checking base16ct v1.0.0 |
| 2755 | 2026-03-04T17:39:27.959Z | Checking tar v0.4.44 |
| 2756 | 2026-03-04T17:39:28.111Z | Checking rcgen v0.12.1 |
| 2757 | 2026-03-04T17:39:28.150Z | Checking headers v0.4.1 |
| 2758 | 2026-03-04T17:39:28.155Z | Checking subprocess v0.2.15 |
| 2759 | 2026-03-04T17:39:29.046Z | Checking progenitor v0.10.0 |
| 2760 | 2026-03-04T17:39:29.209Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2761 | 2026-03-04T17:40:11.560Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2762 | 2026-03-04T17:40:11.560Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2763 | 2026-03-04T17:40:11.560Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2764 | 2026-03-04T17:40:11.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 2765 | 2026-03-04T17:40:11.560Z | |
| 2766 | 2026-03-04T17:40:11.560Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/264) |
| 2767 | 2026-03-04T17:40:11.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2768 | 2026-03-04T17:40:11.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2769 | 2026-03-04T17:40:11.560Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2770 | 2026-03-04T17:40:11.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s |
| 2771 | 2026-03-04T17:40:11.560Z | |
| 2772 | 2026-03-04T17:40:11.560Z | info: running `cargo check --bins` on nexus-config (53/264) |
| 2773 | 2026-03-04T17:40:11.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2774 | 2026-03-04T17:40:11.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2775 | 2026-03-04T17:40:11.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2776 | 2026-03-04T17:40:11.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2777 | 2026-03-04T17:40:11.560Z | |
| 2778 | 2026-03-04T17:40:11.560Z | info: running `cargo check --bins` on nexus-types (54/264) |
| 2779 | 2026-03-04T17:40:11.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2026-03-04T17:40:11.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2026-03-04T17:40:11.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2782 | 2026-03-04T17:40:11.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2783 | 2026-03-04T17:40:11.561Z | |
| 2784 | 2026-03-04T17:40:11.561Z | info: running `cargo check --bins` on clickhouse-admin-types (55/264) |
| 2785 | 2026-03-04T17:40:11.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2786 | 2026-03-04T17:40:11.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2787 | 2026-03-04T17:40:11.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2788 | 2026-03-04T17:40:11.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2789 | 2026-03-04T17:40:11.561Z | |
| 2790 | 2026-03-04T17:40:11.561Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (56/264) |
| 2791 | 2026-03-04T17:40:11.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2792 | 2026-03-04T17:40:11.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2793 | 2026-03-04T17:40:11.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2794 | 2026-03-04T17:40:11.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2795 | 2026-03-04T17:40:11.561Z | |
| 2796 | 2026-03-04T17:40:11.561Z | info: running `cargo check --bins` on cockroach-admin-types (57/264) |
| 2797 | 2026-03-04T17:40:11.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2798 | 2026-03-04T17:40:11.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2799 | 2026-03-04T17:40:11.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2800 | 2026-03-04T17:40:11.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2801 | 2026-03-04T17:40:11.561Z | |
| 2802 | 2026-03-04T17:40:11.561Z | info: running `cargo check --bins` on cockroach-admin-types-versions (58/264) |
| 2803 | 2026-03-04T17:40:11.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2026-03-04T17:40:11.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2026-03-04T17:40:11.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2806 | 2026-03-04T17:40:11.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2807 | 2026-03-04T17:40:11.561Z | |
| 2808 | 2026-03-04T17:40:11.561Z | info: running `cargo check --bins` on ereport-types (59/264) |
| 2809 | 2026-03-04T17:40:11.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2026-03-04T17:40:11.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2026-03-04T17:40:11.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2812 | 2026-03-04T17:40:11.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2813 | 2026-03-04T17:40:11.562Z | |
| 2814 | 2026-03-04T17:40:11.562Z | info: running `cargo check --bins` on gateway-client (60/264) |
| 2815 | 2026-03-04T17:40:11.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2026-03-04T17:40:11.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2026-03-04T17:40:11.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2818 | 2026-03-04T17:40:11.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2819 | 2026-03-04T17:40:11.562Z | |
| 2820 | 2026-03-04T17:40:11.562Z | info: running `cargo check --bins --no-default-features` on gateway-types (61/264) |
| 2821 | 2026-03-04T17:40:11.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-03-04T17:40:11.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-03-04T17:40:11.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2824 | 2026-03-04T17:40:11.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2825 | 2026-03-04T17:40:11.562Z | |
| 2826 | 2026-03-04T17:40:11.562Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/264) |
| 2827 | 2026-03-04T17:40:11.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-03-04T17:40:11.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-03-04T17:40:11.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2830 | 2026-03-04T17:40:11.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2831 | 2026-03-04T17:40:11.562Z | |
| 2832 | 2026-03-04T17:40:11.562Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (63/264) |
| 2833 | 2026-03-04T17:40:11.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-03-04T17:40:11.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-03-04T17:40:11.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2836 | 2026-03-04T17:40:11.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2837 | 2026-03-04T17:40:11.562Z | |
| 2838 | 2026-03-04T17:40:11.562Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/264) |
| 2839 | 2026-03-04T17:40:11.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-03-04T17:40:11.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-03-04T17:40:11.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2842 | 2026-03-04T17:40:11.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2843 | 2026-03-04T17:40:11.562Z | |
| 2844 | 2026-03-04T17:40:11.562Z | info: running `cargo check --bins` on internal-dns-types (65/264) |
| 2845 | 2026-03-04T17:40:11.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-03-04T17:40:11.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-03-04T17:40:11.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2848 | 2026-03-04T17:40:11.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2849 | 2026-03-04T17:40:11.563Z | |
| 2850 | 2026-03-04T17:40:11.563Z | info: running `cargo check --bins` on internal-dns-types-versions (66/264) |
| 2851 | 2026-03-04T17:40:11.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-03-04T17:40:11.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-03-04T17:40:11.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2854 | 2026-03-04T17:40:11.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2855 | 2026-03-04T17:40:11.563Z | |
| 2856 | 2026-03-04T17:40:11.563Z | info: running `cargo check --bins` on nexus-types-versions (67/264) |
| 2857 | 2026-03-04T17:40:11.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-03-04T17:40:11.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-03-04T17:40:11.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2860 | 2026-03-04T17:40:11.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2861 | 2026-03-04T17:40:11.716Z | |
| 2862 | 2026-03-04T17:40:11.716Z | info: running `cargo check --bins` on omicron-passwords (68/264) |
| 2863 | 2026-03-04T17:40:11.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-03-04T17:40:11.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-03-04T17:40:11.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2026-03-04T17:40:11.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2867 | 2026-03-04T17:40:11.716Z | |
| 2868 | 2026-03-04T17:40:11.716Z | info: running `cargo check --bins` on oxql-types (69/264) |
| 2869 | 2026-03-04T17:40:11.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-03-04T17:40:11.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-03-04T17:40:11.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2026-03-04T17:40:11.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2873 | 2026-03-04T17:40:11.716Z | |
| 2874 | 2026-03-04T17:40:11.717Z | info: running `cargo check --bins` on oximeter-types (70/264) |
| 2875 | 2026-03-04T17:40:11.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2026-03-04T17:40:11.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2026-03-04T17:40:11.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2878 | 2026-03-04T17:40:11.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2879 | 2026-03-04T17:40:11.717Z | |
| 2880 | 2026-03-04T17:40:11.717Z | info: running `cargo check --bins` on oximeter-types-versions (71/264) |
| 2881 | 2026-03-04T17:40:11.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2026-03-04T17:40:11.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2026-03-04T17:40:11.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2026-03-04T17:40:11.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2885 | 2026-03-04T17:40:11.717Z | |
| 2886 | 2026-03-04T17:40:11.717Z | info: running `cargo check --bins` on oximeter-macro-impl (72/264) |
| 2887 | 2026-03-04T17:40:11.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-03-04T17:40:11.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-03-04T17:40:11.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-03-04T17:40:11.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2891 | 2026-03-04T17:40:11.717Z | |
| 2892 | 2026-03-04T17:40:11.717Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (73/264) |
| 2893 | 2026-03-04T17:40:11.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-03-04T17:40:11.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-03-04T17:40:11.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-03-04T17:40:11.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2897 | 2026-03-04T17:40:11.845Z | |
| 2898 | 2026-03-04T17:40:11.845Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (74/264) |
| 2899 | 2026-03-04T17:40:12.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-03-04T17:40:12.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-03-04T17:40:12.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-03-04T17:40:12.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2903 | 2026-03-04T17:40:12.691Z | |
| 2904 | 2026-03-04T17:40:12.691Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (75/264) |
| 2905 | 2026-03-04T17:40:13.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-03-04T17:40:13.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-03-04T17:40:13.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-03-04T17:40:13.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2909 | 2026-03-04T17:40:13.553Z | |
| 2910 | 2026-03-04T17:40:13.554Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (76/264) |
| 2911 | 2026-03-04T17:40:14.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-03-04T17:40:14.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-03-04T17:40:14.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-03-04T17:40:14.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2915 | 2026-03-04T17:40:14.382Z | |
| 2916 | 2026-03-04T17:40:14.382Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (77/264) |
| 2917 | 2026-03-04T17:40:15.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-03-04T17:40:15.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-03-04T17:40:15.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-03-04T17:40:15.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2921 | 2026-03-04T17:40:15.206Z | |
| 2922 | 2026-03-04T17:40:15.206Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (78/264) |
| 2923 | 2026-03-04T17:40:15.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-03-04T17:40:15.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-03-04T17:40:15.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-03-04T17:40:15.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2927 | 2026-03-04T17:40:16.031Z | |
| 2928 | 2026-03-04T17:40:16.032Z | info: running `cargo check --bins --no-default-features` on gfss (79/264) |
| 2929 | 2026-03-04T17:40:16.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-03-04T17:40:16.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-03-04T17:40:16.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-03-04T17:40:16.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2933 | 2026-03-04T17:40:16.821Z | |
| 2934 | 2026-03-04T17:40:16.821Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (80/264) |
| 2935 | 2026-03-04T17:40:17.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-03-04T17:40:17.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-03-04T17:40:17.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2938 | 2026-03-04T17:40:17.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2939 | 2026-03-04T17:40:17.607Z | |
| 2940 | 2026-03-04T17:40:17.607Z | info: running `cargo check --bins --no-default-features` on oximeter-db (81/264) |
| 2941 | 2026-03-04T17:40:18.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2026-03-04T17:40:18.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2026-03-04T17:40:18.443Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2944 | 2026-03-04T17:40:19.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 2945 | 2026-03-04T17:40:19.336Z | |
| 2946 | 2026-03-04T17:40:19.336Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (82/264) |
| 2947 | 2026-03-04T17:40:20.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2948 | 2026-03-04T17:40:20.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2949 | 2026-03-04T17:40:20.192Z | Compiling ar_archive_writer v0.5.1 |
| 2950 | 2026-03-04T17:40:20.195Z | Compiling stacker v0.1.23 |
| 2951 | 2026-03-04T17:40:20.195Z | Compiling cfg_aliases v0.1.1 |
| 2952 | 2026-03-04T17:40:20.195Z | Compiling convert_case v0.10.0 |
| 2953 | 2026-03-04T17:40:20.340Z | Checking fd-lock v4.0.4 |
| 2954 | 2026-03-04T17:40:20.340Z | Checking nibble_vec v0.1.0 |
| 2955 | 2026-03-04T17:40:20.343Z | Checking vte v0.14.1 |
| 2956 | 2026-03-04T17:40:20.343Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2957 | 2026-03-04T17:40:20.420Z | Compiling nix v0.28.0 |
| 2958 | 2026-03-04T17:40:20.587Z | Checking endian-type v0.1.2 |
| 2959 | 2026-03-04T17:40:20.626Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2960 | 2026-03-04T17:40:20.645Z | Checking strip-ansi-escapes v0.2.1 |
| 2961 | 2026-03-04T17:40:20.775Z | Compiling peg-macros v0.8.5 |
| 2962 | 2026-03-04T17:40:20.795Z | Checking radix_trie v0.2.1 |
| 2963 | 2026-03-04T17:40:20.812Z | Checking winnow v0.6.26 |
| 2964 | 2026-03-04T17:40:20.914Z | Compiling derive_more-impl v2.1.1 |
| 2965 | 2026-03-04T17:40:21.147Z | Compiling sqlparser_derive v0.5.0 |
| 2966 | 2026-03-04T17:40:21.220Z | Checking unicode_categories v0.1.1 |
| 2967 | 2026-03-04T17:40:21.514Z | Checking home v0.5.12 |
| 2968 | 2026-03-04T17:40:21.602Z | Checking nu-ansi-term v0.50.3 |
| 2969 | 2026-03-04T17:40:21.709Z | Checking display-error-chain v0.2.2 |
| 2970 | 2026-03-04T17:40:22.039Z | Checking reedline v0.40.0 |
| 2971 | 2026-03-04T17:40:22.143Z | Compiling psm v0.1.30 |
| 2972 | 2026-03-04T17:40:22.633Z | Checking derive_more v2.1.1 |
| 2973 | 2026-03-04T17:40:22.755Z | Checking crossterm v0.29.0 |
| 2974 | 2026-03-04T17:40:23.261Z | Checking rustyline v14.0.0 |
| 2975 | 2026-03-04T17:40:23.332Z | Checking sqlformat v0.3.5 |
| 2976 | 2026-03-04T17:40:23.364Z | Checking peg v0.8.5 |
| 2977 | 2026-03-04T17:40:23.493Z | Checking recursive v0.1.1 |
| 2978 | 2026-03-04T17:40:23.656Z | Checking sqlparser v0.61.0 |
| 2979 | 2026-03-04T17:40:42.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.99s |
| 2980 | 2026-03-04T17:40:42.533Z | |
| 2981 | 2026-03-04T17:40:42.533Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (83/264) |
| 2982 | 2026-03-04T17:40:43.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2983 | 2026-03-04T17:40:43.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2984 | 2026-03-04T17:40:43.403Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2985 | 2026-03-04T17:40:48.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s |
| 2986 | 2026-03-04T17:40:48.917Z | |
| 2987 | 2026-03-04T17:40:48.917Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (84/264) |
| 2988 | 2026-03-04T17:40:49.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2989 | 2026-03-04T17:40:49.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2990 | 2026-03-04T17:40:49.783Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2991 | 2026-03-04T17:40:53.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
| 2992 | 2026-03-04T17:40:53.640Z | |
| 2993 | 2026-03-04T17:40:53.640Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (85/264) |
| 2994 | 2026-03-04T17:40:54.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2995 | 2026-03-04T17:40:54.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2996 | 2026-03-04T17:40:54.502Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2997 | 2026-03-04T17:40:59.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s |
| 2998 | 2026-03-04T17:40:59.684Z | |
| 2999 | 2026-03-04T17:40:59.684Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (86/264) |
| 3000 | 2026-03-04T17:41:00.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3001 | 2026-03-04T17:41:00.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3002 | 2026-03-04T17:41:00.551Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3003 | 2026-03-04T17:41:05.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s |
| 3004 | 2026-03-04T17:41:05.772Z | |
| 3005 | 2026-03-04T17:41:05.772Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (87/264) |
| 3006 | 2026-03-04T17:41:06.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3007 | 2026-03-04T17:41:06.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3008 | 2026-03-04T17:41:06.637Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3009 | 2026-03-04T17:41:10.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
| 3010 | 2026-03-04T17:41:10.672Z | |
| 3011 | 2026-03-04T17:41:10.672Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (88/264) |
| 3012 | 2026-03-04T17:41:11.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3013 | 2026-03-04T17:41:11.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3014 | 2026-03-04T17:41:11.529Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3015 | 2026-03-04T17:41:15.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
| 3016 | 2026-03-04T17:41:15.660Z | |
| 3017 | 2026-03-04T17:41:15.660Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (89/264) |
| 3018 | 2026-03-04T17:41:16.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3019 | 2026-03-04T17:41:16.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3020 | 2026-03-04T17:41:16.520Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3021 | 2026-03-04T17:41:21.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
| 3022 | 2026-03-04T17:41:21.954Z | |
| 3023 | 2026-03-04T17:41:21.954Z | info: running `cargo check --bins` on oximeter (90/264) |
| 3024 | 2026-03-04T17:41:22.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3025 | 2026-03-04T17:41:22.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3026 | 2026-03-04T17:41:22.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3027 | 2026-03-04T17:41:22.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3028 | 2026-03-04T17:41:22.763Z | |
| 3029 | 2026-03-04T17:41:22.763Z | info: running `cargo check --bins` on oximeter-schema (91/264) |
| 3030 | 2026-03-04T17:41:23.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3031 | 2026-03-04T17:41:23.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3032 | 2026-03-04T17:41:23.592Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3033 | 2026-03-04T17:41:23.776Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3034 | 2026-03-04T17:41:24.237Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3035 | 2026-03-04T17:41:30.189Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3036 | 2026-03-04T17:41:30.631Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3037 | 2026-03-04T17:41:32.444Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3038 | 2026-03-04T17:41:33.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.61s |
| 3039 | 2026-03-04T17:41:33.585Z | |
| 3040 | 2026-03-04T17:41:33.585Z | info: running `cargo check --bins` on oximeter-timeseries-macro (92/264) |
| 3041 | 2026-03-04T17:41:34.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-03-04T17:41:34.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-03-04T17:41:34.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-03-04T17:41:34.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3045 | 2026-03-04T17:41:34.402Z | |
| 3046 | 2026-03-04T17:41:34.402Z | info: running `cargo check --bins` on oximeter-test-utils (93/264) |
| 3047 | 2026-03-04T17:41:35.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-03-04T17:41:35.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-03-04T17:41:35.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2026-03-04T17:41:35.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3051 | 2026-03-04T17:41:35.276Z | |
| 3052 | 2026-03-04T17:41:35.276Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/264) |
| 3053 | 2026-03-04T17:41:36.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-03-04T17:41:36.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-03-04T17:41:36.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-03-04T17:41:36.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3057 | 2026-03-04T17:41:36.114Z | |
| 3058 | 2026-03-04T17:41:36.114Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/264) |
| 3059 | 2026-03-04T17:41:36.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-03-04T17:41:36.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-03-04T17:41:36.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-03-04T17:41:36.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3063 | 2026-03-04T17:41:36.947Z | |
| 3064 | 2026-03-04T17:41:36.947Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/264) |
| 3065 | 2026-03-04T17:41:37.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-03-04T17:41:37.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-03-04T17:41:37.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-03-04T17:41:37.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3069 | 2026-03-04T17:41:37.780Z | |
| 3070 | 2026-03-04T17:41:37.780Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/264) |
| 3071 | 2026-03-04T17:41:38.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-03-04T17:41:38.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-03-04T17:41:38.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-03-04T17:41:38.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3075 | 2026-03-04T17:41:38.617Z | |
| 3076 | 2026-03-04T17:41:38.617Z | info: running `cargo check --bins` on trust-quorum-types (98/264) |
| 3077 | 2026-03-04T17:41:39.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-03-04T17:41:39.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-03-04T17:41:39.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-03-04T17:41:39.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3081 | 2026-03-04T17:41:39.444Z | |
| 3082 | 2026-03-04T17:41:39.444Z | info: running `cargo check --bins` on trust-quorum-test-utils (99/264) |
| 3083 | 2026-03-04T17:41:40.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-03-04T17:41:40.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-03-04T17:41:40.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-03-04T17:41:40.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3087 | 2026-03-04T17:41:40.285Z | |
| 3088 | 2026-03-04T17:41:40.285Z | info: running `cargo check --bins` on update-engine (100/264) |
| 3089 | 2026-03-04T17:41:40.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-03-04T17:41:40.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-03-04T17:41:40.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-03-04T17:41:40.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3093 | 2026-03-04T17:41:41.077Z | |
| 3094 | 2026-03-04T17:41:41.078Z | info: running `cargo check --bins` on omicron-certificates (101/264) |
| 3095 | 2026-03-04T17:41:41.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-03-04T17:41:41.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-03-04T17:41:41.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-03-04T17:41:41.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3099 | 2026-03-04T17:41:41.883Z | |
| 3100 | 2026-03-04T17:41:41.883Z | info: running `cargo check --bins` on omicron-clickhouse-admin (102/264) |
| 3101 | 2026-03-04T17:41:42.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-03-04T17:41:42.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-03-04T17:41:42.763Z | Checking dropshot-api-manager-types v0.5.2 |
| 3104 | 2026-03-04T17:41:42.763Z | Checking nanorand v0.7.0 |
| 3105 | 2026-03-04T17:41:43.063Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3106 | 2026-03-04T17:41:43.110Z | Checking flume v0.11.1 |
| 3107 | 2026-03-04T17:41:43.423Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3108 | 2026-03-04T17:41:45.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s |
| 3109 | 2026-03-04T17:41:45.746Z | |
| 3110 | 2026-03-04T17:41:45.746Z | info: running `cargo check --bins` on clickhouse-admin-api (103/264) |
| 3111 | 2026-03-04T17:41:45.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2026-03-04T17:41:45.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2026-03-04T17:41:45.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3114 | 2026-03-04T17:41:45.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3115 | 2026-03-04T17:41:45.758Z | |
| 3116 | 2026-03-04T17:41:45.758Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (104/264) |
| 3117 | 2026-03-04T17:41:46.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2026-03-04T17:41:46.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2026-03-04T17:41:46.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3120 | 2026-03-04T17:41:46.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3121 | 2026-03-04T17:41:46.570Z | |
| 3122 | 2026-03-04T17:41:46.570Z | info: running `cargo check --bins` on bootstrap-agent-client (105/264) |
| 3123 | 2026-03-04T17:41:47.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2026-03-04T17:41:47.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2026-03-04T17:41:47.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2026-03-04T17:41:47.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3127 | 2026-03-04T17:41:47.397Z | |
| 3128 | 2026-03-04T17:41:47.397Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/264) |
| 3129 | 2026-03-04T17:41:48.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2026-03-04T17:41:48.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2026-03-04T17:41:48.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3132 | 2026-03-04T17:41:48.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3133 | 2026-03-04T17:41:48.247Z | |
| 3134 | 2026-03-04T17:41:48.247Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/264) |
| 3135 | 2026-03-04T17:41:48.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2026-03-04T17:41:48.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2026-03-04T17:41:48.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3138 | 2026-03-04T17:41:48.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3139 | 2026-03-04T17:41:49.047Z | |
| 3140 | 2026-03-04T17:41:49.047Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/264) |
| 3141 | 2026-03-04T17:41:49.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3142 | 2026-03-04T17:41:49.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3143 | 2026-03-04T17:41:49.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3144 | 2026-03-04T17:41:49.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3145 | 2026-03-04T17:41:49.860Z | |
| 3146 | 2026-03-04T17:41:49.860Z | info: running `cargo check --bins` on clickhouse-admin-single-client (109/264) |
| 3147 | 2026-03-04T17:41:50.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3148 | 2026-03-04T17:41:50.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3149 | 2026-03-04T17:41:50.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3150 | 2026-03-04T17:41:50.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3151 | 2026-03-04T17:41:50.673Z | |
| 3152 | 2026-03-04T17:41:50.673Z | info: running `cargo check --bins` on cockroach-admin-client (110/264) |
| 3153 | 2026-03-04T17:41:51.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3154 | 2026-03-04T17:41:51.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3155 | 2026-03-04T17:41:51.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3156 | 2026-03-04T17:41:51.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3157 | 2026-03-04T17:41:51.465Z | |
| 3158 | 2026-03-04T17:41:51.465Z | info: running `cargo check --bins` on omicron-ddm-admin-client (111/264) |
| 3159 | 2026-03-04T17:41:52.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2026-03-04T17:41:52.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2026-03-04T17:41:52.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2026-03-04T17:41:52.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3163 | 2026-03-04T17:41:52.290Z | |
| 3164 | 2026-03-04T17:41:52.290Z | info: running `cargo check --bins` on dns-service-client (112/264) |
| 3165 | 2026-03-04T17:41:53.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2026-03-04T17:41:53.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2026-03-04T17:41:53.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2026-03-04T17:41:53.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3169 | 2026-03-04T17:41:53.104Z | |
| 3170 | 2026-03-04T17:41:53.104Z | info: running `cargo check --bins` on installinator-client (113/264) |
| 3171 | 2026-03-04T17:41:53.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2026-03-04T17:41:53.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2026-03-04T17:41:53.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2026-03-04T17:41:53.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3175 | 2026-03-04T17:41:53.924Z | |
| 3176 | 2026-03-04T17:41:53.924Z | info: running `cargo check --bins` on nexus-client (114/264) |
| 3177 | 2026-03-04T17:41:54.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2026-03-04T17:41:54.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2026-03-04T17:41:54.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3180 | 2026-03-04T17:41:54.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3181 | 2026-03-04T17:41:54.790Z | |
| 3182 | 2026-03-04T17:41:54.790Z | info: running `cargo check --bins` on nexus-lockstep-client (115/264) |
| 3183 | 2026-03-04T17:41:55.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3184 | 2026-03-04T17:41:55.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3185 | 2026-03-04T17:41:55.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3186 | 2026-03-04T17:41:55.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3187 | 2026-03-04T17:41:55.653Z | |
| 3188 | 2026-03-04T17:41:55.653Z | info: running `cargo check --bins` on ntp-admin-client (116/264) |
| 3189 | 2026-03-04T17:41:56.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3190 | 2026-03-04T17:41:56.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3191 | 2026-03-04T17:41:56.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3192 | 2026-03-04T17:41:56.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3193 | 2026-03-04T17:41:56.444Z | |
| 3194 | 2026-03-04T17:41:56.444Z | info: running `cargo check --bins` on oxide-client (117/264) |
| 3195 | 2026-03-04T17:41:57.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3196 | 2026-03-04T17:41:57.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3197 | 2026-03-04T17:41:57.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3198 | 2026-03-04T17:41:57.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3199 | 2026-03-04T17:41:57.241Z | |
| 3200 | 2026-03-04T17:41:57.241Z | info: running `cargo check --bins` on oximeter-client (118/264) |
| 3201 | 2026-03-04T17:41:57.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2026-03-04T17:41:57.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2026-03-04T17:41:57.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2026-03-04T17:41:57.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3205 | 2026-03-04T17:41:58.050Z | |
| 3206 | 2026-03-04T17:41:58.050Z | info: running `cargo check --bins` on repo-depot-client (119/264) |
| 3207 | 2026-03-04T17:41:58.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2026-03-04T17:41:58.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2026-03-04T17:41:58.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2026-03-04T17:41:58.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3211 | 2026-03-04T17:41:58.846Z | |
| 3212 | 2026-03-04T17:41:58.846Z | info: running `cargo check --bins` on sled-agent-client (120/264) |
| 3213 | 2026-03-04T17:41:59.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2026-03-04T17:41:59.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2026-03-04T17:41:59.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2026-03-04T17:41:59.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3217 | 2026-03-04T17:41:59.685Z | |
| 3218 | 2026-03-04T17:41:59.685Z | info: running `cargo check --bins` on wicketd-client (121/264) |
| 3219 | 2026-03-04T17:42:00.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2026-03-04T17:42:00.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2026-03-04T17:42:00.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3222 | 2026-03-04T17:42:00.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3223 | 2026-03-04T17:42:00.540Z | |
| 3224 | 2026-03-04T17:42:00.540Z | info: running `cargo check --bins` on installinator-common (122/264) |
| 3225 | 2026-03-04T17:42:01.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2026-03-04T17:42:01.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2026-03-04T17:42:01.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3228 | 2026-03-04T17:42:01.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3229 | 2026-03-04T17:42:01.368Z | |
| 3230 | 2026-03-04T17:42:01.368Z | info: running `cargo check --bins` on installinator-common-versions (123/264) |
| 3231 | 2026-03-04T17:42:02.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3232 | 2026-03-04T17:42:02.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3233 | 2026-03-04T17:42:02.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3234 | 2026-03-04T17:42:02.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3235 | 2026-03-04T17:42:02.167Z | |
| 3236 | 2026-03-04T17:42:02.167Z | info: running `cargo check --bins` on wicket-common (124/264) |
| 3237 | 2026-03-04T17:42:02.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3238 | 2026-03-04T17:42:02.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3239 | 2026-03-04T17:42:02.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3240 | 2026-03-04T17:42:02.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3241 | 2026-03-04T17:42:03.012Z | |
| 3242 | 2026-03-04T17:42:03.012Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/264) |
| 3243 | 2026-03-04T17:42:03.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3244 | 2026-03-04T17:42:03.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3245 | 2026-03-04T17:42:03.901Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3246 | 2026-03-04T17:42:03.901Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3247 | 2026-03-04T17:42:03.905Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3248 | 2026-03-04T17:42:03.905Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3249 | 2026-03-04T17:42:04.030Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3250 | 2026-03-04T17:42:04.217Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3251 | 2026-03-04T17:42:04.273Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3252 | 2026-03-04T17:42:04.629Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3253 | 2026-03-04T17:42:04.637Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3254 | 2026-03-04T17:42:07.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
| 3255 | 2026-03-04T17:42:07.922Z | |
| 3256 | 2026-03-04T17:42:07.922Z | info: running `cargo check --bins` on cockroach-admin-api (126/264) |
| 3257 | 2026-03-04T17:42:08.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3258 | 2026-03-04T17:42:08.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3259 | 2026-03-04T17:42:08.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3260 | 2026-03-04T17:42:08.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3261 | 2026-03-04T17:42:08.742Z | |
| 3262 | 2026-03-04T17:42:08.742Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (127/264) |
| 3263 | 2026-03-04T17:42:09.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3264 | 2026-03-04T17:42:09.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3265 | 2026-03-04T17:42:09.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3266 | 2026-03-04T17:42:09.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3267 | 2026-03-04T17:42:09.676Z | |
| 3268 | 2026-03-04T17:42:09.676Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/264) |
| 3269 | 2026-03-04T17:42:10.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3270 | 2026-03-04T17:42:10.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3271 | 2026-03-04T17:42:10.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3272 | 2026-03-04T17:42:10.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3273 | 2026-03-04T17:42:10.605Z | |
| 3274 | 2026-03-04T17:42:10.605Z | info: running `cargo check --bins` on dns-server (129/264) |
| 3275 | 2026-03-04T17:42:11.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3276 | 2026-03-04T17:42:11.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3277 | 2026-03-04T17:42:11.455Z | Compiling parking_lot_core v0.8.6 |
| 3278 | 2026-03-04T17:42:11.455Z | Compiling atomicwrites v0.4.4 |
| 3279 | 2026-03-04T17:42:11.459Z | Compiling git-stub v1.0.0 |
| 3280 | 2026-03-04T17:42:11.459Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3281 | 2026-03-04T17:42:11.460Z | Checking tagptr v0.2.0 |
| 3282 | 2026-03-04T17:42:11.593Z | Checking prefix-trie v0.7.0 |
| 3283 | 2026-03-04T17:42:11.603Z | Checking fxhash v0.2.1 |
| 3284 | 2026-03-04T17:42:11.637Z | Checking hickory-client v0.25.2 |
| 3285 | 2026-03-04T17:42:11.821Z | Compiling git-stub-vcs v0.1.0 |
| 3286 | 2026-03-04T17:42:11.882Z | Checking moka v0.12.13 |
| 3287 | 2026-03-04T17:42:12.200Z | Checking hickory-server v0.25.2 |
| 3288 | 2026-03-04T17:42:12.331Z | Checking parking_lot v0.11.2 |
| 3289 | 2026-03-04T17:42:12.334Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3290 | 2026-03-04T17:42:12.430Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3291 | 2026-03-04T17:42:12.434Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3292 | 2026-03-04T17:42:12.434Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3293 | 2026-03-04T17:42:12.655Z | Checking sled v0.34.7 |
| 3294 | 2026-03-04T17:42:13.103Z | Checking hickory-resolver v0.25.2 |
| 3295 | 2026-03-04T17:42:15.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s |
| 3296 | 2026-03-04T17:42:16.058Z | |
| 3297 | 2026-03-04T17:42:16.058Z | info: running `cargo check --bins` on dns-server-api (130/264) |
| 3298 | 2026-03-04T17:42:16.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2026-03-04T17:42:16.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2026-03-04T17:42:16.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2026-03-04T17:42:16.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3302 | 2026-03-04T17:42:16.869Z | |
| 3303 | 2026-03-04T17:42:16.869Z | info: running `cargo check --bins` on gateway-test-utils (131/264) |
| 3304 | 2026-03-04T17:42:17.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2026-03-04T17:42:17.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2026-03-04T17:42:17.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3307 | 2026-03-04T17:42:17.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3308 | 2026-03-04T17:42:17.756Z | |
| 3309 | 2026-03-04T17:42:17.756Z | info: running `cargo check --bins` on omicron-gateway (132/264) |
| 3310 | 2026-03-04T17:42:18.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2026-03-04T17:42:18.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2026-03-04T17:42:18.702Z | Compiling radium v0.7.0 |
| 3313 | 2026-03-04T17:42:18.705Z | Checking tap v1.0.1 |
| 3314 | 2026-03-04T17:42:18.705Z | Compiling maybe-uninit v2.0.0 |
| 3315 | 2026-03-04T17:42:18.854Z | Compiling zerocopy-derive v0.6.6 |
| 3316 | 2026-03-04T17:42:18.857Z | Compiling packed_struct v0.10.1 |
| 3317 | 2026-03-04T17:42:18.865Z | Checking funty v2.0.0 |
| 3318 | 2026-03-04T17:42:18.868Z | Checking crc-catalog v2.4.0 |
| 3319 | 2026-03-04T17:42:18.872Z | Compiling packed_struct_codegen v0.10.1 |
| 3320 | 2026-03-04T17:42:18.975Z | Checking wyz v0.5.1 |
| 3321 | 2026-03-04T17:42:19.077Z | Checking crc v3.4.0 |
| 3322 | 2026-03-04T17:42:19.382Z | Compiling bitfield-macros v0.19.4 |
| 3323 | 2026-03-04T17:42:19.419Z | Compiling indexmap v1.9.3 |
| 3324 | 2026-03-04T17:42:19.447Z | Checking nodrop v0.1.14 |
| 3325 | 2026-03-04T17:42:19.468Z | Checking smallvec v0.6.14 |
| 3326 | 2026-03-04T17:42:19.582Z | Checking array-init v0.0.4 |
| 3327 | 2026-03-04T17:42:19.670Z | Checking hashbrown v0.12.3 |
| 3328 | 2026-03-04T17:42:19.774Z | Checking bitvec v1.0.1 |
| 3329 | 2026-03-04T17:42:19.804Z | Checking ron v0.8.1 |
| 3330 | 2026-03-04T17:42:19.855Z | Checking hashbrown v0.13.2 |
| 3331 | 2026-03-04T17:42:20.471Z | Checking serde-hex v0.1.0 |
| 3332 | 2026-03-04T17:42:20.661Z | Checking zerocopy v0.6.6 |
| 3333 | 2026-03-04T17:42:20.797Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3334 | 2026-03-04T17:42:20.914Z | Checking bitfield v0.19.4 |
| 3335 | 2026-03-04T17:42:20.940Z | Checking crc-any v2.5.0 |
| 3336 | 2026-03-04T17:42:21.163Z | Checking path-slash v0.1.5 |
| 3337 | 2026-03-04T17:42:21.276Z | Checking object v0.30.4 |
| 3338 | 2026-03-04T17:42:21.366Z | Checking half v1.8.3 |
| 3339 | 2026-03-04T17:42:21.375Z | Checking void v1.0.2 |
| 3340 | 2026-03-04T17:42:21.375Z | Checking tungstenite v0.23.0 |
| 3341 | 2026-03-04T17:42:21.375Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3342 | 2026-03-04T17:42:21.471Z | Checking lzss v0.8.2 |
| 3343 | 2026-03-04T17:42:21.578Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3344 | 2026-03-04T17:42:21.618Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3345 | 2026-03-04T17:42:21.692Z | Checking serde_cbor v0.11.2 |
| 3346 | 2026-03-04T17:42:21.825Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3347 | 2026-03-04T17:42:21.909Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3348 | 2026-03-04T17:42:22.083Z | Checking nix v0.27.1 |
| 3349 | 2026-03-04T17:42:22.167Z | Checking kstat-rs v0.2.4 |
| 3350 | 2026-03-04T17:42:22.565Z | Checking serde_bytes v0.11.19 |
| 3351 | 2026-03-04T17:42:22.570Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3352 | 2026-03-04T17:42:22.576Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3353 | 2026-03-04T17:42:22.839Z | Checking tokio-tungstenite v0.23.1 |
| 3354 | 2026-03-04T17:42:23.138Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3355 | 2026-03-04T17:42:23.306Z | Checking signal-hook-tokio v0.3.1 |
| 3356 | 2026-03-04T17:42:24.929Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3357 | 2026-03-04T17:42:25.146Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3358 | 2026-03-04T17:42:31.613Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3359 | 2026-03-04T17:42:31.769Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3360 | 2026-03-04T17:42:31.857Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3361 | 2026-03-04T17:42:32.925Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3362 | 2026-03-04T17:42:36.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.23s |
| 3363 | 2026-03-04T17:42:36.217Z | |
| 3364 | 2026-03-04T17:42:36.217Z | info: running `cargo check --bins` on gateway-api (133/264) |
| 3365 | 2026-03-04T17:42:36.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-03-04T17:42:36.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-03-04T17:42:36.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-03-04T17:42:36.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3369 | 2026-03-04T17:42:37.027Z | |
| 3370 | 2026-03-04T17:42:37.027Z | info: running `cargo check --bins` on ipcc (134/264) |
| 3371 | 2026-03-04T17:42:37.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-03-04T17:42:37.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-03-04T17:42:37.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-03-04T17:42:37.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3375 | 2026-03-04T17:42:37.843Z | |
| 3376 | 2026-03-04T17:42:37.843Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/264) |
| 3377 | 2026-03-04T17:42:38.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-03-04T17:42:38.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-03-04T17:42:38.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-03-04T17:42:38.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3381 | 2026-03-04T17:42:38.637Z | |
| 3382 | 2026-03-04T17:42:38.637Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/264) |
| 3383 | 2026-03-04T17:42:39.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-03-04T17:42:39.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-03-04T17:42:39.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-03-04T17:42:39.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3387 | 2026-03-04T17:42:39.461Z | |
| 3388 | 2026-03-04T17:42:39.461Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/264) |
| 3389 | 2026-03-04T17:42:40.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-03-04T17:42:40.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-03-04T17:42:40.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-03-04T17:42:40.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3393 | 2026-03-04T17:42:40.286Z | |
| 3394 | 2026-03-04T17:42:40.286Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/264) |
| 3395 | 2026-03-04T17:42:41.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-03-04T17:42:41.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-03-04T17:42:41.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-03-04T17:42:41.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3399 | 2026-03-04T17:42:41.102Z | |
| 3400 | 2026-03-04T17:42:41.102Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/264) |
| 3401 | 2026-03-04T17:42:41.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-03-04T17:42:41.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-03-04T17:42:41.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-03-04T17:42:41.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3405 | 2026-03-04T17:42:41.922Z | |
| 3406 | 2026-03-04T17:42:41.923Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/264) |
| 3407 | 2026-03-04T17:42:42.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-03-04T17:42:42.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-03-04T17:42:42.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-03-04T17:42:42.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3411 | 2026-03-04T17:42:42.740Z | |
| 3412 | 2026-03-04T17:42:42.740Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/264) |
| 3413 | 2026-03-04T17:42:43.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-03-04T17:42:43.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-03-04T17:42:43.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-03-04T17:42:43.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3417 | 2026-03-04T17:42:43.563Z | |
| 3418 | 2026-03-04T17:42:43.563Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/264) |
| 3419 | 2026-03-04T17:42:44.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-03-04T17:42:44.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-03-04T17:42:44.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-03-04T17:42:44.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3423 | 2026-03-04T17:42:44.373Z | |
| 3424 | 2026-03-04T17:42:44.373Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/264) |
| 3425 | 2026-03-04T17:42:45.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-03-04T17:42:45.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-03-04T17:42:45.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-03-04T17:42:45.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3429 | 2026-03-04T17:42:45.195Z | |
| 3430 | 2026-03-04T17:42:45.195Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/264) |
| 3431 | 2026-03-04T17:42:45.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-03-04T17:42:45.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-03-04T17:42:45.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-03-04T17:42:45.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3435 | 2026-03-04T17:42:46.018Z | |
| 3436 | 2026-03-04T17:42:46.018Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/264) |
| 3437 | 2026-03-04T17:42:46.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-03-04T17:42:46.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-03-04T17:42:46.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-03-04T17:42:46.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3441 | 2026-03-04T17:42:46.840Z | |
| 3442 | 2026-03-04T17:42:46.840Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/264) |
| 3443 | 2026-03-04T17:42:47.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-03-04T17:42:47.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-03-04T17:42:47.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-03-04T17:42:47.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3447 | 2026-03-04T17:42:47.665Z | |
| 3448 | 2026-03-04T17:42:47.665Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/264) |
| 3449 | 2026-03-04T17:42:48.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-03-04T17:42:48.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-03-04T17:42:48.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-03-04T17:42:48.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3453 | 2026-03-04T17:42:48.484Z | |
| 3454 | 2026-03-04T17:42:48.484Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/264) |
| 3455 | 2026-03-04T17:42:49.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-03-04T17:42:49.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-03-04T17:42:49.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-03-04T17:42:49.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3459 | 2026-03-04T17:42:49.309Z | |
| 3460 | 2026-03-04T17:42:49.309Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/264) |
| 3461 | 2026-03-04T17:42:50.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-03-04T17:42:50.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-03-04T17:42:50.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-03-04T17:42:50.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3465 | 2026-03-04T17:42:50.123Z | |
| 3466 | 2026-03-04T17:42:50.123Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/264) |
| 3467 | 2026-03-04T17:42:50.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-03-04T17:42:50.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-03-04T17:42:50.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-03-04T17:42:50.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3471 | 2026-03-04T17:42:50.944Z | |
| 3472 | 2026-03-04T17:42:50.944Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/264) |
| 3473 | 2026-03-04T17:42:51.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-03-04T17:42:51.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-03-04T17:42:51.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-03-04T17:42:51.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3477 | 2026-03-04T17:42:51.753Z | |
| 3478 | 2026-03-04T17:42:51.753Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/264) |
| 3479 | 2026-03-04T17:42:52.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-03-04T17:42:52.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-03-04T17:42:52.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-03-04T17:42:52.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3483 | 2026-03-04T17:42:52.579Z | |
| 3484 | 2026-03-04T17:42:52.579Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/264) |
| 3485 | 2026-03-04T17:42:53.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-03-04T17:42:53.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-03-04T17:42:53.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-03-04T17:42:53.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3489 | 2026-03-04T17:42:53.408Z | |
| 3490 | 2026-03-04T17:42:53.408Z | info: running `cargo check --bins` on oximeter-producer (154/264) |
| 3491 | 2026-03-04T17:42:54.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-03-04T17:42:54.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-03-04T17:42:54.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-03-04T17:42:54.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3495 | 2026-03-04T17:42:54.321Z | |
| 3496 | 2026-03-04T17:42:54.321Z | info: running `cargo check --bins` on internal-dns-resolver (155/264) |
| 3497 | 2026-03-04T17:42:55.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-03-04T17:42:55.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-03-04T17:42:55.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-03-04T17:42:55.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3501 | 2026-03-04T17:42:55.112Z | |
| 3502 | 2026-03-04T17:42:55.113Z | info: running `cargo check --bins` on sp-sim (156/264) |
| 3503 | 2026-03-04T17:42:55.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-03-04T17:42:55.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-03-04T17:42:56.042Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3506 | 2026-03-04T17:42:58.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
| 3507 | 2026-03-04T17:42:58.858Z | |
| 3508 | 2026-03-04T17:42:58.858Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (157/264) |
| 3509 | 2026-03-04T17:42:59.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-03-04T17:42:59.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-03-04T17:42:59.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-03-04T17:42:59.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3513 | 2026-03-04T17:42:59.767Z | |
| 3514 | 2026-03-04T17:42:59.767Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (158/264) |
| 3515 | 2026-03-04T17:43:00.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-03-04T17:43:00.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-03-04T17:43:00.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-03-04T17:43:00.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3519 | 2026-03-04T17:43:00.672Z | |
| 3520 | 2026-03-04T17:43:00.672Z | info: running `cargo check --bins` on db-macros (159/264) |
| 3521 | 2026-03-04T17:43:01.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-03-04T17:43:01.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-03-04T17:43:01.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-03-04T17:43:01.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3525 | 2026-03-04T17:43:01.479Z | |
| 3526 | 2026-03-04T17:43:01.479Z | info: running `cargo check --bins` on nexus-macros-common (160/264) |
| 3527 | 2026-03-04T17:43:02.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-03-04T17:43:02.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-03-04T17:43:02.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-03-04T17:43:02.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3531 | 2026-03-04T17:43:02.275Z | |
| 3532 | 2026-03-04T17:43:02.275Z | info: running `cargo check --bins` on nexus-auth (161/264) |
| 3533 | 2026-03-04T17:43:03.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-03-04T17:43:03.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-03-04T17:43:03.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-03-04T17:43:03.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3537 | 2026-03-04T17:43:03.165Z | |
| 3538 | 2026-03-04T17:43:03.165Z | info: running `cargo check --bins` on authz-macros (162/264) |
| 3539 | 2026-03-04T17:43:03.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-03-04T17:43:03.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-03-04T17:43:03.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-03-04T17:43:03.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3543 | 2026-03-04T17:43:03.963Z | |
| 3544 | 2026-03-04T17:43:03.963Z | info: running `cargo check --bins` on nexus-db-fixed-data (163/264) |
| 3545 | 2026-03-04T17:43:04.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-03-04T17:43:04.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-03-04T17:43:04.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-03-04T17:43:04.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3549 | 2026-03-04T17:43:04.834Z | |
| 3550 | 2026-03-04T17:43:04.834Z | info: running `cargo check --bins` on nexus-db-model (164/264) |
| 3551 | 2026-03-04T17:43:05.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-03-04T17:43:05.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-03-04T17:43:05.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-03-04T17:43:05.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3555 | 2026-03-04T17:43:05.711Z | |
| 3556 | 2026-03-04T17:43:05.711Z | info: running `cargo check --bins` on nexus-db-schema (165/264) |
| 3557 | 2026-03-04T17:43:06.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-03-04T17:43:06.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-03-04T17:43:06.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-03-04T17:43:06.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3561 | 2026-03-04T17:43:06.508Z | |
| 3562 | 2026-03-04T17:43:06.508Z | info: running `cargo check --bins` on omicron-rpaths (166/264) |
| 3563 | 2026-03-04T17:43:07.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-03-04T17:43:07.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-03-04T17:43:07.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3566 | 2026-03-04T17:43:07.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3567 | 2026-03-04T17:43:07.295Z | |
| 3568 | 2026-03-04T17:43:07.295Z | info: running `cargo check --bins` on nexus-defaults (167/264) |
| 3569 | 2026-03-04T17:43:08.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3570 | 2026-03-04T17:43:08.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3571 | 2026-03-04T17:43:08.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3572 | 2026-03-04T17:43:08.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3573 | 2026-03-04T17:43:08.106Z | |
| 3574 | 2026-03-04T17:43:08.106Z | info: running `cargo check --bins` on omicron-cockroach-metrics (168/264) |
| 3575 | 2026-03-04T17:43:08.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3576 | 2026-03-04T17:43:08.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3577 | 2026-03-04T17:43:08.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3578 | 2026-03-04T17:43:08.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3579 | 2026-03-04T17:43:08.905Z | |
| 3580 | 2026-03-04T17:43:08.906Z | info: running `cargo check --bins` on parallel-task-set (169/264) |
| 3581 | 2026-03-04T17:43:09.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3582 | 2026-03-04T17:43:09.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3583 | 2026-03-04T17:43:09.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3584 | 2026-03-04T17:43:09.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3585 | 2026-03-04T17:43:09.694Z | |
| 3586 | 2026-03-04T17:43:09.694Z | info: running `cargo check --bins` on nexus-db-errors (170/264) |
| 3587 | 2026-03-04T17:43:10.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3588 | 2026-03-04T17:43:10.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3589 | 2026-03-04T17:43:10.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3590 | 2026-03-04T17:43:10.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3591 | 2026-03-04T17:43:10.580Z | |
| 3592 | 2026-03-04T17:43:10.580Z | info: running `cargo check --bins` on nexus-db-lookup (171/264) |
| 3593 | 2026-03-04T17:43:11.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3594 | 2026-03-04T17:43:11.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3595 | 2026-03-04T17:43:11.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3596 | 2026-03-04T17:43:11.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3597 | 2026-03-04T17:43:11.469Z | |
| 3598 | 2026-03-04T17:43:11.469Z | info: running `cargo check --bins` on nexus-inventory (172/264) |
| 3599 | 2026-03-04T17:43:12.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2026-03-04T17:43:12.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2026-03-04T17:43:12.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3602 | 2026-03-04T17:43:12.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3603 | 2026-03-04T17:43:12.342Z | |
| 3604 | 2026-03-04T17:43:12.342Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (173/264) |
| 3605 | 2026-03-04T17:43:13.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2026-03-04T17:43:13.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2026-03-04T17:43:13.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3608 | 2026-03-04T17:43:13.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3609 | 2026-03-04T17:43:13.176Z | |
| 3610 | 2026-03-04T17:43:13.176Z | info: running `cargo check --bins --no-default-features` on sled-storage (174/264) |
| 3611 | 2026-03-04T17:43:13.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2026-03-04T17:43:13.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2026-03-04T17:43:13.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3614 | 2026-03-04T17:43:13.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3615 | 2026-03-04T17:43:14.012Z | |
| 3616 | 2026-03-04T17:43:14.012Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (175/264) |
| 3617 | 2026-03-04T17:43:14.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2026-03-04T17:43:14.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2026-03-04T17:43:14.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3620 | 2026-03-04T17:43:14.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3621 | 2026-03-04T17:43:14.837Z | |
| 3622 | 2026-03-04T17:43:14.837Z | info: running `cargo check --bins` on key-manager (176/264) |
| 3623 | 2026-03-04T17:43:15.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2026-03-04T17:43:15.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2026-03-04T17:43:15.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2026-03-04T17:43:15.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3627 | 2026-03-04T17:43:15.662Z | |
| 3628 | 2026-03-04T17:43:15.662Z | info: running `cargo check --bins --no-default-features` on sled-hardware (177/264) |
| 3629 | 2026-03-04T17:43:16.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-03-04T17:43:16.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-03-04T17:43:16.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-03-04T17:43:16.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3633 | 2026-03-04T17:43:16.496Z | |
| 3634 | 2026-03-04T17:43:16.496Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (178/264) |
| 3635 | 2026-03-04T17:43:17.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-03-04T17:43:17.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-03-04T17:43:17.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-03-04T17:43:17.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3639 | 2026-03-04T17:43:17.328Z | |
| 3640 | 2026-03-04T17:43:17.328Z | info: running `cargo check --bins` on typed-rng (179/264) |
| 3641 | 2026-03-04T17:43:18.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-03-04T17:43:18.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-03-04T17:43:18.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-03-04T17:43:18.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3645 | 2026-03-04T17:43:18.134Z | |
| 3646 | 2026-03-04T17:43:18.134Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (180/264) |
| 3647 | 2026-03-04T17:43:18.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-03-04T17:43:18.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-03-04T17:43:19.242Z | Compiling libefi-sys v0.1.0 |
| 3650 | 2026-03-04T17:43:19.246Z | Compiling bitfield-struct v0.6.2 |
| 3651 | 2026-03-04T17:43:19.246Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3652 | 2026-03-04T17:43:19.411Z | Compiling xshell-macros v0.2.7 |
| 3653 | 2026-03-04T17:43:19.414Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3654 | 2026-03-04T17:43:19.449Z | Compiling salty v0.3.0 |
| 3655 | 2026-03-04T17:43:19.470Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3656 | 2026-03-04T17:43:19.491Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3657 | 2026-03-04T17:43:19.512Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3658 | 2026-03-04T17:43:19.961Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3659 | 2026-03-04T17:43:20.099Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3660 | 2026-03-04T17:43:20.102Z | Checking xshell v0.2.7 |
| 3661 | 2026-03-04T17:43:20.237Z | Checking primeorder v0.13.6 |
| 3662 | 2026-03-04T17:43:20.368Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3663 | 2026-03-04T17:43:20.395Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3664 | 2026-03-04T17:43:20.449Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3665 | 2026-03-04T17:43:20.474Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3666 | 2026-03-04T17:43:20.646Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3667 | 2026-03-04T17:43:20.703Z | Checking p384 v0.13.1 |
| 3668 | 2026-03-04T17:43:20.819Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3669 | 2026-03-04T17:43:20.842Z | Compiling nix v0.31.1 |
| 3670 | 2026-03-04T17:43:21.149Z | Compiling proc-macro-error2 v2.0.1 |
| 3671 | 2026-03-04T17:43:21.202Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3672 | 2026-03-04T17:43:21.409Z | Compiling num-derive v0.3.3 |
| 3673 | 2026-03-04T17:43:21.584Z | Compiling unicase v2.9.0 |
| 3674 | 2026-03-04T17:43:21.664Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3675 | 2026-03-04T17:43:21.721Z | Compiling tabled_derive v0.11.0 |
| 3676 | 2026-03-04T17:43:21.746Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3677 | 2026-03-04T17:43:21.863Z | Checking papergrid v0.17.0 |
| 3678 | 2026-03-04T17:43:21.952Z | Compiling mime_guess v2.0.5 |
| 3679 | 2026-03-04T17:43:22.450Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3680 | 2026-03-04T17:43:23.083Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3681 | 2026-03-04T17:43:23.328Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3682 | 2026-03-04T17:43:23.452Z | Checking libscf-sys v1.1.0 |
| 3683 | 2026-03-04T17:43:23.549Z | Checking testing_table v0.3.0 |
| 3684 | 2026-03-04T17:43:23.598Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3685 | 2026-03-04T17:43:23.681Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3686 | 2026-03-04T17:43:23.730Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3687 | 2026-03-04T17:43:23.756Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3688 | 2026-03-04T17:43:24.110Z | Checking corncobs v0.1.4 |
| 3689 | 2026-03-04T17:43:24.114Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3690 | 2026-03-04T17:43:24.316Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3691 | 2026-03-04T17:43:24.340Z | Checking tabled v0.20.0 |
| 3692 | 2026-03-04T17:43:24.606Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3693 | 2026-03-04T17:43:24.632Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3694 | 2026-03-04T17:43:24.705Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3695 | 2026-03-04T17:43:24.808Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3696 | 2026-03-04T17:43:24.984Z | Checking secrecy v0.8.0 |
| 3697 | 2026-03-04T17:43:25.340Z | Checking http-range v0.1.5 |
| 3698 | 2026-03-04T17:43:25.368Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3699 | 2026-03-04T17:43:26.244Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3700 | 2026-03-04T17:43:26.325Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3701 | 2026-03-04T17:43:26.662Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3702 | 2026-03-04T17:43:26.700Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3703 | 2026-03-04T17:43:26.724Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3704 | 2026-03-04T17:43:26.783Z | Checking atty v0.2.14 |
| 3705 | 2026-03-04T17:43:26.846Z | Checking crc8 v0.1.1 |
| 3706 | 2026-03-04T17:43:26.942Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3707 | 2026-03-04T17:43:27.003Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3708 | 2026-03-04T17:43:27.006Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3709 | 2026-03-04T17:43:27.244Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3710 | 2026-03-04T17:43:27.484Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3711 | 2026-03-04T17:43:27.646Z | Checking hyper-staticfile v0.10.1 |
| 3712 | 2026-03-04T17:43:27.978Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3713 | 2026-03-04T17:43:28.029Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3714 | 2026-03-04T17:43:28.170Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3715 | 2026-03-04T17:43:28.643Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3716 | 2026-03-04T17:43:28.777Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3717 | 2026-03-04T17:43:28.804Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3718 | 2026-03-04T17:43:28.891Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3719 | 2026-03-04T17:43:29.019Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3720 | 2026-03-04T17:43:29.193Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3721 | 2026-03-04T17:43:29.631Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3722 | 2026-03-04T17:43:29.693Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3723 | 2026-03-04T17:43:29.869Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3724 | 2026-03-04T17:43:30.180Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3725 | 2026-03-04T17:43:31.900Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3726 | 2026-03-04T17:43:31.925Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3727 | 2026-03-04T17:43:32.192Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3728 | 2026-03-04T17:43:32.580Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3729 | 2026-03-04T17:43:33.129Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3730 | 2026-03-04T17:43:33.504Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3731 | 2026-03-04T17:43:41.707Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3732 | 2026-03-04T17:43:59.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.31s |
| 3733 | 2026-03-04T17:43:59.687Z | |
| 3734 | 2026-03-04T17:43:59.687Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (181/264) |
| 3735 | 2026-03-04T17:44:00.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3736 | 2026-03-04T17:44:00.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3737 | 2026-03-04T17:44:00.679Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3738 | 2026-03-04T17:44:18.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.66s |
| 3739 | 2026-03-04T17:44:18.586Z | |
| 3740 | 2026-03-04T17:44:18.587Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (182/264) |
| 3741 | 2026-03-04T17:44:19.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3742 | 2026-03-04T17:44:19.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3743 | 2026-03-04T17:44:19.591Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3744 | 2026-03-04T17:44:37.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.82s |
| 3745 | 2026-03-04T17:44:37.647Z | |
| 3746 | 2026-03-04T17:44:37.647Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (183/264) |
| 3747 | 2026-03-04T17:44:38.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3748 | 2026-03-04T17:44:38.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3749 | 2026-03-04T17:44:38.646Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3750 | 2026-03-04T17:44:56.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.01s |
| 3751 | 2026-03-04T17:44:56.899Z | |
| 3752 | 2026-03-04T17:44:56.899Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (184/264) |
| 3753 | 2026-03-04T17:44:57.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3754 | 2026-03-04T17:44:57.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3755 | 2026-03-04T17:44:57.890Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3756 | 2026-03-04T17:45:15.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s |
| 3757 | 2026-03-04T17:45:15.995Z | |
| 3758 | 2026-03-04T17:45:15.995Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (185/264) |
| 3759 | 2026-03-04T17:45:16.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3760 | 2026-03-04T17:45:16.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3761 | 2026-03-04T17:45:16.988Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3762 | 2026-03-04T17:45:34.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.89s |
| 3763 | 2026-03-04T17:45:35.124Z | |
| 3764 | 2026-03-04T17:45:35.124Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (186/264) |
| 3765 | 2026-03-04T17:45:35.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3766 | 2026-03-04T17:45:35.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3767 | 2026-03-04T17:45:36.112Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3768 | 2026-03-04T17:45:54.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.94s |
| 3769 | 2026-03-04T17:45:54.309Z | |
| 3770 | 2026-03-04T17:45:54.310Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (187/264) |
| 3771 | 2026-03-04T17:45:55.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3772 | 2026-03-04T17:45:55.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3773 | 2026-03-04T17:45:55.300Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3774 | 2026-03-04T17:46:13.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.88s |
| 3775 | 2026-03-04T17:46:13.435Z | |
| 3776 | 2026-03-04T17:46:13.435Z | info: running `cargo check --bins` on bootstrap-agent-api (188/264) |
| 3777 | 2026-03-04T17:46:14.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3778 | 2026-03-04T17:46:14.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3779 | 2026-03-04T17:46:14.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3780 | 2026-03-04T17:46:14.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3781 | 2026-03-04T17:46:14.291Z | |
| 3782 | 2026-03-04T17:46:14.291Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (189/264) |
| 3783 | 2026-03-04T17:46:15.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3784 | 2026-03-04T17:46:15.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3785 | 2026-03-04T17:46:15.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3786 | 2026-03-04T17:46:15.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3787 | 2026-03-04T17:46:15.129Z | |
| 3788 | 2026-03-04T17:46:15.129Z | info: running `cargo check --bins` on range-requests (190/264) |
| 3789 | 2026-03-04T17:46:15.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3790 | 2026-03-04T17:46:15.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3791 | 2026-03-04T17:46:15.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3792 | 2026-03-04T17:46:15.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3793 | 2026-03-04T17:46:15.934Z | |
| 3794 | 2026-03-04T17:46:15.934Z | info: running `cargo check --bins` on repo-depot-api (191/264) |
| 3795 | 2026-03-04T17:46:16.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3796 | 2026-03-04T17:46:16.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3797 | 2026-03-04T17:46:16.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3798 | 2026-03-04T17:46:16.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3799 | 2026-03-04T17:46:16.741Z | |
| 3800 | 2026-03-04T17:46:16.741Z | info: running `cargo check --bins` on sled-agent-api (192/264) |
| 3801 | 2026-03-04T17:46:17.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3802 | 2026-03-04T17:46:17.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3803 | 2026-03-04T17:46:17.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3804 | 2026-03-04T17:46:17.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3805 | 2026-03-04T17:46:17.585Z | |
| 3806 | 2026-03-04T17:46:17.585Z | info: running `cargo check --bins` on sled-diagnostics (193/264) |
| 3807 | 2026-03-04T17:46:18.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3808 | 2026-03-04T17:46:18.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3809 | 2026-03-04T17:46:18.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3810 | 2026-03-04T17:46:18.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3811 | 2026-03-04T17:46:18.414Z | |
| 3812 | 2026-03-04T17:46:18.414Z | info: running `cargo check --bins` on zfs-test-harness (194/264) |
| 3813 | 2026-03-04T17:46:19.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3814 | 2026-03-04T17:46:19.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3815 | 2026-03-04T17:46:19.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3816 | 2026-03-04T17:46:19.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3817 | 2026-03-04T17:46:19.240Z | |
| 3818 | 2026-03-04T17:46:19.241Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (195/264) |
| 3819 | 2026-03-04T17:46:19.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3820 | 2026-03-04T17:46:19.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3821 | 2026-03-04T17:46:19.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3822 | 2026-03-04T17:46:19.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3823 | 2026-03-04T17:46:20.081Z | |
| 3824 | 2026-03-04T17:46:20.082Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (196/264) |
| 3825 | 2026-03-04T17:46:20.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3826 | 2026-03-04T17:46:20.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3827 | 2026-03-04T17:46:20.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3828 | 2026-03-04T17:46:20.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3829 | 2026-03-04T17:46:20.928Z | |
| 3830 | 2026-03-04T17:46:20.928Z | info: running `cargo check --bins` on sled-agent-health-monitor (197/264) |
| 3831 | 2026-03-04T17:46:21.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3832 | 2026-03-04T17:46:21.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3833 | 2026-03-04T17:46:21.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3834 | 2026-03-04T17:46:21.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3835 | 2026-03-04T17:46:21.762Z | |
| 3836 | 2026-03-04T17:46:21.762Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (198/264) |
| 3837 | 2026-03-04T17:46:22.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3838 | 2026-03-04T17:46:22.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3839 | 2026-03-04T17:46:22.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3840 | 2026-03-04T17:46:22.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3841 | 2026-03-04T17:46:22.606Z | |
| 3842 | 2026-03-04T17:46:22.606Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (199/264) |
| 3843 | 2026-03-04T17:46:23.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3844 | 2026-03-04T17:46:23.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3845 | 2026-03-04T17:46:23.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3846 | 2026-03-04T17:46:23.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3847 | 2026-03-04T17:46:23.455Z | |
| 3848 | 2026-03-04T17:46:23.455Z | info: running `cargo check --bins` on sled-agent-resolvable-files (200/264) |
| 3849 | 2026-03-04T17:46:24.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3850 | 2026-03-04T17:46:24.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3851 | 2026-03-04T17:46:24.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3852 | 2026-03-04T17:46:24.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3853 | 2026-03-04T17:46:24.303Z | |
| 3854 | 2026-03-04T17:46:24.303Z | info: running `cargo check --bins` on trust-quorum (201/264) |
| 3855 | 2026-03-04T17:46:25.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3856 | 2026-03-04T17:46:25.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3857 | 2026-03-04T17:46:25.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3858 | 2026-03-04T17:46:25.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3859 | 2026-03-04T17:46:25.162Z | |
| 3860 | 2026-03-04T17:46:25.163Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (202/264) |
| 3861 | 2026-03-04T17:46:25.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3862 | 2026-03-04T17:46:25.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3863 | 2026-03-04T17:46:25.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3864 | 2026-03-04T17:46:25.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3865 | 2026-03-04T17:46:26.037Z | |
| 3866 | 2026-03-04T17:46:26.037Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (203/264) |
| 3867 | 2026-03-04T17:46:26.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3868 | 2026-03-04T17:46:26.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3869 | 2026-03-04T17:46:26.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3870 | 2026-03-04T17:46:26.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3871 | 2026-03-04T17:46:26.938Z | |
| 3872 | 2026-03-04T17:46:26.938Z | info: running `cargo check --bins` on update-common (204/264) |
| 3873 | 2026-03-04T17:46:27.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3874 | 2026-03-04T17:46:27.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3875 | 2026-03-04T17:46:27.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3876 | 2026-03-04T17:46:27.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3877 | 2026-03-04T17:46:27.773Z | |
| 3878 | 2026-03-04T17:46:27.773Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (205/264) |
| 3879 | 2026-03-04T17:46:28.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2026-03-04T17:46:28.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2026-03-04T17:46:28.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3882 | 2026-03-04T17:46:28.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3883 | 2026-03-04T17:46:28.674Z | |
| 3884 | 2026-03-04T17:46:28.674Z | info: running `cargo check --bins` on reconfigurator-cli (206/264) |
| 3885 | 2026-03-04T17:46:29.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2026-03-04T17:46:29.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2026-03-04T17:46:29.660Z | Compiling fs-err v2.11.0 |
| 3888 | 2026-03-04T17:46:29.664Z | Checking ignore v0.4.25 |
| 3889 | 2026-03-04T17:46:29.664Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3890 | 2026-03-04T17:46:29.664Z | Checking predicates-tree v1.0.13 |
| 3891 | 2026-03-04T17:46:29.791Z | Checking parse-size v1.1.0 |
| 3892 | 2026-03-04T17:46:29.838Z | Checking rand_seeder v0.4.0 |
| 3893 | 2026-03-04T17:46:29.842Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3894 | 2026-03-04T17:46:29.874Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3895 | 2026-03-04T17:46:29.948Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3896 | 2026-03-04T17:46:30.001Z | Compiling petname v2.0.2 |
| 3897 | 2026-03-04T17:46:30.076Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3898 | 2026-03-04T17:46:30.327Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3899 | 2026-03-04T17:46:30.441Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3900 | 2026-03-04T17:46:30.569Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3901 | 2026-03-04T17:46:30.588Z | Checking globwalk v0.9.1 |
| 3902 | 2026-03-04T17:46:30.727Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3903 | 2026-03-04T17:46:30.907Z | Checking camino-tempfile-ext v0.3.3 |
| 3904 | 2026-03-04T17:46:30.931Z | Checking sapling-renderdag v0.1.0 |
| 3905 | 2026-03-04T17:46:31.079Z | Checking sync-ptr v0.1.4 |
| 3906 | 2026-03-04T17:46:31.276Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3907 | 2026-03-04T17:46:31.299Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3908 | 2026-03-04T17:46:31.406Z | Checking colored v2.2.0 |
| 3909 | 2026-03-04T17:46:31.430Z | Checking assert_matches v1.5.0 |
| 3910 | 2026-03-04T17:46:31.929Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3911 | 2026-03-04T17:46:32.044Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3912 | 2026-03-04T17:46:32.044Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3913 | 2026-03-04T17:46:32.875Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3914 | 2026-03-04T17:46:34.876Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3915 | 2026-03-04T17:46:38.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.48s |
| 3916 | 2026-03-04T17:46:38.385Z | |
| 3917 | 2026-03-04T17:46:38.385Z | info: running `cargo check --bins` on omicron-repl-utils (207/264) |
| 3918 | 2026-03-04T17:46:39.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3919 | 2026-03-04T17:46:39.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3920 | 2026-03-04T17:46:39.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3921 | 2026-03-04T17:46:39.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3922 | 2026-03-04T17:46:39.193Z | |
| 3923 | 2026-03-04T17:46:39.193Z | info: running `cargo check --bins` on nexus-test-interface (208/264) |
| 3924 | 2026-03-04T17:46:39.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3925 | 2026-03-04T17:46:39.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3926 | 2026-03-04T17:46:39.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3927 | 2026-03-04T17:46:39.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3928 | 2026-03-04T17:46:40.086Z | |
| 3929 | 2026-03-04T17:46:40.086Z | info: running `cargo check --bins` on oximeter-collector (209/264) |
| 3930 | 2026-03-04T17:46:40.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3931 | 2026-03-04T17:46:40.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3932 | 2026-03-04T17:46:41.004Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3933 | 2026-03-04T17:46:41.004Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3934 | 2026-03-04T17:46:41.896Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3935 | 2026-03-04T17:46:44.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
| 3936 | 2026-03-04T17:46:44.310Z | |
| 3937 | 2026-03-04T17:46:44.310Z | info: running `cargo check --bins` on oximeter-api (210/264) |
| 3938 | 2026-03-04T17:46:45.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-03-04T17:46:45.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-03-04T17:46:45.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-03-04T17:46:45.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3942 | 2026-03-04T17:46:45.121Z | |
| 3943 | 2026-03-04T17:46:45.121Z | info: running `cargo check --bins` on cert-dev (211/264) |
| 3944 | 2026-03-04T17:46:45.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-03-04T17:46:45.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-03-04T17:46:45.906Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3947 | 2026-03-04T17:46:46.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3948 | 2026-03-04T17:46:46.425Z | |
| 3949 | 2026-03-04T17:46:46.425Z | info: running `cargo check --bins` on clickana (212/264) |
| 3950 | 2026-03-04T17:46:47.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-03-04T17:46:47.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-03-04T17:46:47.261Z | Compiling darling_core v0.23.0 |
| 3953 | 2026-03-04T17:46:47.264Z | Compiling instability v0.3.11 |
| 3954 | 2026-03-04T17:46:47.264Z | Checking castaway v0.2.4 |
| 3955 | 2026-03-04T17:46:47.264Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3956 | 2026-03-04T17:46:47.264Z | Compiling indoc v2.0.7 |
| 3957 | 2026-03-04T17:46:47.264Z | Checking unicode-truncate v1.1.0 |
| 3958 | 2026-03-04T17:46:47.379Z | Checking lru v0.12.5 |
| 3959 | 2026-03-04T17:46:47.382Z | Checking cassowary v0.3.0 |
| 3960 | 2026-03-04T17:46:47.565Z | Checking compact_str v0.8.1 |
| 3961 | 2026-03-04T17:46:49.050Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3962 | 2026-03-04T17:46:49.279Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3963 | 2026-03-04T17:46:50.106Z | Compiling darling_macro v0.23.0 |
| 3964 | 2026-03-04T17:46:50.670Z | Compiling darling v0.23.0 |
| 3965 | 2026-03-04T17:46:51.525Z | Checking ratatui v0.29.0 |
| 3966 | 2026-03-04T17:46:53.335Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3967 | 2026-03-04T17:46:54.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s |
| 3968 | 2026-03-04T17:46:54.412Z | |
| 3969 | 2026-03-04T17:46:54.412Z | info: running `cargo check --bins` on clickhouse-cluster-dev (213/264) |
| 3970 | 2026-03-04T17:46:55.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3971 | 2026-03-04T17:46:55.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3972 | 2026-03-04T17:46:55.335Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3973 | 2026-03-04T17:46:55.335Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3974 | 2026-03-04T17:46:56.092Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3975 | 2026-03-04T17:46:56.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
| 3976 | 2026-03-04T17:46:56.849Z | |
| 3977 | 2026-03-04T17:46:56.849Z | info: running `cargo check --bins` on ch-dev (214/264) |
| 3978 | 2026-03-04T17:46:57.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3979 | 2026-03-04T17:46:57.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3980 | 2026-03-04T17:46:57.772Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3981 | 2026-03-04T17:46:58.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 3982 | 2026-03-04T17:46:58.958Z | |
| 3983 | 2026-03-04T17:46:58.958Z | info: running `cargo check --bins` on dev-tools-common (215/264) |
| 3984 | 2026-03-04T17:46:59.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3985 | 2026-03-04T17:46:59.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3986 | 2026-03-04T17:46:59.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3987 | 2026-03-04T17:46:59.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3988 | 2026-03-04T17:46:59.582Z | |
| 3989 | 2026-03-04T17:46:59.582Z | info: running `cargo check --bins` on crdb-seed (216/264) |
| 3990 | 2026-03-04T17:47:00.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3991 | 2026-03-04T17:47:00.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3992 | 2026-03-04T17:47:00.497Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3993 | 2026-03-04T17:47:01.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 3994 | 2026-03-04T17:47:01.279Z | |
| 3995 | 2026-03-04T17:47:01.279Z | info: running `cargo check --bins` on db-dev (217/264) |
| 3996 | 2026-03-04T17:47:02.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3997 | 2026-03-04T17:47:02.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3998 | 2026-03-04T17:47:02.219Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3999 | 2026-03-04T17:47:03.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
| 4000 | 2026-03-04T17:47:03.434Z | |
| 4001 | 2026-03-04T17:47:03.434Z | info: running `cargo check --bins` on omicron-dev-lib (218/264) |
| 4002 | 2026-03-04T17:47:04.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4003 | 2026-03-04T17:47:04.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4004 | 2026-03-04T17:47:04.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4005 | 2026-03-04T17:47:04.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 4006 | 2026-03-04T17:47:04.320Z | |
| 4007 | 2026-03-04T17:47:04.320Z | info: running `cargo check --bins` on xtask-downloader (219/264) |
| 4008 | 2026-03-04T17:47:05.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4009 | 2026-03-04T17:47:05.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4010 | 2026-03-04T17:47:05.118Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4011 | 2026-03-04T17:47:06.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 4012 | 2026-03-04T17:47:06.223Z | |
| 4013 | 2026-03-04T17:47:06.223Z | info: running `cargo check --bins` on omicron-dropshot-apis (220/264) |
| 4014 | 2026-03-04T17:47:07.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4015 | 2026-03-04T17:47:07.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4016 | 2026-03-04T17:47:07.195Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4017 | 2026-03-04T17:47:07.195Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4018 | 2026-03-04T17:47:07.195Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 4019 | 2026-03-04T17:47:07.199Z | Checking git-stub v1.0.0 |
| 4020 | 2026-03-04T17:47:07.199Z | Compiling trait-variant v0.1.2 |
| 4021 | 2026-03-04T17:47:07.346Z | Checking maplit v1.0.2 |
| 4022 | 2026-03-04T17:47:07.360Z | Checking is_ci v1.2.0 |
| 4023 | 2026-03-04T17:47:07.374Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4024 | 2026-03-04T17:47:07.521Z | Checking supports-color v3.0.2 |
| 4025 | 2026-03-04T17:47:07.549Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4026 | 2026-03-04T17:47:07.599Z | Checking git-stub-vcs v0.1.0 |
| 4027 | 2026-03-04T17:47:07.717Z | Checking drift v0.1.3 |
| 4028 | 2026-03-04T17:47:07.736Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4029 | 2026-03-04T17:47:07.842Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4030 | 2026-03-04T17:47:07.972Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4031 | 2026-03-04T17:47:08.137Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4032 | 2026-03-04T17:47:08.230Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4033 | 2026-03-04T17:47:08.319Z | Checking dropshot-api-manager v0.5.2 |
| 4034 | 2026-03-04T17:47:08.362Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 4035 | 2026-03-04T17:47:08.573Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4036 | 2026-03-04T17:47:08.951Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4037 | 2026-03-04T17:47:09.273Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 4038 | 2026-03-04T17:47:09.911Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4039 | 2026-03-04T17:47:17.645Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4040 | 2026-03-04T17:47:19.233Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4041 | 2026-03-04T17:47:20.075Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4042 | 2026-03-04T17:47:20.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s |
| 4043 | 2026-03-04T17:47:20.858Z | |
| 4044 | 2026-03-04T17:47:20.858Z | info: running `cargo check --bins` on installinator-api (221/264) |
| 4045 | 2026-03-04T17:47:21.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4046 | 2026-03-04T17:47:21.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4047 | 2026-03-04T17:47:21.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4048 | 2026-03-04T17:47:21.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4049 | 2026-03-04T17:47:21.687Z | |
| 4050 | 2026-03-04T17:47:21.687Z | info: running `cargo check --bins` on nexus-external-api (222/264) |
| 4051 | 2026-03-04T17:47:22.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4052 | 2026-03-04T17:47:22.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4053 | 2026-03-04T17:47:22.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4054 | 2026-03-04T17:47:22.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 4055 | 2026-03-04T17:47:22.568Z | |
| 4056 | 2026-03-04T17:47:22.568Z | info: running `cargo check --bins` on nexus-internal-api (223/264) |
| 4057 | 2026-03-04T17:47:23.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4058 | 2026-03-04T17:47:23.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4059 | 2026-03-04T17:47:23.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4060 | 2026-03-04T17:47:23.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 4061 | 2026-03-04T17:47:23.453Z | |
| 4062 | 2026-03-04T17:47:23.453Z | info: running `cargo check --bins` on nexus-lockstep-api (224/264) |
| 4063 | 2026-03-04T17:47:24.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4064 | 2026-03-04T17:47:24.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4065 | 2026-03-04T17:47:24.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4066 | 2026-03-04T17:47:24.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 4067 | 2026-03-04T17:47:24.341Z | |
| 4068 | 2026-03-04T17:47:24.341Z | info: running `cargo check --bins` on ntp-admin-api (225/264) |
| 4069 | 2026-03-04T17:47:25.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4070 | 2026-03-04T17:47:25.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4071 | 2026-03-04T17:47:25.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4072 | 2026-03-04T17:47:25.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4073 | 2026-03-04T17:47:25.479Z | |
| 4074 | 2026-03-04T17:47:25.479Z | info: running `cargo check --bins` on ntp-admin-types-versions (226/264) |
| 4075 | 2026-03-04T17:47:25.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4076 | 2026-03-04T17:47:25.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4077 | 2026-03-04T17:47:25.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4078 | 2026-03-04T17:47:25.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4079 | 2026-03-04T17:47:25.955Z | |
| 4080 | 2026-03-04T17:47:25.956Z | info: running `cargo check --bins` on wicketd-api (227/264) |
| 4081 | 2026-03-04T17:47:26.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2026-03-04T17:47:26.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2026-03-04T17:47:26.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4084 | 2026-03-04T17:47:26.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4085 | 2026-03-04T17:47:26.806Z | |
| 4086 | 2026-03-04T17:47:26.806Z | info: running `cargo check --bins` on omicron-ls-apis (228/264) |
| 4087 | 2026-03-04T17:47:27.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2026-03-04T17:47:27.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2026-03-04T17:47:27.597Z | Checking erased-serde v0.4.9 |
| 4090 | 2026-03-04T17:47:27.601Z | Checking ordered-float v2.10.1 |
| 4091 | 2026-03-04T17:47:27.724Z | Checking unicode-xid v0.2.6 |
| 4092 | 2026-03-04T17:47:27.737Z | Checking cargo-platform v0.2.0 |
| 4093 | 2026-03-04T17:47:28.052Z | Checking serde-value v0.7.0 |
| 4094 | 2026-03-04T17:47:28.294Z | Checking serde-untagged v0.1.9 |
| 4095 | 2026-03-04T17:47:28.520Z | Checking cargo-util-schemas v0.8.2 |
| 4096 | 2026-03-04T17:47:29.691Z | Checking cargo_metadata v0.21.0 |
| 4097 | 2026-03-04T17:47:30.706Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4098 | 2026-03-04T17:47:31.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s |
| 4099 | 2026-03-04T17:47:31.935Z | |
| 4100 | 2026-03-04T17:47:31.935Z | info: running `cargo check --bins` on mgs-dev (229/264) |
| 4101 | 2026-03-04T17:47:32.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4102 | 2026-03-04T17:47:32.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4103 | 2026-03-04T17:47:32.879Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4104 | 2026-03-04T17:47:33.682Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4105 | 2026-03-04T17:47:34.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
| 4106 | 2026-03-04T17:47:34.562Z | |
| 4107 | 2026-03-04T17:47:34.562Z | info: running `cargo check --bins` on omicron-omdb (230/264) |
| 4108 | 2026-03-04T17:47:35.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-03-04T17:47:35.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-03-04T17:47:35.703Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4111 | 2026-03-04T17:47:35.703Z | Compiling vergen-gitcl v1.0.8 |
| 4112 | 2026-03-04T17:47:35.706Z | Compiling dirs-sys-next v0.1.2 |
| 4113 | 2026-03-04T17:47:35.706Z | Compiling glob v0.3.3 |
| 4114 | 2026-03-04T17:47:35.707Z | Compiling crunchy v0.2.4 |
| 4115 | 2026-03-04T17:47:35.707Z | Compiling dsl_auto_type v0.1.3 |
| 4116 | 2026-03-04T17:47:35.707Z | Checking scheduled-thread-pool v0.2.7 |
| 4117 | 2026-03-04T17:47:35.844Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 4118 | 2026-03-04T17:47:36.192Z | Compiling dirs-next v2.0.0 |
| 4119 | 2026-03-04T17:47:36.222Z | Compiling tiny-keccak v2.0.2 |
| 4120 | 2026-03-04T17:47:36.306Z | Checking r2d2 v0.8.10 |
| 4121 | 2026-03-04T17:47:36.416Z | Compiling term v0.7.0 |
| 4122 | 2026-03-04T17:47:36.526Z | Compiling bit-vec v0.6.3 |
| 4123 | 2026-03-04T17:47:36.626Z | Compiling clang-sys v1.8.1 |
| 4124 | 2026-03-04T17:47:36.629Z | Compiling itertools v0.10.5 |
| 4125 | 2026-03-04T17:47:36.945Z | Compiling bit-set v0.5.3 |
| 4126 | 2026-03-04T17:47:37.223Z | Compiling ascii-canvas v3.0.0 |
| 4127 | 2026-03-04T17:47:37.277Z | Compiling diesel_derives v2.2.7 |
| 4128 | 2026-03-04T17:47:37.356Z | Compiling ena v0.14.4 |
| 4129 | 2026-03-04T17:47:37.495Z | Compiling libloading v0.8.9 |
| 4130 | 2026-03-04T17:47:37.518Z | Compiling diff v0.1.13 |
| 4131 | 2026-03-04T17:47:37.643Z | Compiling bindgen v0.71.1 |
| 4132 | 2026-03-04T17:47:37.693Z | Compiling regex-syntax v0.6.29 |
| 4133 | 2026-03-04T17:47:37.875Z | Compiling cexpr v0.6.0 |
| 4134 | 2026-03-04T17:47:38.012Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4135 | 2026-03-04T17:47:38.355Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4136 | 2026-03-04T17:47:38.641Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4137 | 2026-03-04T17:47:38.669Z | Compiling libxml v0.3.3 |
| 4138 | 2026-03-04T17:47:39.107Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4139 | 2026-03-04T17:47:39.184Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4140 | 2026-03-04T17:47:39.370Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4141 | 2026-03-04T17:47:39.644Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4142 | 2026-03-04T17:47:39.680Z | Compiling strum_macros v0.24.3 |
| 4143 | 2026-03-04T17:47:39.710Z | Compiling indoc v1.0.9 |
| 4144 | 2026-03-04T17:47:40.587Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4145 | 2026-03-04T17:47:40.939Z | Compiling lalrpop v0.19.12 |
| 4146 | 2026-03-04T17:47:42.142Z | Checking derive_builder v0.20.2 |
| 4147 | 2026-03-04T17:47:42.335Z | Compiling oso-derive v0.27.3 |
| 4148 | 2026-03-04T17:47:42.744Z | Checking quick-xml v0.37.5 |
| 4149 | 2026-03-04T17:47:42.802Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4150 | 2026-03-04T17:47:43.297Z | Checking openssl-probe v0.1.6 |
| 4151 | 2026-03-04T17:47:43.521Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4152 | 2026-03-04T17:47:44.855Z | Compiling diesel-dtrace v0.4.2 |
| 4153 | 2026-03-04T17:47:45.164Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4154 | 2026-03-04T17:47:45.306Z | Checking bb8 v0.8.6 |
| 4155 | 2026-03-04T17:47:45.552Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4156 | 2026-03-04T17:47:45.858Z | Checking nonempty v0.12.0 |
| 4157 | 2026-03-04T17:47:45.947Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4158 | 2026-03-04T17:47:46.150Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4159 | 2026-03-04T17:47:46.336Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4160 | 2026-03-04T17:47:46.543Z | Checking support-bundle-viewer v0.1.2 |
| 4161 | 2026-03-04T17:47:46.623Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4162 | 2026-03-04T17:47:46.956Z | Checking multimap v0.10.1 |
| 4163 | 2026-03-04T17:47:48.244Z | Checking diesel v2.2.12 |
| 4164 | 2026-03-04T17:47:51.309Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4165 | 2026-03-04T17:47:53.978Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4166 | 2026-03-04T17:47:54.303Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4167 | 2026-03-04T17:47:54.409Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4168 | 2026-03-04T17:48:38.127Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4169 | 2026-03-04T17:48:38.174Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4170 | 2026-03-04T17:48:38.238Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4171 | 2026-03-04T17:48:38.238Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4172 | 2026-03-04T17:48:38.238Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4173 | 2026-03-04T17:48:38.238Z | Compiling samael v0.0.19 |
| 4174 | 2026-03-04T17:48:38.238Z | Checking async-bb8-diesel v0.2.1 |
| 4175 | 2026-03-04T17:48:38.238Z | Compiling polar-core v0.27.3 |
| 4176 | 2026-03-04T17:48:38.238Z | Checking oso v0.27.3 |
| 4177 | 2026-03-04T17:49:16.743Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4178 | 2026-03-04T17:50:08.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
| 4179 | 2026-03-04T17:50:08.389Z | |
| 4180 | 2026-03-04T17:50:08.389Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (231/264) |
| 4181 | 2026-03-04T17:50:09.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4182 | 2026-03-04T17:50:09.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4183 | 2026-03-04T17:50:09.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4184 | 2026-03-04T17:50:09.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 4185 | 2026-03-04T17:50:09.296Z | |
| 4186 | 2026-03-04T17:50:09.296Z | info: running `cargo check --bins` on nexus-saga-recovery (232/264) |
| 4187 | 2026-03-04T17:50:10.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4188 | 2026-03-04T17:50:10.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4189 | 2026-03-04T17:50:10.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4190 | 2026-03-04T17:50:10.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 4191 | 2026-03-04T17:50:10.199Z | |
| 4192 | 2026-03-04T17:50:10.199Z | info: running `cargo check --bins` on nexus-test-utils-macros (233/264) |
| 4193 | 2026-03-04T17:50:10.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4194 | 2026-03-04T17:50:10.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4195 | 2026-03-04T17:50:10.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4196 | 2026-03-04T17:50:10.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4197 | 2026-03-04T17:50:11.004Z | |
| 4198 | 2026-03-04T17:50:11.004Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (234/264) |
| 4199 | 2026-03-04T17:50:11.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4200 | 2026-03-04T17:50:11.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4201 | 2026-03-04T17:50:12.137Z | Compiling libz-sys v1.1.24 |
| 4202 | 2026-03-04T17:50:12.141Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4203 | 2026-03-04T17:50:12.290Z | Compiling vergen-git2 v1.0.7 |
| 4204 | 2026-03-04T17:50:12.302Z | Compiling rustls v0.21.12 |
| 4205 | 2026-03-04T17:50:12.306Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4206 | 2026-03-04T17:50:12.319Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4207 | 2026-03-04T17:50:12.323Z | Compiling nix v0.29.0 |
| 4208 | 2026-03-04T17:50:12.323Z | Checking sct v0.7.1 |
| 4209 | 2026-03-04T17:50:12.585Z | Checking rustls-webpki v0.101.7 |
| 4210 | 2026-03-04T17:50:12.654Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4211 | 2026-03-04T17:50:12.684Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4212 | 2026-03-04T17:50:12.746Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4213 | 2026-03-04T17:50:13.002Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4214 | 2026-03-04T17:50:13.169Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4215 | 2026-03-04T17:50:13.230Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4216 | 2026-03-04T17:50:13.352Z | Checking rustls-pemfile v1.0.4 |
| 4217 | 2026-03-04T17:50:13.594Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4218 | 2026-03-04T17:50:13.659Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4219 | 2026-03-04T17:50:13.988Z | Checking twox-hash v2.1.2 |
| 4220 | 2026-03-04T17:50:14.270Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4221 | 2026-03-04T17:50:14.321Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4222 | 2026-03-04T17:50:15.358Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4223 | 2026-03-04T17:50:15.390Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4224 | 2026-03-04T17:50:15.555Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4225 | 2026-03-04T17:50:16.091Z | Checking tokio-rustls v0.24.1 |
| 4226 | 2026-03-04T17:50:16.457Z | Checking progenitor-extras v0.1.0 |
| 4227 | 2026-03-04T17:50:16.666Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4228 | 2026-03-04T17:50:16.790Z | Checking fatfs v0.3.6 |
| 4229 | 2026-03-04T17:50:16.823Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4230 | 2026-03-04T17:50:16.883Z | Compiling seq-macro v0.3.6 |
| 4231 | 2026-03-04T17:50:23.825Z | Compiling git2 v0.20.4 |
| 4232 | 2026-03-04T17:50:25.742Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4233 | 2026-03-04T17:50:25.896Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4234 | 2026-03-04T17:50:27.896Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4235 | 2026-03-04T17:52:06.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
| 4236 | 2026-03-04T17:52:06.287Z | |
| 4237 | 2026-03-04T17:52:06.287Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (235/264) |
| 4238 | 2026-03-04T17:52:06.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4239 | 2026-03-04T17:52:06.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4240 | 2026-03-04T17:52:06.287Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4241 | 2026-03-04T17:52:48.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4242 | 2026-03-04T17:52:48.889Z | |
| 4243 | 2026-03-04T17:52:48.889Z | info: running `cargo check --bins` on nexus-background-task-interface (236/264) |
| 4244 | 2026-03-04T17:52:49.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4245 | 2026-03-04T17:52:49.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4246 | 2026-03-04T17:52:49.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4247 | 2026-03-04T17:52:49.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4248 | 2026-03-04T17:52:49.697Z | |
| 4249 | 2026-03-04T17:52:49.697Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (237/264) |
| 4250 | 2026-03-04T17:52:50.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4251 | 2026-03-04T17:52:50.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4252 | 2026-03-04T17:52:50.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4253 | 2026-03-04T17:52:50.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 4254 | 2026-03-04T17:52:50.606Z | |
| 4255 | 2026-03-04T17:52:50.606Z | info: running `cargo check --bins` on nexus-mgs-updates (238/264) |
| 4256 | 2026-03-04T17:52:51.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4257 | 2026-03-04T17:52:51.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4258 | 2026-03-04T17:52:51.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4259 | 2026-03-04T17:52:51.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 4260 | 2026-03-04T17:52:51.504Z | |
| 4261 | 2026-03-04T17:52:51.504Z | info: running `cargo check --bins` on nexus-networking (239/264) |
| 4262 | 2026-03-04T17:52:52.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4263 | 2026-03-04T17:52:52.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4264 | 2026-03-04T17:52:52.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4265 | 2026-03-04T17:52:52.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 4266 | 2026-03-04T17:52:52.409Z | |
| 4267 | 2026-03-04T17:52:52.409Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (240/264) |
| 4268 | 2026-03-04T17:52:53.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4269 | 2026-03-04T17:52:53.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4270 | 2026-03-04T17:52:53.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4271 | 2026-03-04T17:52:53.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 4272 | 2026-03-04T17:52:53.309Z | |
| 4273 | 2026-03-04T17:52:53.309Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (241/264) |
| 4274 | 2026-03-04T17:52:54.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4275 | 2026-03-04T17:52:54.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4276 | 2026-03-04T17:52:54.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4277 | 2026-03-04T17:52:54.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 4278 | 2026-03-04T17:52:54.214Z | |
| 4279 | 2026-03-04T17:52:54.214Z | info: running `cargo check --bins` on omicron-dev (242/264) |
| 4280 | 2026-03-04T17:52:55.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4281 | 2026-03-04T17:52:55.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4282 | 2026-03-04T17:52:55.391Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4283 | 2026-03-04T17:52:55.391Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4284 | 2026-03-04T17:52:55.552Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4285 | 2026-03-04T17:52:55.568Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4286 | 2026-03-04T17:52:55.571Z | Checking diff v0.1.13 |
| 4287 | 2026-03-04T17:52:55.571Z | Checking yansi v1.0.1 |
| 4288 | 2026-03-04T17:52:55.571Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4289 | 2026-03-04T17:52:55.571Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4290 | 2026-03-04T17:52:55.775Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4291 | 2026-03-04T17:52:56.098Z | Checking pretty_assertions v1.4.1 |
| 4292 | 2026-03-04T17:52:57.111Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4293 | 2026-03-04T17:53:33.334Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4294 | 2026-03-04T17:53:33.337Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4295 | 2026-03-04T17:53:33.337Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4296 | 2026-03-04T17:53:33.337Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4297 | 2026-03-04T17:53:33.337Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4298 | 2026-03-04T17:53:33.337Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4299 | 2026-03-04T17:53:34.542Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4300 | 2026-03-04T17:53:36.088Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4301 | 2026-03-04T17:54:41.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s |
| 4302 | 2026-03-04T17:54:41.572Z | |
| 4303 | 2026-03-04T17:54:41.572Z | info: running `cargo check --bins` on omicron-pins (243/264) |
| 4304 | 2026-03-04T17:54:42.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4305 | 2026-03-04T17:54:42.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4306 | 2026-03-04T17:54:42.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4307 | 2026-03-04T17:54:42.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4308 | 2026-03-04T17:54:42.393Z | |
| 4309 | 2026-03-04T17:54:42.393Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (244/264) |
| 4310 | 2026-03-04T17:54:43.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4311 | 2026-03-04T17:54:43.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4312 | 2026-03-04T17:54:43.391Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4313 | 2026-03-04T17:54:43.520Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4314 | 2026-03-04T17:54:43.523Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4315 | 2026-03-04T17:55:09.440Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4316 | 2026-03-04T17:55:09.952Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4317 | 2026-03-04T17:55:12.743Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4318 | 2026-03-04T17:55:13.331Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4319 | 2026-03-04T17:55:17.991Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4320 | 2026-03-04T17:55:53.500Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4321 | 2026-03-04T17:55:54.374Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4322 | 2026-03-04T17:55:56.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 4323 | 2026-03-04T17:55:56.933Z | |
| 4324 | 2026-03-04T17:55:56.933Z | info: running `cargo check --bins` on reconfigurator-sp-updater (245/264) |
| 4325 | 2026-03-04T17:55:57.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4326 | 2026-03-04T17:55:57.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4327 | 2026-03-04T17:55:57.857Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4328 | 2026-03-04T17:55:58.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4329 | 2026-03-04T17:55:59.009Z | |
| 4330 | 2026-03-04T17:55:59.009Z | info: running `cargo check --bins` on omicron-releng (246/264) |
| 4331 | 2026-03-04T17:55:59.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4332 | 2026-03-04T17:55:59.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4333 | 2026-03-04T17:55:59.861Z | Compiling blake3 v1.8.3 |
| 4334 | 2026-03-04T17:55:59.865Z | Checking constant_time_eq v0.4.2 |
| 4335 | 2026-03-04T17:55:59.865Z | Checking arrayvec v0.7.6 |
| 4336 | 2026-03-04T17:55:59.979Z | Checking arrayref v0.3.9 |
| 4337 | 2026-03-04T17:56:00.003Z | Checking topological-sort v0.2.2 |
| 4338 | 2026-03-04T17:56:00.016Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4339 | 2026-03-04T17:56:00.020Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4340 | 2026-03-04T17:56:00.020Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4341 | 2026-03-04T17:56:00.118Z | Checking shell-words v1.1.1 |
| 4342 | 2026-03-04T17:56:01.203Z | Checking omicron-zone-package v0.12.2 |
| 4343 | 2026-03-04T17:56:02.346Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4344 | 2026-03-04T17:56:03.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
| 4345 | 2026-03-04T17:56:03.734Z | |
| 4346 | 2026-03-04T17:56:03.734Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (247/264) |
| 4347 | 2026-03-04T17:56:04.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4348 | 2026-03-04T17:56:04.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4349 | 2026-03-04T17:56:04.572Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4350 | 2026-03-04T17:56:04.957Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4351 | 2026-03-04T17:56:05.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4352 | 2026-03-04T17:56:05.687Z | |
| 4353 | 2026-03-04T17:56:05.687Z | info: running `cargo check --bins` on xtask (248/264) |
| 4354 | 2026-03-04T17:56:06.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4355 | 2026-03-04T17:56:06.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4356 | 2026-03-04T17:56:06.320Z | Checking libc v0.2.180 |
| 4357 | 2026-03-04T17:56:06.419Z | Checking serde v1.0.228 |
| 4358 | 2026-03-04T17:56:06.422Z | Checking zerofrom v0.1.6 |
| 4359 | 2026-03-04T17:56:06.433Z | Checking bitflags v2.11.0 |
| 4360 | 2026-03-04T17:56:06.443Z | Checking smallvec v1.15.1 |
| 4361 | 2026-03-04T17:56:06.443Z | Checking hashbrown v0.16.1 |
| 4362 | 2026-03-04T17:56:06.468Z | Checking serde_json v1.0.149 |
| 4363 | 2026-03-04T17:56:06.472Z | Checking num-traits v0.2.19 |
| 4364 | 2026-03-04T17:56:06.612Z | Checking yoke v0.8.1 |
| 4365 | 2026-03-04T17:56:06.702Z | Checking scroll v0.12.0 |
| 4366 | 2026-03-04T17:56:06.807Z | Checking thiserror v1.0.69 |
| 4367 | 2026-03-04T17:56:06.970Z | Checking zerovec v0.11.5 |
| 4368 | 2026-03-04T17:56:06.993Z | Checking zerotrie v0.2.3 |
| 4369 | 2026-03-04T17:56:07.169Z | Checking percent-encoding v2.3.2 |
| 4370 | 2026-03-04T17:56:07.220Z | Checking errno v0.3.14 |
| 4371 | 2026-03-04T17:56:07.388Z | Checking serde_spanned v0.6.9 |
| 4372 | 2026-03-04T17:56:07.423Z | Checking toml_datetime v0.6.11 |
| 4373 | 2026-03-04T17:56:07.438Z | Checking rustix v1.1.3 |
| 4374 | 2026-03-04T17:56:07.465Z | Checking indexmap v2.13.0 |
| 4375 | 2026-03-04T17:56:07.501Z | Checking log v0.4.29 |
| 4376 | 2026-03-04T17:56:07.593Z | Checking zerocopy v0.7.35 |
| 4377 | 2026-03-04T17:56:07.775Z | Checking goblin v0.8.2 |
| 4378 | 2026-03-04T17:56:07.792Z | Checking form_urlencoded v1.2.2 |
| 4379 | 2026-03-04T17:56:07.941Z | Checking getrandom v0.4.1 |
| 4380 | 2026-03-04T17:56:07.961Z | Checking ordered-float v2.10.1 |
| 4381 | 2026-03-04T17:56:07.965Z | Checking tinystr v0.8.2 |
| 4382 | 2026-03-04T17:56:07.999Z | Checking potential_utf v0.1.4 |
| 4383 | 2026-03-04T17:56:08.172Z | Checking thiserror v2.0.18 |
| 4384 | 2026-03-04T17:56:08.225Z | Checking icu_collections v2.1.1 |
| 4385 | 2026-03-04T17:56:08.327Z | Checking syn v2.0.117 |
| 4386 | 2026-03-04T17:56:08.342Z | Checking icu_locale_core v2.1.1 |
| 4387 | 2026-03-04T17:56:08.502Z | Checking serde-value v0.7.0 |
| 4388 | 2026-03-04T17:56:08.724Z | Checking toml_edit v0.22.27 |
| 4389 | 2026-03-04T17:56:08.838Z | Checking dtrace-parser v0.2.0 |
| 4390 | 2026-03-04T17:56:08.906Z | Checking thread-id v4.2.2 |
| 4391 | 2026-03-04T17:56:08.925Z | Checking once_cell v1.21.3 |
| 4392 | 2026-03-04T17:56:09.046Z | Checking cargo-platform v0.2.0 |
| 4393 | 2026-03-04T17:56:09.250Z | Checking memmap v0.7.0 |
| 4394 | 2026-03-04T17:56:09.333Z | Checking fs-err v3.3.0 |
| 4395 | 2026-03-04T17:56:09.354Z | Checking terminal_size v0.4.3 |
| 4396 | 2026-03-04T17:56:09.392Z | Checking tempfile v3.25.0 |
| 4397 | 2026-03-04T17:56:09.483Z | Checking tabled v0.15.0 |
| 4398 | 2026-03-04T17:56:09.538Z | Checking clap_builder v4.5.60 |
| 4399 | 2026-03-04T17:56:09.576Z | Checking icu_provider v2.1.1 |
| 4400 | 2026-03-04T17:56:09.681Z | Checking textwrap v0.16.2 |
| 4401 | 2026-03-04T17:56:09.770Z | Checking camino-tempfile v1.4.1 |
| 4402 | 2026-03-04T17:56:10.034Z | Checking icu_properties v2.1.2 |
| 4403 | 2026-03-04T17:56:10.061Z | Checking icu_normalizer v2.1.1 |
| 4404 | 2026-03-04T17:56:10.081Z | Checking anyhow v1.0.102 |
| 4405 | 2026-03-04T17:56:10.491Z | Checking macaddr v1.0.1 |
| 4406 | 2026-03-04T17:56:10.722Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4407 | 2026-03-04T17:56:11.301Z | Checking toml v0.8.23 |
| 4408 | 2026-03-04T17:56:11.837Z | Checking idna_adapter v1.2.1 |
| 4409 | 2026-03-04T17:56:12.006Z | Checking cargo_toml v0.21.0 |
| 4410 | 2026-03-04T17:56:12.024Z | Checking idna v1.1.0 |
| 4411 | 2026-03-04T17:56:12.130Z | Checking clap v4.5.60 |
| 4412 | 2026-03-04T17:56:12.364Z | Checking url v2.5.8 |
| 4413 | 2026-03-04T17:56:12.382Z | Checking dof v0.3.0 |
| 4414 | 2026-03-04T17:56:12.798Z | Checking usdt-impl v0.5.0 |
| 4415 | 2026-03-04T17:56:12.946Z | Checking cargo-util-schemas v0.8.2 |
| 4416 | 2026-03-04T17:56:13.162Z | Checking usdt v0.5.0 |
| 4417 | 2026-03-04T17:56:14.168Z | Checking cargo_metadata v0.21.0 |
| 4418 | 2026-03-04T17:56:15.206Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4419 | 2026-03-04T17:56:15.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s |
| 4420 | 2026-03-04T17:56:15.991Z | |
| 4421 | 2026-03-04T17:56:15.991Z | info: running `cargo check --bins` on end-to-end-tests (249/264) |
| 4422 | 2026-03-04T17:56:16.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4423 | 2026-03-04T17:56:16.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4424 | 2026-03-04T17:56:17.035Z | Checking polyval v0.6.2 |
| 4425 | 2026-03-04T17:56:17.166Z | Checking ctr v0.9.2 |
| 4426 | 2026-03-04T17:56:17.179Z | Checking ssh-encoding v0.2.0 |
| 4427 | 2026-03-04T17:56:17.182Z | Checking blowfish v0.9.1 |
| 4428 | 2026-03-04T17:56:17.203Z | Checking password-hash v0.4.2 |
| 4429 | 2026-03-04T17:56:17.220Z | Checking p256 v0.13.2 |
| 4430 | 2026-03-04T17:56:17.223Z | Checking p521 v0.13.3 |
| 4431 | 2026-03-04T17:56:17.223Z | Checking russh-cryptovec v0.7.3 |
| 4432 | 2026-03-04T17:56:17.408Z | Checking ghash v0.5.1 |
| 4433 | 2026-03-04T17:56:17.412Z | Checking bcrypt-pbkdf v0.10.0 |
| 4434 | 2026-03-04T17:56:17.450Z | Checking md5 v0.7.0 |
| 4435 | 2026-03-04T17:56:17.472Z | Checking num-bigint v0.4.6 |
| 4436 | 2026-03-04T17:56:17.508Z | Checking des v0.8.1 |
| 4437 | 2026-03-04T17:56:17.603Z | Checking aes-gcm v0.10.3 |
| 4438 | 2026-03-04T17:56:17.608Z | Checking pbkdf2 v0.11.0 |
| 4439 | 2026-03-04T17:56:17.661Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4440 | 2026-03-04T17:56:17.694Z | Checking hex-literal v0.4.1 |
| 4441 | 2026-03-04T17:56:17.754Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4442 | 2026-03-04T17:56:17.789Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4443 | 2026-03-04T17:56:17.848Z | Checking socket2 v0.5.10 |
| 4444 | 2026-03-04T17:56:17.869Z | Checking ssh-cipher v0.2.0 |
| 4445 | 2026-03-04T17:56:17.917Z | Checking internet-checksum v0.2.1 |
| 4446 | 2026-03-04T17:56:18.166Z | Checking ssh-key v0.6.7 |
| 4447 | 2026-03-04T17:56:18.400Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4448 | 2026-03-04T17:56:19.272Z | Checking russh-keys v0.45.0 |
| 4449 | 2026-03-04T17:56:20.120Z | Checking russh v0.45.0 |
| 4450 | 2026-03-04T17:56:45.620Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4451 | 2026-03-04T17:56:47.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.29s |
| 4452 | 2026-03-04T17:56:47.518Z | |
| 4453 | 2026-03-04T17:56:47.518Z | info: running `cargo check --bins` on gateway-cli (250/264) |
| 4454 | 2026-03-04T17:56:48.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4455 | 2026-03-04T17:56:48.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4456 | 2026-03-04T17:56:48.358Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4457 | 2026-03-04T17:56:48.362Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4458 | 2026-03-04T17:56:48.362Z | Checking termios v0.3.3 |
| 4459 | 2026-03-04T17:56:50.514Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4460 | 2026-03-04T17:56:50.695Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4461 | 2026-03-04T17:56:53.798Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4462 | 2026-03-04T17:56:54.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.09s |
| 4463 | 2026-03-04T17:56:54.820Z | |
| 4464 | 2026-03-04T17:56:54.820Z | info: running `cargo check --bins --no-default-features` on installinator (251/264) |
| 4465 | 2026-03-04T17:56:55.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4466 | 2026-03-04T17:56:55.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4467 | 2026-03-04T17:56:55.733Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4468 | 2026-03-04T17:56:55.737Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4469 | 2026-03-04T17:56:55.871Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4470 | 2026-03-04T17:56:55.871Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4471 | 2026-03-04T17:56:55.875Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4472 | 2026-03-04T17:56:56.439Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4473 | 2026-03-04T17:56:56.443Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4474 | 2026-03-04T17:56:57.485Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4475 | 2026-03-04T17:56:57.673Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4476 | 2026-03-04T17:56:57.677Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4477 | 2026-03-04T17:56:58.659Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4478 | 2026-03-04T17:57:01.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s |
| 4479 | 2026-03-04T17:57:01.323Z | |
| 4480 | 2026-03-04T17:57:01.323Z | info: running `cargo check --bins` on internal-dns-cli (252/264) |
| 4481 | 2026-03-04T17:57:02.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4482 | 2026-03-04T17:57:02.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4483 | 2026-03-04T17:57:02.157Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4484 | 2026-03-04T17:57:02.729Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4485 | 2026-03-04T17:57:03.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
| 4486 | 2026-03-04T17:57:03.334Z | |
| 4487 | 2026-03-04T17:57:03.334Z | info: running `cargo check --bins` on omicron-live-tests (253/264) |
| 4488 | 2026-03-04T17:57:04.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4489 | 2026-03-04T17:57:04.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4490 | 2026-03-04T17:57:04.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4491 | 2026-03-04T17:57:04.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4492 | 2026-03-04T17:57:04.134Z | |
| 4493 | 2026-03-04T17:57:04.134Z | info: running `cargo check --bins` on live-tests-macros (254/264) |
| 4494 | 2026-03-04T17:57:04.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4495 | 2026-03-04T17:57:04.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4496 | 2026-03-04T17:57:04.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4497 | 2026-03-04T17:57:04.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4498 | 2026-03-04T17:57:04.930Z | |
| 4499 | 2026-03-04T17:57:04.930Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (255/264) |
| 4500 | 2026-03-04T17:57:05.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4501 | 2026-03-04T17:57:05.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4502 | 2026-03-04T17:57:05.893Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4503 | 2026-03-04T17:57:06.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4504 | 2026-03-04T17:57:06.900Z | |
| 4505 | 2026-03-04T17:57:06.900Z | info: running `cargo check --bins` on omicron-ntp-admin (256/264) |
| 4506 | 2026-03-04T17:57:07.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4507 | 2026-03-04T17:57:07.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4508 | 2026-03-04T17:57:07.742Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4509 | 2026-03-04T17:57:07.745Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4510 | 2026-03-04T17:57:08.049Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4511 | 2026-03-04T17:57:08.052Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4512 | 2026-03-04T17:57:09.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
| 4513 | 2026-03-04T17:57:09.267Z | |
| 4514 | 2026-03-04T17:57:09.267Z | info: running `cargo check --bins` on ntp-admin-types (257/264) |
| 4515 | 2026-03-04T17:57:09.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4516 | 2026-03-04T17:57:09.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4517 | 2026-03-04T17:57:09.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4518 | 2026-03-04T17:57:09.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4519 | 2026-03-04T17:57:10.076Z | |
| 4520 | 2026-03-04T17:57:10.076Z | info: running `cargo check --bins` on omicron-package (258/264) |
| 4521 | 2026-03-04T17:57:10.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4522 | 2026-03-04T17:57:10.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4523 | 2026-03-04T17:57:10.937Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4524 | 2026-03-04T17:57:12.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
| 4525 | 2026-03-04T17:57:12.625Z | |
| 4526 | 2026-03-04T17:57:12.626Z | info: running `cargo check --bins` on tqdb (259/264) |
| 4527 | 2026-03-04T17:57:13.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4528 | 2026-03-04T17:57:13.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4529 | 2026-03-04T17:57:13.637Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4530 | 2026-03-04T17:57:14.090Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4531 | 2026-03-04T17:57:15.076Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4532 | 2026-03-04T17:57:15.080Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4533 | 2026-03-04T17:57:22.767Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4534 | 2026-03-04T17:57:23.751Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4535 | 2026-03-04T17:57:23.758Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4536 | 2026-03-04T17:57:23.758Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4537 | 2026-03-04T17:57:23.759Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4538 | 2026-03-04T17:57:25.084Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4539 | 2026-03-04T17:57:36.045Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4540 | 2026-03-04T17:57:45.624Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4541 | 2026-03-04T17:57:45.628Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4542 | 2026-03-04T17:57:45.628Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4543 | 2026-03-04T17:57:45.628Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4544 | 2026-03-04T17:57:47.853Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4545 | 2026-03-04T17:57:49.817Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4546 | 2026-03-04T17:57:50.788Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4547 | 2026-03-04T17:57:52.694Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4548 | 2026-03-04T17:57:53.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.82s |
| 4549 | 2026-03-04T17:57:53.695Z | |
| 4550 | 2026-03-04T17:57:53.695Z | info: running `cargo check --bins` on wicket-dbg (260/264) |
| 4551 | 2026-03-04T17:57:54.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4552 | 2026-03-04T17:57:54.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4553 | 2026-03-04T17:57:54.614Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4554 | 2026-03-04T17:57:54.618Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4555 | 2026-03-04T17:57:54.618Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4556 | 2026-03-04T17:57:54.762Z | Checking rtoolbox v0.0.3 |
| 4557 | 2026-03-04T17:57:54.766Z | Checking tui-tree-widget v0.23.1 |
| 4558 | 2026-03-04T17:57:55.002Z | Checking rpassword v7.4.0 |
| 4559 | 2026-03-04T17:57:55.123Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4560 | 2026-03-04T17:57:56.427Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4561 | 2026-03-04T17:58:04.055Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4562 | 2026-03-04T17:58:05.015Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4563 | 2026-03-04T17:58:06.605Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4564 | 2026-03-04T17:58:11.601Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4565 | 2026-03-04T17:58:14.469Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4566 | 2026-03-04T17:58:15.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.98s |
| 4567 | 2026-03-04T17:58:15.888Z | |
| 4568 | 2026-03-04T17:58:15.888Z | info: running `cargo check --bins` on wicket (261/264) |
| 4569 | 2026-03-04T17:58:16.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4570 | 2026-03-04T17:58:16.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4571 | 2026-03-04T17:58:16.784Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4572 | 2026-03-04T17:58:17.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4573 | 2026-03-04T17:58:17.422Z | |
| 4574 | 2026-03-04T17:58:17.422Z | info: running `cargo check --bins` on wicketd (262/264) |
| 4575 | 2026-03-04T17:58:18.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4576 | 2026-03-04T17:58:18.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4577 | 2026-03-04T17:58:18.351Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4578 | 2026-03-04T17:58:18.354Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4579 | 2026-03-04T17:58:18.354Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4580 | 2026-03-04T17:58:18.354Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4581 | 2026-03-04T17:58:20.162Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4582 | 2026-03-04T17:58:21.026Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4583 | 2026-03-04T17:58:25.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.13s |
| 4584 | 2026-03-04T17:58:25.769Z | |
| 4585 | 2026-03-04T17:58:25.769Z | info: running `cargo check --bins` on omicron-workspace-hack (263/264) |
| 4586 | 2026-03-04T17:58:26.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4587 | 2026-03-04T17:58:26.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4588 | 2026-03-04T17:58:26.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4589 | 2026-03-04T17:58:26.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4590 | 2026-03-04T17:58:26.572Z | |
| 4591 | 2026-03-04T17:58:26.572Z | info: running `cargo check --bins` on zone-setup (264/264) |
| 4592 | 2026-03-04T17:58:27.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4593 | 2026-03-04T17:58:27.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4594 | 2026-03-04T17:58:27.428Z | Checking uzers v0.12.2 |
| 4595 | 2026-03-04T17:58:27.787Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4596 | 2026-03-04T17:58:28.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
| 4597 | 2026-03-04T17:58:29.024Z | |
| 4598 | 2026-03-04T17:58:29.024Z | real 21:31.191400113 |
| 4599 | 2026-03-04T17:58:29.024Z | user 38:57.849827627 |
| 4600 | 2026-03-04T17:58:29.024Z | sys 6:05.109283364 |
| 4601 | 2026-03-04T17:58:29.024Z | trap 0.756355677 |
| 4602 | 2026-03-04T17:58:29.024Z | tflt 0.622902345 |
| 4603 | 2026-03-04T17:58:29.024Z | dflt 0.800954021 |
| 4604 | 2026-03-04T17:58:29.028Z | kflt 0.001182920 |
| 4605 | 2026-03-04T17:58:29.028Z | lock 1:40:52.930143327 |
| 4606 | 2026-03-04T17:58:29.028Z | slp 3:23:29.512135527 |
| 4607 | 2026-03-04T17:58:29.028Z | lat 1:48.653972096 |
| 4608 | 2026-03-04T17:58:29.028Z | stop 5:36.576883477 |
| 4609 | 2026-03-04T17:58:29.028Z | process exited: duration 1660057 ms, exit code 0 |
| |
| 4610 | 2026-03-04T17:58:29.036Z | found 0 output files |