|
|
|
| 1 | 2025-08-12T20:48:25.682Z | job assigned to worker 01K2G0KQ352JETBX557QVPR9MN [factory aws, i-0289b6274354ecaeb] (queued for 50 s) |
| |
| 2 | 2025-08-12T20:48:34.121Z | starting task 0: "setup" |
| 3 | 2025-08-12T20:48:34.125Z | ++ uname -s |
| 4 | 2025-08-12T20:48:34.129Z | + kern=SunOS |
| 5 | 2025-08-12T20:48:34.129Z | + build_user=build |
| 6 | 2025-08-12T20:48:34.129Z | + build_uid=12345 |
| 7 | 2025-08-12T20:48:34.129Z | + work_dir=/work |
| 8 | 2025-08-12T20:48:34.129Z | + input_dir=/input |
| 9 | 2025-08-12T20:48:34.129Z | + [[ 0 == 12345 ]] |
| 10 | 2025-08-12T20:48:34.129Z | + case "$kern" in |
| 11 | 2025-08-12T20:48:34.129Z | + groupadd -g 12345 build |
| 12 | 2025-08-12T20:48:34.133Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-08-12T20:48:36.139Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-08-12T20:48:36.254Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-08-12T20:48:36.257Z | + home_fs=zfs |
| 16 | 2025-08-12T20:48:36.257Z | + [[ zfs == autofs ]] |
| 17 | 2025-08-12T20:48:36.257Z | + mkdir -p /home/build |
| 18 | 2025-08-12T20:48:36.260Z | + chown build:build /home/build /work |
| 19 | 2025-08-12T20:48:38.262Z | + chmod 0700 /home/build /work |
| 20 | 2025-08-12T20:48:38.265Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2025-08-12T20:48:38.272Z | starting task 1: "rust-toolchain" |
| 22 | 2025-08-12T20:48:38.277Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
| 23 | 2025-08-12T20:48:38.277Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-08-12T20:48:38.277Z | * rust toolchain channel = "1.88.0" |
| 25 | 2025-08-12T20:48:38.277Z | * rust toolchain profile = "default" |
| 26 | 2025-08-12T20:48:38.277Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-08-12T20:48:38.277Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-08-12T20:48:38.280Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-08-12T20:48:38.280Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
| 30 | 2025-08-12T20:48:38.385Z | info: downloading installer |
| 31 | 2025-08-12T20:48:39.573Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-08-12T20:48:39.573Z | warn: /opt/ooce/bin |
| 33 | 2025-08-12T20:48:39.573Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-08-12T20:48:39.573Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-08-12T20:48:39.573Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-08-12T20:48:39.574Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-08-12T20:48:39.574Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-08-12T20:48:39.574Z | error: cannot install while Rust is installed |
| 39 | 2025-08-12T20:48:39.574Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-08-12T20:48:39.591Z | info: profile set to 'default' |
| 41 | 2025-08-12T20:48:39.591Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-08-12T20:48:39.594Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
| 43 | 2025-08-12T20:48:39.752Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
| 44 | 2025-08-12T20:48:39.752Z | info: downloading component 'cargo' |
| 45 | 2025-08-12T20:48:40.698Z | info: downloading component 'clippy' |
| 46 | 2025-08-12T20:48:41.120Z | info: downloading component 'rust-docs' |
| 47 | 2025-08-12T20:48:42.316Z | info: downloading component 'rust-std' |
| 48 | 2025-08-12T20:48:43.850Z | info: downloading component 'rustc' |
| 49 | 2025-08-12T20:48:50.169Z | info: downloading component 'rustfmt' |
| 50 | 2025-08-12T20:48:50.347Z | info: installing component 'cargo' |
| 51 | 2025-08-12T20:48:51.211Z | info: installing component 'clippy' |
| 52 | 2025-08-12T20:48:51.611Z | info: installing component 'rust-docs' |
| 53 | 2025-08-12T20:48:53.442Z | info: installing component 'rust-std' |
| 54 | 2025-08-12T20:48:55.184Z | info: installing component 'rustc' |
| 55 | 2025-08-12T20:49:01.590Z | info: installing component 'rustfmt' |
| 56 | 2025-08-12T20:49:01.921Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
| 57 | 2025-08-12T20:49:01.921Z | |
| 58 | 2025-08-12T20:49:02.345Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 59 | 2025-08-12T20:49:02.345Z | |
| 60 | 2025-08-12T20:49:02.348Z | |
| 61 | 2025-08-12T20:49:02.348Z | Rust is installed now. Great! |
| 62 | 2025-08-12T20:49:02.348Z | |
| 63 | 2025-08-12T20:49:02.348Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-08-12T20:49:02.348Z | environment variable. This has not been done automatically. |
| 65 | 2025-08-12T20:49:02.348Z | |
| 66 | 2025-08-12T20:49:02.348Z | To configure your current shell, you need to source |
| 67 | 2025-08-12T20:49:02.348Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-08-12T20:49:02.348Z | |
| 69 | 2025-08-12T20:49:02.348Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-08-12T20:49:02.348Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-08-12T20:49:02.348Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-08-12T20:49:02.348Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-08-12T20:49:02.430Z | + rustup --version |
| 74 | 2025-08-12T20:49:02.441Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-08-12T20:49:02.444Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-08-12T20:49:02.520Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 77 | 2025-08-12T20:49:02.525Z | + cargo --version |
| 78 | 2025-08-12T20:49:02.581Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 79 | 2025-08-12T20:49:02.584Z | + rustc --version |
| 80 | 2025-08-12T20:49:02.650Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 81 | 2025-08-12T20:49:02.653Z | process exited: duration 24366 ms, exit code 0 |
| |
| 82 | 2025-08-12T20:49:02.663Z | starting task 2: "authentication" |
| 83 | 2025-08-12T20:49:02.682Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2025-08-12T20:49:02.688Z | starting task 3: "clone repository" |
| 85 | 2025-08-12T20:49:02.694Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-08-12T20:49:02.697Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-08-12T20:49:02.736Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-08-12T20:49:11.419Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-08-12T20:49:11.419Z | + git fetch origin 3e2ae248caf0d4bf456581c29df9ff3f3e600bf6 |
| 90 | 2025-08-12T20:49:11.722Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-08-12T20:49:11.722Z | * branch 3e2ae248caf0d4bf456581c29df9ff3f3e600bf6 -> FETCH_HEAD |
| 92 | 2025-08-12T20:49:11.732Z | + [[ -n gjc/report-sled-families ]] |
| 93 | 2025-08-12T20:49:11.735Z | ++ git branch --show-current |
| 94 | 2025-08-12T20:49:11.738Z | + current=main |
| 95 | 2025-08-12T20:49:11.738Z | + [[ main != gjc/report-sled-families ]] |
| 96 | 2025-08-12T20:49:11.738Z | + git branch -f gjc/report-sled-families 3e2ae248caf0d4bf456581c29df9ff3f3e600bf6 |
| 97 | 2025-08-12T20:49:11.741Z | + git checkout -f gjc/report-sled-families |
| 98 | 2025-08-12T20:49:11.975Z | Switched to branch 'gjc/report-sled-families' |
| 99 | 2025-08-12T20:49:11.978Z | + git reset --hard 3e2ae248caf0d4bf456581c29df9ff3f3e600bf6 |
| 100 | 2025-08-12T20:49:12.011Z | HEAD is now at 3e2ae248c fix bad merge and drop unused dep in nexus-inventory |
| 101 | 2025-08-12T20:49:12.014Z | process exited: duration 9317 ms, exit code 0 |
| |
| 102 | 2025-08-12T20:49:12.026Z | starting task 4: "build" |
| 103 | 2025-08-12T20:49:12.029Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-08-12T20:49:12.029Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-08-12T20:49:12.029Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-08-12T20:49:12.029Z | + cargo --version |
| 107 | 2025-08-12T20:49:12.078Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 108 | 2025-08-12T20:49:12.081Z | + rustc --version |
| 109 | 2025-08-12T20:49:12.149Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 110 | 2025-08-12T20:49:12.152Z | + source ./env.sh |
| 111 | 2025-08-12T20:49:12.152Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-08-12T20:49:12.152Z | ++ set -o xtrace |
| 113 | 2025-08-12T20:49:12.155Z | ++++ dirname ./env.sh |
| 114 | 2025-08-12T20:49:12.158Z | +++ readlink -f . |
| 115 | 2025-08-12T20:49:12.158Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-08-12T20:49:12.158Z | ++ 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 | 2025-08-12T20:49:12.158Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-08-12T20:49:12.158Z | ++ 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 | 2025-08-12T20:49:12.158Z | ++ 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 | 2025-08-12T20:49:12.158Z | ++ 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 | 2025-08-12T20:49:12.158Z | ++ 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 | 2025-08-12T20:49:12.158Z | ++ 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 | 2025-08-12T20:49:12.158Z | ++ 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 | 2025-08-12T20:49:12.158Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-08-12T20:49:12.158Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-08-12T20:49:12.158Z | + 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 | 2025-08-12T20:49:12.158Z | + 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 | 2025-08-12T20:49:12.158Z | + banner prerequisites |
| 129 | 2025-08-12T20:49:12.162Z | |
| 130 | 2025-08-12T20:49:12.162Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-08-12T20:49:12.162Z | # # # # # # # # # # # # # # # |
| 132 | 2025-08-12T20:49:12.162Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-08-12T20:49:12.162Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-08-12T20:49:12.162Z | # # # # # # # # # # # # # # # |
| 135 | 2025-08-12T20:49:12.162Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-08-12T20:49:12.162Z | |
| 137 | 2025-08-12T20:49:12.162Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-08-12T20:49:22.619Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-08-12T20:49:29.808Z | Startup: Caching catalogs ... Done |
| 140 | 2025-08-12T20:49:35.338Z | Planning: Solver setup ... Done (4.249s) |
| 141 | 2025-08-12T20:49:35.378Z | Planning: Running solver ... Done (0.038s) |
| 142 | 2025-08-12T20:49:35.467Z | Planning: Finding local manifests ... Done (0.004s) |
| 143 | 2025-08-12T20:49:35.481Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-08-12T20:49:35.621Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-08-12T20:49:35.669Z | Planning: Package planning ... Done (0.047s) |
| 146 | 2025-08-12T20:49:35.720Z | Planning: Merging actions ... Done (0.049s) |
| 147 | 2025-08-12T20:49:36.011Z | Planning: Checking for conflicting actions ... Done (0.284s) |
| 148 | 2025-08-12T20:49:36.017Z | Planning: Consolidating action changes ... Done (0.011s) |
| 149 | 2025-08-12T20:49:37.055Z | Planning: Evaluating mediators ... Done (1.041s) |
| 150 | 2025-08-12T20:49:37.065Z | Planning: Planning completed in 7.13 seconds |
| 151 | 2025-08-12T20:49:37.083Z | Packages to install: 4 |
| 152 | 2025-08-12T20:49:37.083Z | Mediators to change: 2 |
| 153 | 2025-08-12T20:49:37.083Z | Services to change: 1 |
| 154 | 2025-08-12T20:49:37.096Z | Estimated space available: 155.51 GB |
| 155 | 2025-08-12T20:49:37.096Z | Estimated space to be consumed: 1.71 GB |
| 156 | 2025-08-12T20:49:37.096Z | Create boot environment: No |
| 157 | 2025-08-12T20:49:37.096Z | Create backup boot environment: No |
| 158 | 2025-08-12T20:49:37.096Z | Rebuild boot archive: No |
| 159 | 2025-08-12T20:49:37.096Z | |
| 160 | 2025-08-12T20:49:37.096Z | Changed mediators: |
| 161 | 2025-08-12T20:49:37.096Z | mediator clang: |
| 162 | 2025-08-12T20:49:37.096Z | version: None -> 15 (system default) |
| 163 | 2025-08-12T20:49:37.096Z | |
| 164 | 2025-08-12T20:49:37.096Z | mediator llvm: |
| 165 | 2025-08-12T20:49:37.096Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-08-12T20:49:37.096Z | |
| 167 | 2025-08-12T20:49:37.096Z | Changed packages: |
| 168 | 2025-08-12T20:49:37.096Z | helios-dev |
| 169 | 2025-08-12T20:49:37.096Z | developer/build-essential |
| 170 | 2025-08-12T20:49:37.097Z | None -> 11-2.0 |
| 171 | 2025-08-12T20:49:37.097Z | library/libxmlsec1 |
| 172 | 2025-08-12T20:49:37.097Z | None -> 1.2.35-2.0 |
| 173 | 2025-08-12T20:49:37.097Z | ooce/developer/clang-15 |
| 174 | 2025-08-12T20:49:37.097Z | None -> 15.0.7-2.0 |
| 175 | 2025-08-12T20:49:37.097Z | ooce/developer/llvm-15 |
| 176 | 2025-08-12T20:49:37.097Z | None -> 15.0.7-2.0 |
| 177 | 2025-08-12T20:49:37.097Z | |
| 178 | 2025-08-12T20:49:37.097Z | Services: |
| 179 | 2025-08-12T20:49:37.097Z | restart_fmri: |
| 180 | 2025-08-12T20:49:37.097Z | svc:/system/update-man-index:default |
| 181 | 2025-08-12T20:49:37.154Z | |
| 182 | 2025-08-12T20:49:37.154Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-08-12T20:49:42.142Z | Download: 1883/3290 items 118.6/212.6MB 55% complete (24.1M/s) |
| 184 | 2025-08-12T20:49:47.146Z | Download: 3134/3290 items 173.5/212.6MB 81% complete (17.3M/s) |
| 185 | 2025-08-12T20:50:01.003Z | Download: 3247/3290 items 203.1/212.6MB 95% complete |
| 186 | 2025-08-12T20:50:04.897Z | Download: Completed 212.60 MB in 27.74 seconds (7.7M/s) |
| 187 | 2025-08-12T20:50:05.072Z | Actions: 1/3689 actions (Installing new actions) |
| 188 | 2025-08-12T20:50:09.605Z | Actions: Completed 3689 actions in 4.53 seconds. |
| 189 | 2025-08-12T20:50:10.191Z | Done (0.582s) |
| 190 | 2025-08-12T20:50:10.191Z | Done (0.000s) |
| 191 | 2025-08-12T20:50:11.059Z | Done (0.867s) |
| 192 | 2025-08-12T20:50:15.416Z | Done (4.049s) |
| 193 | 2025-08-12T20:50:15.499Z | Done (0.019s) |
| 194 | 2025-08-12T20:50:15.502Z | Done (0.000s) |
| 195 | 2025-08-12T20:50:15.649Z | Done (0.000s) |
| 196 | 2025-08-12T20:50:16.486Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2025-08-12T20:50:16.644Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2025-08-12T20:50:16.647Z | Planning: Consolidating action changes ... Done |
| 199 | 2025-08-12T20:50:16.912Z | Planning: Evaluating mediators ... Done |
| 200 | 2025-08-12T20:50:16.915Z | Planning: Planning completed in 0.43 seconds |
| 201 | 2025-08-12T20:50:16.946Z | Mediators to change: 2 |
| 202 | 2025-08-12T20:50:16.946Z | Create boot environment: No |
| 203 | 2025-08-12T20:50:16.949Z | Create backup boot environment: No |
| 204 | 2025-08-12T20:50:17.034Z | Done |
| 205 | 2025-08-12T20:50:17.034Z | Done |
| 206 | 2025-08-12T20:50:17.620Z | Done |
| 207 | 2025-08-12T20:50:21.159Z | Done |
| 208 | 2025-08-12T20:50:21.239Z | Done |
| 209 | 2025-08-12T20:50:21.242Z | Done |
| 210 | 2025-08-12T20:50:21.371Z | Done |
| 211 | 2025-08-12T20:50:21.974Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2025-08-12T20:50:21.977Z | Planning: Merging actions ... Done |
| 213 | 2025-08-12T20:50:22.161Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2025-08-12T20:50:22.164Z | Planning: Consolidating action changes ... Done |
| 215 | 2025-08-12T20:50:22.425Z | Planning: Evaluating mediators ... Done |
| 216 | 2025-08-12T20:50:22.479Z | Planning: Planning completed in 0.74 seconds |
| 217 | 2025-08-12T20:50:22.514Z | Packages to change: 1 |
| 218 | 2025-08-12T20:50:22.514Z | Mediators to change: 1 |
| 219 | 2025-08-12T20:50:22.518Z | Services to change: 1 |
| 220 | 2025-08-12T20:50:22.518Z | Create boot environment: No |
| 221 | 2025-08-12T20:50:22.518Z | Create backup boot environment: Yes |
| 222 | 2025-08-12T20:50:25.016Z | Actions: 1/6 actions (Updating modified actions) |
| 223 | 2025-08-12T20:50:25.019Z | Actions: Completed 6 actions in 0.00 seconds. |
| 224 | 2025-08-12T20:50:25.019Z | Done |
| 225 | 2025-08-12T20:50:25.019Z | Done |
| 226 | 2025-08-12T20:50:25.193Z | Done |
| 227 | 2025-08-12T20:50:28.666Z | Done |
| 228 | 2025-08-12T20:50:28.748Z | Done |
| 229 | 2025-08-12T20:50:28.751Z | Done |
| 230 | 2025-08-12T20:50:28.883Z | Done |
| 231 | 2025-08-12T20:50:29.315Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 232 | 2025-08-12T20:50:29.315Z | clang system 15 system |
| 233 | 2025-08-12T20:50:29.315Z | csh system system illumos |
| 234 | 2025-08-12T20:50:29.315Z | ctags system system illumos |
| 235 | 2025-08-12T20:50:29.315Z | file system system illumos |
| 236 | 2025-08-12T20:50:29.315Z | gcc vendor 12 vendor |
| 237 | 2025-08-12T20:50:29.315Z | gcc system 10 system |
| 238 | 2025-08-12T20:50:29.315Z | gcc system 7 system |
| 239 | 2025-08-12T20:50:29.315Z | go system 1.20 system |
| 240 | 2025-08-12T20:50:29.315Z | go system 1.19 system |
| 241 | 2025-08-12T20:50:29.315Z | llvm system 15 system |
| 242 | 2025-08-12T20:50:29.315Z | llvm system 14 system |
| 243 | 2025-08-12T20:50:29.315Z | mariadb system 10.6 system |
| 244 | 2025-08-12T20:50:29.316Z | mta vendor vendor dma |
| 245 | 2025-08-12T20:50:29.316Z | openjdk system 17 system |
| 246 | 2025-08-12T20:50:29.316Z | openjdk system 11 system |
| 247 | 2025-08-12T20:50:29.316Z | openjdk system 1.8 system |
| 248 | 2025-08-12T20:50:29.316Z | openssl vendor 3 vendor |
| 249 | 2025-08-12T20:50:29.316Z | perl system 5.36 system |
| 250 | 2025-08-12T20:50:29.316Z | postgresql system 15 system |
| 251 | 2025-08-12T20:50:29.316Z | postgresql system 13 system |
| 252 | 2025-08-12T20:50:29.316Z | python vendor 3 vendor |
| 253 | 2025-08-12T20:50:29.316Z | python system 2 system |
| 254 | 2025-08-12T20:50:29.316Z | python3 system 3.11 system |
| 255 | 2025-08-12T20:50:29.316Z | ruby system 3.0 system |
| 256 | 2025-08-12T20:50:29.316Z | words vendor vendor american-english |
| 257 | 2025-08-12T20:50:29.316Z | words system system australian-english |
| 258 | 2025-08-12T20:50:29.316Z | words system system british-english |
| 259 | 2025-08-12T20:50:29.316Z | words system system canadian-english |
| 260 | 2025-08-12T20:50:29.316Z | words system system french |
| 261 | 2025-08-12T20:50:29.316Z | words system system italian |
| 262 | 2025-08-12T20:50:29.316Z | words system system ngerman |
| 263 | 2025-08-12T20:50:29.316Z | words system system ogerman |
| 264 | 2025-08-12T20:50:29.316Z | words system system spanish |
| 265 | 2025-08-12T20:50:29.647Z | PUBLISHER TYPE STATUS P LOCATION |
| 266 | 2025-08-12T20:50:29.647Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 267 | 2025-08-12T20:50:34.313Z | FMRI IFO |
| 268 | 2025-08-12T20:50:34.313Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 269 | 2025-08-12T20:50:34.313Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 270 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 271 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 272 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 273 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 274 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 275 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 276 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 277 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 278 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 279 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 280 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 281 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 282 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 283 | 2025-08-12T20:50:34.314Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 284 | 2025-08-12T20:50:35.328Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 285 | 2025-08-12T20:50:35.607Z | Updating crates.io index |
| 286 | 2025-08-12T20:50:35.610Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 287 | 2025-08-12T20:50:35.938Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 288 | 2025-08-12T20:50:36.514Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 289 | 2025-08-12T20:50:36.759Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 290 | 2025-08-12T20:50:36.990Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 291 | 2025-08-12T20:50:37.366Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 292 | 2025-08-12T20:50:38.483Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 293 | 2025-08-12T20:50:40.563Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 294 | 2025-08-12T20:50:41.500Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 295 | 2025-08-12T20:50:42.165Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 296 | 2025-08-12T20:50:42.435Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 297 | 2025-08-12T20:50:42.709Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 298 | 2025-08-12T20:50:43.517Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2025-08-12T20:50:43.765Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 300 | 2025-08-12T20:50:44.353Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 301 | 2025-08-12T20:50:44.876Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 302 | 2025-08-12T20:50:45.190Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 303 | 2025-08-12T20:50:45.471Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 304 | 2025-08-12T20:50:45.707Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 305 | 2025-08-12T20:50:45.940Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 306 | 2025-08-12T20:50:46.208Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 307 | 2025-08-12T20:50:46.528Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 308 | 2025-08-12T20:50:46.850Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 309 | 2025-08-12T20:50:47.128Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 310 | 2025-08-12T20:50:47.638Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 311 | 2025-08-12T20:50:48.012Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 312 | 2025-08-12T20:50:48.280Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 313 | 2025-08-12T20:50:48.608Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 314 | 2025-08-12T20:50:48.987Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 315 | 2025-08-12T20:50:49.312Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 316 | 2025-08-12T20:50:49.618Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 317 | 2025-08-12T20:50:49.862Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 318 | 2025-08-12T20:51:10.832Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 319 | 2025-08-12T20:51:12.150Z | Downloading crates ... |
| 320 | 2025-08-12T20:51:12.206Z | Downloaded cpufeatures v0.2.14 |
| 321 | 2025-08-12T20:51:12.215Z | Downloaded clap v4.5.41 |
| 322 | 2025-08-12T20:51:12.223Z | Downloaded clap_lex v0.7.4 |
| 323 | 2025-08-12T20:51:12.227Z | Downloaded anstream v0.6.18 |
| 324 | 2025-08-12T20:51:12.230Z | Downloaded cfg-if v1.0.1 |
| 325 | 2025-08-12T20:51:12.230Z | Downloaded bitflags v2.9.1 |
| 326 | 2025-08-12T20:51:12.233Z | Downloaded thiserror v1.0.69 |
| 327 | 2025-08-12T20:51:12.238Z | Downloaded colorchoice v1.0.2 |
| 328 | 2025-08-12T20:51:12.241Z | Downloaded crypto-common v0.1.6 |
| 329 | 2025-08-12T20:51:12.241Z | Downloaded anstyle v1.0.11 |
| 330 | 2025-08-12T20:51:12.244Z | Downloaded anstyle-query v1.1.1 |
| 331 | 2025-08-12T20:51:12.244Z | Downloaded anyhow v1.0.98 |
| 332 | 2025-08-12T20:51:12.248Z | Downloaded fnv v1.0.7 |
| 333 | 2025-08-12T20:51:12.252Z | Downloaded write16 v1.0.0 |
| 334 | 2025-08-12T20:51:12.252Z | Downloaded clap_derive v4.5.41 |
| 335 | 2025-08-12T20:51:12.255Z | Downloaded terminal_size v0.4.0 |
| 336 | 2025-08-12T20:51:12.258Z | Downloaded utf16_iter v1.0.5 |
| 337 | 2025-08-12T20:51:12.258Z | Downloaded toml_datetime v0.6.11 |
| 338 | 2025-08-12T20:51:12.261Z | Downloaded tabled_derive v0.7.0 |
| 339 | 2025-08-12T20:51:12.261Z | Downloaded tinystr v0.7.6 |
| 340 | 2025-08-12T20:51:12.264Z | Downloaded cargo_metadata v0.21.0 |
| 341 | 2025-08-12T20:51:12.264Z | Downloaded heck v0.5.0 |
| 342 | 2025-08-12T20:51:12.267Z | Downloaded getrandom v0.3.1 |
| 343 | 2025-08-12T20:51:12.270Z | Downloaded yoke-derive v0.7.4 |
| 344 | 2025-08-12T20:51:12.273Z | Downloaded thread-id v4.2.2 |
| 345 | 2025-08-12T20:51:12.273Z | Downloaded num-traits v0.2.19 |
| 346 | 2025-08-12T20:51:12.276Z | Downloaded usdt-impl v0.5.0 |
| 347 | 2025-08-12T20:51:12.276Z | Downloaded zerofrom v0.1.4 |
| 348 | 2025-08-12T20:51:12.281Z | Downloaded icu_normalizer_data v1.5.0 |
| 349 | 2025-08-12T20:51:12.281Z | Downloaded utf8_iter v1.0.4 |
| 350 | 2025-08-12T20:51:12.284Z | Downloaded url v2.5.4 |
| 351 | 2025-08-12T20:51:12.287Z | Downloaded writeable v0.5.5 |
| 352 | 2025-08-12T20:51:12.287Z | Downloaded usdt-macro v0.5.0 |
| 353 | 2025-08-12T20:51:12.287Z | Downloaded unicode-linebreak v0.1.5 |
| 354 | 2025-08-12T20:51:12.290Z | Downloaded zerovec-derive v0.10.3 |
| 355 | 2025-08-12T20:51:12.290Z | Downloaded cargo-platform v0.2.0 |
| 356 | 2025-08-12T20:51:12.293Z | Downloaded thiserror-impl v2.0.12 |
| 357 | 2025-08-12T20:51:12.296Z | Downloaded textwrap v0.16.2 |
| 358 | 2025-08-12T20:51:12.299Z | Downloaded yoke v0.7.4 |
| 359 | 2025-08-12T20:51:12.299Z | Downloaded thiserror v2.0.12 |
| 360 | 2025-08-12T20:51:12.305Z | Downloaded zerocopy-derive v0.7.35 |
| 361 | 2025-08-12T20:51:12.311Z | Downloaded typenum v1.17.0 |
| 362 | 2025-08-12T20:51:12.314Z | Downloaded errno v0.3.12 |
| 363 | 2025-08-12T20:51:12.314Z | Downloaded cargo-util-schemas v0.8.2 |
| 364 | 2025-08-12T20:51:12.317Z | Downloaded toml v0.8.23 |
| 365 | 2025-08-12T20:51:12.320Z | Downloaded swrite v0.1.0 |
| 366 | 2025-08-12T20:51:12.320Z | Downloaded smawk v0.3.2 |
| 367 | 2025-08-12T20:51:12.323Z | Downloaded scroll_derive v0.12.0 |
| 368 | 2025-08-12T20:51:12.323Z | Downloaded icu_provider_macros v1.5.0 |
| 369 | 2025-08-12T20:51:12.327Z | Downloaded dtrace-parser v0.2.0 |
| 370 | 2025-08-12T20:51:12.327Z | Downloaded zerocopy v0.7.35 |
| 371 | 2025-08-12T20:51:12.341Z | Downloaded zerovec v0.10.4 |
| 372 | 2025-08-12T20:51:12.345Z | Downloaded fs-err v3.1.1 |
| 373 | 2025-08-12T20:51:12.348Z | Downloaded form_urlencoded v1.2.1 |
| 374 | 2025-08-12T20:51:12.348Z | Downloaded litemap v0.7.3 |
| 375 | 2025-08-12T20:51:12.351Z | Downloaded cargo_toml v0.21.0 |
| 376 | 2025-08-12T20:51:12.356Z | Downloaded winnow v0.7.10 |
| 377 | 2025-08-12T20:51:12.359Z | Downloaded proc-macro-error-attr v1.0.4 |
| 378 | 2025-08-12T20:51:12.382Z | Downloaded pretty-hex v0.4.1 |
| 379 | 2025-08-12T20:51:12.382Z | Downloaded synstructure v0.13.1 |
| 380 | 2025-08-12T20:51:12.382Z | Downloaded plain v0.2.3 |
| 381 | 2025-08-12T20:51:12.382Z | Downloaded icu_locid v1.5.0 |
| 382 | 2025-08-12T20:51:12.382Z | Downloaded unicode-width v0.2.0 |
| 383 | 2025-08-12T20:51:12.383Z | Downloaded proc-macro-error v1.0.4 |
| 384 | 2025-08-12T20:51:12.383Z | Downloaded quote v1.0.40 |
| 385 | 2025-08-12T20:51:12.387Z | Downloaded pest_derive v2.7.14 |
| 386 | 2025-08-12T20:51:12.387Z | Downloaded idna_adapter v1.2.0 |
| 387 | 2025-08-12T20:51:12.387Z | Downloaded icu_locid_transform v1.5.0 |
| 388 | 2025-08-12T20:51:12.387Z | Downloaded serde_tokenstream v0.2.2 |
| 389 | 2025-08-12T20:51:12.387Z | Downloaded papergrid v0.11.0 |
| 390 | 2025-08-12T20:51:12.390Z | Downloaded serde-untagged v0.1.7 |
| 391 | 2025-08-12T20:51:12.393Z | Downloaded smallvec v1.15.1 |
| 392 | 2025-08-12T20:51:12.393Z | Downloaded semver v1.0.26 |
| 393 | 2025-08-12T20:51:12.396Z | Downloaded camino v1.1.10 |
| 394 | 2025-08-12T20:51:12.399Z | Downloaded pest_meta v2.7.14 |
| 395 | 2025-08-12T20:51:12.399Z | Downloaded icu_locid_transform_data v1.5.0 |
| 396 | 2025-08-12T20:51:12.402Z | Downloaded scroll v0.12.0 |
| 397 | 2025-08-12T20:51:12.402Z | Downloaded once_cell v1.21.3 |
| 398 | 2025-08-12T20:51:12.405Z | Downloaded log v0.4.27 |
| 399 | 2025-08-12T20:51:12.408Z | Downloaded icu_provider v1.5.0 |
| 400 | 2025-08-12T20:51:12.408Z | Downloaded icu_normalizer v1.5.0 |
| 401 | 2025-08-12T20:51:12.411Z | Downloaded tempfile v3.20.0 |
| 402 | 2025-08-12T20:51:12.416Z | Downloaded sha2 v0.10.9 |
| 403 | 2025-08-12T20:51:12.419Z | Downloaded ryu v1.0.18 |
| 404 | 2025-08-12T20:51:12.419Z | Downloaded proc-macro2 v1.0.95 |
| 405 | 2025-08-12T20:51:12.421Z | Downloaded icu_properties v1.5.1 |
| 406 | 2025-08-12T20:51:12.425Z | Downloaded erased-serde v0.4.6 |
| 407 | 2025-08-12T20:51:12.429Z | Downloaded serde_derive v1.0.219 |
| 408 | 2025-08-12T20:51:12.429Z | Downloaded unicode-width v0.1.14 |
| 409 | 2025-08-12T20:51:12.432Z | Downloaded serde v1.0.219 |
| 410 | 2025-08-12T20:51:12.436Z | Downloaded pest v2.7.14 |
| 411 | 2025-08-12T20:51:12.439Z | Downloaded memchr v2.7.4 |
| 412 | 2025-08-12T20:51:12.444Z | Downloaded indexmap v2.10.0 |
| 413 | 2025-08-12T20:51:12.447Z | Downloaded icu_collections v1.5.0 |
| 414 | 2025-08-12T20:51:12.454Z | Downloaded strsim v0.11.1 |
| 415 | 2025-08-12T20:51:12.457Z | Downloaded hashbrown v0.15.4 |
| 416 | 2025-08-12T20:51:12.460Z | Downloaded stable_deref_trait v1.2.0 |
| 417 | 2025-08-12T20:51:12.460Z | Downloaded idna v1.0.3 |
| 418 | 2025-08-12T20:51:12.463Z | Downloaded serde_spanned v0.6.9 |
| 419 | 2025-08-12T20:51:12.467Z | Downloaded camino-tempfile v1.4.1 |
| 420 | 2025-08-12T20:51:12.467Z | Downloaded ordered-float v2.10.1 |
| 421 | 2025-08-12T20:51:12.470Z | Downloaded bytecount v0.6.8 |
| 422 | 2025-08-12T20:51:12.470Z | Downloaded serde-value v0.7.0 |
| 423 | 2025-08-12T20:51:12.470Z | Downloaded equivalent v1.0.2 |
| 424 | 2025-08-12T20:51:12.474Z | Downloaded itoa v1.0.11 |
| 425 | 2025-08-12T20:51:12.474Z | Downloaded displaydoc v0.2.5 |
| 426 | 2025-08-12T20:51:12.479Z | Downloaded pest_generator v2.7.14 |
| 427 | 2025-08-12T20:51:12.479Z | Downloaded serde_json v1.0.141 |
| 428 | 2025-08-12T20:51:12.482Z | Downloaded percent-encoding v2.3.1 |
| 429 | 2025-08-12T20:51:12.486Z | Downloaded heck v0.4.1 |
| 430 | 2025-08-12T20:51:12.486Z | Downloaded macaddr v1.0.1 |
| 431 | 2025-08-12T20:51:12.489Z | Downloaded is_terminal_polyfill v1.70.1 |
| 432 | 2025-08-12T20:51:12.489Z | Downloaded zerofrom-derive v0.1.4 |
| 433 | 2025-08-12T20:51:12.489Z | Downloaded unicode-ident v1.0.18 |
| 434 | 2025-08-12T20:51:12.492Z | Downloaded typeid v1.0.3 |
| 435 | 2025-08-12T20:51:12.492Z | Downloaded goblin v0.8.2 |
| 436 | 2025-08-12T20:51:12.495Z | Downloaded toml_write v0.1.2 |
| 437 | 2025-08-12T20:51:12.500Z | Downloaded syn v1.0.109 |
| 438 | 2025-08-12T20:51:12.505Z | Downloaded tabled v0.15.0 |
| 439 | 2025-08-12T20:51:12.519Z | Downloaded icu_properties_data v1.5.0 |
| 440 | 2025-08-12T20:51:12.527Z | Downloaded dof v0.3.0 |
| 441 | 2025-08-12T20:51:12.530Z | Downloaded usdt v0.5.0 |
| 442 | 2025-08-12T20:51:12.530Z | Downloaded unicode-xid v0.2.6 |
| 443 | 2025-08-12T20:51:12.530Z | Downloaded ucd-trie v0.1.7 |
| 444 | 2025-08-12T20:51:12.534Z | Downloaded fastrand v2.1.1 |
| 445 | 2025-08-12T20:51:12.534Z | Downloaded byteorder v1.5.0 |
| 446 | 2025-08-12T20:51:12.534Z | Downloaded version_check v0.9.5 |
| 447 | 2025-08-12T20:51:12.537Z | Downloaded utf8parse v0.2.2 |
| 448 | 2025-08-12T20:51:12.537Z | Downloaded usdt-attr-macro v0.5.0 |
| 449 | 2025-08-12T20:51:12.537Z | Downloaded syn v2.0.104 |
| 450 | 2025-08-12T20:51:12.546Z | Downloaded toml_edit v0.22.27 |
| 451 | 2025-08-12T20:51:12.549Z | Downloaded rustix v0.38.37 |
| 452 | 2025-08-12T20:51:12.568Z | Downloaded memmap v0.7.0 |
| 453 | 2025-08-12T20:51:12.571Z | Downloaded generic-array v0.14.7 |
| 454 | 2025-08-12T20:51:12.571Z | Downloaded digest v0.10.7 |
| 455 | 2025-08-12T20:51:12.574Z | Downloaded rustix v1.0.7 |
| 456 | 2025-08-12T20:51:12.592Z | Downloaded clap_builder v4.5.41 |
| 457 | 2025-08-12T20:51:12.597Z | Downloaded thiserror-impl v1.0.69 |
| 458 | 2025-08-12T20:51:12.600Z | Downloaded block-buffer v0.10.4 |
| 459 | 2025-08-12T20:51:12.600Z | Downloaded autocfg v1.4.0 |
| 460 | 2025-08-12T20:51:12.603Z | Downloaded anstyle-parse v0.2.5 |
| 461 | 2025-08-12T20:51:12.617Z | Downloaded libc v0.2.174 |
| 462 | 2025-08-12T20:51:12.692Z | Compiling proc-macro2 v1.0.95 |
| 463 | 2025-08-12T20:51:12.692Z | Compiling unicode-ident v1.0.18 |
| 464 | 2025-08-12T20:51:12.692Z | Compiling serde v1.0.219 |
| 465 | 2025-08-12T20:51:12.692Z | Compiling version_check v0.9.5 |
| 466 | 2025-08-12T20:51:12.695Z | Compiling libc v0.2.174 |
| 467 | 2025-08-12T20:51:12.695Z | Compiling memchr v2.7.4 |
| 468 | 2025-08-12T20:51:12.695Z | Compiling thiserror v1.0.69 |
| 469 | 2025-08-12T20:51:12.695Z | Compiling stable_deref_trait v1.2.0 |
| 470 | 2025-08-12T20:51:13.064Z | Compiling autocfg v1.4.0 |
| 471 | 2025-08-12T20:51:13.139Z | Compiling ryu v1.0.18 |
| 472 | 2025-08-12T20:51:13.464Z | Compiling itoa v1.0.11 |
| 473 | 2025-08-12T20:51:13.612Z | Compiling ucd-trie v0.1.7 |
| 474 | 2025-08-12T20:51:13.615Z | Compiling writeable v0.5.5 |
| 475 | 2025-08-12T20:51:13.700Z | Compiling litemap v0.7.3 |
| 476 | 2025-08-12T20:51:13.991Z | Compiling once_cell v1.21.3 |
| 477 | 2025-08-12T20:51:14.146Z | Compiling byteorder v1.5.0 |
| 478 | 2025-08-12T20:51:14.171Z | Compiling bitflags v2.9.1 |
| 479 | 2025-08-12T20:51:14.195Z | Compiling icu_locid_transform_data v1.5.0 |
| 480 | 2025-08-12T20:51:14.326Z | Compiling icu_properties_data v1.5.0 |
| 481 | 2025-08-12T20:51:14.421Z | Compiling serde_json v1.0.141 |
| 482 | 2025-08-12T20:51:14.613Z | Compiling num-traits v0.2.19 |
| 483 | 2025-08-12T20:51:14.639Z | Compiling rustix v0.38.37 |
| 484 | 2025-08-12T20:51:14.642Z | Compiling hashbrown v0.15.4 |
| 485 | 2025-08-12T20:51:14.688Z | Compiling write16 v1.0.0 |
| 486 | 2025-08-12T20:51:14.751Z | Compiling quote v1.0.40 |
| 487 | 2025-08-12T20:51:14.884Z | Compiling smallvec v1.15.1 |
| 488 | 2025-08-12T20:51:14.939Z | Compiling utf16_iter v1.0.5 |
| 489 | 2025-08-12T20:51:15.154Z | Compiling syn v2.0.104 |
| 490 | 2025-08-12T20:51:15.178Z | Compiling errno v0.3.12 |
| 491 | 2025-08-12T20:51:15.273Z | Compiling equivalent v1.0.2 |
| 492 | 2025-08-12T20:51:15.325Z | Compiling icu_normalizer_data v1.5.0 |
| 493 | 2025-08-12T20:51:15.374Z | Compiling utf8_iter v1.0.4 |
| 494 | 2025-08-12T20:51:15.404Z | Compiling typeid v1.0.3 |
| 495 | 2025-08-12T20:51:15.573Z | Compiling usdt-impl v0.5.0 |
| 496 | 2025-08-12T20:51:15.613Z | Compiling proc-macro-error-attr v1.0.4 |
| 497 | 2025-08-12T20:51:15.672Z | Compiling syn v1.0.109 |
| 498 | 2025-08-12T20:51:15.716Z | Compiling indexmap v2.10.0 |
| 499 | 2025-08-12T20:51:15.802Z | Compiling toml_write v0.1.2 |
| 500 | 2025-08-12T20:51:15.923Z | Compiling winnow v0.7.10 |
| 501 | 2025-08-12T20:51:16.110Z | Compiling thread-id v4.2.2 |
| 502 | 2025-08-12T20:51:16.210Z | Compiling proc-macro-error v1.0.4 |
| 503 | 2025-08-12T20:51:16.236Z | Compiling utf8parse v0.2.2 |
| 504 | 2025-08-12T20:51:16.315Z | Compiling getrandom v0.3.1 |
| 505 | 2025-08-12T20:51:16.466Z | Compiling plain v0.2.3 |
| 506 | 2025-08-12T20:51:16.532Z | Compiling percent-encoding v2.3.1 |
| 507 | 2025-08-12T20:51:16.656Z | Compiling rustix v1.0.7 |
| 508 | 2025-08-12T20:51:16.872Z | Compiling log v0.4.27 |
| 509 | 2025-08-12T20:51:16.967Z | Compiling thiserror v2.0.12 |
| 510 | 2025-08-12T20:51:17.003Z | Compiling camino v1.1.10 |
| 511 | 2025-08-12T20:51:17.235Z | Compiling semver v1.0.26 |
| 512 | 2025-08-12T20:51:17.505Z | Compiling terminal_size v0.4.0 |
| 513 | 2025-08-12T20:51:17.595Z | Compiling form_urlencoded v1.2.1 |
| 514 | 2025-08-12T20:51:17.732Z | Compiling ordered-float v2.10.1 |
| 515 | 2025-08-12T20:51:17.825Z | Compiling anstyle-parse v0.2.5 |
| 516 | 2025-08-12T20:51:17.927Z | Compiling anstyle-query v1.1.1 |
| 517 | 2025-08-12T20:51:18.096Z | Compiling is_terminal_polyfill v1.70.1 |
| 518 | 2025-08-12T20:51:18.144Z | Compiling colorchoice v1.0.2 |
| 519 | 2025-08-12T20:51:18.239Z | Compiling cfg-if v1.0.1 |
| 520 | 2025-08-12T20:51:18.270Z | Compiling anstyle v1.0.11 |
| 521 | 2025-08-12T20:51:18.295Z | Compiling pretty-hex v0.4.1 |
| 522 | 2025-08-12T20:51:18.599Z | Compiling anstream v0.6.18 |
| 523 | 2025-08-12T20:51:18.679Z | Compiling fs-err v3.1.1 |
| 524 | 2025-08-12T20:51:18.778Z | Compiling heck v0.4.1 |
| 525 | 2025-08-12T20:51:19.066Z | Compiling clap_lex v0.7.4 |
| 526 | 2025-08-12T20:51:19.221Z | Compiling fastrand v2.1.1 |
| 527 | 2025-08-12T20:51:19.275Z | Compiling anyhow v1.0.98 |
| 528 | 2025-08-12T20:51:19.515Z | Compiling heck v0.5.0 |
| 529 | 2025-08-12T20:51:19.627Z | Compiling strsim v0.11.1 |
| 530 | 2025-08-12T20:51:19.741Z | Compiling unicode-width v0.1.14 |
| 531 | 2025-08-12T20:51:19.911Z | Compiling bytecount v0.6.8 |
| 532 | 2025-08-12T20:51:19.996Z | Compiling unicode-xid v0.2.6 |
| 533 | 2025-08-12T20:51:20.139Z | Compiling fnv v1.0.7 |
| 534 | 2025-08-12T20:51:20.209Z | Compiling tempfile v3.20.0 |
| 535 | 2025-08-12T20:51:20.267Z | Compiling papergrid v0.11.0 |
| 536 | 2025-08-12T20:51:20.303Z | Compiling clap_builder v4.5.41 |
| 537 | 2025-08-12T20:51:20.906Z | Compiling memmap v0.7.0 |
| 538 | 2025-08-12T20:51:20.945Z | Compiling smawk v0.3.2 |
| 539 | 2025-08-12T20:51:21.187Z | Compiling unicode-linebreak v0.1.5 |
| 540 | 2025-08-12T20:51:21.234Z | Compiling unicode-width v0.2.0 |
| 541 | 2025-08-12T20:51:21.687Z | Compiling synstructure v0.13.1 |
| 542 | 2025-08-12T20:51:21.777Z | Compiling textwrap v0.16.2 |
| 543 | 2025-08-12T20:51:22.584Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 544 | 2025-08-12T20:51:22.748Z | Compiling swrite v0.1.0 |
| 545 | 2025-08-12T20:51:23.133Z | Compiling tabled_derive v0.7.0 |
| 546 | 2025-08-12T20:51:24.067Z | Compiling serde_derive v1.0.219 |
| 547 | 2025-08-12T20:51:24.068Z | Compiling zerofrom-derive v0.1.4 |
| 548 | 2025-08-12T20:51:24.068Z | Compiling yoke-derive v0.7.4 |
| 549 | 2025-08-12T20:51:24.293Z | Compiling thiserror-impl v1.0.69 |
| 550 | 2025-08-12T20:51:24.543Z | Compiling zerovec-derive v0.10.3 |
| 551 | 2025-08-12T20:51:26.518Z | Compiling displaydoc v0.2.5 |
| 552 | 2025-08-12T20:51:26.738Z | Compiling icu_provider_macros v1.5.0 |
| 553 | 2025-08-12T20:51:26.765Z | Compiling zerocopy-derive v0.7.35 |
| 554 | 2025-08-12T20:51:27.029Z | Compiling scroll_derive v0.12.0 |
| 555 | 2025-08-12T20:51:27.134Z | Compiling thiserror-impl v2.0.12 |
| 556 | 2025-08-12T20:51:27.339Z | Compiling pest v2.7.14 |
| 557 | 2025-08-12T20:51:27.468Z | Compiling zerofrom v0.1.4 |
| 558 | 2025-08-12T20:51:27.706Z | Compiling yoke v0.7.4 |
| 559 | 2025-08-12T20:51:27.797Z | Compiling clap_derive v4.5.41 |
| 560 | 2025-08-12T20:51:27.970Z | Compiling tabled v0.15.0 |
| 561 | 2025-08-12T20:51:28.091Z | Compiling zerovec v0.10.4 |
| 562 | 2025-08-12T20:51:28.336Z | Compiling scroll v0.12.0 |
| 563 | 2025-08-12T20:51:28.682Z | Compiling zerocopy v0.7.35 |
| 564 | 2025-08-12T20:51:28.947Z | Compiling goblin v0.8.2 |
| 565 | 2025-08-12T20:51:30.052Z | Compiling tinystr v0.7.6 |
| 566 | 2025-08-12T20:51:30.126Z | Compiling pest_meta v2.7.14 |
| 567 | 2025-08-12T20:51:30.302Z | Compiling icu_collections v1.5.0 |
| 568 | 2025-08-12T20:51:30.420Z | Compiling icu_locid v1.5.0 |
| 569 | 2025-08-12T20:51:31.687Z | Compiling icu_provider v1.5.0 |
| 570 | 2025-08-12T20:51:31.961Z | Compiling pest_generator v2.7.14 |
| 571 | 2025-08-12T20:51:32.385Z | Compiling icu_locid_transform v1.5.0 |
| 572 | 2025-08-12T20:51:32.625Z | Compiling clap v4.5.41 |
| 573 | 2025-08-12T20:51:33.529Z | Compiling icu_properties v1.5.1 |
| 574 | 2025-08-12T20:51:33.587Z | Compiling pest_derive v2.7.14 |
| 575 | 2025-08-12T20:51:34.337Z | Compiling dtrace-parser v0.2.0 |
| 576 | 2025-08-12T20:51:35.941Z | Compiling serde_spanned v0.6.9 |
| 577 | 2025-08-12T20:51:35.941Z | Compiling toml_datetime v0.6.11 |
| 578 | 2025-08-12T20:51:35.945Z | Compiling erased-serde v0.4.6 |
| 579 | 2025-08-12T20:51:36.218Z | Compiling serde_tokenstream v0.2.2 |
| 580 | 2025-08-12T20:51:36.442Z | Compiling toml_edit v0.22.27 |
| 581 | 2025-08-12T20:51:36.775Z | Compiling icu_normalizer v1.5.0 |
| 582 | 2025-08-12T20:51:36.803Z | Compiling serde-value v0.7.0 |
| 583 | 2025-08-12T20:51:36.926Z | Compiling cargo-platform v0.2.0 |
| 584 | 2025-08-12T20:51:37.129Z | Compiling serde-untagged v0.1.7 |
| 585 | 2025-08-12T20:51:37.480Z | Compiling camino-tempfile v1.4.1 |
| 586 | 2025-08-12T20:51:37.571Z | Compiling macaddr v1.0.1 |
| 587 | 2025-08-12T20:51:37.644Z | Compiling idna_adapter v1.2.0 |
| 588 | 2025-08-12T20:51:37.669Z | Compiling dof v0.3.0 |
| 589 | 2025-08-12T20:51:37.926Z | Compiling idna v1.0.3 |
| 590 | 2025-08-12T20:51:38.515Z | Compiling url v2.5.4 |
| 591 | 2025-08-12T20:51:39.345Z | Compiling usdt-macro v0.5.0 |
| 592 | 2025-08-12T20:51:39.348Z | Compiling usdt-attr-macro v0.5.0 |
| 593 | 2025-08-12T20:51:39.606Z | Compiling toml v0.8.23 |
| 594 | 2025-08-12T20:51:40.362Z | Compiling cargo-util-schemas v0.8.2 |
| 595 | 2025-08-12T20:51:40.362Z | Compiling cargo_toml v0.21.0 |
| 596 | 2025-08-12T20:51:40.452Z | Compiling usdt v0.5.0 |
| 597 | 2025-08-12T20:51:41.814Z | Compiling cargo_metadata v0.21.0 |
| 598 | 2025-08-12T20:51:43.584Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 599 | 2025-08-12T20:51:47.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
| 600 | 2025-08-12T20:51:47.353Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 601 | 2025-08-12T20:51:48.020Z | Downloading crates ... |
| 602 | 2025-08-12T20:51:48.194Z | Downloaded globset v0.4.15 |
| 603 | 2025-08-12T20:51:48.201Z | Downloaded hex-literal v0.4.1 |
| 604 | 2025-08-12T20:51:48.205Z | Downloaded globwalk v0.9.1 |
| 605 | 2025-08-12T20:51:48.205Z | Downloaded hex v0.4.3 |
| 606 | 2025-08-12T20:51:48.208Z | Downloaded half v1.8.3 |
| 607 | 2025-08-12T20:51:48.212Z | Downloaded heapless v0.7.17 |
| 608 | 2025-08-12T20:51:48.215Z | Downloaded heck v0.3.3 |
| 609 | 2025-08-12T20:51:48.215Z | Downloaded headers-core v0.3.0 |
| 610 | 2025-08-12T20:51:48.224Z | Downloaded crossterm v0.28.1 |
| 611 | 2025-08-12T20:51:48.238Z | Downloaded httpdate v1.0.3 |
| 612 | 2025-08-12T20:51:48.242Z | Downloaded half v2.4.1 |
| 613 | 2025-08-12T20:51:48.247Z | Downloaded hickory-resolver v0.25.2 |
| 614 | 2025-08-12T20:51:48.251Z | Downloaded is_ci v1.2.0 |
| 615 | 2025-08-12T20:51:48.254Z | Downloaded addr2line v0.24.2 |
| 616 | 2025-08-12T20:51:48.257Z | Downloaded hickory-client v0.25.2 |
| 617 | 2025-08-12T20:51:48.260Z | Downloaded highway v1.3.0 |
| 618 | 2025-08-12T20:51:48.263Z | Downloaded hashbrown v0.13.2 |
| 619 | 2025-08-12T20:51:48.267Z | Downloaded async-stream-impl v0.3.6 |
| 620 | 2025-08-12T20:51:48.270Z | Downloaded array-init v0.0.4 |
| 621 | 2025-08-12T20:51:48.273Z | Downloaded atty v0.2.14 |
| 622 | 2025-08-12T20:51:48.274Z | Downloaded hubpack_derive v0.1.1 |
| 623 | 2025-08-12T20:51:48.277Z | Downloaded atomicwrites v0.4.4 |
| 624 | 2025-08-12T20:51:48.277Z | Downloaded http-range v0.1.5 |
| 625 | 2025-08-12T20:51:48.281Z | Downloaded http-body-util v0.1.3 |
| 626 | 2025-08-12T20:51:48.282Z | Downloaded async-stream v0.3.6 |
| 627 | 2025-08-12T20:51:48.285Z | Downloaded ident_case v1.0.1 |
| 628 | 2025-08-12T20:51:48.285Z | Downloaded http-body v1.0.1 |
| 629 | 2025-08-12T20:51:48.288Z | Downloaded async-recursion v1.1.1 |
| 630 | 2025-08-12T20:51:48.292Z | Downloaded assert_matches v1.5.0 |
| 631 | 2025-08-12T20:51:48.292Z | Downloaded ciborium-io v0.2.2 |
| 632 | 2025-08-12T20:51:48.295Z | Downloaded cfg_aliases v0.2.1 |
| 633 | 2025-08-12T20:51:48.295Z | Downloaded ingot v0.1.1 |
| 634 | 2025-08-12T20:51:48.298Z | Downloaded arrayref v0.3.9 |
| 635 | 2025-08-12T20:51:48.301Z | Downloaded hash32 v0.2.1 |
| 636 | 2025-08-12T20:51:48.301Z | Downloaded libsw-core v0.3.1 |
| 637 | 2025-08-12T20:51:48.304Z | Downloaded internet-checksum v0.2.1 |
| 638 | 2025-08-12T20:51:48.304Z | Downloaded buf-list v1.0.3 |
| 639 | 2025-08-12T20:51:48.307Z | Downloaded block-padding v0.3.3 |
| 640 | 2025-08-12T20:51:48.307Z | Downloaded is-terminal v0.4.13 |
| 641 | 2025-08-12T20:51:48.310Z | Downloaded instant v0.1.13 |
| 642 | 2025-08-12T20:51:48.311Z | Downloaded cfg_aliases v0.1.1 |
| 643 | 2025-08-12T20:51:48.314Z | Downloaded hyper-tls v0.6.0 |
| 644 | 2025-08-12T20:51:48.314Z | Downloaded hostname v0.3.1 |
| 645 | 2025-08-12T20:51:48.317Z | Downloaded home v0.5.9 |
| 646 | 2025-08-12T20:51:48.317Z | Downloaded hash32 v0.3.1 |
| 647 | 2025-08-12T20:51:48.320Z | Downloaded precomputed-hash v0.1.1 |
| 648 | 2025-08-12T20:51:48.320Z | Downloaded pretty-hex v0.2.1 |
| 649 | 2025-08-12T20:51:48.324Z | Downloaded blowfish v0.9.1 |
| 650 | 2025-08-12T20:51:48.324Z | Downloaded group v0.13.0 |
| 651 | 2025-08-12T20:51:48.327Z | Downloaded indoc v1.0.9 |
| 652 | 2025-08-12T20:51:48.331Z | Downloaded lazy_static v1.5.0 |
| 653 | 2025-08-12T20:51:48.331Z | Downloaded ipnetwork v0.21.1 |
| 654 | 2025-08-12T20:51:48.334Z | Downloaded libefi-sys v0.1.0 |
| 655 | 2025-08-12T20:51:48.337Z | Downloaded inout v0.1.3 |
| 656 | 2025-08-12T20:51:48.337Z | Downloaded libz-rs-sys v0.5.1 |
| 657 | 2025-08-12T20:51:48.340Z | Downloaded ingot-types v0.1.2 |
| 658 | 2025-08-12T20:51:48.341Z | Downloaded castaway v0.2.3 |
| 659 | 2025-08-12T20:51:48.344Z | Downloaded heapless v0.8.0 |
| 660 | 2025-08-12T20:51:48.347Z | Downloaded bitfield-struct v0.6.2 |
| 661 | 2025-08-12T20:51:48.347Z | Downloaded bzip2 v0.5.2 |
| 662 | 2025-08-12T20:51:48.350Z | Downloaded async-trait v0.1.88 |
| 663 | 2025-08-12T20:51:48.353Z | Downloaded lazycell v1.3.0 |
| 664 | 2025-08-12T20:51:48.356Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 665 | 2025-08-12T20:51:48.357Z | Downloaded lalrpop-util v0.19.12 |
| 666 | 2025-08-12T20:51:48.360Z | Downloaded indoc v2.0.6 |
| 667 | 2025-08-12T20:51:48.363Z | Downloaded critical-section v1.1.3 |
| 668 | 2025-08-12T20:51:48.363Z | Downloaded lru-cache v0.1.2 |
| 669 | 2025-08-12T20:51:48.367Z | Downloaded constant_time_eq v0.3.1 |
| 670 | 2025-08-12T20:51:48.367Z | Downloaded cexpr v0.6.0 |
| 671 | 2025-08-12T20:51:48.370Z | Downloaded lockfree-object-pool v0.1.6 |
| 672 | 2025-08-12T20:51:48.374Z | Downloaded indent_write v2.2.0 |
| 673 | 2025-08-12T20:51:48.374Z | Downloaded kstat-rs v0.2.4 |
| 674 | 2025-08-12T20:51:48.378Z | Downloaded cassowary v0.3.0 |
| 675 | 2025-08-12T20:51:48.378Z | Downloaded lzss v0.8.2 |
| 676 | 2025-08-12T20:51:48.381Z | Downloaded crossbeam-deque v0.8.5 |
| 677 | 2025-08-12T20:51:48.381Z | Downloaded lru v0.12.5 |
| 678 | 2025-08-12T20:51:48.385Z | Downloaded convert_case v0.4.0 |
| 679 | 2025-08-12T20:51:48.385Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 680 | 2025-08-12T20:51:48.388Z | Downloaded managed v0.8.0 |
| 681 | 2025-08-12T20:51:48.388Z | Downloaded cancel-safe-futures v0.1.5 |
| 682 | 2025-08-12T20:51:48.391Z | Downloaded proc-macro-crate v1.3.1 |
| 683 | 2025-08-12T20:51:48.394Z | Downloaded httparse v1.9.5 |
| 684 | 2025-08-12T20:51:48.398Z | Downloaded cookie_store v0.21.1 |
| 685 | 2025-08-12T20:51:48.402Z | Downloaded libsw v3.5.0 |
| 686 | 2025-08-12T20:51:48.402Z | Downloaded hyper-staticfile v0.10.1 |
| 687 | 2025-08-12T20:51:48.405Z | Downloaded hickory-resolver v0.24.4 |
| 688 | 2025-08-12T20:51:48.409Z | Downloaded sqlparser_derive v0.2.2 |
| 689 | 2025-08-12T20:51:48.409Z | Downloaded slog-envlogger v2.2.0 |
| 690 | 2025-08-12T20:51:48.412Z | Downloaded rustc_version v0.4.1 |
| 691 | 2025-08-12T20:51:48.412Z | Downloaded const_format_proc_macros v0.2.34 |
| 692 | 2025-08-12T20:51:48.426Z | Downloaded serde_bytes v0.11.17 |
| 693 | 2025-08-12T20:51:48.429Z | Downloaded arc-swap v1.7.1 |
| 694 | 2025-08-12T20:51:48.432Z | Downloaded resolv-conf v0.7.0 |
| 695 | 2025-08-12T20:51:48.436Z | Downloaded const-oid v0.9.6 |
| 696 | 2025-08-12T20:51:48.439Z | Downloaded rtoolbox v0.0.2 |
| 697 | 2025-08-12T20:51:48.439Z | Downloaded lock_api v0.4.12 |
| 698 | 2025-08-12T20:51:48.442Z | Downloaded tinyvec_macros v0.1.1 |
| 699 | 2025-08-12T20:51:48.442Z | Downloaded crossbeam-utils v0.8.21 |
| 700 | 2025-08-12T20:51:48.445Z | Downloaded darling_macro v0.21.0 |
| 701 | 2025-08-12T20:51:48.448Z | Downloaded want v0.3.1 |
| 702 | 2025-08-12T20:51:48.448Z | Downloaded ref-cast v1.0.24 |
| 703 | 2025-08-12T20:51:48.452Z | Downloaded waitgroup v0.1.2 |
| 704 | 2025-08-12T20:51:48.455Z | Downloaded aes v0.8.4 |
| 705 | 2025-08-12T20:51:48.458Z | Downloaded slog-dtrace v0.3.0 |
| 706 | 2025-08-12T20:51:48.463Z | Downloaded sec1 v0.7.3 |
| 707 | 2025-08-12T20:51:48.463Z | Downloaded rustc_version v0.1.7 |
| 708 | 2025-08-12T20:51:48.466Z | Downloaded ppv-lite86 v0.2.20 |
| 709 | 2025-08-12T20:51:48.466Z | Downloaded sha1 v0.10.6 |
| 710 | 2025-08-12T20:51:48.466Z | Downloaded crc-any v2.5.0 |
| 711 | 2025-08-12T20:51:48.469Z | Downloaded colored v2.2.0 |
| 712 | 2025-08-12T20:51:48.472Z | Downloaded smf v0.2.3 |
| 713 | 2025-08-12T20:51:48.475Z | Downloaded progenitor-impl v0.8.0 |
| 714 | 2025-08-12T20:51:48.475Z | Downloaded base64 v0.22.1 |
| 715 | 2025-08-12T20:51:48.479Z | Downloaded ssh-encoding v0.2.0 |
| 716 | 2025-08-12T20:51:48.482Z | Downloaded termcolor v1.4.1 |
| 717 | 2025-08-12T20:51:48.486Z | Downloaded ssh-cipher v0.2.0 |
| 718 | 2025-08-12T20:51:48.486Z | Downloaded chacha20poly1305 v0.10.1 |
| 719 | 2025-08-12T20:51:48.489Z | Downloaded time-core v0.1.2 |
| 720 | 2025-08-12T20:51:48.489Z | Downloaded futures-core v0.3.31 |
| 721 | 2025-08-12T20:51:48.492Z | Downloaded darling_macro v0.20.10 |
| 722 | 2025-08-12T20:51:48.492Z | Downloaded compact_str v0.8.0 |
| 723 | 2025-08-12T20:51:48.497Z | Downloaded tokio-rustls v0.25.0 |
| 724 | 2025-08-12T20:51:48.500Z | Downloaded unit-prefix v0.5.1 |
| 725 | 2025-08-12T20:51:48.500Z | Downloaded base64 v0.21.7 |
| 726 | 2025-08-12T20:51:48.503Z | Downloaded serde_with_macros v3.14.0 |
| 727 | 2025-08-12T20:51:48.506Z | Downloaded openssl-macros v0.1.1 |
| 728 | 2025-08-12T20:51:48.509Z | Downloaded num v0.4.3 |
| 729 | 2025-08-12T20:51:48.509Z | Downloaded endian-type v0.1.2 |
| 730 | 2025-08-12T20:51:48.509Z | Downloaded embedded-io v0.4.0 |
| 731 | 2025-08-12T20:51:48.512Z | Downloaded xattr v1.3.1 |
| 732 | 2025-08-12T20:51:48.516Z | Downloaded spin v0.9.8 |
| 733 | 2025-08-12T20:51:48.519Z | Downloaded filetime v0.2.25 |
| 734 | 2025-08-12T20:51:48.519Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 735 | 2025-08-12T20:51:48.522Z | Downloaded walkdir v2.5.0 |
| 736 | 2025-08-12T20:51:48.522Z | Downloaded debug-ignore v1.0.5 |
| 737 | 2025-08-12T20:51:48.526Z | Downloaded term v0.7.0 |
| 738 | 2025-08-12T20:51:48.530Z | Downloaded data-encoding v2.9.0 |
| 739 | 2025-08-12T20:51:48.530Z | Downloaded match_cfg v0.1.0 |
| 740 | 2025-08-12T20:51:48.533Z | Downloaded ed25519 v2.2.3 |
| 741 | 2025-08-12T20:51:48.533Z | Downloaded hyper-rustls v0.27.7 |
| 742 | 2025-08-12T20:51:48.536Z | Downloaded hickory-server v0.25.2 |
| 743 | 2025-08-12T20:51:48.541Z | Downloaded futures-task v0.3.31 |
| 744 | 2025-08-12T20:51:48.544Z | Downloaded flagset v0.4.6 |
| 745 | 2025-08-12T20:51:48.547Z | Downloaded newtype_derive v0.1.6 |
| 746 | 2025-08-12T20:51:48.547Z | Downloaded ff v0.13.0 |
| 747 | 2025-08-12T20:51:48.550Z | Downloaded tagptr v0.2.0 |
| 748 | 2025-08-12T20:51:48.550Z | Downloaded fd-lock v4.0.2 |
| 749 | 2025-08-12T20:51:48.553Z | Downloaded futures-sink v0.3.31 |
| 750 | 2025-08-12T20:51:48.553Z | Downloaded zstd-safe v7.2.3 |
| 751 | 2025-08-12T20:51:48.556Z | Downloaded serde_plain v1.0.2 |
| 752 | 2025-08-12T20:51:48.559Z | Downloaded indicatif v0.18.0 |
| 753 | 2025-08-12T20:51:48.563Z | Downloaded maybe-uninit v2.0.0 |
| 754 | 2025-08-12T20:51:48.563Z | Downloaded enum-as-inner v0.6.1 |
| 755 | 2025-08-12T20:51:48.567Z | Downloaded oso-derive v0.27.3 |
| 756 | 2025-08-12T20:51:48.567Z | Downloaded derive_builder_core v0.20.2 |
| 757 | 2025-08-12T20:51:48.570Z | Downloaded tokio-rustls v0.24.1 |
| 758 | 2025-08-12T20:51:48.573Z | Downloaded serde_yaml v0.9.34+deprecated |
| 759 | 2025-08-12T20:51:48.576Z | Downloaded packed_struct_codegen v0.10.1 |
| 760 | 2025-08-12T20:51:48.576Z | Downloaded schemars v0.8.22 |
| 761 | 2025-08-12T20:51:48.587Z | Downloaded slog-bunyan v2.5.0 |
| 762 | 2025-08-12T20:51:48.591Z | Downloaded nibble_vec v0.1.0 |
| 763 | 2025-08-12T20:51:48.594Z | Downloaded jiff-static v0.2.15 |
| 764 | 2025-08-12T20:51:48.597Z | Downloaded progenitor-client v0.10.0 |
| 765 | 2025-08-12T20:51:48.597Z | Downloaded num-integer v0.1.46 |
| 766 | 2025-08-12T20:51:48.600Z | Downloaded pkg-config v0.3.31 |
| 767 | 2025-08-12T20:51:48.600Z | Downloaded crossbeam-channel v0.5.15 |
| 768 | 2025-08-12T20:51:48.604Z | Downloaded cc v1.2.30 |
| 769 | 2025-08-12T20:51:48.608Z | Downloaded rand_seeder v0.3.0 |
| 770 | 2025-08-12T20:51:48.611Z | Downloaded psl-types v2.0.11 |
| 771 | 2025-08-12T20:51:48.611Z | Downloaded pin-project-internal v1.1.6 |
| 772 | 2025-08-12T20:51:48.615Z | Downloaded fixedbitset v0.5.7 |
| 773 | 2025-08-12T20:51:48.618Z | Downloaded cstr-argument v0.1.2 |
| 774 | 2025-08-12T20:51:48.618Z | Downloaded rustls-native-certs v0.8.1 |
| 775 | 2025-08-12T20:51:48.621Z | Downloaded rand_xorshift v0.4.0 |
| 776 | 2025-08-12T20:51:48.624Z | Downloaded diff v0.1.13 |
| 777 | 2025-08-12T20:51:48.627Z | Downloaded float-ord v0.3.2 |
| 778 | 2025-08-12T20:51:48.627Z | Downloaded num-iter v0.1.45 |
| 779 | 2025-08-12T20:51:48.628Z | Downloaded socket2 v0.6.0 |
| 780 | 2025-08-12T20:51:48.631Z | Downloaded sync_wrapper v1.0.1 |
| 781 | 2025-08-12T20:51:48.634Z | Downloaded md5 v0.7.0 |
| 782 | 2025-08-12T20:51:48.634Z | Downloaded slog-stdlog v4.1.1 |
| 783 | 2025-08-12T20:51:48.637Z | Downloaded sync-ptr v0.1.4 |
| 784 | 2025-08-12T20:51:48.637Z | Downloaded signal-hook-tokio v0.3.1 |
| 785 | 2025-08-12T20:51:48.641Z | Downloaded similar v2.7.0 |
| 786 | 2025-08-12T20:51:48.644Z | Downloaded slog-scope v4.4.0 |
| 787 | 2025-08-12T20:51:48.647Z | Downloaded slog-json v2.6.1 |
| 788 | 2025-08-12T20:51:48.647Z | Downloaded slog-async v2.8.0 |
| 789 | 2025-08-12T20:51:48.650Z | Downloaded diesel_derives v2.2.3 |
| 790 | 2025-08-12T20:51:48.654Z | Downloaded time-macros v0.2.18 |
| 791 | 2025-08-12T20:51:48.657Z | Downloaded vte_generate_state_changes v0.1.2 |
| 792 | 2025-08-12T20:51:48.660Z | Downloaded parking_lot v0.11.2 |
| 793 | 2025-08-12T20:51:48.660Z | Downloaded fatfs v0.3.6 |
| 794 | 2025-08-12T20:51:48.663Z | Downloaded siphasher v1.0.1 |
| 795 | 2025-08-12T20:51:48.666Z | Downloaded pkcs8 v0.10.2 |
| 796 | 2025-08-12T20:51:48.670Z | Downloaded siphasher v0.3.11 |
| 797 | 2025-08-12T20:51:48.670Z | Downloaded normalize-line-endings v0.3.0 |
| 798 | 2025-08-12T20:51:48.673Z | Downloaded polyval v0.6.2 |
| 799 | 2025-08-12T20:51:48.673Z | Downloaded thiserror-no-std v2.0.2 |
| 800 | 2025-08-12T20:51:48.676Z | Downloaded crunchy v0.2.2 |
| 801 | 2025-08-12T20:51:48.680Z | Downloaded utf-8 v0.7.6 |
| 802 | 2025-08-12T20:51:48.680Z | Downloaded poly1305 v0.8.0 |
| 803 | 2025-08-12T20:51:48.683Z | Downloaded thread_local v1.1.8 |
| 804 | 2025-08-12T20:51:48.688Z | Downloaded aes-gcm v0.10.3 |
| 805 | 2025-08-12T20:51:48.691Z | Downloaded crucible-workspace-hack v0.1.0 |
| 806 | 2025-08-12T20:51:48.691Z | Downloaded postgres-protocol v0.6.8 |
| 807 | 2025-08-12T20:51:48.695Z | Downloaded xshell-macros v0.2.7 |
| 808 | 2025-08-12T20:51:48.695Z | Downloaded slab v0.4.9 |
| 809 | 2025-08-12T20:51:48.695Z | Downloaded hyper-util v0.1.16 |
| 810 | 2025-08-12T20:51:48.699Z | Downloaded ctr v0.9.2 |
| 811 | 2025-08-12T20:51:48.702Z | Downloaded rustls-pemfile v2.2.0 |
| 812 | 2025-08-12T20:51:48.706Z | Downloaded rustc-hash v1.1.0 |
| 813 | 2025-08-12T20:51:48.710Z | Downloaded aho-corasick v1.1.3 |
| 814 | 2025-08-12T20:51:48.713Z | Downloaded parse-size v1.1.0 |
| 815 | 2025-08-12T20:51:48.713Z | Downloaded md-5 v0.10.6 |
| 816 | 2025-08-12T20:51:48.716Z | Downloaded nu-ansi-term v0.50.1 |
| 817 | 2025-08-12T20:51:48.720Z | Downloaded tokio-tungstenite v0.21.0 |
| 818 | 2025-08-12T20:51:48.723Z | Downloaded xz2 v0.1.7 |
| 819 | 2025-08-12T20:51:48.723Z | Downloaded papergrid v0.14.0 |
| 820 | 2025-08-12T20:51:48.727Z | Downloaded p256 v0.13.2 |
| 821 | 2025-08-12T20:51:48.731Z | Downloaded nodrop v0.1.14 |
| 822 | 2025-08-12T20:51:48.734Z | Downloaded topological-sort v0.2.2 |
| 823 | 2025-08-12T20:51:48.734Z | Downloaded tokio-tungstenite v0.23.1 |
| 824 | 2025-08-12T20:51:48.737Z | Downloaded unsafe-libyaml v0.2.11 |
| 825 | 2025-08-12T20:51:48.741Z | Downloaded dunce v1.0.5 |
| 826 | 2025-08-12T20:51:48.744Z | Downloaded document-features v0.2.11 |
| 827 | 2025-08-12T20:51:48.744Z | Downloaded difflib v0.4.0 |
| 828 | 2025-08-12T20:51:48.747Z | Downloaded predicates-core v1.0.8 |
| 829 | 2025-08-12T20:51:48.747Z | Downloaded either v1.15.0 |
| 830 | 2025-08-12T20:51:48.750Z | Downloaded vte v0.11.1 |
| 831 | 2025-08-12T20:51:48.754Z | Downloaded typed-path v0.9.3 |
| 832 | 2025-08-12T20:51:48.757Z | Downloaded zone_cfg_derive v0.3.0 |
| 833 | 2025-08-12T20:51:48.760Z | Downloaded strum v0.26.3 |
| 834 | 2025-08-12T20:51:48.760Z | Downloaded ghash v0.5.1 |
| 835 | 2025-08-12T20:51:48.781Z | Downloaded futures-macro v0.3.31 |
| 836 | 2025-08-12T20:51:48.781Z | Downloaded qorb v0.4.1 |
| 837 | 2025-08-12T20:51:48.785Z | Downloaded opaque-debug v0.3.1 |
| 838 | 2025-08-12T20:51:48.786Z | Downloaded h2 v0.4.6 |
| 839 | 2025-08-12T20:51:48.786Z | Downloaded parse-display-derive v0.10.0 |
| 840 | 2025-08-12T20:51:48.786Z | Downloaded parse-display v0.10.0 |
| 841 | 2025-08-12T20:51:48.786Z | Downloaded csv-core v0.1.11 |
| 842 | 2025-08-12T20:51:48.786Z | Downloaded rustc-demangle v0.1.24 |
| 843 | 2025-08-12T20:51:48.786Z | Downloaded peg-runtime v0.8.5 |
| 844 | 2025-08-12T20:51:48.786Z | Downloaded serde_derive_internals v0.29.1 |
| 845 | 2025-08-12T20:51:48.786Z | Downloaded progenitor v0.10.0 |
| 846 | 2025-08-12T20:51:48.789Z | Downloaded phf v0.12.1 |
| 847 | 2025-08-12T20:51:48.789Z | Downloaded ron v0.8.1 |
| 848 | 2025-08-12T20:51:48.794Z | Downloaded phf v0.11.2 |
| 849 | 2025-08-12T20:51:48.797Z | Downloaded phf_shared v0.12.1 |
| 850 | 2025-08-12T20:51:48.797Z | Downloaded progenitor-macro v0.10.0 |
| 851 | 2025-08-12T20:51:48.801Z | Downloaded peg-macros v0.8.5 |
| 852 | 2025-08-12T20:51:48.804Z | Downloaded hashbrown v0.12.3 |
| 853 | 2025-08-12T20:51:48.808Z | Downloaded progenitor-macro v0.8.0 |
| 854 | 2025-08-12T20:51:48.808Z | Downloaded memmap2 v0.9.5 |
| 855 | 2025-08-12T20:51:48.812Z | Downloaded tokio-native-tls v0.3.1 |
| 856 | 2025-08-12T20:51:48.812Z | Downloaded tokio-macros v2.5.0 |
| 857 | 2025-08-12T20:51:48.815Z | Downloaded shlex v1.3.0 |
| 858 | 2025-08-12T20:51:48.815Z | Downloaded strum_macros v0.24.3 |
| 859 | 2025-08-12T20:51:48.818Z | Downloaded multer v3.1.0 |
| 860 | 2025-08-12T20:51:48.822Z | Downloaded maplit v1.0.2 |
| 861 | 2025-08-12T20:51:48.822Z | Downloaded futures-executor v0.3.31 |
| 862 | 2025-08-12T20:51:48.825Z | Downloaded owo-colors v4.2.2 |
| 863 | 2025-08-12T20:51:48.828Z | Downloaded daft v0.1.4 |
| 864 | 2025-08-12T20:51:48.834Z | Downloaded foreign-types-macros v0.2.3 |
| 865 | 2025-08-12T20:51:48.841Z | Downloaded supports-color v3.0.2 |
| 866 | 2025-08-12T20:51:48.844Z | Downloaded progenitor-macro v0.9.1 |
| 867 | 2025-08-12T20:51:48.847Z | Downloaded rustls-pki-types v1.10.0 |
| 868 | 2025-08-12T20:51:48.850Z | Downloaded take_mut v0.2.2 |
| 869 | 2025-08-12T20:51:48.854Z | Downloaded unicode-bidi v0.3.17 |
| 870 | 2025-08-12T20:51:48.859Z | Downloaded which v4.4.2 |
| 871 | 2025-08-12T20:51:48.863Z | Downloaded rustc-hash v2.1.1 |
| 872 | 2025-08-12T20:51:48.866Z | Downloaded strum_macros v0.26.4 |
| 873 | 2025-08-12T20:51:48.871Z | Downloaded foreign-types-shared v0.1.1 |
| 874 | 2025-08-12T20:51:48.876Z | Downloaded tabled_derive v0.10.0 |
| 875 | 2025-08-12T20:51:48.879Z | Downloaded support-bundle-viewer v0.1.2 |
| 876 | 2025-08-12T20:51:48.879Z | Downloaded iddqd v0.3.9 |
| 877 | 2025-08-12T20:51:48.886Z | Downloaded num-derive v0.3.3 |
| 878 | 2025-08-12T20:51:48.889Z | Downloaded progenitor v0.8.0 |
| 879 | 2025-08-12T20:51:48.892Z | Downloaded tui-tree-widget v0.23.1 |
| 880 | 2025-08-12T20:51:48.895Z | Downloaded uuid v1.17.0 |
| 881 | 2025-08-12T20:51:48.899Z | Downloaded parking_lot v0.12.3 |
| 882 | 2025-08-12T20:51:48.902Z | Downloaded number_prefix v0.4.0 |
| 883 | 2025-08-12T20:51:48.905Z | Downloaded daft-derive v0.1.4 |
| 884 | 2025-08-12T20:51:48.908Z | Downloaded crossterm v0.29.0 |
| 885 | 2025-08-12T20:51:48.914Z | Downloaded serde-big-array v0.5.1 |
| 886 | 2025-08-12T20:51:48.917Z | Downloaded secrecy v0.8.0 |
| 887 | 2025-08-12T20:51:48.920Z | Downloaded flume v0.11.1 |
| 888 | 2025-08-12T20:51:48.924Z | Downloaded dirs-next v2.0.0 |
| 889 | 2025-08-12T20:51:48.927Z | Downloaded r2d2 v0.8.10 |
| 890 | 2025-08-12T20:51:48.927Z | Downloaded futures v0.3.31 |
| 891 | 2025-08-12T20:51:48.931Z | Downloaded tap v1.0.1 |
| 892 | 2025-08-12T20:51:48.935Z | Downloaded tungstenite v0.23.0 |
| 893 | 2025-08-12T20:51:48.938Z | Downloaded num_enum v0.5.11 |
| 894 | 2025-08-12T20:51:48.943Z | Downloaded num-conv v0.1.0 |
| 895 | 2025-08-12T20:51:48.947Z | Downloaded itertools v0.14.0 |
| 896 | 2025-08-12T20:51:48.952Z | Downloaded olpc-cjson v0.1.4 |
| 897 | 2025-08-12T20:51:48.955Z | Downloaded path-slash v0.1.5 |
| 898 | 2025-08-12T20:51:48.955Z | Downloaded funty v2.0.0 |
| 899 | 2025-08-12T20:51:48.958Z | Downloaded twox-hash v2.1.0 |
| 900 | 2025-08-12T20:51:48.962Z | Downloaded pkcs1 v0.7.5 |
| 901 | 2025-08-12T20:51:48.965Z | Downloaded proc-macro-error2 v2.0.1 |
| 902 | 2025-08-12T20:51:48.968Z | Downloaded termios v0.3.3 |
| 903 | 2025-08-12T20:51:48.968Z | Downloaded subtle v2.6.1 |
| 904 | 2025-08-12T20:51:48.971Z | Downloaded rfc6979 v0.4.0 |
| 905 | 2025-08-12T20:51:48.975Z | Downloaded void v1.0.2 |
| 906 | 2025-08-12T20:51:48.975Z | Downloaded signal-hook v0.3.18 |
| 907 | 2025-08-12T20:51:48.978Z | Downloaded rand_chacha v0.3.1 |
| 908 | 2025-08-12T20:51:48.981Z | Downloaded snafu-derive v0.8.5 |
| 909 | 2025-08-12T20:51:48.981Z | Downloaded zip v0.6.6 |
| 910 | 2025-08-12T20:51:48.985Z | Downloaded fs_extra v1.3.0 |
| 911 | 2025-08-12T20:51:48.989Z | Downloaded derive_builder_macro v0.20.2 |
| 912 | 2025-08-12T20:51:48.992Z | Downloaded bindgen v0.69.5 |
| 913 | 2025-08-12T20:51:48.997Z | Downloaded openssl-probe v0.1.5 |
| 914 | 2025-08-12T20:51:49.002Z | Downloaded pem v3.0.5 |
| 915 | 2025-08-12T20:51:49.005Z | Downloaded serde_with v3.14.0 |
| 916 | 2025-08-12T20:51:49.013Z | Downloaded dyn-clone v1.0.19 |
| 917 | 2025-08-12T20:51:49.016Z | Downloaded scrypt v0.11.0 |
| 918 | 2025-08-12T20:51:49.019Z | Downloaded progenitor v0.9.1 |
| 919 | 2025-08-12T20:51:49.019Z | Downloaded iri-string v0.7.8 |
| 920 | 2025-08-12T20:51:49.026Z | Downloaded termtree v0.5.1 |
| 921 | 2025-08-12T20:51:49.029Z | Downloaded hyper v1.6.0 |
| 922 | 2025-08-12T20:51:49.035Z | Downloaded tokio-stream v0.1.17 |
| 923 | 2025-08-12T20:51:49.039Z | Downloaded tiny-keccak v2.0.2 |
| 924 | 2025-08-12T20:51:49.043Z | Downloaded x509-cert v0.2.5 |
| 925 | 2025-08-12T20:51:49.050Z | Downloaded expectorate v1.2.0 |
| 926 | 2025-08-12T20:51:49.053Z | Downloaded crypto-bigint v0.5.5 |
| 927 | 2025-08-12T20:51:49.059Z | Downloaded password-hash v0.4.2 |
| 928 | 2025-08-12T20:51:49.063Z | Downloaded futures-io v0.3.31 |
| 929 | 2025-08-12T20:51:49.066Z | Downloaded foreign-types v0.3.2 |
| 930 | 2025-08-12T20:51:49.066Z | Downloaded signal-hook-registry v1.4.2 |
| 931 | 2025-08-12T20:51:49.069Z | Downloaded static_assertions v1.1.0 |
| 932 | 2025-08-12T20:51:49.069Z | Downloaded rpassword v7.4.0 |
| 933 | 2025-08-12T20:51:49.072Z | Downloaded zlib-rs v0.5.1 |
| 934 | 2025-08-12T20:51:49.077Z | Downloaded ecdsa v0.16.9 |
| 935 | 2025-08-12T20:51:49.081Z | Downloaded tokio-rustls v0.26.0 |
| 936 | 2025-08-12T20:51:49.084Z | Downloaded progenitor-client v0.8.0 |
| 937 | 2025-08-12T20:51:49.084Z | Downloaded scheduled-thread-pool v0.2.7 |
| 938 | 2025-08-12T20:51:49.088Z | Downloaded wait-timeout v0.2.0 |
| 939 | 2025-08-12T20:51:49.088Z | Downloaded env_filter v0.1.2 |
| 940 | 2025-08-12T20:51:49.091Z | Downloaded reqwest v0.12.22 |
| 941 | 2025-08-12T20:51:49.097Z | Downloaded sigpipe v0.1.3 |
| 942 | 2025-08-12T20:51:49.100Z | Downloaded zerocopy v0.6.6 |
| 943 | 2025-08-12T20:51:49.103Z | Downloaded salsa20 v0.10.2 |
| 944 | 2025-08-12T20:51:49.103Z | Downloaded zip v4.2.0 |
| 945 | 2025-08-12T20:51:49.113Z | Downloaded progenitor-client v0.9.1 |
| 946 | 2025-08-12T20:51:49.117Z | Downloaded foldhash v0.1.5 |
| 947 | 2025-08-12T20:51:49.117Z | Downloaded bindgen v0.71.1 |
| 948 | 2025-08-12T20:51:49.120Z | Downloaded try-lock v0.2.5 |
| 949 | 2025-08-12T20:51:49.120Z | Downloaded progenitor-impl v0.10.0 |
| 950 | 2025-08-12T20:51:49.124Z | Downloaded yansi v1.0.1 |
| 951 | 2025-08-12T20:51:49.127Z | Downloaded phf_shared v0.11.2 |
| 952 | 2025-08-12T20:51:49.127Z | Downloaded serde_urlencoded v0.7.1 |
| 953 | 2025-08-12T20:51:49.132Z | Downloaded itertools v0.13.0 |
| 954 | 2025-08-12T20:51:49.135Z | Downloaded untrusted v0.9.0 |
| 955 | 2025-08-12T20:51:49.138Z | Downloaded defmt-parser v0.3.4 |
| 956 | 2025-08-12T20:51:49.138Z | Downloaded vergen v8.3.2 |
| 957 | 2025-08-12T20:51:49.141Z | Downloaded schemars_derive v0.8.22 |
| 958 | 2025-08-12T20:51:49.144Z | Downloaded num-complex v0.4.6 |
| 959 | 2025-08-12T20:51:49.144Z | Downloaded mime_guess v2.0.5 |
| 960 | 2025-08-12T20:51:49.148Z | Downloaded oxide-tokio-rt v0.1.2 |
| 961 | 2025-08-12T20:51:49.151Z | Downloaded mime v0.3.17 |
| 962 | 2025-08-12T20:51:49.151Z | Downloaded wyz v0.5.1 |
| 963 | 2025-08-12T20:51:49.154Z | Downloaded yasna v0.5.2 |
| 964 | 2025-08-12T20:51:49.154Z | Downloaded typify-macro v0.4.1 |
| 965 | 2025-08-12T20:51:49.157Z | Downloaded derive_more v0.99.20 |
| 966 | 2025-08-12T20:51:49.161Z | Downloaded der_derive v0.7.3 |
| 967 | 2025-08-12T20:51:49.164Z | Downloaded getrandom v0.2.15 |
| 968 | 2025-08-12T20:51:49.167Z | Downloaded typify-macro v0.3.0 |
| 969 | 2025-08-12T20:51:49.167Z | Downloaded test-strategy v0.4.3 |
| 970 | 2025-08-12T20:51:49.170Z | Downloaded defmt v0.3.8 |
| 971 | 2025-08-12T20:51:49.173Z | Downloaded paste v1.0.15 |
| 972 | 2025-08-12T20:51:49.177Z | Downloaded powerfmt v0.2.0 |
| 973 | 2025-08-12T20:51:49.180Z | Downloaded env_logger v0.10.2 |
| 974 | 2025-08-12T20:51:49.183Z | Downloaded signature v2.2.0 |
| 975 | 2025-08-12T20:51:49.183Z | Downloaded memoffset v0.9.1 |
| 976 | 2025-08-12T20:51:49.186Z | Downloaded pem-rfc7468 v0.7.0 |
| 977 | 2025-08-12T20:51:49.186Z | Downloaded rayon v1.10.0 |
| 978 | 2025-08-12T20:51:49.196Z | Downloaded tls_codec_derive v0.4.1 |
| 979 | 2025-08-12T20:51:49.199Z | Downloaded derive-where v1.5.0 |
| 980 | 2025-08-12T20:51:49.202Z | Downloaded uzers v0.12.1 |
| 981 | 2025-08-12T20:51:49.205Z | Downloaded tracing-attributes v0.1.27 |
| 982 | 2025-08-12T20:51:49.209Z | Downloaded tls_codec v0.4.1 |
| 983 | 2025-08-12T20:51:49.209Z | Downloaded predicates v3.1.3 |
| 984 | 2025-08-12T20:51:49.212Z | Downloaded unarray v0.1.4 |
| 985 | 2025-08-12T20:51:49.216Z | Downloaded unicode-properties v0.1.3 |
| 986 | 2025-08-12T20:51:49.216Z | Downloaded glob v0.3.2 |
| 987 | 2025-08-12T20:51:49.219Z | Downloaded slog-term v2.9.1 |
| 988 | 2025-08-12T20:51:49.222Z | Downloaded rcgen v0.12.1 |
| 989 | 2025-08-12T20:51:49.223Z | Downloaded unicode-normalization v0.1.24 |
| 990 | 2025-08-12T20:51:49.226Z | Downloaded sqlparser v0.45.0 |
| 991 | 2025-08-12T20:51:49.230Z | Downloaded password-hash v0.5.0 |
| 992 | 2025-08-12T20:51:49.233Z | Downloaded unicase v2.7.0 |
| 993 | 2025-08-12T20:51:49.237Z | Downloaded oxnet v0.1.3 |
| 994 | 2025-08-12T20:51:49.237Z | Downloaded derive_builder v0.20.2 |
| 995 | 2025-08-12T20:51:49.241Z | Downloaded tower v0.5.2 |
| 996 | 2025-08-12T20:51:49.251Z | Downloaded tinyvec v1.8.0 |
| 997 | 2025-08-12T20:51:49.254Z | Downloaded prefix-trie v0.7.0 |
| 998 | 2025-08-12T20:51:49.258Z | Downloaded tracing-core v0.1.32 |
| 999 | 2025-08-12T20:51:49.262Z | Downloaded derive_more-impl v2.0.1 |
| 1000 | 2025-08-12T20:51:49.266Z | Downloaded der v0.7.9 |
| 1001 | 2025-08-12T20:51:49.272Z | Downloaded openssl-sys v0.9.109 |
| 1002 | 2025-08-12T20:51:49.277Z | Downloaded p384 v0.13.0 |
| 1003 | 2025-08-12T20:51:49.282Z | Downloaded rustls-webpki v0.101.7 |
| 1004 | 2025-08-12T20:51:49.296Z | Downloaded pretty_assertions v1.4.1 |
| 1005 | 2025-08-12T20:51:49.300Z | Downloaded num-bigint v0.4.6 |
| 1006 | 2025-08-12T20:51:49.303Z | Downloaded salty v0.3.0 |
| 1007 | 2025-08-12T20:51:49.309Z | Downloaded tabled v0.18.0 |
| 1008 | 2025-08-12T20:51:49.325Z | Downloaded tough v0.20.0 |
| 1009 | 2025-08-12T20:51:49.332Z | Downloaded curve25519-dalek v4.1.3 |
| 1010 | 2025-08-12T20:51:49.340Z | Downloaded steno v0.4.1 |
| 1011 | 2025-08-12T20:51:49.343Z | Downloaded object v0.30.4 |
| 1012 | 2025-08-12T20:51:49.352Z | Downloaded gimli v0.31.1 |
| 1013 | 2025-08-12T20:51:49.359Z | Downloaded regress v0.10.4 |
| 1014 | 2025-08-12T20:51:49.368Z | Downloaded futures-util v0.3.31 |
| 1015 | 2025-08-12T20:51:49.379Z | Downloaded quick-xml v0.37.2 |
| 1016 | 2025-08-12T20:51:49.384Z | Downloaded portable-atomic v1.11.0 |
| 1017 | 2025-08-12T20:51:49.392Z | Downloaded zerocopy-derive v0.8.26 |
| 1018 | 2025-08-12T20:51:49.398Z | Downloaded num-bigint-dig v0.8.4 |
| 1019 | 2025-08-12T20:51:49.402Z | Downloaded winnow v0.6.26 |
| 1020 | 2025-08-12T20:51:49.409Z | Downloaded rand v0.9.1 |
| 1021 | 2025-08-12T20:51:49.413Z | Downloaded radix_trie v0.2.1 |
| 1022 | 2025-08-12T20:51:49.418Z | Downloaded rustls-webpki v0.102.8 |
| 1023 | 2025-08-12T20:51:49.435Z | Downloaded reedline v0.40.0 |
| 1024 | 2025-08-12T20:51:49.441Z | Downloaded hickory-proto v0.25.2 |
| 1025 | 2025-08-12T20:51:49.454Z | Downloaded nix v0.27.1 |
| 1026 | 2025-08-12T20:51:49.464Z | Downloaded git2 v0.19.0 |
| 1027 | 2025-08-12T20:51:49.471Z | Downloaded petname v2.0.2 |
| 1028 | 2025-08-12T20:51:49.476Z | Downloaded diesel v2.2.12 |
| 1029 | 2025-08-12T20:51:49.494Z | Downloaded bstr v1.10.0 |
| 1030 | 2025-08-12T20:51:49.503Z | Downloaded moka v0.12.10 |
| 1031 | 2025-08-12T20:51:49.513Z | Downloaded smoltcp v0.9.1 |
| 1032 | 2025-08-12T20:51:49.524Z | Downloaded winnow v0.5.40 |
| 1033 | 2025-08-12T20:51:49.532Z | Downloaded polar-core v0.27.3 |
| 1034 | 2025-08-12T20:51:49.540Z | Downloaded vcpkg v0.2.15 |
| 1035 | 2025-08-12T20:51:49.577Z | Downloaded regex v1.11.1 |
| 1036 | 2025-08-12T20:51:49.590Z | Downloaded webpki-roots v1.0.1 |
| 1037 | 2025-08-12T20:51:49.593Z | Downloaded openapiv3 v2.2.0 |
| 1038 | 2025-08-12T20:51:49.604Z | Downloaded nix v0.28.0 |
| 1039 | 2025-08-12T20:51:49.614Z | Downloaded rustls v0.22.4 |
| 1040 | 2025-08-12T20:51:49.626Z | Downloaded zerocopy-derive v0.6.6 |
| 1041 | 2025-08-12T20:51:49.636Z | Downloaded typify-impl v0.4.1 |
| 1042 | 2025-08-12T20:51:49.649Z | Downloaded rustls v0.23.19 |
| 1043 | 2025-08-12T20:51:49.660Z | Downloaded typify-impl v0.3.0 |
| 1044 | 2025-08-12T20:51:49.674Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1045 | 2025-08-12T20:51:49.684Z | Downloaded nix v0.29.0 |
| 1046 | 2025-08-12T20:51:49.695Z | Downloaded openssl v0.10.73 |
| 1047 | 2025-08-12T20:51:49.704Z | Downloaded object v0.36.5 |
| 1048 | 2025-08-12T20:51:49.715Z | Downloaded nix v0.30.1 |
| 1049 | 2025-08-12T20:51:49.726Z | Downloaded hickory-proto v0.24.4 |
| 1050 | 2025-08-12T20:51:49.741Z | Downloaded rustls v0.21.12 |
| 1051 | 2025-08-12T20:51:49.751Z | Downloaded regex-syntax v0.6.29 |
| 1052 | 2025-08-12T20:51:49.757Z | Downloaded dropshot v0.16.2 |
| 1053 | 2025-08-12T20:51:49.776Z | Downloaded sled v0.34.7 |
| 1054 | 2025-08-12T20:51:49.785Z | Downloaded typify-impl v0.2.0 |
| 1055 | 2025-08-12T20:51:49.797Z | Downloaded regex-syntax v0.8.5 |
| 1056 | 2025-08-12T20:51:49.804Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1057 | 2025-08-12T20:51:49.820Z | Downloaded chrono-tz v0.10.4 |
| 1058 | 2025-08-12T20:51:49.835Z | Downloaded smoltcp v0.11.0 |
| 1059 | 2025-08-12T20:51:49.846Z | Downloaded quinn-proto v0.11.8 |
| 1060 | 2025-08-12T20:51:49.851Z | Downloaded lalrpop v0.19.12 |
| 1061 | 2025-08-12T20:51:49.860Z | Downloaded tower-http v0.6.6 |
| 1062 | 2025-08-12T20:51:49.868Z | Downloaded nom v7.1.3 |
| 1063 | 2025-08-12T20:51:49.874Z | Downloaded ratatui v0.29.0 |
| 1064 | 2025-08-12T20:51:49.889Z | Downloaded proptest v1.7.0 |
| 1065 | 2025-08-12T20:51:49.899Z | Downloaded tokio v1.47.0 |
| 1066 | 2025-08-12T20:51:49.930Z | Downloaded sha3 v0.10.8 |
| 1067 | 2025-08-12T20:51:49.935Z | Downloaded zerocopy v0.8.26 |
| 1068 | 2025-08-12T20:51:49.954Z | Downloaded unicode-segmentation v1.12.0 |
| 1069 | 2025-08-12T20:51:49.957Z | Downloaded snafu v0.8.5 |
| 1070 | 2025-08-12T20:51:49.963Z | Downloaded jiff v0.2.15 |
| 1071 | 2025-08-12T20:51:49.977Z | Downloaded zeroize v1.8.1 |
| 1072 | 2025-08-12T20:51:49.979Z | Downloaded native-tls v0.2.12 |
| 1073 | 2025-08-12T20:51:49.980Z | Downloaded derive-ex v0.1.8 |
| 1074 | 2025-08-12T20:51:49.983Z | Downloaded russh v0.45.0 |
| 1075 | 2025-08-12T20:51:49.986Z | Downloaded rand v0.8.5 |
| 1076 | 2025-08-12T20:51:49.989Z | Downloaded quinn v0.11.5 |
| 1077 | 2025-08-12T20:51:49.992Z | Downloaded omicron-zone-package v0.12.2 |
| 1078 | 2025-08-12T20:51:49.994Z | Downloaded dropshot_endpoint v0.16.2 |
| 1079 | 2025-08-12T20:51:49.997Z | Downloaded derive_more v2.0.1 |
| 1080 | 2025-08-12T20:51:50.005Z | Downloaded regex-automata v0.4.8 |
| 1081 | 2025-08-12T20:51:50.018Z | Downloaded petgraph v0.6.5 |
| 1082 | 2025-08-12T20:51:50.034Z | Downloaded petgraph v0.8.2 |
| 1083 | 2025-08-12T20:51:50.052Z | Downloaded lzma-sys v0.1.20 |
| 1084 | 2025-08-12T20:51:50.077Z | Downloaded tokio-postgres v0.7.13 |
| 1085 | 2025-08-12T20:51:50.082Z | Downloaded libz-sys v1.1.20 |
| 1086 | 2025-08-12T20:51:50.099Z | Downloaded darling_core v0.21.0 |
| 1087 | 2025-08-12T20:51:50.104Z | Downloaded value-bag v1.9.0 |
| 1088 | 2025-08-12T20:51:50.107Z | Downloaded samael v0.0.19 |
| 1089 | 2025-08-12T20:51:50.111Z | Downloaded rustyline v14.0.0 |
| 1090 | 2025-08-12T20:51:50.121Z | Downloaded csv v1.3.1 |
| 1091 | 2025-08-12T20:51:50.132Z | Downloaded gethostname v0.5.0 |
| 1092 | 2025-08-12T20:51:50.135Z | Downloaded typify-macro v0.2.0 |
| 1093 | 2025-08-12T20:51:50.135Z | Downloaded tar v0.4.44 |
| 1094 | 2025-08-12T20:51:50.139Z | Downloaded prettyplease v0.2.36 |
| 1095 | 2025-08-12T20:51:50.141Z | Downloaded darling_core v0.20.10 |
| 1096 | 2025-08-12T20:51:50.146Z | Downloaded predicates-tree v1.0.12 |
| 1097 | 2025-08-12T20:51:50.146Z | Downloaded scopeguard v1.2.0 |
| 1098 | 2025-08-12T20:51:50.149Z | Downloaded primeorder v0.13.6 |
| 1099 | 2025-08-12T20:51:50.149Z | Downloaded pin-project v1.1.6 |
| 1100 | 2025-08-12T20:51:50.156Z | Downloaded tungstenite v0.21.0 |
| 1101 | 2025-08-12T20:51:50.159Z | Downloaded tokio-util v0.7.15 |
| 1102 | 2025-08-12T20:51:50.164Z | Downloaded time v0.3.36 |
| 1103 | 2025-08-12T20:51:50.171Z | Downloaded p521 v0.13.3 |
| 1104 | 2025-08-12T20:51:50.174Z | Downloaded semver v0.1.20 |
| 1105 | 2025-08-12T20:51:50.175Z | Downloaded ref-cast-impl v1.0.24 |
| 1106 | 2025-08-12T20:51:50.178Z | Downloaded same-file v1.0.6 |
| 1107 | 2025-08-12T20:51:50.178Z | Downloaded fs-err v2.11.0 |
| 1108 | 2025-08-12T20:51:50.181Z | Downloaded ring v0.17.14 |
| 1109 | 2025-08-12T20:51:50.215Z | Downloaded tokio-dtrace v0.1.0 |
| 1110 | 2025-08-12T20:51:50.218Z | Downloaded postgres-types v0.2.9 |
| 1111 | 2025-08-12T20:51:50.221Z | Downloaded ed25519-dalek v2.1.1 |
| 1112 | 2025-08-12T20:51:50.221Z | Downloaded string_cache v0.8.9 |
| 1113 | 2025-08-12T20:51:50.224Z | Downloaded smallvec v0.6.14 |
| 1114 | 2025-08-12T20:51:50.224Z | Downloaded peg v0.8.5 |
| 1115 | 2025-08-12T20:51:50.227Z | Downloaded pbkdf2 v0.12.2 |
| 1116 | 2025-08-12T20:51:50.229Z | Downloaded pbkdf2 v0.11.0 |
| 1117 | 2025-08-12T20:51:50.229Z | Downloaded env_logger v0.11.5 |
| 1118 | 2025-08-12T20:51:50.233Z | Downloaded darling v0.21.0 |
| 1119 | 2025-08-12T20:51:50.236Z | Downloaded chrono v0.4.41 |
| 1120 | 2025-08-12T20:51:50.242Z | Downloaded dsl_auto_type v0.1.2 |
| 1121 | 2025-08-12T20:51:50.245Z | Downloaded deranged v0.3.11 |
| 1122 | 2025-08-12T20:51:50.245Z | Downloaded pin-project-lite v0.2.14 |
| 1123 | 2025-08-12T20:51:50.248Z | Downloaded toml_edit v0.19.15 |
| 1124 | 2025-08-12T20:51:50.262Z | Downloaded num-rational v0.4.2 |
| 1125 | 2025-08-12T20:51:50.265Z | Downloaded new_debug_unreachable v1.0.6 |
| 1126 | 2025-08-12T20:51:50.265Z | Downloaded encoding_rs v0.8.34 |
| 1127 | 2025-08-12T20:51:50.283Z | Downloaded fxhash v0.2.1 |
| 1128 | 2025-08-12T20:51:50.286Z | Downloaded foreign-types v0.5.0 |
| 1129 | 2025-08-12T20:51:50.286Z | Downloaded defmt-macros v0.3.9 |
| 1130 | 2025-08-12T20:51:50.289Z | Downloaded whoami v1.5.2 |
| 1131 | 2025-08-12T20:51:50.289Z | Downloaded serde_repr v0.1.19 |
| 1132 | 2025-08-12T20:51:50.292Z | Downloaded serde_path_to_error v0.1.17 |
| 1133 | 2025-08-12T20:51:50.292Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1134 | 2025-08-12T20:51:50.295Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1135 | 2025-08-12T20:51:50.295Z | Downloaded parking_lot_core v0.9.10 |
| 1136 | 2025-08-12T20:51:50.295Z | Downloaded flate2 v1.1.2 |
| 1137 | 2025-08-12T20:51:50.299Z | Downloaded elliptic-curve v0.13.8 |
| 1138 | 2025-08-12T20:51:50.302Z | Downloaded des v0.8.1 |
| 1139 | 2025-08-12T20:51:50.306Z | Downloaded zopfli v0.8.1 |
| 1140 | 2025-08-12T20:51:50.309Z | Downloaded pin-utils v0.1.0 |
| 1141 | 2025-08-12T20:51:50.309Z | Downloaded structmeta v0.3.0 |
| 1142 | 2025-08-12T20:51:50.309Z | Downloaded serde-hex v0.1.0 |
| 1143 | 2025-08-12T20:51:50.312Z | Downloaded darling v0.20.10 |
| 1144 | 2025-08-12T20:51:50.317Z | Downloaded ssh-key v0.6.6 |
| 1145 | 2025-08-12T20:51:50.320Z | Downloaded hkdf v0.12.4 |
| 1146 | 2025-08-12T20:51:50.324Z | Downloaded subprocess v0.2.9 |
| 1147 | 2025-08-12T20:51:50.324Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1148 | 2025-08-12T20:51:50.372Z | Downloaded tabwriter v1.4.0 |
| 1149 | 2025-08-12T20:51:50.376Z | Downloaded mio v1.0.2 |
| 1150 | 2025-08-12T20:51:50.379Z | Downloaded bitvec v1.0.1 |
| 1151 | 2025-08-12T20:51:50.390Z | Downloaded num_enum_derive v0.5.11 |
| 1152 | 2025-08-12T20:51:50.393Z | Downloaded quinn-udp v0.5.5 |
| 1153 | 2025-08-12T20:51:50.393Z | Downloaded ron v0.7.1 |
| 1154 | 2025-08-12T20:51:50.397Z | Downloaded foreign-types-shared v0.3.1 |
| 1155 | 2025-08-12T20:51:50.397Z | Downloaded pkcs5 v0.7.1 |
| 1156 | 2025-08-12T20:51:50.400Z | Downloaded aws-lc-rs v1.12.4 |
| 1157 | 2025-08-12T20:51:50.407Z | Downloaded stringprep v0.1.5 |
| 1158 | 2025-08-12T20:51:50.412Z | Downloaded simd-adler32 v0.3.7 |
| 1159 | 2025-08-12T20:51:50.412Z | Downloaded strum_macros v0.27.1 |
| 1160 | 2025-08-12T20:51:50.415Z | Downloaded oso v0.27.3 |
| 1161 | 2025-08-12T20:51:50.415Z | Downloaded signal-hook-mio v0.2.4 |
| 1162 | 2025-08-12T20:51:50.418Z | Downloaded parking_lot_core v0.8.6 |
| 1163 | 2025-08-12T20:51:50.418Z | Downloaded futures-channel v0.3.31 |
| 1164 | 2025-08-12T20:51:50.421Z | Downloaded itertools v0.10.5 |
| 1165 | 2025-08-12T20:51:50.424Z | Downloaded libxml v0.3.3 |
| 1166 | 2025-08-12T20:51:50.429Z | Downloaded num-derive v0.4.2 |
| 1167 | 2025-08-12T20:51:50.443Z | Downloaded multimap v0.10.1 |
| 1168 | 2025-08-12T20:51:50.443Z | Downloaded tracing v0.1.40 |
| 1169 | 2025-08-12T20:51:50.447Z | Downloaded nanorand v0.7.0 |
| 1170 | 2025-08-12T20:51:50.447Z | Downloaded russh-keys v0.45.0 |
| 1171 | 2025-08-12T20:51:50.447Z | Downloaded rand_core v0.9.2 |
| 1172 | 2025-08-12T20:51:50.447Z | Downloaded itertools v0.12.1 |
| 1173 | 2025-08-12T20:51:50.447Z | Downloaded secrecy v0.10.3 |
| 1174 | 2025-08-12T20:51:50.447Z | Downloaded radium v0.7.0 |
| 1175 | 2025-08-12T20:51:50.447Z | Downloaded ena v0.14.3 |
| 1176 | 2025-08-12T20:51:50.450Z | Downloaded embedded-io v0.6.1 |
| 1177 | 2025-08-12T20:51:50.451Z | Downloaded zone_cfg_derive v0.1.2 |
| 1178 | 2025-08-12T20:51:50.451Z | Downloaded zone v0.3.1 |
| 1179 | 2025-08-12T20:51:50.451Z | Downloaded rayon-core v1.12.1 |
| 1180 | 2025-08-12T20:51:50.455Z | Downloaded publicsuffix v2.3.0 |
| 1181 | 2025-08-12T20:51:50.455Z | Downloaded display-error-chain v0.2.2 |
| 1182 | 2025-08-12T20:51:50.459Z | Downloaded dirs-sys-next v0.1.2 |
| 1183 | 2025-08-12T20:51:50.459Z | Downloaded zeroize_derive v1.4.2 |
| 1184 | 2025-08-12T20:51:50.459Z | Downloaded untrusted v0.7.1 |
| 1185 | 2025-08-12T20:51:50.459Z | Downloaded unicode-truncate v1.1.0 |
| 1186 | 2025-08-12T20:51:50.463Z | Downloaded strum v0.27.2 |
| 1187 | 2025-08-12T20:51:50.463Z | Downloaded structmeta-derive v0.3.0 |
| 1188 | 2025-08-12T20:51:50.463Z | Downloaded slog v2.7.0 |
| 1189 | 2025-08-12T20:51:50.465Z | Downloaded rsa v0.9.6 |
| 1190 | 2025-08-12T20:51:50.470Z | Downloaded miniz_oxide v0.8.5 |
| 1191 | 2025-08-12T20:51:50.473Z | Downloaded minimal-lexical v0.2.1 |
| 1192 | 2025-08-12T20:51:50.476Z | Downloaded zstd v0.13.3 |
| 1193 | 2025-08-12T20:51:50.477Z | Downloaded blake3 v1.5.4 |
| 1194 | 2025-08-12T20:51:50.487Z | Downloaded num_threads v0.1.7 |
| 1195 | 2025-08-12T20:51:50.490Z | Downloaded libm v0.2.8 |
| 1196 | 2025-08-12T20:51:50.490Z | Downloaded http v1.3.1 |
| 1197 | 2025-08-12T20:51:50.493Z | Downloaded newline-converter v0.3.0 |
| 1198 | 2025-08-12T20:51:50.496Z | Downloaded russh-cryptovec v0.7.3 |
| 1199 | 2025-08-12T20:51:50.496Z | Downloaded float-cmp v0.10.0 |
| 1200 | 2025-08-12T20:51:50.496Z | Downloaded fallible-iterator v0.2.0 |
| 1201 | 2025-08-12T20:51:50.496Z | Downloaded shell-words v1.1.0 |
| 1202 | 2025-08-12T20:51:50.499Z | Downloaded unicode_categories v0.1.1 |
| 1203 | 2025-08-12T20:51:50.499Z | Downloaded quick-error v1.2.3 |
| 1204 | 2025-08-12T20:51:50.499Z | Downloaded packed_struct v0.10.1 |
| 1205 | 2025-08-12T20:51:50.505Z | Downloaded typify v0.4.1 |
| 1206 | 2025-08-12T20:51:50.505Z | Downloaded typify v0.3.0 |
| 1207 | 2025-08-12T20:51:50.508Z | Downloaded toml v0.7.8 |
| 1208 | 2025-08-12T20:51:50.514Z | Downloaded newtype-uuid v1.2.4 |
| 1209 | 2025-08-12T20:51:50.514Z | Downloaded xshell v0.2.7 |
| 1210 | 2025-08-12T20:51:50.518Z | Downloaded vsss-rs v3.3.4 |
| 1211 | 2025-08-12T20:51:50.518Z | Downloaded socket2 v0.5.10 |
| 1212 | 2025-08-12T20:51:50.518Z | Downloaded serde_cbor v0.11.2 |
| 1213 | 2025-08-12T20:51:50.521Z | Downloaded diesel-dtrace v0.4.2 |
| 1214 | 2025-08-12T20:51:50.522Z | Downloaded fixedbitset v0.4.2 |
| 1215 | 2025-08-12T20:51:50.522Z | Downloaded typify v0.2.0 |
| 1216 | 2025-08-12T20:51:50.525Z | Downloaded sqlformat v0.3.5 |
| 1217 | 2025-08-12T20:51:50.525Z | Downloaded spki v0.7.3 |
| 1218 | 2025-08-12T20:51:50.528Z | Downloaded headers v0.4.1 |
| 1219 | 2025-08-12T20:51:50.531Z | Downloaded const_format v0.2.34 |
| 1220 | 2025-08-12T20:51:50.533Z | Downloaded zone v0.1.8 |
| 1221 | 2025-08-12T20:51:50.537Z | Downloaded progenitor-impl v0.9.1 |
| 1222 | 2025-08-12T20:51:50.537Z | Downloaded litrs v0.4.1 |
| 1223 | 2025-08-12T20:51:50.540Z | Downloaded indicatif v0.17.11 |
| 1224 | 2025-08-12T20:51:50.543Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1225 | 2025-08-12T20:51:50.543Z | Downloaded rustversion v1.0.17 |
| 1226 | 2025-08-12T20:51:50.543Z | Downloaded indexmap v1.9.3 |
| 1227 | 2025-08-12T20:51:50.546Z | Downloaded ignore v0.4.23 |
| 1228 | 2025-08-12T20:51:50.550Z | Downloaded sct v0.7.1 |
| 1229 | 2025-08-12T20:51:50.553Z | Downloaded backtrace v0.3.74 |
| 1230 | 2025-08-12T20:51:50.556Z | Downloaded bytes v1.10.1 |
| 1231 | 2025-08-12T20:51:50.559Z | Downloaded bumpalo v3.16.0 |
| 1232 | 2025-08-12T20:51:50.562Z | Downloaded base64 v0.13.1 |
| 1233 | 2025-08-12T20:51:50.565Z | Downloaded postcard v1.0.10 |
| 1234 | 2025-08-12T20:51:50.565Z | Downloaded hmac v0.12.1 |
| 1235 | 2025-08-12T20:51:50.568Z | Downloaded crossbeam-epoch v0.9.18 |
| 1236 | 2025-08-12T20:51:50.568Z | Downloaded crc32fast v1.4.2 |
| 1237 | 2025-08-12T20:51:50.572Z | Downloaded cookie v0.18.1 |
| 1238 | 2025-08-12T20:51:50.575Z | Downloaded universal-hash v0.5.1 |
| 1239 | 2025-08-12T20:51:50.575Z | Downloaded tower-service v0.3.3 |
| 1240 | 2025-08-12T20:51:50.575Z | Downloaded tower-layer v0.3.3 |
| 1241 | 2025-08-12T20:51:50.575Z | Downloaded rusty-fork v0.3.0 |
| 1242 | 2025-08-12T20:51:50.575Z | Downloaded rustls-pemfile v1.0.4 |
| 1243 | 2025-08-12T20:51:50.578Z | Downloaded console v0.15.10 |
| 1244 | 2025-08-12T20:51:50.578Z | Downloaded linear-map v1.2.0 |
| 1245 | 2025-08-12T20:51:50.581Z | Downloaded ingot-macros v0.1.1 |
| 1246 | 2025-08-12T20:51:50.581Z | Downloaded clang-sys v1.8.1 |
| 1247 | 2025-08-12T20:51:50.585Z | Downloaded ciborium v0.2.2 |
| 1248 | 2025-08-12T20:51:50.588Z | Downloaded blake2 v0.10.6 |
| 1249 | 2025-08-12T20:51:50.588Z | Downloaded rand_core v0.6.4 |
| 1250 | 2025-08-12T20:51:50.590Z | Downloaded rand_chacha v0.9.0 |
| 1251 | 2025-08-12T20:51:50.590Z | Downloaded libloading v0.8.5 |
| 1252 | 2025-08-12T20:51:50.593Z | Downloaded jobserver v0.1.32 |
| 1253 | 2025-08-12T20:51:50.594Z | Downloaded ipnet v2.11.0 |
| 1254 | 2025-08-12T20:51:50.596Z | Downloaded console v0.16.0 |
| 1255 | 2025-08-12T20:51:50.596Z | Downloaded cipher v0.4.4 |
| 1256 | 2025-08-12T20:51:50.599Z | Downloaded cargo_metadata v0.18.1 |
| 1257 | 2025-08-12T20:51:50.599Z | Downloaded async-bb8-diesel v0.2.1 |
| 1258 | 2025-08-12T20:51:50.602Z | Downloaded base64ct v1.6.0 |
| 1259 | 2025-08-12T20:51:50.605Z | Downloaded bit-vec v0.8.0 |
| 1260 | 2025-08-12T20:51:50.605Z | Downloaded bcs v0.1.6 |
| 1261 | 2025-08-12T20:51:50.608Z | Downloaded iana-time-zone v0.1.63 |
| 1262 | 2025-08-12T20:51:50.608Z | Downloaded bit-vec v0.6.3 |
| 1263 | 2025-08-12T20:51:50.611Z | Downloaded ahash v0.8.12 |
| 1264 | 2025-08-12T20:51:50.611Z | Downloaded linked-hash-map v0.5.6 |
| 1265 | 2025-08-12T20:51:50.614Z | Downloaded keccak v0.1.5 |
| 1266 | 2025-08-12T20:51:50.614Z | Downloaded cargo-platform v0.1.8 |
| 1267 | 2025-08-12T20:51:50.614Z | Downloaded bzip2 v0.4.4 |
| 1268 | 2025-08-12T20:51:50.618Z | Downloaded bb8 v0.8.5 |
| 1269 | 2025-08-12T20:51:50.618Z | Downloaded backoff v0.4.0 |
| 1270 | 2025-08-12T20:51:50.621Z | Downloaded cbc v0.1.2 |
| 1271 | 2025-08-12T20:51:50.621Z | Downloaded crc-catalog v2.4.0 |
| 1272 | 2025-08-12T20:51:50.621Z | Downloaded crc v3.2.1 |
| 1273 | 2025-08-12T20:51:50.624Z | Downloaded cobs v0.2.3 |
| 1274 | 2025-08-12T20:51:50.624Z | Downloaded ciborium-ll v0.2.2 |
| 1275 | 2025-08-12T20:51:50.624Z | Downloaded convert_case v0.7.1 |
| 1276 | 2025-08-12T20:51:50.628Z | Downloaded bitfield v0.14.0 |
| 1277 | 2025-08-12T20:51:50.628Z | Downloaded arrayvec v0.7.6 |
| 1278 | 2025-08-12T20:51:50.631Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1279 | 2025-08-12T20:51:50.631Z | Downloaded bit-set v0.5.3 |
| 1280 | 2025-08-12T20:51:50.631Z | Downloaded cmake v0.1.51 |
| 1281 | 2025-08-12T20:51:50.634Z | Downloaded libscf-sys v1.1.0 |
| 1282 | 2025-08-12T20:51:50.634Z | Downloaded instability v0.3.2 |
| 1283 | 2025-08-12T20:51:50.634Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1284 | 2025-08-12T20:51:50.638Z | Downloaded chacha20 v0.9.1 |
| 1285 | 2025-08-12T20:51:50.641Z | Downloaded bitflags v1.3.2 |
| 1286 | 2025-08-12T20:51:50.644Z | Downloaded humantime v2.2.0 |
| 1287 | 2025-08-12T20:51:50.644Z | Downloaded crc8 v0.1.1 |
| 1288 | 2025-08-12T20:51:50.644Z | Downloaded argon2 v0.5.3 |
| 1289 | 2025-08-12T20:51:50.647Z | Downloaded hubpack v0.1.2 |
| 1290 | 2025-08-12T20:51:50.647Z | Downloaded hostname v0.4.0 |
| 1291 | 2025-08-12T20:51:50.647Z | Downloaded bit-set v0.8.0 |
| 1292 | 2025-08-12T20:51:50.650Z | Downloaded base16ct v0.2.0 |
| 1293 | 2025-08-12T20:51:50.650Z | Downloaded atomic-waker v1.1.2 |
| 1294 | 2025-08-12T20:51:50.653Z | Downloaded allocator-api2 v0.2.21 |
| 1295 | 2025-08-12T20:51:50.653Z | Downloaded aead v0.5.2 |
| 1296 | 2025-08-12T20:51:50.656Z | Downloaded ascii-canvas v3.0.0 |
| 1297 | 2025-08-12T20:51:50.656Z | Downloaded adler2 v2.0.0 |
| 1298 | 2025-08-12T20:51:50.864Z | Downloaded aws-lc-sys v0.26.0 |
| 1299 | 2025-08-12T20:51:51.155Z | Compiling value-bag v1.9.0 |
| 1300 | 2025-08-12T20:51:51.155Z | Compiling shlex v1.3.0 |
| 1301 | 2025-08-12T20:51:51.155Z | Compiling lock_api v0.4.12 |
| 1302 | 2025-08-12T20:51:51.155Z | Compiling scopeguard v1.2.0 |
| 1303 | 2025-08-12T20:51:51.158Z | Compiling typenum v1.17.0 |
| 1304 | 2025-08-12T20:51:51.158Z | Compiling generic-array v0.14.7 |
| 1305 | 2025-08-12T20:51:51.158Z | Compiling syn v2.0.104 |
| 1306 | 2025-08-12T20:51:51.158Z | Compiling getrandom v0.2.15 |
| 1307 | 2025-08-12T20:51:51.476Z | Compiling jobserver v0.1.32 |
| 1308 | 2025-08-12T20:51:51.623Z | Compiling rand_core v0.6.4 |
| 1309 | 2025-08-12T20:51:51.738Z | Compiling log v0.4.27 |
| 1310 | 2025-08-12T20:51:51.785Z | Compiling smallvec v1.15.1 |
| 1311 | 2025-08-12T20:51:51.927Z | Compiling cc v1.2.30 |
| 1312 | 2025-08-12T20:51:52.132Z | Compiling portable-atomic v1.11.0 |
| 1313 | 2025-08-12T20:51:52.200Z | Compiling critical-section v1.1.3 |
| 1314 | 2025-08-12T20:51:52.222Z | Compiling subtle v2.6.1 |
| 1315 | 2025-08-12T20:51:52.257Z | Compiling const-oid v0.9.6 |
| 1316 | 2025-08-12T20:51:52.354Z | Compiling pkg-config v0.3.31 |
| 1317 | 2025-08-12T20:51:52.466Z | Compiling parking_lot_core v0.9.10 |
| 1318 | 2025-08-12T20:51:52.594Z | Compiling pin-project-lite v0.2.14 |
| 1319 | 2025-08-12T20:51:52.736Z | Compiling rustix v0.38.37 |
| 1320 | 2025-08-12T20:51:53.496Z | Compiling signal-hook-registry v1.4.2 |
| 1321 | 2025-08-12T20:51:53.516Z | Compiling parking_lot v0.12.3 |
| 1322 | 2025-08-12T20:51:53.556Z | Compiling mio v1.0.2 |
| 1323 | 2025-08-12T20:51:53.579Z | Compiling futures-core v0.3.31 |
| 1324 | 2025-08-12T20:51:53.894Z | Compiling spin v0.9.8 |
| 1325 | 2025-08-12T20:51:54.316Z | Compiling socket2 v0.6.0 |
| 1326 | 2025-08-12T20:51:54.363Z | Compiling once_cell v1.21.3 |
| 1327 | 2025-08-12T20:51:54.382Z | Compiling aho-corasick v1.1.3 |
| 1328 | 2025-08-12T20:51:54.425Z | Compiling slab v0.4.9 |
| 1329 | 2025-08-12T20:51:54.509Z | Compiling serde_json v1.0.141 |
| 1330 | 2025-08-12T20:51:54.759Z | Compiling regex-syntax v0.8.5 |
| 1331 | 2025-08-12T20:51:54.780Z | Compiling allocator-api2 v0.2.21 |
| 1332 | 2025-08-12T20:51:54.810Z | Compiling getrandom v0.3.1 |
| 1333 | 2025-08-12T20:51:54.875Z | Compiling foldhash v0.1.5 |
| 1334 | 2025-08-12T20:51:55.196Z | Compiling cpufeatures v0.2.14 |
| 1335 | 2025-08-12T20:51:55.320Z | Compiling libm v0.2.8 |
| 1336 | 2025-08-12T20:51:55.499Z | Compiling hashbrown v0.15.4 |
| 1337 | 2025-08-12T20:51:55.538Z | Compiling num-traits v0.2.19 |
| 1338 | 2025-08-12T20:51:55.562Z | Compiling futures-sink v0.3.31 |
| 1339 | 2025-08-12T20:51:55.720Z | Compiling glob v0.3.2 |
| 1340 | 2025-08-12T20:51:55.741Z | Compiling percent-encoding v2.3.1 |
| 1341 | 2025-08-12T20:51:55.760Z | Compiling either v1.15.0 |
| 1342 | 2025-08-12T20:51:56.138Z | Compiling futures-channel v0.3.31 |
| 1343 | 2025-08-12T20:51:56.580Z | Compiling clang-sys v1.8.1 |
| 1344 | 2025-08-12T20:51:56.638Z | Compiling pin-utils v0.1.0 |
| 1345 | 2025-08-12T20:51:56.735Z | Compiling futures-task v0.3.31 |
| 1346 | 2025-08-12T20:51:56.757Z | Compiling prettyplease v0.2.36 |
| 1347 | 2025-08-12T20:51:56.897Z | Compiling futures-io v0.3.31 |
| 1348 | 2025-08-12T20:51:57.042Z | Compiling lazy_static v1.5.0 |
| 1349 | 2025-08-12T20:51:57.165Z | Compiling minimal-lexical v0.2.1 |
| 1350 | 2025-08-12T20:51:57.186Z | Compiling libloading v0.8.5 |
| 1351 | 2025-08-12T20:51:57.321Z | Compiling home v0.5.9 |
| 1352 | 2025-08-12T20:51:57.380Z | Compiling base64ct v1.6.0 |
| 1353 | 2025-08-12T20:51:57.552Z | Compiling bindgen v0.69.5 |
| 1354 | 2025-08-12T20:51:57.571Z | Compiling nom v7.1.3 |
| 1355 | 2025-08-12T20:51:57.965Z | Compiling pem-rfc7468 v0.7.0 |
| 1356 | 2025-08-12T20:51:58.475Z | Compiling synstructure v0.13.1 |
| 1357 | 2025-08-12T20:51:58.597Z | Compiling regex-automata v0.4.8 |
| 1358 | 2025-08-12T20:51:58.853Z | Compiling itertools v0.12.1 |
| 1359 | 2025-08-12T20:51:59.917Z | Compiling zerocopy v0.8.26 |
| 1360 | 2025-08-12T20:52:00.552Z | Compiling lazycell v1.3.0 |
| 1361 | 2025-08-12T20:52:00.732Z | Compiling cexpr v0.6.0 |
| 1362 | 2025-08-12T20:52:00.755Z | Compiling rustc-hash v1.1.0 |
| 1363 | 2025-08-12T20:52:00.844Z | Compiling flagset v0.4.6 |
| 1364 | 2025-08-12T20:52:00.990Z | Compiling cmake v0.1.51 |
| 1365 | 2025-08-12T20:52:01.061Z | Compiling fs_extra v1.3.0 |
| 1366 | 2025-08-12T20:52:01.582Z | Compiling dunce v1.0.5 |
| 1367 | 2025-08-12T20:52:01.603Z | Compiling form_urlencoded v1.2.1 |
| 1368 | 2025-08-12T20:52:01.692Z | Compiling paste v1.0.15 |
| 1369 | 2025-08-12T20:52:01.739Z | Compiling vcpkg v0.2.15 |
| 1370 | 2025-08-12T20:52:01.774Z | Compiling ring v0.17.14 |
| 1371 | 2025-08-12T20:52:01.919Z | Compiling tracing-core v0.1.32 |
| 1372 | 2025-08-12T20:52:02.231Z | Compiling aws-lc-rs v1.12.4 |
| 1373 | 2025-08-12T20:52:02.675Z | Compiling iana-time-zone v0.1.63 |
| 1374 | 2025-08-12T20:52:03.036Z | Compiling base64 v0.22.1 |
| 1375 | 2025-08-12T20:52:03.095Z | Compiling httparse v1.9.5 |
| 1376 | 2025-08-12T20:52:03.179Z | Compiling serde_derive v1.0.219 |
| 1377 | 2025-08-12T20:52:03.269Z | Compiling zeroize_derive v1.4.2 |
| 1378 | 2025-08-12T20:52:03.289Z | Compiling zerofrom-derive v0.1.4 |
| 1379 | 2025-08-12T20:52:03.660Z | Compiling yoke-derive v0.7.4 |
| 1380 | 2025-08-12T20:52:03.744Z | Compiling zerovec-derive v0.10.3 |
| 1381 | 2025-08-12T20:52:04.570Z | Compiling zeroize v1.8.1 |
| 1382 | 2025-08-12T20:52:05.990Z | Compiling displaydoc v0.2.5 |
| 1383 | 2025-08-12T20:52:06.216Z | Compiling crypto-common v0.1.6 |
| 1384 | 2025-08-12T20:52:06.245Z | Compiling block-buffer v0.10.4 |
| 1385 | 2025-08-12T20:52:06.456Z | Compiling digest v0.10.7 |
| 1386 | 2025-08-12T20:52:06.499Z | Compiling zerocopy-derive v0.7.35 |
| 1387 | 2025-08-12T20:52:06.616Z | Compiling zerofrom v0.1.4 |
| 1388 | 2025-08-12T20:52:06.858Z | Compiling yoke v0.7.4 |
| 1389 | 2025-08-12T20:52:06.913Z | Compiling tokio-macros v2.5.0 |
| 1390 | 2025-08-12T20:52:07.222Z | Compiling zerovec v0.10.4 |
| 1391 | 2025-08-12T20:52:07.388Z | Compiling hmac v0.12.1 |
| 1392 | 2025-08-12T20:52:07.555Z | Compiling icu_provider_macros v1.5.0 |
| 1393 | 2025-08-12T20:52:07.634Z | Compiling block-padding v0.3.3 |
| 1394 | 2025-08-12T20:52:07.906Z | Compiling futures-macro v0.3.31 |
| 1395 | 2025-08-12T20:52:08.276Z | Compiling inout v0.1.3 |
| 1396 | 2025-08-12T20:52:08.308Z | Compiling zerocopy v0.7.35 |
| 1397 | 2025-08-12T20:52:08.472Z | Compiling sha2 v0.10.9 |
| 1398 | 2025-08-12T20:52:08.531Z | Compiling cipher v0.4.4 |
| 1399 | 2025-08-12T20:52:08.568Z | Compiling regex v1.11.1 |
| 1400 | 2025-08-12T20:52:08.589Z | Compiling der_derive v0.7.3 |
| 1401 | 2025-08-12T20:52:09.108Z | Compiling tinystr v0.7.6 |
| 1402 | 2025-08-12T20:52:09.210Z | Compiling icu_collections v1.5.0 |
| 1403 | 2025-08-12T20:52:09.512Z | Compiling icu_locid v1.5.0 |
| 1404 | 2025-08-12T20:52:09.549Z | Compiling zerocopy-derive v0.8.26 |
| 1405 | 2025-08-12T20:52:09.603Z | Compiling futures-util v0.3.31 |
| 1406 | 2025-08-12T20:52:09.699Z | Compiling thiserror-impl v1.0.69 |
| 1407 | 2025-08-12T20:52:10.102Z | Compiling serde v1.0.219 |
| 1408 | 2025-08-12T20:52:10.468Z | Compiling ppv-lite86 v0.2.20 |
| 1409 | 2025-08-12T20:52:10.845Z | Compiling icu_provider v1.5.0 |
| 1410 | 2025-08-12T20:52:11.179Z | Compiling der v0.7.9 |
| 1411 | 2025-08-12T20:52:11.439Z | Compiling salsa20 v0.10.2 |
| 1412 | 2025-08-12T20:52:11.688Z | Compiling icu_locid_transform v1.5.0 |
| 1413 | 2025-08-12T20:52:11.793Z | Compiling pbkdf2 v0.12.2 |
| 1414 | 2025-08-12T20:52:11.961Z | Compiling scrypt v0.11.0 |
| 1415 | 2025-08-12T20:52:11.985Z | Compiling aes v0.8.4 |
| 1416 | 2025-08-12T20:52:12.470Z | Compiling thiserror v1.0.69 |
| 1417 | 2025-08-12T20:52:12.492Z | Compiling cbc v0.1.2 |
| 1418 | 2025-08-12T20:52:12.642Z | Compiling openssl-sys v0.9.109 |
| 1419 | 2025-08-12T20:52:12.750Z | Compiling pest v2.7.14 |
| 1420 | 2025-08-12T20:52:13.751Z | Compiling icu_properties v1.5.1 |
| 1421 | 2025-08-12T20:52:13.921Z | Compiling spki v0.7.3 |
| 1422 | 2025-08-12T20:52:14.121Z | Compiling tracing-attributes v0.1.27 |
| 1423 | 2025-08-12T20:52:14.294Z | Compiling pkcs5 v0.7.1 |
| 1424 | 2025-08-12T20:52:14.711Z | Compiling scroll_derive v0.12.0 |
| 1425 | 2025-08-12T20:52:14.828Z | Compiling rustls-pki-types v1.10.0 |
| 1426 | 2025-08-12T20:52:15.372Z | Compiling bitflags v2.9.1 |
| 1427 | 2025-08-12T20:52:15.397Z | Compiling bytes v1.10.1 |
| 1428 | 2025-08-12T20:52:15.836Z | Compiling semver v1.0.26 |
| 1429 | 2025-08-12T20:52:15.959Z | Compiling indexmap v2.10.0 |
| 1430 | 2025-08-12T20:52:16.050Z | Compiling uuid v1.17.0 |
| 1431 | 2025-08-12T20:52:16.541Z | Compiling tokio v1.47.0 |
| 1432 | 2025-08-12T20:52:16.759Z | Compiling http v1.3.1 |
| 1433 | 2025-08-12T20:52:17.250Z | Compiling rustc_version v0.4.1 |
| 1434 | 2025-08-12T20:52:17.325Z | Compiling icu_normalizer v1.5.0 |
| 1435 | 2025-08-12T20:52:17.487Z | Compiling tracing v0.1.40 |
| 1436 | 2025-08-12T20:52:17.942Z | Compiling pest_meta v2.7.14 |
| 1437 | 2025-08-12T20:52:17.996Z | Compiling chrono v0.4.41 |
| 1438 | 2025-08-12T20:52:18.157Z | Compiling http-body v1.0.1 |
| 1439 | 2025-08-12T20:52:18.230Z | Compiling idna_adapter v1.2.0 |
| 1440 | 2025-08-12T20:52:18.396Z | Compiling pkcs8 v0.10.2 |
| 1441 | 2025-08-12T20:52:18.460Z | Compiling idna v1.0.3 |
| 1442 | 2025-08-12T20:52:18.847Z | Compiling tinyvec_macros v0.1.1 |
| 1443 | 2025-08-12T20:52:18.996Z | Compiling rustversion v1.0.17 |
| 1444 | 2025-08-12T20:52:19.050Z | Compiling tinyvec v1.8.0 |
| 1445 | 2025-08-12T20:52:19.100Z | Compiling url v2.5.4 |
| 1446 | 2025-08-12T20:52:19.720Z | Compiling which v4.4.2 |
| 1447 | 2025-08-12T20:52:20.213Z | Compiling pest_generator v2.7.14 |
| 1448 | 2025-08-12T20:52:20.373Z | Compiling scroll v0.12.0 |
| 1449 | 2025-08-12T20:52:20.523Z | Compiling rand_core v0.9.2 |
| 1450 | 2025-08-12T20:52:20.897Z | Compiling serde_derive_internals v0.29.1 |
| 1451 | 2025-08-12T20:52:20.919Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1452 | 2025-08-12T20:52:20.950Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1453 | 2025-08-12T20:52:21.228Z | Compiling num-conv v0.1.0 |
| 1454 | 2025-08-12T20:52:21.466Z | Compiling foreign-types-shared v0.1.1 |
| 1455 | 2025-08-12T20:52:21.502Z | Compiling untrusted v0.9.0 |
| 1456 | 2025-08-12T20:52:21.611Z | Compiling try-lock v0.2.5 |
| 1457 | 2025-08-12T20:52:21.651Z | Compiling adler2 v2.0.0 |
| 1458 | 2025-08-12T20:52:21.695Z | Compiling tower-service v0.3.3 |
| 1459 | 2025-08-12T20:52:21.787Z | Compiling schemars v0.8.22 |
| 1460 | 2025-08-12T20:52:21.843Z | Compiling openssl-probe v0.1.5 |
| 1461 | 2025-08-12T20:52:21.883Z | Compiling openssl v0.10.73 |
| 1462 | 2025-08-12T20:52:21.980Z | Compiling untrusted v0.7.1 |
| 1463 | 2025-08-12T20:52:22.121Z | Compiling atomic-waker v1.1.2 |
| 1464 | 2025-08-12T20:52:22.143Z | Compiling powerfmt v0.2.0 |
| 1465 | 2025-08-12T20:52:22.165Z | Compiling time-core v0.1.2 |
| 1466 | 2025-08-12T20:52:22.218Z | Compiling pest_derive v2.7.14 |
| 1467 | 2025-08-12T20:52:22.331Z | Compiling miniz_oxide v0.8.5 |
| 1468 | 2025-08-12T20:52:22.359Z | Compiling time-macros v0.2.18 |
| 1469 | 2025-08-12T20:52:22.362Z | Compiling want v0.3.1 |
| 1470 | 2025-08-12T20:52:22.524Z | Compiling deranged v0.3.11 |
| 1471 | 2025-08-12T20:52:22.669Z | Compiling goblin v0.8.2 |
| 1472 | 2025-08-12T20:52:22.961Z | Compiling schemars_derive v0.8.22 |
| 1473 | 2025-08-12T20:52:23.867Z | Compiling foreign-types v0.3.2 |
| 1474 | 2025-08-12T20:52:25.149Z | Compiling tokio-util v0.7.15 |
| 1475 | 2025-08-12T20:52:25.766Z | Compiling rand_chacha v0.9.0 |
| 1476 | 2025-08-12T20:52:27.319Z | Compiling h2 v0.4.6 |
| 1477 | 2025-08-12T20:52:27.340Z | Compiling ipnet v2.11.0 |
| 1478 | 2025-08-12T20:52:27.788Z | Compiling openssl-macros v0.1.1 |
| 1479 | 2025-08-12T20:52:28.445Z | Compiling rustls v0.23.19 |
| 1480 | 2025-08-12T20:52:28.543Z | Compiling syn v1.0.109 |
| 1481 | 2025-08-12T20:52:28.773Z | Compiling native-tls v0.2.12 |
| 1482 | 2025-08-12T20:52:28.987Z | Compiling crossbeam-utils v0.8.21 |
| 1483 | 2025-08-12T20:52:29.145Z | Compiling httpdate v1.0.3 |
| 1484 | 2025-08-12T20:52:29.186Z | Compiling dyn-clone v1.0.19 |
| 1485 | 2025-08-12T20:52:29.382Z | Compiling num_threads v0.1.7 |
| 1486 | 2025-08-12T20:52:29.543Z | Compiling time v0.3.36 |
| 1487 | 2025-08-12T20:52:29.689Z | Compiling dof v0.3.0 |
| 1488 | 2025-08-12T20:52:31.182Z | Compiling rand v0.9.1 |
| 1489 | 2025-08-12T20:52:31.584Z | Compiling dtrace-parser v0.2.0 |
| 1490 | 2025-08-12T20:52:32.556Z | Compiling unicode-normalization v0.1.24 |
| 1491 | 2025-08-12T20:52:32.744Z | Compiling heapless v0.7.17 |
| 1492 | 2025-08-12T20:52:33.207Z | Compiling signature v2.2.0 |
| 1493 | 2025-08-12T20:52:33.422Z | Compiling crc32fast v1.4.2 |
| 1494 | 2025-08-12T20:52:33.500Z | Compiling cookie v0.18.1 |
| 1495 | 2025-08-12T20:52:33.579Z | Compiling zstd-safe v7.2.3 |
| 1496 | 2025-08-12T20:52:33.751Z | Compiling unicode-bidi v0.3.17 |
| 1497 | 2025-08-12T20:52:33.785Z | Compiling zlib-rs v0.5.1 |
| 1498 | 2025-08-12T20:52:33.821Z | Compiling unicode-properties v0.1.3 |
| 1499 | 2025-08-12T20:52:33.962Z | Compiling signal-hook v0.3.18 |
| 1500 | 2025-08-12T20:52:34.258Z | Compiling hyper v1.6.0 |
| 1501 | 2025-08-12T20:52:34.279Z | Compiling siphasher v0.3.11 |
| 1502 | 2025-08-12T20:52:34.671Z | Compiling slog v2.7.0 |
| 1503 | 2025-08-12T20:52:34.997Z | Compiling phf_shared v0.11.2 |
| 1504 | 2025-08-12T20:52:35.334Z | Compiling stringprep v0.1.5 |
| 1505 | 2025-08-12T20:52:35.970Z | Compiling usdt-impl v0.5.0 |
| 1506 | 2025-08-12T20:52:36.400Z | Compiling hyper-util v0.1.16 |
| 1507 | 2025-08-12T20:52:37.247Z | Compiling curve25519-dalek v4.1.3 |
| 1508 | 2025-08-12T20:52:37.406Z | Compiling serde_tokenstream v0.2.2 |
| 1509 | 2025-08-12T20:52:37.453Z | Compiling toml_datetime v0.6.11 |
| 1510 | 2025-08-12T20:52:37.934Z | Compiling serde_spanned v0.6.9 |
| 1511 | 2025-08-12T20:52:37.953Z | Compiling rand_chacha v0.3.1 |
| 1512 | 2025-08-12T20:52:37.993Z | Compiling md-5 v0.10.6 |
| 1513 | 2025-08-12T20:52:38.040Z | Compiling num-integer v0.1.46 |
| 1514 | 2025-08-12T20:52:38.180Z | Compiling sync_wrapper v1.0.1 |
| 1515 | 2025-08-12T20:52:38.276Z | Compiling hash32 v0.2.1 |
| 1516 | 2025-08-12T20:52:38.357Z | Compiling ff v0.13.0 |
| 1517 | 2025-08-12T20:52:38.600Z | Compiling memoffset v0.9.1 |
| 1518 | 2025-08-12T20:52:38.639Z | Compiling litrs v0.4.1 |
| 1519 | 2025-08-12T20:52:38.733Z | Compiling tower-layer v0.3.3 |
| 1520 | 2025-08-12T20:52:38.963Z | Compiling smoltcp v0.9.1 |
| 1521 | 2025-08-12T20:52:39.039Z | Compiling num-bigint-dig v0.8.4 |
| 1522 | 2025-08-12T20:52:39.391Z | Compiling fallible-iterator v0.2.0 |
| 1523 | 2025-08-12T20:52:39.594Z | Compiling base16ct v0.2.0 |
| 1524 | 2025-08-12T20:52:39.686Z | Compiling newtype-uuid v1.2.4 |
| 1525 | 2025-08-12T20:52:39.873Z | Compiling gimli v0.31.1 |
| 1526 | 2025-08-12T20:52:39.927Z | Compiling psl-types v2.0.11 |
| 1527 | 2025-08-12T20:52:40.009Z | Compiling libz-rs-sys v0.5.1 |
| 1528 | 2025-08-12T20:52:40.077Z | Compiling cfg_aliases v0.2.1 |
| 1529 | 2025-08-12T20:52:40.122Z | Compiling publicsuffix v2.3.0 |
| 1530 | 2025-08-12T20:52:40.146Z | Compiling postgres-protocol v0.6.8 |
| 1531 | 2025-08-12T20:52:40.190Z | Compiling nix v0.29.0 |
| 1532 | 2025-08-12T20:52:40.313Z | Compiling flate2 v1.1.2 |
| 1533 | 2025-08-12T20:52:40.457Z | Compiling sec1 v0.7.3 |
| 1534 | 2025-08-12T20:52:40.896Z | Compiling document-features v0.2.11 |
| 1535 | 2025-08-12T20:52:41.038Z | Compiling tower v0.5.2 |
| 1536 | 2025-08-12T20:52:41.215Z | Compiling group v0.13.0 |
| 1537 | 2025-08-12T20:52:41.273Z | Compiling num-iter v0.1.45 |
| 1538 | 2025-08-12T20:52:41.477Z | Compiling rand v0.8.5 |
| 1539 | 2025-08-12T20:52:42.105Z | Compiling tokio-native-tls v0.3.1 |
| 1540 | 2025-08-12T20:52:42.393Z | Compiling ipnetwork v0.21.1 |
| 1541 | 2025-08-12T20:52:42.807Z | Compiling strum_macros v0.27.1 |
| 1542 | 2025-08-12T20:52:42.871Z | Compiling rustls-native-certs v0.8.1 |
| 1543 | 2025-08-12T20:52:42.875Z | Compiling terminal_size v0.4.0 |
| 1544 | 2025-08-12T20:52:43.138Z | Compiling http-body-util v0.1.3 |
| 1545 | 2025-08-12T20:52:43.212Z | Compiling webpki-roots v1.0.1 |
| 1546 | 2025-08-12T20:52:43.345Z | Compiling hkdf v0.12.4 |
| 1547 | 2025-08-12T20:52:43.412Z | Compiling crypto-bigint v0.5.5 |
| 1548 | 2025-08-12T20:52:43.433Z | Compiling async-trait v0.1.88 |
| 1549 | 2025-08-12T20:52:43.607Z | Compiling thiserror-impl v2.0.12 |
| 1550 | 2025-08-12T20:52:43.630Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1551 | 2025-08-12T20:52:44.437Z | Compiling addr2line v0.24.2 |
| 1552 | 2025-08-12T20:52:45.046Z | Compiling ahash v0.8.12 |
| 1553 | 2025-08-12T20:52:45.138Z | Compiling fs-err v3.1.1 |
| 1554 | 2025-08-12T20:52:45.424Z | Compiling object v0.36.5 |
| 1555 | 2025-08-12T20:52:45.477Z | Compiling iri-string v0.7.8 |
| 1556 | 2025-08-12T20:52:45.933Z | Compiling bumpalo v3.16.0 |
| 1557 | 2025-08-12T20:52:46.389Z | Compiling anyhow v1.0.98 |
| 1558 | 2025-08-12T20:52:46.771Z | Compiling lockfree-object-pool v0.1.6 |
| 1559 | 2025-08-12T20:52:46.989Z | Compiling simd-adler32 v0.3.7 |
| 1560 | 2025-08-12T20:52:47.058Z | Compiling rustix v1.0.7 |
| 1561 | 2025-08-12T20:52:47.523Z | Compiling winnow v0.5.40 |
| 1562 | 2025-08-12T20:52:47.617Z | Compiling managed v0.8.0 |
| 1563 | 2025-08-12T20:52:47.714Z | Compiling bitflags v1.3.2 |
| 1564 | 2025-08-12T20:52:47.839Z | Compiling buf-list v1.0.3 |
| 1565 | 2025-08-12T20:52:48.041Z | Compiling rustc-demangle v0.1.24 |
| 1566 | 2025-08-12T20:52:48.065Z | Compiling hubpack_derive v0.1.1 |
| 1567 | 2025-08-12T20:52:48.503Z | Compiling tower-http v0.6.6 |
| 1568 | 2025-08-12T20:52:48.890Z | Compiling hubpack v0.1.2 |
| 1569 | 2025-08-12T20:52:49.213Z | Compiling strum v0.27.2 |
| 1570 | 2025-08-12T20:52:49.329Z | Compiling zopfli v0.8.1 |
| 1571 | 2025-08-12T20:52:49.373Z | Compiling thiserror v2.0.12 |
| 1572 | 2025-08-12T20:52:49.400Z | Compiling elliptic-curve v0.13.8 |
| 1573 | 2025-08-12T20:52:49.550Z | Compiling clap_builder v4.5.41 |
| 1574 | 2025-08-12T20:52:50.162Z | Compiling hyper-tls v0.6.0 |
| 1575 | 2025-08-12T20:52:50.799Z | Compiling toml_edit v0.19.15 |
| 1576 | 2025-08-12T20:52:50.853Z | Compiling oxnet v0.1.3 |
| 1577 | 2025-08-12T20:52:50.880Z | Compiling signal-hook-mio v0.2.4 |
| 1578 | 2025-08-12T20:52:51.060Z | Compiling cookie_store v0.21.1 |
| 1579 | 2025-08-12T20:52:51.610Z | Compiling zstd v0.13.3 |
| 1580 | 2025-08-12T20:52:52.143Z | Compiling backtrace v0.3.74 |
| 1581 | 2025-08-12T20:52:52.453Z | Compiling postgres-types v0.2.9 |
| 1582 | 2025-08-12T20:52:52.941Z | Compiling usdt-attr-macro v0.5.0 |
| 1583 | 2025-08-12T20:52:53.660Z | Compiling usdt-macro v0.5.0 |
| 1584 | 2025-08-12T20:52:54.497Z | Compiling phf v0.11.2 |
| 1585 | 2025-08-12T20:52:54.774Z | Compiling ed25519 v2.2.3 |
| 1586 | 2025-08-12T20:52:54.981Z | Compiling bzip2 v0.4.4 |
| 1587 | 2025-08-12T20:52:55.061Z | Compiling bzip2 v0.5.2 |
| 1588 | 2025-08-12T20:52:55.373Z | Compiling strum_macros v0.26.4 |
| 1589 | 2025-08-12T20:52:55.446Z | Compiling pkcs1 v0.7.5 |
| 1590 | 2025-08-12T20:52:56.320Z | Compiling serde_urlencoded v0.7.1 |
| 1591 | 2025-08-12T20:52:56.595Z | Compiling serde-big-array v0.5.1 |
| 1592 | 2025-08-12T20:52:56.843Z | Compiling rfc6979 v0.4.0 |
| 1593 | 2025-08-12T20:52:56.867Z | Compiling bstr v1.10.0 |
| 1594 | 2025-08-12T20:52:57.017Z | Compiling clap_derive v4.5.41 |
| 1595 | 2025-08-12T20:52:57.036Z | Compiling serde_repr v0.1.19 |
| 1596 | 2025-08-12T20:52:57.110Z | Compiling daft-derive v0.1.4 |
| 1597 | 2025-08-12T20:52:57.202Z | Compiling enum-as-inner v0.6.1 |
| 1598 | 2025-08-12T20:52:58.132Z | Compiling float-cmp v0.10.0 |
| 1599 | 2025-08-12T20:52:58.220Z | Compiling socket2 v0.5.10 |
| 1600 | 2025-08-12T20:52:58.322Z | Compiling encoding_rs v0.8.34 |
| 1601 | 2025-08-12T20:52:58.386Z | Compiling unicode-segmentation v1.12.0 |
| 1602 | 2025-08-12T20:52:58.630Z | Compiling mime v0.3.17 |
| 1603 | 2025-08-12T20:52:59.112Z | Compiling whoami v1.5.2 |
| 1604 | 2025-08-12T20:52:59.190Z | Compiling difflib v0.4.0 |
| 1605 | 2025-08-12T20:52:59.261Z | Compiling fixedbitset v0.4.2 |
| 1606 | 2025-08-12T20:52:59.676Z | Compiling new_debug_unreachable v1.0.6 |
| 1607 | 2025-08-12T20:52:59.700Z | Compiling data-encoding v2.9.0 |
| 1608 | 2025-08-12T20:52:59.755Z | Compiling static_assertions v1.1.0 |
| 1609 | 2025-08-12T20:52:59.782Z | Compiling normalize-line-endings v0.3.0 |
| 1610 | 2025-08-12T20:52:59.880Z | Compiling predicates-core v1.0.8 |
| 1611 | 2025-08-12T20:52:59.934Z | Compiling precomputed-hash v0.1.1 |
| 1612 | 2025-08-12T20:53:00.077Z | Compiling string_cache v0.8.9 |
| 1613 | 2025-08-12T20:53:00.202Z | Compiling predicates v3.1.3 |
| 1614 | 2025-08-12T20:53:00.454Z | Compiling hickory-proto v0.25.2 |
| 1615 | 2025-08-12T20:53:00.523Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1616 | 2025-08-12T20:53:01.369Z | Compiling clap v4.5.41 |
| 1617 | 2025-08-12T20:53:01.444Z | Compiling console v0.15.10 |
| 1618 | 2025-08-12T20:53:01.509Z | Compiling toml_edit v0.22.27 |
| 1619 | 2025-08-12T20:53:01.630Z | Compiling strum v0.26.3 |
| 1620 | 2025-08-12T20:53:01.844Z | Compiling petgraph v0.6.5 |
| 1621 | 2025-08-12T20:53:02.006Z | Compiling tokio-postgres v0.7.13 |
| 1622 | 2025-08-12T20:53:02.698Z | Compiling similar v2.7.0 |
| 1623 | 2025-08-12T20:53:03.558Z | Compiling daft v0.1.4 |
| 1624 | 2025-08-12T20:53:04.155Z | Compiling usdt v0.5.0 |
| 1625 | 2025-08-12T20:53:04.637Z | Compiling ecdsa v0.16.9 |
| 1626 | 2025-08-12T20:53:04.689Z | Compiling rsa v0.9.6 |
| 1627 | 2025-08-12T20:53:05.410Z | Compiling zip v4.2.0 |
| 1628 | 2025-08-12T20:53:05.462Z | Compiling zip v0.6.6 |
| 1629 | 2025-08-12T20:53:06.692Z | Compiling ed25519-dalek v2.1.1 |
| 1630 | 2025-08-12T20:53:06.978Z | Compiling toml v0.7.8 |
| 1631 | 2025-08-12T20:53:08.047Z | Compiling crossterm v0.28.1 |
| 1632 | 2025-08-12T20:53:09.055Z | Compiling crossbeam-epoch v0.9.18 |
| 1633 | 2025-08-12T20:53:09.082Z | Compiling tokio-stream v0.1.17 |
| 1634 | 2025-08-12T20:53:09.519Z | Compiling openapiv3 v2.2.0 |
| 1635 | 2025-08-12T20:53:09.754Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1636 | 2025-08-12T20:53:10.074Z | Compiling x509-cert v0.2.5 |
| 1637 | 2025-08-12T20:53:10.196Z | Compiling sha1 v0.10.6 |
| 1638 | 2025-08-12T20:53:10.625Z | Compiling itertools v0.13.0 |
| 1639 | 2025-08-12T20:53:11.125Z | Compiling itertools v0.10.5 |
| 1640 | 2025-08-12T20:53:11.441Z | Compiling dirs-sys-next v0.1.2 |
| 1641 | 2025-08-12T20:53:11.756Z | Compiling winnow v0.6.26 |
| 1642 | 2025-08-12T20:53:12.007Z | Compiling peg-runtime v0.8.5 |
| 1643 | 2025-08-12T20:53:12.125Z | Compiling lalrpop-util v0.19.12 |
| 1644 | 2025-08-12T20:53:12.491Z | Compiling rustc-hash v2.1.1 |
| 1645 | 2025-08-12T20:53:12.552Z | Compiling dirs-next v2.0.0 |
| 1646 | 2025-08-12T20:53:12.698Z | Compiling thread_local v1.1.8 |
| 1647 | 2025-08-12T20:53:12.764Z | Compiling slog-async v2.8.0 |
| 1648 | 2025-08-12T20:53:13.183Z | Compiling term v0.7.0 |
| 1649 | 2025-08-12T20:53:13.368Z | Compiling crossbeam-channel v0.5.15 |
| 1650 | 2025-08-12T20:53:13.387Z | Compiling xattr v1.3.1 |
| 1651 | 2025-08-12T20:53:13.447Z | Compiling futures-executor v0.3.31 |
| 1652 | 2025-08-12T20:53:13.647Z | Compiling is-terminal v0.4.13 |
| 1653 | 2025-08-12T20:53:13.669Z | Compiling filetime v0.2.25 |
| 1654 | 2025-08-12T20:53:13.806Z | Compiling take_mut v0.2.2 |
| 1655 | 2025-08-12T20:53:13.946Z | Compiling tar v0.4.44 |
| 1656 | 2025-08-12T20:53:13.993Z | Compiling slog-term v2.9.1 |
| 1657 | 2025-08-12T20:53:14.019Z | Compiling futures v0.3.31 |
| 1658 | 2025-08-12T20:53:14.333Z | Compiling camino v1.1.10 |
| 1659 | 2025-08-12T20:53:19.706Z | Compiling aws-lc-sys v0.26.0 |
| 1660 | 2025-08-12T20:53:48.715Z | Compiling rustls-webpki v0.102.8 |
| 1661 | 2025-08-12T20:53:53.213Z | Compiling tokio-rustls v0.26.0 |
| 1662 | 2025-08-12T20:53:53.486Z | Compiling hyper-rustls v0.27.7 |
| 1663 | 2025-08-12T20:53:53.892Z | Compiling reqwest v0.12.22 |
| 1664 | 2025-08-12T20:53:57.167Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1665 | 2025-08-12T20:53:57.450Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1666 | 2025-08-12T20:54:01.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 1667 | 2025-08-12T20:54:02.066Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1668 | 2025-08-12T20:54:02.120Z | Aug 12 20:54:00.447 INFO Starting download, target: Cockroach |
| 1669 | 2025-08-12T20:54:02.120Z | Aug 12 20:54:00.447 INFO Starting download, target: Clickhouse |
| 1670 | 2025-08-12T20:54:02.120Z | Aug 12 20:54:00.447 INFO Starting download, target: Console |
| 1671 | 2025-08-12T20:54:02.120Z | Aug 12 20:54:00.447 INFO Starting download, target: DendriteStub |
| 1672 | 2025-08-12T20:54:02.120Z | Aug 12 20:54:00.447 INFO Starting download, target: MaghemiteMgd |
| 1673 | 2025-08-12T20:54:02.124Z | Aug 12 20:54:00.447 INFO Starting download, target: TransceiverControl |
| 1674 | 2025-08-12T20:54:02.124Z | Aug 12 20:54:00.448 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1675 | 2025-08-12T20:54:02.124Z | Aug 12 20:54:00.448 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1676 | 2025-08-12T20:54:02.124Z | Aug 12 20:54:00.449 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1677 | 2025-08-12T20:54:02.124Z | Aug 12 20:54:00.449 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1678 | 2025-08-12T20:54:02.125Z | Aug 12 20:54:00.449 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1679 | 2025-08-12T20:54:02.125Z | Aug 12 20:54:00.449 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1680 | 2025-08-12T20:54:02.550Z | Aug 12 20:54:00.873 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1681 | 2025-08-12T20:54:02.627Z | Aug 12 20:54:00.946 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1682 | 2025-08-12T20:54:02.988Z | Aug 12 20:54:01.311 INFO Download complete, target: TransceiverControl |
| 1683 | 2025-08-12T20:54:03.040Z | Aug 12 20:54:01.365 INFO Download complete, target: Console |
| 1684 | 2025-08-12T20:54:03.205Z | Aug 12 20:54:01.528 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1685 | 2025-08-12T20:54:03.400Z | Aug 12 20:54:01.726 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1686 | 2025-08-12T20:54:03.897Z | Aug 12 20:54:02.224 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1687 | 2025-08-12T20:54:03.897Z | Aug 12 20:54:02.224 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1688 | 2025-08-12T20:54:04.419Z | Aug 12 20:54:02.745 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1689 | 2025-08-12T20:54:06.862Z | Aug 12 20:54:05.187 INFO Download complete, target: MaghemiteMgd |
| 1690 | 2025-08-12T20:54:06.918Z | Aug 12 20:54:05.242 INFO Download complete, target: DendriteStub |
| 1691 | 2025-08-12T20:54:10.511Z | Aug 12 20:54:08.833 INFO Checking that binary works, target: Cockroach |
| 1692 | 2025-08-12T20:54:10.663Z | Aug 12 20:54:08.985 INFO Download complete, target: Cockroach |
| 1693 | 2025-08-12T20:54:14.807Z | Aug 12 20:54:13.127 INFO Checking that binary works, target: Clickhouse |
| 1694 | 2025-08-12T20:54:14.966Z | Aug 12 20:54:13.285 INFO Download complete, target: Clickhouse |
| 1695 | 2025-08-12T20:54:14.986Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1696 | 2025-08-12T20:54:14.990Z | |
| 1697 | 2025-08-12T20:54:14.990Z | real 5:02.630416272 |
| 1698 | 2025-08-12T20:54:14.990Z | user 16:13.984551329 |
| 1699 | 2025-08-12T20:54:14.990Z | sys 2:17.055594552 |
| 1700 | 2025-08-12T20:54:14.990Z | trap 0.581223687 |
| 1701 | 2025-08-12T20:54:14.990Z | tflt 0.758935410 |
| 1702 | 2025-08-12T20:54:14.990Z | dflt 1.229495028 |
| 1703 | 2025-08-12T20:54:14.990Z | kflt 0.024775591 |
| 1704 | 2025-08-12T20:54:14.990Z | lock 37:25.261089579 |
| 1705 | 2025-08-12T20:54:14.990Z | slp 59:09.112753199 |
| 1706 | 2025-08-12T20:54:14.990Z | lat 1:13.736156336 |
| 1707 | 2025-08-12T20:54:14.990Z | stop 2:55.078906182 |
| 1708 | 2025-08-12T20:54:14.990Z | + banner hack-check |
| 1709 | 2025-08-12T20:54:14.993Z | |
| 1710 | 2025-08-12T20:54:14.993Z | # # ## #### # # #### # # ###### #### # # |
| 1711 | 2025-08-12T20:54:14.993Z | # # # # # # # # # # # # # # # # # |
| 1712 | 2025-08-12T20:54:14.993Z | ###### # # # #### ##### # ###### ##### # #### |
| 1713 | 2025-08-12T20:54:14.993Z | # # ###### # # # # # # # # # # |
| 1714 | 2025-08-12T20:54:14.993Z | # # # # # # # # # # # # # # # # # |
| 1715 | 2025-08-12T20:54:14.993Z | # # # # #### # # #### # # ###### #### # # |
| 1716 | 2025-08-12T20:54:14.993Z | |
| 1717 | 2025-08-12T20:54:14.993Z | + export CARGO_INCREMENTAL=0 |
| 1718 | 2025-08-12T20:54:14.993Z | + CARGO_INCREMENTAL=0 |
| 1719 | 2025-08-12T20:54:14.993Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1720 | 2025-08-12T20:54:15.692Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1721 | 2025-08-12T20:54:15.980Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1722 | 2025-08-12T20:54:19.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
| 1723 | 2025-08-12T20:54:19.109Z | Running `target/debug/xtask check-features --ci` |
| 1724 | 2025-08-12T20:54:19.134Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1725 | 2025-08-12T20:54:19.137Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1726 | 2025-08-12T20:54:19.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1727 | 2025-08-12T20:54:19.759Z | Running `target/debug/xtask download cargo-hack` |
| 1728 | 2025-08-12T20:54:20.749Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1729 | 2025-08-12T20:54:21.142Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1730 | 2025-08-12T20:54:24.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s |
| 1731 | 2025-08-12T20:54:25.082Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1732 | 2025-08-12T20:54:25.124Z | Aug 12 20:54:23.436 INFO Starting download, target: CargoHack |
| 1733 | 2025-08-12T20:54:25.127Z | Aug 12 20:54:23.437 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1734 | 2025-08-12T20:54:25.497Z | Aug 12 20:54:23.810 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1735 | 2025-08-12T20:54:25.570Z | Aug 12 20:54:23.883 INFO Download complete, target: CargoHack |
| 1736 | 2025-08-12T20:54:25.573Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1737 | 2025-08-12T20:54:25.599Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1738 | 2025-08-12T20:54:25.790Z | info: running `cargo check --bins` on api_identity (1/221) |
| 1739 | 2025-08-12T20:54:26.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1740 | 2025-08-12T20:54:26.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1741 | 2025-08-12T20:54:26.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1742 | 2025-08-12T20:54:26.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1743 | 2025-08-12T20:54:26.513Z | |
| 1744 | 2025-08-12T20:54:26.513Z | info: running `cargo check --bins` on bootstore (2/221) |
| 1745 | 2025-08-12T20:54:27.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1746 | 2025-08-12T20:54:27.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1747 | 2025-08-12T20:54:27.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1748 | 2025-08-12T20:54:27.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1749 | 2025-08-12T20:54:27.283Z | |
| 1750 | 2025-08-12T20:54:27.283Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/221) |
| 1751 | 2025-08-12T20:54:27.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1752 | 2025-08-12T20:54:27.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1753 | 2025-08-12T20:54:27.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1754 | 2025-08-12T20:54:27.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1755 | 2025-08-12T20:54:28.059Z | |
| 1756 | 2025-08-12T20:54:28.059Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/221) |
| 1757 | 2025-08-12T20:54:28.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1758 | 2025-08-12T20:54:28.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1759 | 2025-08-12T20:54:28.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1760 | 2025-08-12T20:54:28.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1761 | 2025-08-12T20:54:28.823Z | |
| 1762 | 2025-08-12T20:54:28.823Z | info: running `cargo check --bins` on id-map (5/221) |
| 1763 | 2025-08-12T20:54:29.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1764 | 2025-08-12T20:54:29.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1765 | 2025-08-12T20:54:29.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1766 | 2025-08-12T20:54:29.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1767 | 2025-08-12T20:54:29.558Z | |
| 1768 | 2025-08-12T20:54:29.558Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/221) |
| 1769 | 2025-08-12T20:54:30.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1770 | 2025-08-12T20:54:30.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1771 | 2025-08-12T20:54:30.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1772 | 2025-08-12T20:54:30.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1773 | 2025-08-12T20:54:30.134Z | |
| 1774 | 2025-08-12T20:54:30.134Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/221) |
| 1775 | 2025-08-12T20:54:30.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1776 | 2025-08-12T20:54:30.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1777 | 2025-08-12T20:54:30.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1778 | 2025-08-12T20:54:30.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1779 | 2025-08-12T20:54:30.715Z | |
| 1780 | 2025-08-12T20:54:30.715Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/221) |
| 1781 | 2025-08-12T20:54:31.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1782 | 2025-08-12T20:54:31.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1783 | 2025-08-12T20:54:31.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1784 | 2025-08-12T20:54:31.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1785 | 2025-08-12T20:54:31.278Z | |
| 1786 | 2025-08-12T20:54:31.279Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/221) |
| 1787 | 2025-08-12T20:54:31.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1788 | 2025-08-12T20:54:31.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1789 | 2025-08-12T20:54:31.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1790 | 2025-08-12T20:54:31.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1791 | 2025-08-12T20:54:31.856Z | |
| 1792 | 2025-08-12T20:54:31.856Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/221) |
| 1793 | 2025-08-12T20:54:32.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1794 | 2025-08-12T20:54:32.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1795 | 2025-08-12T20:54:32.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1796 | 2025-08-12T20:54:32.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1797 | 2025-08-12T20:54:32.422Z | |
| 1798 | 2025-08-12T20:54:32.422Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/221) |
| 1799 | 2025-08-12T20:54:32.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1800 | 2025-08-12T20:54:32.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1801 | 2025-08-12T20:54:32.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1802 | 2025-08-12T20:54:32.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1803 | 2025-08-12T20:54:33.008Z | |
| 1804 | 2025-08-12T20:54:33.008Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/221) |
| 1805 | 2025-08-12T20:54:33.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1806 | 2025-08-12T20:54:33.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1807 | 2025-08-12T20:54:33.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1808 | 2025-08-12T20:54:33.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1809 | 2025-08-12T20:54:33.583Z | |
| 1810 | 2025-08-12T20:54:33.583Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/221) |
| 1811 | 2025-08-12T20:54:34.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1812 | 2025-08-12T20:54:34.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1813 | 2025-08-12T20:54:34.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1814 | 2025-08-12T20:54:34.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1815 | 2025-08-12T20:54:34.155Z | |
| 1816 | 2025-08-12T20:54:34.155Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/221) |
| 1817 | 2025-08-12T20:54:34.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1818 | 2025-08-12T20:54:34.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1819 | 2025-08-12T20:54:34.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1820 | 2025-08-12T20:54:34.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1821 | 2025-08-12T20:54:34.722Z | |
| 1822 | 2025-08-12T20:54:34.723Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/221) |
| 1823 | 2025-08-12T20:54:35.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1824 | 2025-08-12T20:54:35.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1825 | 2025-08-12T20:54:35.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1826 | 2025-08-12T20:54:35.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1827 | 2025-08-12T20:54:35.289Z | |
| 1828 | 2025-08-12T20:54:35.289Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/221) |
| 1829 | 2025-08-12T20:54:35.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1830 | 2025-08-12T20:54:35.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1831 | 2025-08-12T20:54:35.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1832 | 2025-08-12T20:54:35.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1833 | 2025-08-12T20:54:35.851Z | |
| 1834 | 2025-08-12T20:54:35.851Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/221) |
| 1835 | 2025-08-12T20:54:36.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1836 | 2025-08-12T20:54:36.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1837 | 2025-08-12T20:54:36.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1838 | 2025-08-12T20:54:36.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1839 | 2025-08-12T20:54:36.417Z | |
| 1840 | 2025-08-12T20:54:36.417Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/221) |
| 1841 | 2025-08-12T20:54:36.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1842 | 2025-08-12T20:54:36.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1843 | 2025-08-12T20:54:36.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1844 | 2025-08-12T20:54:36.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1845 | 2025-08-12T20:54:36.984Z | |
| 1846 | 2025-08-12T20:54:36.984Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/221) |
| 1847 | 2025-08-12T20:54:37.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1848 | 2025-08-12T20:54:37.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1849 | 2025-08-12T20:54:37.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1850 | 2025-08-12T20:54:37.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1851 | 2025-08-12T20:54:37.562Z | |
| 1852 | 2025-08-12T20:54:37.562Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/221) |
| 1853 | 2025-08-12T20:54:38.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1854 | 2025-08-12T20:54:38.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1855 | 2025-08-12T20:54:38.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1856 | 2025-08-12T20:54:38.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1857 | 2025-08-12T20:54:38.131Z | |
| 1858 | 2025-08-12T20:54:38.131Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/221) |
| 1859 | 2025-08-12T20:54:38.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1860 | 2025-08-12T20:54:38.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1861 | 2025-08-12T20:54:38.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1862 | 2025-08-12T20:54:38.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1863 | 2025-08-12T20:54:38.694Z | |
| 1864 | 2025-08-12T20:54:38.694Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/221) |
| 1865 | 2025-08-12T20:54:39.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1866 | 2025-08-12T20:54:39.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1867 | 2025-08-12T20:54:39.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1868 | 2025-08-12T20:54:39.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1869 | 2025-08-12T20:54:39.262Z | |
| 1870 | 2025-08-12T20:54:39.262Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/221) |
| 1871 | 2025-08-12T20:54:39.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1872 | 2025-08-12T20:54:39.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1873 | 2025-08-12T20:54:39.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1874 | 2025-08-12T20:54:39.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1875 | 2025-08-12T20:54:39.835Z | |
| 1876 | 2025-08-12T20:54:39.835Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/221) |
| 1877 | 2025-08-12T20:54:40.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1878 | 2025-08-12T20:54:40.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1879 | 2025-08-12T20:54:40.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1880 | 2025-08-12T20:54:40.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1881 | 2025-08-12T20:54:40.402Z | |
| 1882 | 2025-08-12T20:54:40.402Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/221) |
| 1883 | 2025-08-12T20:54:40.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1884 | 2025-08-12T20:54:40.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1885 | 2025-08-12T20:54:40.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1886 | 2025-08-12T20:54:40.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1887 | 2025-08-12T20:54:40.975Z | |
| 1888 | 2025-08-12T20:54:40.975Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/221) |
| 1889 | 2025-08-12T20:54:41.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2025-08-12T20:54:41.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2025-08-12T20:54:41.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2025-08-12T20:54:41.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1893 | 2025-08-12T20:54:41.545Z | |
| 1894 | 2025-08-12T20:54:41.545Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/221) |
| 1895 | 2025-08-12T20:54:42.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2025-08-12T20:54:42.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2025-08-12T20:54:42.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2025-08-12T20:54:42.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1899 | 2025-08-12T20:54:42.114Z | |
| 1900 | 2025-08-12T20:54:42.114Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/221) |
| 1901 | 2025-08-12T20:54:42.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2025-08-12T20:54:42.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2025-08-12T20:54:42.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2025-08-12T20:54:42.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1905 | 2025-08-12T20:54:42.683Z | |
| 1906 | 2025-08-12T20:54:42.683Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/221) |
| 1907 | 2025-08-12T20:54:43.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2025-08-12T20:54:43.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2025-08-12T20:54:43.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2025-08-12T20:54:43.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1911 | 2025-08-12T20:54:43.251Z | |
| 1912 | 2025-08-12T20:54:43.251Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/221) |
| 1913 | 2025-08-12T20:54:43.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2025-08-12T20:54:43.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2025-08-12T20:54:43.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2025-08-12T20:54:43.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1917 | 2025-08-12T20:54:43.815Z | |
| 1918 | 2025-08-12T20:54:43.815Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/221) |
| 1919 | 2025-08-12T20:54:44.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2025-08-12T20:54:44.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2025-08-12T20:54:44.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2025-08-12T20:54:44.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1923 | 2025-08-12T20:54:44.388Z | |
| 1924 | 2025-08-12T20:54:44.388Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/221) |
| 1925 | 2025-08-12T20:54:44.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2025-08-12T20:54:44.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2025-08-12T20:54:44.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2025-08-12T20:54:44.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1929 | 2025-08-12T20:54:44.954Z | |
| 1930 | 2025-08-12T20:54:44.954Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/221) |
| 1931 | 2025-08-12T20:54:45.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2025-08-12T20:54:45.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2025-08-12T20:54:45.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2025-08-12T20:54:45.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1935 | 2025-08-12T20:54:45.525Z | |
| 1936 | 2025-08-12T20:54:45.525Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/221) |
| 1937 | 2025-08-12T20:54:46.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2025-08-12T20:54:46.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2025-08-12T20:54:46.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2025-08-12T20:54:46.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1941 | 2025-08-12T20:54:46.093Z | |
| 1942 | 2025-08-12T20:54:46.093Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/221) |
| 1943 | 2025-08-12T20:54:46.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2025-08-12T20:54:46.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2025-08-12T20:54:46.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2025-08-12T20:54:46.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1947 | 2025-08-12T20:54:46.657Z | |
| 1948 | 2025-08-12T20:54:46.657Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/221) |
| 1949 | 2025-08-12T20:54:47.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2025-08-12T20:54:47.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2025-08-12T20:54:47.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2025-08-12T20:54:47.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1953 | 2025-08-12T20:54:47.224Z | |
| 1954 | 2025-08-12T20:54:47.225Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/221) |
| 1955 | 2025-08-12T20:54:47.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2025-08-12T20:54:47.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2025-08-12T20:54:47.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2025-08-12T20:54:47.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1959 | 2025-08-12T20:54:47.788Z | |
| 1960 | 2025-08-12T20:54:47.788Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/221) |
| 1961 | 2025-08-12T20:54:48.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2025-08-12T20:54:48.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2025-08-12T20:54:48.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2025-08-12T20:54:48.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1965 | 2025-08-12T20:54:48.361Z | |
| 1966 | 2025-08-12T20:54:48.361Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/221) |
| 1967 | 2025-08-12T20:54:48.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2025-08-12T20:54:48.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2025-08-12T20:54:48.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2025-08-12T20:54:48.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1971 | 2025-08-12T20:54:48.933Z | |
| 1972 | 2025-08-12T20:54:48.933Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/221) |
| 1973 | 2025-08-12T20:54:49.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2025-08-12T20:54:49.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2025-08-12T20:54:49.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2025-08-12T20:54:49.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1977 | 2025-08-12T20:54:49.506Z | |
| 1978 | 2025-08-12T20:54:49.507Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/221) |
| 1979 | 2025-08-12T20:54:50.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2025-08-12T20:54:50.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2025-08-12T20:54:50.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2025-08-12T20:54:50.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1983 | 2025-08-12T20:54:50.073Z | |
| 1984 | 2025-08-12T20:54:50.073Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/221) |
| 1985 | 2025-08-12T20:54:50.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2025-08-12T20:54:50.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2025-08-12T20:54:50.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2025-08-12T20:54:50.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1989 | 2025-08-12T20:54:50.636Z | |
| 1990 | 2025-08-12T20:54:50.636Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/221) |
| 1991 | 2025-08-12T20:54:51.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2025-08-12T20:54:51.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2025-08-12T20:54:51.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2025-08-12T20:54:51.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1995 | 2025-08-12T20:54:51.200Z | |
| 1996 | 2025-08-12T20:54:51.200Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/221) |
| 1997 | 2025-08-12T20:54:51.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2025-08-12T20:54:51.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2025-08-12T20:54:51.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2025-08-12T20:54:51.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2001 | 2025-08-12T20:54:51.761Z | |
| 2002 | 2025-08-12T20:54:51.761Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/221) |
| 2003 | 2025-08-12T20:54:52.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2025-08-12T20:54:52.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2025-08-12T20:54:52.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2025-08-12T20:54:52.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2007 | 2025-08-12T20:54:52.327Z | |
| 2008 | 2025-08-12T20:54:52.328Z | info: running `cargo check --bins` on sled-hardware-types (46/221) |
| 2009 | 2025-08-12T20:54:53.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2025-08-12T20:54:53.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2025-08-12T20:54:53.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2025-08-12T20:54:53.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2013 | 2025-08-12T20:54:53.098Z | |
| 2014 | 2025-08-12T20:54:53.098Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/221) |
| 2015 | 2025-08-12T20:54:53.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2025-08-12T20:54:53.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2025-08-12T20:54:53.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2025-08-12T20:54:53.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2019 | 2025-08-12T20:54:53.870Z | |
| 2020 | 2025-08-12T20:54:53.870Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/221) |
| 2021 | 2025-08-12T20:54:54.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2025-08-12T20:54:54.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2025-08-12T20:54:54.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2025-08-12T20:54:54.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2025 | 2025-08-12T20:54:54.643Z | |
| 2026 | 2025-08-12T20:54:54.643Z | info: running `cargo check --bins` on oxlog (49/221) |
| 2027 | 2025-08-12T20:54:55.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2025-08-12T20:54:55.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2025-08-12T20:54:55.397Z | Checking cfg-if v1.0.1 |
| 2030 | 2025-08-12T20:54:55.401Z | Checking libc v0.2.174 |
| 2031 | 2025-08-12T20:54:55.520Z | Checking serde v1.0.219 |
| 2032 | 2025-08-12T20:54:55.523Z | Checking zeroize v1.8.1 |
| 2033 | 2025-08-12T20:54:55.534Z | Checking memchr v2.7.4 |
| 2034 | 2025-08-12T20:54:55.544Z | Checking typenum v1.17.0 |
| 2035 | 2025-08-12T20:54:55.544Z | Checking smallvec v1.15.1 |
| 2036 | 2025-08-12T20:54:55.572Z | Checking value-bag v1.9.0 |
| 2037 | 2025-08-12T20:54:55.589Z | Checking subtle v2.6.1 |
| 2038 | 2025-08-12T20:54:55.770Z | Checking scopeguard v1.2.0 |
| 2039 | 2025-08-12T20:54:55.858Z | Checking const-oid v0.9.6 |
| 2040 | 2025-08-12T20:54:55.912Z | Checking itoa v1.0.11 |
| 2041 | 2025-08-12T20:54:55.933Z | Checking lock_api v0.4.12 |
| 2042 | 2025-08-12T20:54:55.979Z | Checking log v0.4.27 |
| 2043 | 2025-08-12T20:54:56.181Z | Checking stable_deref_trait v1.2.0 |
| 2044 | 2025-08-12T20:54:56.304Z | Checking zerofrom v0.1.4 |
| 2045 | 2025-08-12T20:54:56.344Z | Checking pin-project-lite v0.2.14 |
| 2046 | 2025-08-12T20:54:56.366Z | Checking byteorder v1.5.0 |
| 2047 | 2025-08-12T20:54:56.468Z | Checking portable-atomic v1.11.0 |
| 2048 | 2025-08-12T20:54:56.486Z | Checking critical-section v1.1.3 |
| 2049 | 2025-08-12T20:54:56.506Z | Checking getrandom v0.2.15 |
| 2050 | 2025-08-12T20:54:56.522Z | Checking signal-hook-registry v1.4.2 |
| 2051 | 2025-08-12T20:54:56.573Z | Checking generic-array v0.14.7 |
| 2052 | 2025-08-12T20:54:56.642Z | Checking parking_lot_core v0.9.10 |
| 2053 | 2025-08-12T20:54:56.742Z | Checking yoke v0.7.4 |
| 2054 | 2025-08-12T20:54:56.746Z | Checking rand_core v0.6.4 |
| 2055 | 2025-08-12T20:54:56.775Z | Checking mio v1.0.2 |
| 2056 | 2025-08-12T20:54:56.979Z | Checking parking_lot v0.12.3 |
| 2057 | 2025-08-12T20:54:57.065Z | Checking socket2 v0.6.0 |
| 2058 | 2025-08-12T20:54:57.090Z | Checking zerovec v0.10.4 |
| 2059 | 2025-08-12T20:54:57.342Z | Checking cpufeatures v0.2.14 |
| 2060 | 2025-08-12T20:54:57.357Z | Checking equivalent v1.0.2 |
| 2061 | 2025-08-12T20:54:57.437Z | Checking allocator-api2 v0.2.21 |
| 2062 | 2025-08-12T20:54:57.465Z | Checking futures-core v0.3.31 |
| 2063 | 2025-08-12T20:54:57.487Z | Checking once_cell v1.21.3 |
| 2064 | 2025-08-12T20:54:57.551Z | Checking foldhash v0.1.5 |
| 2065 | 2025-08-12T20:54:57.647Z | Checking crypto-common v0.1.6 |
| 2066 | 2025-08-12T20:54:57.675Z | Checking block-buffer v0.10.4 |
| 2067 | 2025-08-12T20:54:57.748Z | Checking litemap v0.7.3 |
| 2068 | 2025-08-12T20:54:57.804Z | Checking writeable v0.5.5 |
| 2069 | 2025-08-12T20:54:57.823Z | Checking block-padding v0.3.3 |
| 2070 | 2025-08-12T20:54:57.857Z | Checking getrandom v0.3.1 |
| 2071 | 2025-08-12T20:54:57.894Z | Checking digest v0.10.7 |
| 2072 | 2025-08-12T20:54:58.032Z | Checking percent-encoding v2.3.1 |
| 2073 | 2025-08-12T20:54:58.055Z | Checking hashbrown v0.15.4 |
| 2074 | 2025-08-12T20:54:58.077Z | Checking inout v0.1.3 |
| 2075 | 2025-08-12T20:54:58.094Z | Checking zerocopy v0.7.35 |
| 2076 | 2025-08-12T20:54:58.134Z | Checking libm v0.2.8 |
| 2077 | 2025-08-12T20:54:58.235Z | Checking futures-sink v0.3.31 |
| 2078 | 2025-08-12T20:54:58.284Z | Checking hmac v0.12.1 |
| 2079 | 2025-08-12T20:54:58.305Z | Checking icu_locid_transform_data v1.5.0 |
| 2080 | 2025-08-12T20:54:58.396Z | Checking ryu v1.0.18 |
| 2081 | 2025-08-12T20:54:58.414Z | Checking futures-channel v0.3.31 |
| 2082 | 2025-08-12T20:54:58.516Z | Checking cipher v0.4.4 |
| 2083 | 2025-08-12T20:54:58.621Z | Checking tinystr v0.7.6 |
| 2084 | 2025-08-12T20:54:58.662Z | Checking icu_collections v1.5.0 |
| 2085 | 2025-08-12T20:54:58.750Z | Checking sha2 v0.10.9 |
| 2086 | 2025-08-12T20:54:58.918Z | Checking slab v0.4.9 |
| 2087 | 2025-08-12T20:54:58.975Z | Checking icu_locid v1.5.0 |
| 2088 | 2025-08-12T20:54:59.029Z | Checking num-traits v0.2.19 |
| 2089 | 2025-08-12T20:54:59.086Z | Checking icu_properties_data v1.5.0 |
| 2090 | 2025-08-12T20:54:59.178Z | Checking base64ct v1.6.0 |
| 2091 | 2025-08-12T20:54:59.258Z | Checking futures-io v0.3.31 |
| 2092 | 2025-08-12T20:54:59.290Z | Checking pin-utils v0.1.0 |
| 2093 | 2025-08-12T20:54:59.309Z | Checking futures-task v0.3.31 |
| 2094 | 2025-08-12T20:54:59.335Z | Checking flagset v0.4.6 |
| 2095 | 2025-08-12T20:54:59.393Z | Checking utf8_iter v1.0.4 |
| 2096 | 2025-08-12T20:54:59.442Z | Checking utf16_iter v1.0.5 |
| 2097 | 2025-08-12T20:54:59.547Z | Checking futures-util v0.3.31 |
| 2098 | 2025-08-12T20:54:59.564Z | Checking write16 v1.0.0 |
| 2099 | 2025-08-12T20:54:59.612Z | Checking icu_normalizer_data v1.5.0 |
| 2100 | 2025-08-12T20:54:59.629Z | Checking pem-rfc7468 v0.7.0 |
| 2101 | 2025-08-12T20:54:59.646Z | Checking ppv-lite86 v0.2.20 |
| 2102 | 2025-08-12T20:54:59.702Z | Checking salsa20 v0.10.2 |
| 2103 | 2025-08-12T20:54:59.723Z | Checking pbkdf2 v0.12.2 |
| 2104 | 2025-08-12T20:54:59.877Z | Checking zerocopy v0.8.26 |
| 2105 | 2025-08-12T20:54:59.910Z | Checking icu_provider v1.5.0 |
| 2106 | 2025-08-12T20:54:59.915Z | Checking der v0.7.9 |
| 2107 | 2025-08-12T20:54:59.933Z | Checking fnv v1.0.7 |
| 2108 | 2025-08-12T20:54:59.955Z | Checking bytes v1.10.1 |
| 2109 | 2025-08-12T20:55:00.069Z | Checking bitflags v2.9.1 |
| 2110 | 2025-08-12T20:55:00.324Z | Checking serde_json v1.0.141 |
| 2111 | 2025-08-12T20:55:00.385Z | Checking indexmap v2.10.0 |
| 2112 | 2025-08-12T20:55:00.445Z | Checking scrypt v0.11.0 |
| 2113 | 2025-08-12T20:55:00.498Z | Checking icu_locid_transform v1.5.0 |
| 2114 | 2025-08-12T20:55:00.673Z | Checking cbc v0.1.2 |
| 2115 | 2025-08-12T20:55:00.869Z | Checking aes v0.8.4 |
| 2116 | 2025-08-12T20:55:00.915Z | Checking tokio v1.47.0 |
| 2117 | 2025-08-12T20:55:01.508Z | Checking icu_properties v1.5.1 |
| 2118 | 2025-08-12T20:55:01.593Z | Checking spki v0.7.3 |
| 2119 | 2025-08-12T20:55:01.625Z | Checking http v1.3.1 |
| 2120 | 2025-08-12T20:55:01.764Z | Checking form_urlencoded v1.2.1 |
| 2121 | 2025-08-12T20:55:01.904Z | Checking pkcs5 v0.7.1 |
| 2122 | 2025-08-12T20:55:01.924Z | Checking uuid v1.17.0 |
| 2123 | 2025-08-12T20:55:01.970Z | Checking tracing-core v0.1.32 |
| 2124 | 2025-08-12T20:55:02.421Z | Checking pkcs8 v0.10.2 |
| 2125 | 2025-08-12T20:55:02.605Z | Checking iana-time-zone v0.1.63 |
| 2126 | 2025-08-12T20:55:02.622Z | Checking tracing v0.1.40 |
| 2127 | 2025-08-12T20:55:02.741Z | Checking rustls-pki-types v1.10.0 |
| 2128 | 2025-08-12T20:55:02.770Z | Checking tinyvec_macros v0.1.1 |
| 2129 | 2025-08-12T20:55:02.878Z | Compiling newtype-uuid v1.2.4 |
| 2130 | 2025-08-12T20:55:02.940Z | Checking http-body v1.0.1 |
| 2131 | 2025-08-12T20:55:02.966Z | Checking base64 v0.22.1 |
| 2132 | 2025-08-12T20:55:03.057Z | Checking rand_core v0.9.2 |
| 2133 | 2025-08-12T20:55:03.153Z | Checking tinyvec v1.8.0 |
| 2134 | 2025-08-12T20:55:03.200Z | Checking chrono v0.4.41 |
| 2135 | 2025-08-12T20:55:03.299Z | Checking aws-lc-sys v0.26.0 |
| 2136 | 2025-08-12T20:55:03.375Z | Checking errno v0.3.12 |
| 2137 | 2025-08-12T20:55:03.444Z | Checking spin v0.9.8 |
| 2138 | 2025-08-12T20:55:03.570Z | Checking untrusted v0.7.1 |
| 2139 | 2025-08-12T20:55:03.751Z | Checking adler2 v2.0.0 |
| 2140 | 2025-08-12T20:55:03.790Z | Checking openssl-probe v0.1.5 |
| 2141 | 2025-08-12T20:55:03.922Z | Checking atomic-waker v1.1.2 |
| 2142 | 2025-08-12T20:55:03.966Z | Checking try-lock v0.2.5 |
| 2143 | 2025-08-12T20:55:04.048Z | Checking untrusted v0.9.0 |
| 2144 | 2025-08-12T20:55:04.070Z | Checking tower-service v0.3.3 |
| 2145 | 2025-08-12T20:55:04.114Z | Checking foreign-types-shared v0.1.1 |
| 2146 | 2025-08-12T20:55:04.194Z | Checking want v0.3.1 |
| 2147 | 2025-08-12T20:55:04.229Z | Checking ring v0.17.14 |
| 2148 | 2025-08-12T20:55:04.229Z | Checking foreign-types v0.3.2 |
| 2149 | 2025-08-12T20:55:04.340Z | Checking miniz_oxide v0.8.5 |
| 2150 | 2025-08-12T20:55:04.400Z | Checking rand_chacha v0.9.0 |
| 2151 | 2025-08-12T20:55:04.458Z | Checking ipnet v2.11.0 |
| 2152 | 2025-08-12T20:55:04.693Z | Checking icu_normalizer v1.5.0 |
| 2153 | 2025-08-12T20:55:04.794Z | Checking httparse v1.9.5 |
| 2154 | 2025-08-12T20:55:05.015Z | Checking openssl-sys v0.9.109 |
| 2155 | 2025-08-12T20:55:05.094Z | Checking thiserror v1.0.69 |
| 2156 | 2025-08-12T20:55:05.159Z | Checking aho-corasick v1.1.3 |
| 2157 | 2025-08-12T20:55:05.237Z | Checking regex-syntax v0.8.5 |
| 2158 | 2025-08-12T20:55:05.240Z | Checking powerfmt v0.2.0 |
| 2159 | 2025-08-12T20:55:05.429Z | Checking aws-lc-rs v1.12.4 |
| 2160 | 2025-08-12T20:55:05.468Z | Checking idna_adapter v1.2.0 |
| 2161 | 2025-08-12T20:55:05.529Z | Checking unicode-ident v1.0.18 |
| 2162 | 2025-08-12T20:55:05.679Z | Checking idna v1.0.3 |
| 2163 | 2025-08-12T20:55:05.722Z | Checking httpdate v1.0.3 |
| 2164 | 2025-08-12T20:55:05.964Z | Checking proc-macro2 v1.0.95 |
| 2165 | 2025-08-12T20:55:06.165Z | Checking openssl v0.10.73 |
| 2166 | 2025-08-12T20:55:06.187Z | Checking url v2.5.4 |
| 2167 | 2025-08-12T20:55:06.336Z | Checking deranged v0.3.11 |
| 2168 | 2025-08-12T20:55:06.637Z | Checking rand v0.9.1 |
| 2169 | 2025-08-12T20:55:06.678Z | Checking unicode-normalization v0.1.24 |
| 2170 | 2025-08-12T20:55:07.114Z | Checking rustix v0.38.37 |
| 2171 | 2025-08-12T20:55:07.196Z | Checking rustls-webpki v0.102.8 |
| 2172 | 2025-08-12T20:55:07.610Z | Checking crossbeam-utils v0.8.21 |
| 2173 | 2025-08-12T20:55:07.663Z | Checking semver v1.0.26 |
| 2174 | 2025-08-12T20:55:07.718Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2175 | 2025-08-12T20:55:07.849Z | Checking signature v2.2.0 |
| 2176 | 2025-08-12T20:55:07.932Z | Checking scroll v0.12.0 |
| 2177 | 2025-08-12T20:55:07.957Z | Checking tokio-util v0.7.15 |
| 2178 | 2025-08-12T20:55:08.070Z | Checking crc32fast v1.4.2 |
| 2179 | 2025-08-12T20:55:08.076Z | Checking utf8parse v0.2.2 |
| 2180 | 2025-08-12T20:55:08.248Z | Checking plain v0.2.3 |
| 2181 | 2025-08-12T20:55:08.336Z | Checking time-core v0.1.2 |
| 2182 | 2025-08-12T20:55:08.353Z | Checking ucd-trie v0.1.7 |
| 2183 | 2025-08-12T20:55:08.393Z | Checking regex-automata v0.4.8 |
| 2184 | 2025-08-12T20:55:08.423Z | Checking zlib-rs v0.5.1 |
| 2185 | 2025-08-12T20:55:08.445Z | Checking unicode-bidi v0.3.17 |
| 2186 | 2025-08-12T20:55:08.495Z | Checking dyn-clone v1.0.19 |
| 2187 | 2025-08-12T20:55:08.549Z | Checking anstyle v1.0.11 |
| 2188 | 2025-08-12T20:55:08.653Z | Checking unicode-properties v0.1.3 |
| 2189 | 2025-08-12T20:55:08.935Z | Checking num-conv v0.1.0 |
| 2190 | 2025-08-12T20:55:09.027Z | Checking num_threads v0.1.7 |
| 2191 | 2025-08-12T20:55:09.046Z | Checking siphasher v0.3.11 |
| 2192 | 2025-08-12T20:55:09.146Z | Checking either v1.15.0 |
| 2193 | 2025-08-12T20:55:09.163Z | Checking time v0.3.36 |
| 2194 | 2025-08-12T20:55:09.205Z | Checking h2 v0.4.6 |
| 2195 | 2025-08-12T20:55:09.339Z | Checking phf_shared v0.11.2 |
| 2196 | 2025-08-12T20:55:09.521Z | Checking stringprep v0.1.5 |
| 2197 | 2025-08-12T20:55:09.623Z | Checking schemars v0.8.22 |
| 2198 | 2025-08-12T20:55:09.817Z | Checking pest v2.7.14 |
| 2199 | 2025-08-12T20:55:10.213Z | Checking libz-rs-sys v0.5.1 |
| 2200 | 2025-08-12T20:55:10.256Z | Checking goblin v0.8.2 |
| 2201 | 2025-08-12T20:55:10.431Z | Checking crossbeam-epoch v0.9.18 |
| 2202 | 2025-08-12T20:55:10.852Z | Checking anstyle-parse v0.2.5 |
| 2203 | 2025-08-12T20:55:11.121Z | Checking rustls v0.23.19 |
| 2204 | 2025-08-12T20:55:11.134Z | Checking quote v1.0.40 |
| 2205 | 2025-08-12T20:55:11.266Z | Checking native-tls v0.2.12 |
| 2206 | 2025-08-12T20:55:11.541Z | Checking num-integer v0.1.46 |
| 2207 | 2025-08-12T20:55:11.584Z | Checking rand_chacha v0.3.1 |
| 2208 | 2025-08-12T20:55:11.750Z | Checking serde_spanned v0.6.9 |
| 2209 | 2025-08-12T20:55:11.965Z | Checking toml_datetime v0.6.11 |
| 2210 | 2025-08-12T20:55:11.996Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2211 | 2025-08-12T20:55:12.032Z | Checking md-5 v0.10.6 |
| 2212 | 2025-08-12T20:55:12.210Z | Checking sync_wrapper v1.0.1 |
| 2213 | 2025-08-12T20:55:12.285Z | Checking ff v0.13.0 |
| 2214 | 2025-08-12T20:55:12.306Z | Checking hash32 v0.2.1 |
| 2215 | 2025-08-12T20:55:12.322Z | Checking base16ct v0.2.0 |
| 2216 | 2025-08-12T20:55:12.370Z | Checking fallible-iterator v0.2.0 |
| 2217 | 2025-08-12T20:55:12.490Z | Checking gimli v0.31.1 |
| 2218 | 2025-08-12T20:55:12.525Z | Checking pretty-hex v0.4.1 |
| 2219 | 2025-08-12T20:55:12.591Z | Checking is_terminal_polyfill v1.70.1 |
| 2220 | 2025-08-12T20:55:12.657Z | Checking psl-types v2.0.11 |
| 2221 | 2025-08-12T20:55:12.729Z | Checking anstyle-query v1.1.1 |
| 2222 | 2025-08-12T20:55:12.750Z | Checking colorchoice v1.0.2 |
| 2223 | 2025-08-12T20:55:12.866Z | Checking tower-layer v0.3.3 |
| 2224 | 2025-08-12T20:55:12.888Z | Checking publicsuffix v2.3.0 |
| 2225 | 2025-08-12T20:55:12.910Z | Checking anstream v0.6.18 |
| 2226 | 2025-08-12T20:55:12.960Z | Checking postgres-protocol v0.6.8 |
| 2227 | 2025-08-12T20:55:13.145Z | Checking tower v0.5.2 |
| 2228 | 2025-08-12T20:55:13.177Z | Checking heapless v0.7.17 |
| 2229 | 2025-08-12T20:55:13.280Z | Checking sec1 v0.7.3 |
| 2230 | 2025-08-12T20:55:13.638Z | Checking group v0.13.0 |
| 2231 | 2025-08-12T20:55:13.666Z | Checking dtrace-parser v0.2.0 |
| 2232 | 2025-08-12T20:55:13.849Z | Checking zstd-safe v7.2.3 |
| 2233 | 2025-08-12T20:55:13.895Z | Checking num-iter v0.1.45 |
| 2234 | 2025-08-12T20:55:14.065Z | Checking rand v0.8.5 |
| 2235 | 2025-08-12T20:55:14.085Z | Compiling daft v0.1.4 |
| 2236 | 2025-08-12T20:55:14.131Z | Checking tokio-native-tls v0.3.1 |
| 2237 | 2025-08-12T20:55:14.166Z | Checking cookie v0.18.1 |
| 2238 | 2025-08-12T20:55:14.401Z | Checking syn v2.0.104 |
| 2239 | 2025-08-12T20:55:14.601Z | Checking ipnetwork v0.21.1 |
| 2240 | 2025-08-12T20:55:14.620Z | Checking flate2 v1.1.2 |
| 2241 | 2025-08-12T20:55:14.996Z | Checking terminal_size v0.4.0 |
| 2242 | 2025-08-12T20:55:15.043Z | Checking dof v0.3.0 |
| 2243 | 2025-08-12T20:55:15.202Z | Checking rustls-native-certs v0.8.1 |
| 2244 | 2025-08-12T20:55:15.259Z | Checking lazy_static v1.5.0 |
| 2245 | 2025-08-12T20:55:15.279Z | Checking webpki-roots v1.0.1 |
| 2246 | 2025-08-12T20:55:15.403Z | Checking http-body-util v0.1.3 |
| 2247 | 2025-08-12T20:55:15.406Z | Checking signal-hook v0.3.18 |
| 2248 | 2025-08-12T20:55:15.496Z | Checking hkdf v0.12.4 |
| 2249 | 2025-08-12T20:55:15.519Z | Checking hyper v1.6.0 |
| 2250 | 2025-08-12T20:55:15.612Z | Checking crypto-bigint v0.5.5 |
| 2251 | 2025-08-12T20:55:15.724Z | Checking thread-id v4.2.2 |
| 2252 | 2025-08-12T20:55:15.760Z | Checking object v0.36.5 |
| 2253 | 2025-08-12T20:55:15.789Z | Checking rustc-demangle v0.1.24 |
| 2254 | 2025-08-12T20:55:15.845Z | Checking managed v0.8.0 |
| 2255 | 2025-08-12T20:55:16.106Z | Checking addr2line v0.24.2 |
| 2256 | 2025-08-12T20:55:16.122Z | Checking tokio-rustls v0.26.0 |
| 2257 | 2025-08-12T20:55:16.205Z | Compiling rayon-core v1.12.1 |
| 2258 | 2025-08-12T20:55:16.227Z | Checking lockfree-object-pool v0.1.6 |
| 2259 | 2025-08-12T20:55:16.481Z | Checking simd-adler32 v0.3.7 |
| 2260 | 2025-08-12T20:55:16.537Z | Checking strsim v0.11.1 |
| 2261 | 2025-08-12T20:55:16.558Z | Checking winnow v0.5.40 |
| 2262 | 2025-08-12T20:55:16.622Z | Checking bumpalo v3.16.0 |
| 2263 | 2025-08-12T20:55:16.841Z | Checking bitflags v1.3.2 |
| 2264 | 2025-08-12T20:55:16.844Z | Checking clap_lex v0.7.4 |
| 2265 | 2025-08-12T20:55:16.946Z | Checking iri-string v0.7.8 |
| 2266 | 2025-08-12T20:55:16.962Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2267 | 2025-08-12T20:55:17.084Z | Checking clap_builder v4.5.41 |
| 2268 | 2025-08-12T20:55:17.282Z | Checking smoltcp v0.9.1 |
| 2269 | 2025-08-12T20:55:17.392Z | Checking hyper-util v0.1.16 |
| 2270 | 2025-08-12T20:55:18.246Z | Checking elliptic-curve v0.13.8 |
| 2271 | 2025-08-12T20:55:18.686Z | Checking zopfli v0.8.1 |
| 2272 | 2025-08-12T20:55:18.901Z | Checking signal-hook-mio v0.2.4 |
| 2273 | 2025-08-12T20:55:19.067Z | Checking num-bigint-dig v0.8.4 |
| 2274 | 2025-08-12T20:55:19.336Z | Checking toml_edit v0.19.15 |
| 2275 | 2025-08-12T20:55:19.371Z | Checking oxnet v0.1.3 |
| 2276 | 2025-08-12T20:55:19.480Z | Checking tower-http v0.6.6 |
| 2277 | 2025-08-12T20:55:19.781Z | Checking cookie_store v0.21.1 |
| 2278 | 2025-08-12T20:55:19.915Z | Checking hyper-rustls v0.27.7 |
| 2279 | 2025-08-12T20:55:20.020Z | Checking hyper-tls v0.6.0 |
| 2280 | 2025-08-12T20:55:20.037Z | Checking zstd v0.13.3 |
| 2281 | 2025-08-12T20:55:20.199Z | Checking usdt-impl v0.5.0 |
| 2282 | 2025-08-12T20:55:20.287Z | Checking postgres-types v0.2.9 |
| 2283 | 2025-08-12T20:55:20.315Z | Checking regex v1.11.1 |
| 2284 | 2025-08-12T20:55:20.382Z | Checking bstr v1.10.0 |
| 2285 | 2025-08-12T20:55:20.458Z | Checking crossbeam-deque v0.8.5 |
| 2286 | 2025-08-12T20:55:20.738Z | Checking phf v0.11.2 |
| 2287 | 2025-08-12T20:55:20.796Z | Checking ed25519 v2.2.3 |
| 2288 | 2025-08-12T20:55:20.927Z | Checking bzip2 v0.5.2 |
| 2289 | 2025-08-12T20:55:20.930Z | Checking bzip2 v0.4.4 |
| 2290 | 2025-08-12T20:55:21.003Z | Checking thiserror v2.0.12 |
| 2291 | 2025-08-12T20:55:21.088Z | Checking curve25519-dalek v4.1.3 |
| 2292 | 2025-08-12T20:55:21.106Z | Checking strum v0.27.2 |
| 2293 | 2025-08-12T20:55:21.144Z | Checking hubpack v0.1.2 |
| 2294 | 2025-08-12T20:55:21.217Z | Checking memoffset v0.9.1 |
| 2295 | 2025-08-12T20:55:21.253Z | Checking pkcs1 v0.7.5 |
| 2296 | 2025-08-12T20:55:21.270Z | Checking serde_urlencoded v0.7.1 |
| 2297 | 2025-08-12T20:55:21.336Z | Checking float-cmp v0.10.0 |
| 2298 | 2025-08-12T20:55:21.441Z | Checking serde-big-array v0.5.1 |
| 2299 | 2025-08-12T20:55:21.470Z | Checking rfc6979 v0.4.0 |
| 2300 | 2025-08-12T20:55:21.544Z | Checking memmap v0.7.0 |
| 2301 | 2025-08-12T20:55:21.634Z | Checking socket2 v0.5.10 |
| 2302 | 2025-08-12T20:55:21.655Z | Checking encoding_rs v0.8.34 |
| 2303 | 2025-08-12T20:55:21.658Z | Checking backtrace v0.3.74 |
| 2304 | 2025-08-12T20:55:21.687Z | Checking minimal-lexical v0.2.1 |
| 2305 | 2025-08-12T20:55:21.690Z | Checking fixedbitset v0.4.2 |
| 2306 | 2025-08-12T20:55:21.724Z | Checking new_debug_unreachable v1.0.6 |
| 2307 | 2025-08-12T20:55:21.740Z | Checking data-encoding v2.9.0 |
| 2308 | 2025-08-12T20:55:21.824Z | Checking predicates-core v1.0.8 |
| 2309 | 2025-08-12T20:55:21.942Z | Checking static_assertions v1.1.0 |
| 2310 | 2025-08-12T20:55:22.031Z | Checking precomputed-hash v0.1.1 |
| 2311 | 2025-08-12T20:55:22.056Z | Checking unicode-width v0.2.0 |
| 2312 | 2025-08-12T20:55:22.074Z | Checking winnow v0.7.10 |
| 2313 | 2025-08-12T20:55:22.117Z | Checking normalize-line-endings v0.3.0 |
| 2314 | 2025-08-12T20:55:22.155Z | Checking whoami v1.5.2 |
| 2315 | 2025-08-12T20:55:22.196Z | Checking toml_write v0.1.2 |
| 2316 | 2025-08-12T20:55:22.250Z | Checking mime v0.3.17 |
| 2317 | 2025-08-12T20:55:22.281Z | Checking unicode-segmentation v1.12.0 |
| 2318 | 2025-08-12T20:55:22.445Z | Checking difflib v0.4.0 |
| 2319 | 2025-08-12T20:55:22.501Z | Checking tokio-postgres v0.7.13 |
| 2320 | 2025-08-12T20:55:22.529Z | Checking console v0.15.10 |
| 2321 | 2025-08-12T20:55:22.569Z | Checking hickory-proto v0.25.2 |
| 2322 | 2025-08-12T20:55:22.790Z | Checking predicates v3.1.3 |
| 2323 | 2025-08-12T20:55:22.810Z | Checking ed25519-dalek v2.1.1 |
| 2324 | 2025-08-12T20:55:22.965Z | Checking similar v2.7.0 |
| 2325 | 2025-08-12T20:55:23.083Z | Checking anyhow v1.0.98 |
| 2326 | 2025-08-12T20:55:23.203Z | Checking string_cache v0.8.9 |
| 2327 | 2025-08-12T20:55:23.416Z | Checking nom v7.1.3 |
| 2328 | 2025-08-12T20:55:23.458Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2329 | 2025-08-12T20:55:23.499Z | Checking petgraph v0.6.5 |
| 2330 | 2025-08-12T20:55:23.797Z | Checking usdt v0.5.0 |
| 2331 | 2025-08-12T20:55:23.915Z | Checking reqwest v0.12.22 |
| 2332 | 2025-08-12T20:55:24.061Z | Checking toml v0.7.8 |
| 2333 | 2025-08-12T20:55:24.752Z | Checking ecdsa v0.16.9 |
| 2334 | 2025-08-12T20:55:24.811Z | Checking toml_edit v0.22.27 |
| 2335 | 2025-08-12T20:55:25.257Z | Checking rsa v0.9.6 |
| 2336 | 2025-08-12T20:55:25.686Z | Checking nix v0.29.0 |
| 2337 | 2025-08-12T20:55:25.894Z | Checking zip v0.6.6 |
| 2338 | 2025-08-12T20:55:26.018Z | Checking zip v4.2.0 |
| 2339 | 2025-08-12T20:55:26.462Z | Checking clap v4.5.41 |
| 2340 | 2025-08-12T20:55:26.537Z | Checking crossterm v0.28.1 |
| 2341 | 2025-08-12T20:55:26.619Z | Checking itertools v0.13.0 |
| 2342 | 2025-08-12T20:55:26.907Z | Checking itertools v0.12.1 |
| 2343 | 2025-08-12T20:55:27.109Z | Checking itertools v0.10.5 |
| 2344 | 2025-08-12T20:55:27.232Z | Checking tokio-stream v0.1.17 |
| 2345 | 2025-08-12T20:55:27.411Z | Checking fs-err v3.1.1 |
| 2346 | 2025-08-12T20:55:27.997Z | Checking buf-list v1.0.3 |
| 2347 | 2025-08-12T20:55:28.073Z | Checking strum v0.26.3 |
| 2348 | 2025-08-12T20:55:28.250Z | Checking ahash v0.8.12 |
| 2349 | 2025-08-12T20:55:28.268Z | Checking slog v2.7.0 |
| 2350 | 2025-08-12T20:55:28.303Z | Checking rustix v1.0.7 |
| 2351 | 2025-08-12T20:55:28.595Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2352 | 2025-08-12T20:55:28.703Z | Checking openapiv3 v2.2.0 |
| 2353 | 2025-08-12T20:55:28.720Z | Checking x509-cert v0.2.5 |
| 2354 | 2025-08-12T20:55:28.945Z | Checking sha1 v0.10.6 |
| 2355 | 2025-08-12T20:55:28.997Z | Checking winnow v0.6.26 |
| 2356 | 2025-08-12T20:55:29.120Z | Checking peg-runtime v0.8.5 |
| 2357 | 2025-08-12T20:55:29.123Z | Checking rustc-hash v2.1.1 |
| 2358 | 2025-08-12T20:55:29.218Z | Checking lalrpop-util v0.19.12 |
| 2359 | 2025-08-12T20:55:29.255Z | Checking unicode-xid v0.2.6 |
| 2360 | 2025-08-12T20:55:29.304Z | Checking rayon v1.10.0 |
| 2361 | 2025-08-12T20:55:29.391Z | Checking camino v1.1.10 |
| 2362 | 2025-08-12T20:55:29.436Z | Checking sigpipe v0.1.3 |
| 2363 | 2025-08-12T20:55:29.497Z | Checking glob v0.3.2 |
| 2364 | 2025-08-12T20:55:29.562Z | Checking jiff v0.2.15 |
| 2365 | 2025-08-12T20:55:33.458Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2366 | 2025-08-12T20:55:33.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.17s |
| 2367 | 2025-08-12T20:55:34.023Z | |
| 2368 | 2025-08-12T20:55:34.023Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/221) |
| 2369 | 2025-08-12T20:55:34.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2370 | 2025-08-12T20:55:34.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2371 | 2025-08-12T20:55:34.839Z | Compiling regress v0.10.4 |
| 2372 | 2025-08-12T20:55:34.966Z | Checking heck v0.5.0 |
| 2373 | 2025-08-12T20:55:34.990Z | Compiling unsafe-libyaml v0.2.11 |
| 2374 | 2025-08-12T20:55:35.008Z | Checking newtype-uuid v1.2.4 |
| 2375 | 2025-08-12T20:55:35.022Z | Compiling structmeta-derive v0.3.0 |
| 2376 | 2025-08-12T20:55:35.025Z | Checking dirs-sys-next v0.1.2 |
| 2377 | 2025-08-12T20:55:35.025Z | Checking fastrand v2.1.1 |
| 2378 | 2025-08-12T20:55:35.140Z | Checking thread_local v1.1.8 |
| 2379 | 2025-08-12T20:55:35.217Z | Checking dirs-next v2.0.0 |
| 2380 | 2025-08-12T20:55:35.274Z | Checking daft v0.1.4 |
| 2381 | 2025-08-12T20:55:35.352Z | Checking tempfile v3.20.0 |
| 2382 | 2025-08-12T20:55:35.355Z | Compiling ident_case v1.0.1 |
| 2383 | 2025-08-12T20:55:35.410Z | Checking term v0.7.0 |
| 2384 | 2025-08-12T20:55:35.572Z | Compiling darling_core v0.20.10 |
| 2385 | 2025-08-12T20:55:35.678Z | Checking crossbeam-channel v0.5.15 |
| 2386 | 2025-08-12T20:55:35.701Z | Checking futures-executor v0.3.31 |
| 2387 | 2025-08-12T20:55:35.839Z | Checking is-terminal v0.4.13 |
| 2388 | 2025-08-12T20:55:35.937Z | Checking take_mut v0.2.2 |
| 2389 | 2025-08-12T20:55:35.979Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2390 | 2025-08-12T20:55:36.106Z | Compiling rustls v0.22.4 |
| 2391 | 2025-08-12T20:55:36.320Z | Compiling serde_yaml v0.9.34+deprecated |
| 2392 | 2025-08-12T20:55:36.366Z | Checking slog-async v2.8.0 |
| 2393 | 2025-08-12T20:55:36.449Z | Checking slog-term v2.9.1 |
| 2394 | 2025-08-12T20:55:36.673Z | Checking futures v0.3.31 |
| 2395 | 2025-08-12T20:55:36.691Z | Compiling proc-macro-crate v1.3.1 |
| 2396 | 2025-08-12T20:55:36.797Z | Checking wait-timeout v0.2.0 |
| 2397 | 2025-08-12T20:55:36.935Z | Compiling multer v3.1.0 |
| 2398 | 2025-08-12T20:55:36.991Z | Checking quick-error v1.2.3 |
| 2399 | 2025-08-12T20:55:37.157Z | Compiling ref-cast v1.0.24 |
| 2400 | 2025-08-12T20:55:37.271Z | Checking match_cfg v0.1.0 |
| 2401 | 2025-08-12T20:55:37.387Z | Checking bit-vec v0.8.0 |
| 2402 | 2025-08-12T20:55:37.472Z | Compiling structmeta v0.3.0 |
| 2403 | 2025-08-12T20:55:37.525Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2404 | 2025-08-12T20:55:37.772Z | Compiling num_enum_derive v0.5.11 |
| 2405 | 2025-08-12T20:55:37.791Z | Checking bit-set v0.8.0 |
| 2406 | 2025-08-12T20:55:37.878Z | Compiling derive-ex v0.1.8 |
| 2407 | 2025-08-12T20:55:37.902Z | Checking hostname v0.3.1 |
| 2408 | 2025-08-12T20:55:38.067Z | Checking rusty-fork v0.3.0 |
| 2409 | 2025-08-12T20:55:38.351Z | Checking progenitor-client v0.9.1 |
| 2410 | 2025-08-12T20:55:38.429Z | Checking typify-impl v0.3.0 |
| 2411 | 2025-08-12T20:55:39.682Z | Compiling typify-impl v0.2.0 |
| 2412 | 2025-08-12T20:55:40.965Z | Checking rand_xorshift v0.4.0 |
| 2413 | 2025-08-12T20:55:41.185Z | Checking slog-json v2.6.1 |
| 2414 | 2025-08-12T20:55:41.233Z | Compiling darling_macro v0.20.10 |
| 2415 | 2025-08-12T20:55:41.435Z | Compiling lzma-sys v0.1.20 |
| 2416 | 2025-08-12T20:55:41.457Z | Checking hex v0.4.3 |
| 2417 | 2025-08-12T20:55:41.887Z | Compiling foreign-types-macros v0.2.3 |
| 2418 | 2025-08-12T20:55:41.938Z | Compiling async-stream-impl v0.3.6 |
| 2419 | 2025-08-12T20:55:42.114Z | Compiling darling v0.20.10 |
| 2420 | 2025-08-12T20:55:42.172Z | Compiling ref-cast-impl v1.0.24 |
| 2421 | 2025-08-12T20:55:42.244Z | Compiling dropshot v0.16.2 |
| 2422 | 2025-08-12T20:55:42.422Z | Checking utf-8 v0.7.6 |
| 2423 | 2025-08-12T20:55:42.629Z | Checking unarray v0.1.4 |
| 2424 | 2025-08-12T20:55:42.648Z | Checking arc-swap v1.7.1 |
| 2425 | 2025-08-12T20:55:42.705Z | Checking foreign-types-shared v0.3.1 |
| 2426 | 2025-08-12T20:55:42.792Z | Checking proptest v1.7.0 |
| 2427 | 2025-08-12T20:55:42.835Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2428 | 2025-08-12T20:55:42.999Z | Checking tungstenite v0.21.0 |
| 2429 | 2025-08-12T20:55:43.086Z | Checking slog-scope v4.4.0 |
| 2430 | 2025-08-12T20:55:43.104Z | Checking foreign-types v0.5.0 |
| 2431 | 2025-08-12T20:55:43.189Z | Checking async-stream v0.3.6 |
| 2432 | 2025-08-12T20:55:43.291Z | Compiling serde_with_macros v3.14.0 |
| 2433 | 2025-08-12T20:55:43.349Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2434 | 2025-08-12T20:55:43.392Z | Compiling test-strategy v0.4.3 |
| 2435 | 2025-08-12T20:55:43.395Z | Checking slog-bunyan v2.5.0 |
| 2436 | 2025-08-12T20:55:43.523Z | Checking tokio-rustls v0.25.0 |
| 2437 | 2025-08-12T20:55:43.601Z | Checking num_enum v0.5.11 |
| 2438 | 2025-08-12T20:55:43.778Z | Compiling proc-macro-error v1.0.4 |
| 2439 | 2025-08-12T20:55:44.082Z | Compiling parse-display-derive v0.10.0 |
| 2440 | 2025-08-12T20:55:44.450Z | Checking toml v0.8.23 |
| 2441 | 2025-08-12T20:55:44.505Z | Checking progenitor-client v0.8.0 |
| 2442 | 2025-08-12T20:55:44.880Z | Compiling heck v0.3.3 |
| 2443 | 2025-08-12T20:55:45.241Z | Checking waitgroup v0.1.2 |
| 2444 | 2025-08-12T20:55:45.275Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2445 | 2025-08-12T20:55:45.376Z | Checking rustls-pemfile v2.2.0 |
| 2446 | 2025-08-12T20:55:45.630Z | Compiling dropshot_endpoint v0.16.2 |
| 2447 | 2025-08-12T20:55:45.807Z | Checking serde_path_to_error v0.1.17 |
| 2448 | 2025-08-12T20:55:46.023Z | Compiling derive-where v1.5.0 |
| 2449 | 2025-08-12T20:55:46.435Z | Checking cstr-argument v0.1.2 |
| 2450 | 2025-08-12T20:55:46.625Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2451 | 2025-08-12T20:55:46.750Z | Checking hostname v0.4.0 |
| 2452 | 2025-08-12T20:55:46.906Z | Checking instant v0.1.13 |
| 2453 | 2025-08-12T20:55:47.054Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2454 | 2025-08-12T20:55:47.099Z | Checking debug-ignore v1.0.5 |
| 2455 | 2025-08-12T20:55:47.257Z | Checking pretty-hex v0.2.1 |
| 2456 | 2025-08-12T20:55:47.345Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2457 | 2025-08-12T20:55:47.389Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 2458 | 2025-08-12T20:55:47.429Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2459 | 2025-08-12T20:55:47.503Z | Checking backoff v0.4.0 |
| 2460 | 2025-08-12T20:55:47.761Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2461 | 2025-08-12T20:55:47.856Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2462 | 2025-08-12T20:55:47.911Z | Checking parse-display v0.10.0 |
| 2463 | 2025-08-12T20:55:48.034Z | Checking serde_with v3.14.0 |
| 2464 | 2025-08-12T20:55:48.092Z | Compiling zone_cfg_derive v0.1.2 |
| 2465 | 2025-08-12T20:55:48.162Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2466 | 2025-08-12T20:55:48.212Z | Checking tokio-tungstenite v0.21.0 |
| 2467 | 2025-08-12T20:55:48.751Z | Checking iddqd v0.3.9 |
| 2468 | 2025-08-12T20:55:49.048Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2469 | 2025-08-12T20:55:49.067Z | Checking slog-stdlog v4.1.1 |
| 2470 | 2025-08-12T20:55:49.244Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2471 | 2025-08-12T20:55:49.376Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2472 | 2025-08-12T20:55:49.423Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2473 | 2025-08-12T20:55:49.650Z | Checking progenitor-client v0.10.0 |
| 2474 | 2025-08-12T20:55:49.750Z | Checking colored v2.2.0 |
| 2475 | 2025-08-12T20:55:49.921Z | Compiling typify-macro v0.3.0 |
| 2476 | 2025-08-12T20:55:50.050Z | Checking macaddr v1.0.1 |
| 2477 | 2025-08-12T20:55:50.125Z | Checking base64 v0.13.1 |
| 2478 | 2025-08-12T20:55:50.306Z | Checking base64 v0.21.7 |
| 2479 | 2025-08-12T20:55:50.394Z | Checking unicode-width v0.1.14 |
| 2480 | 2025-08-12T20:55:50.466Z | Checking number_prefix v0.4.0 |
| 2481 | 2025-08-12T20:55:50.540Z | Checking ron v0.7.1 |
| 2482 | 2025-08-12T20:55:50.672Z | Checking indicatif v0.17.11 |
| 2483 | 2025-08-12T20:55:50.713Z | Compiling typify-macro v0.2.0 |
| 2484 | 2025-08-12T20:55:50.768Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2485 | 2025-08-12T20:55:50.837Z | Checking tabwriter v1.4.0 |
| 2486 | 2025-08-12T20:55:51.082Z | Checking zone v0.1.8 |
| 2487 | 2025-08-12T20:55:51.229Z | Checking slog-envlogger v2.2.0 |
| 2488 | 2025-08-12T20:55:51.394Z | Checking xz2 v0.1.7 |
| 2489 | 2025-08-12T20:55:51.470Z | Checking tokio-dtrace v0.1.0 |
| 2490 | 2025-08-12T20:55:51.572Z | Checking xattr v1.3.1 |
| 2491 | 2025-08-12T20:55:51.695Z | Checking yasna v0.5.2 |
| 2492 | 2025-08-12T20:55:51.744Z | Checking pem v3.0.5 |
| 2493 | 2025-08-12T20:55:51.773Z | Checking smf v0.2.3 |
| 2494 | 2025-08-12T20:55:51.790Z | Checking headers-core v0.3.0 |
| 2495 | 2025-08-12T20:55:51.948Z | Checking filetime v0.2.25 |
| 2496 | 2025-08-12T20:55:52.031Z | Checking same-file v1.0.6 |
| 2497 | 2025-08-12T20:55:52.171Z | Checking tar v0.4.44 |
| 2498 | 2025-08-12T20:55:52.211Z | Checking headers v0.4.1 |
| 2499 | 2025-08-12T20:55:52.232Z | Checking walkdir v2.5.0 |
| 2500 | 2025-08-12T20:55:52.526Z | Checking oxide-tokio-rt v0.1.2 |
| 2501 | 2025-08-12T20:55:52.547Z | Checking rcgen v0.12.1 |
| 2502 | 2025-08-12T20:55:52.609Z | Checking camino-tempfile v1.4.1 |
| 2503 | 2025-08-12T20:55:52.788Z | Checking atomicwrites v0.4.4 |
| 2504 | 2025-08-12T20:55:52.932Z | Checking subprocess v0.2.9 |
| 2505 | 2025-08-12T20:55:53.696Z | Compiling typify v0.3.0 |
| 2506 | 2025-08-12T20:55:53.797Z | Compiling progenitor-impl v0.9.1 |
| 2507 | 2025-08-12T20:55:54.058Z | Compiling typify v0.2.0 |
| 2508 | 2025-08-12T20:55:54.159Z | Compiling progenitor-impl v0.8.0 |
| 2509 | 2025-08-12T20:55:56.550Z | Compiling progenitor-macro v0.9.1 |
| 2510 | 2025-08-12T20:55:56.795Z | Compiling progenitor-macro v0.8.0 |
| 2511 | 2025-08-12T20:56:01.211Z | Checking progenitor v0.9.1 |
| 2512 | 2025-08-12T20:56:01.367Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2513 | 2025-08-12T20:56:01.773Z | Checking progenitor v0.8.0 |
| 2514 | 2025-08-12T20:56:01.917Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2515 | 2025-08-12T20:56:04.189Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2516 | 2025-08-12T20:56:04.441Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2517 | 2025-08-12T20:56:10.586Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2518 | 2025-08-12T20:56:12.183Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2519 | 2025-08-12T20:56:13.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.50s |
| 2520 | 2025-08-12T20:56:13.768Z | |
| 2521 | 2025-08-12T20:56:13.768Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/221) |
| 2522 | 2025-08-12T20:56:14.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2523 | 2025-08-12T20:56:14.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2524 | 2025-08-12T20:56:14.573Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2525 | 2025-08-12T20:56:16.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
| 2526 | 2025-08-12T20:56:16.282Z | |
| 2527 | 2025-08-12T20:56:16.282Z | info: running `cargo check --bins` on nexus-config (52/221) |
| 2528 | 2025-08-12T20:56:16.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2529 | 2025-08-12T20:56:16.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2530 | 2025-08-12T20:56:16.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2531 | 2025-08-12T20:56:16.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2532 | 2025-08-12T20:56:17.062Z | |
| 2533 | 2025-08-12T20:56:17.062Z | info: running `cargo check --bins` on omicron-rpaths (53/221) |
| 2534 | 2025-08-12T20:56:17.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2535 | 2025-08-12T20:56:17.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2536 | 2025-08-12T20:56:17.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2537 | 2025-08-12T20:56:17.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2538 | 2025-08-12T20:56:17.815Z | |
| 2539 | 2025-08-12T20:56:17.815Z | info: running `cargo check --bins` on omicron-certificates (54/221) |
| 2540 | 2025-08-12T20:56:18.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2541 | 2025-08-12T20:56:18.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2542 | 2025-08-12T20:56:18.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2543 | 2025-08-12T20:56:18.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2544 | 2025-08-12T20:56:18.627Z | |
| 2545 | 2025-08-12T20:56:18.627Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/221) |
| 2546 | 2025-08-12T20:56:19.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2547 | 2025-08-12T20:56:19.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2548 | 2025-08-12T20:56:22.787Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2549 | 2025-08-12T20:56:22.787Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2550 | 2025-08-12T20:56:22.787Z | Compiling darling_core v0.21.0 |
| 2551 | 2025-08-12T20:56:22.787Z | Compiling tempfile v3.20.0 |
| 2552 | 2025-08-12T20:56:22.787Z | Compiling wait-timeout v0.2.0 |
| 2553 | 2025-08-12T20:56:22.787Z | Compiling match_cfg v0.1.0 |
| 2554 | 2025-08-12T20:56:22.787Z | Compiling bit-vec v0.8.0 |
| 2555 | 2025-08-12T20:56:22.787Z | Compiling quick-error v1.2.3 |
| 2556 | 2025-08-12T20:56:22.787Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2557 | 2025-08-12T20:56:22.787Z | Compiling hostname v0.3.1 |
| 2558 | 2025-08-12T20:56:22.787Z | Compiling rustls v0.22.4 |
| 2559 | 2025-08-12T20:56:22.787Z | Compiling progenitor-client v0.9.1 |
| 2560 | 2025-08-12T20:56:22.787Z | Compiling rusty-fork v0.3.0 |
| 2561 | 2025-08-12T20:56:22.787Z | Compiling bit-set v0.8.0 |
| 2562 | 2025-08-12T20:56:22.787Z | Compiling slog-json v2.6.1 |
| 2563 | 2025-08-12T20:56:22.788Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2564 | 2025-08-12T20:56:22.788Z | Compiling rand_xorshift v0.4.0 |
| 2565 | 2025-08-12T20:56:22.788Z | Compiling itertools v0.14.0 |
| 2566 | 2025-08-12T20:56:22.788Z | Compiling hex v0.4.3 |
| 2567 | 2025-08-12T20:56:22.788Z | Compiling heapless v0.8.0 |
| 2568 | 2025-08-12T20:56:22.788Z | Compiling unarray v0.1.4 |
| 2569 | 2025-08-12T20:56:22.788Z | Compiling slog-bunyan v2.5.0 |
| 2570 | 2025-08-12T20:56:22.788Z | Compiling proptest v1.7.0 |
| 2571 | 2025-08-12T20:56:22.788Z | Compiling progenitor v0.9.1 |
| 2572 | 2025-08-12T20:56:22.788Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2573 | 2025-08-12T20:56:22.788Z | Compiling async-stream v0.3.6 |
| 2574 | 2025-08-12T20:56:22.788Z | Compiling multer v3.1.0 |
| 2575 | 2025-08-12T20:56:22.788Z | Compiling ref-cast v1.0.24 |
| 2576 | 2025-08-12T20:56:22.788Z | Compiling toml v0.8.23 |
| 2577 | 2025-08-12T20:56:22.788Z | Compiling waitgroup v0.1.2 |
| 2578 | 2025-08-12T20:56:22.788Z | Compiling rustls-pemfile v2.2.0 |
| 2579 | 2025-08-12T20:56:22.788Z | Checking hash32 v0.3.1 |
| 2580 | 2025-08-12T20:56:22.788Z | Compiling serde_path_to_error v0.1.17 |
| 2581 | 2025-08-12T20:56:22.788Z | Compiling hostname v0.4.0 |
| 2582 | 2025-08-12T20:56:22.788Z | Compiling instant v0.1.13 |
| 2583 | 2025-08-12T20:56:22.788Z | Compiling debug-ignore v1.0.5 |
| 2584 | 2025-08-12T20:56:22.843Z | Compiling smoltcp v0.11.0 |
| 2585 | 2025-08-12T20:56:22.863Z | Compiling backoff v0.4.0 |
| 2586 | 2025-08-12T20:56:23.178Z | Compiling iddqd v0.3.9 |
| 2587 | 2025-08-12T20:56:23.256Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2588 | 2025-08-12T20:56:23.438Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2589 | 2025-08-12T20:56:23.645Z | Compiling parse-display v0.10.0 |
| 2590 | 2025-08-12T20:56:23.721Z | Compiling serde_with v3.14.0 |
| 2591 | 2025-08-12T20:56:24.223Z | Compiling tokio-rustls v0.25.0 |
| 2592 | 2025-08-12T20:56:24.664Z | Compiling dropshot v0.16.2 |
| 2593 | 2025-08-12T20:56:25.618Z | Compiling darling_macro v0.21.0 |
| 2594 | 2025-08-12T20:56:25.704Z | Checking num-rational v0.4.2 |
| 2595 | 2025-08-12T20:56:26.377Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2596 | 2025-08-12T20:56:26.499Z | Compiling darling v0.21.0 |
| 2597 | 2025-08-12T20:56:26.630Z | Compiling ingot-macros v0.1.1 |
| 2598 | 2025-08-12T20:56:26.710Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 2599 | 2025-08-12T20:56:27.058Z | Compiling progenitor-client v0.10.0 |
| 2600 | 2025-08-12T20:56:27.709Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2601 | 2025-08-12T20:56:28.123Z | Checking num-complex v0.4.6 |
| 2602 | 2025-08-12T20:56:29.405Z | Compiling macaddr v1.0.1 |
| 2603 | 2025-08-12T20:56:29.663Z | Checking cobs v0.2.3 |
| 2604 | 2025-08-12T20:56:29.873Z | Checking postcard v1.0.10 |
| 2605 | 2025-08-12T20:56:29.906Z | Compiling num v0.4.3 |
| 2606 | 2025-08-12T20:56:30.387Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2607 | 2025-08-12T20:56:30.409Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2608 | 2025-08-12T20:56:30.755Z | Checking float-ord v0.3.2 |
| 2609 | 2025-08-12T20:56:30.918Z | Compiling convert_case v0.4.0 |
| 2610 | 2025-08-12T20:56:30.959Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2611 | 2025-08-12T20:56:31.098Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2612 | 2025-08-12T20:56:31.708Z | Compiling derive_more v0.99.20 |
| 2613 | 2025-08-12T20:56:31.973Z | Checking siphasher v1.0.1 |
| 2614 | 2025-08-12T20:56:32.306Z | Compiling crucible-workspace-hack v0.1.0 |
| 2615 | 2025-08-12T20:56:32.652Z | Checking linked-hash-map v0.5.6 |
| 2616 | 2025-08-12T20:56:33.016Z | Checking phf_shared v0.12.1 |
| 2617 | 2025-08-12T20:56:33.037Z | Checking lru-cache v0.1.2 |
| 2618 | 2025-08-12T20:56:33.250Z | Checking resolv-conf v0.7.0 |
| 2619 | 2025-08-12T20:56:33.271Z | Checking newline-converter v0.3.0 |
| 2620 | 2025-08-12T20:56:33.291Z | Checking hickory-proto v0.24.4 |
| 2621 | 2025-08-12T20:56:33.439Z | Checking ingot-types v0.1.2 |
| 2622 | 2025-08-12T20:56:33.586Z | Checking prettyplease v0.2.36 |
| 2623 | 2025-08-12T20:56:34.220Z | Compiling slog-dtrace v0.3.0 |
| 2624 | 2025-08-12T20:56:34.276Z | Checking ingot v0.1.1 |
| 2625 | 2025-08-12T20:56:34.585Z | Compiling chrono-tz v0.10.4 |
| 2626 | 2025-08-12T20:56:34.774Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2627 | 2025-08-12T20:56:34.949Z | Compiling zone_cfg_derive v0.3.0 |
| 2628 | 2025-08-12T20:56:35.887Z | Checking expectorate v1.2.0 |
| 2629 | 2025-08-12T20:56:35.915Z | Checking phf v0.12.1 |
| 2630 | 2025-08-12T20:56:36.200Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2631 | 2025-08-12T20:56:36.239Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2632 | 2025-08-12T20:56:36.338Z | Compiling const_format_proc_macros v0.2.34 |
| 2633 | 2025-08-12T20:56:36.566Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2634 | 2025-08-12T20:56:37.316Z | Compiling num-derive v0.4.2 |
| 2635 | 2025-08-12T20:56:37.364Z | Checking hickory-resolver v0.24.4 |
| 2636 | 2025-08-12T20:56:37.563Z | Checking highway v1.3.0 |
| 2637 | 2025-08-12T20:56:37.706Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2638 | 2025-08-12T20:56:37.994Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2639 | 2025-08-12T20:56:38.011Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2640 | 2025-08-12T20:56:38.212Z | Checking const_format v0.2.34 |
| 2641 | 2025-08-12T20:56:38.304Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2642 | 2025-08-12T20:56:38.352Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2643 | 2025-08-12T20:56:38.705Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2644 | 2025-08-12T20:56:38.952Z | Checking qorb v0.4.1 |
| 2645 | 2025-08-12T20:56:39.498Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2646 | 2025-08-12T20:56:39.585Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2647 | 2025-08-12T20:56:39.755Z | Checking zone v0.3.1 |
| 2648 | 2025-08-12T20:56:40.053Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2649 | 2025-08-12T20:56:40.425Z | Checking gethostname v0.5.0 |
| 2650 | 2025-08-12T20:56:40.535Z | Checking bcs v0.1.6 |
| 2651 | 2025-08-12T20:56:40.568Z | Checking nanorand v0.7.0 |
| 2652 | 2025-08-12T20:56:40.952Z | Compiling async-recursion v1.1.1 |
| 2653 | 2025-08-12T20:56:40.983Z | Checking termtree v0.5.1 |
| 2654 | 2025-08-12T20:56:41.145Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2655 | 2025-08-12T20:56:41.195Z | Checking flume v0.11.1 |
| 2656 | 2025-08-12T20:56:41.830Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2657 | 2025-08-12T20:56:46.248Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2658 | 2025-08-12T20:56:49.845Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2659 | 2025-08-12T20:56:52.440Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2660 | 2025-08-12T20:56:53.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.19s |
| 2661 | 2025-08-12T20:56:53.998Z | |
| 2662 | 2025-08-12T20:56:53.998Z | info: running `cargo check --bins` on clickhouse-admin-api (56/221) |
| 2663 | 2025-08-12T20:56:54.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2025-08-12T20:56:54.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2025-08-12T20:56:54.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2666 | 2025-08-12T20:56:54.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2667 | 2025-08-12T20:56:54.752Z | |
| 2668 | 2025-08-12T20:56:54.752Z | info: running `cargo check --bins` on clickhouse-admin-types (57/221) |
| 2669 | 2025-08-12T20:56:55.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2670 | 2025-08-12T20:56:55.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2671 | 2025-08-12T20:56:55.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2672 | 2025-08-12T20:56:55.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2673 | 2025-08-12T20:56:55.519Z | |
| 2674 | 2025-08-12T20:56:55.519Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/221) |
| 2675 | 2025-08-12T20:56:56.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2676 | 2025-08-12T20:56:56.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2677 | 2025-08-12T20:56:56.307Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2678 | 2025-08-12T20:56:57.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 2679 | 2025-08-12T20:56:57.216Z | |
| 2680 | 2025-08-12T20:56:57.216Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/221) |
| 2681 | 2025-08-12T20:56:57.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2682 | 2025-08-12T20:56:57.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2683 | 2025-08-12T20:56:58.025Z | Compiling cfg_aliases v0.1.1 |
| 2684 | 2025-08-12T20:56:58.025Z | Compiling convert_case v0.7.1 |
| 2685 | 2025-08-12T20:56:58.028Z | Compiling vte_generate_state_changes v0.1.2 |
| 2686 | 2025-08-12T20:56:58.028Z | Checking fd-lock v4.0.2 |
| 2687 | 2025-08-12T20:56:58.028Z | Checking nibble_vec v0.1.0 |
| 2688 | 2025-08-12T20:56:58.144Z | Checking endian-type v0.1.2 |
| 2689 | 2025-08-12T20:56:58.176Z | Checking bytecount v0.6.8 |
| 2690 | 2025-08-12T20:56:58.186Z | Compiling tabled_derive v0.7.0 |
| 2691 | 2025-08-12T20:56:58.238Z | Compiling nix v0.28.0 |
| 2692 | 2025-08-12T20:56:58.331Z | Compiling peg-macros v0.8.5 |
| 2693 | 2025-08-12T20:56:58.351Z | Checking papergrid v0.11.0 |
| 2694 | 2025-08-12T20:56:58.397Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2695 | 2025-08-12T20:56:58.400Z | Checking radix_trie v0.2.1 |
| 2696 | 2025-08-12T20:56:58.743Z | Checking vte v0.11.1 |
| 2697 | 2025-08-12T20:56:58.800Z | Compiling sqlparser_derive v0.2.2 |
| 2698 | 2025-08-12T20:56:58.843Z | Compiling derive_more-impl v2.0.1 |
| 2699 | 2025-08-12T20:56:59.433Z | Checking home v0.5.9 |
| 2700 | 2025-08-12T20:56:59.605Z | Checking unicode_categories v0.1.1 |
| 2701 | 2025-08-12T20:56:59.726Z | Checking nu-ansi-term v0.50.1 |
| 2702 | 2025-08-12T20:56:59.837Z | Checking sqlparser v0.45.0 |
| 2703 | 2025-08-12T20:56:59.894Z | Checking sqlformat v0.3.5 |
| 2704 | 2025-08-12T20:57:00.160Z | Checking strip-ansi-escapes v0.2.0 |
| 2705 | 2025-08-12T20:57:00.183Z | Checking display-error-chain v0.2.2 |
| 2706 | 2025-08-12T20:57:00.221Z | Checking tabled v0.15.0 |
| 2707 | 2025-08-12T20:57:00.325Z | Checking reedline v0.40.0 |
| 2708 | 2025-08-12T20:57:00.522Z | Checking derive_more v2.0.1 |
| 2709 | 2025-08-12T20:57:00.647Z | Checking crossterm v0.29.0 |
| 2710 | 2025-08-12T20:57:01.198Z | Checking peg v0.8.5 |
| 2711 | 2025-08-12T20:57:01.217Z | Checking rustyline v14.0.0 |
| 2712 | 2025-08-12T20:57:10.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.80s |
| 2713 | 2025-08-12T20:57:10.234Z | |
| 2714 | 2025-08-12T20:57:10.234Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/221) |
| 2715 | 2025-08-12T20:57:10.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2716 | 2025-08-12T20:57:10.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2717 | 2025-08-12T20:57:11.033Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2718 | 2025-08-12T20:57:16.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s |
| 2719 | 2025-08-12T20:57:16.503Z | |
| 2720 | 2025-08-12T20:57:16.503Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/221) |
| 2721 | 2025-08-12T20:57:17.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2722 | 2025-08-12T20:57:17.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2723 | 2025-08-12T20:57:17.298Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2724 | 2025-08-12T20:57:20.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
| 2725 | 2025-08-12T20:57:21.155Z | |
| 2726 | 2025-08-12T20:57:21.155Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/221) |
| 2727 | 2025-08-12T20:57:21.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2728 | 2025-08-12T20:57:21.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2729 | 2025-08-12T20:57:21.944Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2730 | 2025-08-12T20:57:27.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
| 2731 | 2025-08-12T20:57:27.230Z | |
| 2732 | 2025-08-12T20:57:27.230Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/221) |
| 2733 | 2025-08-12T20:57:27.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2734 | 2025-08-12T20:57:27.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2735 | 2025-08-12T20:57:28.043Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2736 | 2025-08-12T20:57:33.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
| 2737 | 2025-08-12T20:57:33.219Z | |
| 2738 | 2025-08-12T20:57:33.220Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/221) |
| 2739 | 2025-08-12T20:57:33.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2740 | 2025-08-12T20:57:33.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2741 | 2025-08-12T20:57:34.031Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2742 | 2025-08-12T20:57:37.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
| 2743 | 2025-08-12T20:57:38.082Z | |
| 2744 | 2025-08-12T20:57:38.082Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/221) |
| 2745 | 2025-08-12T20:57:38.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2746 | 2025-08-12T20:57:38.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2747 | 2025-08-12T20:57:38.890Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2748 | 2025-08-12T20:57:42.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
| 2749 | 2025-08-12T20:57:43.048Z | |
| 2750 | 2025-08-12T20:57:43.048Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/221) |
| 2751 | 2025-08-12T20:57:43.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2752 | 2025-08-12T20:57:43.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2753 | 2025-08-12T20:57:43.855Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2754 | 2025-08-12T20:57:49.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s |
| 2755 | 2025-08-12T20:57:49.224Z | |
| 2756 | 2025-08-12T20:57:49.224Z | info: running `cargo check --bins` on oximeter (67/221) |
| 2757 | 2025-08-12T20:57:49.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2025-08-12T20:57:49.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2025-08-12T20:57:49.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2760 | 2025-08-12T20:57:49.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2761 | 2025-08-12T20:57:49.992Z | |
| 2762 | 2025-08-12T20:57:49.992Z | info: running `cargo check --bins` on oximeter-macro-impl (68/221) |
| 2763 | 2025-08-12T20:57:50.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2025-08-12T20:57:50.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2025-08-12T20:57:50.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2766 | 2025-08-12T20:57:50.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2767 | 2025-08-12T20:57:50.720Z | |
| 2768 | 2025-08-12T20:57:50.720Z | info: running `cargo check --bins` on oximeter-schema (69/221) |
| 2769 | 2025-08-12T20:57:51.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2770 | 2025-08-12T20:57:51.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2771 | 2025-08-12T20:57:51.481Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2772 | 2025-08-12T20:57:53.529Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2773 | 2025-08-12T20:57:54.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s |
| 2774 | 2025-08-12T20:57:54.723Z | |
| 2775 | 2025-08-12T20:57:54.723Z | info: running `cargo check --bins` on oximeter-types (70/221) |
| 2776 | 2025-08-12T20:57:55.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2777 | 2025-08-12T20:57:55.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2778 | 2025-08-12T20:57:55.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2779 | 2025-08-12T20:57:55.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2780 | 2025-08-12T20:57:55.491Z | |
| 2781 | 2025-08-12T20:57:55.491Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/221) |
| 2782 | 2025-08-12T20:57:56.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2783 | 2025-08-12T20:57:56.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2784 | 2025-08-12T20:57:56.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2785 | 2025-08-12T20:57:56.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2786 | 2025-08-12T20:57:56.260Z | |
| 2787 | 2025-08-12T20:57:56.260Z | info: running `cargo check --bins` on oxql-types (72/221) |
| 2788 | 2025-08-12T20:57:56.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2789 | 2025-08-12T20:57:56.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2790 | 2025-08-12T20:57:56.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2791 | 2025-08-12T20:57:56.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2792 | 2025-08-12T20:57:57.030Z | |
| 2793 | 2025-08-12T20:57:57.031Z | info: running `cargo check --bins` on oximeter-test-utils (73/221) |
| 2794 | 2025-08-12T20:57:57.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2795 | 2025-08-12T20:57:57.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2796 | 2025-08-12T20:57:57.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2797 | 2025-08-12T20:57:57.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2798 | 2025-08-12T20:57:57.821Z | |
| 2799 | 2025-08-12T20:57:57.821Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/221) |
| 2800 | 2025-08-12T20:57:58.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2801 | 2025-08-12T20:57:58.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2802 | 2025-08-12T20:57:58.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2803 | 2025-08-12T20:57:58.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2804 | 2025-08-12T20:57:58.591Z | |
| 2805 | 2025-08-12T20:57:58.591Z | info: running `cargo check --bins` on bootstrap-agent-client (75/221) |
| 2806 | 2025-08-12T20:57:59.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2807 | 2025-08-12T20:57:59.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2808 | 2025-08-12T20:57:59.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2809 | 2025-08-12T20:57:59.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2810 | 2025-08-12T20:57:59.375Z | |
| 2811 | 2025-08-12T20:57:59.375Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/221) |
| 2812 | 2025-08-12T20:58:00.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2813 | 2025-08-12T20:58:00.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2814 | 2025-08-12T20:58:00.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2815 | 2025-08-12T20:58:00.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2816 | 2025-08-12T20:58:00.148Z | |
| 2817 | 2025-08-12T20:58:00.148Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/221) |
| 2818 | 2025-08-12T20:58:00.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2819 | 2025-08-12T20:58:00.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2820 | 2025-08-12T20:58:00.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2821 | 2025-08-12T20:58:00.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2822 | 2025-08-12T20:58:00.917Z | |
| 2823 | 2025-08-12T20:58:00.917Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/221) |
| 2824 | 2025-08-12T20:58:01.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2825 | 2025-08-12T20:58:01.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2826 | 2025-08-12T20:58:01.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2827 | 2025-08-12T20:58:01.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2828 | 2025-08-12T20:58:01.679Z | |
| 2829 | 2025-08-12T20:58:01.680Z | info: running `cargo check --bins` on cockroach-admin-client (79/221) |
| 2830 | 2025-08-12T20:58:02.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2831 | 2025-08-12T20:58:02.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2832 | 2025-08-12T20:58:02.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2833 | 2025-08-12T20:58:02.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2834 | 2025-08-12T20:58:02.421Z | |
| 2835 | 2025-08-12T20:58:02.421Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/221) |
| 2836 | 2025-08-12T20:58:03.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2837 | 2025-08-12T20:58:03.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2838 | 2025-08-12T20:58:03.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2839 | 2025-08-12T20:58:03.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2840 | 2025-08-12T20:58:03.205Z | |
| 2841 | 2025-08-12T20:58:03.205Z | info: running `cargo check --bins` on dns-service-client (81/221) |
| 2842 | 2025-08-12T20:58:03.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2025-08-12T20:58:03.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2025-08-12T20:58:03.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2845 | 2025-08-12T20:58:03.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2846 | 2025-08-12T20:58:03.974Z | |
| 2847 | 2025-08-12T20:58:03.974Z | info: running `cargo check --bins` on internal-dns-types (82/221) |
| 2848 | 2025-08-12T20:58:04.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2025-08-12T20:58:04.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2025-08-12T20:58:04.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2851 | 2025-08-12T20:58:04.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2852 | 2025-08-12T20:58:04.730Z | |
| 2853 | 2025-08-12T20:58:04.730Z | info: running `cargo check --bins` on gateway-client (83/221) |
| 2854 | 2025-08-12T20:58:05.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2025-08-12T20:58:05.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2025-08-12T20:58:05.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2857 | 2025-08-12T20:58:05.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2858 | 2025-08-12T20:58:05.502Z | |
| 2859 | 2025-08-12T20:58:05.502Z | info: running `cargo check --bins` on ereport-types (84/221) |
| 2860 | 2025-08-12T20:58:06.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2025-08-12T20:58:06.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2025-08-12T20:58:06.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2863 | 2025-08-12T20:58:06.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2864 | 2025-08-12T20:58:06.250Z | |
| 2865 | 2025-08-12T20:58:06.250Z | info: running `cargo check --bins` on gateway-types (85/221) |
| 2866 | 2025-08-12T20:58:06.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2867 | 2025-08-12T20:58:06.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2868 | 2025-08-12T20:58:06.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2869 | 2025-08-12T20:58:06.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2870 | 2025-08-12T20:58:07.007Z | |
| 2871 | 2025-08-12T20:58:07.007Z | info: running `cargo check --bins` on ipcc (86/221) |
| 2872 | 2025-08-12T20:58:07.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2873 | 2025-08-12T20:58:07.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2874 | 2025-08-12T20:58:07.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2875 | 2025-08-12T20:58:07.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2876 | 2025-08-12T20:58:07.772Z | |
| 2877 | 2025-08-12T20:58:07.772Z | info: running `cargo check --bins` on installinator-client (87/221) |
| 2878 | 2025-08-12T20:58:08.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2025-08-12T20:58:08.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2025-08-12T20:58:08.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2881 | 2025-08-12T20:58:08.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2882 | 2025-08-12T20:58:08.560Z | |
| 2883 | 2025-08-12T20:58:08.560Z | info: running `cargo check --bins` on installinator-common (88/221) |
| 2884 | 2025-08-12T20:58:09.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2885 | 2025-08-12T20:58:09.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2886 | 2025-08-12T20:58:09.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2887 | 2025-08-12T20:58:09.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2888 | 2025-08-12T20:58:09.334Z | |
| 2889 | 2025-08-12T20:58:09.334Z | info: running `cargo check --bins` on update-engine (89/221) |
| 2890 | 2025-08-12T20:58:09.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2891 | 2025-08-12T20:58:09.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2892 | 2025-08-12T20:58:09.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2893 | 2025-08-12T20:58:09.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2894 | 2025-08-12T20:58:10.072Z | |
| 2895 | 2025-08-12T20:58:10.072Z | info: running `cargo check --bins` on nexus-client (90/221) |
| 2896 | 2025-08-12T20:58:10.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2897 | 2025-08-12T20:58:10.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2898 | 2025-08-12T20:58:10.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2899 | 2025-08-12T20:58:10.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2900 | 2025-08-12T20:58:10.878Z | |
| 2901 | 2025-08-12T20:58:10.878Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/221) |
| 2902 | 2025-08-12T20:58:11.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2903 | 2025-08-12T20:58:11.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2904 | 2025-08-12T20:58:11.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2905 | 2025-08-12T20:58:11.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2906 | 2025-08-12T20:58:11.671Z | |
| 2907 | 2025-08-12T20:58:11.671Z | info: running `cargo check --bins` on omicron-passwords (92/221) |
| 2908 | 2025-08-12T20:58:12.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2025-08-12T20:58:12.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2025-08-12T20:58:12.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2911 | 2025-08-12T20:58:12.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2912 | 2025-08-12T20:58:12.386Z | |
| 2913 | 2025-08-12T20:58:12.386Z | info: running `cargo check --bins` on nexus-types (93/221) |
| 2914 | 2025-08-12T20:58:13.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2025-08-12T20:58:13.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2025-08-12T20:58:13.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2917 | 2025-08-12T20:58:13.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2918 | 2025-08-12T20:58:13.199Z | |
| 2919 | 2025-08-12T20:58:13.199Z | info: running `cargo check --bins` on omicron-cockroach-metrics (94/221) |
| 2920 | 2025-08-12T20:58:13.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2025-08-12T20:58:13.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2025-08-12T20:58:13.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2923 | 2025-08-12T20:58:13.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2924 | 2025-08-12T20:58:13.930Z | |
| 2925 | 2025-08-12T20:58:13.930Z | info: running `cargo check --bins` on parallel-task-set (95/221) |
| 2926 | 2025-08-12T20:58:14.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2025-08-12T20:58:14.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2025-08-12T20:58:14.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2929 | 2025-08-12T20:58:14.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2930 | 2025-08-12T20:58:14.659Z | |
| 2931 | 2025-08-12T20:58:14.659Z | info: running `cargo check --bins` on ntp-admin-client (96/221) |
| 2932 | 2025-08-12T20:58:15.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2025-08-12T20:58:15.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2025-08-12T20:58:15.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2935 | 2025-08-12T20:58:15.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2936 | 2025-08-12T20:58:15.390Z | |
| 2937 | 2025-08-12T20:58:15.390Z | info: running `cargo check --bins` on oxide-client (97/221) |
| 2938 | 2025-08-12T20:58:16.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2939 | 2025-08-12T20:58:16.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2940 | 2025-08-12T20:58:16.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2941 | 2025-08-12T20:58:16.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2942 | 2025-08-12T20:58:16.125Z | |
| 2943 | 2025-08-12T20:58:16.125Z | info: running `cargo check --bins` on oximeter-client (98/221) |
| 2944 | 2025-08-12T20:58:16.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2945 | 2025-08-12T20:58:16.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2946 | 2025-08-12T20:58:16.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2947 | 2025-08-12T20:58:16.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2948 | 2025-08-12T20:58:16.889Z | |
| 2949 | 2025-08-12T20:58:16.889Z | info: running `cargo check --bins` on repo-depot-client (99/221) |
| 2950 | 2025-08-12T20:58:17.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2951 | 2025-08-12T20:58:17.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2952 | 2025-08-12T20:58:17.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2953 | 2025-08-12T20:58:17.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2954 | 2025-08-12T20:58:17.624Z | |
| 2955 | 2025-08-12T20:58:17.624Z | info: running `cargo check --bins` on sled-agent-client (100/221) |
| 2956 | 2025-08-12T20:58:18.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2957 | 2025-08-12T20:58:18.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2958 | 2025-08-12T20:58:18.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2959 | 2025-08-12T20:58:18.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2960 | 2025-08-12T20:58:18.418Z | |
| 2961 | 2025-08-12T20:58:18.418Z | info: running `cargo check --bins` on sled-agent-types (101/221) |
| 2962 | 2025-08-12T20:58:19.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2963 | 2025-08-12T20:58:19.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2964 | 2025-08-12T20:58:19.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2965 | 2025-08-12T20:58:19.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2966 | 2025-08-12T20:58:19.203Z | |
| 2967 | 2025-08-12T20:58:19.203Z | info: running `cargo check --bins` on wicketd-client (102/221) |
| 2968 | 2025-08-12T20:58:19.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2969 | 2025-08-12T20:58:19.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2970 | 2025-08-12T20:58:19.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2971 | 2025-08-12T20:58:19.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2972 | 2025-08-12T20:58:19.996Z | |
| 2973 | 2025-08-12T20:58:19.996Z | info: running `cargo check --bins` on wicket-common (103/221) |
| 2974 | 2025-08-12T20:58:20.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2975 | 2025-08-12T20:58:20.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2976 | 2025-08-12T20:58:20.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2977 | 2025-08-12T20:58:20.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2978 | 2025-08-12T20:58:20.789Z | |
| 2979 | 2025-08-12T20:58:20.789Z | info: running `cargo check --bins` on omicron-cockroach-admin (104/221) |
| 2980 | 2025-08-12T20:58:21.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2981 | 2025-08-12T20:58:21.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2982 | 2025-08-12T20:58:21.606Z | Checking csv-core v0.1.11 |
| 2983 | 2025-08-12T20:58:21.606Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2984 | 2025-08-12T20:58:21.609Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2985 | 2025-08-12T20:58:21.609Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2986 | 2025-08-12T20:58:21.909Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2987 | 2025-08-12T20:58:21.925Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2988 | 2025-08-12T20:58:21.946Z | Checking csv v1.3.1 |
| 2989 | 2025-08-12T20:58:22.491Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2990 | 2025-08-12T20:58:22.988Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2991 | 2025-08-12T20:58:25.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
| 2992 | 2025-08-12T20:58:25.341Z | |
| 2993 | 2025-08-12T20:58:25.341Z | info: running `cargo check --bins` on cockroach-admin-api (105/221) |
| 2994 | 2025-08-12T20:58:26.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2995 | 2025-08-12T20:58:26.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2996 | 2025-08-12T20:58:26.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2997 | 2025-08-12T20:58:26.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2998 | 2025-08-12T20:58:26.114Z | |
| 2999 | 2025-08-12T20:58:26.114Z | info: running `cargo check --bins` on cockroach-admin-types (106/221) |
| 3000 | 2025-08-12T20:58:26.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3001 | 2025-08-12T20:58:26.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3002 | 2025-08-12T20:58:26.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3003 | 2025-08-12T20:58:26.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3004 | 2025-08-12T20:58:26.885Z | |
| 3005 | 2025-08-12T20:58:26.885Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (107/221) |
| 3006 | 2025-08-12T20:58:27.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3007 | 2025-08-12T20:58:27.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3008 | 2025-08-12T20:58:27.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3009 | 2025-08-12T20:58:27.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3010 | 2025-08-12T20:58:27.780Z | |
| 3011 | 2025-08-12T20:58:27.780Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (108/221) |
| 3012 | 2025-08-12T20:58:28.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3013 | 2025-08-12T20:58:28.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3014 | 2025-08-12T20:58:28.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3015 | 2025-08-12T20:58:28.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3016 | 2025-08-12T20:58:28.668Z | |
| 3017 | 2025-08-12T20:58:28.668Z | info: running `cargo check --bins` on dns-server (109/221) |
| 3018 | 2025-08-12T20:58:29.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3019 | 2025-08-12T20:58:29.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3020 | 2025-08-12T20:58:29.462Z | Compiling typify-impl v0.4.1 |
| 3021 | 2025-08-12T20:58:29.586Z | Compiling parking_lot_core v0.8.6 |
| 3022 | 2025-08-12T20:58:29.590Z | Compiling moka v0.12.10 |
| 3023 | 2025-08-12T20:58:29.616Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3024 | 2025-08-12T20:58:29.619Z | Checking tagptr v0.2.0 |
| 3025 | 2025-08-12T20:58:29.619Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3026 | 2025-08-12T20:58:29.631Z | Checking prefix-trie v0.7.0 |
| 3027 | 2025-08-12T20:58:29.836Z | Checking fxhash v0.2.1 |
| 3028 | 2025-08-12T20:58:29.856Z | Checking hickory-client v0.25.2 |
| 3029 | 2025-08-12T20:58:30.258Z | Checking hickory-server v0.25.2 |
| 3030 | 2025-08-12T20:58:30.361Z | Checking parking_lot v0.11.2 |
| 3031 | 2025-08-12T20:58:30.708Z | Checking sled v0.34.7 |
| 3032 | 2025-08-12T20:58:30.876Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3033 | 2025-08-12T20:58:31.192Z | Checking hickory-resolver v0.25.2 |
| 3034 | 2025-08-12T20:58:34.150Z | Compiling typify-macro v0.4.1 |
| 3035 | 2025-08-12T20:58:35.787Z | Compiling typify v0.4.1 |
| 3036 | 2025-08-12T20:58:35.878Z | Compiling progenitor-impl v0.10.0 |
| 3037 | 2025-08-12T20:58:38.253Z | Compiling progenitor-macro v0.10.0 |
| 3038 | 2025-08-12T20:58:42.136Z | Checking progenitor v0.10.0 |
| 3039 | 2025-08-12T20:58:42.276Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3040 | 2025-08-12T20:58:42.784Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3041 | 2025-08-12T20:58:44.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.55s |
| 3042 | 2025-08-12T20:58:44.441Z | |
| 3043 | 2025-08-12T20:58:44.441Z | info: running `cargo check --bins` on dns-server-api (110/221) |
| 3044 | 2025-08-12T20:58:45.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2025-08-12T20:58:45.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2025-08-12T20:58:45.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2025-08-12T20:58:45.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3048 | 2025-08-12T20:58:45.205Z | |
| 3049 | 2025-08-12T20:58:45.205Z | info: running `cargo check --bins` on openapi-manager-types (111/221) |
| 3050 | 2025-08-12T20:58:45.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2025-08-12T20:58:45.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2025-08-12T20:58:45.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2025-08-12T20:58:45.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3054 | 2025-08-12T20:58:45.943Z | |
| 3055 | 2025-08-12T20:58:45.943Z | info: running `cargo check --bins` on gateway-test-utils (112/221) |
| 3056 | 2025-08-12T20:58:46.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2025-08-12T20:58:46.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2025-08-12T20:58:46.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2025-08-12T20:58:46.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3060 | 2025-08-12T20:58:46.780Z | |
| 3061 | 2025-08-12T20:58:46.780Z | info: running `cargo check --bins` on omicron-gateway (113/221) |
| 3062 | 2025-08-12T20:58:47.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2025-08-12T20:58:47.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2025-08-12T20:58:47.676Z | Checking half v2.4.1 |
| 3065 | 2025-08-12T20:58:47.676Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3066 | 2025-08-12T20:58:47.679Z | Checking ciborium-io v0.2.2 |
| 3067 | 2025-08-12T20:58:47.830Z | Compiling semver v0.1.20 |
| 3068 | 2025-08-12T20:58:47.834Z | Compiling radium v0.7.0 |
| 3069 | 2025-08-12T20:58:47.859Z | Compiling zerocopy-derive v0.6.6 |
| 3070 | 2025-08-12T20:58:47.863Z | Checking tap v1.0.1 |
| 3071 | 2025-08-12T20:58:47.863Z | Compiling maybe-uninit v2.0.0 |
| 3072 | 2025-08-12T20:58:47.954Z | Checking password-hash v0.5.0 |
| 3073 | 2025-08-12T20:58:48.075Z | Checking wyz v0.5.1 |
| 3074 | 2025-08-12T20:58:48.215Z | Checking ciborium-ll v0.2.2 |
| 3075 | 2025-08-12T20:58:48.302Z | Compiling rustc_version v0.1.7 |
| 3076 | 2025-08-12T20:58:48.357Z | Checking blake2 v0.10.6 |
| 3077 | 2025-08-12T20:58:48.381Z | Compiling pin-project-internal v1.1.6 |
| 3078 | 2025-08-12T20:58:48.424Z | Compiling owo-colors v4.2.2 |
| 3079 | 2025-08-12T20:58:48.470Z | Checking funty v2.0.0 |
| 3080 | 2025-08-12T20:58:48.508Z | Checking ciborium v0.2.2 |
| 3081 | 2025-08-12T20:58:48.732Z | Compiling packed_struct v0.10.1 |
| 3082 | 2025-08-12T20:58:48.749Z | Compiling newtype_derive v0.1.6 |
| 3083 | 2025-08-12T20:58:48.826Z | Checking crc-catalog v2.4.0 |
| 3084 | 2025-08-12T20:58:48.979Z | Compiling cancel-safe-futures v0.1.5 |
| 3085 | 2025-08-12T20:58:49.077Z | Checking crc v3.2.1 |
| 3086 | 2025-08-12T20:58:49.165Z | Checking argon2 v0.5.3 |
| 3087 | 2025-08-12T20:58:49.320Z | Checking bitvec v1.0.1 |
| 3088 | 2025-08-12T20:58:49.341Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3089 | 2025-08-12T20:58:49.384Z | Compiling packed_struct_codegen v0.10.1 |
| 3090 | 2025-08-12T20:58:49.447Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3091 | 2025-08-12T20:58:49.520Z | Checking libsw-core v0.3.1 |
| 3092 | 2025-08-12T20:58:49.721Z | Checking zerocopy v0.6.6 |
| 3093 | 2025-08-12T20:58:49.764Z | Checking secrecy v0.10.3 |
| 3094 | 2025-08-12T20:58:49.827Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3095 | 2025-08-12T20:58:49.889Z | Compiling snafu-derive v0.8.5 |
| 3096 | 2025-08-12T20:58:49.926Z | Compiling indexmap v1.9.3 |
| 3097 | 2025-08-12T20:58:49.958Z | Checking fixedbitset v0.5.7 |
| 3098 | 2025-08-12T20:58:50.272Z | Checking nodrop v0.1.14 |
| 3099 | 2025-08-12T20:58:50.332Z | Checking indent_write v2.2.0 |
| 3100 | 2025-08-12T20:58:50.414Z | Checking array-init v0.0.4 |
| 3101 | 2025-08-12T20:58:50.417Z | Checking petgraph v0.8.2 |
| 3102 | 2025-08-12T20:58:50.577Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3103 | 2025-08-12T20:58:50.941Z | Checking libsw v3.5.0 |
| 3104 | 2025-08-12T20:58:50.985Z | Checking pin-project v1.1.6 |
| 3105 | 2025-08-12T20:58:51.196Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3106 | 2025-08-12T20:58:51.287Z | Checking smallvec v0.6.14 |
| 3107 | 2025-08-12T20:58:51.678Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3108 | 2025-08-12T20:58:51.713Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3109 | 2025-08-12T20:58:51.993Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3110 | 2025-08-12T20:58:52.208Z | Checking globset v0.4.15 |
| 3111 | 2025-08-12T20:58:52.401Z | Checking olpc-cjson v0.1.4 |
| 3112 | 2025-08-12T20:58:52.639Z | Checking serde_plain v1.0.2 |
| 3113 | 2025-08-12T20:58:52.738Z | Checking bitfield v0.14.0 |
| 3114 | 2025-08-12T20:58:52.850Z | Checking unicode-linebreak v0.1.5 |
| 3115 | 2025-08-12T20:58:52.914Z | Checking termcolor v1.4.1 |
| 3116 | 2025-08-12T20:58:53.026Z | Checking swrite v0.1.0 |
| 3117 | 2025-08-12T20:58:53.062Z | Checking hashbrown v0.12.3 |
| 3118 | 2025-08-12T20:58:53.172Z | Checking typed-path v0.9.3 |
| 3119 | 2025-08-12T20:58:53.266Z | Checking linear-map v1.2.0 |
| 3120 | 2025-08-12T20:58:53.302Z | Checking smawk v0.3.2 |
| 3121 | 2025-08-12T20:58:53.350Z | Checking env_logger v0.10.2 |
| 3122 | 2025-08-12T20:58:53.530Z | Checking textwrap v0.16.2 |
| 3123 | 2025-08-12T20:58:53.589Z | Checking ron v0.8.1 |
| 3124 | 2025-08-12T20:58:53.695Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3125 | 2025-08-12T20:58:53.769Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3126 | 2025-08-12T20:58:53.934Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3127 | 2025-08-12T20:58:54.551Z | Checking snafu v0.8.5 |
| 3128 | 2025-08-12T20:58:54.639Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3129 | 2025-08-12T20:58:54.733Z | Checking steno v0.4.1 |
| 3130 | 2025-08-12T20:58:54.885Z | Checking serde-hex v0.1.0 |
| 3131 | 2025-08-12T20:58:54.985Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3132 | 2025-08-12T20:58:55.031Z | Checking tough v0.20.0 |
| 3133 | 2025-08-12T20:58:55.255Z | Checking hashbrown v0.13.2 |
| 3134 | 2025-08-12T20:58:55.377Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3135 | 2025-08-12T20:58:56.149Z | Checking crc-any v2.5.0 |
| 3136 | 2025-08-12T20:58:56.532Z | Checking humantime v2.2.0 |
| 3137 | 2025-08-12T20:58:56.603Z | Checking object v0.30.4 |
| 3138 | 2025-08-12T20:58:56.870Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3139 | 2025-08-12T20:58:56.875Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3140 | 2025-08-12T20:58:57.143Z | Checking path-slash v0.1.5 |
| 3141 | 2025-08-12T20:58:57.230Z | Checking half v1.8.3 |
| 3142 | 2025-08-12T20:58:57.325Z | Checking void v1.0.2 |
| 3143 | 2025-08-12T20:58:57.442Z | Checking tungstenite v0.23.0 |
| 3144 | 2025-08-12T20:58:57.501Z | Checking lzss v0.8.2 |
| 3145 | 2025-08-12T20:58:57.641Z | Checking serde_cbor v0.11.2 |
| 3146 | 2025-08-12T20:58:57.944Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3147 | 2025-08-12T20:58:58.338Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3148 | 2025-08-12T20:58:58.536Z | Checking nix v0.27.1 |
| 3149 | 2025-08-12T20:58:58.596Z | Checking kstat-rs v0.2.4 |
| 3150 | 2025-08-12T20:58:58.657Z | Checking serde_bytes v0.11.17 |
| 3151 | 2025-08-12T20:58:58.683Z | Checking tokio-tungstenite v0.23.1 |
| 3152 | 2025-08-12T20:58:58.835Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3153 | 2025-08-12T20:58:58.942Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3154 | 2025-08-12T20:58:58.978Z | Checking signal-hook-tokio v0.3.1 |
| 3155 | 2025-08-12T20:58:59.424Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3156 | 2025-08-12T20:59:01.636Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3157 | 2025-08-12T20:59:02.957Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3158 | 2025-08-12T20:59:12.841Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3159 | 2025-08-12T20:59:19.964Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3160 | 2025-08-12T20:59:20.700Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3161 | 2025-08-12T20:59:23.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.87s |
| 3162 | 2025-08-12T20:59:23.895Z | |
| 3163 | 2025-08-12T20:59:23.895Z | info: running `cargo check --bins` on gateway-api (114/221) |
| 3164 | 2025-08-12T20:59:24.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2025-08-12T20:59:24.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2025-08-12T20:59:24.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2025-08-12T20:59:24.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3168 | 2025-08-12T20:59:24.677Z | |
| 3169 | 2025-08-12T20:59:24.677Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (115/221) |
| 3170 | 2025-08-12T20:59:25.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2025-08-12T20:59:25.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2025-08-12T20:59:25.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3173 | 2025-08-12T20:59:25.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3174 | 2025-08-12T20:59:25.397Z | |
| 3175 | 2025-08-12T20:59:25.397Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/221) |
| 3176 | 2025-08-12T20:59:26.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2025-08-12T20:59:26.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2025-08-12T20:59:26.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3179 | 2025-08-12T20:59:26.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3180 | 2025-08-12T20:59:26.161Z | |
| 3181 | 2025-08-12T20:59:26.161Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/221) |
| 3182 | 2025-08-12T20:59:26.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2025-08-12T20:59:26.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2025-08-12T20:59:26.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3185 | 2025-08-12T20:59:26.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3186 | 2025-08-12T20:59:26.917Z | |
| 3187 | 2025-08-12T20:59:26.917Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/221) |
| 3188 | 2025-08-12T20:59:27.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3189 | 2025-08-12T20:59:27.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3190 | 2025-08-12T20:59:27.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3191 | 2025-08-12T20:59:27.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3192 | 2025-08-12T20:59:27.679Z | |
| 3193 | 2025-08-12T20:59:27.679Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/221) |
| 3194 | 2025-08-12T20:59:28.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3195 | 2025-08-12T20:59:28.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3196 | 2025-08-12T20:59:28.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3197 | 2025-08-12T20:59:28.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3198 | 2025-08-12T20:59:28.468Z | |
| 3199 | 2025-08-12T20:59:28.469Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/221) |
| 3200 | 2025-08-12T20:59:29.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3201 | 2025-08-12T20:59:29.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3202 | 2025-08-12T20:59:29.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3203 | 2025-08-12T20:59:29.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3204 | 2025-08-12T20:59:29.223Z | |
| 3205 | 2025-08-12T20:59:29.223Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/221) |
| 3206 | 2025-08-12T20:59:29.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2025-08-12T20:59:29.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2025-08-12T20:59:29.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3209 | 2025-08-12T20:59:29.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3210 | 2025-08-12T20:59:29.989Z | |
| 3211 | 2025-08-12T20:59:29.989Z | info: running `cargo check --bins` on oximeter-producer (122/221) |
| 3212 | 2025-08-12T20:59:30.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2025-08-12T20:59:30.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2025-08-12T20:59:30.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3215 | 2025-08-12T20:59:30.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3216 | 2025-08-12T20:59:30.793Z | |
| 3217 | 2025-08-12T20:59:30.793Z | info: running `cargo check --bins` on internal-dns-resolver (123/221) |
| 3218 | 2025-08-12T20:59:31.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2025-08-12T20:59:31.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2025-08-12T20:59:31.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3221 | 2025-08-12T20:59:31.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3222 | 2025-08-12T20:59:31.558Z | |
| 3223 | 2025-08-12T20:59:31.558Z | info: running `cargo check --bins` on sp-sim (124/221) |
| 3224 | 2025-08-12T20:59:32.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2025-08-12T20:59:32.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2025-08-12T20:59:32.344Z | Compiling nix v0.30.1 |
| 3227 | 2025-08-12T20:59:32.348Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3228 | 2025-08-12T20:59:32.348Z | Checking keccak v0.1.5 |
| 3229 | 2025-08-12T20:59:32.680Z | Checking sha3 v0.10.8 |
| 3230 | 2025-08-12T20:59:32.714Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3231 | 2025-08-12T20:59:34.308Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3232 | 2025-08-12T20:59:36.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
| 3233 | 2025-08-12T20:59:36.556Z | |
| 3234 | 2025-08-12T20:59:36.556Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (125/221) |
| 3235 | 2025-08-12T20:59:37.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3236 | 2025-08-12T20:59:37.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3237 | 2025-08-12T20:59:37.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3238 | 2025-08-12T20:59:37.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3239 | 2025-08-12T20:59:37.399Z | |
| 3240 | 2025-08-12T20:59:37.399Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/221) |
| 3241 | 2025-08-12T20:59:38.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3242 | 2025-08-12T20:59:38.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3243 | 2025-08-12T20:59:38.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3244 | 2025-08-12T20:59:38.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3245 | 2025-08-12T20:59:38.240Z | |
| 3246 | 2025-08-12T20:59:38.240Z | info: running `cargo check --bins` on db-macros (127/221) |
| 3247 | 2025-08-12T20:59:38.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2025-08-12T20:59:38.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2025-08-12T20:59:38.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3250 | 2025-08-12T20:59:38.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3251 | 2025-08-12T20:59:38.972Z | |
| 3252 | 2025-08-12T20:59:38.972Z | info: running `cargo check --bins` on nexus-macros-common (128/221) |
| 3253 | 2025-08-12T20:59:39.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3254 | 2025-08-12T20:59:39.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3255 | 2025-08-12T20:59:39.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3256 | 2025-08-12T20:59:39.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3257 | 2025-08-12T20:59:39.699Z | |
| 3258 | 2025-08-12T20:59:39.699Z | info: running `cargo check --bins` on nexus-auth (129/221) |
| 3259 | 2025-08-12T20:59:40.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2025-08-12T20:59:40.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2025-08-12T20:59:40.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3262 | 2025-08-12T20:59:40.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3263 | 2025-08-12T20:59:40.516Z | |
| 3264 | 2025-08-12T20:59:40.516Z | info: running `cargo check --bins` on authz-macros (130/221) |
| 3265 | 2025-08-12T20:59:41.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3266 | 2025-08-12T20:59:41.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3267 | 2025-08-12T20:59:41.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3268 | 2025-08-12T20:59:41.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3269 | 2025-08-12T20:59:41.290Z | |
| 3270 | 2025-08-12T20:59:41.290Z | info: running `cargo check --bins` on nexus-db-fixed-data (131/221) |
| 3271 | 2025-08-12T20:59:41.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3272 | 2025-08-12T20:59:42.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3273 | 2025-08-12T20:59:42.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3274 | 2025-08-12T20:59:42.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3275 | 2025-08-12T20:59:42.148Z | |
| 3276 | 2025-08-12T20:59:42.148Z | info: running `cargo check --bins` on nexus-db-model (132/221) |
| 3277 | 2025-08-12T20:59:42.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3278 | 2025-08-12T20:59:42.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3279 | 2025-08-12T20:59:42.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3280 | 2025-08-12T20:59:42.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3281 | 2025-08-12T20:59:42.905Z | |
| 3282 | 2025-08-12T20:59:42.905Z | info: running `cargo check --bins` on nexus-db-schema (133/221) |
| 3283 | 2025-08-12T20:59:43.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3284 | 2025-08-12T20:59:43.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3285 | 2025-08-12T20:59:43.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3286 | 2025-08-12T20:59:43.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3287 | 2025-08-12T20:59:43.655Z | |
| 3288 | 2025-08-12T20:59:43.655Z | info: running `cargo check --bins` on nexus-defaults (134/221) |
| 3289 | 2025-08-12T20:59:44.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3290 | 2025-08-12T20:59:44.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3291 | 2025-08-12T20:59:44.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3292 | 2025-08-12T20:59:44.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3293 | 2025-08-12T20:59:44.428Z | |
| 3294 | 2025-08-12T20:59:44.428Z | info: running `cargo check --bins` on nexus-db-errors (135/221) |
| 3295 | 2025-08-12T20:59:45.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3296 | 2025-08-12T20:59:45.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3297 | 2025-08-12T20:59:45.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3298 | 2025-08-12T20:59:45.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3299 | 2025-08-12T20:59:45.259Z | |
| 3300 | 2025-08-12T20:59:45.259Z | info: running `cargo check --bins` on nexus-db-lookup (136/221) |
| 3301 | 2025-08-12T20:59:45.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2025-08-12T20:59:45.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2025-08-12T20:59:45.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3304 | 2025-08-12T20:59:45.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3305 | 2025-08-12T20:59:46.077Z | |
| 3306 | 2025-08-12T20:59:46.078Z | info: running `cargo check --bins` on nexus-inventory (137/221) |
| 3307 | 2025-08-12T20:59:50.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2025-08-12T20:59:50.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2025-08-12T20:59:50.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3310 | 2025-08-12T20:59:50.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3311 | 2025-08-12T20:59:50.847Z | |
| 3312 | 2025-08-12T20:59:50.847Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/221) |
| 3313 | 2025-08-12T20:59:50.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3314 | 2025-08-12T20:59:50.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3315 | 2025-08-12T20:59:50.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3316 | 2025-08-12T20:59:50.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3317 | 2025-08-12T20:59:50.847Z | |
| 3318 | 2025-08-12T20:59:50.847Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/221) |
| 3319 | 2025-08-12T20:59:50.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2025-08-12T20:59:50.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2025-08-12T20:59:50.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3322 | 2025-08-12T20:59:50.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3323 | 2025-08-12T20:59:50.847Z | |
| 3324 | 2025-08-12T20:59:50.847Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/221) |
| 3325 | 2025-08-12T20:59:50.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2025-08-12T20:59:50.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2025-08-12T20:59:50.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2025-08-12T20:59:50.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3329 | 2025-08-12T20:59:50.847Z | |
| 3330 | 2025-08-12T20:59:50.847Z | info: running `cargo check --bins` on key-manager (141/221) |
| 3331 | 2025-08-12T20:59:50.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2025-08-12T20:59:50.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2025-08-12T20:59:50.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2025-08-12T20:59:50.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3335 | 2025-08-12T20:59:50.848Z | |
| 3336 | 2025-08-12T20:59:50.848Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/221) |
| 3337 | 2025-08-12T20:59:50.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2025-08-12T20:59:50.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2025-08-12T20:59:50.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2025-08-12T20:59:50.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3341 | 2025-08-12T20:59:50.848Z | |
| 3342 | 2025-08-12T20:59:50.848Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/221) |
| 3343 | 2025-08-12T20:59:51.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2025-08-12T20:59:51.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2025-08-12T20:59:51.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2025-08-12T20:59:51.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3347 | 2025-08-12T20:59:51.586Z | |
| 3348 | 2025-08-12T20:59:51.586Z | info: running `cargo check --bins` on typed-rng (144/221) |
| 3349 | 2025-08-12T20:59:52.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2025-08-12T20:59:52.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2025-08-12T20:59:52.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2025-08-12T20:59:52.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3353 | 2025-08-12T20:59:52.321Z | |
| 3354 | 2025-08-12T20:59:52.321Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/221) |
| 3355 | 2025-08-12T20:59:53.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2025-08-12T20:59:53.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2025-08-12T20:59:53.306Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3358 | 2025-08-12T20:59:53.306Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3359 | 2025-08-12T20:59:53.306Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3360 | 2025-08-12T20:59:53.310Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3361 | 2025-08-12T20:59:53.310Z | Checking universal-hash v0.5.1 |
| 3362 | 2025-08-12T20:59:53.310Z | Checking opaque-debug v0.3.1 |
| 3363 | 2025-08-12T20:59:53.472Z | Checking chacha20 v0.9.1 |
| 3364 | 2025-08-12T20:59:53.500Z | Checking aead v0.5.2 |
| 3365 | 2025-08-12T20:59:53.577Z | Compiling unicase v2.7.0 |
| 3366 | 2025-08-12T20:59:53.694Z | Checking poly1305 v0.8.0 |
| 3367 | 2025-08-12T20:59:53.719Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3368 | 2025-08-12T20:59:53.756Z | Compiling libefi-sys v0.1.0 |
| 3369 | 2025-08-12T20:59:53.839Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3370 | 2025-08-12T20:59:53.861Z | Compiling bitfield-struct v0.6.2 |
| 3371 | 2025-08-12T20:59:53.991Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3372 | 2025-08-12T20:59:54.101Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3373 | 2025-08-12T20:59:54.104Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3374 | 2025-08-12T20:59:54.207Z | Checking chacha20poly1305 v0.10.1 |
| 3375 | 2025-08-12T20:59:54.367Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3376 | 2025-08-12T20:59:54.409Z | Compiling salty v0.3.0 |
| 3377 | 2025-08-12T20:59:54.432Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3378 | 2025-08-12T20:59:54.492Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3379 | 2025-08-12T20:59:54.876Z | Compiling num-derive v0.3.3 |
| 3380 | 2025-08-12T20:59:55.093Z | Compiling proc-macro-error2 v2.0.1 |
| 3381 | 2025-08-12T20:59:55.137Z | Compiling xshell-macros v0.2.7 |
| 3382 | 2025-08-12T20:59:55.184Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3383 | 2025-08-12T20:59:55.720Z | Compiling tabled_derive v0.10.0 |
| 3384 | 2025-08-12T20:59:55.742Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3385 | 2025-08-12T20:59:55.897Z | Checking xshell v0.2.7 |
| 3386 | 2025-08-12T20:59:55.975Z | Checking thiserror-no-std v2.0.2 |
| 3387 | 2025-08-12T20:59:56.123Z | Checking vsss-rs v3.3.4 |
| 3388 | 2025-08-12T20:59:56.205Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3389 | 2025-08-12T20:59:56.260Z | Compiling mime_guess v2.0.5 |
| 3390 | 2025-08-12T20:59:56.612Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3391 | 2025-08-12T20:59:56.900Z | Checking libscf-sys v1.1.0 |
| 3392 | 2025-08-12T20:59:57.420Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3393 | 2025-08-12T20:59:57.683Z | Checking papergrid v0.14.0 |
| 3394 | 2025-08-12T20:59:57.751Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3395 | 2025-08-12T20:59:58.334Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3396 | 2025-08-12T20:59:58.808Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3397 | 2025-08-12T20:59:58.973Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3398 | 2025-08-12T20:59:59.071Z | Checking primeorder v0.13.6 |
| 3399 | 2025-08-12T20:59:59.224Z | Checking env_filter v0.1.2 |
| 3400 | 2025-08-12T20:59:59.485Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3401 | 2025-08-12T20:59:59.560Z | Checking p384 v0.13.0 |
| 3402 | 2025-08-12T20:59:59.867Z | Checking env_logger v0.11.5 |
| 3403 | 2025-08-12T20:59:59.910Z | Checking tabled v0.18.0 |
| 3404 | 2025-08-12T21:00:00.218Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3405 | 2025-08-12T21:00:00.404Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3406 | 2025-08-12T21:00:00.478Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3407 | 2025-08-12T21:00:00.768Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3408 | 2025-08-12T21:00:00.857Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3409 | 2025-08-12T21:00:00.897Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3410 | 2025-08-12T21:00:00.996Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3411 | 2025-08-12T21:00:01.090Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3412 | 2025-08-12T21:00:01.209Z | Checking http-range v0.1.5 |
| 3413 | 2025-08-12T21:00:01.414Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3414 | 2025-08-12T21:00:01.498Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3415 | 2025-08-12T21:00:01.806Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3416 | 2025-08-12T21:00:01.826Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3417 | 2025-08-12T21:00:02.053Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3418 | 2025-08-12T21:00:02.105Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3419 | 2025-08-12T21:00:02.375Z | Checking secrecy v0.8.0 |
| 3420 | 2025-08-12T21:00:02.580Z | Checking atty v0.2.14 |
| 3421 | 2025-08-12T21:00:02.719Z | Checking crc8 v0.1.1 |
| 3422 | 2025-08-12T21:00:02.753Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3423 | 2025-08-12T21:00:02.776Z | Checking hyper-staticfile v0.10.1 |
| 3424 | 2025-08-12T21:00:02.911Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3425 | 2025-08-12T21:00:03.274Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3426 | 2025-08-12T21:00:03.298Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 3427 | 2025-08-12T21:00:03.562Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3428 | 2025-08-12T21:00:03.696Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3429 | 2025-08-12T21:00:03.934Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3430 | 2025-08-12T21:00:03.995Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3431 | 2025-08-12T21:00:04.369Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3432 | 2025-08-12T21:00:04.406Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3433 | 2025-08-12T21:00:05.561Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3434 | 2025-08-12T21:00:05.564Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3435 | 2025-08-12T21:00:05.564Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3436 | 2025-08-12T21:00:06.086Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3437 | 2025-08-12T21:00:06.437Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3438 | 2025-08-12T21:00:06.871Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3439 | 2025-08-12T21:00:07.770Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3440 | 2025-08-12T21:00:09.421Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3441 | 2025-08-12T21:00:14.700Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3442 | 2025-08-12T21:00:27.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.03s |
| 3443 | 2025-08-12T21:00:27.620Z | |
| 3444 | 2025-08-12T21:00:27.620Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/221) |
| 3445 | 2025-08-12T21:00:28.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2025-08-12T21:00:28.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2025-08-12T21:00:28.533Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3448 | 2025-08-12T21:00:41.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
| 3449 | 2025-08-12T21:00:41.671Z | |
| 3450 | 2025-08-12T21:00:41.671Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/221) |
| 3451 | 2025-08-12T21:00:42.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2025-08-12T21:00:42.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2025-08-12T21:00:42.570Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3454 | 2025-08-12T21:00:55.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s |
| 3455 | 2025-08-12T21:00:55.680Z | |
| 3456 | 2025-08-12T21:00:55.681Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/221) |
| 3457 | 2025-08-12T21:00:56.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3458 | 2025-08-12T21:00:56.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3459 | 2025-08-12T21:00:56.581Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3460 | 2025-08-12T21:01:09.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s |
| 3461 | 2025-08-12T21:01:09.939Z | |
| 3462 | 2025-08-12T21:01:09.939Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/221) |
| 3463 | 2025-08-12T21:01:10.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3464 | 2025-08-12T21:01:10.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3465 | 2025-08-12T21:01:10.831Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3466 | 2025-08-12T21:01:24.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s |
| 3467 | 2025-08-12T21:01:24.381Z | |
| 3468 | 2025-08-12T21:01:24.381Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/221) |
| 3469 | 2025-08-12T21:01:25.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3470 | 2025-08-12T21:01:25.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3471 | 2025-08-12T21:01:25.280Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3472 | 2025-08-12T21:01:38.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s |
| 3473 | 2025-08-12T21:01:38.407Z | |
| 3474 | 2025-08-12T21:01:38.407Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/221) |
| 3475 | 2025-08-12T21:01:39.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3476 | 2025-08-12T21:01:39.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3477 | 2025-08-12T21:01:39.319Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3478 | 2025-08-12T21:01:52.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
| 3479 | 2025-08-12T21:01:52.357Z | |
| 3480 | 2025-08-12T21:01:52.357Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/221) |
| 3481 | 2025-08-12T21:01:53.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3482 | 2025-08-12T21:01:53.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3483 | 2025-08-12T21:01:53.269Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3484 | 2025-08-12T21:02:06.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s |
| 3485 | 2025-08-12T21:02:06.293Z | |
| 3486 | 2025-08-12T21:02:06.294Z | info: running `cargo check --bins` on bootstrap-agent-api (153/221) |
| 3487 | 2025-08-12T21:02:07.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3488 | 2025-08-12T21:02:07.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3489 | 2025-08-12T21:02:07.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3490 | 2025-08-12T21:02:07.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3491 | 2025-08-12T21:02:07.106Z | |
| 3492 | 2025-08-12T21:02:07.106Z | info: running `cargo check --bins` on range-requests (154/221) |
| 3493 | 2025-08-12T21:02:07.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3494 | 2025-08-12T21:02:07.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3495 | 2025-08-12T21:02:07.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3496 | 2025-08-12T21:02:07.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3497 | 2025-08-12T21:02:07.855Z | |
| 3498 | 2025-08-12T21:02:07.855Z | info: running `cargo check --bins` on repo-depot-api (155/221) |
| 3499 | 2025-08-12T21:02:08.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2025-08-12T21:02:08.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2025-08-12T21:02:08.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3502 | 2025-08-12T21:02:08.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3503 | 2025-08-12T21:02:08.608Z | |
| 3504 | 2025-08-12T21:02:08.608Z | info: running `cargo check --bins` on sled-agent-api (156/221) |
| 3505 | 2025-08-12T21:02:09.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2025-08-12T21:02:09.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2025-08-12T21:02:09.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3508 | 2025-08-12T21:02:09.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3509 | 2025-08-12T21:02:09.415Z | |
| 3510 | 2025-08-12T21:02:09.415Z | info: running `cargo check --bins` on sled-diagnostics (157/221) |
| 3511 | 2025-08-12T21:02:10.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2025-08-12T21:02:10.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2025-08-12T21:02:10.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3514 | 2025-08-12T21:02:10.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3515 | 2025-08-12T21:02:10.192Z | |
| 3516 | 2025-08-12T21:02:10.192Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/221) |
| 3517 | 2025-08-12T21:02:10.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2025-08-12T21:02:10.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2025-08-12T21:02:10.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2025-08-12T21:02:10.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3521 | 2025-08-12T21:02:11.008Z | |
| 3522 | 2025-08-12T21:02:11.008Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/221) |
| 3523 | 2025-08-12T21:02:11.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2025-08-12T21:02:11.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2025-08-12T21:02:11.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2025-08-12T21:02:11.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3527 | 2025-08-12T21:02:11.818Z | |
| 3528 | 2025-08-12T21:02:11.818Z | info: running `cargo check --bins` on sled-agent-zone-images (160/221) |
| 3529 | 2025-08-12T21:02:12.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2025-08-12T21:02:12.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2025-08-12T21:02:12.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3532 | 2025-08-12T21:02:12.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3533 | 2025-08-12T21:02:12.643Z | |
| 3534 | 2025-08-12T21:02:12.643Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/221) |
| 3535 | 2025-08-12T21:02:13.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2025-08-12T21:02:13.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2025-08-12T21:02:13.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3538 | 2025-08-12T21:02:13.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3539 | 2025-08-12T21:02:13.453Z | |
| 3540 | 2025-08-12T21:02:13.453Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/221) |
| 3541 | 2025-08-12T21:02:14.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2025-08-12T21:02:14.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2025-08-12T21:02:14.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2025-08-12T21:02:14.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3545 | 2025-08-12T21:02:14.293Z | |
| 3546 | 2025-08-12T21:02:14.294Z | info: running `cargo check --bins` on nexus-test-interface (163/221) |
| 3547 | 2025-08-12T21:02:15.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2025-08-12T21:02:15.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2025-08-12T21:02:15.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2025-08-12T21:02:15.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3551 | 2025-08-12T21:02:15.164Z | |
| 3552 | 2025-08-12T21:02:15.164Z | info: running `cargo check --bins` on oximeter-collector (164/221) |
| 3553 | 2025-08-12T21:02:15.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2025-08-12T21:02:15.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2025-08-12T21:02:16.060Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3556 | 2025-08-12T21:02:16.060Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3557 | 2025-08-12T21:02:16.967Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3558 | 2025-08-12T21:02:19.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
| 3559 | 2025-08-12T21:02:19.270Z | |
| 3560 | 2025-08-12T21:02:19.270Z | info: running `cargo check --bins` on oximeter-api (165/221) |
| 3561 | 2025-08-12T21:02:19.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3562 | 2025-08-12T21:02:19.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3563 | 2025-08-12T21:02:19.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3564 | 2025-08-12T21:02:19.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3565 | 2025-08-12T21:02:20.046Z | |
| 3566 | 2025-08-12T21:02:20.046Z | info: running `cargo check --bins` on cert-dev (166/221) |
| 3567 | 2025-08-12T21:02:20.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3568 | 2025-08-12T21:02:20.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3569 | 2025-08-12T21:02:20.765Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3570 | 2025-08-12T21:02:21.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3571 | 2025-08-12T21:02:21.291Z | |
| 3572 | 2025-08-12T21:02:21.291Z | info: running `cargo check --bins` on clickana (167/221) |
| 3573 | 2025-08-12T21:02:21.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3574 | 2025-08-12T21:02:21.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3575 | 2025-08-12T21:02:22.069Z | Checking castaway v0.2.3 |
| 3576 | 2025-08-12T21:02:22.069Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3577 | 2025-08-12T21:02:22.072Z | Checking lru v0.12.5 |
| 3578 | 2025-08-12T21:02:22.072Z | Compiling instability v0.3.2 |
| 3579 | 2025-08-12T21:02:22.072Z | Checking unicode-truncate v1.1.0 |
| 3580 | 2025-08-12T21:02:22.072Z | Compiling indoc v2.0.6 |
| 3581 | 2025-08-12T21:02:22.072Z | Checking cassowary v0.3.0 |
| 3582 | 2025-08-12T21:02:22.343Z | Checking compact_str v0.8.0 |
| 3583 | 2025-08-12T21:02:22.960Z | Checking ratatui v0.29.0 |
| 3584 | 2025-08-12T21:02:23.881Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3585 | 2025-08-12T21:02:25.037Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3586 | 2025-08-12T21:02:25.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
| 3587 | 2025-08-12T21:02:26.143Z | |
| 3588 | 2025-08-12T21:02:26.143Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/221) |
| 3589 | 2025-08-12T21:02:26.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2025-08-12T21:02:26.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2025-08-12T21:02:26.985Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3592 | 2025-08-12T21:02:26.985Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3593 | 2025-08-12T21:02:28.093Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3594 | 2025-08-12T21:02:28.587Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3595 | 2025-08-12T21:02:28.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s |
| 3596 | 2025-08-12T21:02:29.197Z | |
| 3597 | 2025-08-12T21:02:29.197Z | info: running `cargo check --bins` on ch-dev (169/221) |
| 3598 | 2025-08-12T21:02:29.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2025-08-12T21:02:29.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2025-08-12T21:02:29.992Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3601 | 2025-08-12T21:02:30.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 3602 | 2025-08-12T21:02:30.984Z | |
| 3603 | 2025-08-12T21:02:30.985Z | info: running `cargo check --bins` on dev-tools-common (170/221) |
| 3604 | 2025-08-12T21:02:31.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2025-08-12T21:02:31.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2025-08-12T21:02:31.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2025-08-12T21:02:31.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3608 | 2025-08-12T21:02:31.548Z | |
| 3609 | 2025-08-12T21:02:31.548Z | info: running `cargo check --bins` on crdb-seed (171/221) |
| 3610 | 2025-08-12T21:02:32.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2025-08-12T21:02:32.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2025-08-12T21:02:32.327Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3613 | 2025-08-12T21:02:32.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3614 | 2025-08-12T21:02:32.949Z | |
| 3615 | 2025-08-12T21:02:32.949Z | info: running `cargo check --bins` on db-dev (172/221) |
| 3616 | 2025-08-12T21:02:33.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2025-08-12T21:02:33.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2025-08-12T21:02:33.752Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3619 | 2025-08-12T21:02:34.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 3620 | 2025-08-12T21:02:34.750Z | |
| 3621 | 2025-08-12T21:02:34.750Z | info: running `cargo check --bins` on omicron-dev-lib (173/221) |
| 3622 | 2025-08-12T21:02:35.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2025-08-12T21:02:35.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2025-08-12T21:02:35.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2025-08-12T21:02:35.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3626 | 2025-08-12T21:02:35.542Z | |
| 3627 | 2025-08-12T21:02:35.542Z | info: running `cargo check --bins` on xtask-downloader (174/221) |
| 3628 | 2025-08-12T21:02:36.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2025-08-12T21:02:36.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2025-08-12T21:02:36.245Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3631 | 2025-08-12T21:02:37.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 3632 | 2025-08-12T21:02:37.289Z | |
| 3633 | 2025-08-12T21:02:37.289Z | info: running `cargo check --bins` on omicron-ls-apis (175/221) |
| 3634 | 2025-08-12T21:02:37.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2025-08-12T21:02:37.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2025-08-12T21:02:38.033Z | Checking typeid v1.0.3 |
| 3637 | 2025-08-12T21:02:38.142Z | Checking ordered-float v2.10.1 |
| 3638 | 2025-08-12T21:02:38.155Z | Checking cargo-platform v0.2.0 |
| 3639 | 2025-08-12T21:02:38.226Z | Checking erased-serde v0.4.6 |
| 3640 | 2025-08-12T21:02:38.460Z | Checking serde-value v0.7.0 |
| 3641 | 2025-08-12T21:02:38.797Z | Checking serde-untagged v0.1.7 |
| 3642 | 2025-08-12T21:02:39.041Z | Checking cargo-util-schemas v0.8.2 |
| 3643 | 2025-08-12T21:02:42.944Z | Checking cargo_metadata v0.21.0 |
| 3644 | 2025-08-12T21:02:42.961Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3645 | 2025-08-12T21:02:42.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
| 3646 | 2025-08-12T21:02:42.961Z | |
| 3647 | 2025-08-12T21:02:42.961Z | info: running `cargo check --bins` on mgs-dev (176/221) |
| 3648 | 2025-08-12T21:02:43.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3649 | 2025-08-12T21:02:43.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3650 | 2025-08-12T21:02:43.160Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3651 | 2025-08-12T21:02:44.949Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3652 | 2025-08-12T21:02:45.600Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3653 | 2025-08-12T21:02:46.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
| 3654 | 2025-08-12T21:02:46.437Z | |
| 3655 | 2025-08-12T21:02:46.438Z | info: running `cargo check --bins` on omicron-omdb (177/221) |
| 3656 | 2025-08-12T21:02:47.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2025-08-12T21:02:47.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2025-08-12T21:02:47.482Z | Compiling crunchy v0.2.2 |
| 3659 | 2025-08-12T21:02:47.485Z | Compiling dsl_auto_type v0.1.2 |
| 3660 | 2025-08-12T21:02:47.485Z | Checking scheduled-thread-pool v0.2.7 |
| 3661 | 2025-08-12T21:02:47.485Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3662 | 2025-08-12T21:02:47.626Z | Compiling tiny-keccak v2.0.2 |
| 3663 | 2025-08-12T21:02:47.660Z | Compiling bit-vec v0.6.3 |
| 3664 | 2025-08-12T21:02:47.676Z | Compiling ascii-canvas v3.0.0 |
| 3665 | 2025-08-12T21:02:47.692Z | Compiling ena v0.14.3 |
| 3666 | 2025-08-12T21:02:47.893Z | Checking r2d2 v0.8.10 |
| 3667 | 2025-08-12T21:02:47.971Z | Compiling bit-set v0.5.3 |
| 3668 | 2025-08-12T21:02:48.001Z | Compiling bindgen v0.71.1 |
| 3669 | 2025-08-12T21:02:48.064Z | Compiling diff v0.1.13 |
| 3670 | 2025-08-12T21:02:48.129Z | Compiling regex-syntax v0.6.29 |
| 3671 | 2025-08-12T21:02:48.151Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3672 | 2025-08-12T21:02:48.237Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3673 | 2025-08-12T21:02:48.259Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3674 | 2025-08-12T21:02:48.502Z | Compiling derive_builder_core v0.20.2 |
| 3675 | 2025-08-12T21:02:48.531Z | Compiling libxml v0.3.3 |
| 3676 | 2025-08-12T21:02:48.570Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3677 | 2025-08-12T21:02:48.629Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3678 | 2025-08-12T21:02:48.901Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3679 | 2025-08-12T21:02:48.905Z | Compiling diesel_derives v2.2.3 |
| 3680 | 2025-08-12T21:02:48.993Z | Compiling strum_macros v0.24.3 |
| 3681 | 2025-08-12T21:02:49.106Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3682 | 2025-08-12T21:02:49.351Z | Compiling indoc v1.0.9 |
| 3683 | 2025-08-12T21:02:50.234Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3684 | 2025-08-12T21:02:50.507Z | Compiling derive_builder_macro v0.20.2 |
| 3685 | 2025-08-12T21:02:50.573Z | Compiling oso-derive v0.27.3 |
| 3686 | 2025-08-12T21:02:50.963Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3687 | 2025-08-12T21:02:51.384Z | Compiling lalrpop v0.19.12 |
| 3688 | 2025-08-12T21:02:51.474Z | Checking derive_builder v0.20.2 |
| 3689 | 2025-08-12T21:02:51.517Z | Checking quick-xml v0.37.2 |
| 3690 | 2025-08-12T21:02:51.645Z | Checking maplit v1.0.2 |
| 3691 | 2025-08-12T21:02:51.831Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3692 | 2025-08-12T21:02:51.997Z | Compiling diesel-dtrace v0.4.2 |
| 3693 | 2025-08-12T21:02:52.439Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3694 | 2025-08-12T21:02:52.778Z | Checking bb8 v0.8.5 |
| 3695 | 2025-08-12T21:02:53.224Z | Checking ignore v0.4.23 |
| 3696 | 2025-08-12T21:02:53.307Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3697 | 2025-08-12T21:02:53.365Z | Checking predicates-tree v1.0.12 |
| 3698 | 2025-08-12T21:02:53.544Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3699 | 2025-08-12T21:02:53.568Z | Checking rand_seeder v0.3.0 |
| 3700 | 2025-08-12T21:02:53.691Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3701 | 2025-08-12T21:02:53.811Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3702 | 2025-08-12T21:02:53.900Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3703 | 2025-08-12T21:02:54.052Z | Checking globwalk v0.9.1 |
| 3704 | 2025-08-12T21:02:54.077Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3705 | 2025-08-12T21:02:54.404Z | Checking camino-tempfile-ext v0.3.2 |
| 3706 | 2025-08-12T21:02:54.428Z | Checking console v0.16.0 |
| 3707 | 2025-08-12T21:02:54.788Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3708 | 2025-08-12T21:02:55.064Z | Checking is_ci v1.2.0 |
| 3709 | 2025-08-12T21:02:55.235Z | Checking unit-prefix v0.5.1 |
| 3710 | 2025-08-12T21:02:55.466Z | Checking indicatif v0.18.0 |
| 3711 | 2025-08-12T21:02:55.578Z | Checking supports-color v3.0.2 |
| 3712 | 2025-08-12T21:02:55.798Z | Checking support-bundle-viewer v0.1.2 |
| 3713 | 2025-08-12T21:02:55.819Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3714 | 2025-08-12T21:02:55.844Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3715 | 2025-08-12T21:02:56.215Z | Checking multimap v0.10.1 |
| 3716 | 2025-08-12T21:02:58.112Z | Checking diesel v2.2.12 |
| 3717 | 2025-08-12T21:03:13.972Z | Compiling samael v0.0.19 |
| 3718 | 2025-08-12T21:03:28.514Z | Checking async-bb8-diesel v0.2.1 |
| 3719 | 2025-08-12T21:03:30.219Z | Compiling polar-core v0.27.3 |
| 3720 | 2025-08-12T21:03:37.273Z | Checking oso v0.27.3 |
| 3721 | 2025-08-12T21:04:18.913Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3722 | 2025-08-12T21:04:52.253Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3723 | 2025-08-12T21:05:02.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 3724 | 2025-08-12T21:05:02.584Z | |
| 3725 | 2025-08-12T21:05:02.584Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/221) |
| 3726 | 2025-08-12T21:05:07.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2025-08-12T21:05:07.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2025-08-12T21:05:07.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3729 | 2025-08-12T21:05:07.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3730 | 2025-08-12T21:05:07.330Z | |
| 3731 | 2025-08-12T21:05:07.330Z | info: running `cargo check --bins` on nexus-saga-recovery (179/221) |
| 3732 | 2025-08-12T21:05:07.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2025-08-12T21:05:07.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2025-08-12T21:05:07.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3735 | 2025-08-12T21:05:07.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3736 | 2025-08-12T21:05:07.330Z | |
| 3737 | 2025-08-12T21:05:07.330Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/221) |
| 3738 | 2025-08-12T21:05:07.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2025-08-12T21:05:07.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2025-08-12T21:05:07.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2025-08-12T21:05:07.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3742 | 2025-08-12T21:05:07.353Z | |
| 3743 | 2025-08-12T21:05:07.353Z | info: running `cargo check --bins` on omicron-nexus (181/221) |
| 3744 | 2025-08-12T21:05:07.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2025-08-12T21:05:07.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2025-08-12T21:05:07.353Z | Compiling libz-sys v1.1.20 |
| 3747 | 2025-08-12T21:05:07.353Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3748 | 2025-08-12T21:05:07.353Z | Compiling vergen v8.3.2 |
| 3749 | 2025-08-12T21:05:07.354Z | Compiling cargo-platform v0.1.8 |
| 3750 | 2025-08-12T21:05:07.354Z | Compiling fs-err v2.11.0 |
| 3751 | 2025-08-12T21:05:07.354Z | Compiling rustls v0.21.12 |
| 3752 | 2025-08-12T21:05:07.354Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3753 | 2025-08-12T21:05:07.354Z | Checking sct v0.7.1 |
| 3754 | 2025-08-12T21:05:07.354Z | Checking rustls-webpki v0.101.7 |
| 3755 | 2025-08-12T21:05:07.354Z | Compiling cargo_metadata v0.18.1 |
| 3756 | 2025-08-12T21:05:07.354Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3757 | 2025-08-12T21:05:07.354Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3758 | 2025-08-12T21:05:07.354Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3759 | 2025-08-12T21:05:07.354Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3760 | 2025-08-12T21:05:07.354Z | Checking parse-size v1.1.0 |
| 3761 | 2025-08-12T21:05:07.354Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3762 | 2025-08-12T21:05:07.354Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 3763 | 2025-08-12T21:05:07.354Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3764 | 2025-08-12T21:05:07.368Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3765 | 2025-08-12T21:05:08.174Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3766 | 2025-08-12T21:05:08.369Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3767 | 2025-08-12T21:05:08.485Z | Checking rustls-pemfile v1.0.4 |
| 3768 | 2025-08-12T21:05:08.712Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3769 | 2025-08-12T21:05:08.947Z | Checking twox-hash v2.1.0 |
| 3770 | 2025-08-12T21:05:09.037Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3771 | 2025-08-12T21:05:09.073Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3772 | 2025-08-12T21:05:09.506Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3773 | 2025-08-12T21:05:09.951Z | Checking tokio-rustls v0.24.1 |
| 3774 | 2025-08-12T21:05:10.378Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3775 | 2025-08-12T21:05:11.006Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3776 | 2025-08-12T21:05:11.144Z | Checking fatfs v0.3.6 |
| 3777 | 2025-08-12T21:05:11.186Z | Checking assert_matches v1.5.0 |
| 3778 | 2025-08-12T21:05:16.892Z | Compiling git2 v0.19.0 |
| 3779 | 2025-08-12T21:05:17.233Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3780 | 2025-08-12T21:05:17.373Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3781 | 2025-08-12T21:05:20.886Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3782 | 2025-08-12T21:06:17.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 3783 | 2025-08-12T21:06:17.777Z | |
| 3784 | 2025-08-12T21:06:17.777Z | info: running `cargo check --bins` on nexus-background-task-interface (182/221) |
| 3785 | 2025-08-12T21:06:22.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2025-08-12T21:06:22.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2025-08-12T21:06:22.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3788 | 2025-08-12T21:06:22.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3789 | 2025-08-12T21:06:22.553Z | |
| 3790 | 2025-08-12T21:06:22.554Z | info: running `cargo check --bins` on nexus-external-api (183/221) |
| 3791 | 2025-08-12T21:06:22.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3792 | 2025-08-12T21:06:22.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3793 | 2025-08-12T21:06:22.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3794 | 2025-08-12T21:06:22.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3795 | 2025-08-12T21:06:22.555Z | |
| 3796 | 2025-08-12T21:06:22.555Z | info: running `cargo check --bins` on nexus-internal-api (184/221) |
| 3797 | 2025-08-12T21:06:22.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3798 | 2025-08-12T21:06:22.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3799 | 2025-08-12T21:06:22.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3800 | 2025-08-12T21:06:22.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3801 | 2025-08-12T21:06:22.612Z | |
| 3802 | 2025-08-12T21:06:22.612Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/221) |
| 3803 | 2025-08-12T21:06:22.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3804 | 2025-08-12T21:06:22.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3805 | 2025-08-12T21:06:22.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3806 | 2025-08-12T21:06:22.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3807 | 2025-08-12T21:06:22.612Z | |
| 3808 | 2025-08-12T21:06:22.612Z | info: running `cargo check --bins` on nexus-mgs-updates (186/221) |
| 3809 | 2025-08-12T21:06:22.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3810 | 2025-08-12T21:06:22.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3811 | 2025-08-12T21:06:22.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3812 | 2025-08-12T21:06:22.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3813 | 2025-08-12T21:06:22.612Z | |
| 3814 | 2025-08-12T21:06:22.613Z | info: running `cargo check --bins` on nexus-networking (187/221) |
| 3815 | 2025-08-12T21:06:22.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3816 | 2025-08-12T21:06:22.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3817 | 2025-08-12T21:06:22.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3818 | 2025-08-12T21:06:22.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3819 | 2025-08-12T21:06:22.736Z | |
| 3820 | 2025-08-12T21:06:22.736Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/221) |
| 3821 | 2025-08-12T21:06:23.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3822 | 2025-08-12T21:06:23.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3823 | 2025-08-12T21:06:23.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3824 | 2025-08-12T21:06:23.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3825 | 2025-08-12T21:06:23.589Z | |
| 3826 | 2025-08-12T21:06:23.589Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/221) |
| 3827 | 2025-08-12T21:06:24.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3828 | 2025-08-12T21:06:24.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3829 | 2025-08-12T21:06:24.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3830 | 2025-08-12T21:06:24.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3831 | 2025-08-12T21:06:24.437Z | |
| 3832 | 2025-08-12T21:06:24.437Z | info: running `cargo check --bins` on update-common (190/221) |
| 3833 | 2025-08-12T21:06:25.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3834 | 2025-08-12T21:06:25.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3835 | 2025-08-12T21:06:25.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3836 | 2025-08-12T21:06:25.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3837 | 2025-08-12T21:06:25.284Z | |
| 3838 | 2025-08-12T21:06:25.284Z | info: running `cargo check --bins` on omicron-dev (191/221) |
| 3839 | 2025-08-12T21:06:26.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3840 | 2025-08-12T21:06:26.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3841 | 2025-08-12T21:06:26.354Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3842 | 2025-08-12T21:06:26.363Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3843 | 2025-08-12T21:06:26.506Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3844 | 2025-08-12T21:06:26.509Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3845 | 2025-08-12T21:06:26.539Z | Checking yansi v1.0.1 |
| 3846 | 2025-08-12T21:06:26.543Z | Checking diff v0.1.13 |
| 3847 | 2025-08-12T21:06:26.543Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3848 | 2025-08-12T21:06:26.556Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3849 | 2025-08-12T21:06:27.002Z | Checking pretty_assertions v1.4.1 |
| 3850 | 2025-08-12T21:06:27.076Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3851 | 2025-08-12T21:06:27.709Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3852 | 2025-08-12T21:06:56.900Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3853 | 2025-08-12T21:06:56.905Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3854 | 2025-08-12T21:06:56.905Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3855 | 2025-08-12T21:06:56.905Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3856 | 2025-08-12T21:06:56.905Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3857 | 2025-08-12T21:06:56.905Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3858 | 2025-08-12T21:06:57.608Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3859 | 2025-08-12T21:06:57.954Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3860 | 2025-08-12T21:06:59.278Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3861 | 2025-08-12T21:07:47.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 3862 | 2025-08-12T21:07:47.375Z | |
| 3863 | 2025-08-12T21:07:47.375Z | info: running `cargo check --bins` on openapi-manager (192/221) |
| 3864 | 2025-08-12T21:07:48.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3865 | 2025-08-12T21:07:48.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3866 | 2025-08-12T21:07:48.267Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3867 | 2025-08-12T21:07:48.267Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3868 | 2025-08-12T21:07:48.270Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3869 | 2025-08-12T21:07:48.407Z | Checking heck v0.4.1 |
| 3870 | 2025-08-12T21:07:48.410Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3871 | 2025-08-12T21:07:48.626Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3872 | 2025-08-12T21:07:48.648Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3873 | 2025-08-12T21:07:49.524Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3874 | 2025-08-12T21:07:51.685Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3875 | 2025-08-12T21:07:53.270Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3876 | 2025-08-12T21:07:54.116Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3877 | 2025-08-12T21:07:55.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.25s |
| 3878 | 2025-08-12T21:07:55.848Z | |
| 3879 | 2025-08-12T21:07:55.848Z | info: running `cargo check --bins` on installinator-api (193/221) |
| 3880 | 2025-08-12T21:07:56.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2025-08-12T21:07:56.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2025-08-12T21:07:56.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2025-08-12T21:07:56.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3884 | 2025-08-12T21:07:56.641Z | |
| 3885 | 2025-08-12T21:07:56.641Z | info: running `cargo check --bins` on ntp-admin-api (194/221) |
| 3886 | 2025-08-12T21:07:57.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2025-08-12T21:07:57.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2025-08-12T21:07:57.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3889 | 2025-08-12T21:07:57.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3890 | 2025-08-12T21:07:57.409Z | |
| 3891 | 2025-08-12T21:07:57.409Z | info: running `cargo check --bins` on ntp-admin-types (195/221) |
| 3892 | 2025-08-12T21:07:58.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2025-08-12T21:07:58.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2025-08-12T21:07:58.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3895 | 2025-08-12T21:07:58.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3896 | 2025-08-12T21:07:58.188Z | |
| 3897 | 2025-08-12T21:07:58.188Z | info: running `cargo check --bins` on wicketd-api (196/221) |
| 3898 | 2025-08-12T21:07:58.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2025-08-12T21:07:58.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2025-08-12T21:07:58.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3901 | 2025-08-12T21:07:58.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3902 | 2025-08-12T21:07:58.980Z | |
| 3903 | 2025-08-12T21:07:58.980Z | info: running `cargo check --bins` on omicron-pins (197/221) |
| 3904 | 2025-08-12T21:07:59.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3905 | 2025-08-12T21:07:59.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3906 | 2025-08-12T21:07:59.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3907 | 2025-08-12T21:07:59.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3908 | 2025-08-12T21:07:59.714Z | |
| 3909 | 2025-08-12T21:07:59.715Z | info: running `cargo check --bins` on reconfigurator-cli (198/221) |
| 3910 | 2025-08-12T21:08:00.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3911 | 2025-08-12T21:08:00.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3912 | 2025-08-12T21:08:00.663Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3913 | 2025-08-12T21:08:00.800Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3914 | 2025-08-12T21:08:00.817Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3915 | 2025-08-12T21:08:00.829Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3916 | 2025-08-12T21:08:00.832Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3917 | 2025-08-12T21:08:00.832Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3918 | 2025-08-12T21:08:00.882Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3919 | 2025-08-12T21:08:00.885Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3920 | 2025-08-12T21:08:01.029Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3921 | 2025-08-12T21:08:01.083Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3922 | 2025-08-12T21:08:01.141Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3923 | 2025-08-12T21:08:01.316Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3924 | 2025-08-12T21:08:01.436Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3925 | 2025-08-12T21:08:01.540Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3926 | 2025-08-12T21:08:01.893Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3927 | 2025-08-12T21:08:01.918Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3928 | 2025-08-12T21:08:02.365Z | Compiling petname v2.0.2 |
| 3929 | 2025-08-12T21:08:02.934Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3930 | 2025-08-12T21:08:03.273Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3931 | 2025-08-12T21:08:03.526Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3932 | 2025-08-12T21:08:03.605Z | Checking sync-ptr v0.1.4 |
| 3933 | 2025-08-12T21:08:03.742Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3934 | 2025-08-12T21:08:03.817Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 3935 | 2025-08-12T21:08:03.839Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3936 | 2025-08-12T21:08:04.301Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3937 | 2025-08-12T21:08:05.689Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3938 | 2025-08-12T21:08:06.703Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3939 | 2025-08-12T21:08:06.706Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3940 | 2025-08-12T21:08:19.368Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3941 | 2025-08-12T21:08:19.372Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3942 | 2025-08-12T21:08:20.298Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3943 | 2025-08-12T21:08:22.155Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3944 | 2025-08-12T21:08:24.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.23s |
| 3945 | 2025-08-12T21:08:25.191Z | |
| 3946 | 2025-08-12T21:08:25.191Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/221) |
| 3947 | 2025-08-12T21:08:25.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2025-08-12T21:08:25.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2025-08-12T21:08:25.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2025-08-12T21:08:25.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3951 | 2025-08-12T21:08:26.024Z | |
| 3952 | 2025-08-12T21:08:26.024Z | info: running `cargo check --bins` on omicron-repl-utils (200/221) |
| 3953 | 2025-08-12T21:08:26.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2025-08-12T21:08:26.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2025-08-12T21:08:26.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2025-08-12T21:08:26.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3957 | 2025-08-12T21:08:26.757Z | |
| 3958 | 2025-08-12T21:08:26.757Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/221) |
| 3959 | 2025-08-12T21:08:27.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2025-08-12T21:08:27.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2025-08-12T21:08:27.638Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3962 | 2025-08-12T21:08:28.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
| 3963 | 2025-08-12T21:08:28.963Z | |
| 3964 | 2025-08-12T21:08:28.963Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/221) |
| 3965 | 2025-08-12T21:08:29.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2025-08-12T21:08:29.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2025-08-12T21:08:29.839Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3968 | 2025-08-12T21:08:30.272Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3969 | 2025-08-12T21:08:31.640Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3970 | 2025-08-12T21:08:32.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 3971 | 2025-08-12T21:08:32.578Z | |
| 3972 | 2025-08-12T21:08:32.578Z | info: running `cargo check --bins` on omicron-releng (203/221) |
| 3973 | 2025-08-12T21:08:33.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2025-08-12T21:08:33.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2025-08-12T21:08:33.394Z | Compiling blake3 v1.5.4 |
| 3976 | 2025-08-12T21:08:33.397Z | Checking memmap2 v0.9.5 |
| 3977 | 2025-08-12T21:08:33.514Z | Checking constant_time_eq v0.3.1 |
| 3978 | 2025-08-12T21:08:33.517Z | Checking arrayvec v0.7.6 |
| 3979 | 2025-08-12T21:08:33.517Z | Checking arrayref v0.3.9 |
| 3980 | 2025-08-12T21:08:33.522Z | Checking topological-sort v0.2.2 |
| 3981 | 2025-08-12T21:08:33.534Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3982 | 2025-08-12T21:08:33.544Z | Checking shell-words v1.1.0 |
| 3983 | 2025-08-12T21:08:34.658Z | Checking omicron-zone-package v0.12.2 |
| 3984 | 2025-08-12T21:08:35.798Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3985 | 2025-08-12T21:08:36.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
| 3986 | 2025-08-12T21:08:37.191Z | |
| 3987 | 2025-08-12T21:08:37.191Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/221) |
| 3988 | 2025-08-12T21:08:37.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3989 | 2025-08-12T21:08:37.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3990 | 2025-08-12T21:08:37.981Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3991 | 2025-08-12T21:08:38.371Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3992 | 2025-08-12T21:08:38.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 3993 | 2025-08-12T21:08:39.080Z | |
| 3994 | 2025-08-12T21:08:39.080Z | info: running `cargo check --bins` on xtask (205/221) |
| 3995 | 2025-08-12T21:08:39.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2025-08-12T21:08:39.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2025-08-12T21:08:39.649Z | Checking bitflags v2.9.1 |
| 3998 | 2025-08-12T21:08:39.652Z | Checking serde v1.0.219 |
| 3999 | 2025-08-12T21:08:39.752Z | Checking zerofrom v0.1.4 |
| 4000 | 2025-08-12T21:08:39.755Z | Checking hashbrown v0.15.4 |
| 4001 | 2025-08-12T21:08:39.755Z | Checking smallvec v1.15.1 |
| 4002 | 2025-08-12T21:08:39.777Z | Checking thiserror v1.0.69 |
| 4003 | 2025-08-12T21:08:39.787Z | Checking num-traits v0.2.19 |
| 4004 | 2025-08-12T21:08:39.787Z | Checking scroll v0.12.0 |
| 4005 | 2025-08-12T21:08:39.918Z | Checking percent-encoding v2.3.1 |
| 4006 | 2025-08-12T21:08:39.938Z | Checking yoke v0.7.4 |
| 4007 | 2025-08-12T21:08:39.987Z | Checking rustix v0.38.37 |
| 4008 | 2025-08-12T21:08:40.096Z | Checking log v0.4.27 |
| 4009 | 2025-08-12T21:08:40.135Z | Checking pest v2.7.14 |
| 4010 | 2025-08-12T21:08:40.236Z | Checking form_urlencoded v1.2.1 |
| 4011 | 2025-08-12T21:08:40.256Z | Checking zerovec v0.10.4 |
| 4012 | 2025-08-12T21:08:40.379Z | Checking goblin v0.8.2 |
| 4013 | 2025-08-12T21:08:40.451Z | Checking zerocopy v0.7.35 |
| 4014 | 2025-08-12T21:08:40.702Z | Checking indexmap v2.10.0 |
| 4015 | 2025-08-12T21:08:40.996Z | Checking terminal_size v0.4.0 |
| 4016 | 2025-08-12T21:08:41.185Z | Checking getrandom v0.3.1 |
| 4017 | 2025-08-12T21:08:41.290Z | Checking ordered-float v2.10.1 |
| 4018 | 2025-08-12T21:08:41.432Z | Checking thiserror v2.0.12 |
| 4019 | 2025-08-12T21:08:41.601Z | Checking syn v2.0.104 |
| 4020 | 2025-08-12T21:08:41.638Z | Checking rustix v1.0.7 |
| 4021 | 2025-08-12T21:08:41.721Z | Checking tinystr v0.7.6 |
| 4022 | 2025-08-12T21:08:41.808Z | Checking icu_collections v1.5.0 |
| 4023 | 2025-08-12T21:08:41.851Z | Checking once_cell v1.21.3 |
| 4024 | 2025-08-12T21:08:42.061Z | Checking icu_locid v1.5.0 |
| 4025 | 2025-08-12T21:08:42.172Z | Checking clap_builder v4.5.41 |
| 4026 | 2025-08-12T21:08:42.448Z | Checking textwrap v0.16.2 |
| 4027 | 2025-08-12T21:08:42.675Z | Checking dtrace-parser v0.2.0 |
| 4028 | 2025-08-12T21:08:42.872Z | Checking fs-err v3.1.1 |
| 4029 | 2025-08-12T21:08:43.095Z | Checking icu_provider v1.5.0 |
| 4030 | 2025-08-12T21:08:43.192Z | Checking tabled v0.15.0 |
| 4031 | 2025-08-12T21:08:43.209Z | Checking anyhow v1.0.98 |
| 4032 | 2025-08-12T21:08:43.232Z | Checking tempfile v3.20.0 |
| 4033 | 2025-08-12T21:08:43.605Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4034 | 2025-08-12T21:08:43.685Z | Checking icu_locid_transform v1.5.0 |
| 4035 | 2025-08-12T21:08:44.053Z | Checking serde_spanned v0.6.9 |
| 4036 | 2025-08-12T21:08:44.058Z | Checking toml_datetime v0.6.11 |
| 4037 | 2025-08-12T21:08:44.058Z | Checking serde_json v1.0.141 |
| 4038 | 2025-08-12T21:08:44.286Z | Checking erased-serde v0.4.6 |
| 4039 | 2025-08-12T21:08:44.420Z | Checking toml_edit v0.22.27 |
| 4040 | 2025-08-12T21:08:44.731Z | Checking icu_properties v1.5.1 |
| 4041 | 2025-08-12T21:08:44.954Z | Checking serde-value v0.7.0 |
| 4042 | 2025-08-12T21:08:45.123Z | Checking semver v1.0.26 |
| 4043 | 2025-08-12T21:08:45.178Z | Checking serde-untagged v0.1.7 |
| 4044 | 2025-08-12T21:08:45.390Z | Checking camino v1.1.10 |
| 4045 | 2025-08-12T21:08:45.533Z | Checking cargo-platform v0.2.0 |
| 4046 | 2025-08-12T21:08:45.537Z | Checking dof v0.3.0 |
| 4047 | 2025-08-12T21:08:45.564Z | Checking clap v4.5.41 |
| 4048 | 2025-08-12T21:08:45.680Z | Checking macaddr v1.0.1 |
| 4049 | 2025-08-12T21:08:45.937Z | Checking camino-tempfile v1.4.1 |
| 4050 | 2025-08-12T21:08:46.081Z | Checking usdt-impl v0.5.0 |
| 4051 | 2025-08-12T21:08:46.436Z | Checking usdt v0.5.0 |
| 4052 | 2025-08-12T21:08:46.712Z | Checking toml v0.8.23 |
| 4053 | 2025-08-12T21:08:47.159Z | Checking cargo_toml v0.21.0 |
| 4054 | 2025-08-12T21:08:47.331Z | Checking icu_normalizer v1.5.0 |
| 4055 | 2025-08-12T21:08:47.829Z | Checking idna_adapter v1.2.0 |
| 4056 | 2025-08-12T21:08:47.971Z | Checking idna v1.0.3 |
| 4057 | 2025-08-12T21:08:48.299Z | Checking url v2.5.4 |
| 4058 | 2025-08-12T21:08:48.787Z | Checking cargo-util-schemas v0.8.2 |
| 4059 | 2025-08-12T21:08:49.963Z | Checking cargo_metadata v0.21.0 |
| 4060 | 2025-08-12T21:08:51.019Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4061 | 2025-08-12T21:08:51.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.57s |
| 4062 | 2025-08-12T21:08:51.821Z | |
| 4063 | 2025-08-12T21:08:51.821Z | info: running `cargo check --bins` on end-to-end-tests (206/221) |
| 4064 | 2025-08-12T21:08:52.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4065 | 2025-08-12T21:08:52.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4066 | 2025-08-12T21:08:52.770Z | Checking polyval v0.6.2 |
| 4067 | 2025-08-12T21:08:52.902Z | Checking ctr v0.9.2 |
| 4068 | 2025-08-12T21:08:52.916Z | Checking ssh-encoding v0.2.0 |
| 4069 | 2025-08-12T21:08:52.919Z | Checking blowfish v0.9.1 |
| 4070 | 2025-08-12T21:08:52.945Z | Checking password-hash v0.4.2 |
| 4071 | 2025-08-12T21:08:52.963Z | Checking p256 v0.13.2 |
| 4072 | 2025-08-12T21:08:52.966Z | Checking p521 v0.13.3 |
| 4073 | 2025-08-12T21:08:53.000Z | Checking russh-cryptovec v0.7.3 |
| 4074 | 2025-08-12T21:08:53.141Z | Checking ghash v0.5.1 |
| 4075 | 2025-08-12T21:08:53.166Z | Checking bcrypt-pbkdf v0.10.0 |
| 4076 | 2025-08-12T21:08:53.170Z | Checking md5 v0.7.0 |
| 4077 | 2025-08-12T21:08:53.219Z | Checking num-bigint v0.4.6 |
| 4078 | 2025-08-12T21:08:53.240Z | Checking des v0.8.1 |
| 4079 | 2025-08-12T21:08:53.324Z | Checking aes-gcm v0.10.3 |
| 4080 | 2025-08-12T21:08:53.364Z | Checking pbkdf2 v0.11.0 |
| 4081 | 2025-08-12T21:08:53.415Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4082 | 2025-08-12T21:08:53.459Z | Checking hex-literal v0.4.1 |
| 4083 | 2025-08-12T21:08:53.482Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4084 | 2025-08-12T21:08:53.516Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4085 | 2025-08-12T21:08:53.567Z | Checking ssh-cipher v0.2.0 |
| 4086 | 2025-08-12T21:08:53.614Z | Checking internet-checksum v0.2.1 |
| 4087 | 2025-08-12T21:08:53.858Z | Checking ssh-key v0.6.6 |
| 4088 | 2025-08-12T21:08:54.128Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4089 | 2025-08-12T21:08:54.928Z | Checking russh-keys v0.45.0 |
| 4090 | 2025-08-12T21:08:55.784Z | Checking russh v0.45.0 |
| 4091 | 2025-08-12T21:09:16.289Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4092 | 2025-08-12T21:09:17.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.94s |
| 4093 | 2025-08-12T21:09:18.021Z | |
| 4094 | 2025-08-12T21:09:18.021Z | info: running `cargo check --bins` on gateway-cli (207/221) |
| 4095 | 2025-08-12T21:09:18.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4096 | 2025-08-12T21:09:18.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4097 | 2025-08-12T21:09:18.807Z | Checking termios v0.3.3 |
| 4098 | 2025-08-12T21:09:19.047Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4099 | 2025-08-12T21:09:19.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4100 | 2025-08-12T21:09:20.067Z | |
| 4101 | 2025-08-12T21:09:20.067Z | info: running `cargo check --bins --no-default-features` on installinator (208/221) |
| 4102 | 2025-08-12T21:09:20.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2025-08-12T21:09:20.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2025-08-12T21:09:20.922Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4105 | 2025-08-12T21:09:20.925Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4106 | 2025-08-12T21:09:21.790Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4107 | 2025-08-12T21:09:23.615Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4108 | 2025-08-12T21:09:25.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
| 4109 | 2025-08-12T21:09:25.979Z | |
| 4110 | 2025-08-12T21:09:25.979Z | info: running `cargo check --bins` on internal-dns-cli (209/221) |
| 4111 | 2025-08-12T21:09:26.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4112 | 2025-08-12T21:09:26.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4113 | 2025-08-12T21:09:26.760Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4114 | 2025-08-12T21:09:27.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4115 | 2025-08-12T21:09:27.521Z | |
| 4116 | 2025-08-12T21:09:27.521Z | info: running `cargo check --bins` on omicron-live-tests (210/221) |
| 4117 | 2025-08-12T21:09:28.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4118 | 2025-08-12T21:09:28.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4119 | 2025-08-12T21:09:28.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4120 | 2025-08-12T21:09:28.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 4121 | 2025-08-12T21:09:28.207Z | |
| 4122 | 2025-08-12T21:09:28.207Z | info: running `cargo check --bins` on live-tests-macros (211/221) |
| 4123 | 2025-08-12T21:09:28.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4124 | 2025-08-12T21:09:28.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4125 | 2025-08-12T21:09:28.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4126 | 2025-08-12T21:09:28.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 4127 | 2025-08-12T21:09:28.941Z | |
| 4128 | 2025-08-12T21:09:28.941Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/221) |
| 4129 | 2025-08-12T21:09:29.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4130 | 2025-08-12T21:09:29.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4131 | 2025-08-12T21:09:29.820Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4132 | 2025-08-12T21:09:30.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 4133 | 2025-08-12T21:09:30.769Z | |
| 4134 | 2025-08-12T21:09:30.769Z | info: running `cargo check --bins` on omicron-ntp-admin (213/221) |
| 4135 | 2025-08-12T21:09:31.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4136 | 2025-08-12T21:09:31.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4137 | 2025-08-12T21:09:31.559Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4138 | 2025-08-12T21:09:31.559Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4139 | 2025-08-12T21:09:31.867Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4140 | 2025-08-12T21:09:32.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
| 4141 | 2025-08-12T21:09:33.080Z | |
| 4142 | 2025-08-12T21:09:33.080Z | info: running `cargo check --bins` on omicron-package (214/221) |
| 4143 | 2025-08-12T21:09:33.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2025-08-12T21:09:33.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2025-08-12T21:09:33.890Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4146 | 2025-08-12T21:09:35.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
| 4147 | 2025-08-12T21:09:35.580Z | |
| 4148 | 2025-08-12T21:09:35.580Z | info: running `cargo check --bins` on trust-quorum (215/221) |
| 4149 | 2025-08-12T21:09:36.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2025-08-12T21:09:36.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2025-08-12T21:09:36.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2025-08-12T21:09:36.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4153 | 2025-08-12T21:09:36.383Z | |
| 4154 | 2025-08-12T21:09:36.383Z | info: running `cargo check --bins` on gfss (216/221) |
| 4155 | 2025-08-12T21:09:37.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2025-08-12T21:09:37.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2025-08-12T21:09:37.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4158 | 2025-08-12T21:09:37.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 4159 | 2025-08-12T21:09:37.120Z | |
| 4160 | 2025-08-12T21:09:37.120Z | info: running `cargo check --bins` on wicket-dbg (217/221) |
| 4161 | 2025-08-12T21:09:37.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2025-08-12T21:09:37.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2025-08-12T21:09:37.989Z | Checking rtoolbox v0.0.2 |
| 4164 | 2025-08-12T21:09:37.989Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4165 | 2025-08-12T21:09:37.992Z | Checking tui-tree-widget v0.23.1 |
| 4166 | 2025-08-12T21:09:38.254Z | Checking rpassword v7.4.0 |
| 4167 | 2025-08-12T21:09:42.873Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4168 | 2025-08-12T21:09:45.711Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4169 | 2025-08-12T21:09:46.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.81s |
| 4170 | 2025-08-12T21:09:47.167Z | |
| 4171 | 2025-08-12T21:09:47.167Z | info: running `cargo check --bins` on wicket (218/221) |
| 4172 | 2025-08-12T21:09:47.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4173 | 2025-08-12T21:09:47.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4174 | 2025-08-12T21:09:48.017Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4175 | 2025-08-12T21:09:48.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4176 | 2025-08-12T21:09:48.693Z | |
| 4177 | 2025-08-12T21:09:48.693Z | info: running `cargo check --bins` on wicketd (219/221) |
| 4178 | 2025-08-12T21:09:49.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4179 | 2025-08-12T21:09:49.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4180 | 2025-08-12T21:09:49.555Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4181 | 2025-08-12T21:09:53.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s |
| 4182 | 2025-08-12T21:09:53.825Z | |
| 4183 | 2025-08-12T21:09:53.825Z | info: running `cargo check --bins` on omicron-workspace-hack (220/221) |
| 4184 | 2025-08-12T21:09:54.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4185 | 2025-08-12T21:09:54.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4186 | 2025-08-12T21:09:54.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4187 | 2025-08-12T21:09:54.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 4188 | 2025-08-12T21:09:54.553Z | |
| 4189 | 2025-08-12T21:09:54.553Z | info: running `cargo check --bins` on zone-setup (221/221) |
| 4190 | 2025-08-12T21:09:55.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4191 | 2025-08-12T21:09:55.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4192 | 2025-08-12T21:09:55.362Z | Checking uzers v0.12.1 |
| 4193 | 2025-08-12T21:09:55.714Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4194 | 2025-08-12T21:09:56.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
| 4195 | 2025-08-12T21:09:56.990Z | |
| 4196 | 2025-08-12T21:09:56.994Z | real 15:41.396614992 |
| 4197 | 2025-08-12T21:09:56.994Z | user 31:26.694776511 |
| 4198 | 2025-08-12T21:09:56.994Z | sys 5:11.067666833 |
| 4199 | 2025-08-12T21:09:56.994Z | trap 0.638903292 |
| 4200 | 2025-08-12T21:09:56.994Z | tflt 0.618982899 |
| 4201 | 2025-08-12T21:09:56.994Z | dflt 1.566333469 |
| 4202 | 2025-08-12T21:09:56.994Z | kflt 0.000939009 |
| 4203 | 2025-08-12T21:09:56.994Z | lock 1:15:46.739299898 |
| 4204 | 2025-08-12T21:09:56.994Z | slp 2:33:16.225942163 |
| 4205 | 2025-08-12T21:09:56.994Z | lat 1:36.008955369 |
| 4206 | 2025-08-12T21:09:56.994Z | stop 4:59.284371289 |
| 4207 | 2025-08-12T21:09:56.994Z | process exited: duration 1244176 ms, exit code 0 |
| |
| 4208 | 2025-08-12T21:09:57.001Z | found 0 output files |