|
|
|
| 1 | 2026-01-23T16:24:32.733Z | job assigned to worker 01KFNTPE2WBZF84Q9N7DM5FCVR [factory aws, i-02d17b90044d1dedc] (queued for 55 s) |
| |
| 2 | 2026-01-23T16:24:40.977Z | starting task 0: "setup" |
| 3 | 2026-01-23T16:24:40.982Z | ++ uname -s |
| 4 | 2026-01-23T16:24:40.985Z | + kern=SunOS |
| 5 | 2026-01-23T16:24:40.985Z | + build_user=build |
| 6 | 2026-01-23T16:24:40.985Z | + build_uid=12345 |
| 7 | 2026-01-23T16:24:40.985Z | + work_dir=/work |
| 8 | 2026-01-23T16:24:40.985Z | + input_dir=/input |
| 9 | 2026-01-23T16:24:40.985Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-23T16:24:40.985Z | + case "$kern" in |
| 11 | 2026-01-23T16:24:40.985Z | + groupadd -g 12345 build |
| 12 | 2026-01-23T16:24:40.988Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-23T16:24:42.995Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-23T16:24:43.134Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-23T16:24:43.137Z | + home_fs=zfs |
| 16 | 2026-01-23T16:24:43.137Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-23T16:24:43.138Z | + mkdir -p /home/build |
| 18 | 2026-01-23T16:24:43.140Z | + chown build:build /home/build /work |
| 19 | 2026-01-23T16:24:45.142Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-23T16:24:45.145Z | process exited: duration 4169 ms, exit code 0 |
| |
| 21 | 2026-01-23T16:24:45.151Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-23T16:24:45.156Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-01-23T16:24:45.156Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-01-23T16:24:45.156Z | * rust toolchain profile = "default" |
| 25 | 2026-01-23T16:24:45.156Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-01-23T16:24:45.156Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-01-23T16:24:45.156Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-23T16:24:45.159Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-23T16:24:45.159Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-01-23T16:24:45.273Z | info: downloading installer |
| 31 | 2026-01-23T16:24:46.478Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-23T16:24:46.478Z | warn: /opt/ooce/bin |
| 33 | 2026-01-23T16:24:46.478Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-23T16:24:46.478Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-23T16:24:46.478Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-23T16:24:46.478Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-23T16:24:46.478Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-23T16:24:46.478Z | error: cannot install while Rust is installed |
| 39 | 2026-01-23T16:24:46.478Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-23T16:24:46.491Z | info: profile set to 'default' |
| 41 | 2026-01-23T16:24:46.491Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-23T16:24:46.495Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-01-23T16:24:46.658Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-01-23T16:24:46.658Z | info: downloading component 'cargo' |
| 45 | 2026-01-23T16:24:47.619Z | info: downloading component 'clippy' |
| 46 | 2026-01-23T16:24:47.955Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-23T16:24:49.418Z | info: downloading component 'rust-std' |
| 48 | 2026-01-23T16:24:51.602Z | info: downloading component 'rustc' |
| 49 | 2026-01-23T16:24:59.398Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-23T16:24:59.627Z | info: installing component 'cargo' |
| 51 | 2026-01-23T16:25:00.549Z | info: installing component 'clippy' |
| 52 | 2026-01-23T16:25:00.948Z | info: installing component 'rust-docs' |
| 53 | 2026-01-23T16:25:02.932Z | info: installing component 'rust-std' |
| 54 | 2026-01-23T16:25:04.745Z | info: installing component 'rustc' |
| 55 | 2026-01-23T16:25:11.695Z | info: installing component 'rustfmt' |
| 56 | 2026-01-23T16:25:12.037Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-01-23T16:25:12.037Z | |
| 58 | 2026-01-23T16:25:12.541Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-01-23T16:25:12.541Z | |
| 60 | 2026-01-23T16:25:12.544Z | |
| 61 | 2026-01-23T16:25:12.544Z | Rust is installed now. Great! |
| 62 | 2026-01-23T16:25:12.544Z | |
| 63 | 2026-01-23T16:25:12.544Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-23T16:25:12.544Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-23T16:25:12.544Z | |
| 66 | 2026-01-23T16:25:12.544Z | To configure your current shell, you need to source |
| 67 | 2026-01-23T16:25:12.544Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-23T16:25:12.544Z | |
| 69 | 2026-01-23T16:25:12.544Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-23T16:25:12.544Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-23T16:25:12.544Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-23T16:25:12.544Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-23T16:25:12.646Z | + rustup --version |
| 74 | 2026-01-23T16:25:12.658Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-23T16:25:12.661Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-23T16:25:12.748Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-01-23T16:25:12.752Z | + cargo --version |
| 78 | 2026-01-23T16:25:12.825Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-01-23T16:25:12.828Z | + rustc --version |
| 80 | 2026-01-23T16:25:12.908Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-01-23T16:25:12.912Z | process exited: duration 27755 ms, exit code 0 |
| |
| 82 | 2026-01-23T16:25:12.918Z | starting task 2: "authentication" |
| 83 | 2026-01-23T16:25:12.941Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-01-23T16:25:12.947Z | starting task 3: "clone repository" |
| 85 | 2026-01-23T16:25:12.952Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-01-23T16:25:12.955Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-01-23T16:25:12.997Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-01-23T16:25:27.251Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-01-23T16:25:27.255Z | + git fetch origin cf8c300cbb019d3a4119ab99d8a7eea0db9e6626 |
| 90 | 2026-01-23T16:25:27.589Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-01-23T16:25:27.589Z | * branch cf8c300cbb019d3a4119ab99d8a7eea0db9e6626 -> FETCH_HEAD |
| 92 | 2026-01-23T16:25:27.602Z | + [[ -n jmcarp/dev-configure-crdb-port ]] |
| 93 | 2026-01-23T16:25:27.605Z | ++ git branch --show-current |
| 94 | 2026-01-23T16:25:27.607Z | + current=main |
| 95 | 2026-01-23T16:25:27.607Z | + [[ main != jmcarp/dev-configure-crdb-port ]] |
| 96 | 2026-01-23T16:25:27.607Z | + git branch -f jmcarp/dev-configure-crdb-port cf8c300cbb019d3a4119ab99d8a7eea0db9e6626 |
| 97 | 2026-01-23T16:25:27.610Z | + git checkout -f jmcarp/dev-configure-crdb-port |
| 98 | 2026-01-23T16:25:28.065Z | Switched to branch 'jmcarp/dev-configure-crdb-port' |
| 99 | 2026-01-23T16:25:28.069Z | + git reset --hard cf8c300cbb019d3a4119ab99d8a7eea0db9e6626 |
| 100 | 2026-01-23T16:25:28.087Z | HEAD is now at cf8c300cb Optionally configure mgs and internal dns ports for omicron-dev. |
| 101 | 2026-01-23T16:25:28.090Z | process exited: duration 15138 ms, exit code 0 |
| |
| 102 | 2026-01-23T16:25:28.096Z | starting task 4: "build" |
| 103 | 2026-01-23T16:25:28.101Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-01-23T16:25:28.104Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-01-23T16:25:28.104Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-01-23T16:25:28.104Z | + cargo --version |
| 107 | 2026-01-23T16:25:28.164Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-01-23T16:25:28.167Z | + rustc --version |
| 109 | 2026-01-23T16:25:28.243Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-01-23T16:25:28.246Z | + source ./env.sh |
| 111 | 2026-01-23T16:25:28.246Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2026-01-23T16:25:28.246Z | ++ set -o xtrace |
| 113 | 2026-01-23T16:25:28.249Z | ++++ dirname ./env.sh |
| 114 | 2026-01-23T16:25:28.252Z | +++ readlink -f . |
| 115 | 2026-01-23T16:25:28.255Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2026-01-23T16:25:28.255Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-01-23T16:25:28.255Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-01-23T16:25:28.255Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 119 | 2026-01-23T16:25:28.255Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 120 | 2026-01-23T16:25:28.255Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 121 | 2026-01-23T16:25:28.255Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 122 | 2026-01-23T16:25:28.255Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 123 | 2026-01-23T16:25:28.255Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 124 | 2026-01-23T16:25:28.255Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2026-01-23T16:25:28.255Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2026-01-23T16:25:28.256Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 127 | 2026-01-23T16:25:28.256Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 128 | 2026-01-23T16:25:28.256Z | + banner prerequisites |
| 129 | 2026-01-23T16:25:28.259Z | |
| 130 | 2026-01-23T16:25:28.259Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2026-01-23T16:25:28.259Z | # # # # # # # # # # # # # # # |
| 132 | 2026-01-23T16:25:28.259Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2026-01-23T16:25:28.259Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2026-01-23T16:25:28.259Z | # # # # # # # # # # # # # # # |
| 135 | 2026-01-23T16:25:28.259Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2026-01-23T16:25:28.259Z | |
| 137 | 2026-01-23T16:25:28.259Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2026-01-23T16:25:39.629Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2026-01-23T16:25:49.582Z | Startup: Caching catalogs ... Done |
| 140 | 2026-01-23T16:26:09.271Z | Planning: Solver setup ... Done (18.250s) |
| 141 | 2026-01-23T16:26:09.417Z | Planning: Running solver ... Done (0.145s) |
| 142 | 2026-01-23T16:26:09.574Z | Planning: Finding local manifests ... Done (0.004s) |
| 143 | 2026-01-23T16:26:09.586Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2026-01-23T16:26:09.726Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2026-01-23T16:26:09.778Z | Planning: Package planning ... Done (0.053s) |
| 146 | 2026-01-23T16:26:09.829Z | Planning: Merging actions ... Done (0.051s) |
| 147 | 2026-01-23T16:26:10.124Z | Planning: Checking for conflicting actions ... Done (0.294s) |
| 148 | 2026-01-23T16:26:10.135Z | Planning: Consolidating action changes ... Done (0.011s) |
| 149 | 2026-01-23T16:26:11.186Z | Planning: Evaluating mediators ... Done (1.050s) |
| 150 | 2026-01-23T16:26:11.196Z | Planning: Planning completed in 21.46 seconds |
| 151 | 2026-01-23T16:26:11.213Z | Packages to install: 4 |
| 152 | 2026-01-23T16:26:11.213Z | Mediators to change: 2 |
| 153 | 2026-01-23T16:26:11.216Z | Services to change: 1 |
| 154 | 2026-01-23T16:26:11.216Z | Estimated space available: 155.44 GB |
| 155 | 2026-01-23T16:26:11.216Z | Estimated space to be consumed: 1.79 GB |
| 156 | 2026-01-23T16:26:11.216Z | Create boot environment: No |
| 157 | 2026-01-23T16:26:11.216Z | Create backup boot environment: No |
| 158 | 2026-01-23T16:26:11.216Z | Rebuild boot archive: No |
| 159 | 2026-01-23T16:26:11.216Z | |
| 160 | 2026-01-23T16:26:11.216Z | Changed mediators: |
| 161 | 2026-01-23T16:26:11.216Z | mediator clang: |
| 162 | 2026-01-23T16:26:11.216Z | version: None -> 15 (system default) |
| 163 | 2026-01-23T16:26:11.216Z | |
| 164 | 2026-01-23T16:26:11.216Z | mediator llvm: |
| 165 | 2026-01-23T16:26:11.216Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2026-01-23T16:26:11.216Z | |
| 167 | 2026-01-23T16:26:11.216Z | Changed packages: |
| 168 | 2026-01-23T16:26:11.216Z | helios-dev |
| 169 | 2026-01-23T16:26:11.216Z | developer/build-essential |
| 170 | 2026-01-23T16:26:11.216Z | None -> 11-2.0 |
| 171 | 2026-01-23T16:26:11.216Z | library/libxmlsec1 |
| 172 | 2026-01-23T16:26:11.216Z | None -> 1.2.35-2.0 |
| 173 | 2026-01-23T16:26:11.216Z | ooce/developer/clang-15 |
| 174 | 2026-01-23T16:26:11.216Z | None -> 15.0.7-2.0 |
| 175 | 2026-01-23T16:26:11.216Z | ooce/developer/llvm-15 |
| 176 | 2026-01-23T16:26:11.216Z | None -> 15.0.7-2.0 |
| 177 | 2026-01-23T16:26:11.216Z | |
| 178 | 2026-01-23T16:26:11.216Z | Services: |
| 179 | 2026-01-23T16:26:11.217Z | restart_fmri: |
| 180 | 2026-01-23T16:26:11.217Z | svc:/system/update-man-index:default |
| 181 | 2026-01-23T16:26:11.267Z | |
| 182 | 2026-01-23T16:26:11.267Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2026-01-23T16:26:16.268Z | Download: 1497/3290 items 117.2/212.6MB 55% complete (23.8M/s) |
| 184 | 2026-01-23T16:26:21.276Z | Download: 2454/3290 items 120.1/212.6MB 56% complete (12.3M/s) |
| 185 | 2026-01-23T16:26:24.016Z | Download: Completed 212.60 MB in 12.75 seconds (16.7M/s) |
| 186 | 2026-01-23T16:26:24.317Z | Actions: 1/3689 actions (Installing new actions) |
| 187 | 2026-01-23T16:26:28.921Z | Actions: Completed 3689 actions in 4.60 seconds. |
| 188 | 2026-01-23T16:26:29.669Z | Done (0.744s) |
| 189 | 2026-01-23T16:26:29.669Z | Done (0.000s) |
| 190 | 2026-01-23T16:26:30.732Z | Done (1.062s) |
| 191 | 2026-01-23T16:26:35.012Z | Done (3.911s) |
| 192 | 2026-01-23T16:26:35.100Z | Done (0.019s) |
| 193 | 2026-01-23T16:26:35.104Z | Done (0.000s) |
| 194 | 2026-01-23T16:26:35.246Z | Done (0.000s) |
| 195 | 2026-01-23T16:26:36.205Z | Planning: Evaluating mediator changes ... Done |
| 196 | 2026-01-23T16:26:36.368Z | Planning: Checking for conflicting actions ... Done |
| 197 | 2026-01-23T16:26:36.375Z | Planning: Consolidating action changes ... Done |
| 198 | 2026-01-23T16:26:36.642Z | Planning: Evaluating mediators ... Done |
| 199 | 2026-01-23T16:26:36.646Z | Planning: Planning completed in 0.45 seconds |
| 200 | 2026-01-23T16:26:36.676Z | Mediators to change: 2 |
| 201 | 2026-01-23T16:26:36.680Z | Create boot environment: No |
| 202 | 2026-01-23T16:26:36.680Z | Create backup boot environment: No |
| 203 | 2026-01-23T16:26:36.747Z | Done |
| 204 | 2026-01-23T16:26:36.748Z | Done |
| 205 | 2026-01-23T16:26:37.503Z | Done |
| 206 | 2026-01-23T16:26:41.162Z | Done |
| 207 | 2026-01-23T16:26:41.250Z | Done |
| 208 | 2026-01-23T16:26:41.253Z | Done |
| 209 | 2026-01-23T16:26:41.416Z | Done |
| 210 | 2026-01-23T16:26:42.073Z | Planning: Evaluating mediator changes ... Done |
| 211 | 2026-01-23T16:26:42.078Z | Planning: Merging actions ... Done |
| 212 | 2026-01-23T16:26:42.270Z | Planning: Checking for conflicting actions ... Done |
| 213 | 2026-01-23T16:26:42.279Z | Planning: Consolidating action changes ... Done |
| 214 | 2026-01-23T16:26:42.547Z | Planning: Evaluating mediators ... Done |
| 215 | 2026-01-23T16:26:42.606Z | Planning: Planning completed in 0.80 seconds |
| 216 | 2026-01-23T16:26:42.641Z | Packages to change: 1 |
| 217 | 2026-01-23T16:26:42.641Z | Mediators to change: 1 |
| 218 | 2026-01-23T16:26:42.644Z | Services to change: 1 |
| 219 | 2026-01-23T16:26:42.644Z | Create boot environment: No |
| 220 | 2026-01-23T16:26:42.644Z | Create backup boot environment: Yes |
| 221 | 2026-01-23T16:26:45.147Z | Actions: 1/6 actions (Updating modified actions) |
| 222 | 2026-01-23T16:26:45.150Z | Actions: Completed 6 actions in 0.00 seconds. |
| 223 | 2026-01-23T16:26:45.150Z | Done |
| 224 | 2026-01-23T16:26:45.150Z | Done |
| 225 | 2026-01-23T16:26:45.359Z | Done |
| 226 | 2026-01-23T16:26:49.208Z | Done |
| 227 | 2026-01-23T16:26:49.310Z | Done |
| 228 | 2026-01-23T16:26:49.313Z | Done |
| 229 | 2026-01-23T16:26:49.481Z | Done |
| 230 | 2026-01-23T16:26:49.934Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 231 | 2026-01-23T16:26:49.934Z | clang system 15 system |
| 232 | 2026-01-23T16:26:49.934Z | csh system system illumos |
| 233 | 2026-01-23T16:26:49.934Z | ctags system system illumos |
| 234 | 2026-01-23T16:26:49.934Z | file system system illumos |
| 235 | 2026-01-23T16:26:49.934Z | gcc vendor 12 vendor |
| 236 | 2026-01-23T16:26:49.934Z | gcc system 10 system |
| 237 | 2026-01-23T16:26:49.934Z | gcc system 7 system |
| 238 | 2026-01-23T16:26:49.934Z | go system 1.20 system |
| 239 | 2026-01-23T16:26:49.934Z | go system 1.19 system |
| 240 | 2026-01-23T16:26:49.934Z | llvm system 15 system |
| 241 | 2026-01-23T16:26:49.934Z | llvm system 14 system |
| 242 | 2026-01-23T16:26:49.934Z | mariadb system 10.6 system |
| 243 | 2026-01-23T16:26:49.934Z | mta vendor vendor dma |
| 244 | 2026-01-23T16:26:49.934Z | openjdk system 17 system |
| 245 | 2026-01-23T16:26:49.934Z | openjdk system 11 system |
| 246 | 2026-01-23T16:26:49.934Z | openjdk system 1.8 system |
| 247 | 2026-01-23T16:26:49.934Z | openssl vendor 3 vendor |
| 248 | 2026-01-23T16:26:49.934Z | perl system 5.36 system |
| 249 | 2026-01-23T16:26:49.934Z | postgresql system 15 system |
| 250 | 2026-01-23T16:26:49.934Z | postgresql system 13 system |
| 251 | 2026-01-23T16:26:49.934Z | python vendor 3 vendor |
| 252 | 2026-01-23T16:26:49.935Z | python system 2 system |
| 253 | 2026-01-23T16:26:49.935Z | python3 system 3.11 system |
| 254 | 2026-01-23T16:26:49.935Z | ruby system 3.0 system |
| 255 | 2026-01-23T16:26:49.935Z | words vendor vendor american-english |
| 256 | 2026-01-23T16:26:49.935Z | words system system australian-english |
| 257 | 2026-01-23T16:26:49.935Z | words system system british-english |
| 258 | 2026-01-23T16:26:49.935Z | words system system canadian-english |
| 259 | 2026-01-23T16:26:49.935Z | words system system french |
| 260 | 2026-01-23T16:26:49.935Z | words system system italian |
| 261 | 2026-01-23T16:26:49.935Z | words system system ngerman |
| 262 | 2026-01-23T16:26:49.935Z | words system system ogerman |
| 263 | 2026-01-23T16:26:49.935Z | words system system spanish |
| 264 | 2026-01-23T16:26:50.282Z | PUBLISHER TYPE STATUS P LOCATION |
| 265 | 2026-01-23T16:26:50.283Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 266 | 2026-01-23T16:26:56.529Z | FMRI IFO |
| 267 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 268 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 269 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 270 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 271 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 272 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 273 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 274 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 275 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 276 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 277 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 278 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 279 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 280 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 281 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 282 | 2026-01-23T16:26:56.529Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 283 | 2026-01-23T16:26:57.702Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 284 | 2026-01-23T16:26:57.980Z | Updating crates.io index |
| 285 | 2026-01-23T16:26:58.020Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 286 | 2026-01-23T16:26:58.322Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 287 | 2026-01-23T16:26:59.138Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 288 | 2026-01-23T16:26:59.739Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 289 | 2026-01-23T16:26:59.944Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 290 | 2026-01-23T16:27:00.382Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 291 | 2026-01-23T16:27:01.850Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 292 | 2026-01-23T16:27:05.580Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 293 | 2026-01-23T16:27:06.275Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 294 | 2026-01-23T16:27:06.566Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 295 | 2026-01-23T16:27:08.977Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 296 | 2026-01-23T16:27:09.572Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2026-01-23T16:27:10.375Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 298 | 2026-01-23T16:27:10.831Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 299 | 2026-01-23T16:27:11.183Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 300 | 2026-01-23T16:27:11.898Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 301 | 2026-01-23T16:27:12.338Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 302 | 2026-01-23T16:27:12.750Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2026-01-23T16:27:13.073Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 304 | 2026-01-23T16:27:13.578Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2026-01-23T16:27:13.799Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2026-01-23T16:27:14.032Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2026-01-23T16:27:14.305Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 308 | 2026-01-23T16:27:14.810Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 309 | 2026-01-23T16:27:15.387Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 310 | 2026-01-23T16:27:15.724Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 311 | 2026-01-23T16:27:16.069Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 312 | 2026-01-23T16:27:17.094Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 313 | 2026-01-23T16:27:17.933Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 314 | 2026-01-23T16:27:18.370Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 315 | 2026-01-23T16:27:18.641Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 316 | 2026-01-23T16:27:19.049Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 317 | 2026-01-23T16:27:19.365Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 318 | 2026-01-23T16:27:19.824Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 319 | 2026-01-23T16:27:20.092Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 320 | 2026-01-23T16:27:20.308Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 321 | 2026-01-23T16:27:45.273Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 322 | 2026-01-23T16:27:47.584Z | Downloading crates ... |
| 323 | 2026-01-23T16:27:47.638Z | Downloaded anstyle v1.0.11 |
| 324 | 2026-01-23T16:27:47.645Z | Downloaded autocfg v1.4.0 |
| 325 | 2026-01-23T16:27:47.648Z | Downloaded form_urlencoded v1.2.2 |
| 326 | 2026-01-23T16:27:47.648Z | Downloaded anyhow v1.0.99 |
| 327 | 2026-01-23T16:27:47.651Z | Downloaded fastrand v2.1.1 |
| 328 | 2026-01-23T16:27:47.654Z | Downloaded cargo-platform v0.2.0 |
| 329 | 2026-01-23T16:27:47.654Z | Downloaded dtrace-parser v0.2.0 |
| 330 | 2026-01-23T16:27:47.657Z | Downloaded anstyle-query v1.1.1 |
| 331 | 2026-01-23T16:27:47.657Z | Downloaded anstream v0.6.18 |
| 332 | 2026-01-23T16:27:47.660Z | Downloaded heck v0.4.1 |
| 333 | 2026-01-23T16:27:47.660Z | Downloaded digest v0.10.7 |
| 334 | 2026-01-23T16:27:47.662Z | Downloaded erased-serde v0.4.6 |
| 335 | 2026-01-23T16:27:47.666Z | Downloaded fnv v1.0.7 |
| 336 | 2026-01-23T16:27:47.666Z | Downloaded cargo_toml v0.21.0 |
| 337 | 2026-01-23T16:27:47.666Z | Downloaded zerovec-derive v0.10.3 |
| 338 | 2026-01-23T16:27:47.669Z | Downloaded tinystr v0.7.6 |
| 339 | 2026-01-23T16:27:47.669Z | Downloaded toml_datetime v0.6.11 |
| 340 | 2026-01-23T16:27:47.672Z | Downloaded cpufeatures v0.2.14 |
| 341 | 2026-01-23T16:27:47.672Z | Downloaded equivalent v1.0.2 |
| 342 | 2026-01-23T16:27:47.672Z | Downloaded clap_derive v4.5.47 |
| 343 | 2026-01-23T16:27:47.674Z | Downloaded cargo_metadata v0.21.0 |
| 344 | 2026-01-23T16:27:47.677Z | Downloaded utf8_iter v1.0.4 |
| 345 | 2026-01-23T16:27:47.677Z | Downloaded tabled_derive v0.7.0 |
| 346 | 2026-01-23T16:27:47.677Z | Downloaded percent-encoding v2.3.2 |
| 347 | 2026-01-23T16:27:47.680Z | Downloaded toml v0.8.23 |
| 348 | 2026-01-23T16:27:47.680Z | Downloaded textwrap v0.16.2 |
| 349 | 2026-01-23T16:27:47.683Z | Downloaded write16 v1.0.0 |
| 350 | 2026-01-23T16:27:47.686Z | Downloaded thread-id v4.2.2 |
| 351 | 2026-01-23T16:27:47.686Z | Downloaded itoa v1.0.11 |
| 352 | 2026-01-23T16:27:47.686Z | Downloaded version_check v0.9.5 |
| 353 | 2026-01-23T16:27:47.689Z | Downloaded usdt-macro v0.5.0 |
| 354 | 2026-01-23T16:27:47.689Z | Downloaded generic-array v0.14.7 |
| 355 | 2026-01-23T16:27:47.692Z | Downloaded zerofrom-derive v0.1.4 |
| 356 | 2026-01-23T16:27:47.692Z | Downloaded zerofrom v0.1.4 |
| 357 | 2026-01-23T16:27:47.692Z | Downloaded yoke-derive v0.7.4 |
| 358 | 2026-01-23T16:27:47.692Z | Downloaded utf8parse v0.2.2 |
| 359 | 2026-01-23T16:27:47.695Z | Downloaded usdt v0.5.0 |
| 360 | 2026-01-23T16:27:47.695Z | Downloaded cargo-util-schemas v0.8.2 |
| 361 | 2026-01-23T16:27:47.698Z | Downloaded toml_write v0.1.2 |
| 362 | 2026-01-23T16:27:47.698Z | Downloaded utf16_iter v1.0.5 |
| 363 | 2026-01-23T16:27:47.702Z | Downloaded writeable v0.5.5 |
| 364 | 2026-01-23T16:27:47.702Z | Downloaded usdt-impl v0.5.0 |
| 365 | 2026-01-23T16:27:47.702Z | Downloaded thiserror-impl v2.0.17 |
| 366 | 2026-01-23T16:27:47.705Z | Downloaded unicode-linebreak v0.1.5 |
| 367 | 2026-01-23T16:27:47.705Z | Downloaded typeid v1.0.3 |
| 368 | 2026-01-23T16:27:47.705Z | Downloaded unicode-xid v0.2.6 |
| 369 | 2026-01-23T16:27:47.708Z | Downloaded thiserror-impl v1.0.69 |
| 370 | 2026-01-23T16:27:47.709Z | Downloaded crypto-common v0.1.6 |
| 371 | 2026-01-23T16:27:47.709Z | Downloaded clap v4.5.48 |
| 372 | 2026-01-23T16:27:47.714Z | Downloaded usdt-attr-macro v0.5.0 |
| 373 | 2026-01-23T16:27:47.717Z | Downloaded plain v0.2.3 |
| 374 | 2026-01-23T16:27:47.717Z | Downloaded bytecount v0.6.8 |
| 375 | 2026-01-23T16:27:47.720Z | Downloaded zmij v1.0.15 |
| 376 | 2026-01-23T16:27:47.720Z | Downloaded ucd-trie v0.1.7 |
| 377 | 2026-01-23T16:27:47.723Z | Downloaded idna_adapter v1.2.0 |
| 378 | 2026-01-23T16:27:47.723Z | Downloaded pest_meta v2.8.2 |
| 379 | 2026-01-23T16:27:47.725Z | Downloaded macaddr v1.0.1 |
| 380 | 2026-01-23T16:27:47.725Z | Downloaded zerocopy-derive v0.7.35 |
| 381 | 2026-01-23T16:27:47.728Z | Downloaded url v2.5.4 |
| 382 | 2026-01-23T16:27:47.733Z | Downloaded scroll_derive v0.12.0 |
| 383 | 2026-01-23T16:27:47.733Z | Downloaded unicode-ident v1.0.19 |
| 384 | 2026-01-23T16:27:47.736Z | Downloaded typenum v1.17.0 |
| 385 | 2026-01-23T16:27:47.736Z | Downloaded serde_spanned v0.6.9 |
| 386 | 2026-01-23T16:27:47.739Z | Downloaded is_terminal_polyfill v1.70.1 |
| 387 | 2026-01-23T16:27:47.739Z | Downloaded yoke v0.7.4 |
| 388 | 2026-01-23T16:27:47.739Z | Downloaded icu_provider_macros v1.5.0 |
| 389 | 2026-01-23T16:27:47.742Z | Downloaded toml_edit v0.22.27 |
| 390 | 2026-01-23T16:27:47.745Z | Downloaded stable_deref_trait v1.2.0 |
| 391 | 2026-01-23T16:27:47.745Z | Downloaded smawk v0.3.2 |
| 392 | 2026-01-23T16:27:47.747Z | Downloaded proc-macro-error-attr v1.0.4 |
| 393 | 2026-01-23T16:27:47.747Z | Downloaded getrandom v0.3.4 |
| 394 | 2026-01-23T16:27:47.750Z | Downloaded serde-value v0.7.0 |
| 395 | 2026-01-23T16:27:47.750Z | Downloaded camino-tempfile v1.4.1 |
| 396 | 2026-01-23T16:27:47.753Z | Downloaded block-buffer v0.10.4 |
| 397 | 2026-01-23T16:27:47.753Z | Downloaded zerovec v0.10.4 |
| 398 | 2026-01-23T16:27:47.757Z | Downloaded zerocopy v0.7.35 |
| 399 | 2026-01-23T16:27:47.770Z | Downloaded synstructure v0.13.1 |
| 400 | 2026-01-23T16:27:47.773Z | Downloaded winnow v0.7.13 |
| 401 | 2026-01-23T16:27:47.778Z | Downloaded serde-untagged v0.1.7 |
| 402 | 2026-01-23T16:27:47.781Z | Downloaded semver v1.0.27 |
| 403 | 2026-01-23T16:27:47.784Z | Downloaded strsim v0.11.1 |
| 404 | 2026-01-23T16:27:47.784Z | Downloaded byteorder v1.5.0 |
| 405 | 2026-01-23T16:27:47.787Z | Downloaded unicode-width v0.2.0 |
| 406 | 2026-01-23T16:27:47.790Z | Downloaded unicode-width v0.1.14 |
| 407 | 2026-01-23T16:27:47.793Z | Downloaded sha2 v0.10.9 |
| 408 | 2026-01-23T16:27:47.796Z | Downloaded scroll v0.12.0 |
| 409 | 2026-01-23T16:27:47.800Z | Downloaded icu_locid_transform v1.5.0 |
| 410 | 2026-01-23T16:27:47.800Z | Downloaded proc-macro-error v1.0.4 |
| 411 | 2026-01-23T16:27:47.803Z | Downloaded litemap v0.7.3 |
| 412 | 2026-01-23T16:27:47.803Z | Downloaded icu_locid v1.5.0 |
| 413 | 2026-01-23T16:27:47.806Z | Downloaded displaydoc v0.2.5 |
| 414 | 2026-01-23T16:27:47.810Z | Downloaded serde_tokenstream v0.2.2 |
| 415 | 2026-01-23T16:27:47.813Z | Downloaded quote v1.0.40 |
| 416 | 2026-01-23T16:27:47.813Z | Downloaded ordered-float v2.10.1 |
| 417 | 2026-01-23T16:27:47.815Z | Downloaded once_cell v1.21.3 |
| 418 | 2026-01-23T16:27:47.815Z | Downloaded icu_locid_transform_data v1.5.0 |
| 419 | 2026-01-23T16:27:47.818Z | Downloaded pretty-hex v0.4.1 |
| 420 | 2026-01-23T16:27:47.818Z | Downloaded pest_generator v2.8.2 |
| 421 | 2026-01-23T16:27:47.818Z | Downloaded swrite v0.1.0 |
| 422 | 2026-01-23T16:27:47.821Z | Downloaded memmap v0.7.0 |
| 423 | 2026-01-23T16:27:47.821Z | Downloaded log v0.4.27 |
| 424 | 2026-01-23T16:27:47.824Z | Downloaded bitflags v2.9.4 |
| 425 | 2026-01-23T16:27:47.827Z | Downloaded fs-err v3.1.1 |
| 426 | 2026-01-23T16:27:47.827Z | Downloaded clap_lex v0.7.4 |
| 427 | 2026-01-23T16:27:47.830Z | Downloaded smallvec v1.15.1 |
| 428 | 2026-01-23T16:27:47.830Z | Downloaded anstyle-parse v0.2.5 |
| 429 | 2026-01-23T16:27:47.833Z | Downloaded dof v0.3.0 |
| 430 | 2026-01-23T16:27:47.833Z | Downloaded thiserror v1.0.69 |
| 431 | 2026-01-23T16:27:47.836Z | Downloaded tempfile v3.20.0 |
| 432 | 2026-01-23T16:27:47.839Z | Downloaded icu_properties v1.5.1 |
| 433 | 2026-01-23T16:27:47.843Z | Downloaded icu_normalizer_data v1.5.0 |
| 434 | 2026-01-23T16:27:47.843Z | Downloaded icu_normalizer v1.5.0 |
| 435 | 2026-01-23T16:27:47.845Z | Downloaded num-traits v0.2.19 |
| 436 | 2026-01-23T16:27:47.848Z | Downloaded serde_core v1.0.228 |
| 437 | 2026-01-23T16:27:47.851Z | Downloaded camino v1.2.1 |
| 438 | 2026-01-23T16:27:47.851Z | Downloaded icu_provider v1.5.0 |
| 439 | 2026-01-23T16:27:47.854Z | Downloaded terminal_size v0.4.0 |
| 440 | 2026-01-23T16:27:47.854Z | Downloaded errno v0.3.12 |
| 441 | 2026-01-23T16:27:47.857Z | Downloaded colorchoice v1.0.2 |
| 442 | 2026-01-23T16:27:47.858Z | Downloaded thiserror v2.0.17 |
| 443 | 2026-01-23T16:27:47.860Z | Downloaded papergrid v0.11.0 |
| 444 | 2026-01-23T16:27:47.864Z | Downloaded proc-macro2 v1.0.101 |
| 445 | 2026-01-23T16:27:47.867Z | Downloaded heck v0.5.0 |
| 446 | 2026-01-23T16:27:47.870Z | Downloaded serde_derive v1.0.228 |
| 447 | 2026-01-23T16:27:47.873Z | Downloaded memchr v2.7.4 |
| 448 | 2026-01-23T16:27:47.876Z | Downloaded pest_derive v2.8.2 |
| 449 | 2026-01-23T16:27:47.876Z | Downloaded icu_collections v1.5.0 |
| 450 | 2026-01-23T16:27:47.881Z | Downloaded serde v1.0.228 |
| 451 | 2026-01-23T16:27:47.884Z | Downloaded cfg-if v1.0.4 |
| 452 | 2026-01-23T16:27:47.892Z | Downloaded indexmap v2.12.1 |
| 453 | 2026-01-23T16:27:47.908Z | Downloaded pest v2.8.2 |
| 454 | 2026-01-23T16:27:47.912Z | Downloaded hashbrown v0.16.1 |
| 455 | 2026-01-23T16:27:47.933Z | Downloaded serde_json v1.0.149 |
| 456 | 2026-01-23T16:27:47.938Z | Downloaded goblin v0.8.2 |
| 457 | 2026-01-23T16:27:47.943Z | Downloaded idna v1.0.3 |
| 458 | 2026-01-23T16:27:47.946Z | Downloaded clap_builder v4.5.48 |
| 459 | 2026-01-23T16:27:47.951Z | Downloaded tabled v0.15.0 |
| 460 | 2026-01-23T16:27:47.964Z | Downloaded icu_properties_data v1.5.0 |
| 461 | 2026-01-23T16:27:47.978Z | Downloaded syn v1.0.109 |
| 462 | 2026-01-23T16:27:47.987Z | Downloaded syn v2.0.111 |
| 463 | 2026-01-23T16:27:47.996Z | Downloaded rustix v0.38.37 |
| 464 | 2026-01-23T16:27:48.015Z | Downloaded rustix v1.0.7 |
| 465 | 2026-01-23T16:27:48.049Z | Downloaded libc v0.2.174 |
| 466 | 2026-01-23T16:27:48.132Z | Compiling proc-macro2 v1.0.101 |
| 467 | 2026-01-23T16:27:48.135Z | Compiling unicode-ident v1.0.19 |
| 468 | 2026-01-23T16:27:48.135Z | Compiling serde_core v1.0.228 |
| 469 | 2026-01-23T16:27:48.135Z | Compiling version_check v0.9.5 |
| 470 | 2026-01-23T16:27:48.135Z | Compiling serde v1.0.228 |
| 471 | 2026-01-23T16:27:48.135Z | Compiling libc v0.2.174 |
| 472 | 2026-01-23T16:27:48.135Z | Compiling memchr v2.7.4 |
| 473 | 2026-01-23T16:27:48.363Z | Compiling thiserror v2.0.17 |
| 474 | 2026-01-23T16:27:48.673Z | Compiling stable_deref_trait v1.2.0 |
| 475 | 2026-01-23T16:27:48.856Z | Compiling zmij v1.0.15 |
| 476 | 2026-01-23T16:27:49.055Z | Compiling thiserror v1.0.69 |
| 477 | 2026-01-23T16:27:49.572Z | Compiling itoa v1.0.11 |
| 478 | 2026-01-23T16:27:49.645Z | Compiling ucd-trie v0.1.7 |
| 479 | 2026-01-23T16:27:49.818Z | Compiling writeable v0.5.5 |
| 480 | 2026-01-23T16:27:49.844Z | Compiling litemap v0.7.3 |
| 481 | 2026-01-23T16:27:49.908Z | Compiling autocfg v1.4.0 |
| 482 | 2026-01-23T16:27:50.287Z | Compiling byteorder v1.5.0 |
| 483 | 2026-01-23T16:27:50.413Z | Compiling bitflags v2.9.4 |
| 484 | 2026-01-23T16:27:50.469Z | Compiling icu_locid_transform_data v1.5.0 |
| 485 | 2026-01-23T16:27:50.604Z | Compiling quote v1.0.40 |
| 486 | 2026-01-23T16:27:50.772Z | Compiling errno v0.3.12 |
| 487 | 2026-01-23T16:27:50.864Z | Compiling serde_json v1.0.149 |
| 488 | 2026-01-23T16:27:51.035Z | Compiling syn v2.0.111 |
| 489 | 2026-01-23T16:27:51.218Z | Compiling icu_properties_data v1.5.0 |
| 490 | 2026-01-23T16:27:51.270Z | Compiling num-traits v0.2.19 |
| 491 | 2026-01-23T16:27:51.304Z | Compiling typeid v1.0.3 |
| 492 | 2026-01-23T16:27:51.455Z | Compiling smallvec v1.15.1 |
| 493 | 2026-01-23T16:27:51.483Z | Compiling equivalent v1.0.2 |
| 494 | 2026-01-23T16:27:51.607Z | Compiling utf8_iter v1.0.4 |
| 495 | 2026-01-23T16:27:51.712Z | Compiling icu_normalizer_data v1.5.0 |
| 496 | 2026-01-23T16:27:51.800Z | Compiling utf16_iter v1.0.5 |
| 497 | 2026-01-23T16:27:51.843Z | Compiling rustix v0.38.37 |
| 498 | 2026-01-23T16:27:51.868Z | Compiling write16 v1.0.0 |
| 499 | 2026-01-23T16:27:51.894Z | Compiling hashbrown v0.16.1 |
| 500 | 2026-01-23T16:27:52.113Z | Compiling usdt-impl v0.5.0 |
| 501 | 2026-01-23T16:27:52.344Z | Compiling proc-macro-error-attr v1.0.4 |
| 502 | 2026-01-23T16:27:52.534Z | Compiling toml_write v0.1.2 |
| 503 | 2026-01-23T16:27:52.665Z | Compiling syn v1.0.109 |
| 504 | 2026-01-23T16:27:52.707Z | Compiling winnow v0.7.13 |
| 505 | 2026-01-23T16:27:52.838Z | Compiling thread-id v4.2.2 |
| 506 | 2026-01-23T16:27:53.136Z | Compiling indexmap v2.12.1 |
| 507 | 2026-01-23T16:27:53.543Z | Compiling proc-macro-error v1.0.4 |
| 508 | 2026-01-23T16:27:54.055Z | Compiling percent-encoding v2.3.2 |
| 509 | 2026-01-23T16:27:54.290Z | Compiling utf8parse v0.2.2 |
| 510 | 2026-01-23T16:27:54.454Z | Compiling plain v0.2.3 |
| 511 | 2026-01-23T16:27:54.515Z | Compiling camino v1.2.1 |
| 512 | 2026-01-23T16:27:54.575Z | Compiling getrandom v0.3.4 |
| 513 | 2026-01-23T16:27:54.907Z | Compiling log v0.4.27 |
| 514 | 2026-01-23T16:27:54.966Z | Compiling rustix v1.0.7 |
| 515 | 2026-01-23T16:27:55.222Z | Compiling ordered-float v2.10.1 |
| 516 | 2026-01-23T16:27:55.287Z | Compiling anstyle-parse v0.2.5 |
| 517 | 2026-01-23T16:27:55.658Z | Compiling form_urlencoded v1.2.2 |
| 518 | 2026-01-23T16:27:55.793Z | Compiling terminal_size v0.4.0 |
| 519 | 2026-01-23T16:27:56.098Z | Compiling pretty-hex v0.4.1 |
| 520 | 2026-01-23T16:27:56.312Z | Compiling colorchoice v1.0.2 |
| 521 | 2026-01-23T16:27:56.340Z | Compiling is_terminal_polyfill v1.70.1 |
| 522 | 2026-01-23T16:27:56.398Z | Compiling cfg-if v1.0.4 |
| 523 | 2026-01-23T16:27:56.482Z | Compiling anstyle v1.0.11 |
| 524 | 2026-01-23T16:27:56.511Z | Compiling anstyle-query v1.1.1 |
| 525 | 2026-01-23T16:27:56.817Z | Compiling anstream v0.6.18 |
| 526 | 2026-01-23T16:27:56.866Z | Compiling semver v1.0.27 |
| 527 | 2026-01-23T16:27:57.085Z | Compiling fs-err v3.1.1 |
| 528 | 2026-01-23T16:27:57.485Z | Compiling unicode-xid v0.2.6 |
| 529 | 2026-01-23T16:27:57.514Z | Compiling bytecount v0.6.8 |
| 530 | 2026-01-23T16:27:57.565Z | Compiling synstructure v0.13.1 |
| 531 | 2026-01-23T16:27:57.592Z | Compiling unicode-width v0.1.14 |
| 532 | 2026-01-23T16:27:57.700Z | Compiling heck v0.5.0 |
| 533 | 2026-01-23T16:27:57.732Z | Compiling clap_lex v0.7.4 |
| 534 | 2026-01-23T16:27:58.170Z | Compiling strsim v0.11.1 |
| 535 | 2026-01-23T16:27:58.197Z | Compiling fastrand v2.1.1 |
| 536 | 2026-01-23T16:27:58.223Z | Compiling once_cell v1.21.3 |
| 537 | 2026-01-23T16:27:58.637Z | Compiling fnv v1.0.7 |
| 538 | 2026-01-23T16:27:58.805Z | Compiling anyhow v1.0.99 |
| 539 | 2026-01-23T16:27:58.832Z | Compiling heck v0.4.1 |
| 540 | 2026-01-23T16:27:58.878Z | Compiling papergrid v0.11.0 |
| 541 | 2026-01-23T16:27:58.923Z | Compiling tempfile v3.20.0 |
| 542 | 2026-01-23T16:27:59.297Z | Compiling clap_builder v4.5.48 |
| 543 | 2026-01-23T16:27:59.519Z | Compiling memmap v0.7.0 |
| 544 | 2026-01-23T16:27:59.759Z | Compiling unicode-width v0.2.0 |
| 545 | 2026-01-23T16:27:59.855Z | Compiling unicode-linebreak v0.1.5 |
| 546 | 2026-01-23T16:27:59.884Z | Compiling smawk v0.3.2 |
| 547 | 2026-01-23T16:28:00.282Z | Compiling textwrap v0.16.2 |
| 548 | 2026-01-23T16:28:00.903Z | Compiling camino-tempfile v1.4.1 |
| 549 | 2026-01-23T16:28:00.926Z | Compiling swrite v0.1.0 |
| 550 | 2026-01-23T16:28:01.088Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 551 | 2026-01-23T16:28:01.276Z | Compiling tabled_derive v0.7.0 |
| 552 | 2026-01-23T16:28:02.046Z | Compiling serde_derive v1.0.228 |
| 553 | 2026-01-23T16:28:02.046Z | Compiling zerofrom-derive v0.1.4 |
| 554 | 2026-01-23T16:28:02.095Z | Compiling yoke-derive v0.7.4 |
| 555 | 2026-01-23T16:28:02.098Z | Compiling thiserror-impl v2.0.17 |
| 556 | 2026-01-23T16:28:02.171Z | Compiling zerovec-derive v0.10.3 |
| 557 | 2026-01-23T16:28:02.723Z | Compiling displaydoc v0.2.5 |
| 558 | 2026-01-23T16:28:04.320Z | Compiling thiserror-impl v1.0.69 |
| 559 | 2026-01-23T16:28:04.640Z | Compiling icu_provider_macros v1.5.0 |
| 560 | 2026-01-23T16:28:04.762Z | Compiling zerocopy-derive v0.7.35 |
| 561 | 2026-01-23T16:28:05.431Z | Compiling zerofrom v0.1.4 |
| 562 | 2026-01-23T16:28:05.470Z | Compiling pest v2.8.2 |
| 563 | 2026-01-23T16:28:05.677Z | Compiling yoke v0.7.4 |
| 564 | 2026-01-23T16:28:05.706Z | Compiling scroll_derive v0.12.0 |
| 565 | 2026-01-23T16:28:06.081Z | Compiling zerovec v0.10.4 |
| 566 | 2026-01-23T16:28:06.722Z | Compiling zerocopy v0.7.35 |
| 567 | 2026-01-23T16:28:07.002Z | Compiling clap_derive v4.5.47 |
| 568 | 2026-01-23T16:28:07.083Z | Compiling scroll v0.12.0 |
| 569 | 2026-01-23T16:28:07.410Z | Compiling tabled v0.15.0 |
| 570 | 2026-01-23T16:28:07.632Z | Compiling goblin v0.8.2 |
| 571 | 2026-01-23T16:28:07.960Z | Compiling tinystr v0.7.6 |
| 572 | 2026-01-23T16:28:08.091Z | Compiling pest_meta v2.8.2 |
| 573 | 2026-01-23T16:28:08.149Z | Compiling icu_collections v1.5.0 |
| 574 | 2026-01-23T16:28:08.372Z | Compiling icu_locid v1.5.0 |
| 575 | 2026-01-23T16:28:09.544Z | Compiling pest_generator v2.8.2 |
| 576 | 2026-01-23T16:28:10.306Z | Compiling icu_provider v1.5.0 |
| 577 | 2026-01-23T16:28:10.445Z | Compiling toml_datetime v0.6.11 |
| 578 | 2026-01-23T16:28:10.643Z | Compiling serde_spanned v0.6.9 |
| 579 | 2026-01-23T16:28:10.819Z | Compiling dof v0.3.0 |
| 580 | 2026-01-23T16:28:10.909Z | Compiling toml_edit v0.22.27 |
| 581 | 2026-01-23T16:28:10.991Z | Compiling icu_locid_transform v1.5.0 |
| 582 | 2026-01-23T16:28:11.266Z | Compiling serde_tokenstream v0.2.2 |
| 583 | 2026-01-23T16:28:11.339Z | Compiling erased-serde v0.4.6 |
| 584 | 2026-01-23T16:28:11.723Z | Compiling serde-value v0.7.0 |
| 585 | 2026-01-23T16:28:11.887Z | Compiling cargo-platform v0.2.0 |
| 586 | 2026-01-23T16:28:12.445Z | Compiling icu_properties v1.5.1 |
| 587 | 2026-01-23T16:28:12.502Z | Compiling serde-untagged v0.1.7 |
| 588 | 2026-01-23T16:28:12.528Z | Compiling clap v4.5.48 |
| 589 | 2026-01-23T16:28:12.607Z | Compiling pest_derive v2.8.2 |
| 590 | 2026-01-23T16:28:12.665Z | Compiling macaddr v1.0.1 |
| 591 | 2026-01-23T16:28:13.338Z | Compiling dtrace-parser v0.2.0 |
| 592 | 2026-01-23T16:28:14.485Z | Compiling toml v0.8.23 |
| 593 | 2026-01-23T16:28:15.260Z | Compiling usdt-attr-macro v0.5.0 |
| 594 | 2026-01-23T16:28:15.260Z | Compiling usdt-macro v0.5.0 |
| 595 | 2026-01-23T16:28:15.404Z | Compiling cargo_toml v0.21.0 |
| 596 | 2026-01-23T16:28:16.122Z | Compiling icu_normalizer v1.5.0 |
| 597 | 2026-01-23T16:28:16.467Z | Compiling usdt v0.5.0 |
| 598 | 2026-01-23T16:28:16.782Z | Compiling idna_adapter v1.2.0 |
| 599 | 2026-01-23T16:28:16.952Z | Compiling idna v1.0.3 |
| 600 | 2026-01-23T16:28:17.371Z | Compiling url v2.5.4 |
| 601 | 2026-01-23T16:28:18.168Z | Compiling cargo-util-schemas v0.8.2 |
| 602 | 2026-01-23T16:28:19.617Z | Compiling cargo_metadata v0.21.0 |
| 603 | 2026-01-23T16:28:21.220Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 604 | 2026-01-23T16:28:24.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 605 | 2026-01-23T16:28:25.038Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 606 | 2026-01-23T16:28:25.793Z | Downloading crates ... |
| 607 | 2026-01-23T16:28:25.933Z | Downloaded argon2 v0.5.3 |
| 608 | 2026-01-23T16:28:25.938Z | Downloaded arc-swap v1.7.1 |
| 609 | 2026-01-23T16:28:25.943Z | Downloaded addr2line v0.24.2 |
| 610 | 2026-01-23T16:28:25.953Z | Downloaded crossbeam-deque v0.8.5 |
| 611 | 2026-01-23T16:28:25.958Z | Downloaded atty v0.2.14 |
| 612 | 2026-01-23T16:28:25.963Z | Downloaded base64ct v1.6.0 |
| 613 | 2026-01-23T16:28:25.969Z | Downloaded der_derive v0.7.3 |
| 614 | 2026-01-23T16:28:25.974Z | Downloaded endian-type v0.1.2 |
| 615 | 2026-01-23T16:28:25.977Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 616 | 2026-01-23T16:28:25.981Z | Downloaded defmt-parser v0.3.4 |
| 617 | 2026-01-23T16:28:25.985Z | Downloaded embedded-io v0.6.1 |
| 618 | 2026-01-23T16:28:25.990Z | Downloaded deranged v0.5.3 |
| 619 | 2026-01-23T16:28:25.995Z | Downloaded foreign-types-shared v0.1.1 |
| 620 | 2026-01-23T16:28:25.999Z | Downloaded defmt-macros v0.3.9 |
| 621 | 2026-01-23T16:28:26.006Z | Downloaded env_filter v0.1.2 |
| 622 | 2026-01-23T16:28:26.012Z | Downloaded flagset v0.4.6 |
| 623 | 2026-01-23T16:28:26.017Z | Downloaded fd-lock v4.0.2 |
| 624 | 2026-01-23T16:28:26.023Z | Downloaded float-cmp v0.10.0 |
| 625 | 2026-01-23T16:28:26.027Z | Downloaded fallible-iterator v0.2.0 |
| 626 | 2026-01-23T16:28:26.031Z | Downloaded crc8 v0.1.1 |
| 627 | 2026-01-23T16:28:26.035Z | Downloaded foreign-types-shared v0.3.1 |
| 628 | 2026-01-23T16:28:26.041Z | Downloaded crc v3.2.1 |
| 629 | 2026-01-23T16:28:26.044Z | Downloaded futures-task v0.3.31 |
| 630 | 2026-01-23T16:28:26.048Z | Downloaded foreign-types v0.5.0 |
| 631 | 2026-01-23T16:28:26.052Z | Downloaded either v1.15.0 |
| 632 | 2026-01-23T16:28:26.057Z | Downloaded cfg_aliases v0.2.1 |
| 633 | 2026-01-23T16:28:26.061Z | Downloaded const_format_proc_macros v0.2.34 |
| 634 | 2026-01-23T16:28:26.066Z | Downloaded futures-io v0.3.31 |
| 635 | 2026-01-23T16:28:26.070Z | Downloaded globwalk v0.9.1 |
| 636 | 2026-01-23T16:28:26.074Z | Downloaded fxhash v0.2.1 |
| 637 | 2026-01-23T16:28:26.078Z | Downloaded hash32 v0.2.1 |
| 638 | 2026-01-23T16:28:26.082Z | Downloaded ff v0.13.0 |
| 639 | 2026-01-23T16:28:26.087Z | Downloaded headers-core v0.3.0 |
| 640 | 2026-01-23T16:28:26.090Z | Downloaded hex-literal v0.4.1 |
| 641 | 2026-01-23T16:28:26.094Z | Downloaded hex v0.4.3 |
| 642 | 2026-01-23T16:28:26.099Z | Downloaded fs_extra v1.3.0 |
| 643 | 2026-01-23T16:28:26.104Z | Downloaded cexpr v0.6.0 |
| 644 | 2026-01-23T16:28:26.109Z | Downloaded hostname v0.3.1 |
| 645 | 2026-01-23T16:28:26.126Z | Downloaded instant v0.1.13 |
| 646 | 2026-01-23T16:28:26.129Z | Downloaded backoff v0.4.0 |
| 647 | 2026-01-23T16:28:26.135Z | Downloaded instability v0.3.2 |
| 648 | 2026-01-23T16:28:26.138Z | Downloaded inout v0.1.3 |
| 649 | 2026-01-23T16:28:26.142Z | Downloaded is_ci v1.2.0 |
| 650 | 2026-01-23T16:28:26.146Z | Downloaded internet-checksum v0.2.1 |
| 651 | 2026-01-23T16:28:26.149Z | Downloaded indoc v1.0.9 |
| 652 | 2026-01-23T16:28:26.154Z | Downloaded console v0.15.10 |
| 653 | 2026-01-23T16:28:26.160Z | Downloaded lazycell v1.3.0 |
| 654 | 2026-01-23T16:28:26.164Z | Downloaded diff v0.1.13 |
| 655 | 2026-01-23T16:28:26.169Z | Downloaded lalrpop-util v0.19.12 |
| 656 | 2026-01-23T16:28:26.172Z | Downloaded aho-corasick v1.1.3 |
| 657 | 2026-01-23T16:28:26.179Z | Downloaded linked-hash-map v0.5.6 |
| 658 | 2026-01-23T16:28:26.183Z | Downloaded lzss v0.8.2 |
| 659 | 2026-01-23T16:28:26.188Z | Downloaded getrandom v0.2.15 |
| 660 | 2026-01-23T16:28:26.192Z | Downloaded managed v0.8.0 |
| 661 | 2026-01-23T16:28:26.196Z | Downloaded md-5 v0.10.6 |
| 662 | 2026-01-23T16:28:26.199Z | Downloaded maybe-uninit v2.0.0 |
| 663 | 2026-01-23T16:28:26.203Z | Downloaded newline-converter v0.3.0 |
| 664 | 2026-01-23T16:28:26.207Z | Downloaded mime v0.3.17 |
| 665 | 2026-01-23T16:28:26.211Z | Downloaded crc-any v2.5.0 |
| 666 | 2026-01-23T16:28:26.214Z | Downloaded clang-sys v1.8.1 |
| 667 | 2026-01-23T16:28:26.221Z | Downloaded newtype-uuid-macros v0.1.0 |
| 668 | 2026-01-23T16:28:26.224Z | Downloaded nodrop v0.1.14 |
| 669 | 2026-01-23T16:28:26.226Z | Downloaded num-derive v0.4.2 |
| 670 | 2026-01-23T16:28:26.229Z | Downloaded num v0.4.3 |
| 671 | 2026-01-23T16:28:26.232Z | Downloaded hmac v0.12.1 |
| 672 | 2026-01-23T16:28:26.236Z | Downloaded number_prefix v0.4.0 |
| 673 | 2026-01-23T16:28:26.239Z | Downloaded olpc-cjson v0.1.4 |
| 674 | 2026-01-23T16:28:26.243Z | Downloaded oso-derive v0.27.3 |
| 675 | 2026-01-23T16:28:26.245Z | Downloaded flume v0.11.1 |
| 676 | 2026-01-23T16:28:26.252Z | Downloaded lru-cache v0.1.2 |
| 677 | 2026-01-23T16:28:26.255Z | Downloaded lock_api v0.4.12 |
| 678 | 2026-01-23T16:28:26.258Z | Downloaded packed_struct_codegen v0.10.1 |
| 679 | 2026-01-23T16:28:26.260Z | Downloaded ingot-macros v0.1.1 |
| 680 | 2026-01-23T16:28:26.264Z | Downloaded compact_str v0.8.0 |
| 681 | 2026-01-23T16:28:26.269Z | Downloaded parse-size v1.1.0 |
| 682 | 2026-01-23T16:28:26.272Z | Downloaded crypto-bigint v0.5.5 |
| 683 | 2026-01-23T16:28:26.280Z | Downloaded peg-runtime v0.8.5 |
| 684 | 2026-01-23T16:28:26.283Z | Downloaded indexmap v1.9.3 |
| 685 | 2026-01-23T16:28:26.288Z | Downloaded ignore v0.4.23 |
| 686 | 2026-01-23T16:28:26.292Z | Downloaded parse-display v0.10.0 |
| 687 | 2026-01-23T16:28:26.295Z | Downloaded phf_shared v0.11.2 |
| 688 | 2026-01-23T16:28:26.297Z | Downloaded phf_shared v0.12.1 |
| 689 | 2026-01-23T16:28:26.300Z | Downloaded num_threads v0.1.7 |
| 690 | 2026-01-23T16:28:26.304Z | Downloaded precomputed-hash v0.1.1 |
| 691 | 2026-01-23T16:28:26.307Z | Downloaded num-complex v0.4.6 |
| 692 | 2026-01-23T16:28:26.309Z | Downloaded num-integer v0.1.46 |
| 693 | 2026-01-23T16:28:26.312Z | Downloaded pin-utils v0.1.0 |
| 694 | 2026-01-23T16:28:26.315Z | Downloaded heapless v0.8.0 |
| 695 | 2026-01-23T16:28:26.321Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 696 | 2026-01-23T16:28:26.324Z | Downloaded proc-macro-crate v1.3.1 |
| 697 | 2026-01-23T16:28:26.327Z | Downloaded pretty-hex v0.2.1 |
| 698 | 2026-01-23T16:28:26.330Z | Downloaded backtrace v0.3.74 |
| 699 | 2026-01-23T16:28:26.335Z | Downloaded progenitor-macro v0.10.0 |
| 700 | 2026-01-23T16:28:26.338Z | Downloaded progenitor-macro v0.11.2 |
| 701 | 2026-01-23T16:28:26.340Z | Downloaded quick-error v1.2.3 |
| 702 | 2026-01-23T16:28:26.343Z | Downloaded psl-types v2.0.11 |
| 703 | 2026-01-23T16:28:26.346Z | Downloaded phf v0.11.2 |
| 704 | 2026-01-23T16:28:26.349Z | Downloaded peg v0.8.5 |
| 705 | 2026-01-23T16:28:26.354Z | Downloaded headers v0.4.1 |
| 706 | 2026-01-23T16:28:26.362Z | Downloaded ref-cast v1.0.25 |
| 707 | 2026-01-23T16:28:26.366Z | Downloaded ref-cast-impl v1.0.25 |
| 708 | 2026-01-23T16:28:26.369Z | Downloaded rand_chacha v0.3.1 |
| 709 | 2026-01-23T16:28:26.372Z | Downloaded indicatif v0.18.0 |
| 710 | 2026-01-23T16:28:26.377Z | Downloaded rand_xorshift v0.4.0 |
| 711 | 2026-01-23T16:28:26.380Z | Downloaded crossbeam-channel v0.5.15 |
| 712 | 2026-01-23T16:28:26.386Z | Downloaded rfc6979 v0.4.0 |
| 713 | 2026-01-23T16:28:26.389Z | Downloaded pkg-config v0.3.31 |
| 714 | 2026-01-23T16:28:26.392Z | Downloaded jiff-static v0.2.15 |
| 715 | 2026-01-23T16:28:26.396Z | Downloaded russh-cryptovec v0.7.3 |
| 716 | 2026-01-23T16:28:26.399Z | Downloaded postgres-protocol v0.6.8 |
| 717 | 2026-01-23T16:28:26.402Z | Downloaded ed25519-dalek v2.1.1 |
| 718 | 2026-01-23T16:28:26.406Z | Downloaded rand_core v0.6.4 |
| 719 | 2026-01-23T16:28:26.409Z | Downloaded proc-macro-error2 v2.0.1 |
| 720 | 2026-01-23T16:28:26.414Z | Downloaded rtoolbox v0.0.2 |
| 721 | 2026-01-23T16:28:26.416Z | Downloaded rustc_version v0.4.1 |
| 722 | 2026-01-23T16:28:26.419Z | Downloaded salsa20 v0.10.2 |
| 723 | 2026-01-23T16:28:26.422Z | Downloaded same-file v1.0.6 |
| 724 | 2026-01-23T16:28:26.425Z | Downloaded rustc_version v0.1.7 |
| 725 | 2026-01-23T16:28:26.428Z | Downloaded hickory-resolver v0.25.2 |
| 726 | 2026-01-23T16:28:26.433Z | Downloaded rustc-hash v2.1.1 |
| 727 | 2026-01-23T16:28:26.436Z | Downloaded scroll_derive v0.13.1 |
| 728 | 2026-01-23T16:28:26.438Z | Downloaded quinn-udp v0.5.5 |
| 729 | 2026-01-23T16:28:26.441Z | Downloaded serde-big-array v0.5.1 |
| 730 | 2026-01-23T16:28:26.444Z | Downloaded scrypt v0.11.0 |
| 731 | 2026-01-23T16:28:26.447Z | Downloaded secrecy v0.10.3 |
| 732 | 2026-01-23T16:28:26.450Z | Downloaded secrecy v0.8.0 |
| 733 | 2026-01-23T16:28:26.453Z | Downloaded parking_lot v0.12.3 |
| 734 | 2026-01-23T16:28:26.456Z | Downloaded seq-macro v0.3.6 |
| 735 | 2026-01-23T16:28:26.459Z | Downloaded rustc-demangle v0.1.24 |
| 736 | 2026-01-23T16:28:26.463Z | Downloaded sha1 v0.10.6 |
| 737 | 2026-01-23T16:28:26.467Z | Downloaded shell-words v1.1.0 |
| 738 | 2026-01-23T16:28:26.470Z | Downloaded serde_bytes v0.11.19 |
| 739 | 2026-01-23T16:28:26.470Z | Downloaded signature v2.2.0 |
| 740 | 2026-01-23T16:28:26.473Z | Downloaded signal-hook-mio v0.2.4 |
| 741 | 2026-01-23T16:28:26.475Z | Downloaded papergrid v0.17.0 |
| 742 | 2026-01-23T16:28:26.483Z | Downloaded sigpipe v0.1.3 |
| 743 | 2026-01-23T16:28:26.485Z | Downloaded signal-hook-tokio v0.3.1 |
| 744 | 2026-01-23T16:28:26.486Z | Downloaded rusty-fork v0.3.0 |
| 745 | 2026-01-23T16:28:26.488Z | Downloaded rustversion v1.0.22 |
| 746 | 2026-01-23T16:28:26.491Z | Downloaded siphasher v1.0.1 |
| 747 | 2026-01-23T16:28:26.494Z | Downloaded siphasher v0.3.11 |
| 748 | 2026-01-23T16:28:26.497Z | Downloaded schemars_derive v0.8.22 |
| 749 | 2026-01-23T16:28:26.499Z | Downloaded primeorder v0.13.6 |
| 750 | 2026-01-23T16:28:26.502Z | Downloaded prefix-trie v0.7.0 |
| 751 | 2026-01-23T16:28:26.505Z | Downloaded slog-bunyan v2.5.0 |
| 752 | 2026-01-23T16:28:26.508Z | Downloaded scroll v0.13.0 |
| 753 | 2026-01-23T16:28:26.511Z | Downloaded slog-envlogger v2.2.0 |
| 754 | 2026-01-23T16:28:26.514Z | Downloaded bindgen v0.71.1 |
| 755 | 2026-01-23T16:28:26.521Z | Downloaded signal-hook-registry v1.4.2 |
| 756 | 2026-01-23T16:28:26.523Z | Downloaded http v1.4.0 |
| 757 | 2026-01-23T16:28:26.527Z | Downloaded serde_repr v0.1.19 |
| 758 | 2026-01-23T16:28:26.532Z | Downloaded serde_path_to_error v0.1.20 |
| 759 | 2026-01-23T16:28:26.535Z | Downloaded serde_derive_internals v0.29.1 |
| 760 | 2026-01-23T16:28:26.538Z | Downloaded ssh-cipher v0.2.0 |
| 761 | 2026-01-23T16:28:26.538Z | Downloaded rcgen v0.12.1 |
| 762 | 2026-01-23T16:28:26.541Z | Downloaded progenitor-impl v0.11.2 |
| 763 | 2026-01-23T16:28:26.545Z | Downloaded structmeta v0.3.0 |
| 764 | 2026-01-23T16:28:26.548Z | Downloaded ssh-encoding v0.2.0 |
| 765 | 2026-01-23T16:28:26.550Z | Downloaded slog-async v2.8.0 |
| 766 | 2026-01-23T16:28:26.553Z | Downloaded tabled_derive v0.11.0 |
| 767 | 2026-01-23T16:28:26.556Z | Downloaded strum v0.27.2 |
| 768 | 2026-01-23T16:28:26.556Z | Downloaded slab v0.4.9 |
| 769 | 2026-01-23T16:28:26.558Z | Downloaded tabwriter v1.4.0 |
| 770 | 2026-01-23T16:28:26.561Z | Downloaded sync_wrapper v1.0.1 |
| 771 | 2026-01-23T16:28:26.561Z | Downloaded sync-ptr v0.1.4 |
| 772 | 2026-01-23T16:28:26.564Z | Downloaded supports-color v3.0.2 |
| 773 | 2026-01-23T16:28:26.568Z | Downloaded pretty_assertions v1.4.1 |
| 774 | 2026-01-23T16:28:26.571Z | Downloaded subtle v2.6.1 |
| 775 | 2026-01-23T16:28:26.571Z | Downloaded minimal-lexical v0.2.1 |
| 776 | 2026-01-23T16:28:26.576Z | Downloaded tap v1.0.1 |
| 777 | 2026-01-23T16:28:26.579Z | Downloaded sqlformat v0.3.5 |
| 778 | 2026-01-23T16:28:26.582Z | Downloaded smf v0.2.3 |
| 779 | 2026-01-23T16:28:26.582Z | Downloaded libm v0.2.8 |
| 780 | 2026-01-23T16:28:26.591Z | Downloaded time-core v0.1.6 |
| 781 | 2026-01-23T16:28:26.594Z | Downloaded thread-id v5.0.0 |
| 782 | 2026-01-23T16:28:26.596Z | Downloaded thread_local v1.1.8 |
| 783 | 2026-01-23T16:28:26.597Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 784 | 2026-01-23T16:28:26.599Z | Downloaded static_assertions v1.1.0 |
| 785 | 2026-01-23T16:28:26.602Z | Downloaded serde_with_macros v3.14.0 |
| 786 | 2026-01-23T16:28:26.605Z | Downloaded serde_cbor v0.11.2 |
| 787 | 2026-01-23T16:28:26.608Z | Downloaded tinyvec_macros v0.1.1 |
| 788 | 2026-01-23T16:28:26.611Z | Downloaded progenitor-impl v0.10.0 |
| 789 | 2026-01-23T16:28:26.643Z | Downloaded schemars v0.8.22 |
| 790 | 2026-01-23T16:28:26.650Z | Downloaded take_mut v0.2.2 |
| 791 | 2026-01-23T16:28:26.650Z | Downloaded support-bundle-viewer v0.1.2 |
| 792 | 2026-01-23T16:28:26.650Z | Downloaded itertools v0.10.5 |
| 793 | 2026-01-23T16:28:26.650Z | Downloaded quinn v0.11.5 |
| 794 | 2026-01-23T16:28:26.651Z | Downloaded termtree v0.5.1 |
| 795 | 2026-01-23T16:28:26.651Z | Downloaded spin v0.9.8 |
| 796 | 2026-01-23T16:28:26.651Z | Downloaded tower-service v0.3.3 |
| 797 | 2026-01-23T16:28:26.656Z | Downloaded topological-sort v0.2.2 |
| 798 | 2026-01-23T16:28:26.656Z | Downloaded time-macros v0.2.24 |
| 799 | 2026-01-23T16:28:26.656Z | Downloaded termios v0.3.3 |
| 800 | 2026-01-23T16:28:26.659Z | Downloaded rustls-pki-types v1.10.0 |
| 801 | 2026-01-23T16:28:26.662Z | Downloaded nom v7.1.3 |
| 802 | 2026-01-23T16:28:26.665Z | Downloaded trait-variant v0.1.2 |
| 803 | 2026-01-23T16:28:26.668Z | Downloaded tokio-dtrace v0.1.0 |
| 804 | 2026-01-23T16:28:26.671Z | Downloaded tokio-tungstenite v0.21.0 |
| 805 | 2026-01-23T16:28:26.671Z | Downloaded try-lock v0.2.5 |
| 806 | 2026-01-23T16:28:26.676Z | Downloaded unicode-truncate v1.1.0 |
| 807 | 2026-01-23T16:28:26.679Z | Downloaded tiny-keccak v2.0.2 |
| 808 | 2026-01-23T16:28:26.679Z | Downloaded hyper-util v0.1.19 |
| 809 | 2026-01-23T16:28:26.684Z | Downloaded unarray v0.1.4 |
| 810 | 2026-01-23T16:28:26.687Z | Downloaded tokio-rustls v0.25.0 |
| 811 | 2026-01-23T16:28:26.691Z | Downloaded untrusted v0.7.1 |
| 812 | 2026-01-23T16:28:26.691Z | Downloaded blake3 v1.5.4 |
| 813 | 2026-01-23T16:28:26.698Z | Downloaded utf-8 v0.7.6 |
| 814 | 2026-01-23T16:28:26.701Z | Downloaded untrusted v0.9.0 |
| 815 | 2026-01-23T16:28:26.704Z | Downloaded usdt v0.6.0 |
| 816 | 2026-01-23T16:28:26.704Z | Downloaded toml_writer v1.0.4 |
| 817 | 2026-01-23T16:28:26.707Z | Downloaded usdt-macro v0.6.0 |
| 818 | 2026-01-23T16:28:26.707Z | Downloaded qorb v0.4.1 |
| 819 | 2026-01-23T16:28:26.711Z | Downloaded vte_generate_state_changes v0.1.2 |
| 820 | 2026-01-23T16:28:26.714Z | Downloaded void v1.0.2 |
| 821 | 2026-01-23T16:28:26.714Z | Downloaded usdt-attr-macro v0.6.0 |
| 822 | 2026-01-23T16:28:26.716Z | Downloaded rand v0.8.5 |
| 823 | 2026-01-23T16:28:26.719Z | Downloaded iddqd v0.3.16 |
| 824 | 2026-01-23T16:28:26.726Z | Downloaded tls_codec v0.4.1 |
| 825 | 2026-01-23T16:28:26.729Z | Downloaded typify v0.2.0 |
| 826 | 2026-01-23T16:28:26.731Z | Downloaded which v4.4.2 |
| 827 | 2026-01-23T16:28:26.734Z | Downloaded want v0.3.1 |
| 828 | 2026-01-23T16:28:26.737Z | Downloaded tokio-stream v0.1.17 |
| 829 | 2026-01-23T16:28:26.739Z | Downloaded tui-tree-widget v0.23.1 |
| 830 | 2026-01-23T16:28:26.742Z | Downloaded schemars v1.0.4 |
| 831 | 2026-01-23T16:28:26.756Z | Downloaded xshell-macros v0.2.7 |
| 832 | 2026-01-23T16:28:26.759Z | Downloaded xattr v1.3.1 |
| 833 | 2026-01-23T16:28:26.759Z | Downloaded tokio-tungstenite v0.23.1 |
| 834 | 2026-01-23T16:28:26.762Z | Downloaded tokio-rustls v0.24.1 |
| 835 | 2026-01-23T16:28:26.765Z | Downloaded rsa v0.9.8 |
| 836 | 2026-01-23T16:28:26.769Z | Downloaded zeroize_derive v1.4.2 |
| 837 | 2026-01-23T16:28:26.772Z | Downloaded zone_cfg_derive v0.1.2 |
| 838 | 2026-01-23T16:28:26.772Z | Downloaded zone v0.1.8 |
| 839 | 2026-01-23T16:28:26.776Z | Downloaded zone v0.3.1 |
| 840 | 2026-01-23T16:28:26.776Z | Downloaded usdt-impl v0.6.0 |
| 841 | 2026-01-23T16:28:26.784Z | Downloaded itertools v0.13.0 |
| 842 | 2026-01-23T16:28:26.787Z | Downloaded vergen-gitcl v1.0.8 |
| 843 | 2026-01-23T16:28:26.787Z | Downloaded zone_cfg_derive v0.3.0 |
| 844 | 2026-01-23T16:28:26.791Z | Downloaded vergen-lib v0.1.6 |
| 845 | 2026-01-23T16:28:26.791Z | Downloaded toml_parser v1.0.4 |
| 846 | 2026-01-23T16:28:26.794Z | Downloaded term v0.7.0 |
| 847 | 2026-01-23T16:28:26.797Z | Downloaded walkdir v2.5.0 |
| 848 | 2026-01-23T16:28:26.797Z | Downloaded wait-timeout v0.2.0 |
| 849 | 2026-01-23T16:28:26.800Z | Downloaded unicase v2.8.1 |
| 850 | 2026-01-23T16:28:26.803Z | Downloaded wyz v0.5.1 |
| 851 | 2026-01-23T16:28:26.803Z | Downloaded whoami v1.5.2 |
| 852 | 2026-01-23T16:28:26.806Z | Downloaded vsss-rs v3.3.4 |
| 853 | 2026-01-23T16:28:26.809Z | Downloaded xshell v0.2.7 |
| 854 | 2026-01-23T16:28:26.809Z | Downloaded aws-lc-rs v1.12.4 |
| 855 | 2026-01-23T16:28:26.818Z | Downloaded xz2 v0.1.7 |
| 856 | 2026-01-23T16:28:26.822Z | Downloaded vergen v9.0.6 |
| 857 | 2026-01-23T16:28:26.824Z | Downloaded value-bag v1.9.0 |
| 858 | 2026-01-23T16:28:26.827Z | Downloaded uzers v0.12.1 |
| 859 | 2026-01-23T16:28:26.830Z | Downloaded zeroize v1.8.1 |
| 860 | 2026-01-23T16:28:26.830Z | Downloaded test-strategy v0.4.3 |
| 861 | 2026-01-23T16:28:26.834Z | Downloaded typify v0.4.3 |
| 862 | 2026-01-23T16:28:26.838Z | Downloaded steno v0.4.1 |
| 863 | 2026-01-23T16:28:26.843Z | Downloaded zstd-safe v7.2.3 |
| 864 | 2026-01-23T16:28:26.845Z | Downloaded toml v0.9.8 |
| 865 | 2026-01-23T16:28:26.850Z | Downloaded vte v0.11.1 |
| 866 | 2026-01-23T16:28:26.852Z | Downloaded num-bigint-dig v0.8.6 |
| 867 | 2026-01-23T16:28:26.857Z | Downloaded yasna v0.5.2 |
| 868 | 2026-01-23T16:28:26.861Z | Downloaded tracing-core v0.1.32 |
| 869 | 2026-01-23T16:28:26.863Z | Downloaded p521 v0.13.3 |
| 870 | 2026-01-23T16:28:26.867Z | Downloaded russh v0.45.0 |
| 871 | 2026-01-23T16:28:26.873Z | Downloaded uuid v1.19.0 |
| 872 | 2026-01-23T16:28:26.877Z | Downloaded zstd v0.13.3 |
| 873 | 2026-01-23T16:28:26.880Z | Downloaded tungstenite v0.23.0 |
| 874 | 2026-01-23T16:28:26.884Z | Downloaded unicode-bidi v0.3.17 |
| 875 | 2026-01-23T16:28:26.886Z | Downloaded tokio-postgres v0.7.13 |
| 876 | 2026-01-23T16:28:26.892Z | Downloaded unsafe-libyaml v0.2.11 |
| 877 | 2026-01-23T16:28:26.896Z | Downloaded hkdf v0.12.4 |
| 878 | 2026-01-23T16:28:26.899Z | Downloaded tracing v0.1.40 |
| 879 | 2026-01-23T16:28:26.905Z | Downloaded tungstenite v0.21.0 |
| 880 | 2026-01-23T16:28:26.908Z | Downloaded rpassword v7.4.0 |
| 881 | 2026-01-23T16:28:26.911Z | Downloaded portable-atomic v1.11.0 |
| 882 | 2026-01-23T16:28:26.917Z | Downloaded ssh-key v0.6.6 |
| 883 | 2026-01-23T16:28:26.924Z | Downloaded reqwest v0.12.24 |
| 884 | 2026-01-23T16:28:26.931Z | Downloaded zopfli v0.8.1 |
| 885 | 2026-01-23T16:28:26.933Z | Downloaded yansi v1.0.1 |
| 886 | 2026-01-23T16:28:26.936Z | Downloaded chrono v0.4.42 |
| 887 | 2026-01-23T16:28:26.943Z | Downloaded tower v0.5.2 |
| 888 | 2026-01-23T16:28:26.953Z | Downloaded zip v0.6.6 |
| 889 | 2026-01-23T16:28:26.957Z | Downloaded quick-xml v0.37.2 |
| 890 | 2026-01-23T16:28:26.965Z | Downloaded toml_edit v0.19.15 |
| 891 | 2026-01-23T16:28:26.980Z | Downloaded typed-path v0.9.3 |
| 892 | 2026-01-23T16:28:26.986Z | Downloaded rustls-webpki v0.101.7 |
| 893 | 2026-01-23T16:28:27.000Z | Downloaded zerocopy-derive v0.8.27 |
| 894 | 2026-01-23T16:28:27.006Z | Downloaded lalrpop v0.19.12 |
| 895 | 2026-01-23T16:28:27.018Z | Downloaded x509-cert v0.2.5 |
| 896 | 2026-01-23T16:28:27.023Z | Downloaded tower-http v0.6.6 |
| 897 | 2026-01-23T16:28:27.031Z | Downloaded tokio-util v0.7.15 |
| 898 | 2026-01-23T16:28:27.038Z | Downloaded tough v0.20.0 |
| 899 | 2026-01-23T16:28:27.048Z | Downloaded rustls-webpki v0.102.8 |
| 900 | 2026-01-23T16:28:27.067Z | Downloaded zip v4.2.0 |
| 901 | 2026-01-23T16:28:27.071Z | Downloaded object v0.30.4 |
| 902 | 2026-01-23T16:28:27.079Z | Downloaded moka v0.12.10 |
| 903 | 2026-01-23T16:28:27.090Z | Downloaded unicode-segmentation v1.12.0 |
| 904 | 2026-01-23T16:28:27.092Z | Downloaded gimli v0.31.1 |
| 905 | 2026-01-23T16:28:27.099Z | Downloaded unicode-normalization v0.1.24 |
| 906 | 2026-01-23T16:28:27.103Z | Downloaded salty v0.3.0 |
| 907 | 2026-01-23T16:28:27.110Z | Downloaded quinn-proto v0.11.8 |
| 908 | 2026-01-23T16:28:27.117Z | Downloaded rayon v1.10.0 |
| 909 | 2026-01-23T16:28:27.126Z | Downloaded petname v2.0.2 |
| 910 | 2026-01-23T16:28:27.132Z | Downloaded nix v0.27.1 |
| 911 | 2026-01-23T16:28:27.143Z | Downloaded winnow v0.6.26 |
| 912 | 2026-01-23T16:28:27.151Z | Downloaded nix v0.29.0 |
| 913 | 2026-01-23T16:28:27.163Z | Downloaded curve25519-dalek v4.1.3 |
| 914 | 2026-01-23T16:28:27.171Z | Downloaded rustls v0.21.12 |
| 915 | 2026-01-23T16:28:27.184Z | Downloaded zlib-rs v0.5.1 |
| 916 | 2026-01-23T16:28:27.188Z | Downloaded regex-syntax v0.6.29 |
| 917 | 2026-01-23T16:28:27.195Z | Downloaded openssl v0.10.73 |
| 918 | 2026-01-23T16:28:27.204Z | Downloaded vcpkg v0.2.15 |
| 919 | 2026-01-23T16:28:27.243Z | Downloaded tabled v0.20.0 |
| 920 | 2026-01-23T16:28:27.264Z | Downloaded rustls v0.22.4 |
| 921 | 2026-01-23T16:28:27.273Z | Downloaded zerocopy v0.8.27 |
| 922 | 2026-01-23T16:28:27.297Z | Downloaded smoltcp v0.9.1 |
| 923 | 2026-01-23T16:28:27.306Z | Downloaded regex-syntax v0.8.5 |
| 924 | 2026-01-23T16:28:27.314Z | Downloaded webpki-roots v1.0.1 |
| 925 | 2026-01-23T16:28:27.317Z | Downloaded hickory-proto v0.24.4 |
| 926 | 2026-01-23T16:28:27.333Z | Downloaded object v0.36.5 |
| 927 | 2026-01-23T16:28:27.342Z | Downloaded diesel v2.2.12 |
| 928 | 2026-01-23T16:28:27.360Z | Downloaded smoltcp v0.11.0 |
| 929 | 2026-01-23T16:28:27.371Z | Downloaded regress v0.10.4 |
| 930 | 2026-01-23T16:28:27.378Z | Downloaded openapiv3 v2.2.0 |
| 931 | 2026-01-23T16:28:27.391Z | Downloaded rustls v0.23.19 |
| 932 | 2026-01-23T16:28:27.403Z | Downloaded hickory-proto v0.25.2 |
| 933 | 2026-01-23T16:28:27.416Z | Downloaded typify-impl v0.2.0 |
| 934 | 2026-01-23T16:28:27.430Z | Downloaded dropshot v0.16.6 |
| 935 | 2026-01-23T16:28:27.452Z | Downloaded typify-impl v0.4.3 |
| 936 | 2026-01-23T16:28:27.464Z | Downloaded tabled v0.18.0 |
| 937 | 2026-01-23T16:28:27.482Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 938 | 2026-01-23T16:28:27.494Z | Downloaded radix_trie v0.2.1 |
| 939 | 2026-01-23T16:28:27.499Z | Downloaded sled v0.34.7 |
| 940 | 2026-01-23T16:28:27.509Z | Downloaded polar-core v0.27.3 |
| 941 | 2026-01-23T16:28:27.517Z | Downloaded nix v0.30.1 |
| 942 | 2026-01-23T16:28:27.528Z | Downloaded ratatui v0.29.0 |
| 943 | 2026-01-23T16:28:27.547Z | Downloaded chrono-tz v0.10.4 |
| 944 | 2026-01-23T16:28:27.562Z | Downloaded bstr v1.10.0 |
| 945 | 2026-01-23T16:28:27.571Z | Downloaded nix v0.28.0 |
| 946 | 2026-01-23T16:28:27.581Z | Downloaded petgraph v0.8.2 |
| 947 | 2026-01-23T16:28:27.601Z | Downloaded zerocopy-derive v0.6.6 |
| 948 | 2026-01-23T16:28:27.610Z | Downloaded winnow v0.5.40 |
| 949 | 2026-01-23T16:28:27.618Z | Downloaded sqlparser v0.45.0 |
| 950 | 2026-01-23T16:28:27.624Z | Downloaded serde_with v3.14.0 |
| 951 | 2026-01-23T16:28:27.636Z | Downloaded regex-automata v0.4.11 |
| 952 | 2026-01-23T16:28:27.650Z | Downloaded petgraph v0.6.5 |
| 953 | 2026-01-23T16:28:27.666Z | Downloaded jiff v0.2.15 |
| 954 | 2026-01-23T16:28:27.681Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 955 | 2026-01-23T16:28:27.697Z | Downloaded sha3 v0.10.8 |
| 956 | 2026-01-23T16:28:27.701Z | Downloaded proptest v1.7.0 |
| 957 | 2026-01-23T16:28:27.710Z | Downloaded lzma-sys v0.1.20 |
| 958 | 2026-01-23T16:28:27.736Z | Downloaded goblin v0.10.2 |
| 959 | 2026-01-23T16:28:27.743Z | Downloaded libz-sys v1.1.20 |
| 960 | 2026-01-23T16:28:27.760Z | Downloaded git2 v0.20.2 |
| 961 | 2026-01-23T16:28:27.768Z | Downloaded csv v1.3.1 |
| 962 | 2026-01-23T16:28:27.786Z | Downloaded time v0.3.43 |
| 963 | 2026-01-23T16:28:27.793Z | Downloaded regex v1.11.3 |
| 964 | 2026-01-23T16:28:27.799Z | Downloaded zerocopy v0.6.6 |
| 965 | 2026-01-23T16:28:27.802Z | Downloaded unicode_categories v0.1.1 |
| 966 | 2026-01-23T16:28:27.805Z | Downloaded rustyline v14.0.0 |
| 967 | 2026-01-23T16:28:27.808Z | Downloaded bitvec v1.0.1 |
| 968 | 2026-01-23T16:28:27.823Z | Downloaded reedline v0.40.0 |
| 969 | 2026-01-23T16:28:27.829Z | Downloaded p384 v0.13.1 |
| 970 | 2026-01-23T16:28:27.834Z | Downloaded itertools v0.12.1 |
| 971 | 2026-01-23T16:28:27.840Z | Downloaded unicode-properties v0.1.3 |
| 972 | 2026-01-23T16:28:27.843Z | Downloaded tokio v1.48.0 |
| 973 | 2026-01-23T16:28:27.875Z | Downloaded snafu v0.8.5 |
| 974 | 2026-01-23T16:28:27.880Z | Downloaded itertools v0.14.0 |
| 975 | 2026-01-23T16:28:27.886Z | Downloaded twox-hash v2.1.0 |
| 976 | 2026-01-23T16:28:27.890Z | Downloaded toml v0.7.8 |
| 977 | 2026-01-23T16:28:27.893Z | Downloaded tar v0.4.44 |
| 978 | 2026-01-23T16:28:27.896Z | Downloaded samael v0.0.19 |
| 979 | 2026-01-23T16:28:27.900Z | Downloaded vergen-git2 v1.0.7 |
| 980 | 2026-01-23T16:28:27.903Z | Downloaded rand v0.9.2 |
| 981 | 2026-01-23T16:28:27.906Z | Downloaded iri-string v0.7.8 |
| 982 | 2026-01-23T16:28:27.913Z | Downloaded tracing-attributes v0.1.27 |
| 983 | 2026-01-23T16:28:27.915Z | Downloaded h2 v0.4.6 |
| 984 | 2026-01-23T16:28:27.921Z | Downloaded futures-util v0.3.31 |
| 985 | 2026-01-23T16:28:27.932Z | Downloaded waitgroup v0.1.2 |
| 986 | 2026-01-23T16:28:27.935Z | Downloaded term v1.1.0 |
| 987 | 2026-01-23T16:28:27.938Z | Downloaded socket2 v0.5.10 |
| 988 | 2026-01-23T16:28:27.938Z | Downloaded tokio-rustls v0.26.0 |
| 989 | 2026-01-23T16:28:27.941Z | Downloaded socket2 v0.6.1 |
| 990 | 2026-01-23T16:28:27.944Z | Downloaded tinyvec v1.8.0 |
| 991 | 2026-01-23T16:28:27.944Z | Downloaded num-bigint v0.4.6 |
| 992 | 2026-01-23T16:28:27.948Z | Downloaded encoding_rs v0.8.34 |
| 993 | 2026-01-23T16:28:27.968Z | Downloaded hyper v1.8.1 |
| 994 | 2026-01-23T16:28:27.974Z | Downloaded hashbrown v0.15.4 |
| 995 | 2026-01-23T16:28:27.980Z | Downloaded ring v0.17.14 |
| 996 | 2026-01-23T16:28:28.015Z | Downloaded toml_datetime v0.7.3 |
| 997 | 2026-01-23T16:28:28.018Z | Downloaded universal-hash v0.5.1 |
| 998 | 2026-01-23T16:28:28.018Z | Downloaded unit-prefix v0.5.1 |
| 999 | 2026-01-23T16:28:28.021Z | Downloaded typify-macro v0.4.3 |
| 1000 | 2026-01-23T16:28:28.021Z | Downloaded typify-macro v0.2.0 |
| 1001 | 2026-01-23T16:28:28.021Z | Downloaded tokio-native-tls v0.3.1 |
| 1002 | 2026-01-23T16:28:28.024Z | Downloaded subprocess v0.2.9 |
| 1003 | 2026-01-23T16:28:28.024Z | Downloaded strum_macros v0.27.2 |
| 1004 | 2026-01-23T16:28:28.027Z | Downloaded slog v2.8.2 |
| 1005 | 2026-01-23T16:28:28.029Z | Downloaded schemars v0.9.0 |
| 1006 | 2026-01-23T16:28:28.039Z | Downloaded publicsuffix v2.3.0 |
| 1007 | 2026-01-23T16:28:28.042Z | Downloaded mio v1.0.2 |
| 1008 | 2026-01-23T16:28:28.045Z | Downloaded tokio-macros v2.6.0 |
| 1009 | 2026-01-23T16:28:28.048Z | Downloaded similar v2.7.0 |
| 1010 | 2026-01-23T16:28:28.051Z | Downloaded bindgen v0.69.5 |
| 1011 | 2026-01-23T16:28:28.058Z | Downloaded signal-hook v0.3.18 |
| 1012 | 2026-01-23T16:28:28.061Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1013 | 2026-01-23T16:28:28.064Z | Downloaded tower-layer v0.3.3 |
| 1014 | 2026-01-23T16:28:28.064Z | Downloaded tls_codec_derive v0.4.1 |
| 1015 | 2026-01-23T16:28:28.067Z | Downloaded thiserror-no-std v2.0.2 |
| 1016 | 2026-01-23T16:28:28.070Z | Downloaded libxml v0.3.3 |
| 1017 | 2026-01-23T16:28:28.074Z | Downloaded hashbrown v0.13.2 |
| 1018 | 2026-01-23T16:28:28.078Z | Downloaded hashbrown v0.12.3 |
| 1019 | 2026-01-23T16:28:28.081Z | Downloaded strum_macros v0.26.4 |
| 1020 | 2026-01-23T16:28:28.085Z | Downloaded strum_macros v0.24.3 |
| 1021 | 2026-01-23T16:28:28.088Z | Downloaded stringprep v0.1.5 |
| 1022 | 2026-01-23T16:28:28.088Z | Downloaded shlex v1.3.0 |
| 1023 | 2026-01-23T16:28:28.088Z | Downloaded ryu v1.0.18 |
| 1024 | 2026-01-23T16:28:28.091Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1025 | 2026-01-23T16:28:28.139Z | Downloaded rayon-core v1.12.1 |
| 1026 | 2026-01-23T16:28:28.142Z | Downloaded testing_table v0.3.0 |
| 1027 | 2026-01-23T16:28:28.144Z | Downloaded string_cache v0.8.9 |
| 1028 | 2026-01-23T16:28:28.144Z | Downloaded snafu-derive v0.8.5 |
| 1029 | 2026-01-23T16:28:28.147Z | Downloaded hickory-server v0.25.2 |
| 1030 | 2026-01-23T16:28:28.150Z | Downloaded pin-project v1.1.6 |
| 1031 | 2026-01-23T16:28:28.159Z | Downloaded spki v0.7.3 |
| 1032 | 2026-01-23T16:28:28.162Z | Downloaded tagptr v0.2.0 |
| 1033 | 2026-01-23T16:28:28.162Z | Downloaded tabled_derive v0.10.0 |
| 1034 | 2026-01-23T16:28:28.164Z | Downloaded smallvec v0.6.14 |
| 1035 | 2026-01-23T16:28:28.164Z | Downloaded slog-term v2.9.2 |
| 1036 | 2026-01-23T16:28:28.167Z | Downloaded slog-stdlog v4.1.1 |
| 1037 | 2026-01-23T16:28:28.167Z | Downloaded slog-scope v4.4.0 |
| 1038 | 2026-01-23T16:28:28.170Z | Downloaded slog-json v2.6.1 |
| 1039 | 2026-01-23T16:28:28.170Z | Downloaded slog-dtrace v0.3.0 |
| 1040 | 2026-01-23T16:28:28.173Z | Downloaded ron v0.8.1 |
| 1041 | 2026-01-23T16:28:28.177Z | Downloaded ron v0.7.1 |
| 1042 | 2026-01-23T16:28:28.180Z | Downloaded strum v0.26.3 |
| 1043 | 2026-01-23T16:28:28.180Z | Downloaded structmeta-derive v0.3.0 |
| 1044 | 2026-01-23T16:28:28.182Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1045 | 2026-01-23T16:28:28.182Z | Downloaded prettyplease v0.2.36 |
| 1046 | 2026-01-23T16:28:28.185Z | Downloaded russh-keys v0.45.0 |
| 1047 | 2026-01-23T16:28:28.188Z | Downloaded sqlparser_derive v0.2.2 |
| 1048 | 2026-01-23T16:28:28.188Z | Downloaded sec1 v0.7.3 |
| 1049 | 2026-01-23T16:28:28.191Z | Downloaded pkcs5 v0.7.1 |
| 1050 | 2026-01-23T16:28:28.193Z | Downloaded serde-hex v0.1.0 |
| 1051 | 2026-01-23T16:28:28.193Z | Downloaded sct v0.7.1 |
| 1052 | 2026-01-23T16:28:28.196Z | Downloaded p256 v0.13.2 |
| 1053 | 2026-01-23T16:28:28.199Z | Downloaded hickory-resolver v0.24.4 |
| 1054 | 2026-01-23T16:28:28.203Z | Downloaded crossterm v0.29.0 |
| 1055 | 2026-01-23T16:28:28.208Z | Downloaded simd-adler32 v0.3.7 |
| 1056 | 2026-01-23T16:28:28.211Z | Downloaded openssl-sys v0.9.109 |
| 1057 | 2026-01-23T16:28:28.214Z | Downloaded miniz_oxide v0.8.5 |
| 1058 | 2026-01-23T16:28:28.217Z | Downloaded rustls-native-certs v0.8.1 |
| 1059 | 2026-01-23T16:28:28.219Z | Downloaded progenitor-impl v0.8.0 |
| 1060 | 2026-01-23T16:28:28.222Z | Downloaded papergrid v0.14.0 |
| 1061 | 2026-01-23T16:28:28.225Z | Downloaded rustls-pemfile v2.2.0 |
| 1062 | 2026-01-23T16:28:28.227Z | Downloaded rustls-pemfile v1.0.4 |
| 1063 | 2026-01-23T16:28:28.228Z | Downloaded serde_urlencoded v0.7.1 |
| 1064 | 2026-01-23T16:28:28.267Z | Downloaded serde_spanned v1.0.3 |
| 1065 | 2026-01-23T16:28:28.267Z | Downloaded serde_plain v1.0.2 |
| 1066 | 2026-01-23T16:28:28.267Z | Downloaded semver v0.1.20 |
| 1067 | 2026-01-23T16:28:28.267Z | Downloaded resolv-conf v0.7.0 |
| 1068 | 2026-01-23T16:28:28.267Z | Downloaded rand_core v0.9.3 |
| 1069 | 2026-01-23T16:28:28.267Z | Downloaded postcard v1.0.10 |
| 1070 | 2026-01-23T16:28:28.267Z | Downloaded oso v0.27.3 |
| 1071 | 2026-01-23T16:28:28.267Z | Downloaded postgres-types v0.2.9 |
| 1072 | 2026-01-23T16:28:28.267Z | Downloaded pkcs1 v0.7.5 |
| 1073 | 2026-01-23T16:28:28.267Z | Downloaded derive_more v2.0.1 |
| 1074 | 2026-01-23T16:28:28.267Z | Downloaded scopeguard v1.2.0 |
| 1075 | 2026-01-23T16:28:28.267Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1076 | 2026-01-23T16:28:28.267Z | Downloaded sapling-renderdag v0.1.0 |
| 1077 | 2026-01-23T16:28:28.267Z | Downloaded rand_seeder v0.4.0 |
| 1078 | 2026-01-23T16:28:28.267Z | Downloaded r2d2 v0.8.10 |
| 1079 | 2026-01-23T16:28:28.267Z | Downloaded crossterm v0.28.1 |
| 1080 | 2026-01-23T16:28:28.267Z | Downloaded rustc-hash v1.1.0 |
| 1081 | 2026-01-23T16:28:28.267Z | Downloaded rand_chacha v0.9.0 |
| 1082 | 2026-01-23T16:28:28.271Z | Downloaded progenitor-client v0.11.2 |
| 1083 | 2026-01-23T16:28:28.271Z | Downloaded progenitor v0.10.0 |
| 1084 | 2026-01-23T16:28:28.271Z | Downloaded poly1305 v0.8.0 |
| 1085 | 2026-01-23T16:28:28.271Z | Downloaded diesel_derives v2.2.3 |
| 1086 | 2026-01-23T16:28:28.276Z | Downloaded pkcs8 v0.10.2 |
| 1087 | 2026-01-23T16:28:28.276Z | Downloaded omicron-zone-package v0.12.2 |
| 1088 | 2026-01-23T16:28:28.279Z | Downloaded progenitor v0.11.2 |
| 1089 | 2026-01-23T16:28:28.279Z | Downloaded parking_lot v0.11.2 |
| 1090 | 2026-01-23T16:28:28.282Z | Downloaded cc v1.2.30 |
| 1091 | 2026-01-23T16:28:28.285Z | Downloaded predicates v3.1.3 |
| 1092 | 2026-01-23T16:28:28.289Z | Downloaded radium v0.7.0 |
| 1093 | 2026-01-23T16:28:28.289Z | Downloaded ppv-lite86 v0.2.20 |
| 1094 | 2026-01-23T16:28:28.289Z | Downloaded pem-rfc7468 v0.7.0 |
| 1095 | 2026-01-23T16:28:28.292Z | Downloaded owo-colors v4.2.2 |
| 1096 | 2026-01-23T16:28:28.292Z | Downloaded polyval v0.6.2 |
| 1097 | 2026-01-23T16:28:28.295Z | Downloaded pin-project-lite v0.2.14 |
| 1098 | 2026-01-23T16:28:28.298Z | Downloaded pin-project-internal v1.1.6 |
| 1099 | 2026-01-23T16:28:28.301Z | Downloaded phf v0.12.1 |
| 1100 | 2026-01-23T16:28:28.301Z | Downloaded peg-macros v0.8.5 |
| 1101 | 2026-01-23T16:28:28.307Z | Downloaded pbkdf2 v0.12.2 |
| 1102 | 2026-01-23T16:28:28.307Z | Downloaded parking_lot_core v0.8.6 |
| 1103 | 2026-01-23T16:28:28.307Z | Downloaded memmap2 v0.9.8 |
| 1104 | 2026-01-23T16:28:28.310Z | Downloaded num-rational v0.4.2 |
| 1105 | 2026-01-23T16:28:28.311Z | Downloaded indicatif v0.17.11 |
| 1106 | 2026-01-23T16:28:28.314Z | Downloaded progenitor-macro v0.8.0 |
| 1107 | 2026-01-23T16:28:28.314Z | Downloaded progenitor-client v0.10.0 |
| 1108 | 2026-01-23T16:28:28.314Z | Downloaded progenitor v0.8.0 |
| 1109 | 2026-01-23T16:28:28.318Z | Downloaded password-hash v0.4.2 |
| 1110 | 2026-01-23T16:28:28.318Z | Downloaded parse-display-derive v0.10.0 |
| 1111 | 2026-01-23T16:28:28.321Z | Downloaded pem v3.0.5 |
| 1112 | 2026-01-23T16:28:28.321Z | Downloaded paste v1.0.15 |
| 1113 | 2026-01-23T16:28:28.321Z | Downloaded parking_lot_core v0.9.10 |
| 1114 | 2026-01-23T16:28:28.324Z | Downloaded progenitor-client v0.8.0 |
| 1115 | 2026-01-23T16:28:28.324Z | Downloaded password-hash v0.5.0 |
| 1116 | 2026-01-23T16:28:28.327Z | Downloaded native-tls v0.2.12 |
| 1117 | 2026-01-23T16:28:28.327Z | Downloaded bumpalo v3.16.0 |
| 1118 | 2026-01-23T16:28:28.330Z | Downloaded litrs v0.4.1 |
| 1119 | 2026-01-23T16:28:28.333Z | Downloaded const_format v0.2.34 |
| 1120 | 2026-01-23T16:28:28.336Z | Downloaded predicates-tree v1.0.12 |
| 1121 | 2026-01-23T16:28:28.336Z | Downloaded predicates-core v1.0.8 |
| 1122 | 2026-01-23T16:28:28.340Z | Downloaded packed_struct v0.10.1 |
| 1123 | 2026-01-23T16:28:28.340Z | Downloaded oxnet v0.1.4 |
| 1124 | 2026-01-23T16:28:28.345Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1125 | 2026-01-23T16:28:28.345Z | Downloaded dropshot-api-manager v0.2.4 |
| 1126 | 2026-01-23T16:28:28.348Z | Downloaded derive_more-impl v2.0.1 |
| 1127 | 2026-01-23T16:28:28.348Z | Downloaded heapless v0.7.17 |
| 1128 | 2026-01-23T16:28:28.351Z | Downloaded libloading v0.8.5 |
| 1129 | 2026-01-23T16:28:28.355Z | Downloaded nu-ansi-term v0.50.1 |
| 1130 | 2026-01-23T16:28:28.358Z | Downloaded half v2.4.1 |
| 1131 | 2026-01-23T16:28:28.358Z | Downloaded powerfmt v0.2.0 |
| 1132 | 2026-01-23T16:28:28.358Z | Downloaded fatfs v0.3.6 |
| 1133 | 2026-01-23T16:28:28.361Z | Downloaded num_enum v0.5.11 |
| 1134 | 2026-01-23T16:28:28.365Z | Downloaded pbkdf2 v0.11.0 |
| 1135 | 2026-01-23T16:28:28.368Z | Downloaded path-slash v0.1.5 |
| 1136 | 2026-01-23T16:28:28.368Z | Downloaded newtype_derive v0.1.6 |
| 1137 | 2026-01-23T16:28:28.371Z | Downloaded expectorate v1.2.0 |
| 1138 | 2026-01-23T16:28:28.371Z | Downloaded newtype-uuid v1.3.2 |
| 1139 | 2026-01-23T16:28:28.374Z | Downloaded nanorand v0.7.0 |
| 1140 | 2026-01-23T16:28:28.374Z | Downloaded bytes v1.10.1 |
| 1141 | 2026-01-23T16:28:28.378Z | Downloaded chacha20poly1305 v0.10.1 |
| 1142 | 2026-01-23T16:28:28.378Z | Downloaded ingot v0.1.1 |
| 1143 | 2026-01-23T16:28:28.381Z | Downloaded iana-time-zone v0.1.63 |
| 1144 | 2026-01-23T16:28:28.384Z | Downloaded multer v3.1.0 |
| 1145 | 2026-01-23T16:28:28.384Z | Downloaded mime_guess v2.0.5 |
| 1146 | 2026-01-23T16:28:28.387Z | Downloaded flate2 v1.1.2 |
| 1147 | 2026-01-23T16:28:28.392Z | Downloaded libsw v3.5.0 |
| 1148 | 2026-01-23T16:28:28.392Z | Downloaded elliptic-curve v0.13.8 |
| 1149 | 2026-01-23T16:28:28.395Z | Downloaded dropshot_endpoint v0.16.6 |
| 1150 | 2026-01-23T16:28:28.398Z | Downloaded derive_more v0.99.20 |
| 1151 | 2026-01-23T16:28:28.401Z | Downloaded openssl-probe v0.1.5 |
| 1152 | 2026-01-23T16:28:28.404Z | Downloaded openssl-macros v0.1.1 |
| 1153 | 2026-01-23T16:28:28.404Z | Downloaded opaque-debug v0.3.1 |
| 1154 | 2026-01-23T16:28:28.404Z | Downloaded num_enum_derive v0.5.11 |
| 1155 | 2026-01-23T16:28:28.407Z | Downloaded num-iter v0.1.45 |
| 1156 | 2026-01-23T16:28:28.407Z | Downloaded num-conv v0.1.0 |
| 1157 | 2026-01-23T16:28:28.407Z | Downloaded nonempty v0.12.0 |
| 1158 | 2026-01-23T16:28:28.407Z | Downloaded normalize-line-endings v0.3.0 |
| 1159 | 2026-01-23T16:28:28.410Z | Downloaded libz-rs-sys v0.5.1 |
| 1160 | 2026-01-23T16:28:28.410Z | Downloaded libefi-sys v0.1.0 |
| 1161 | 2026-01-23T16:28:28.410Z | Downloaded hyper-rustls v0.27.7 |
| 1162 | 2026-01-23T16:28:28.413Z | Downloaded futures v0.3.31 |
| 1163 | 2026-01-23T16:28:28.420Z | Downloaded derive-where v1.5.0 |
| 1164 | 2026-01-23T16:28:28.423Z | Downloaded num-derive v0.3.3 |
| 1165 | 2026-01-23T16:28:28.423Z | Downloaded nibble_vec v0.1.0 |
| 1166 | 2026-01-23T16:28:28.423Z | Downloaded linear-map v1.2.0 |
| 1167 | 2026-01-23T16:28:28.423Z | Downloaded jobserver v0.1.32 |
| 1168 | 2026-01-23T16:28:28.427Z | Downloaded httparse v1.9.5 |
| 1169 | 2026-01-23T16:28:28.427Z | Downloaded hostname v0.4.2 |
| 1170 | 2026-01-23T16:28:28.430Z | Downloaded hickory-client v0.25.2 |
| 1171 | 2026-01-23T16:28:28.430Z | Downloaded new_debug_unreachable v1.0.6 |
| 1172 | 2026-01-23T16:28:28.434Z | Downloaded multimap v0.10.1 |
| 1173 | 2026-01-23T16:28:28.434Z | Downloaded bzip2 v0.5.2 |
| 1174 | 2026-01-23T16:28:28.434Z | Downloaded base64 v0.13.1 |
| 1175 | 2026-01-23T16:28:28.437Z | Downloaded memoffset v0.9.1 |
| 1176 | 2026-01-23T16:28:28.437Z | Downloaded md5 v0.7.0 |
| 1177 | 2026-01-23T16:28:28.439Z | Downloaded match_cfg v0.1.0 |
| 1178 | 2026-01-23T16:28:28.439Z | Downloaded console v0.16.0 |
| 1179 | 2026-01-23T16:28:28.442Z | Downloaded maplit v1.0.2 |
| 1180 | 2026-01-23T16:28:28.442Z | Downloaded ipnetwork v0.21.1 |
| 1181 | 2026-01-23T16:28:28.445Z | Downloaded ipnet v2.11.0 |
| 1182 | 2026-01-23T16:28:28.445Z | Downloaded ingot-types v0.1.2 |
| 1183 | 2026-01-23T16:28:28.448Z | Downloaded indoc v2.0.6 |
| 1184 | 2026-01-23T16:28:28.451Z | Downloaded glob v0.3.2 |
| 1185 | 2026-01-23T16:28:28.451Z | Downloaded lru v0.12.5 |
| 1186 | 2026-01-23T16:28:28.451Z | Downloaded lockfree-object-pool v0.1.6 |
| 1187 | 2026-01-23T16:28:28.455Z | Downloaded half v1.8.3 |
| 1188 | 2026-01-23T16:28:28.458Z | Downloaded cookie v0.18.1 |
| 1189 | 2026-01-23T16:28:28.458Z | Downloaded async-bb8-diesel v0.2.1 |
| 1190 | 2026-01-23T16:28:28.461Z | Downloaded humantime v2.2.0 |
| 1191 | 2026-01-23T16:28:28.461Z | Downloaded drift v0.1.2 |
| 1192 | 2026-01-23T16:28:28.464Z | Downloaded cookie_store v0.21.1 |
| 1193 | 2026-01-23T16:28:28.467Z | Downloaded libsw-core v0.3.1 |
| 1194 | 2026-01-23T16:28:28.470Z | Downloaded libscf-sys v1.1.0 |
| 1195 | 2026-01-23T16:28:28.470Z | Downloaded lazy_static v1.5.0 |
| 1196 | 2026-01-23T16:28:28.472Z | Downloaded hyper-staticfile v0.10.1 |
| 1197 | 2026-01-23T16:28:28.472Z | Downloaded cargo_metadata v0.19.2 |
| 1198 | 2026-01-23T16:28:28.475Z | Downloaded kstat-rs v0.2.4 |
| 1199 | 2026-01-23T16:28:28.475Z | Downloaded keccak v0.1.5 |
| 1200 | 2026-01-23T16:28:28.475Z | Downloaded http-body-util v0.1.3 |
| 1201 | 2026-01-23T16:28:28.478Z | Downloaded highway v1.3.0 |
| 1202 | 2026-01-23T16:28:28.481Z | Downloaded env_logger v0.11.8 |
| 1203 | 2026-01-23T16:28:28.481Z | Downloaded des v0.8.1 |
| 1204 | 2026-01-23T16:28:28.484Z | Downloaded derive_builder v0.20.2 |
| 1205 | 2026-01-23T16:28:28.487Z | Downloaded derive_builder_core v0.20.2 |
| 1206 | 2026-01-23T16:28:28.489Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1207 | 2026-01-23T16:28:28.489Z | Downloaded bzip2 v0.4.4 |
| 1208 | 2026-01-23T16:28:28.492Z | Downloaded crc32fast v1.4.2 |
| 1209 | 2026-01-23T16:28:28.495Z | Downloaded cbc v0.1.2 |
| 1210 | 2026-01-23T16:28:28.495Z | Downloaded cancel-safe-futures v0.1.5 |
| 1211 | 2026-01-23T16:28:28.498Z | Downloaded blake2 v0.10.6 |
| 1212 | 2026-01-23T16:28:28.501Z | Downloaded colored v2.2.0 |
| 1213 | 2026-01-23T16:28:28.501Z | Downloaded darling_core v0.21.0 |
| 1214 | 2026-01-23T16:28:28.506Z | Downloaded is-terminal v0.4.13 |
| 1215 | 2026-01-23T16:28:28.509Z | Downloaded group v0.13.0 |
| 1216 | 2026-01-23T16:28:28.509Z | Downloaded hyper-tls v0.6.0 |
| 1217 | 2026-01-23T16:28:28.512Z | Downloaded hubpack_derive v0.1.1 |
| 1218 | 2026-01-23T16:28:28.512Z | Downloaded futures-macro v0.3.31 |
| 1219 | 2026-01-23T16:28:28.512Z | Downloaded critical-section v1.1.3 |
| 1220 | 2026-01-23T16:28:28.515Z | Downloaded corncobs v0.1.4 |
| 1221 | 2026-01-23T16:28:28.515Z | Downloaded buf-list v1.0.3 |
| 1222 | 2026-01-23T16:28:28.517Z | Downloaded blowfish v0.9.1 |
| 1223 | 2026-01-23T16:28:28.517Z | Downloaded arrayvec v0.7.6 |
| 1224 | 2026-01-23T16:28:28.520Z | Downloaded indent_write v2.2.0 |
| 1225 | 2026-01-23T16:28:28.520Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1226 | 2026-01-23T16:28:28.523Z | Downloaded ident_case v1.0.1 |
| 1227 | 2026-01-23T16:28:28.523Z | Downloaded hubpack v0.1.2 |
| 1228 | 2026-01-23T16:28:28.526Z | Downloaded httpdate v1.0.3 |
| 1229 | 2026-01-23T16:28:28.526Z | Downloaded http-range v0.1.5 |
| 1230 | 2026-01-23T16:28:28.526Z | Downloaded http-body v1.0.1 |
| 1231 | 2026-01-23T16:28:28.526Z | Downloaded home v0.5.9 |
| 1232 | 2026-01-23T16:28:28.529Z | Downloaded globset v0.4.15 |
| 1233 | 2026-01-23T16:28:28.529Z | Downloaded futures-executor v0.3.31 |
| 1234 | 2026-01-23T16:28:28.532Z | Downloaded fs-err v2.11.0 |
| 1235 | 2026-01-23T16:28:28.532Z | Downloaded filetime v0.2.26 |
| 1236 | 2026-01-23T16:28:28.535Z | Downloaded ecdsa v0.16.9 |
| 1237 | 2026-01-23T16:28:28.535Z | Downloaded dtrace-parser v0.3.0 |
| 1238 | 2026-01-23T16:28:28.535Z | Downloaded der v0.7.10 |
| 1239 | 2026-01-23T16:28:28.539Z | Downloaded daft v0.1.4 |
| 1240 | 2026-01-23T16:28:28.542Z | Downloaded constant_time_eq v0.3.1 |
| 1241 | 2026-01-23T16:28:28.542Z | Downloaded chacha20 v0.9.1 |
| 1242 | 2026-01-23T16:28:28.545Z | Downloaded const-oid v0.9.6 |
| 1243 | 2026-01-23T16:28:28.548Z | Downloaded colored v3.0.0 |
| 1244 | 2026-01-23T16:28:28.548Z | Downloaded ciborium v0.2.2 |
| 1245 | 2026-01-23T16:28:28.551Z | Downloaded cassowary v0.3.0 |
| 1246 | 2026-01-23T16:28:28.551Z | Downloaded bitfield v0.19.2 |
| 1247 | 2026-01-23T16:28:28.554Z | Downloaded bit-vec v0.8.0 |
| 1248 | 2026-01-23T16:28:28.554Z | Downloaded bitflags v1.3.2 |
| 1249 | 2026-01-23T16:28:28.557Z | Downloaded foldhash v0.1.5 |
| 1250 | 2026-01-23T16:28:28.559Z | Downloaded ed25519 v2.2.3 |
| 1251 | 2026-01-23T16:28:28.559Z | Downloaded bit-vec v0.6.3 |
| 1252 | 2026-01-23T16:28:28.562Z | Downloaded async-trait v0.1.89 |
| 1253 | 2026-01-23T16:28:28.565Z | Downloaded diesel-dtrace v0.4.2 |
| 1254 | 2026-01-23T16:28:28.565Z | Downloaded derive-ex v0.1.8 |
| 1255 | 2026-01-23T16:28:28.568Z | Downloaded convert_case v0.7.1 |
| 1256 | 2026-01-23T16:28:28.568Z | Downloaded heck v0.3.3 |
| 1257 | 2026-01-23T16:28:28.568Z | Downloaded hash32 v0.3.1 |
| 1258 | 2026-01-23T16:28:28.571Z | Downloaded cipher v0.4.4 |
| 1259 | 2026-01-23T16:28:28.571Z | Downloaded erased-serde v0.3.31 |
| 1260 | 2026-01-23T16:28:28.573Z | Downloaded ctr v0.9.2 |
| 1261 | 2026-01-23T16:28:28.576Z | Downloaded ghash v0.5.1 |
| 1262 | 2026-01-23T16:28:28.576Z | Downloaded gethostname v0.5.0 |
| 1263 | 2026-01-23T16:28:28.576Z | Downloaded futures-channel v0.3.31 |
| 1264 | 2026-01-23T16:28:28.579Z | Downloaded document-features v0.2.11 |
| 1265 | 2026-01-23T16:28:28.579Z | Downloaded futures-sink v0.3.31 |
| 1266 | 2026-01-23T16:28:28.582Z | Downloaded csv-core v0.1.11 |
| 1267 | 2026-01-23T16:28:28.582Z | Downloaded foldhash v0.2.0 |
| 1268 | 2026-01-23T16:28:28.584Z | Downloaded float-ord v0.3.2 |
| 1269 | 2026-01-23T16:28:28.584Z | Downloaded fixedbitset v0.5.7 |
| 1270 | 2026-01-23T16:28:28.587Z | Downloaded fixedbitset v0.4.2 |
| 1271 | 2026-01-23T16:28:28.587Z | Downloaded enum-as-inner v0.6.1 |
| 1272 | 2026-01-23T16:28:28.590Z | Downloaded futures-core v0.3.31 |
| 1273 | 2026-01-23T16:28:28.591Z | Downloaded funty v2.0.0 |
| 1274 | 2026-01-23T16:28:28.591Z | Downloaded dsl_auto_type v0.1.2 |
| 1275 | 2026-01-23T16:28:28.595Z | Downloaded derive_builder_macro v0.20.2 |
| 1276 | 2026-01-23T16:28:28.595Z | Downloaded async-stream v0.3.6 |
| 1277 | 2026-01-23T16:28:28.595Z | Downloaded aes-gcm v0.10.3 |
| 1278 | 2026-01-23T16:28:28.598Z | Downloaded cmake v0.1.51 |
| 1279 | 2026-01-23T16:28:28.598Z | Downloaded bitfield-struct v0.6.2 |
| 1280 | 2026-01-23T16:28:28.598Z | Downloaded dunce v1.0.5 |
| 1281 | 2026-01-23T16:28:28.602Z | Downloaded difflib v0.4.0 |
| 1282 | 2026-01-23T16:28:28.602Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1283 | 2026-01-23T16:28:28.602Z | Downloaded embedded-io v0.4.0 |
| 1284 | 2026-01-23T16:28:28.605Z | Downloaded bit-set v0.8.0 |
| 1285 | 2026-01-23T16:28:28.605Z | Downloaded castaway v0.2.3 |
| 1286 | 2026-01-23T16:28:28.605Z | Downloaded foreign-types-macros v0.2.3 |
| 1287 | 2026-01-23T16:28:28.605Z | Downloaded foreign-types v0.3.2 |
| 1288 | 2026-01-23T16:28:28.608Z | Downloaded dyn-clone v1.0.20 |
| 1289 | 2026-01-23T16:28:28.608Z | Downloaded dof v0.4.0 |
| 1290 | 2026-01-23T16:28:28.608Z | Downloaded dirs-next v2.0.0 |
| 1291 | 2026-01-23T16:28:28.611Z | Downloaded crc-catalog v2.4.0 |
| 1292 | 2026-01-23T16:28:28.611Z | Downloaded array-init v0.0.4 |
| 1293 | 2026-01-23T16:28:28.611Z | Downloaded cfg_aliases v0.1.1 |
| 1294 | 2026-01-23T16:28:28.614Z | Downloaded cargo-platform v0.1.8 |
| 1295 | 2026-01-23T16:28:28.614Z | Downloaded bitfield-macros v0.19.2 |
| 1296 | 2026-01-23T16:28:28.614Z | Downloaded atomic-waker v1.1.2 |
| 1297 | 2026-01-23T16:28:28.617Z | Downloaded async-stream-impl v0.3.6 |
| 1298 | 2026-01-23T16:28:28.617Z | Downloaded arrayref v0.3.9 |
| 1299 | 2026-01-23T16:28:28.617Z | Downloaded ena v0.14.3 |
| 1300 | 2026-01-23T16:28:28.620Z | Downloaded darling_core v0.20.10 |
| 1301 | 2026-01-23T16:28:28.625Z | Downloaded block-padding v0.3.3 |
| 1302 | 2026-01-23T16:28:28.625Z | Downloaded atomicwrites v0.4.4 |
| 1303 | 2026-01-23T16:28:28.628Z | Downloaded async-recursion v1.1.1 |
| 1304 | 2026-01-23T16:28:28.628Z | Downloaded dirs-sys-next v0.1.2 |
| 1305 | 2026-01-23T16:28:28.630Z | Downloaded darling v0.21.0 |
| 1306 | 2026-01-23T16:28:28.636Z | Downloaded cobs v0.2.3 |
| 1307 | 2026-01-23T16:28:28.639Z | Downloaded ascii-canvas v3.0.0 |
| 1308 | 2026-01-23T16:28:28.639Z | Downloaded aes v0.8.4 |
| 1309 | 2026-01-23T16:28:28.642Z | Downloaded convert_case v0.4.0 |
| 1310 | 2026-01-23T16:28:28.645Z | Downloaded ciborium-ll v0.2.2 |
| 1311 | 2026-01-23T16:28:28.645Z | Downloaded ciborium-io v0.2.2 |
| 1312 | 2026-01-23T16:28:28.645Z | Downloaded base16ct v0.2.0 |
| 1313 | 2026-01-23T16:28:28.648Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 1314 | 2026-01-23T16:28:28.649Z | Downloaded display-error-chain v0.2.2 |
| 1315 | 2026-01-23T16:28:28.649Z | Downloaded base64 v0.21.7 |
| 1316 | 2026-01-23T16:28:28.652Z | Downloaded base64 v0.22.1 |
| 1317 | 2026-01-23T16:28:28.655Z | Downloaded defmt v0.3.8 |
| 1318 | 2026-01-23T16:28:28.657Z | Downloaded darling v0.20.10 |
| 1319 | 2026-01-23T16:28:28.660Z | Downloaded daft-derive v0.1.4 |
| 1320 | 2026-01-23T16:28:28.664Z | Downloaded crossbeam-utils v0.8.21 |
| 1321 | 2026-01-23T16:28:28.667Z | Downloaded allocator-api2 v0.2.21 |
| 1322 | 2026-01-23T16:28:28.670Z | Downloaded ahash v0.8.12 |
| 1323 | 2026-01-23T16:28:28.672Z | Downloaded debug-ignore v1.0.5 |
| 1324 | 2026-01-23T16:28:28.672Z | Downloaded data-encoding v2.9.0 |
| 1325 | 2026-01-23T16:28:28.675Z | Downloaded crunchy v0.2.2 |
| 1326 | 2026-01-23T16:28:28.676Z | Downloaded bit-set v0.5.3 |
| 1327 | 2026-01-23T16:28:28.676Z | Downloaded bcs v0.1.6 |
| 1328 | 2026-01-23T16:28:28.679Z | Downloaded bb8 v0.8.5 |
| 1329 | 2026-01-23T16:28:28.679Z | Downloaded aead v0.5.2 |
| 1330 | 2026-01-23T16:28:28.679Z | Downloaded darling_macro v0.21.0 |
| 1331 | 2026-01-23T16:28:28.682Z | Downloaded darling_macro v0.20.10 |
| 1332 | 2026-01-23T16:28:28.682Z | Downloaded cstr-argument v0.1.2 |
| 1333 | 2026-01-23T16:28:28.682Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1334 | 2026-01-23T16:28:28.682Z | Downloaded crossbeam-epoch v0.9.18 |
| 1335 | 2026-01-23T16:28:28.684Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1336 | 2026-01-23T16:28:28.684Z | Downloaded assert_matches v1.5.0 |
| 1337 | 2026-01-23T16:28:28.687Z | Downloaded adler2 v2.0.0 |
| 1338 | 2026-01-23T16:28:28.761Z | Downloaded aws-lc-sys v0.26.0 |
| 1339 | 2026-01-23T16:28:29.076Z | Compiling value-bag v1.9.0 |
| 1340 | 2026-01-23T16:28:29.076Z | Compiling lock_api v0.4.12 |
| 1341 | 2026-01-23T16:28:29.076Z | Compiling scopeguard v1.2.0 |
| 1342 | 2026-01-23T16:28:29.080Z | Compiling shlex v1.3.0 |
| 1343 | 2026-01-23T16:28:29.080Z | Compiling typenum v1.17.0 |
| 1344 | 2026-01-23T16:28:29.080Z | Compiling syn v2.0.111 |
| 1345 | 2026-01-23T16:28:29.080Z | Compiling getrandom v0.2.15 |
| 1346 | 2026-01-23T16:28:29.246Z | Compiling jobserver v0.1.32 |
| 1347 | 2026-01-23T16:28:29.468Z | Compiling smallvec v1.15.1 |
| 1348 | 2026-01-23T16:28:29.773Z | Compiling log v0.4.27 |
| 1349 | 2026-01-23T16:28:29.900Z | Compiling cc v1.2.30 |
| 1350 | 2026-01-23T16:28:29.954Z | Compiling rand_core v0.6.4 |
| 1351 | 2026-01-23T16:28:30.003Z | Compiling generic-array v0.14.7 |
| 1352 | 2026-01-23T16:28:30.269Z | Compiling subtle v2.6.1 |
| 1353 | 2026-01-23T16:28:30.320Z | Compiling portable-atomic v1.11.0 |
| 1354 | 2026-01-23T16:28:30.465Z | Compiling const-oid v0.9.6 |
| 1355 | 2026-01-23T16:28:30.524Z | Compiling critical-section v1.1.3 |
| 1356 | 2026-01-23T16:28:30.548Z | Compiling pkg-config v0.3.31 |
| 1357 | 2026-01-23T16:28:30.628Z | Compiling serde_json v1.0.149 |
| 1358 | 2026-01-23T16:28:30.698Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-01-23T16:28:31.118Z | Compiling spin v0.9.8 |
| 1360 | 2026-01-23T16:28:31.522Z | Compiling parking_lot_core v0.9.10 |
| 1361 | 2026-01-23T16:28:31.933Z | Compiling pin-project-lite v0.2.14 |
| 1362 | 2026-01-23T16:28:31.988Z | Compiling regex-syntax v0.8.5 |
| 1363 | 2026-01-23T16:28:32.100Z | Compiling libm v0.2.8 |
| 1364 | 2026-01-23T16:28:32.489Z | Compiling rustix v0.38.37 |
| 1365 | 2026-01-23T16:28:32.570Z | Compiling once_cell v1.21.3 |
| 1366 | 2026-01-23T16:28:32.755Z | Compiling signal-hook-registry v1.4.2 |
| 1367 | 2026-01-23T16:28:32.986Z | Compiling num-traits v0.2.19 |
| 1368 | 2026-01-23T16:28:33.292Z | Compiling allocator-api2 v0.2.21 |
| 1369 | 2026-01-23T16:28:33.378Z | Compiling parking_lot v0.12.3 |
| 1370 | 2026-01-23T16:28:33.627Z | Compiling mio v1.0.2 |
| 1371 | 2026-01-23T16:28:33.909Z | Compiling futures-core v0.3.31 |
| 1372 | 2026-01-23T16:28:33.986Z | Compiling lazy_static v1.5.0 |
| 1373 | 2026-01-23T16:28:34.137Z | Compiling aho-corasick v1.1.3 |
| 1374 | 2026-01-23T16:28:34.181Z | Compiling percent-encoding v2.3.2 |
| 1375 | 2026-01-23T16:28:34.203Z | Compiling socket2 v0.6.1 |
| 1376 | 2026-01-23T16:28:34.690Z | Compiling slab v0.4.9 |
| 1377 | 2026-01-23T16:28:34.792Z | Compiling cpufeatures v0.2.14 |
| 1378 | 2026-01-23T16:28:34.872Z | Compiling glob v0.3.2 |
| 1379 | 2026-01-23T16:28:34.907Z | Compiling either v1.15.0 |
| 1380 | 2026-01-23T16:28:35.101Z | Compiling futures-sink v0.3.31 |
| 1381 | 2026-01-23T16:28:35.274Z | Compiling futures-channel v0.3.31 |
| 1382 | 2026-01-23T16:28:35.331Z | Compiling hashbrown v0.16.1 |
| 1383 | 2026-01-23T16:28:35.509Z | Compiling prettyplease v0.2.36 |
| 1384 | 2026-01-23T16:28:35.713Z | Compiling pin-utils v0.1.0 |
| 1385 | 2026-01-23T16:28:35.734Z | Compiling clang-sys v1.8.1 |
| 1386 | 2026-01-23T16:28:35.822Z | Compiling rustversion v1.0.22 |
| 1387 | 2026-01-23T16:28:35.860Z | Compiling futures-task v0.3.31 |
| 1388 | 2026-01-23T16:28:36.176Z | Compiling regex-automata v0.4.11 |
| 1389 | 2026-01-23T16:28:36.336Z | Compiling futures-io v0.3.31 |
| 1390 | 2026-01-23T16:28:36.506Z | Compiling minimal-lexical v0.2.1 |
| 1391 | 2026-01-23T16:28:36.580Z | Compiling indexmap v2.12.1 |
| 1392 | 2026-01-23T16:28:36.616Z | Compiling libloading v0.8.5 |
| 1393 | 2026-01-23T16:28:36.992Z | Compiling synstructure v0.13.1 |
| 1394 | 2026-01-23T16:28:37.037Z | Compiling nom v7.1.3 |
| 1395 | 2026-01-23T16:28:37.771Z | Compiling home v0.5.9 |
| 1396 | 2026-01-23T16:28:37.791Z | Compiling bindgen v0.69.5 |
| 1397 | 2026-01-23T16:28:37.977Z | Compiling base64ct v1.6.0 |
| 1398 | 2026-01-23T16:28:38.448Z | Compiling itertools v0.12.1 |
| 1399 | 2026-01-23T16:28:38.581Z | Compiling pem-rfc7468 v0.7.0 |
| 1400 | 2026-01-23T16:28:38.802Z | Compiling form_urlencoded v1.2.2 |
| 1401 | 2026-01-23T16:28:39.131Z | Compiling rustc-hash v1.1.0 |
| 1402 | 2026-01-23T16:28:39.220Z | Compiling lazycell v1.3.0 |
| 1403 | 2026-01-23T16:28:39.300Z | Compiling flagset v0.4.6 |
| 1404 | 2026-01-23T16:28:39.449Z | Compiling rand_core v0.9.3 |
| 1405 | 2026-01-23T16:28:39.537Z | Compiling cmake v0.1.51 |
| 1406 | 2026-01-23T16:28:40.050Z | Compiling dunce v1.0.5 |
| 1407 | 2026-01-23T16:28:40.210Z | Compiling cexpr v0.6.0 |
| 1408 | 2026-01-23T16:28:40.419Z | Compiling foldhash v0.1.5 |
| 1409 | 2026-01-23T16:28:40.466Z | Compiling fs_extra v1.3.0 |
| 1410 | 2026-01-23T16:28:40.751Z | Compiling paste v1.0.15 |
| 1411 | 2026-01-23T16:28:40.967Z | Compiling iana-time-zone v0.1.63 |
| 1412 | 2026-01-23T16:28:41.028Z | Compiling hashbrown v0.15.4 |
| 1413 | 2026-01-23T16:28:41.345Z | Compiling rustc_version v0.4.1 |
| 1414 | 2026-01-23T16:28:41.368Z | Compiling uuid v1.19.0 |
| 1415 | 2026-01-23T16:28:41.414Z | Compiling ident_case v1.0.1 |
| 1416 | 2026-01-23T16:28:41.617Z | Compiling regex v1.11.3 |
| 1417 | 2026-01-23T16:28:41.738Z | Compiling zerocopy v0.8.27 |
| 1418 | 2026-01-23T16:28:41.984Z | Compiling serde_derive v1.0.228 |
| 1419 | 2026-01-23T16:28:42.015Z | Compiling zeroize_derive v1.4.2 |
| 1420 | 2026-01-23T16:28:42.254Z | Compiling zerofrom-derive v0.1.4 |
| 1421 | 2026-01-23T16:28:42.573Z | Compiling yoke-derive v0.7.4 |
| 1422 | 2026-01-23T16:28:42.600Z | Compiling zerovec-derive v0.10.3 |
| 1423 | 2026-01-23T16:28:42.862Z | Compiling displaydoc v0.2.5 |
| 1424 | 2026-01-23T16:28:43.411Z | Compiling zeroize v1.8.1 |
| 1425 | 2026-01-23T16:28:44.492Z | Compiling zerocopy-derive v0.7.35 |
| 1426 | 2026-01-23T16:28:45.123Z | Compiling icu_provider_macros v1.5.0 |
| 1427 | 2026-01-23T16:28:45.319Z | Compiling crypto-common v0.1.6 |
| 1428 | 2026-01-23T16:28:45.377Z | Compiling block-buffer v0.10.4 |
| 1429 | 2026-01-23T16:28:45.575Z | Compiling tokio-macros v2.6.0 |
| 1430 | 2026-01-23T16:28:45.656Z | Compiling digest v0.10.7 |
| 1431 | 2026-01-23T16:28:45.685Z | Compiling zerofrom v0.1.4 |
| 1432 | 2026-01-23T16:28:45.940Z | Compiling yoke v0.7.4 |
| 1433 | 2026-01-23T16:28:46.147Z | Compiling hmac v0.12.1 |
| 1434 | 2026-01-23T16:28:46.151Z | Compiling thiserror-impl v2.0.17 |
| 1435 | 2026-01-23T16:28:46.322Z | Compiling zerovec v0.10.4 |
| 1436 | 2026-01-23T16:28:46.435Z | Compiling block-padding v0.3.3 |
| 1437 | 2026-01-23T16:28:46.466Z | Compiling futures-macro v0.3.31 |
| 1438 | 2026-01-23T16:28:46.498Z | Compiling zerocopy v0.7.35 |
| 1439 | 2026-01-23T16:28:46.721Z | Compiling inout v0.1.3 |
| 1440 | 2026-01-23T16:28:47.024Z | Compiling cipher v0.4.4 |
| 1441 | 2026-01-23T16:28:47.074Z | Compiling sha2 v0.10.9 |
| 1442 | 2026-01-23T16:28:47.585Z | Compiling der_derive v0.7.3 |
| 1443 | 2026-01-23T16:28:47.832Z | Compiling ppv-lite86 v0.2.20 |
| 1444 | 2026-01-23T16:28:48.249Z | Compiling tinystr v0.7.6 |
| 1445 | 2026-01-23T16:28:48.394Z | Compiling icu_collections v1.5.0 |
| 1446 | 2026-01-23T16:28:48.641Z | Compiling icu_locid v1.5.0 |
| 1447 | 2026-01-23T16:28:48.664Z | Compiling futures-util v0.3.31 |
| 1448 | 2026-01-23T16:28:48.774Z | Compiling salsa20 v0.10.2 |
| 1449 | 2026-01-23T16:28:49.011Z | Compiling pbkdf2 v0.12.2 |
| 1450 | 2026-01-23T16:28:49.206Z | Compiling vcpkg v0.2.15 |
| 1451 | 2026-01-23T16:28:49.257Z | Compiling thiserror v2.0.17 |
| 1452 | 2026-01-23T16:28:49.332Z | Compiling serde v1.0.228 |
| 1453 | 2026-01-23T16:28:49.492Z | Compiling pest v2.8.2 |
| 1454 | 2026-01-23T16:28:49.764Z | Compiling scrypt v0.11.0 |
| 1455 | 2026-01-23T16:28:49.846Z | Compiling icu_provider v1.5.0 |
| 1456 | 2026-01-23T16:28:50.290Z | Compiling der v0.7.10 |
| 1457 | 2026-01-23T16:28:50.607Z | Compiling bitflags v2.9.4 |
| 1458 | 2026-01-23T16:28:50.631Z | Compiling bytes v1.10.1 |
| 1459 | 2026-01-23T16:28:50.691Z | Compiling icu_locid_transform v1.5.0 |
| 1460 | 2026-01-23T16:28:50.826Z | Compiling chrono v0.4.42 |
| 1461 | 2026-01-23T16:28:51.065Z | Compiling openssl-sys v0.9.109 |
| 1462 | 2026-01-23T16:28:52.089Z | Compiling tokio v1.48.0 |
| 1463 | 2026-01-23T16:28:52.188Z | Compiling icu_properties v1.5.1 |
| 1464 | 2026-01-23T16:28:52.449Z | Compiling spki v0.7.3 |
| 1465 | 2026-01-23T16:28:52.835Z | Compiling pest_meta v2.8.2 |
| 1466 | 2026-01-23T16:28:53.020Z | Compiling http v1.4.0 |
| 1467 | 2026-01-23T16:28:53.197Z | Compiling rand_chacha v0.9.0 |
| 1468 | 2026-01-23T16:28:54.192Z | Compiling aes v0.8.4 |
| 1469 | 2026-01-23T16:28:54.225Z | Compiling cbc v0.1.2 |
| 1470 | 2026-01-23T16:28:54.625Z | Compiling which v4.4.2 |
| 1471 | 2026-01-23T16:28:54.975Z | Compiling zerocopy-derive v0.8.27 |
| 1472 | 2026-01-23T16:28:55.215Z | Compiling darling_core v0.20.10 |
| 1473 | 2026-01-23T16:28:56.783Z | Compiling icu_normalizer v1.5.0 |
| 1474 | 2026-01-23T16:28:56.958Z | Compiling pkcs5 v0.7.1 |
| 1475 | 2026-01-23T16:28:57.002Z | Compiling pest_generator v2.8.2 |
| 1476 | 2026-01-23T16:28:57.327Z | Compiling rand v0.9.2 |
| 1477 | 2026-01-23T16:28:58.067Z | Compiling idna_adapter v1.2.0 |
| 1478 | 2026-01-23T16:28:58.322Z | Compiling idna v1.0.3 |
| 1479 | 2026-01-23T16:28:58.683Z | Compiling tracing-attributes v0.1.27 |
| 1480 | 2026-01-23T16:28:58.745Z | Compiling serde_derive_internals v0.29.1 |
| 1481 | 2026-01-23T16:28:59.149Z | Compiling url v2.5.4 |
| 1482 | 2026-01-23T16:28:59.820Z | Compiling ring v0.17.14 |
| 1483 | 2026-01-23T16:29:00.911Z | Compiling tokio-util v0.7.15 |
| 1484 | 2026-01-23T16:29:00.914Z | Compiling tracing-core v0.1.32 |
| 1485 | 2026-01-23T16:29:01.000Z | Compiling schemars v0.8.22 |
| 1486 | 2026-01-23T16:29:01.044Z | Compiling darling_macro v0.20.10 |
| 1487 | 2026-01-23T16:29:01.374Z | Compiling aws-lc-rs v1.12.4 |
| 1488 | 2026-01-23T16:29:01.839Z | Compiling adler2 v2.0.0 |
| 1489 | 2026-01-23T16:29:01.902Z | Compiling rustix v1.0.7 |
| 1490 | 2026-01-23T16:29:01.988Z | Compiling darling v0.20.10 |
| 1491 | 2026-01-23T16:29:02.069Z | Compiling miniz_oxide v0.8.5 |
| 1492 | 2026-01-23T16:29:02.092Z | Compiling tracing v0.1.40 |
| 1493 | 2026-01-23T16:29:02.113Z | Compiling schemars_derive v0.8.22 |
| 1494 | 2026-01-23T16:29:02.588Z | Compiling pest_derive v2.8.2 |
| 1495 | 2026-01-23T16:29:02.750Z | Compiling pkcs8 v0.10.2 |
| 1496 | 2026-01-23T16:29:03.066Z | Compiling http-body v1.0.1 |
| 1497 | 2026-01-23T16:29:03.316Z | Compiling scroll_derive v0.13.1 |
| 1498 | 2026-01-23T16:29:03.353Z | Compiling dyn-clone v1.0.20 |
| 1499 | 2026-01-23T16:29:03.397Z | Compiling tinyvec_macros v0.1.1 |
| 1500 | 2026-01-23T16:29:03.418Z | Compiling httparse v1.9.5 |
| 1501 | 2026-01-23T16:29:03.507Z | Compiling rustls-pki-types v1.10.0 |
| 1502 | 2026-01-23T16:29:03.581Z | Compiling base64 v0.22.1 |
| 1503 | 2026-01-23T16:29:04.181Z | Compiling tinyvec v1.8.0 |
| 1504 | 2026-01-23T16:29:04.435Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1505 | 2026-01-23T16:29:05.118Z | Compiling scroll v0.13.0 |
| 1506 | 2026-01-23T16:29:05.179Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1507 | 2026-01-23T16:29:05.632Z | Compiling openssl-probe v0.1.5 |
| 1508 | 2026-01-23T16:29:05.672Z | Compiling tower-layer v0.3.3 |
| 1509 | 2026-01-23T16:29:05.694Z | Compiling openssl v0.10.73 |
| 1510 | 2026-01-23T16:29:05.727Z | Compiling atomic-waker v1.1.2 |
| 1511 | 2026-01-23T16:29:05.945Z | Compiling foreign-types-shared v0.1.1 |
| 1512 | 2026-01-23T16:29:05.967Z | Compiling num-conv v0.1.0 |
| 1513 | 2026-01-23T16:29:05.989Z | Compiling tower-service v0.3.3 |
| 1514 | 2026-01-23T16:29:06.087Z | Compiling untrusted v0.9.0 |
| 1515 | 2026-01-23T16:29:06.110Z | Compiling time-core v0.1.6 |
| 1516 | 2026-01-23T16:29:06.136Z | Compiling untrusted v0.7.1 |
| 1517 | 2026-01-23T16:29:06.259Z | Compiling powerfmt v0.2.0 |
| 1518 | 2026-01-23T16:29:06.298Z | Compiling try-lock v0.2.5 |
| 1519 | 2026-01-23T16:29:06.365Z | Compiling foreign-types v0.3.2 |
| 1520 | 2026-01-23T16:29:06.448Z | Compiling time-macros v0.2.24 |
| 1521 | 2026-01-23T16:29:06.476Z | Compiling want v0.3.1 |
| 1522 | 2026-01-23T16:29:06.494Z | Compiling h2 v0.4.6 |
| 1523 | 2026-01-23T16:29:06.624Z | Compiling tempfile v3.20.0 |
| 1524 | 2026-01-23T16:29:06.756Z | Compiling deranged v0.5.3 |
| 1525 | 2026-01-23T16:29:07.422Z | Compiling goblin v0.10.2 |
| 1526 | 2026-01-23T16:29:09.530Z | Compiling ipnet v2.11.0 |
| 1527 | 2026-01-23T16:29:09.553Z | Compiling openssl-macros v0.1.1 |
| 1528 | 2026-01-23T16:29:10.317Z | Compiling wait-timeout v0.2.0 |
| 1529 | 2026-01-23T16:29:10.347Z | Compiling num_threads v0.1.7 |
| 1530 | 2026-01-23T16:29:10.506Z | Compiling native-tls v0.2.12 |
| 1531 | 2026-01-23T16:29:10.701Z | Compiling syn v1.0.109 |
| 1532 | 2026-01-23T16:29:10.819Z | Compiling quick-error v1.2.3 |
| 1533 | 2026-01-23T16:29:10.885Z | Compiling httpdate v1.0.3 |
| 1534 | 2026-01-23T16:29:10.999Z | Compiling rustls v0.23.19 |
| 1535 | 2026-01-23T16:29:11.293Z | Compiling usdt-impl v0.6.0 |
| 1536 | 2026-01-23T16:29:11.322Z | Compiling gimli v0.31.1 |
| 1537 | 2026-01-23T16:29:11.325Z | Compiling bit-vec v0.8.0 |
| 1538 | 2026-01-23T16:29:11.325Z | Compiling crossbeam-utils v0.8.21 |
| 1539 | 2026-01-23T16:29:11.716Z | Compiling bit-set v0.8.0 |
| 1540 | 2026-01-23T16:29:11.836Z | Compiling rusty-fork v0.3.0 |
| 1541 | 2026-01-23T16:29:11.964Z | Compiling time v0.3.43 |
| 1542 | 2026-01-23T16:29:12.668Z | Compiling unicode-normalization v0.1.24 |
| 1543 | 2026-01-23T16:29:13.788Z | Compiling hyper v1.8.1 |
| 1544 | 2026-01-23T16:29:15.883Z | Compiling addr2line v0.24.2 |
| 1545 | 2026-01-23T16:29:15.989Z | Compiling dof v0.4.0 |
| 1546 | 2026-01-23T16:29:16.084Z | Compiling dtrace-parser v0.3.0 |
| 1547 | 2026-01-23T16:29:16.594Z | Compiling derive_builder_core v0.20.2 |
| 1548 | 2026-01-23T16:29:17.624Z | Compiling signature v2.2.0 |
| 1549 | 2026-01-23T16:29:17.957Z | Compiling heapless v0.7.17 |
| 1550 | 2026-01-23T16:29:18.014Z | Compiling thiserror-impl v1.0.69 |
| 1551 | 2026-01-23T16:29:18.261Z | Compiling scroll_derive v0.12.0 |
| 1552 | 2026-01-23T16:29:18.409Z | Compiling rand_xorshift v0.4.0 |
| 1553 | 2026-01-23T16:29:18.432Z | Compiling slog v2.8.2 |
| 1554 | 2026-01-23T16:29:18.610Z | Compiling thread-id v5.0.0 |
| 1555 | 2026-01-23T16:29:18.711Z | Compiling cookie v0.18.1 |
| 1556 | 2026-01-23T16:29:18.746Z | Compiling crc32fast v1.4.2 |
| 1557 | 2026-01-23T16:29:18.791Z | Compiling object v0.36.5 |
| 1558 | 2026-01-23T16:29:19.061Z | Compiling anyhow v1.0.99 |
| 1559 | 2026-01-23T16:29:19.099Z | Compiling zstd-safe v7.2.3 |
| 1560 | 2026-01-23T16:29:19.486Z | Compiling siphasher v0.3.11 |
| 1561 | 2026-01-23T16:29:19.585Z | Compiling zlib-rs v0.5.1 |
| 1562 | 2026-01-23T16:29:19.641Z | Compiling unicode-bidi v0.3.17 |
| 1563 | 2026-01-23T16:29:19.709Z | Compiling signal-hook v0.3.18 |
| 1564 | 2026-01-23T16:29:19.871Z | Compiling unicode-properties v0.1.3 |
| 1565 | 2026-01-23T16:29:20.024Z | Compiling unarray v0.1.4 |
| 1566 | 2026-01-23T16:29:20.214Z | Compiling rustc-demangle v0.1.24 |
| 1567 | 2026-01-23T16:29:20.294Z | Compiling proptest v1.7.0 |
| 1568 | 2026-01-23T16:29:20.837Z | Compiling stringprep v0.1.5 |
| 1569 | 2026-01-23T16:29:20.889Z | Compiling thiserror v1.0.69 |
| 1570 | 2026-01-23T16:29:21.092Z | Compiling phf_shared v0.11.2 |
| 1571 | 2026-01-23T16:29:21.487Z | Compiling scroll v0.12.0 |
| 1572 | 2026-01-23T16:29:21.825Z | Compiling derive_builder_macro v0.20.2 |
| 1573 | 2026-01-23T16:29:22.230Z | Compiling hyper-util v0.1.19 |
| 1574 | 2026-01-23T16:29:22.942Z | Compiling ipnetwork v0.21.1 |
| 1575 | 2026-01-23T16:29:23.801Z | Compiling erased-serde v0.3.31 |
| 1576 | 2026-01-23T16:29:23.910Z | Compiling serde_tokenstream v0.2.2 |
| 1577 | 2026-01-23T16:29:24.577Z | Compiling toml_datetime v0.6.11 |
| 1578 | 2026-01-23T16:29:25.157Z | Compiling serde_spanned v0.6.9 |
| 1579 | 2026-01-23T16:29:25.199Z | Compiling rand_chacha v0.3.1 |
| 1580 | 2026-01-23T16:29:25.417Z | Compiling backtrace v0.3.74 |
| 1581 | 2026-01-23T16:29:25.946Z | Compiling libz-rs-sys v0.5.1 |
| 1582 | 2026-01-23T16:29:26.279Z | Compiling md-5 v0.10.6 |
| 1583 | 2026-01-23T16:29:26.386Z | Compiling curve25519-dalek v4.1.3 |
| 1584 | 2026-01-23T16:29:26.586Z | Compiling vergen-lib v0.1.6 |
| 1585 | 2026-01-23T16:29:26.794Z | Compiling num-integer v0.1.46 |
| 1586 | 2026-01-23T16:29:26.940Z | Compiling sync_wrapper v1.0.1 |
| 1587 | 2026-01-23T16:29:27.106Z | Compiling hash32 v0.2.1 |
| 1588 | 2026-01-23T16:29:27.129Z | Compiling ff v0.13.0 |
| 1589 | 2026-01-23T16:29:27.160Z | Compiling memoffset v0.9.1 |
| 1590 | 2026-01-23T16:29:27.362Z | Compiling fallible-iterator v0.2.0 |
| 1591 | 2026-01-23T16:29:27.491Z | Compiling cfg_aliases v0.2.1 |
| 1592 | 2026-01-23T16:29:27.520Z | Compiling ref-cast v1.0.25 |
| 1593 | 2026-01-23T16:29:27.522Z | Compiling num-bigint-dig v0.8.6 |
| 1594 | 2026-01-23T16:29:27.615Z | Compiling psl-types v2.0.11 |
| 1595 | 2026-01-23T16:29:27.831Z | Compiling smoltcp v0.9.1 |
| 1596 | 2026-01-23T16:29:27.894Z | Compiling base16ct v0.2.0 |
| 1597 | 2026-01-23T16:29:28.051Z | Compiling litrs v0.4.1 |
| 1598 | 2026-01-23T16:29:28.216Z | Compiling sec1 v0.7.3 |
| 1599 | 2026-01-23T16:29:28.237Z | Compiling postgres-protocol v0.6.8 |
| 1600 | 2026-01-23T16:29:28.346Z | Compiling publicsuffix v2.3.0 |
| 1601 | 2026-01-23T16:29:28.494Z | Compiling nix v0.29.0 |
| 1602 | 2026-01-23T16:29:28.833Z | Compiling group v0.13.0 |
| 1603 | 2026-01-23T16:29:29.125Z | Compiling document-features v0.2.11 |
| 1604 | 2026-01-23T16:29:29.187Z | Compiling num-iter v0.1.45 |
| 1605 | 2026-01-23T16:29:29.446Z | Compiling tower v0.5.2 |
| 1606 | 2026-01-23T16:29:29.547Z | Compiling newtype-uuid v1.3.2 |
| 1607 | 2026-01-23T16:29:29.890Z | Compiling flate2 v1.1.2 |
| 1608 | 2026-01-23T16:29:30.247Z | Compiling rand v0.8.5 |
| 1609 | 2026-01-23T16:29:30.456Z | Compiling oxnet v0.1.4 |
| 1610 | 2026-01-23T16:29:30.524Z | Compiling derive_builder v0.20.2 |
| 1611 | 2026-01-23T16:29:30.735Z | Compiling tokio-native-tls v0.3.1 |
| 1612 | 2026-01-23T16:29:31.023Z | Compiling goblin v0.8.2 |
| 1613 | 2026-01-23T16:29:31.315Z | Compiling rustls-native-certs v0.8.1 |
| 1614 | 2026-01-23T16:29:31.903Z | Compiling webpki-roots v1.0.1 |
| 1615 | 2026-01-23T16:29:32.114Z | Compiling http-body-util v0.1.3 |
| 1616 | 2026-01-23T16:29:32.137Z | Compiling strum_macros v0.27.2 |
| 1617 | 2026-01-23T16:29:32.164Z | Compiling terminal_size v0.4.0 |
| 1618 | 2026-01-23T16:29:32.419Z | Compiling cargo-platform v0.1.8 |
| 1619 | 2026-01-23T16:29:32.452Z | Compiling hkdf v0.12.4 |
| 1620 | 2026-01-23T16:29:32.590Z | Compiling crypto-bigint v0.5.5 |
| 1621 | 2026-01-23T16:29:32.740Z | Compiling daft-derive v0.1.4 |
| 1622 | 2026-01-23T16:29:32.933Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1623 | 2026-01-23T16:29:34.383Z | Compiling async-trait v0.1.89 |
| 1624 | 2026-01-23T16:29:34.441Z | Compiling ref-cast-impl v1.0.25 |
| 1625 | 2026-01-23T16:29:34.685Z | Compiling hubpack_derive v0.1.1 |
| 1626 | 2026-01-23T16:29:35.602Z | Compiling vergen v9.0.6 |
| 1627 | 2026-01-23T16:29:35.605Z | Compiling ahash v0.8.12 |
| 1628 | 2026-01-23T16:29:35.939Z | Compiling fs-err v3.1.1 |
| 1629 | 2026-01-23T16:29:36.024Z | Compiling bitflags v1.3.2 |
| 1630 | 2026-01-23T16:29:36.150Z | Compiling managed v0.8.0 |
| 1631 | 2026-01-23T16:29:36.300Z | Compiling simd-adler32 v0.3.7 |
| 1632 | 2026-01-23T16:29:36.577Z | Compiling ryu v1.0.18 |
| 1633 | 2026-01-23T16:29:36.854Z | Compiling iri-string v0.7.8 |
| 1634 | 2026-01-23T16:29:36.857Z | Compiling unicode-segmentation v1.12.0 |
| 1635 | 2026-01-23T16:29:36.942Z | Compiling bumpalo v3.16.0 |
| 1636 | 2026-01-23T16:29:37.213Z | Compiling buf-list v1.0.3 |
| 1637 | 2026-01-23T16:29:37.424Z | Compiling winnow v0.5.40 |
| 1638 | 2026-01-23T16:29:37.748Z | Compiling lockfree-object-pool v0.1.6 |
| 1639 | 2026-01-23T16:29:37.943Z | Compiling strum v0.27.2 |
| 1640 | 2026-01-23T16:29:38.028Z | Compiling zopfli v0.8.1 |
| 1641 | 2026-01-23T16:29:38.158Z | Compiling dof v0.3.0 |
| 1642 | 2026-01-23T16:29:38.607Z | Compiling serde_urlencoded v0.7.1 |
| 1643 | 2026-01-23T16:29:39.154Z | Compiling clap_builder v4.5.48 |
| 1644 | 2026-01-23T16:29:39.989Z | Compiling tower-http v0.6.6 |
| 1645 | 2026-01-23T16:29:40.577Z | Compiling elliptic-curve v0.13.8 |
| 1646 | 2026-01-23T16:29:40.879Z | Compiling toml_edit v0.19.15 |
| 1647 | 2026-01-23T16:29:41.076Z | Compiling hubpack v0.1.2 |
| 1648 | 2026-01-23T16:29:41.129Z | Compiling daft v0.1.4 |
| 1649 | 2026-01-23T16:29:41.517Z | Compiling cargo_metadata v0.19.2 |
| 1650 | 2026-01-23T16:29:41.611Z | Compiling hyper-tls v0.6.0 |
| 1651 | 2026-01-23T16:29:41.753Z | Compiling cookie_store v0.21.1 |
| 1652 | 2026-01-23T16:29:42.030Z | Compiling signal-hook-mio v0.2.4 |
| 1653 | 2026-01-23T16:29:43.270Z | Compiling zstd v0.13.3 |
| 1654 | 2026-01-23T16:29:44.707Z | Compiling postgres-types v0.2.9 |
| 1655 | 2026-01-23T16:29:45.198Z | Compiling usdt-macro v0.6.0 |
| 1656 | 2026-01-23T16:29:46.014Z | Compiling usdt-attr-macro v0.6.0 |
| 1657 | 2026-01-23T16:29:46.729Z | Compiling phf v0.11.2 |
| 1658 | 2026-01-23T16:29:47.029Z | Compiling dtrace-parser v0.2.0 |
| 1659 | 2026-01-23T16:29:47.052Z | Compiling ed25519 v2.2.3 |
| 1660 | 2026-01-23T16:29:47.128Z | Compiling bzip2 v0.5.2 |
| 1661 | 2026-01-23T16:29:47.531Z | Compiling bzip2 v0.4.4 |
| 1662 | 2026-01-23T16:29:47.660Z | Compiling pkcs1 v0.7.5 |
| 1663 | 2026-01-23T16:29:47.779Z | Compiling serde_with_macros v3.14.0 |
| 1664 | 2026-01-23T16:29:47.929Z | Compiling enum-as-inner v0.6.1 |
| 1665 | 2026-01-23T16:29:48.609Z | Compiling clap_derive v4.5.47 |
| 1666 | 2026-01-23T16:29:48.964Z | Compiling strum_macros v0.26.4 |
| 1667 | 2026-01-23T16:29:49.025Z | Compiling serde-big-array v0.5.1 |
| 1668 | 2026-01-23T16:29:49.153Z | Compiling hex v0.4.3 |
| 1669 | 2026-01-23T16:29:49.292Z | Compiling rfc6979 v0.4.0 |
| 1670 | 2026-01-23T16:29:49.560Z | Compiling serde_repr v0.1.19 |
| 1671 | 2026-01-23T16:29:49.718Z | Compiling bstr v1.10.0 |
| 1672 | 2026-01-23T16:29:49.812Z | Compiling float-cmp v0.10.0 |
| 1673 | 2026-01-23T16:29:50.087Z | Compiling env_filter v0.1.2 |
| 1674 | 2026-01-23T16:29:50.384Z | Compiling socket2 v0.5.10 |
| 1675 | 2026-01-23T16:29:50.678Z | Compiling memmap2 v0.9.8 |
| 1676 | 2026-01-23T16:29:50.699Z | Compiling encoding_rs v0.8.34 |
| 1677 | 2026-01-23T16:29:51.113Z | Compiling rustc-hash v2.1.1 |
| 1678 | 2026-01-23T16:29:51.244Z | Compiling precomputed-hash v0.1.1 |
| 1679 | 2026-01-23T16:29:51.302Z | Compiling new_debug_unreachable v1.0.6 |
| 1680 | 2026-01-23T16:29:51.331Z | Compiling difflib v0.4.0 |
| 1681 | 2026-01-23T16:29:51.387Z | Compiling keccak v0.1.5 |
| 1682 | 2026-01-23T16:29:51.423Z | Compiling foldhash v0.2.0 |
| 1683 | 2026-01-23T16:29:51.833Z | Compiling jiff v0.2.15 |
| 1684 | 2026-01-23T16:29:52.641Z | Compiling normalize-line-endings v0.3.0 |
| 1685 | 2026-01-23T16:29:52.802Z | Compiling fixedbitset v0.4.2 |
| 1686 | 2026-01-23T16:29:53.054Z | Compiling fixedbitset v0.5.7 |
| 1687 | 2026-01-23T16:29:53.252Z | Compiling static_assertions v1.1.0 |
| 1688 | 2026-01-23T16:29:53.336Z | Compiling whoami v1.5.2 |
| 1689 | 2026-01-23T16:29:53.379Z | Compiling mime v0.3.17 |
| 1690 | 2026-01-23T16:29:53.637Z | Compiling predicates-core v1.0.8 |
| 1691 | 2026-01-23T16:29:53.689Z | Compiling data-encoding v2.9.0 |
| 1692 | 2026-01-23T16:29:53.916Z | Compiling predicates v3.1.3 |
| 1693 | 2026-01-23T16:29:53.939Z | Compiling tokio-postgres v0.7.13 |
| 1694 | 2026-01-23T16:29:53.961Z | Compiling petgraph v0.8.2 |
| 1695 | 2026-01-23T16:29:54.354Z | Compiling hickory-proto v0.25.2 |
| 1696 | 2026-01-23T16:29:55.456Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1697 | 2026-01-23T16:29:55.529Z | Compiling strum v0.26.3 |
| 1698 | 2026-01-23T16:29:55.745Z | Compiling petgraph v0.6.5 |
| 1699 | 2026-01-23T16:29:55.901Z | Compiling clap v4.5.48 |
| 1700 | 2026-01-23T16:29:56.045Z | Compiling toml_edit v0.22.27 |
| 1701 | 2026-01-23T16:29:58.525Z | Compiling sha3 v0.10.8 |
| 1702 | 2026-01-23T16:29:59.335Z | Compiling zip v4.2.0 |
| 1703 | 2026-01-23T16:29:59.361Z | Compiling iddqd v0.3.16 |
| 1704 | 2026-01-23T16:29:59.602Z | Compiling string_cache v0.8.9 |
| 1705 | 2026-01-23T16:30:00.052Z | Compiling usdt v0.6.0 |
| 1706 | 2026-01-23T16:30:00.551Z | Compiling similar v2.7.0 |
| 1707 | 2026-01-23T16:30:01.539Z | Compiling usdt-impl v0.5.0 |
| 1708 | 2026-01-23T16:30:02.031Z | Compiling serde_with v3.14.0 |
| 1709 | 2026-01-23T16:30:02.164Z | Compiling env_logger v0.11.8 |
| 1710 | 2026-01-23T16:30:02.597Z | Compiling ecdsa v0.16.9 |
| 1711 | 2026-01-23T16:30:02.851Z | Compiling rsa v0.9.8 |
| 1712 | 2026-01-23T16:30:02.921Z | Compiling zip v0.6.6 |
| 1713 | 2026-01-23T16:30:03.101Z | Compiling ed25519-dalek v2.1.1 |
| 1714 | 2026-01-23T16:30:03.505Z | Compiling toml v0.7.8 |
| 1715 | 2026-01-23T16:30:04.499Z | Compiling crossterm v0.28.1 |
| 1716 | 2026-01-23T16:30:05.523Z | Compiling heck v0.4.1 |
| 1717 | 2026-01-23T16:30:05.969Z | Compiling crossbeam-epoch v0.9.18 |
| 1718 | 2026-01-23T16:30:05.993Z | Compiling tokio-stream v0.1.17 |
| 1719 | 2026-01-23T16:30:06.015Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1720 | 2026-01-23T16:30:06.212Z | Compiling x509-cert v0.2.5 |
| 1721 | 2026-01-23T16:30:06.333Z | Compiling openapiv3 v2.2.0 |
| 1722 | 2026-01-23T16:30:06.455Z | Compiling sha1 v0.10.6 |
| 1723 | 2026-01-23T16:30:06.671Z | Compiling itertools v0.10.5 |
| 1724 | 2026-01-23T16:30:06.901Z | Compiling itertools v0.13.0 |
| 1725 | 2026-01-23T16:30:06.957Z | Compiling winnow v0.6.26 |
| 1726 | 2026-01-23T16:30:07.701Z | Compiling peg-runtime v0.8.5 |
| 1727 | 2026-01-23T16:30:08.305Z | Compiling lalrpop-util v0.19.12 |
| 1728 | 2026-01-23T16:30:08.671Z | Compiling thread_local v1.1.8 |
| 1729 | 2026-01-23T16:30:09.179Z | Compiling slog-async v2.8.0 |
| 1730 | 2026-01-23T16:30:09.256Z | Compiling crossbeam-channel v0.5.15 |
| 1731 | 2026-01-23T16:30:09.825Z | Compiling xattr v1.3.1 |
| 1732 | 2026-01-23T16:30:09.889Z | Compiling futures-executor v0.3.31 |
| 1733 | 2026-01-23T16:30:10.113Z | Compiling is-terminal v0.4.13 |
| 1734 | 2026-01-23T16:30:10.271Z | Compiling filetime v0.2.26 |
| 1735 | 2026-01-23T16:30:10.295Z | Compiling term v1.1.0 |
| 1736 | 2026-01-23T16:30:10.370Z | Compiling take_mut v0.2.2 |
| 1737 | 2026-01-23T16:30:10.401Z | Compiling futures v0.3.31 |
| 1738 | 2026-01-23T16:30:10.495Z | Compiling tar v0.4.44 |
| 1739 | 2026-01-23T16:30:11.570Z | Compiling slog-term v2.9.2 |
| 1740 | 2026-01-23T16:30:13.998Z | Compiling aws-lc-sys v0.26.0 |
| 1741 | 2026-01-23T16:30:43.728Z | Compiling rustls-webpki v0.102.8 |
| 1742 | 2026-01-23T16:30:48.320Z | Compiling tokio-rustls v0.26.0 |
| 1743 | 2026-01-23T16:30:48.588Z | Compiling hyper-rustls v0.27.7 |
| 1744 | 2026-01-23T16:30:48.882Z | Compiling reqwest v0.12.24 |
| 1745 | 2026-01-23T16:30:52.643Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1746 | 2026-01-23T16:30:52.954Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1747 | 2026-01-23T16:30:57.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
| 1748 | 2026-01-23T16:30:57.788Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1749 | 2026-01-23T16:30:57.841Z | Jan 23 16:30:56.873 INFO Starting download, target: Clickhouse |
| 1750 | 2026-01-23T16:30:57.841Z | Jan 23 16:30:56.874 INFO Starting download, target: Console |
| 1751 | 2026-01-23T16:30:57.841Z | Jan 23 16:30:56.874 INFO Starting download, target: Cockroach |
| 1752 | 2026-01-23T16:30:57.845Z | Jan 23 16:30:56.874 INFO Starting download, target: DendriteStub |
| 1753 | 2026-01-23T16:30:57.845Z | Jan 23 16:30:56.874 INFO Starting download, target: MaghemiteMgd |
| 1754 | 2026-01-23T16:30:57.845Z | Jan 23 16:30:56.874 INFO Starting download, target: TransceiverControl |
| 1755 | 2026-01-23T16:30:57.845Z | Jan 23 16:30:56.874 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1756 | 2026-01-23T16:30:57.845Z | Jan 23 16:30:56.874 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1757 | 2026-01-23T16:30:57.845Z | Jan 23 16:30:56.874 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1758 | 2026-01-23T16:30:57.845Z | Jan 23 16:30:56.875 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1759 | 2026-01-23T16:30:57.845Z | Jan 23 16:30:56.875 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1760 | 2026-01-23T16:30:57.845Z | Jan 23 16:30:56.875 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1761 | 2026-01-23T16:30:58.169Z | Jan 23 16:30:57.200 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1762 | 2026-01-23T16:30:58.344Z | Jan 23 16:30:57.371 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1763 | 2026-01-23T16:30:58.661Z | Jan 23 16:30:57.677 INFO Download complete, target: TransceiverControl |
| 1764 | 2026-01-23T16:30:58.861Z | Jan 23 16:30:57.841 INFO Download complete, target: Console |
| 1765 | 2026-01-23T16:30:59.459Z | Jan 23 16:30:58.490 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1766 | 2026-01-23T16:30:59.545Z | Jan 23 16:30:58.577 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1767 | 2026-01-23T16:30:59.820Z | Jan 23 16:30:58.852 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1768 | 2026-01-23T16:31:00.249Z | Jan 23 16:30:59.281 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1769 | 2026-01-23T16:31:00.249Z | Jan 23 16:30:59.281 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1770 | 2026-01-23T16:31:03.605Z | Jan 23 16:31:02.637 INFO Download complete, target: DendriteStub |
| 1771 | 2026-01-23T16:31:03.815Z | Jan 23 16:31:02.844 INFO Download complete, target: MaghemiteMgd |
| 1772 | 2026-01-23T16:31:08.211Z | Jan 23 16:31:07.242 INFO Checking that binary works, target: Cockroach |
| 1773 | 2026-01-23T16:31:08.347Z | Jan 23 16:31:07.377 INFO Download complete, target: Cockroach |
| 1774 | 2026-01-23T16:31:11.065Z | Jan 23 16:31:10.095 INFO Checking that binary works, target: Clickhouse |
| 1775 | 2026-01-23T16:31:11.176Z | Jan 23 16:31:10.206 INFO Download complete, target: Clickhouse |
| 1776 | 2026-01-23T16:31:11.198Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1777 | 2026-01-23T16:31:11.202Z | |
| 1778 | 2026-01-23T16:31:11.202Z | real 5:42.870721488 |
| 1779 | 2026-01-23T16:31:11.202Z | user 18:45.188386732 |
| 1780 | 2026-01-23T16:31:11.202Z | sys 2:34.737904362 |
| 1781 | 2026-01-23T16:31:11.202Z | trap 0.708888564 |
| 1782 | 2026-01-23T16:31:11.202Z | tflt 0.999180359 |
| 1783 | 2026-01-23T16:31:11.202Z | dflt 1.306217491 |
| 1784 | 2026-01-23T16:31:11.202Z | kflt 0.026755795 |
| 1785 | 2026-01-23T16:31:11.202Z | lock 44:59.151105372 |
| 1786 | 2026-01-23T16:31:11.202Z | slp 1:09:23.559535378 |
| 1787 | 2026-01-23T16:31:11.202Z | lat 1:21.426407246 |
| 1788 | 2026-01-23T16:31:11.202Z | stop 3:13.111654054 |
| 1789 | 2026-01-23T16:31:11.203Z | + banner hack-check |
| 1790 | 2026-01-23T16:31:11.203Z | |
| 1791 | 2026-01-23T16:31:11.203Z | # # ## #### # # #### # # ###### #### # # |
| 1792 | 2026-01-23T16:31:11.203Z | # # # # # # # # # # # # # # # # # |
| 1793 | 2026-01-23T16:31:11.203Z | ###### # # # #### ##### # ###### ##### # #### |
| 1794 | 2026-01-23T16:31:11.203Z | # # ###### # # # # # # # # # # |
| 1795 | 2026-01-23T16:31:11.203Z | # # # # # # # # # # # # # # # # # |
| 1796 | 2026-01-23T16:31:11.203Z | # # # # #### # # #### # # ###### #### # # |
| 1797 | 2026-01-23T16:31:11.203Z | |
| 1798 | 2026-01-23T16:31:11.203Z | + export CARGO_INCREMENTAL=0 |
| 1799 | 2026-01-23T16:31:11.203Z | + CARGO_INCREMENTAL=0 |
| 1800 | 2026-01-23T16:31:11.203Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1801 | 2026-01-23T16:31:11.974Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1802 | 2026-01-23T16:31:12.274Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1803 | 2026-01-23T16:31:15.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 1804 | 2026-01-23T16:31:15.475Z | Running `target/debug/xtask check-features --ci` |
| 1805 | 2026-01-23T16:31:15.483Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1806 | 2026-01-23T16:31:15.483Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1807 | 2026-01-23T16:31:16.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1808 | 2026-01-23T16:31:16.145Z | Running `target/debug/xtask download cargo-hack` |
| 1809 | 2026-01-23T16:31:19.966Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1810 | 2026-01-23T16:31:19.997Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1811 | 2026-01-23T16:31:21.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
| 1812 | 2026-01-23T16:31:21.737Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1813 | 2026-01-23T16:31:21.782Z | Jan 23 16:31:20.810 INFO Starting download, target: CargoHack |
| 1814 | 2026-01-23T16:31:21.786Z | Jan 23 16:31:20.811 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1815 | 2026-01-23T16:31:22.135Z | Jan 23 16:31:21.163 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1816 | 2026-01-23T16:31:22.215Z | Jan 23 16:31:21.244 INFO Download complete, target: CargoHack |
| 1817 | 2026-01-23T16:31:22.220Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1818 | 2026-01-23T16:31:22.241Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1819 | 2026-01-23T16:31:22.457Z | info: running `cargo check --bins` on api_identity (1/245) |
| 1820 | 2026-01-23T16:31:23.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-01-23T16:31:23.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-01-23T16:31:23.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-01-23T16:31:23.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1824 | 2026-01-23T16:31:23.227Z | |
| 1825 | 2026-01-23T16:31:23.227Z | info: running `cargo check --bins` on bootstore (2/245) |
| 1826 | 2026-01-23T16:31:23.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-01-23T16:31:23.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-01-23T16:31:23.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-01-23T16:31:23.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1830 | 2026-01-23T16:31:24.040Z | |
| 1831 | 2026-01-23T16:31:24.040Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/245) |
| 1832 | 2026-01-23T16:31:24.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-01-23T16:31:24.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-01-23T16:31:24.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-01-23T16:31:24.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1836 | 2026-01-23T16:31:24.881Z | |
| 1837 | 2026-01-23T16:31:24.881Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/245) |
| 1838 | 2026-01-23T16:31:25.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-01-23T16:31:25.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-01-23T16:31:25.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-01-23T16:31:25.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1842 | 2026-01-23T16:31:25.686Z | |
| 1843 | 2026-01-23T16:31:25.686Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/245) |
| 1844 | 2026-01-23T16:31:26.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-01-23T16:31:26.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-01-23T16:31:26.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-01-23T16:31:26.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1848 | 2026-01-23T16:31:26.304Z | |
| 1849 | 2026-01-23T16:31:26.304Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/245) |
| 1850 | 2026-01-23T16:31:26.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-01-23T16:31:26.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-01-23T16:31:26.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-01-23T16:31:26.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1854 | 2026-01-23T16:31:26.925Z | |
| 1855 | 2026-01-23T16:31:26.925Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/245) |
| 1856 | 2026-01-23T16:31:27.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-01-23T16:31:27.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-01-23T16:31:27.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-01-23T16:31:27.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1860 | 2026-01-23T16:31:27.548Z | |
| 1861 | 2026-01-23T16:31:27.548Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/245) |
| 1862 | 2026-01-23T16:31:28.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-01-23T16:31:28.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-01-23T16:31:28.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-01-23T16:31:28.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1866 | 2026-01-23T16:31:28.149Z | |
| 1867 | 2026-01-23T16:31:28.149Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/245) |
| 1868 | 2026-01-23T16:31:28.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-01-23T16:31:28.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-01-23T16:31:28.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-01-23T16:31:28.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1872 | 2026-01-23T16:31:28.766Z | |
| 1873 | 2026-01-23T16:31:28.767Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/245) |
| 1874 | 2026-01-23T16:31:29.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-01-23T16:31:29.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-01-23T16:31:29.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-01-23T16:31:29.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1878 | 2026-01-23T16:31:29.385Z | |
| 1879 | 2026-01-23T16:31:29.385Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/245) |
| 1880 | 2026-01-23T16:31:29.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-01-23T16:31:29.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-01-23T16:31:29.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-01-23T16:31:29.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1884 | 2026-01-23T16:31:29.995Z | |
| 1885 | 2026-01-23T16:31:29.996Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/245) |
| 1886 | 2026-01-23T16:31:30.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-01-23T16:31:30.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-01-23T16:31:30.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-01-23T16:31:30.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1890 | 2026-01-23T16:31:30.609Z | |
| 1891 | 2026-01-23T16:31:30.609Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/245) |
| 1892 | 2026-01-23T16:31:31.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-01-23T16:31:31.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-01-23T16:31:31.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-01-23T16:31:31.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1896 | 2026-01-23T16:31:31.219Z | |
| 1897 | 2026-01-23T16:31:31.219Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/245) |
| 1898 | 2026-01-23T16:31:31.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-01-23T16:31:31.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-01-23T16:31:31.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-01-23T16:31:31.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1902 | 2026-01-23T16:31:31.829Z | |
| 1903 | 2026-01-23T16:31:31.829Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/245) |
| 1904 | 2026-01-23T16:31:32.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-01-23T16:31:32.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-01-23T16:31:32.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-01-23T16:31:32.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1908 | 2026-01-23T16:31:32.440Z | |
| 1909 | 2026-01-23T16:31:32.440Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/245) |
| 1910 | 2026-01-23T16:31:32.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-01-23T16:31:32.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-01-23T16:31:32.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-01-23T16:31:32.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1914 | 2026-01-23T16:31:33.051Z | |
| 1915 | 2026-01-23T16:31:33.051Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/245) |
| 1916 | 2026-01-23T16:31:33.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-01-23T16:31:33.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-01-23T16:31:33.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-01-23T16:31:33.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1920 | 2026-01-23T16:31:33.672Z | |
| 1921 | 2026-01-23T16:31:33.672Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/245) |
| 1922 | 2026-01-23T16:31:34.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-01-23T16:31:34.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-01-23T16:31:34.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-01-23T16:31:34.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1926 | 2026-01-23T16:31:34.290Z | |
| 1927 | 2026-01-23T16:31:34.290Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/245) |
| 1928 | 2026-01-23T16:31:34.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-01-23T16:31:34.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-01-23T16:31:34.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-01-23T16:31:34.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1932 | 2026-01-23T16:31:34.920Z | |
| 1933 | 2026-01-23T16:31:34.920Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/245) |
| 1934 | 2026-01-23T16:31:35.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-01-23T16:31:35.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-01-23T16:31:35.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-01-23T16:31:35.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1938 | 2026-01-23T16:31:35.534Z | |
| 1939 | 2026-01-23T16:31:35.534Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/245) |
| 1940 | 2026-01-23T16:31:36.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-01-23T16:31:36.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-01-23T16:31:36.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-01-23T16:31:36.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1944 | 2026-01-23T16:31:36.160Z | |
| 1945 | 2026-01-23T16:31:36.160Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/245) |
| 1946 | 2026-01-23T16:31:36.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-01-23T16:31:36.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-01-23T16:31:36.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-01-23T16:31:36.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1950 | 2026-01-23T16:31:36.783Z | |
| 1951 | 2026-01-23T16:31:36.783Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/245) |
| 1952 | 2026-01-23T16:31:37.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-01-23T16:31:37.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-01-23T16:31:37.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-01-23T16:31:37.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1956 | 2026-01-23T16:31:37.410Z | |
| 1957 | 2026-01-23T16:31:37.410Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/245) |
| 1958 | 2026-01-23T16:31:37.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-01-23T16:31:37.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-01-23T16:31:37.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-01-23T16:31:37.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1962 | 2026-01-23T16:31:38.037Z | |
| 1963 | 2026-01-23T16:31:38.037Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/245) |
| 1964 | 2026-01-23T16:31:38.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-01-23T16:31:38.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-01-23T16:31:38.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-01-23T16:31:38.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1968 | 2026-01-23T16:31:38.663Z | |
| 1969 | 2026-01-23T16:31:38.663Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/245) |
| 1970 | 2026-01-23T16:31:39.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-01-23T16:31:39.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-01-23T16:31:39.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-01-23T16:31:39.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1974 | 2026-01-23T16:31:39.282Z | |
| 1975 | 2026-01-23T16:31:39.283Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/245) |
| 1976 | 2026-01-23T16:31:39.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-01-23T16:31:39.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-01-23T16:31:39.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-01-23T16:31:39.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1980 | 2026-01-23T16:31:39.901Z | |
| 1981 | 2026-01-23T16:31:39.901Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/245) |
| 1982 | 2026-01-23T16:31:40.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-01-23T16:31:40.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-01-23T16:31:40.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-01-23T16:31:40.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1986 | 2026-01-23T16:31:40.522Z | |
| 1987 | 2026-01-23T16:31:40.522Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/245) |
| 1988 | 2026-01-23T16:31:41.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-01-23T16:31:41.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-01-23T16:31:41.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-01-23T16:31:41.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1992 | 2026-01-23T16:31:41.139Z | |
| 1993 | 2026-01-23T16:31:41.139Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/245) |
| 1994 | 2026-01-23T16:31:41.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-01-23T16:31:41.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-01-23T16:31:41.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-01-23T16:31:41.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1998 | 2026-01-23T16:31:41.751Z | |
| 1999 | 2026-01-23T16:31:41.751Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/245) |
| 2000 | 2026-01-23T16:31:42.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-01-23T16:31:42.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-01-23T16:31:42.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-01-23T16:31:42.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2004 | 2026-01-23T16:31:42.367Z | |
| 2005 | 2026-01-23T16:31:42.367Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/245) |
| 2006 | 2026-01-23T16:31:42.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-01-23T16:31:42.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-01-23T16:31:42.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-01-23T16:31:42.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2010 | 2026-01-23T16:31:42.991Z | |
| 2011 | 2026-01-23T16:31:42.991Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/245) |
| 2012 | 2026-01-23T16:31:43.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-01-23T16:31:43.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-01-23T16:31:43.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-01-23T16:31:43.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2016 | 2026-01-23T16:31:43.630Z | |
| 2017 | 2026-01-23T16:31:43.631Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/245) |
| 2018 | 2026-01-23T16:31:44.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-01-23T16:31:44.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-01-23T16:31:44.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-01-23T16:31:44.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2022 | 2026-01-23T16:31:44.271Z | |
| 2023 | 2026-01-23T16:31:44.274Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/245) |
| 2024 | 2026-01-23T16:31:44.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-01-23T16:31:44.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-01-23T16:31:44.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-01-23T16:31:44.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2028 | 2026-01-23T16:31:44.867Z | |
| 2029 | 2026-01-23T16:31:44.867Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/245) |
| 2030 | 2026-01-23T16:31:45.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-01-23T16:31:45.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-01-23T16:31:45.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-01-23T16:31:45.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2034 | 2026-01-23T16:31:45.468Z | |
| 2035 | 2026-01-23T16:31:45.468Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/245) |
| 2036 | 2026-01-23T16:31:46.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-01-23T16:31:46.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-01-23T16:31:46.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-01-23T16:31:46.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2040 | 2026-01-23T16:31:46.082Z | |
| 2041 | 2026-01-23T16:31:46.082Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/245) |
| 2042 | 2026-01-23T16:31:46.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-01-23T16:31:46.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-01-23T16:31:46.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-01-23T16:31:46.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2046 | 2026-01-23T16:31:46.695Z | |
| 2047 | 2026-01-23T16:31:46.695Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/245) |
| 2048 | 2026-01-23T16:31:47.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-01-23T16:31:47.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-01-23T16:31:47.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-01-23T16:31:47.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2052 | 2026-01-23T16:31:47.307Z | |
| 2053 | 2026-01-23T16:31:47.307Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/245) |
| 2054 | 2026-01-23T16:31:47.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-01-23T16:31:47.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-01-23T16:31:47.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-01-23T16:31:47.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2058 | 2026-01-23T16:31:47.919Z | |
| 2059 | 2026-01-23T16:31:47.919Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/245) |
| 2060 | 2026-01-23T16:31:48.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-01-23T16:31:48.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-01-23T16:31:48.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-01-23T16:31:48.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2064 | 2026-01-23T16:31:48.532Z | |
| 2065 | 2026-01-23T16:31:48.532Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/245) |
| 2066 | 2026-01-23T16:31:49.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-01-23T16:31:49.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-01-23T16:31:49.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-01-23T16:31:49.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2070 | 2026-01-23T16:31:49.148Z | |
| 2071 | 2026-01-23T16:31:49.149Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/245) |
| 2072 | 2026-01-23T16:31:49.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-01-23T16:31:49.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-01-23T16:31:49.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-01-23T16:31:49.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2076 | 2026-01-23T16:31:49.758Z | |
| 2077 | 2026-01-23T16:31:49.758Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/245) |
| 2078 | 2026-01-23T16:31:50.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-01-23T16:31:50.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-01-23T16:31:50.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-01-23T16:31:50.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2082 | 2026-01-23T16:31:50.399Z | |
| 2083 | 2026-01-23T16:31:50.399Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (45/245) |
| 2084 | 2026-01-23T16:31:51.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-01-23T16:31:51.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-01-23T16:31:51.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-01-23T16:31:51.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2088 | 2026-01-23T16:31:51.225Z | |
| 2089 | 2026-01-23T16:31:51.225Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/245) |
| 2090 | 2026-01-23T16:31:51.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-01-23T16:31:51.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-01-23T16:31:51.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-01-23T16:31:51.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2094 | 2026-01-23T16:31:52.034Z | |
| 2095 | 2026-01-23T16:31:52.034Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/245) |
| 2096 | 2026-01-23T16:31:52.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-01-23T16:31:52.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-01-23T16:31:52.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-01-23T16:31:52.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2100 | 2026-01-23T16:31:52.856Z | |
| 2101 | 2026-01-23T16:31:52.856Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/245) |
| 2102 | 2026-01-23T16:31:53.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-01-23T16:31:53.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-01-23T16:31:53.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-01-23T16:31:53.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2106 | 2026-01-23T16:31:53.676Z | |
| 2107 | 2026-01-23T16:31:53.676Z | info: running `cargo check --bins` on oxlog (49/245) |
| 2108 | 2026-01-23T16:31:54.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-01-23T16:31:54.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-01-23T16:31:54.480Z | Checking cfg-if v1.0.4 |
| 2111 | 2026-01-23T16:31:54.483Z | Checking libc v0.2.174 |
| 2112 | 2026-01-23T16:31:54.593Z | Checking serde_core v1.0.228 |
| 2113 | 2026-01-23T16:31:54.618Z | Checking zeroize v1.8.1 |
| 2114 | 2026-01-23T16:31:54.621Z | Checking memchr v2.7.4 |
| 2115 | 2026-01-23T16:31:54.641Z | Checking value-bag v1.9.0 |
| 2116 | 2026-01-23T16:31:54.641Z | Checking smallvec v1.15.1 |
| 2117 | 2026-01-23T16:31:54.644Z | Checking typenum v1.17.0 |
| 2118 | 2026-01-23T16:31:54.684Z | Checking scopeguard v1.2.0 |
| 2119 | 2026-01-23T16:31:54.833Z | Checking lock_api v0.4.12 |
| 2120 | 2026-01-23T16:31:54.878Z | Checking subtle v2.6.1 |
| 2121 | 2026-01-23T16:31:55.023Z | Checking const-oid v0.9.6 |
| 2122 | 2026-01-23T16:31:55.044Z | Checking log v0.4.27 |
| 2123 | 2026-01-23T16:31:55.161Z | Checking itoa v1.0.11 |
| 2124 | 2026-01-23T16:31:55.217Z | Checking byteorder v1.5.0 |
| 2125 | 2026-01-23T16:31:55.398Z | Checking stable_deref_trait v1.2.0 |
| 2126 | 2026-01-23T16:31:55.458Z | Checking portable-atomic v1.11.0 |
| 2127 | 2026-01-23T16:31:55.512Z | Checking critical-section v1.1.3 |
| 2128 | 2026-01-23T16:31:55.536Z | Checking zerofrom v0.1.4 |
| 2129 | 2026-01-23T16:31:55.643Z | Checking allocator-api2 v0.2.21 |
| 2130 | 2026-01-23T16:31:55.671Z | Checking pin-project-lite v0.2.14 |
| 2131 | 2026-01-23T16:31:55.706Z | Checking getrandom v0.2.15 |
| 2132 | 2026-01-23T16:31:55.751Z | Checking yoke v0.7.4 |
| 2133 | 2026-01-23T16:31:55.792Z | Checking generic-array v0.14.7 |
| 2134 | 2026-01-23T16:31:55.811Z | Checking getrandom v0.3.4 |
| 2135 | 2026-01-23T16:31:55.950Z | Checking rand_core v0.6.4 |
| 2136 | 2026-01-23T16:31:56.056Z | Checking signal-hook-registry v1.4.2 |
| 2137 | 2026-01-23T16:31:56.116Z | Checking zerovec v0.10.4 |
| 2138 | 2026-01-23T16:31:56.257Z | Checking parking_lot_core v0.9.10 |
| 2139 | 2026-01-23T16:31:56.277Z | Checking mio v1.0.2 |
| 2140 | 2026-01-23T16:31:56.320Z | Checking equivalent v1.0.2 |
| 2141 | 2026-01-23T16:31:56.444Z | Checking libm v0.2.8 |
| 2142 | 2026-01-23T16:31:56.469Z | Checking once_cell v1.21.3 |
| 2143 | 2026-01-23T16:31:56.621Z | Checking parking_lot v0.12.3 |
| 2144 | 2026-01-23T16:31:56.774Z | Checking writeable v0.5.5 |
| 2145 | 2026-01-23T16:31:56.873Z | Checking litemap v0.7.3 |
| 2146 | 2026-01-23T16:31:56.892Z | Checking socket2 v0.6.1 |
| 2147 | 2026-01-23T16:31:56.941Z | Checking crypto-common v0.1.6 |
| 2148 | 2026-01-23T16:31:56.973Z | Checking block-buffer v0.10.4 |
| 2149 | 2026-01-23T16:31:57.093Z | Checking zerocopy v0.7.35 |
| 2150 | 2026-01-23T16:31:57.151Z | Checking zmij v1.0.15 |
| 2151 | 2026-01-23T16:31:57.210Z | Checking digest v0.10.7 |
| 2152 | 2026-01-23T16:31:57.226Z | Checking percent-encoding v2.3.2 |
| 2153 | 2026-01-23T16:31:57.347Z | Checking num-traits v0.2.19 |
| 2154 | 2026-01-23T16:31:57.367Z | Checking cpufeatures v0.2.14 |
| 2155 | 2026-01-23T16:31:57.470Z | Checking futures-core v0.3.31 |
| 2156 | 2026-01-23T16:31:57.487Z | Checking icu_locid_transform_data v1.5.0 |
| 2157 | 2026-01-23T16:31:57.556Z | Checking block-padding v0.3.3 |
| 2158 | 2026-01-23T16:31:57.597Z | Checking hashbrown v0.16.1 |
| 2159 | 2026-01-23T16:31:57.600Z | Checking hmac v0.12.1 |
| 2160 | 2026-01-23T16:31:57.664Z | Checking icu_properties_data v1.5.0 |
| 2161 | 2026-01-23T16:31:57.725Z | Checking tinystr v0.7.6 |
| 2162 | 2026-01-23T16:31:57.779Z | Checking icu_collections v1.5.0 |
| 2163 | 2026-01-23T16:31:57.831Z | Checking inout v0.1.3 |
| 2164 | 2026-01-23T16:31:57.921Z | Checking utf8_iter v1.0.4 |
| 2165 | 2026-01-23T16:31:58.076Z | Checking icu_locid v1.5.0 |
| 2166 | 2026-01-23T16:31:58.079Z | Checking write16 v1.0.0 |
| 2167 | 2026-01-23T16:31:58.141Z | Checking futures-sink v0.3.31 |
| 2168 | 2026-01-23T16:31:58.236Z | Checking utf16_iter v1.0.5 |
| 2169 | 2026-01-23T16:31:58.299Z | Checking icu_normalizer_data v1.5.0 |
| 2170 | 2026-01-23T16:31:58.317Z | Checking ppv-lite86 v0.2.20 |
| 2171 | 2026-01-23T16:31:58.416Z | Checking futures-channel v0.3.31 |
| 2172 | 2026-01-23T16:31:58.435Z | Checking cipher v0.4.4 |
| 2173 | 2026-01-23T16:31:58.455Z | Checking sha2 v0.10.9 |
| 2174 | 2026-01-23T16:31:58.518Z | Checking serde v1.0.228 |
| 2175 | 2026-01-23T16:31:58.617Z | Checking serde_json v1.0.149 |
| 2176 | 2026-01-23T16:31:58.766Z | Checking indexmap v2.12.1 |
| 2177 | 2026-01-23T16:31:58.785Z | Checking slab v0.4.9 |
| 2178 | 2026-01-23T16:31:58.822Z | Checking base64ct v1.6.0 |
| 2179 | 2026-01-23T16:31:59.020Z | Checking icu_provider v1.5.0 |
| 2180 | 2026-01-23T16:31:59.038Z | Checking pin-utils v0.1.0 |
| 2181 | 2026-01-23T16:31:59.040Z | Checking futures-task v0.3.31 |
| 2182 | 2026-01-23T16:31:59.064Z | Checking futures-io v0.3.31 |
| 2183 | 2026-01-23T16:31:59.144Z | Checking errno v0.3.12 |
| 2184 | 2026-01-23T16:31:59.259Z | Checking flagset v0.4.6 |
| 2185 | 2026-01-23T16:31:59.298Z | Checking futures-util v0.3.31 |
| 2186 | 2026-01-23T16:31:59.318Z | Checking pem-rfc7468 v0.7.0 |
| 2187 | 2026-01-23T16:31:59.346Z | Checking form_urlencoded v1.2.2 |
| 2188 | 2026-01-23T16:31:59.487Z | Checking rand_core v0.9.3 |
| 2189 | 2026-01-23T16:31:59.523Z | Checking bytes v1.10.1 |
| 2190 | 2026-01-23T16:31:59.573Z | Checking bitflags v2.9.4 |
| 2191 | 2026-01-23T16:31:59.604Z | Checking der v0.7.10 |
| 2192 | 2026-01-23T16:31:59.678Z | Checking icu_locid_transform v1.5.0 |
| 2193 | 2026-01-23T16:31:59.833Z | Checking fnv v1.0.7 |
| 2194 | 2026-01-23T16:31:59.891Z | Checking foldhash v0.1.5 |
| 2195 | 2026-01-23T16:31:59.984Z | Checking salsa20 v0.10.2 |
| 2196 | 2026-01-23T16:32:00.047Z | Checking uuid v1.19.0 |
| 2197 | 2026-01-23T16:32:00.131Z | Checking hashbrown v0.15.4 |
| 2198 | 2026-01-23T16:32:00.200Z | Checking pbkdf2 v0.12.2 |
| 2199 | 2026-01-23T16:32:00.239Z | Checking spin v0.9.8 |
| 2200 | 2026-01-23T16:32:00.378Z | Checking scrypt v0.11.0 |
| 2201 | 2026-01-23T16:32:00.544Z | Checking tokio v1.48.0 |
| 2202 | 2026-01-23T16:32:00.598Z | Checking http v1.4.0 |
| 2203 | 2026-01-23T16:32:00.617Z | Checking rand_chacha v0.9.0 |
| 2204 | 2026-01-23T16:32:00.676Z | Checking cbc v0.1.2 |
| 2205 | 2026-01-23T16:32:00.694Z | Checking icu_properties v1.5.1 |
| 2206 | 2026-01-23T16:32:00.897Z | Checking aes v0.8.4 |
| 2207 | 2026-01-23T16:32:01.024Z | Checking regex-syntax v0.8.5 |
| 2208 | 2026-01-23T16:32:01.200Z | Checking iana-time-zone v0.1.63 |
| 2209 | 2026-01-23T16:32:01.347Z | Checking spki v0.7.3 |
| 2210 | 2026-01-23T16:32:01.375Z | Checking chrono v0.4.42 |
| 2211 | 2026-01-23T16:32:01.641Z | Checking rand v0.9.2 |
| 2212 | 2026-01-23T16:32:01.773Z | Checking pkcs5 v0.7.1 |
| 2213 | 2026-01-23T16:32:01.886Z | Checking tracing-core v0.1.32 |
| 2214 | 2026-01-23T16:32:02.296Z | Checking thiserror v2.0.17 |
| 2215 | 2026-01-23T16:32:02.455Z | Checking pkcs8 v0.10.2 |
| 2216 | 2026-01-23T16:32:02.540Z | Checking tracing v0.1.40 |
| 2217 | 2026-01-23T16:32:02.730Z | Checking http-body v1.0.1 |
| 2218 | 2026-01-23T16:32:02.786Z | Checking rustls-pki-types v1.10.0 |
| 2219 | 2026-01-23T16:32:02.918Z | Checking plain v0.2.3 |
| 2220 | 2026-01-23T16:32:02.961Z | Checking tinyvec_macros v0.1.1 |
| 2221 | 2026-01-23T16:32:03.062Z | Checking base64 v0.22.1 |
| 2222 | 2026-01-23T16:32:03.103Z | Checking tinyvec v1.8.0 |
| 2223 | 2026-01-23T16:32:03.372Z | Checking lazy_static v1.5.0 |
| 2224 | 2026-01-23T16:32:03.374Z | Checking rustix v1.0.7 |
| 2225 | 2026-01-23T16:32:03.505Z | Checking semver v1.0.27 |
| 2226 | 2026-01-23T16:32:03.548Z | Checking zerocopy v0.8.27 |
| 2227 | 2026-01-23T16:32:03.897Z | Checking aws-lc-sys v0.26.0 |
| 2228 | 2026-01-23T16:32:03.915Z | Checking untrusted v0.7.1 |
| 2229 | 2026-01-23T16:32:04.038Z | Checking icu_normalizer v1.5.0 |
| 2230 | 2026-01-23T16:32:04.086Z | Checking unicode-ident v1.0.19 |
| 2231 | 2026-01-23T16:32:04.149Z | Checking foreign-types-shared v0.1.1 |
| 2232 | 2026-01-23T16:32:04.270Z | Checking atomic-waker v1.1.2 |
| 2233 | 2026-01-23T16:32:04.286Z | Checking fastrand v2.1.1 |
| 2234 | 2026-01-23T16:32:04.428Z | Checking openssl-probe v0.1.5 |
| 2235 | 2026-01-23T16:32:04.475Z | Checking dyn-clone v1.0.20 |
| 2236 | 2026-01-23T16:32:04.600Z | Checking ucd-trie v0.1.7 |
| 2237 | 2026-01-23T16:32:04.631Z | Checking tower-layer v0.3.3 |
| 2238 | 2026-01-23T16:32:04.646Z | Checking untrusted v0.9.0 |
| 2239 | 2026-01-23T16:32:04.822Z | Checking try-lock v0.2.5 |
| 2240 | 2026-01-23T16:32:04.825Z | Checking tower-service v0.3.3 |
| 2241 | 2026-01-23T16:32:04.849Z | Checking idna_adapter v1.2.0 |
| 2242 | 2026-01-23T16:32:04.891Z | Checking adler2 v2.0.0 |
| 2243 | 2026-01-23T16:32:04.966Z | Checking pest v2.8.2 |
| 2244 | 2026-01-23T16:32:04.969Z | Checking want v0.3.1 |
| 2245 | 2026-01-23T16:32:05.041Z | Checking idna v1.0.3 |
| 2246 | 2026-01-23T16:32:05.062Z | Checking miniz_oxide v0.8.5 |
| 2247 | 2026-01-23T16:32:05.187Z | Checking ring v0.17.14 |
| 2248 | 2026-01-23T16:32:05.531Z | Checking tempfile v3.20.0 |
| 2249 | 2026-01-23T16:32:05.557Z | Checking url v2.5.4 |
| 2250 | 2026-01-23T16:32:05.749Z | Checking foreign-types v0.3.2 |
| 2251 | 2026-01-23T16:32:05.865Z | Checking proc-macro2 v1.0.101 |
| 2252 | 2026-01-23T16:32:05.912Z | Checking ipnet v2.11.0 |
| 2253 | 2026-01-23T16:32:06.079Z | Checking aws-lc-rs v1.12.4 |
| 2254 | 2026-01-23T16:32:06.444Z | Checking httparse v1.9.5 |
| 2255 | 2026-01-23T16:32:06.479Z | Checking schemars v0.8.22 |
| 2256 | 2026-01-23T16:32:06.547Z | Checking openssl-sys v0.9.109 |
| 2257 | 2026-01-23T16:32:06.918Z | Checking wait-timeout v0.2.0 |
| 2258 | 2026-01-23T16:32:06.993Z | Checking aho-corasick v1.1.3 |
| 2259 | 2026-01-23T16:32:07.135Z | Checking quick-error v1.2.3 |
| 2260 | 2026-01-23T16:32:07.311Z | Checking httpdate v1.0.3 |
| 2261 | 2026-01-23T16:32:07.396Z | Checking powerfmt v0.2.0 |
| 2262 | 2026-01-23T16:32:07.503Z | Checking anstyle v1.0.11 |
| 2263 | 2026-01-23T16:32:07.584Z | Checking utf8parse v0.2.2 |
| 2264 | 2026-01-23T16:32:07.641Z | Checking tokio-util v0.7.15 |
| 2265 | 2026-01-23T16:32:07.677Z | Checking pretty-hex v0.4.1 |
| 2266 | 2026-01-23T16:32:07.736Z | Checking bit-vec v0.8.0 |
| 2267 | 2026-01-23T16:32:07.753Z | Checking anstyle-parse v0.2.5 |
| 2268 | 2026-01-23T16:32:07.817Z | Checking rustls-webpki v0.102.8 |
| 2269 | 2026-01-23T16:32:07.861Z | Checking openssl v0.10.73 |
| 2270 | 2026-01-23T16:32:07.864Z | Checking deranged v0.5.3 |
| 2271 | 2026-01-23T16:32:07.994Z | Checking rusty-fork v0.3.0 |
| 2272 | 2026-01-23T16:32:08.023Z | Checking quote v1.0.40 |
| 2273 | 2026-01-23T16:32:08.113Z | Checking bit-set v0.8.0 |
| 2274 | 2026-01-23T16:32:08.309Z | Compiling newtype-uuid v1.3.2 |
| 2275 | 2026-01-23T16:32:08.377Z | Checking unicode-normalization v0.1.24 |
| 2276 | 2026-01-23T16:32:08.396Z | Checking crossbeam-utils v0.8.21 |
| 2277 | 2026-01-23T16:32:08.562Z | Checking regex-automata v0.4.11 |
| 2278 | 2026-01-23T16:32:08.582Z | Checking rustix v0.38.37 |
| 2279 | 2026-01-23T16:32:08.624Z | Checking rand_xorshift v0.4.0 |
| 2280 | 2026-01-23T16:32:08.818Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2281 | 2026-01-23T16:32:08.934Z | Checking h2 v0.4.6 |
| 2282 | 2026-01-23T16:32:08.957Z | Checking scroll v0.13.0 |
| 2283 | 2026-01-23T16:32:09.171Z | Checking signature v2.2.0 |
| 2284 | 2026-01-23T16:32:09.291Z | Checking crc32fast v1.4.2 |
| 2285 | 2026-01-23T16:32:09.390Z | Checking time-core v0.1.6 |
| 2286 | 2026-01-23T16:32:09.456Z | Checking colorchoice v1.0.2 |
| 2287 | 2026-01-23T16:32:09.546Z | Checking zlib-rs v0.5.1 |
| 2288 | 2026-01-23T16:32:09.607Z | Checking siphasher v0.3.11 |
| 2289 | 2026-01-23T16:32:09.671Z | Checking unarray v0.1.4 |
| 2290 | 2026-01-23T16:32:09.847Z | Checking unicode-bidi v0.3.17 |
| 2291 | 2026-01-23T16:32:09.935Z | Checking num_threads v0.1.7 |
| 2292 | 2026-01-23T16:32:10.080Z | Checking is_terminal_polyfill v1.70.1 |
| 2293 | 2026-01-23T16:32:10.222Z | Checking num-conv v0.1.0 |
| 2294 | 2026-01-23T16:32:10.334Z | Checking anstyle-query v1.1.1 |
| 2295 | 2026-01-23T16:32:10.426Z | Checking unicode-properties v0.1.3 |
| 2296 | 2026-01-23T16:32:10.451Z | Checking either v1.15.0 |
| 2297 | 2026-01-23T16:32:10.473Z | Checking anstream v0.6.18 |
| 2298 | 2026-01-23T16:32:10.806Z | Checking stringprep v0.1.5 |
| 2299 | 2026-01-23T16:32:10.844Z | Checking time v0.3.43 |
| 2300 | 2026-01-23T16:32:10.861Z | Checking phf_shared v0.11.2 |
| 2301 | 2026-01-23T16:32:11.099Z | Checking proptest v1.7.0 |
| 2302 | 2026-01-23T16:32:11.150Z | Checking goblin v0.10.2 |
| 2303 | 2026-01-23T16:32:11.408Z | Checking libz-rs-sys v0.5.1 |
| 2304 | 2026-01-23T16:32:11.638Z | Checking crossbeam-epoch v0.9.18 |
| 2305 | 2026-01-23T16:32:11.762Z | Checking rustls v0.23.19 |
| 2306 | 2026-01-23T16:32:12.078Z | Compiling daft v0.1.4 |
| 2307 | 2026-01-23T16:32:12.647Z | Checking syn v2.0.111 |
| 2308 | 2026-01-23T16:32:12.868Z | Checking ipnetwork v0.21.1 |
| 2309 | 2026-01-23T16:32:12.924Z | Checking native-tls v0.2.12 |
| 2310 | 2026-01-23T16:32:13.273Z | Checking scroll v0.12.0 |
| 2311 | 2026-01-23T16:32:13.291Z | Checking thiserror v1.0.69 |
| 2312 | 2026-01-23T16:32:13.447Z | Checking toml_datetime v0.6.11 |
| 2313 | 2026-01-23T16:32:13.489Z | Checking serde_spanned v0.6.9 |
| 2314 | 2026-01-23T16:32:13.710Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2315 | 2026-01-23T16:32:13.729Z | Checking rand_chacha v0.3.1 |
| 2316 | 2026-01-23T16:32:13.812Z | Checking num-integer v0.1.46 |
| 2317 | 2026-01-23T16:32:13.920Z | Checking sync_wrapper v1.0.1 |
| 2318 | 2026-01-23T16:32:14.092Z | Checking md-5 v0.10.6 |
| 2319 | 2026-01-23T16:32:14.132Z | Checking ff v0.13.0 |
| 2320 | 2026-01-23T16:32:14.316Z | Checking hash32 v0.2.1 |
| 2321 | 2026-01-23T16:32:14.356Z | Checking gimli v0.31.1 |
| 2322 | 2026-01-23T16:32:14.375Z | Checking psl-types v2.0.11 |
| 2323 | 2026-01-23T16:32:14.584Z | Checking base16ct v0.2.0 |
| 2324 | 2026-01-23T16:32:14.636Z | Checking fallible-iterator v0.2.0 |
| 2325 | 2026-01-23T16:32:14.814Z | Compiling iddqd v0.3.16 |
| 2326 | 2026-01-23T16:32:15.246Z | Checking postgres-protocol v0.6.8 |
| 2327 | 2026-01-23T16:32:15.268Z | Checking hyper v1.8.1 |
| 2328 | 2026-01-23T16:32:15.893Z | Checking sec1 v0.7.3 |
| 2329 | 2026-01-23T16:32:15.925Z | Checking heapless v0.7.17 |
| 2330 | 2026-01-23T16:32:16.304Z | Checking publicsuffix v2.3.0 |
| 2331 | 2026-01-23T16:32:16.607Z | Checking group v0.13.0 |
| 2332 | 2026-01-23T16:32:16.844Z | Checking tokio-rustls v0.26.0 |
| 2333 | 2026-01-23T16:32:16.869Z | Checking num-iter v0.1.45 |
| 2334 | 2026-01-23T16:32:16.886Z | Checking rand v0.8.5 |
| 2335 | 2026-01-23T16:32:17.064Z | Checking tower v0.5.2 |
| 2336 | 2026-01-23T16:32:17.139Z | Checking dof v0.4.0 |
| 2337 | 2026-01-23T16:32:17.262Z | Checking zstd-safe v7.2.3 |
| 2338 | 2026-01-23T16:32:17.306Z | Checking hyper-util v0.1.19 |
| 2339 | 2026-01-23T16:32:17.326Z | Checking goblin v0.8.2 |
| 2340 | 2026-01-23T16:32:17.563Z | Checking cookie v0.18.1 |
| 2341 | 2026-01-23T16:32:17.906Z | Checking oxnet v0.1.4 |
| 2342 | 2026-01-23T16:32:18.007Z | Checking tokio-native-tls v0.3.1 |
| 2343 | 2026-01-23T16:32:18.035Z | Checking terminal_size v0.4.0 |
| 2344 | 2026-01-23T16:32:18.080Z | Checking addr2line v0.24.2 |
| 2345 | 2026-01-23T16:32:18.099Z | Checking flate2 v1.1.2 |
| 2346 | 2026-01-23T16:32:18.227Z | Checking dtrace-parser v0.3.0 |
| 2347 | 2026-01-23T16:32:18.268Z | Checking rustls-native-certs v0.8.1 |
| 2348 | 2026-01-23T16:32:18.353Z | Checking webpki-roots v1.0.1 |
| 2349 | 2026-01-23T16:32:18.479Z | Checking http-body-util v0.1.3 |
| 2350 | 2026-01-23T16:32:18.566Z | Checking signal-hook v0.3.18 |
| 2351 | 2026-01-23T16:32:18.597Z | Checking hkdf v0.12.4 |
| 2352 | 2026-01-23T16:32:18.722Z | Checking crypto-bigint v0.5.5 |
| 2353 | 2026-01-23T16:32:18.740Z | Checking thread-id v5.0.0 |
| 2354 | 2026-01-23T16:32:18.774Z | Checking object v0.36.5 |
| 2355 | 2026-01-23T16:32:18.818Z | Checking bumpalo v3.16.0 |
| 2356 | 2026-01-23T16:32:18.862Z | Checking managed v0.8.0 |
| 2357 | 2026-01-23T16:32:18.895Z | Checking lockfree-object-pool v0.1.6 |
| 2358 | 2026-01-23T16:32:18.922Z | Checking clap_lex v0.7.4 |
| 2359 | 2026-01-23T16:32:19.166Z | Checking winnow v0.5.40 |
| 2360 | 2026-01-23T16:32:19.166Z | Compiling rayon-core v1.12.1 |
| 2361 | 2026-01-23T16:32:19.224Z | Checking bitflags v1.3.2 |
| 2362 | 2026-01-23T16:32:19.242Z | Checking iri-string v0.7.8 |
| 2363 | 2026-01-23T16:32:19.345Z | Checking strsim v0.11.1 |
| 2364 | 2026-01-23T16:32:19.519Z | Checking ryu v1.0.18 |
| 2365 | 2026-01-23T16:32:19.626Z | Checking rustc-demangle v0.1.24 |
| 2366 | 2026-01-23T16:32:19.774Z | Checking simd-adler32 v0.3.7 |
| 2367 | 2026-01-23T16:32:20.082Z | Checking serde_urlencoded v0.7.1 |
| 2368 | 2026-01-23T16:32:20.123Z | Checking zopfli v0.8.1 |
| 2369 | 2026-01-23T16:32:20.169Z | Checking hyper-rustls v0.27.7 |
| 2370 | 2026-01-23T16:32:20.520Z | Checking hyper-tls v0.6.0 |
| 2371 | 2026-01-23T16:32:20.563Z | Checking clap_builder v4.5.48 |
| 2372 | 2026-01-23T16:32:20.829Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2373 | 2026-01-23T16:32:20.872Z | Checking smoltcp v0.9.1 |
| 2374 | 2026-01-23T16:32:21.180Z | Checking signal-hook-mio v0.2.4 |
| 2375 | 2026-01-23T16:32:21.355Z | Checking usdt-impl v0.6.0 |
| 2376 | 2026-01-23T16:32:21.425Z | Checking elliptic-curve v0.13.8 |
| 2377 | 2026-01-23T16:32:21.928Z | Checking tower-http v0.6.6 |
| 2378 | 2026-01-23T16:32:22.036Z | Checking toml_edit v0.19.15 |
| 2379 | 2026-01-23T16:32:22.116Z | Checking num-bigint-dig v0.8.6 |
| 2380 | 2026-01-23T16:32:22.197Z | Checking dof v0.3.0 |
| 2381 | 2026-01-23T16:32:22.298Z | Checking cookie_store v0.21.1 |
| 2382 | 2026-01-23T16:32:22.413Z | Checking zstd v0.13.3 |
| 2383 | 2026-01-23T16:32:22.443Z | Checking postgres-types v0.2.9 |
| 2384 | 2026-01-23T16:32:22.799Z | Checking dtrace-parser v0.2.0 |
| 2385 | 2026-01-23T16:32:22.851Z | Checking bstr v1.10.0 |
| 2386 | 2026-01-23T16:32:22.944Z | Checking regex v1.11.3 |
| 2387 | 2026-01-23T16:32:23.088Z | Checking crossbeam-deque v0.8.5 |
| 2388 | 2026-01-23T16:32:23.306Z | Checking phf v0.11.2 |
| 2389 | 2026-01-23T16:32:23.407Z | Checking ed25519 v2.2.3 |
| 2390 | 2026-01-23T16:32:23.447Z | Checking bzip2 v0.5.2 |
| 2391 | 2026-01-23T16:32:23.531Z | Checking bzip2 v0.4.4 |
| 2392 | 2026-01-23T16:32:23.569Z | Checking curve25519-dalek v4.1.3 |
| 2393 | 2026-01-23T16:32:23.710Z | Checking ref-cast v1.0.25 |
| 2394 | 2026-01-23T16:32:23.730Z | Checking strum v0.27.2 |
| 2395 | 2026-01-23T16:32:23.757Z | Checking hubpack v0.1.2 |
| 2396 | 2026-01-23T16:32:23.844Z | Checking memoffset v0.9.1 |
| 2397 | 2026-01-23T16:32:23.861Z | Checking pkcs1 v0.7.5 |
| 2398 | 2026-01-23T16:32:23.901Z | Checking hex v0.4.3 |
| 2399 | 2026-01-23T16:32:23.971Z | Checking serde-big-array v0.5.1 |
| 2400 | 2026-01-23T16:32:24.055Z | Checking erased-serde v0.3.31 |
| 2401 | 2026-01-23T16:32:24.162Z | Checking float-cmp v0.10.0 |
| 2402 | 2026-01-23T16:32:24.198Z | Checking rfc6979 v0.4.0 |
| 2403 | 2026-01-23T16:32:24.280Z | Checking socket2 v0.5.10 |
| 2404 | 2026-01-23T16:32:24.375Z | Checking thread-id v4.2.2 |
| 2405 | 2026-01-23T16:32:24.397Z | Checking memmap2 v0.9.8 |
| 2406 | 2026-01-23T16:32:24.414Z | Checking env_filter v0.1.2 |
| 2407 | 2026-01-23T16:32:24.504Z | Checking encoding_rs v0.8.34 |
| 2408 | 2026-01-23T16:32:24.506Z | Checking predicates-core v1.0.8 |
| 2409 | 2026-01-23T16:32:24.697Z | Checking normalize-line-endings v0.3.0 |
| 2410 | 2026-01-23T16:32:24.734Z | Checking minimal-lexical v0.2.1 |
| 2411 | 2026-01-23T16:32:24.748Z | Checking unicode-segmentation v1.12.0 |
| 2412 | 2026-01-23T16:32:24.773Z | Checking keccak v0.1.5 |
| 2413 | 2026-01-23T16:32:24.790Z | Checking jiff v0.2.15 |
| 2414 | 2026-01-23T16:32:24.851Z | Checking backtrace v0.3.74 |
| 2415 | 2026-01-23T16:32:25.088Z | Checking static_assertions v1.1.0 |
| 2416 | 2026-01-23T16:32:25.130Z | Checking new_debug_unreachable v1.0.6 |
| 2417 | 2026-01-23T16:32:25.190Z | Checking mime v0.3.17 |
| 2418 | 2026-01-23T16:32:25.211Z | Checking whoami v1.5.2 |
| 2419 | 2026-01-23T16:32:25.218Z | Checking fixedbitset v0.5.7 |
| 2420 | 2026-01-23T16:32:25.418Z | Checking winnow v0.7.13 |
| 2421 | 2026-01-23T16:32:25.429Z | Checking toml_write v0.1.2 |
| 2422 | 2026-01-23T16:32:25.430Z | Checking data-encoding v2.9.0 |
| 2423 | 2026-01-23T16:32:25.478Z | Checking rustc-hash v2.1.1 |
| 2424 | 2026-01-23T16:32:25.494Z | Checking precomputed-hash v0.1.1 |
| 2425 | 2026-01-23T16:32:25.576Z | Checking fixedbitset v0.4.2 |
| 2426 | 2026-01-23T16:32:25.618Z | Checking foldhash v0.2.0 |
| 2427 | 2026-01-23T16:32:25.658Z | Checking difflib v0.4.0 |
| 2428 | 2026-01-23T16:32:25.726Z | Checking string_cache v0.8.9 |
| 2429 | 2026-01-23T16:32:25.858Z | Checking petgraph v0.6.5 |
| 2430 | 2026-01-23T16:32:25.953Z | Checking hickory-proto v0.25.2 |
| 2431 | 2026-01-23T16:32:25.991Z | Checking predicates v3.1.3 |
| 2432 | 2026-01-23T16:32:26.012Z | Checking petgraph v0.8.2 |
| 2433 | 2026-01-23T16:32:26.629Z | Checking tokio-postgres v0.7.13 |
| 2434 | 2026-01-23T16:32:26.716Z | Checking reqwest v0.12.24 |
| 2435 | 2026-01-23T16:32:27.820Z | Checking ed25519-dalek v2.1.1 |
| 2436 | 2026-01-23T16:32:28.261Z | Checking similar v2.7.0 |
| 2437 | 2026-01-23T16:32:28.300Z | Checking toml_edit v0.22.27 |
| 2438 | 2026-01-23T16:32:28.710Z | Checking anyhow v1.0.99 |
| 2439 | 2026-01-23T16:32:28.891Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2440 | 2026-01-23T16:32:29.080Z | Checking sha3 v0.10.8 |
| 2441 | 2026-01-23T16:32:29.098Z | Checking slog v2.8.2 |
| 2442 | 2026-01-23T16:32:29.517Z | Checking nom v7.1.3 |
| 2443 | 2026-01-23T16:32:29.536Z | Checking usdt v0.6.0 |
| 2444 | 2026-01-23T16:32:29.675Z | Checking env_logger v0.11.8 |
| 2445 | 2026-01-23T16:32:29.742Z | Checking toml v0.7.8 |
| 2446 | 2026-01-23T16:32:29.802Z | Checking usdt-impl v0.5.0 |
| 2447 | 2026-01-23T16:32:30.026Z | Checking serde_with v3.14.0 |
| 2448 | 2026-01-23T16:32:30.373Z | Checking ecdsa v0.16.9 |
| 2449 | 2026-01-23T16:32:30.480Z | Checking rsa v0.9.8 |
| 2450 | 2026-01-23T16:32:30.681Z | Checking zip v4.2.0 |
| 2451 | 2026-01-23T16:32:30.999Z | Checking nix v0.29.0 |
| 2452 | 2026-01-23T16:32:31.145Z | Checking zip v0.6.6 |
| 2453 | 2026-01-23T16:32:31.469Z | Checking clap v4.5.48 |
| 2454 | 2026-01-23T16:32:31.845Z | Checking crossterm v0.28.1 |
| 2455 | 2026-01-23T16:32:32.012Z | Checking itertools v0.10.5 |
| 2456 | 2026-01-23T16:32:32.230Z | Checking itertools v0.12.1 |
| 2457 | 2026-01-23T16:32:32.304Z | Checking itertools v0.13.0 |
| 2458 | 2026-01-23T16:32:32.462Z | Checking strum v0.26.3 |
| 2459 | 2026-01-23T16:32:32.642Z | Checking tokio-stream v0.1.17 |
| 2460 | 2026-01-23T16:32:32.686Z | Checking ahash v0.8.12 |
| 2461 | 2026-01-23T16:32:33.082Z | Checking fs-err v3.1.1 |
| 2462 | 2026-01-23T16:32:33.512Z | Checking buf-list v1.0.3 |
| 2463 | 2026-01-23T16:32:33.600Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2464 | 2026-01-23T16:32:33.635Z | Checking x509-cert v0.2.5 |
| 2465 | 2026-01-23T16:32:33.698Z | Checking openapiv3 v2.2.0 |
| 2466 | 2026-01-23T16:32:33.835Z | Checking sha1 v0.10.6 |
| 2467 | 2026-01-23T16:32:33.977Z | Checking winnow v0.6.26 |
| 2468 | 2026-01-23T16:32:34.096Z | Checking peg-runtime v0.8.5 |
| 2469 | 2026-01-23T16:32:34.165Z | Checking lalrpop-util v0.19.12 |
| 2470 | 2026-01-23T16:32:34.354Z | Checking rayon v1.10.0 |
| 2471 | 2026-01-23T16:32:34.373Z | Checking camino v1.2.1 |
| 2472 | 2026-01-23T16:32:34.485Z | Checking sigpipe v0.1.3 |
| 2473 | 2026-01-23T16:32:34.602Z | Checking glob v0.3.2 |
| 2474 | 2026-01-23T16:32:36.854Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2475 | 2026-01-23T16:32:37.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.56s |
| 2476 | 2026-01-23T16:32:37.432Z | |
| 2477 | 2026-01-23T16:32:37.432Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/245) |
| 2478 | 2026-01-23T16:32:38.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2479 | 2026-01-23T16:32:38.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2480 | 2026-01-23T16:32:38.481Z | Compiling regress v0.10.4 |
| 2481 | 2026-01-23T16:32:38.634Z | Compiling unsafe-libyaml v0.2.11 |
| 2482 | 2026-01-23T16:32:38.651Z | Compiling structmeta-derive v0.3.0 |
| 2483 | 2026-01-23T16:32:38.663Z | Compiling rustls v0.22.4 |
| 2484 | 2026-01-23T16:32:38.666Z | Checking newtype-uuid v1.3.2 |
| 2485 | 2026-01-23T16:32:38.694Z | Compiling multer v3.1.0 |
| 2486 | 2026-01-23T16:32:38.712Z | Checking heck v0.5.0 |
| 2487 | 2026-01-23T16:32:38.932Z | Compiling newtype-uuid-macros v0.1.0 |
| 2488 | 2026-01-23T16:32:38.996Z | Compiling async-stream-impl v0.3.6 |
| 2489 | 2026-01-23T16:32:39.017Z | Checking daft v0.1.4 |
| 2490 | 2026-01-23T16:32:39.122Z | Checking futures-executor v0.3.31 |
| 2491 | 2026-01-23T16:32:39.401Z | Compiling dropshot v0.16.6 |
| 2492 | 2026-01-23T16:32:39.502Z | Checking iddqd v0.3.16 |
| 2493 | 2026-01-23T16:32:40.844Z | Checking futures v0.3.31 |
| 2494 | 2026-01-23T16:32:40.847Z | Compiling serde_yaml v0.9.34+deprecated |
| 2495 | 2026-01-23T16:32:40.847Z | Compiling dropshot_endpoint v0.16.6 |
| 2496 | 2026-01-23T16:32:40.847Z | Checking match_cfg v0.1.0 |
| 2497 | 2026-01-23T16:32:40.847Z | Checking hostname v0.3.1 |
| 2498 | 2026-01-23T16:32:40.847Z | Checking thread_local v1.1.8 |
| 2499 | 2026-01-23T16:32:40.847Z | Checking unicode-width v0.1.14 |
| 2500 | 2026-01-23T16:32:40.896Z | Checking crossbeam-channel v0.5.15 |
| 2501 | 2026-01-23T16:32:41.098Z | Compiling structmeta v0.3.0 |
| 2502 | 2026-01-23T16:32:41.119Z | Checking is-terminal v0.4.13 |
| 2503 | 2026-01-23T16:32:41.269Z | Checking term v1.1.0 |
| 2504 | 2026-01-23T16:32:41.474Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2505 | 2026-01-23T16:32:41.499Z | Compiling derive-ex v0.1.8 |
| 2506 | 2026-01-23T16:32:41.585Z | Checking take_mut v0.2.2 |
| 2507 | 2026-01-23T16:32:41.606Z | Compiling parse-display-derive v0.10.0 |
| 2508 | 2026-01-23T16:32:41.690Z | Checking slog-term v2.9.2 |
| 2509 | 2026-01-23T16:32:41.756Z | Checking slog-async v2.8.0 |
| 2510 | 2026-01-23T16:32:42.094Z | Checking typify-impl v0.4.3 |
| 2511 | 2026-01-23T16:32:42.097Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2512 | 2026-01-23T16:32:42.885Z | Checking debug-ignore v1.0.5 |
| 2513 | 2026-01-23T16:32:43.066Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2514 | 2026-01-23T16:32:43.863Z | Checking toml_parser v1.0.4 |
| 2515 | 2026-01-23T16:32:44.462Z | Checking slog-json v2.6.1 |
| 2516 | 2026-01-23T16:32:44.691Z | Checking macaddr v1.0.1 |
| 2517 | 2026-01-23T16:32:44.756Z | Checking serde_spanned v1.0.3 |
| 2518 | 2026-01-23T16:32:44.843Z | Checking toml_datetime v0.7.3 |
| 2519 | 2026-01-23T16:32:44.991Z | Checking toml_writer v1.0.4 |
| 2520 | 2026-01-23T16:32:45.044Z | Checking slog-bunyan v2.5.0 |
| 2521 | 2026-01-23T16:32:45.240Z | Checking tabwriter v1.4.0 |
| 2522 | 2026-01-23T16:32:45.264Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2523 | 2026-01-23T16:32:45.334Z | Checking toml v0.9.8 |
| 2524 | 2026-01-23T16:32:45.423Z | Checking async-stream v0.3.6 |
| 2525 | 2026-01-23T16:32:45.616Z | Compiling test-strategy v0.4.3 |
| 2526 | 2026-01-23T16:32:45.653Z | Checking waitgroup v0.1.2 |
| 2527 | 2026-01-23T16:32:45.827Z | Checking rustls-pemfile v2.2.0 |
| 2528 | 2026-01-23T16:32:45.927Z | Checking serde_path_to_error v0.1.20 |
| 2529 | 2026-01-23T16:32:46.024Z | Checking hostname v0.4.2 |
| 2530 | 2026-01-23T16:32:46.078Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2531 | 2026-01-23T16:32:46.199Z | Compiling itertools v0.14.0 |
| 2532 | 2026-01-23T16:32:46.283Z | Checking progenitor-client v0.10.0 |
| 2533 | 2026-01-23T16:32:46.413Z | Checking progenitor-client v0.11.2 |
| 2534 | 2026-01-23T16:32:46.569Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2535 | 2026-01-23T16:32:46.717Z | Checking instant v0.1.13 |
| 2536 | 2026-01-23T16:32:46.786Z | Checking colored v3.0.0 |
| 2537 | 2026-01-23T16:32:46.834Z | Checking tokio-rustls v0.25.0 |
| 2538 | 2026-01-23T16:32:46.858Z | Checking backoff v0.4.0 |
| 2539 | 2026-01-23T16:32:46.878Z | Checking parse-display v0.10.0 |
| 2540 | 2026-01-23T16:32:47.035Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2541 | 2026-01-23T16:32:47.169Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2542 | 2026-01-23T16:32:47.195Z | Compiling darling_core v0.21.0 |
| 2543 | 2026-01-23T16:32:47.237Z | Compiling proc-macro-crate v1.3.1 |
| 2544 | 2026-01-23T16:32:48.172Z | Compiling num_enum_derive v0.5.11 |
| 2545 | 2026-01-23T16:32:48.292Z | Compiling proc-macro-error v1.0.4 |
| 2546 | 2026-01-23T16:32:48.910Z | Compiling heapless v0.8.0 |
| 2547 | 2026-01-23T16:32:49.190Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2548 | 2026-01-23T16:32:49.257Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2549 | 2026-01-23T16:32:49.686Z | Checking hash32 v0.3.1 |
| 2550 | 2026-01-23T16:32:49.714Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2551 | 2026-01-23T16:32:49.886Z | Compiling smoltcp v0.11.0 |
| 2552 | 2026-01-23T16:32:49.949Z | Compiling foreign-types-macros v0.2.3 |
| 2553 | 2026-01-23T16:32:50.088Z | Checking cobs v0.2.3 |
| 2554 | 2026-01-23T16:32:50.290Z | Compiling crucible-workspace-hack v0.1.0 |
| 2555 | 2026-01-23T16:32:50.459Z | Checking num_enum v0.5.11 |
| 2556 | 2026-01-23T16:32:50.572Z | Checking foreign-types-shared v0.3.1 |
| 2557 | 2026-01-23T16:32:50.649Z | Checking postcard v1.0.10 |
| 2558 | 2026-01-23T16:32:50.859Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2559 | 2026-01-23T16:32:50.891Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2560 | 2026-01-23T16:32:51.177Z | Checking foreign-types v0.5.0 |
| 2561 | 2026-01-23T16:32:51.223Z | Checking cstr-argument v0.1.2 |
| 2562 | 2026-01-23T16:32:51.305Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2563 | 2026-01-23T16:32:51.355Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2564 | 2026-01-23T16:32:51.438Z | Checking pretty-hex v0.2.1 |
| 2565 | 2026-01-23T16:32:51.579Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2566 | 2026-01-23T16:32:51.629Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2567 | 2026-01-23T16:32:51.703Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2568 | 2026-01-23T16:32:51.746Z | Checking colored v2.2.0 |
| 2569 | 2026-01-23T16:32:51.840Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2570 | 2026-01-23T16:32:51.868Z | Compiling convert_case v0.4.0 |
| 2571 | 2026-01-23T16:32:51.905Z | Checking camino-tempfile v1.4.1 |
| 2572 | 2026-01-23T16:32:51.908Z | Compiling nix v0.30.1 |
| 2573 | 2026-01-23T16:32:52.220Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2574 | 2026-01-23T16:32:52.723Z | Compiling derive_more v0.99.20 |
| 2575 | 2026-01-23T16:32:52.846Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2576 | 2026-01-23T16:32:52.869Z | Compiling zone_cfg_derive v0.3.0 |
| 2577 | 2026-01-23T16:32:53.178Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527) |
| 2578 | 2026-01-23T16:32:53.270Z | Compiling darling_macro v0.21.0 |
| 2579 | 2026-01-23T16:32:54.013Z | Compiling typify-macro v0.4.3 |
| 2580 | 2026-01-23T16:32:54.094Z | Checking smf v0.2.3 |
| 2581 | 2026-01-23T16:32:54.231Z | Compiling darling v0.21.0 |
| 2582 | 2026-01-23T16:32:54.286Z | Compiling num-derive v0.4.2 |
| 2583 | 2026-01-23T16:32:54.373Z | Compiling ingot-macros v0.1.1 |
| 2584 | 2026-01-23T16:32:55.204Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2585 | 2026-01-23T16:32:55.254Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2586 | 2026-01-23T16:32:55.743Z | Checking zone v0.3.1 |
| 2587 | 2026-01-23T16:32:55.848Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527) |
| 2588 | 2026-01-23T16:32:56.490Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2589 | 2026-01-23T16:32:58.042Z | Compiling typify v0.4.3 |
| 2590 | 2026-01-23T16:32:58.222Z | Compiling progenitor-impl v0.11.2 |
| 2591 | 2026-01-23T16:32:58.541Z | Checking secrecy v0.10.3 |
| 2592 | 2026-01-23T16:33:00.028Z | Compiling typify-impl v0.2.0 |
| 2593 | 2026-01-23T16:33:01.187Z | Checking ingot-types v0.1.2 |
| 2594 | 2026-01-23T16:33:01.394Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2595 | 2026-01-23T16:33:01.497Z | Checking unicode-width v0.2.0 |
| 2596 | 2026-01-23T16:33:01.666Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2597 | 2026-01-23T16:33:01.956Z | Checking num-rational v0.4.2 |
| 2598 | 2026-01-23T16:33:01.981Z | Checking ingot v0.1.1 |
| 2599 | 2026-01-23T16:33:02.206Z | Compiling usdt-macro v0.5.0 |
| 2600 | 2026-01-23T16:33:02.502Z | Compiling usdt-attr-macro v0.5.0 |
| 2601 | 2026-01-23T16:33:02.590Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2602 | 2026-01-23T16:33:03.491Z | Checking universal-hash v0.5.1 |
| 2603 | 2026-01-23T16:33:03.712Z | Checking num-complex v0.4.6 |
| 2604 | 2026-01-23T16:33:04.105Z | Checking memmap v0.7.0 |
| 2605 | 2026-01-23T16:33:04.373Z | Checking half v2.4.1 |
| 2606 | 2026-01-23T16:33:04.667Z | Checking ciborium-io v0.2.2 |
| 2607 | 2026-01-23T16:33:04.796Z | Checking opaque-debug v0.3.1 |
| 2608 | 2026-01-23T16:33:04.840Z | Compiling num v0.4.3 |
| 2609 | 2026-01-23T16:33:04.912Z | Checking poly1305 v0.8.0 |
| 2610 | 2026-01-23T16:33:04.915Z | Checking ciborium-ll v0.2.2 |
| 2611 | 2026-01-23T16:33:05.092Z | Checking usdt v0.5.0 |
| 2612 | 2026-01-23T16:33:05.118Z | Compiling progenitor-macro v0.11.2 |
| 2613 | 2026-01-23T16:33:05.258Z | Checking console v0.15.10 |
| 2614 | 2026-01-23T16:33:05.417Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2615 | 2026-01-23T16:33:05.440Z | Checking thiserror-no-std v2.0.2 |
| 2616 | 2026-01-23T16:33:05.462Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2617 | 2026-01-23T16:33:05.526Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2618 | 2026-01-23T16:33:05.586Z | Checking toml v0.8.23 |
| 2619 | 2026-01-23T16:33:05.784Z | Checking password-hash v0.5.0 |
| 2620 | 2026-01-23T16:33:05.826Z | Checking chacha20 v0.9.1 |
| 2621 | 2026-01-23T16:33:05.986Z | Checking blake2 v0.10.6 |
| 2622 | 2026-01-23T16:33:06.189Z | Checking aead v0.5.2 |
| 2623 | 2026-01-23T16:33:06.268Z | Compiling semver v0.1.20 |
| 2624 | 2026-01-23T16:33:06.397Z | Compiling float-ord v0.3.2 |
| 2625 | 2026-01-23T16:33:06.509Z | Checking argon2 v0.5.3 |
| 2626 | 2026-01-23T16:33:06.609Z | Checking chacha20poly1305 v0.10.1 |
| 2627 | 2026-01-23T16:33:06.631Z | Compiling rustc_version v0.1.7 |
| 2628 | 2026-01-23T16:33:06.860Z | Checking vsss-rs v3.3.4 |
| 2629 | 2026-01-23T16:33:06.891Z | Checking ciborium v0.2.2 |
| 2630 | 2026-01-23T16:33:07.227Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2631 | 2026-01-23T16:33:07.863Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527) |
| 2632 | 2026-01-23T16:33:07.898Z | Checking indent_write v2.2.0 |
| 2633 | 2026-01-23T16:33:08.089Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2634 | 2026-01-23T16:33:08.123Z | Checking siphasher v1.0.1 |
| 2635 | 2026-01-23T16:33:08.309Z | Checking linked-hash-map v0.5.6 |
| 2636 | 2026-01-23T16:33:08.468Z | Checking phf_shared v0.12.1 |
| 2637 | 2026-01-23T16:33:08.670Z | Checking lru-cache v0.1.2 |
| 2638 | 2026-01-23T16:33:08.766Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527) |
| 2639 | 2026-01-23T16:33:08.827Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2640 | 2026-01-23T16:33:08.881Z | Compiling newtype_derive v0.1.6 |
| 2641 | 2026-01-23T16:33:09.230Z | Compiling progenitor-impl v0.10.0 |
| 2642 | 2026-01-23T16:33:10.171Z | Checking resolv-conf v0.7.0 |
| 2643 | 2026-01-23T16:33:10.325Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2644 | 2026-01-23T16:33:10.543Z | Checking newline-converter v0.3.0 |
| 2645 | 2026-01-23T16:33:10.733Z | Checking hickory-proto v0.24.4 |
| 2646 | 2026-01-23T16:33:10.754Z | Checking atomicwrites v0.4.4 |
| 2647 | 2026-01-23T16:33:11.000Z | Checking prettyplease v0.2.36 |
| 2648 | 2026-01-23T16:33:11.557Z | Compiling typify-macro v0.2.0 |
| 2649 | 2026-01-23T16:33:11.884Z | Compiling derive-where v1.5.0 |
| 2650 | 2026-01-23T16:33:11.946Z | Checking csv-core v0.1.11 |
| 2651 | 2026-01-23T16:33:12.182Z | Compiling pin-project-internal v1.1.6 |
| 2652 | 2026-01-23T16:33:12.317Z | Compiling slog-dtrace v0.3.0 |
| 2653 | 2026-01-23T16:33:12.692Z | Compiling owo-colors v4.2.2 |
| 2654 | 2026-01-23T16:33:12.863Z | Checking swrite v0.1.0 |
| 2655 | 2026-01-23T16:33:13.020Z | Compiling cancel-safe-futures v0.1.5 |
| 2656 | 2026-01-23T16:33:13.350Z | Compiling chrono-tz v0.10.4 |
| 2657 | 2026-01-23T16:33:13.427Z | Compiling const_format_proc_macros v0.2.34 |
| 2658 | 2026-01-23T16:33:13.929Z | Checking csv v1.3.1 |
| 2659 | 2026-01-23T16:33:14.775Z | Checking expectorate v1.2.0 |
| 2660 | 2026-01-23T16:33:14.934Z | Checking pin-project v1.1.6 |
| 2661 | 2026-01-23T16:33:15.045Z | Checking phf v0.12.1 |
| 2662 | 2026-01-23T16:33:15.068Z | Checking hickory-resolver v0.24.4 |
| 2663 | 2026-01-23T16:33:15.071Z | Checking tokio-dtrace v0.1.0 |
| 2664 | 2026-01-23T16:33:15.314Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2665 | 2026-01-23T16:33:15.357Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2666 | 2026-01-23T16:33:15.380Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2667 | 2026-01-23T16:33:15.498Z | Compiling typify v0.2.0 |
| 2668 | 2026-01-23T16:33:15.693Z | Compiling progenitor-impl v0.8.0 |
| 2669 | 2026-01-23T16:33:15.868Z | Compiling progenitor-macro v0.10.0 |
| 2670 | 2026-01-23T16:33:16.452Z | Checking pem v3.0.5 |
| 2671 | 2026-01-23T16:33:16.612Z | Checking libsw-core v0.3.1 |
| 2672 | 2026-01-23T16:33:16.644Z | Compiling lzma-sys v0.1.20 |
| 2673 | 2026-01-23T16:33:16.728Z | Compiling snafu-derive v0.8.5 |
| 2674 | 2026-01-23T16:33:16.865Z | Compiling async-recursion v1.1.1 |
| 2675 | 2026-01-23T16:33:17.056Z | Checking utf-8 v0.7.6 |
| 2676 | 2026-01-23T16:33:17.296Z | Checking arc-swap v1.7.1 |
| 2677 | 2026-01-23T16:33:17.433Z | Checking same-file v1.0.6 |
| 2678 | 2026-01-23T16:33:17.656Z | Checking bytecount v0.6.8 |
| 2679 | 2026-01-23T16:33:17.747Z | Checking highway v1.3.0 |
| 2680 | 2026-01-23T16:33:17.839Z | Checking papergrid v0.11.0 |
| 2681 | 2026-01-23T16:33:17.860Z | Checking progenitor v0.11.2 |
| 2682 | 2026-01-23T16:33:18.109Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2683 | 2026-01-23T16:33:18.283Z | Checking slog-scope v4.4.0 |
| 2684 | 2026-01-23T16:33:18.512Z | Checking walkdir v2.5.0 |
| 2685 | 2026-01-23T16:33:18.709Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2686 | 2026-01-23T16:33:18.870Z | Checking tungstenite v0.21.0 |
| 2687 | 2026-01-23T16:33:19.009Z | Checking libsw v3.5.0 |
| 2688 | 2026-01-23T16:33:19.285Z | Checking qorb v0.4.1 |
| 2689 | 2026-01-23T16:33:19.942Z | Checking oxide-tokio-rt v0.1.2 |
| 2690 | 2026-01-23T16:33:20.195Z | Checking const_format v0.2.34 |
| 2691 | 2026-01-23T16:33:21.424Z | Checking snafu v0.8.5 |
| 2692 | 2026-01-23T16:33:21.526Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2693 | 2026-01-23T16:33:22.293Z | Compiling progenitor-macro v0.8.0 |
| 2694 | 2026-01-23T16:33:22.422Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2695 | 2026-01-23T16:33:22.776Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2696 | 2026-01-23T16:33:23.498Z | Compiling tabled_derive v0.7.0 |
| 2697 | 2026-01-23T16:33:23.541Z | Checking globset v0.4.15 |
| 2698 | 2026-01-23T16:33:23.656Z | Checking olpc-cjson v0.1.4 |
| 2699 | 2026-01-23T16:33:23.916Z | Checking progenitor-client v0.8.0 |
| 2700 | 2026-01-23T16:33:24.035Z | Checking gethostname v0.5.0 |
| 2701 | 2026-01-23T16:33:24.202Z | Compiling heck v0.3.3 |
| 2702 | 2026-01-23T16:33:24.318Z | Checking bcs v0.1.6 |
| 2703 | 2026-01-23T16:33:24.580Z | Checking serde_plain v1.0.2 |
| 2704 | 2026-01-23T16:33:24.599Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2705 | 2026-01-23T16:33:24.791Z | Checking smawk v0.3.2 |
| 2706 | 2026-01-23T16:33:24.880Z | Checking linear-map v1.2.0 |
| 2707 | 2026-01-23T16:33:25.027Z | Checking termtree v0.5.1 |
| 2708 | 2026-01-23T16:33:25.239Z | Checking unicode-linebreak v0.1.5 |
| 2709 | 2026-01-23T16:33:25.281Z | Checking typed-path v0.9.3 |
| 2710 | 2026-01-23T16:33:25.735Z | Checking tabled v0.15.0 |
| 2711 | 2026-01-23T16:33:27.199Z | Checking tough v0.20.0 |
| 2712 | 2026-01-23T16:33:27.979Z | Checking textwrap v0.16.2 |
| 2713 | 2026-01-23T16:33:28.403Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2714 | 2026-01-23T16:33:28.596Z | Checking progenitor v0.10.0 |
| 2715 | 2026-01-23T16:33:28.600Z | Compiling zone_cfg_derive v0.1.2 |
| 2716 | 2026-01-23T16:33:28.850Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2717 | 2026-01-23T16:33:30.024Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2718 | 2026-01-23T16:33:30.314Z | Checking steno v0.4.1 |
| 2719 | 2026-01-23T16:33:31.436Z | Checking tokio-tungstenite v0.21.0 |
| 2720 | 2026-01-23T16:33:31.939Z | Checking slog-stdlog v4.1.1 |
| 2721 | 2026-01-23T16:33:32.015Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2722 | 2026-01-23T16:33:32.161Z | Checking base64 v0.13.1 |
| 2723 | 2026-01-23T16:33:32.355Z | Checking base64 v0.21.7 |
| 2724 | 2026-01-23T16:33:32.531Z | Checking number_prefix v0.4.0 |
| 2725 | 2026-01-23T16:33:32.582Z | Checking humantime v2.2.0 |
| 2726 | 2026-01-23T16:33:32.629Z | Checking ron v0.7.1 |
| 2727 | 2026-01-23T16:33:32.757Z | Checking indicatif v0.17.11 |
| 2728 | 2026-01-23T16:33:32.829Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2729 | 2026-01-23T16:33:32.901Z | Checking slog-envlogger v2.2.0 |
| 2730 | 2026-01-23T16:33:33.165Z | Checking xz2 v0.1.7 |
| 2731 | 2026-01-23T16:33:33.321Z | Checking zone v0.1.8 |
| 2732 | 2026-01-23T16:33:33.487Z | Checking xattr v1.3.1 |
| 2733 | 2026-01-23T16:33:33.510Z | Checking yasna v0.5.2 |
| 2734 | 2026-01-23T16:33:33.685Z | Checking headers-core v0.3.0 |
| 2735 | 2026-01-23T16:33:33.726Z | Checking filetime v0.2.26 |
| 2736 | 2026-01-23T16:33:33.858Z | Checking headers v0.4.1 |
| 2737 | 2026-01-23T16:33:33.955Z | Checking tar v0.4.44 |
| 2738 | 2026-01-23T16:33:33.988Z | Checking subprocess v0.2.9 |
| 2739 | 2026-01-23T16:33:34.378Z | Checking rcgen v0.12.1 |
| 2740 | 2026-01-23T16:33:34.831Z | Checking progenitor v0.8.0 |
| 2741 | 2026-01-23T16:33:35.017Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2742 | 2026-01-23T16:33:35.863Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2743 | 2026-01-23T16:33:35.863Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2744 | 2026-01-23T16:33:35.866Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2745 | 2026-01-23T16:33:36.719Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2746 | 2026-01-23T16:33:36.741Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2747 | 2026-01-23T16:33:37.745Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2748 | 2026-01-23T16:33:38.271Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2749 | 2026-01-23T16:33:39.328Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2750 | 2026-01-23T16:33:39.395Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2751 | 2026-01-23T16:33:39.478Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2752 | 2026-01-23T16:33:40.153Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2753 | 2026-01-23T16:33:41.386Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2754 | 2026-01-23T16:33:41.965Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2755 | 2026-01-23T16:33:43.455Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2756 | 2026-01-23T16:33:47.328Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2757 | 2026-01-23T16:33:48.587Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2758 | 2026-01-23T16:33:49.905Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2759 | 2026-01-23T16:33:51.205Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2760 | 2026-01-23T16:34:09.426Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2761 | 2026-01-23T16:34:11.495Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2762 | 2026-01-23T16:34:13.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s |
| 2763 | 2026-01-23T16:34:13.513Z | |
| 2764 | 2026-01-23T16:34:13.513Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/245) |
| 2765 | 2026-01-23T16:34:14.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2766 | 2026-01-23T16:34:14.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2767 | 2026-01-23T16:34:14.475Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2768 | 2026-01-23T16:34:16.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s |
| 2769 | 2026-01-23T16:34:16.607Z | |
| 2770 | 2026-01-23T16:34:16.607Z | info: running `cargo check --bins` on nexus-config (52/245) |
| 2771 | 2026-01-23T16:34:17.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2772 | 2026-01-23T16:34:17.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2773 | 2026-01-23T16:34:17.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2774 | 2026-01-23T16:34:17.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2775 | 2026-01-23T16:34:17.463Z | |
| 2776 | 2026-01-23T16:34:17.463Z | info: running `cargo check --bins` on nexus-types (53/245) |
| 2777 | 2026-01-23T16:34:18.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2778 | 2026-01-23T16:34:18.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2779 | 2026-01-23T16:34:18.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2780 | 2026-01-23T16:34:18.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2781 | 2026-01-23T16:34:18.318Z | |
| 2782 | 2026-01-23T16:34:18.318Z | info: running `cargo check --bins` on clickhouse-admin-types (54/245) |
| 2783 | 2026-01-23T16:34:19.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2784 | 2026-01-23T16:34:19.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2785 | 2026-01-23T16:34:19.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2786 | 2026-01-23T16:34:19.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2787 | 2026-01-23T16:34:19.145Z | |
| 2788 | 2026-01-23T16:34:19.145Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (55/245) |
| 2789 | 2026-01-23T16:34:19.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2790 | 2026-01-23T16:34:19.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2791 | 2026-01-23T16:34:19.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2792 | 2026-01-23T16:34:19.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2793 | 2026-01-23T16:34:19.973Z | |
| 2794 | 2026-01-23T16:34:19.974Z | info: running `cargo check --bins` on cockroach-admin-types (56/245) |
| 2795 | 2026-01-23T16:34:20.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2026-01-23T16:34:20.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2026-01-23T16:34:20.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2798 | 2026-01-23T16:34:20.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2799 | 2026-01-23T16:34:20.775Z | |
| 2800 | 2026-01-23T16:34:20.775Z | info: running `cargo check --bins` on cockroach-admin-types-versions (57/245) |
| 2801 | 2026-01-23T16:34:21.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2802 | 2026-01-23T16:34:21.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2803 | 2026-01-23T16:34:21.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2804 | 2026-01-23T16:34:21.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2805 | 2026-01-23T16:34:21.582Z | |
| 2806 | 2026-01-23T16:34:21.582Z | info: running `cargo check --bins` on ereport-types (58/245) |
| 2807 | 2026-01-23T16:34:22.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2808 | 2026-01-23T16:34:22.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2809 | 2026-01-23T16:34:22.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2810 | 2026-01-23T16:34:22.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2811 | 2026-01-23T16:34:22.407Z | |
| 2812 | 2026-01-23T16:34:22.407Z | info: running `cargo check --bins` on gateway-client (59/245) |
| 2813 | 2026-01-23T16:34:23.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2814 | 2026-01-23T16:34:23.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2815 | 2026-01-23T16:34:23.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2816 | 2026-01-23T16:34:23.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2817 | 2026-01-23T16:34:23.217Z | |
| 2818 | 2026-01-23T16:34:23.217Z | info: running `cargo check --bins --no-default-features` on gateway-types (60/245) |
| 2819 | 2026-01-23T16:34:23.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2820 | 2026-01-23T16:34:23.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2821 | 2026-01-23T16:34:23.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2822 | 2026-01-23T16:34:23.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2823 | 2026-01-23T16:34:24.026Z | |
| 2824 | 2026-01-23T16:34:24.026Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (61/245) |
| 2825 | 2026-01-23T16:34:24.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2826 | 2026-01-23T16:34:24.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2827 | 2026-01-23T16:34:24.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2828 | 2026-01-23T16:34:24.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2829 | 2026-01-23T16:34:24.828Z | |
| 2830 | 2026-01-23T16:34:24.828Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (62/245) |
| 2831 | 2026-01-23T16:34:25.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2026-01-23T16:34:25.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2026-01-23T16:34:25.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2834 | 2026-01-23T16:34:25.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2835 | 2026-01-23T16:34:25.636Z | |
| 2836 | 2026-01-23T16:34:25.636Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (63/245) |
| 2837 | 2026-01-23T16:34:26.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2026-01-23T16:34:26.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2026-01-23T16:34:26.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2840 | 2026-01-23T16:34:26.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2841 | 2026-01-23T16:34:26.441Z | |
| 2842 | 2026-01-23T16:34:26.441Z | info: running `cargo check --bins` on internal-dns-types (64/245) |
| 2843 | 2026-01-23T16:34:27.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2026-01-23T16:34:27.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2026-01-23T16:34:27.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2846 | 2026-01-23T16:34:27.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2847 | 2026-01-23T16:34:27.250Z | |
| 2848 | 2026-01-23T16:34:27.250Z | info: running `cargo check --bins` on internal-dns-types-versions (65/245) |
| 2849 | 2026-01-23T16:34:27.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2026-01-23T16:34:27.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2026-01-23T16:34:27.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2852 | 2026-01-23T16:34:27.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2853 | 2026-01-23T16:34:28.061Z | |
| 2854 | 2026-01-23T16:34:28.061Z | info: running `cargo check --bins` on omicron-passwords (66/245) |
| 2855 | 2026-01-23T16:34:28.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2026-01-23T16:34:28.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2026-01-23T16:34:28.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2858 | 2026-01-23T16:34:28.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2859 | 2026-01-23T16:34:28.847Z | |
| 2860 | 2026-01-23T16:34:28.847Z | info: running `cargo check --bins --no-default-features` on oximeter-db (67/245) |
| 2861 | 2026-01-23T16:34:29.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-01-23T16:34:29.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-01-23T16:34:29.706Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2864 | 2026-01-23T16:34:30.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 2865 | 2026-01-23T16:34:30.664Z | |
| 2866 | 2026-01-23T16:34:30.664Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (68/245) |
| 2867 | 2026-01-23T16:34:31.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-01-23T16:34:31.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-01-23T16:34:31.540Z | Compiling cfg_aliases v0.1.1 |
| 2870 | 2026-01-23T16:34:31.543Z | Compiling convert_case v0.7.1 |
| 2871 | 2026-01-23T16:34:31.543Z | Compiling vte_generate_state_changes v0.1.2 |
| 2872 | 2026-01-23T16:34:31.543Z | Checking fd-lock v4.0.2 |
| 2873 | 2026-01-23T16:34:31.683Z | Checking nibble_vec v0.1.0 |
| 2874 | 2026-01-23T16:34:31.686Z | Checking endian-type v0.1.2 |
| 2875 | 2026-01-23T16:34:31.689Z | Compiling peg-macros v0.8.5 |
| 2876 | 2026-01-23T16:34:31.689Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2877 | 2026-01-23T16:34:31.793Z | Compiling nix v0.28.0 |
| 2878 | 2026-01-23T16:34:31.896Z | Compiling sqlparser_derive v0.2.2 |
| 2879 | 2026-01-23T16:34:31.958Z | Checking unicode_categories v0.1.1 |
| 2880 | 2026-01-23T16:34:31.977Z | Checking radix_trie v0.2.1 |
| 2881 | 2026-01-23T16:34:32.214Z | Checking vte v0.11.1 |
| 2882 | 2026-01-23T16:34:32.249Z | Checking home v0.5.9 |
| 2883 | 2026-01-23T16:34:32.396Z | Checking nu-ansi-term v0.50.1 |
| 2884 | 2026-01-23T16:34:32.419Z | Compiling derive_more-impl v2.0.1 |
| 2885 | 2026-01-23T16:34:32.422Z | Checking sqlformat v0.3.5 |
| 2886 | 2026-01-23T16:34:32.745Z | Checking display-error-chain v0.2.2 |
| 2887 | 2026-01-23T16:34:32.963Z | Checking sqlparser v0.45.0 |
| 2888 | 2026-01-23T16:34:33.586Z | Checking strip-ansi-escapes v0.2.0 |
| 2889 | 2026-01-23T16:34:33.730Z | Checking reedline v0.40.0 |
| 2890 | 2026-01-23T16:34:33.761Z | Checking derive_more v2.0.1 |
| 2891 | 2026-01-23T16:34:33.880Z | Checking crossterm v0.29.0 |
| 2892 | 2026-01-23T16:34:34.021Z | Checking peg v0.8.5 |
| 2893 | 2026-01-23T16:34:34.617Z | Checking rustyline v14.0.0 |
| 2894 | 2026-01-23T16:34:43.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.74s |
| 2895 | 2026-01-23T16:34:43.621Z | |
| 2896 | 2026-01-23T16:34:43.621Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (69/245) |
| 2897 | 2026-01-23T16:34:44.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-01-23T16:34:44.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-01-23T16:34:44.489Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2900 | 2026-01-23T16:34:49.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s |
| 2901 | 2026-01-23T16:34:50.152Z | |
| 2902 | 2026-01-23T16:34:50.152Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (70/245) |
| 2903 | 2026-01-23T16:34:50.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-01-23T16:34:50.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-01-23T16:34:51.017Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2906 | 2026-01-23T16:34:54.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
| 2907 | 2026-01-23T16:34:55.040Z | |
| 2908 | 2026-01-23T16:34:55.040Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (71/245) |
| 2909 | 2026-01-23T16:34:55.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-01-23T16:34:55.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-01-23T16:34:55.902Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2912 | 2026-01-23T16:35:01.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s |
| 2913 | 2026-01-23T16:35:01.320Z | |
| 2914 | 2026-01-23T16:35:01.320Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (72/245) |
| 2915 | 2026-01-23T16:35:02.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-01-23T16:35:02.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-01-23T16:35:02.188Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2918 | 2026-01-23T16:35:07.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
| 2919 | 2026-01-23T16:35:07.646Z | |
| 2920 | 2026-01-23T16:35:07.646Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (73/245) |
| 2921 | 2026-01-23T16:35:08.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2026-01-23T16:35:08.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2026-01-23T16:35:08.514Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2924 | 2026-01-23T16:35:12.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
| 2925 | 2026-01-23T16:35:12.745Z | |
| 2926 | 2026-01-23T16:35:12.745Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (74/245) |
| 2927 | 2026-01-23T16:35:13.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2026-01-23T16:35:13.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2026-01-23T16:35:13.623Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2930 | 2026-01-23T16:35:17.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s |
| 2931 | 2026-01-23T16:35:17.908Z | |
| 2932 | 2026-01-23T16:35:17.908Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (75/245) |
| 2933 | 2026-01-23T16:35:18.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2026-01-23T16:35:18.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2026-01-23T16:35:18.775Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2936 | 2026-01-23T16:35:24.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s |
| 2937 | 2026-01-23T16:35:24.364Z | |
| 2938 | 2026-01-23T16:35:24.364Z | info: running `cargo check --bins` on oximeter (76/245) |
| 2939 | 2026-01-23T16:35:25.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2026-01-23T16:35:25.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2026-01-23T16:35:25.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2026-01-23T16:35:25.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2943 | 2026-01-23T16:35:25.178Z | |
| 2944 | 2026-01-23T16:35:25.179Z | info: running `cargo check --bins` on oximeter-macro-impl (77/245) |
| 2945 | 2026-01-23T16:35:25.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2026-01-23T16:35:25.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2026-01-23T16:35:25.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2948 | 2026-01-23T16:35:25.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2949 | 2026-01-23T16:35:25.976Z | |
| 2950 | 2026-01-23T16:35:25.976Z | info: running `cargo check --bins` on oximeter-schema (78/245) |
| 2951 | 2026-01-23T16:35:26.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2026-01-23T16:35:26.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2026-01-23T16:35:26.802Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2954 | 2026-01-23T16:35:26.988Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2955 | 2026-01-23T16:35:27.470Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2956 | 2026-01-23T16:35:34.550Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2957 | 2026-01-23T16:35:35.046Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2958 | 2026-01-23T16:35:36.960Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2959 | 2026-01-23T16:35:38.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.03s |
| 2960 | 2026-01-23T16:35:38.220Z | |
| 2961 | 2026-01-23T16:35:38.220Z | info: running `cargo check --bins` on oximeter-types (79/245) |
| 2962 | 2026-01-23T16:35:38.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2963 | 2026-01-23T16:35:38.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2964 | 2026-01-23T16:35:38.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2965 | 2026-01-23T16:35:38.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2966 | 2026-01-23T16:35:39.040Z | |
| 2967 | 2026-01-23T16:35:39.040Z | info: running `cargo check --bins` on oximeter-types-versions (80/245) |
| 2968 | 2026-01-23T16:35:39.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2969 | 2026-01-23T16:35:39.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2970 | 2026-01-23T16:35:39.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2971 | 2026-01-23T16:35:39.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2972 | 2026-01-23T16:35:39.851Z | |
| 2973 | 2026-01-23T16:35:39.851Z | info: running `cargo check --bins` on oximeter-timeseries-macro (81/245) |
| 2974 | 2026-01-23T16:35:40.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2975 | 2026-01-23T16:35:40.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2976 | 2026-01-23T16:35:40.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2977 | 2026-01-23T16:35:40.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2978 | 2026-01-23T16:35:40.665Z | |
| 2979 | 2026-01-23T16:35:40.666Z | info: running `cargo check --bins` on oxql-types (82/245) |
| 2980 | 2026-01-23T16:35:41.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2981 | 2026-01-23T16:35:41.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2982 | 2026-01-23T16:35:41.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2983 | 2026-01-23T16:35:41.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2984 | 2026-01-23T16:35:41.478Z | |
| 2985 | 2026-01-23T16:35:41.478Z | info: running `cargo check --bins` on oximeter-test-utils (83/245) |
| 2986 | 2026-01-23T16:35:42.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2987 | 2026-01-23T16:35:42.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2988 | 2026-01-23T16:35:42.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2989 | 2026-01-23T16:35:42.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2990 | 2026-01-23T16:35:42.368Z | |
| 2991 | 2026-01-23T16:35:42.368Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (84/245) |
| 2992 | 2026-01-23T16:35:43.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2993 | 2026-01-23T16:35:43.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2994 | 2026-01-23T16:35:43.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2995 | 2026-01-23T16:35:43.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2996 | 2026-01-23T16:35:43.211Z | |
| 2997 | 2026-01-23T16:35:43.212Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (85/245) |
| 2998 | 2026-01-23T16:35:43.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2999 | 2026-01-23T16:35:43.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3000 | 2026-01-23T16:35:43.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3001 | 2026-01-23T16:35:43.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3002 | 2026-01-23T16:35:44.046Z | |
| 3003 | 2026-01-23T16:35:44.046Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (86/245) |
| 3004 | 2026-01-23T16:35:44.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3005 | 2026-01-23T16:35:44.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3006 | 2026-01-23T16:35:44.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3007 | 2026-01-23T16:35:44.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3008 | 2026-01-23T16:35:44.885Z | |
| 3009 | 2026-01-23T16:35:44.886Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (87/245) |
| 3010 | 2026-01-23T16:35:45.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3011 | 2026-01-23T16:35:45.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3012 | 2026-01-23T16:35:45.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3013 | 2026-01-23T16:35:45.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3014 | 2026-01-23T16:35:45.732Z | |
| 3015 | 2026-01-23T16:35:45.732Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (88/245) |
| 3016 | 2026-01-23T16:35:46.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3017 | 2026-01-23T16:35:46.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3018 | 2026-01-23T16:35:46.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3019 | 2026-01-23T16:35:46.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3020 | 2026-01-23T16:35:46.561Z | |
| 3021 | 2026-01-23T16:35:46.561Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (89/245) |
| 3022 | 2026-01-23T16:35:47.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3023 | 2026-01-23T16:35:47.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3024 | 2026-01-23T16:35:47.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3025 | 2026-01-23T16:35:47.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3026 | 2026-01-23T16:35:47.400Z | |
| 3027 | 2026-01-23T16:35:47.401Z | info: running `cargo check --bins --no-default-features` on gfss (90/245) |
| 3028 | 2026-01-23T16:35:48.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-01-23T16:35:48.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-01-23T16:35:48.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-01-23T16:35:48.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3032 | 2026-01-23T16:35:48.194Z | |
| 3033 | 2026-01-23T16:35:48.194Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (91/245) |
| 3034 | 2026-01-23T16:35:48.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-01-23T16:35:48.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-01-23T16:35:48.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-01-23T16:35:48.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3038 | 2026-01-23T16:35:48.993Z | |
| 3039 | 2026-01-23T16:35:48.993Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (92/245) |
| 3040 | 2026-01-23T16:35:49.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-01-23T16:35:49.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-01-23T16:35:49.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-01-23T16:35:49.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3044 | 2026-01-23T16:35:49.839Z | |
| 3045 | 2026-01-23T16:35:49.839Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (93/245) |
| 3046 | 2026-01-23T16:35:50.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-01-23T16:35:50.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-01-23T16:35:50.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-01-23T16:35:50.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3050 | 2026-01-23T16:35:50.676Z | |
| 3051 | 2026-01-23T16:35:50.676Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (94/245) |
| 3052 | 2026-01-23T16:35:51.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-01-23T16:35:51.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-01-23T16:35:51.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-01-23T16:35:51.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3056 | 2026-01-23T16:35:51.505Z | |
| 3057 | 2026-01-23T16:35:51.505Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (95/245) |
| 3058 | 2026-01-23T16:35:52.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-01-23T16:35:52.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-01-23T16:35:52.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-01-23T16:35:52.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3062 | 2026-01-23T16:35:52.347Z | |
| 3063 | 2026-01-23T16:35:52.347Z | info: running `cargo check --bins` on trust-quorum-types (96/245) |
| 3064 | 2026-01-23T16:35:53.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-01-23T16:35:53.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-01-23T16:35:53.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-01-23T16:35:53.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3068 | 2026-01-23T16:35:53.193Z | |
| 3069 | 2026-01-23T16:35:53.193Z | info: running `cargo check --bins` on trust-quorum-test-utils (97/245) |
| 3070 | 2026-01-23T16:35:53.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-01-23T16:35:53.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-01-23T16:35:53.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-01-23T16:35:53.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3074 | 2026-01-23T16:35:54.048Z | |
| 3075 | 2026-01-23T16:35:54.048Z | info: running `cargo check --bins` on update-engine (98/245) |
| 3076 | 2026-01-23T16:35:54.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-01-23T16:35:54.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-01-23T16:35:54.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-01-23T16:35:54.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3080 | 2026-01-23T16:35:54.845Z | |
| 3081 | 2026-01-23T16:35:54.846Z | info: running `cargo check --bins` on omicron-rpaths (99/245) |
| 3082 | 2026-01-23T16:35:55.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-01-23T16:35:55.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-01-23T16:35:55.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-01-23T16:35:55.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3086 | 2026-01-23T16:35:55.639Z | |
| 3087 | 2026-01-23T16:35:55.639Z | info: running `cargo check --bins` on omicron-certificates (100/245) |
| 3088 | 2026-01-23T16:35:56.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-01-23T16:35:56.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-01-23T16:35:56.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-01-23T16:35:56.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3092 | 2026-01-23T16:35:56.454Z | |
| 3093 | 2026-01-23T16:35:56.454Z | info: running `cargo check --bins` on omicron-clickhouse-admin (101/245) |
| 3094 | 2026-01-23T16:35:57.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-01-23T16:35:57.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-01-23T16:35:57.350Z | Checking dropshot-api-manager-types v0.2.4 |
| 3097 | 2026-01-23T16:35:57.354Z | Checking nanorand v0.7.0 |
| 3098 | 2026-01-23T16:35:57.638Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3099 | 2026-01-23T16:35:57.708Z | Checking flume v0.11.1 |
| 3100 | 2026-01-23T16:35:58.022Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3101 | 2026-01-23T16:35:59.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
| 3102 | 2026-01-23T16:35:59.696Z | |
| 3103 | 2026-01-23T16:35:59.696Z | info: running `cargo check --bins` on clickhouse-admin-api (102/245) |
| 3104 | 2026-01-23T16:36:00.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2026-01-23T16:36:00.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2026-01-23T16:36:00.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2026-01-23T16:36:00.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3108 | 2026-01-23T16:36:00.520Z | |
| 3109 | 2026-01-23T16:36:00.520Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (103/245) |
| 3110 | 2026-01-23T16:36:01.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2026-01-23T16:36:01.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2026-01-23T16:36:01.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3113 | 2026-01-23T16:36:01.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3114 | 2026-01-23T16:36:01.334Z | |
| 3115 | 2026-01-23T16:36:01.334Z | info: running `cargo check --bins` on bootstrap-agent-client (104/245) |
| 3116 | 2026-01-23T16:36:02.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2026-01-23T16:36:02.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2026-01-23T16:36:02.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3119 | 2026-01-23T16:36:02.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3120 | 2026-01-23T16:36:02.168Z | |
| 3121 | 2026-01-23T16:36:02.168Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (105/245) |
| 3122 | 2026-01-23T16:36:02.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2026-01-23T16:36:02.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2026-01-23T16:36:02.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2026-01-23T16:36:02.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3126 | 2026-01-23T16:36:02.990Z | |
| 3127 | 2026-01-23T16:36:02.990Z | info: running `cargo check --bins` on clickhouse-admin-server-client (106/245) |
| 3128 | 2026-01-23T16:36:03.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2026-01-23T16:36:03.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2026-01-23T16:36:03.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2026-01-23T16:36:03.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3132 | 2026-01-23T16:36:03.832Z | |
| 3133 | 2026-01-23T16:36:03.832Z | info: running `cargo check --bins` on clickhouse-admin-single-client (107/245) |
| 3134 | 2026-01-23T16:36:04.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2026-01-23T16:36:04.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2026-01-23T16:36:04.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2026-01-23T16:36:04.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3138 | 2026-01-23T16:36:04.675Z | |
| 3139 | 2026-01-23T16:36:04.675Z | info: running `cargo check --bins` on cockroach-admin-client (108/245) |
| 3140 | 2026-01-23T16:36:05.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2026-01-23T16:36:05.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2026-01-23T16:36:05.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2026-01-23T16:36:05.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3144 | 2026-01-23T16:36:05.489Z | |
| 3145 | 2026-01-23T16:36:05.489Z | info: running `cargo check --bins` on omicron-ddm-admin-client (109/245) |
| 3146 | 2026-01-23T16:36:06.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2026-01-23T16:36:06.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2026-01-23T16:36:06.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2026-01-23T16:36:06.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3150 | 2026-01-23T16:36:06.333Z | |
| 3151 | 2026-01-23T16:36:06.334Z | info: running `cargo check --bins` on dns-service-client (110/245) |
| 3152 | 2026-01-23T16:36:07.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2026-01-23T16:36:07.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2026-01-23T16:36:07.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2026-01-23T16:36:07.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3156 | 2026-01-23T16:36:07.164Z | |
| 3157 | 2026-01-23T16:36:07.164Z | info: running `cargo check --bins` on installinator-client (111/245) |
| 3158 | 2026-01-23T16:36:07.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2026-01-23T16:36:07.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2026-01-23T16:36:07.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2026-01-23T16:36:07.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3162 | 2026-01-23T16:36:08.022Z | |
| 3163 | 2026-01-23T16:36:08.023Z | info: running `cargo check --bins` on nexus-client (112/245) |
| 3164 | 2026-01-23T16:36:08.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2026-01-23T16:36:08.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2026-01-23T16:36:08.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2026-01-23T16:36:08.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3168 | 2026-01-23T16:36:08.913Z | |
| 3169 | 2026-01-23T16:36:08.913Z | info: running `cargo check --bins` on nexus-lockstep-client (113/245) |
| 3170 | 2026-01-23T16:36:09.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2026-01-23T16:36:09.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2026-01-23T16:36:09.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3173 | 2026-01-23T16:36:09.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3174 | 2026-01-23T16:36:09.798Z | |
| 3175 | 2026-01-23T16:36:09.798Z | info: running `cargo check --bins` on ntp-admin-client (114/245) |
| 3176 | 2026-01-23T16:36:10.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2026-01-23T16:36:10.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2026-01-23T16:36:10.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3179 | 2026-01-23T16:36:10.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3180 | 2026-01-23T16:36:10.602Z | |
| 3181 | 2026-01-23T16:36:10.602Z | info: running `cargo check --bins` on oxide-client (115/245) |
| 3182 | 2026-01-23T16:36:11.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2026-01-23T16:36:11.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2026-01-23T16:36:11.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3185 | 2026-01-23T16:36:11.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3186 | 2026-01-23T16:36:11.419Z | |
| 3187 | 2026-01-23T16:36:11.419Z | info: running `cargo check --bins` on oximeter-client (116/245) |
| 3188 | 2026-01-23T16:36:12.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3189 | 2026-01-23T16:36:12.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3190 | 2026-01-23T16:36:12.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3191 | 2026-01-23T16:36:12.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3192 | 2026-01-23T16:36:12.251Z | |
| 3193 | 2026-01-23T16:36:12.251Z | info: running `cargo check --bins` on repo-depot-client (117/245) |
| 3194 | 2026-01-23T16:36:12.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3195 | 2026-01-23T16:36:12.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3196 | 2026-01-23T16:36:12.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3197 | 2026-01-23T16:36:12.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3198 | 2026-01-23T16:36:13.067Z | |
| 3199 | 2026-01-23T16:36:13.067Z | info: running `cargo check --bins` on sled-agent-client (118/245) |
| 3200 | 2026-01-23T16:36:13.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3201 | 2026-01-23T16:36:13.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3202 | 2026-01-23T16:36:13.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3203 | 2026-01-23T16:36:13.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3204 | 2026-01-23T16:36:13.925Z | |
| 3205 | 2026-01-23T16:36:13.925Z | info: running `cargo check --bins` on wicketd-client (119/245) |
| 3206 | 2026-01-23T16:36:14.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2026-01-23T16:36:14.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2026-01-23T16:36:14.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3209 | 2026-01-23T16:36:14.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3210 | 2026-01-23T16:36:14.778Z | |
| 3211 | 2026-01-23T16:36:14.778Z | info: running `cargo check --bins` on installinator-common (120/245) |
| 3212 | 2026-01-23T16:36:15.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-01-23T16:36:15.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-01-23T16:36:15.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3215 | 2026-01-23T16:36:15.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3216 | 2026-01-23T16:36:15.673Z | |
| 3217 | 2026-01-23T16:36:15.673Z | info: running `cargo check --bins` on installinator-common-versions (121/245) |
| 3218 | 2026-01-23T16:36:16.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-01-23T16:36:16.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-01-23T16:36:16.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3221 | 2026-01-23T16:36:16.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3222 | 2026-01-23T16:36:16.481Z | |
| 3223 | 2026-01-23T16:36:16.481Z | info: running `cargo check --bins` on wicket-common (122/245) |
| 3224 | 2026-01-23T16:36:17.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-01-23T16:36:17.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-01-23T16:36:17.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3227 | 2026-01-23T16:36:17.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3228 | 2026-01-23T16:36:17.332Z | |
| 3229 | 2026-01-23T16:36:17.332Z | info: running `cargo check --bins` on omicron-cockroach-admin (123/245) |
| 3230 | 2026-01-23T16:36:18.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-01-23T16:36:18.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-01-23T16:36:18.205Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3233 | 2026-01-23T16:36:18.208Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3234 | 2026-01-23T16:36:18.334Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3235 | 2026-01-23T16:36:18.513Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3236 | 2026-01-23T16:36:18.532Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3237 | 2026-01-23T16:36:18.900Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3238 | 2026-01-23T16:36:18.903Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3239 | 2026-01-23T16:36:22.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s |
| 3240 | 2026-01-23T16:36:22.315Z | |
| 3241 | 2026-01-23T16:36:22.315Z | info: running `cargo check --bins` on cockroach-admin-api (124/245) |
| 3242 | 2026-01-23T16:36:23.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2026-01-23T16:36:23.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2026-01-23T16:36:23.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3245 | 2026-01-23T16:36:23.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3246 | 2026-01-23T16:36:23.136Z | |
| 3247 | 2026-01-23T16:36:23.136Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (125/245) |
| 3248 | 2026-01-23T16:36:23.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3249 | 2026-01-23T16:36:23.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3250 | 2026-01-23T16:36:23.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3251 | 2026-01-23T16:36:23.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3252 | 2026-01-23T16:36:24.070Z | |
| 3253 | 2026-01-23T16:36:24.070Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (126/245) |
| 3254 | 2026-01-23T16:36:24.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3255 | 2026-01-23T16:36:24.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3256 | 2026-01-23T16:36:24.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3257 | 2026-01-23T16:36:24.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3258 | 2026-01-23T16:36:25.021Z | |
| 3259 | 2026-01-23T16:36:25.021Z | info: running `cargo check --bins` on dns-server (127/245) |
| 3260 | 2026-01-23T16:36:25.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3261 | 2026-01-23T16:36:25.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3262 | 2026-01-23T16:36:25.895Z | Compiling parking_lot_core v0.8.6 |
| 3263 | 2026-01-23T16:36:25.898Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3264 | 2026-01-23T16:36:25.898Z | Compiling moka v0.12.10 |
| 3265 | 2026-01-23T16:36:25.898Z | Checking tagptr v0.2.0 |
| 3266 | 2026-01-23T16:36:26.049Z | Checking prefix-trie v0.7.0 |
| 3267 | 2026-01-23T16:36:26.052Z | Checking fxhash v0.2.1 |
| 3268 | 2026-01-23T16:36:26.052Z | Checking hickory-client v0.25.2 |
| 3269 | 2026-01-23T16:36:26.620Z | Checking hickory-server v0.25.2 |
| 3270 | 2026-01-23T16:36:26.709Z | Checking parking_lot v0.11.2 |
| 3271 | 2026-01-23T16:36:26.873Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3272 | 2026-01-23T16:36:26.877Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3273 | 2026-01-23T16:36:26.877Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3274 | 2026-01-23T16:36:26.987Z | Checking sled v0.34.7 |
| 3275 | 2026-01-23T16:36:27.361Z | Checking hickory-resolver v0.25.2 |
| 3276 | 2026-01-23T16:36:28.995Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3277 | 2026-01-23T16:36:30.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
| 3278 | 2026-01-23T16:36:30.753Z | |
| 3279 | 2026-01-23T16:36:30.753Z | info: running `cargo check --bins` on dns-server-api (128/245) |
| 3280 | 2026-01-23T16:36:31.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2026-01-23T16:36:31.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2026-01-23T16:36:31.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3283 | 2026-01-23T16:36:31.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3284 | 2026-01-23T16:36:31.576Z | |
| 3285 | 2026-01-23T16:36:31.576Z | info: running `cargo check --bins` on gateway-test-utils (129/245) |
| 3286 | 2026-01-23T16:36:32.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2026-01-23T16:36:32.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2026-01-23T16:36:32.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3289 | 2026-01-23T16:36:32.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3290 | 2026-01-23T16:36:32.482Z | |
| 3291 | 2026-01-23T16:36:32.482Z | info: running `cargo check --bins` on omicron-gateway (130/245) |
| 3292 | 2026-01-23T16:36:33.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2026-01-23T16:36:33.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2026-01-23T16:36:33.449Z | Compiling radium v0.7.0 |
| 3295 | 2026-01-23T16:36:33.452Z | Checking tap v1.0.1 |
| 3296 | 2026-01-23T16:36:33.452Z | Compiling maybe-uninit v2.0.0 |
| 3297 | 2026-01-23T16:36:33.575Z | Compiling zerocopy-derive v0.6.6 |
| 3298 | 2026-01-23T16:36:33.577Z | Checking crc-catalog v2.4.0 |
| 3299 | 2026-01-23T16:36:33.578Z | Checking funty v2.0.0 |
| 3300 | 2026-01-23T16:36:33.578Z | Compiling packed_struct v0.10.1 |
| 3301 | 2026-01-23T16:36:33.591Z | Compiling packed_struct_codegen v0.10.1 |
| 3302 | 2026-01-23T16:36:33.777Z | Checking wyz v0.5.1 |
| 3303 | 2026-01-23T16:36:33.831Z | Checking crc v3.2.1 |
| 3304 | 2026-01-23T16:36:34.127Z | Compiling bitfield-macros v0.19.2 |
| 3305 | 2026-01-23T16:36:34.148Z | Compiling indexmap v1.9.3 |
| 3306 | 2026-01-23T16:36:34.300Z | Checking nodrop v0.1.14 |
| 3307 | 2026-01-23T16:36:34.443Z | Checking smallvec v0.6.14 |
| 3308 | 2026-01-23T16:36:34.465Z | Checking array-init v0.0.4 |
| 3309 | 2026-01-23T16:36:34.468Z | Checking hashbrown v0.12.3 |
| 3310 | 2026-01-23T16:36:34.486Z | Checking bitvec v1.0.1 |
| 3311 | 2026-01-23T16:36:34.552Z | Checking ron v0.8.1 |
| 3312 | 2026-01-23T16:36:34.832Z | Checking hashbrown v0.13.2 |
| 3313 | 2026-01-23T16:36:35.462Z | Checking serde-hex v0.1.0 |
| 3314 | 2026-01-23T16:36:35.574Z | Checking zerocopy v0.6.6 |
| 3315 | 2026-01-23T16:36:35.672Z | Checking bitfield v0.19.2 |
| 3316 | 2026-01-23T16:36:35.751Z | Checking crc-any v2.5.0 |
| 3317 | 2026-01-23T16:36:35.773Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3318 | 2026-01-23T16:36:36.098Z | Checking void v1.0.2 |
| 3319 | 2026-01-23T16:36:36.121Z | Checking path-slash v0.1.5 |
| 3320 | 2026-01-23T16:36:36.136Z | Checking object v0.30.4 |
| 3321 | 2026-01-23T16:36:36.177Z | Checking half v1.8.3 |
| 3322 | 2026-01-23T16:36:36.197Z | Checking tungstenite v0.23.0 |
| 3323 | 2026-01-23T16:36:36.246Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3324 | 2026-01-23T16:36:36.267Z | Checking lzss v0.8.2 |
| 3325 | 2026-01-23T16:36:36.269Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3326 | 2026-01-23T16:36:36.532Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3327 | 2026-01-23T16:36:36.604Z | Checking serde_cbor v0.11.2 |
| 3328 | 2026-01-23T16:36:36.622Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3329 | 2026-01-23T16:36:36.785Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3330 | 2026-01-23T16:36:36.809Z | Checking nix v0.27.1 |
| 3331 | 2026-01-23T16:36:37.056Z | Checking kstat-rs v0.2.4 |
| 3332 | 2026-01-23T16:36:37.414Z | Checking serde_bytes v0.11.19 |
| 3333 | 2026-01-23T16:36:37.440Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3334 | 2026-01-23T16:36:37.494Z | Checking tokio-tungstenite v0.23.1 |
| 3335 | 2026-01-23T16:36:37.740Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3336 | 2026-01-23T16:36:37.983Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3337 | 2026-01-23T16:36:38.044Z | Checking signal-hook-tokio v0.3.1 |
| 3338 | 2026-01-23T16:36:39.744Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3339 | 2026-01-23T16:36:39.967Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3340 | 2026-01-23T16:36:44.559Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3341 | 2026-01-23T16:36:45.895Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3342 | 2026-01-23T16:36:46.327Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3343 | 2026-01-23T16:36:48.093Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3344 | 2026-01-23T16:36:51.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.79s |
| 3345 | 2026-01-23T16:36:51.510Z | |
| 3346 | 2026-01-23T16:36:51.510Z | info: running `cargo check --bins` on gateway-api (131/245) |
| 3347 | 2026-01-23T16:36:52.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-01-23T16:36:52.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-01-23T16:36:52.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-01-23T16:36:52.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3351 | 2026-01-23T16:36:52.348Z | |
| 3352 | 2026-01-23T16:36:52.348Z | info: running `cargo check --bins` on ipcc (132/245) |
| 3353 | 2026-01-23T16:36:53.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-01-23T16:36:53.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-01-23T16:36:53.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-01-23T16:36:53.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3357 | 2026-01-23T16:36:53.162Z | |
| 3358 | 2026-01-23T16:36:53.162Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (133/245) |
| 3359 | 2026-01-23T16:36:53.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-01-23T16:36:53.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-01-23T16:36:53.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-01-23T16:36:53.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3363 | 2026-01-23T16:36:53.953Z | |
| 3364 | 2026-01-23T16:36:53.953Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (134/245) |
| 3365 | 2026-01-23T16:36:54.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-01-23T16:36:54.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-01-23T16:36:54.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-01-23T16:36:54.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3369 | 2026-01-23T16:36:54.779Z | |
| 3370 | 2026-01-23T16:36:54.779Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (135/245) |
| 3371 | 2026-01-23T16:36:55.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-01-23T16:36:55.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-01-23T16:36:55.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-01-23T16:36:55.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3375 | 2026-01-23T16:36:55.597Z | |
| 3376 | 2026-01-23T16:36:55.598Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (136/245) |
| 3377 | 2026-01-23T16:36:56.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-01-23T16:36:56.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-01-23T16:36:56.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-01-23T16:36:56.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3381 | 2026-01-23T16:36:56.419Z | |
| 3382 | 2026-01-23T16:36:56.419Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (137/245) |
| 3383 | 2026-01-23T16:36:57.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-01-23T16:36:57.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-01-23T16:36:57.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-01-23T16:36:57.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3387 | 2026-01-23T16:36:57.238Z | |
| 3388 | 2026-01-23T16:36:57.238Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (138/245) |
| 3389 | 2026-01-23T16:36:57.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-01-23T16:36:57.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-01-23T16:36:57.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-01-23T16:36:57.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3393 | 2026-01-23T16:36:58.068Z | |
| 3394 | 2026-01-23T16:36:58.069Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (139/245) |
| 3395 | 2026-01-23T16:36:58.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-01-23T16:36:58.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-01-23T16:36:58.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-01-23T16:36:58.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3399 | 2026-01-23T16:36:58.906Z | |
| 3400 | 2026-01-23T16:36:58.907Z | info: running `cargo check --bins` on oximeter-producer (140/245) |
| 3401 | 2026-01-23T16:36:59.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-01-23T16:36:59.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-01-23T16:36:59.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-01-23T16:36:59.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3405 | 2026-01-23T16:36:59.789Z | |
| 3406 | 2026-01-23T16:36:59.789Z | info: running `cargo check --bins` on internal-dns-resolver (141/245) |
| 3407 | 2026-01-23T16:37:00.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-01-23T16:37:00.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-01-23T16:37:00.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-01-23T16:37:00.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3411 | 2026-01-23T16:37:00.613Z | |
| 3412 | 2026-01-23T16:37:00.613Z | info: running `cargo check --bins` on sp-sim (142/245) |
| 3413 | 2026-01-23T16:37:01.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-01-23T16:37:01.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-01-23T16:37:01.541Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3416 | 2026-01-23T16:37:04.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
| 3417 | 2026-01-23T16:37:04.436Z | |
| 3418 | 2026-01-23T16:37:04.436Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (143/245) |
| 3419 | 2026-01-23T16:37:05.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-01-23T16:37:05.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-01-23T16:37:05.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-01-23T16:37:05.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3423 | 2026-01-23T16:37:05.328Z | |
| 3424 | 2026-01-23T16:37:05.328Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (144/245) |
| 3425 | 2026-01-23T16:37:06.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-01-23T16:37:06.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-01-23T16:37:06.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-01-23T16:37:06.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3429 | 2026-01-23T16:37:06.235Z | |
| 3430 | 2026-01-23T16:37:06.235Z | info: running `cargo check --bins` on db-macros (145/245) |
| 3431 | 2026-01-23T16:37:06.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-01-23T16:37:06.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-01-23T16:37:06.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-01-23T16:37:06.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3435 | 2026-01-23T16:37:07.036Z | |
| 3436 | 2026-01-23T16:37:07.036Z | info: running `cargo check --bins` on nexus-macros-common (146/245) |
| 3437 | 2026-01-23T16:37:07.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-01-23T16:37:07.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-01-23T16:37:07.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-01-23T16:37:07.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3441 | 2026-01-23T16:37:07.842Z | |
| 3442 | 2026-01-23T16:37:07.842Z | info: running `cargo check --bins` on nexus-auth (147/245) |
| 3443 | 2026-01-23T16:37:08.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-01-23T16:37:08.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-01-23T16:37:08.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-01-23T16:37:08.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3447 | 2026-01-23T16:37:08.738Z | |
| 3448 | 2026-01-23T16:37:08.739Z | info: running `cargo check --bins` on authz-macros (148/245) |
| 3449 | 2026-01-23T16:37:09.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-01-23T16:37:09.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-01-23T16:37:09.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-01-23T16:37:09.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3453 | 2026-01-23T16:37:09.541Z | |
| 3454 | 2026-01-23T16:37:09.541Z | info: running `cargo check --bins` on nexus-db-fixed-data (149/245) |
| 3455 | 2026-01-23T16:37:10.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-01-23T16:37:10.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-01-23T16:37:10.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-01-23T16:37:10.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3459 | 2026-01-23T16:37:10.424Z | |
| 3460 | 2026-01-23T16:37:10.424Z | info: running `cargo check --bins` on nexus-db-model (150/245) |
| 3461 | 2026-01-23T16:37:11.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-01-23T16:37:11.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-01-23T16:37:11.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-01-23T16:37:11.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3465 | 2026-01-23T16:37:11.310Z | |
| 3466 | 2026-01-23T16:37:11.310Z | info: running `cargo check --bins` on nexus-db-schema (151/245) |
| 3467 | 2026-01-23T16:37:12.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-01-23T16:37:12.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-01-23T16:37:12.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-01-23T16:37:12.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3471 | 2026-01-23T16:37:12.126Z | |
| 3472 | 2026-01-23T16:37:12.126Z | info: running `cargo check --bins` on nexus-defaults (152/245) |
| 3473 | 2026-01-23T16:37:12.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-01-23T16:37:12.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-01-23T16:37:12.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-01-23T16:37:12.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3477 | 2026-01-23T16:37:12.962Z | |
| 3478 | 2026-01-23T16:37:12.962Z | info: running `cargo check --bins` on omicron-cockroach-metrics (153/245) |
| 3479 | 2026-01-23T16:37:13.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-01-23T16:37:13.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-01-23T16:37:13.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-01-23T16:37:13.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3483 | 2026-01-23T16:37:13.770Z | |
| 3484 | 2026-01-23T16:37:13.770Z | info: running `cargo check --bins` on parallel-task-set (154/245) |
| 3485 | 2026-01-23T16:37:14.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-01-23T16:37:14.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-01-23T16:37:14.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-01-23T16:37:14.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3489 | 2026-01-23T16:37:14.576Z | |
| 3490 | 2026-01-23T16:37:14.576Z | info: running `cargo check --bins` on nexus-db-errors (155/245) |
| 3491 | 2026-01-23T16:37:15.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-01-23T16:37:15.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-01-23T16:37:15.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-01-23T16:37:15.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3495 | 2026-01-23T16:37:15.469Z | |
| 3496 | 2026-01-23T16:37:15.469Z | info: running `cargo check --bins` on nexus-db-lookup (156/245) |
| 3497 | 2026-01-23T16:37:16.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-01-23T16:37:16.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-01-23T16:37:16.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-01-23T16:37:16.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3501 | 2026-01-23T16:37:16.362Z | |
| 3502 | 2026-01-23T16:37:16.362Z | info: running `cargo check --bins` on nexus-inventory (157/245) |
| 3503 | 2026-01-23T16:37:17.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-01-23T16:37:17.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-01-23T16:37:17.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-01-23T16:37:17.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3507 | 2026-01-23T16:37:17.245Z | |
| 3508 | 2026-01-23T16:37:17.245Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (158/245) |
| 3509 | 2026-01-23T16:37:17.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-01-23T16:37:17.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-01-23T16:37:17.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-01-23T16:37:18.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3513 | 2026-01-23T16:37:18.094Z | |
| 3514 | 2026-01-23T16:37:18.094Z | info: running `cargo check --bins --no-default-features` on sled-storage (159/245) |
| 3515 | 2026-01-23T16:37:18.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-01-23T16:37:18.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-01-23T16:37:18.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-01-23T16:37:18.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3519 | 2026-01-23T16:37:18.931Z | |
| 3520 | 2026-01-23T16:37:18.931Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (160/245) |
| 3521 | 2026-01-23T16:37:19.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-01-23T16:37:19.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-01-23T16:37:19.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-01-23T16:37:19.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3525 | 2026-01-23T16:37:19.794Z | |
| 3526 | 2026-01-23T16:37:19.794Z | info: running `cargo check --bins` on key-manager (161/245) |
| 3527 | 2026-01-23T16:37:20.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-01-23T16:37:20.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-01-23T16:37:20.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-01-23T16:37:20.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3531 | 2026-01-23T16:37:20.633Z | |
| 3532 | 2026-01-23T16:37:20.633Z | info: running `cargo check --bins --no-default-features` on sled-hardware (162/245) |
| 3533 | 2026-01-23T16:37:21.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-01-23T16:37:21.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-01-23T16:37:21.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-01-23T16:37:21.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3537 | 2026-01-23T16:37:21.483Z | |
| 3538 | 2026-01-23T16:37:21.483Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (163/245) |
| 3539 | 2026-01-23T16:37:22.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-01-23T16:37:22.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-01-23T16:37:22.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-01-23T16:37:22.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3543 | 2026-01-23T16:37:22.336Z | |
| 3544 | 2026-01-23T16:37:22.336Z | info: running `cargo check --bins` on typed-rng (164/245) |
| 3545 | 2026-01-23T16:37:23.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-01-23T16:37:23.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-01-23T16:37:23.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-01-23T16:37:23.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3549 | 2026-01-23T16:37:23.159Z | |
| 3550 | 2026-01-23T16:37:23.159Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (165/245) |
| 3551 | 2026-01-23T16:37:23.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-01-23T16:37:23.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-01-23T16:37:24.272Z | Compiling libefi-sys v0.1.0 |
| 3554 | 2026-01-23T16:37:24.275Z | Compiling bitfield-struct v0.6.2 |
| 3555 | 2026-01-23T16:37:24.428Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3556 | 2026-01-23T16:37:24.442Z | Compiling xshell-macros v0.2.7 |
| 3557 | 2026-01-23T16:37:24.459Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3558 | 2026-01-23T16:37:24.480Z | Compiling salty v0.3.0 |
| 3559 | 2026-01-23T16:37:24.483Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3560 | 2026-01-23T16:37:24.483Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3561 | 2026-01-23T16:37:24.537Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3562 | 2026-01-23T16:37:25.106Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3563 | 2026-01-23T16:37:25.149Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3564 | 2026-01-23T16:37:25.149Z | Checking xshell v0.2.7 |
| 3565 | 2026-01-23T16:37:25.277Z | Compiling proc-macro-error2 v2.0.1 |
| 3566 | 2026-01-23T16:37:25.442Z | Checking primeorder v0.13.6 |
| 3567 | 2026-01-23T16:37:25.480Z | Compiling num-derive v0.3.3 |
| 3568 | 2026-01-23T16:37:25.503Z | Compiling unicase v2.8.1 |
| 3569 | 2026-01-23T16:37:25.751Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3570 | 2026-01-23T16:37:25.902Z | Compiling mime_guess v2.0.5 |
| 3571 | 2026-01-23T16:37:25.923Z | Compiling tabled_derive v0.11.0 |
| 3572 | 2026-01-23T16:37:25.940Z | Checking p384 v0.13.1 |
| 3573 | 2026-01-23T16:37:26.380Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3574 | 2026-01-23T16:37:26.512Z | Checking attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 3575 | 2026-01-23T16:37:26.867Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3576 | 2026-01-23T16:37:26.934Z | Checking papergrid v0.17.0 |
| 3577 | 2026-01-23T16:37:27.097Z | Checking testing_table v0.3.0 |
| 3578 | 2026-01-23T16:37:27.255Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3579 | 2026-01-23T16:37:27.279Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3580 | 2026-01-23T16:37:27.535Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3581 | 2026-01-23T16:37:27.600Z | Checking libscf-sys v1.1.0 |
| 3582 | 2026-01-23T16:37:27.844Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=1b01d737447c6c72380a5fe51ebb1dd0f111de1f#1b01d737) |
| 3583 | 2026-01-23T16:37:27.923Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3584 | 2026-01-23T16:37:28.392Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3585 | 2026-01-23T16:37:28.621Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3586 | 2026-01-23T16:37:28.644Z | Checking corncobs v0.1.4 |
| 3587 | 2026-01-23T16:37:28.780Z | Checking tabled v0.20.0 |
| 3588 | 2026-01-23T16:37:28.877Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3589 | 2026-01-23T16:37:28.898Z | Checking dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 3590 | 2026-01-23T16:37:29.021Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3591 | 2026-01-23T16:37:29.324Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 3592 | 2026-01-23T16:37:29.377Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3593 | 2026-01-23T16:37:29.490Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3594 | 2026-01-23T16:37:29.939Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3595 | 2026-01-23T16:37:30.018Z | Checking secrecy v0.8.0 |
| 3596 | 2026-01-23T16:37:30.177Z | Checking http-range v0.1.5 |
| 3597 | 2026-01-23T16:37:30.403Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527) |
| 3598 | 2026-01-23T16:37:30.743Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3599 | 2026-01-23T16:37:30.972Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3600 | 2026-01-23T16:37:31.313Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3601 | 2026-01-23T16:37:31.500Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3602 | 2026-01-23T16:37:31.529Z | Checking atty v0.2.14 |
| 3603 | 2026-01-23T16:37:31.553Z | Checking crc8 v0.1.1 |
| 3604 | 2026-01-23T16:37:31.679Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527) |
| 3605 | 2026-01-23T16:37:31.707Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3606 | 2026-01-23T16:37:31.731Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3607 | 2026-01-23T16:37:32.079Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3608 | 2026-01-23T16:37:32.155Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3609 | 2026-01-23T16:37:32.908Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3610 | 2026-01-23T16:37:33.262Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3611 | 2026-01-23T16:37:33.518Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3612 | 2026-01-23T16:37:33.615Z | Checking hyper-staticfile v0.10.1 |
| 3613 | 2026-01-23T16:37:33.668Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3614 | 2026-01-23T16:37:33.778Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3615 | 2026-01-23T16:37:33.803Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3616 | 2026-01-23T16:37:34.055Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3617 | 2026-01-23T16:37:34.133Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3618 | 2026-01-23T16:37:34.166Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3619 | 2026-01-23T16:37:34.252Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3620 | 2026-01-23T16:37:34.649Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3621 | 2026-01-23T16:37:34.887Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3622 | 2026-01-23T16:37:35.229Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3623 | 2026-01-23T16:37:36.897Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3624 | 2026-01-23T16:37:37.124Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3625 | 2026-01-23T16:37:37.240Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3626 | 2026-01-23T16:37:38.633Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3627 | 2026-01-23T16:37:47.443Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3628 | 2026-01-23T16:38:03.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.19s |
| 3629 | 2026-01-23T16:38:03.596Z | |
| 3630 | 2026-01-23T16:38:03.596Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (166/245) |
| 3631 | 2026-01-23T16:38:04.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3632 | 2026-01-23T16:38:04.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3633 | 2026-01-23T16:38:04.610Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3634 | 2026-01-23T16:38:20.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s |
| 3635 | 2026-01-23T16:38:20.955Z | |
| 3636 | 2026-01-23T16:38:20.955Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (167/245) |
| 3637 | 2026-01-23T16:38:21.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3638 | 2026-01-23T16:38:21.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3639 | 2026-01-23T16:38:21.965Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3640 | 2026-01-23T16:38:38.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.19s |
| 3641 | 2026-01-23T16:38:38.391Z | |
| 3642 | 2026-01-23T16:38:38.391Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (168/245) |
| 3643 | 2026-01-23T16:38:39.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3644 | 2026-01-23T16:38:39.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3645 | 2026-01-23T16:38:39.382Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3646 | 2026-01-23T16:38:55.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.09s |
| 3647 | 2026-01-23T16:38:55.728Z | |
| 3648 | 2026-01-23T16:38:55.728Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (169/245) |
| 3649 | 2026-01-23T16:38:56.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3650 | 2026-01-23T16:38:56.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3651 | 2026-01-23T16:38:56.722Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3652 | 2026-01-23T16:39:12.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.90s |
| 3653 | 2026-01-23T16:39:12.885Z | |
| 3654 | 2026-01-23T16:39:12.885Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (170/245) |
| 3655 | 2026-01-23T16:39:13.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3656 | 2026-01-23T16:39:13.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3657 | 2026-01-23T16:39:13.863Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3658 | 2026-01-23T16:39:29.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.78s |
| 3659 | 2026-01-23T16:39:29.913Z | |
| 3660 | 2026-01-23T16:39:29.913Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (171/245) |
| 3661 | 2026-01-23T16:39:30.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3662 | 2026-01-23T16:39:30.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3663 | 2026-01-23T16:39:30.880Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3664 | 2026-01-23T16:39:46.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.87s |
| 3665 | 2026-01-23T16:39:47.030Z | |
| 3666 | 2026-01-23T16:39:47.030Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (172/245) |
| 3667 | 2026-01-23T16:39:47.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3668 | 2026-01-23T16:39:47.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3669 | 2026-01-23T16:39:48.023Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3670 | 2026-01-23T16:40:03.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.86s |
| 3671 | 2026-01-23T16:40:04.143Z | |
| 3672 | 2026-01-23T16:40:04.143Z | info: running `cargo check --bins` on bootstrap-agent-api (173/245) |
| 3673 | 2026-01-23T16:40:04.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3674 | 2026-01-23T16:40:04.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3675 | 2026-01-23T16:40:04.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3676 | 2026-01-23T16:40:04.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3677 | 2026-01-23T16:40:05.002Z | |
| 3678 | 2026-01-23T16:40:05.002Z | info: running `cargo check --bins` on range-requests (174/245) |
| 3679 | 2026-01-23T16:40:05.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3680 | 2026-01-23T16:40:05.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3681 | 2026-01-23T16:40:05.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3682 | 2026-01-23T16:40:05.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3683 | 2026-01-23T16:40:05.818Z | |
| 3684 | 2026-01-23T16:40:05.818Z | info: running `cargo check --bins` on repo-depot-api (175/245) |
| 3685 | 2026-01-23T16:40:06.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3686 | 2026-01-23T16:40:06.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3687 | 2026-01-23T16:40:06.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3688 | 2026-01-23T16:40:06.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3689 | 2026-01-23T16:40:06.635Z | |
| 3690 | 2026-01-23T16:40:06.635Z | info: running `cargo check --bins` on sled-agent-api (176/245) |
| 3691 | 2026-01-23T16:40:07.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3692 | 2026-01-23T16:40:07.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3693 | 2026-01-23T16:40:07.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3694 | 2026-01-23T16:40:07.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3695 | 2026-01-23T16:40:07.501Z | |
| 3696 | 2026-01-23T16:40:07.501Z | info: running `cargo check --bins` on sled-diagnostics (177/245) |
| 3697 | 2026-01-23T16:40:08.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3698 | 2026-01-23T16:40:08.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3699 | 2026-01-23T16:40:08.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3700 | 2026-01-23T16:40:08.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3701 | 2026-01-23T16:40:08.347Z | |
| 3702 | 2026-01-23T16:40:08.347Z | info: running `cargo check --bins` on zfs-test-harness (178/245) |
| 3703 | 2026-01-23T16:40:09.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3704 | 2026-01-23T16:40:09.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3705 | 2026-01-23T16:40:09.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3706 | 2026-01-23T16:40:09.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3707 | 2026-01-23T16:40:09.188Z | |
| 3708 | 2026-01-23T16:40:09.188Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (179/245) |
| 3709 | 2026-01-23T16:40:09.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3710 | 2026-01-23T16:40:09.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3711 | 2026-01-23T16:40:09.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3712 | 2026-01-23T16:40:09.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3713 | 2026-01-23T16:40:10.033Z | |
| 3714 | 2026-01-23T16:40:10.033Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (180/245) |
| 3715 | 2026-01-23T16:40:10.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3716 | 2026-01-23T16:40:10.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3717 | 2026-01-23T16:40:10.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3718 | 2026-01-23T16:40:10.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3719 | 2026-01-23T16:40:10.872Z | |
| 3720 | 2026-01-23T16:40:10.872Z | info: running `cargo check --bins` on sled-agent-health-monitor (181/245) |
| 3721 | 2026-01-23T16:40:11.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3722 | 2026-01-23T16:40:11.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3723 | 2026-01-23T16:40:11.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3724 | 2026-01-23T16:40:11.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3725 | 2026-01-23T16:40:11.711Z | |
| 3726 | 2026-01-23T16:40:11.711Z | info: running `cargo check --bins` on sled-agent-resolvable-files (182/245) |
| 3727 | 2026-01-23T16:40:12.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2026-01-23T16:40:12.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2026-01-23T16:40:12.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3730 | 2026-01-23T16:40:12.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3731 | 2026-01-23T16:40:12.570Z | |
| 3732 | 2026-01-23T16:40:12.570Z | info: running `cargo check --bins` on trust-quorum (183/245) |
| 3733 | 2026-01-23T16:40:13.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2026-01-23T16:40:13.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2026-01-23T16:40:13.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3736 | 2026-01-23T16:40:13.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3737 | 2026-01-23T16:40:13.426Z | |
| 3738 | 2026-01-23T16:40:13.426Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (184/245) |
| 3739 | 2026-01-23T16:40:14.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2026-01-23T16:40:14.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2026-01-23T16:40:14.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3742 | 2026-01-23T16:40:14.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3743 | 2026-01-23T16:40:14.306Z | |
| 3744 | 2026-01-23T16:40:14.306Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (185/245) |
| 3745 | 2026-01-23T16:40:15.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3746 | 2026-01-23T16:40:15.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3747 | 2026-01-23T16:40:15.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3748 | 2026-01-23T16:40:15.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3749 | 2026-01-23T16:40:15.205Z | |
| 3750 | 2026-01-23T16:40:15.206Z | info: running `cargo check --bins` on update-common (186/245) |
| 3751 | 2026-01-23T16:40:15.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3752 | 2026-01-23T16:40:15.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3753 | 2026-01-23T16:40:15.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3754 | 2026-01-23T16:40:15.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3755 | 2026-01-23T16:40:16.046Z | |
| 3756 | 2026-01-23T16:40:16.046Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (187/245) |
| 3757 | 2026-01-23T16:40:16.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3758 | 2026-01-23T16:40:16.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3759 | 2026-01-23T16:40:16.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3760 | 2026-01-23T16:40:16.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3761 | 2026-01-23T16:40:16.950Z | |
| 3762 | 2026-01-23T16:40:16.950Z | info: running `cargo check --bins` on reconfigurator-cli (188/245) |
| 3763 | 2026-01-23T16:40:17.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3764 | 2026-01-23T16:40:17.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3765 | 2026-01-23T16:40:17.938Z | Compiling fs-err v2.11.0 |
| 3766 | 2026-01-23T16:40:17.941Z | Checking ignore v0.4.23 |
| 3767 | 2026-01-23T16:40:17.941Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3768 | 2026-01-23T16:40:17.941Z | Checking predicates-tree v1.0.12 |
| 3769 | 2026-01-23T16:40:17.941Z | Checking parse-size v1.1.0 |
| 3770 | 2026-01-23T16:40:18.102Z | Checking rand_seeder v0.4.0 |
| 3771 | 2026-01-23T16:40:18.115Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3772 | 2026-01-23T16:40:18.134Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3773 | 2026-01-23T16:40:18.245Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3774 | 2026-01-23T16:40:18.278Z | Compiling petname v2.0.2 |
| 3775 | 2026-01-23T16:40:18.353Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3776 | 2026-01-23T16:40:18.608Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3777 | 2026-01-23T16:40:18.728Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3778 | 2026-01-23T16:40:18.816Z | Checking globwalk v0.9.1 |
| 3779 | 2026-01-23T16:40:18.844Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3780 | 2026-01-23T16:40:19.066Z | Checking sapling-renderdag v0.1.0 |
| 3781 | 2026-01-23T16:40:19.148Z | Checking camino-tempfile-ext v0.3.2 |
| 3782 | 2026-01-23T16:40:19.203Z | Checking sync-ptr v0.1.4 |
| 3783 | 2026-01-23T16:40:19.415Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3784 | 2026-01-23T16:40:19.500Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3785 | 2026-01-23T16:40:19.630Z | Checking assert_matches v1.5.0 |
| 3786 | 2026-01-23T16:40:20.278Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3787 | 2026-01-23T16:40:20.278Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3788 | 2026-01-23T16:40:20.312Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3789 | 2026-01-23T16:40:21.291Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3790 | 2026-01-23T16:40:23.312Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3791 | 2026-01-23T16:40:26.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.73s |
| 3792 | 2026-01-23T16:40:26.922Z | |
| 3793 | 2026-01-23T16:40:26.922Z | info: running `cargo check --bins` on omicron-repl-utils (189/245) |
| 3794 | 2026-01-23T16:40:27.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2026-01-23T16:40:27.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2026-01-23T16:40:27.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3797 | 2026-01-23T16:40:27.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3798 | 2026-01-23T16:40:27.721Z | |
| 3799 | 2026-01-23T16:40:27.721Z | info: running `cargo check --bins` on nexus-test-interface (190/245) |
| 3800 | 2026-01-23T16:40:28.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2026-01-23T16:40:28.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2026-01-23T16:40:28.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3803 | 2026-01-23T16:40:28.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3804 | 2026-01-23T16:40:28.599Z | |
| 3805 | 2026-01-23T16:40:28.600Z | info: running `cargo check --bins` on oximeter-collector (191/245) |
| 3806 | 2026-01-23T16:40:29.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3807 | 2026-01-23T16:40:29.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3808 | 2026-01-23T16:40:29.544Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3809 | 2026-01-23T16:40:29.544Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3810 | 2026-01-23T16:40:30.499Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3811 | 2026-01-23T16:40:32.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
| 3812 | 2026-01-23T16:40:33.034Z | |
| 3813 | 2026-01-23T16:40:33.034Z | info: running `cargo check --bins` on oximeter-api (192/245) |
| 3814 | 2026-01-23T16:40:33.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-01-23T16:40:33.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-01-23T16:40:33.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2026-01-23T16:40:33.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3818 | 2026-01-23T16:40:33.855Z | |
| 3819 | 2026-01-23T16:40:33.855Z | info: running `cargo check --bins` on cert-dev (193/245) |
| 3820 | 2026-01-23T16:40:34.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-01-23T16:40:34.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-01-23T16:40:34.654Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3823 | 2026-01-23T16:40:35.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3824 | 2026-01-23T16:40:35.195Z | |
| 3825 | 2026-01-23T16:40:35.195Z | info: running `cargo check --bins` on clickana (194/245) |
| 3826 | 2026-01-23T16:40:35.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2026-01-23T16:40:35.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2026-01-23T16:40:36.037Z | Checking castaway v0.2.3 |
| 3829 | 2026-01-23T16:40:36.037Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3830 | 2026-01-23T16:40:36.040Z | Checking unicode-truncate v1.1.0 |
| 3831 | 2026-01-23T16:40:36.040Z | Checking lru v0.12.5 |
| 3832 | 2026-01-23T16:40:36.040Z | Compiling instability v0.3.2 |
| 3833 | 2026-01-23T16:40:36.040Z | Compiling indoc v2.0.6 |
| 3834 | 2026-01-23T16:40:36.040Z | Checking cassowary v0.3.0 |
| 3835 | 2026-01-23T16:40:36.292Z | Checking compact_str v0.8.0 |
| 3836 | 2026-01-23T16:40:36.925Z | Checking ratatui v0.29.0 |
| 3837 | 2026-01-23T16:40:37.865Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3838 | 2026-01-23T16:40:38.131Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3839 | 2026-01-23T16:40:39.362Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3840 | 2026-01-23T16:40:40.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
| 3841 | 2026-01-23T16:40:40.520Z | |
| 3842 | 2026-01-23T16:40:40.520Z | info: running `cargo check --bins` on clickhouse-cluster-dev (195/245) |
| 3843 | 2026-01-23T16:40:41.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3844 | 2026-01-23T16:40:41.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3845 | 2026-01-23T16:40:41.459Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3846 | 2026-01-23T16:40:41.462Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3847 | 2026-01-23T16:40:42.250Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3848 | 2026-01-23T16:40:42.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
| 3849 | 2026-01-23T16:40:43.045Z | |
| 3850 | 2026-01-23T16:40:43.045Z | info: running `cargo check --bins` on ch-dev (196/245) |
| 3851 | 2026-01-23T16:40:43.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-01-23T16:40:43.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-01-23T16:40:43.982Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3854 | 2026-01-23T16:40:44.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
| 3855 | 2026-01-23T16:40:45.219Z | |
| 3856 | 2026-01-23T16:40:45.219Z | info: running `cargo check --bins` on dev-tools-common (197/245) |
| 3857 | 2026-01-23T16:40:45.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-01-23T16:40:45.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-01-23T16:40:45.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3860 | 2026-01-23T16:40:45.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3861 | 2026-01-23T16:40:45.837Z | |
| 3862 | 2026-01-23T16:40:45.837Z | info: running `cargo check --bins` on crdb-seed (198/245) |
| 3863 | 2026-01-23T16:40:46.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-01-23T16:40:46.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-01-23T16:40:46.777Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3866 | 2026-01-23T16:40:47.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 3867 | 2026-01-23T16:40:47.557Z | |
| 3868 | 2026-01-23T16:40:47.557Z | info: running `cargo check --bins` on db-dev (199/245) |
| 3869 | 2026-01-23T16:40:48.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-01-23T16:40:48.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-01-23T16:40:48.512Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3872 | 2026-01-23T16:40:49.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
| 3873 | 2026-01-23T16:40:49.776Z | |
| 3874 | 2026-01-23T16:40:49.776Z | info: running `cargo check --bins` on omicron-dev-lib (200/245) |
| 3875 | 2026-01-23T16:40:50.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-01-23T16:40:50.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-01-23T16:40:50.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3878 | 2026-01-23T16:40:50.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3879 | 2026-01-23T16:40:50.672Z | |
| 3880 | 2026-01-23T16:40:50.672Z | info: running `cargo check --bins` on xtask-downloader (201/245) |
| 3881 | 2026-01-23T16:40:51.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-01-23T16:40:51.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-01-23T16:40:51.491Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3884 | 2026-01-23T16:40:52.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
| 3885 | 2026-01-23T16:40:52.676Z | |
| 3886 | 2026-01-23T16:40:52.676Z | info: running `cargo check --bins` on omicron-dropshot-apis (202/245) |
| 3887 | 2026-01-23T16:40:53.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-01-23T16:40:53.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-01-23T16:40:53.657Z | Compiling tabled_derive v0.10.0 |
| 3890 | 2026-01-23T16:40:53.657Z | Checking papergrid v0.14.0 |
| 3891 | 2026-01-23T16:40:53.663Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3892 | 2026-01-23T16:40:53.663Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3893 | 2026-01-23T16:40:53.663Z | Compiling trait-variant v0.1.2 |
| 3894 | 2026-01-23T16:40:53.663Z | Checking maplit v1.0.2 |
| 3895 | 2026-01-23T16:40:53.792Z | Checking is_ci v1.2.0 |
| 3896 | 2026-01-23T16:40:53.795Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3897 | 2026-01-23T16:40:53.982Z | Checking supports-color v3.0.2 |
| 3898 | 2026-01-23T16:40:54.001Z | Checking drift v0.1.2 |
| 3899 | 2026-01-23T16:40:54.162Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3900 | 2026-01-23T16:40:54.182Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3901 | 2026-01-23T16:40:54.210Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3902 | 2026-01-23T16:40:54.504Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3903 | 2026-01-23T16:40:54.531Z | Checking dropshot-api-manager v0.2.4 |
| 3904 | 2026-01-23T16:40:54.695Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3905 | 2026-01-23T16:40:54.995Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3906 | 2026-01-23T16:40:55.086Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 3907 | 2026-01-23T16:40:55.636Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3908 | 2026-01-23T16:40:55.941Z | Checking tabled v0.18.0 |
| 3909 | 2026-01-23T16:40:56.449Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3910 | 2026-01-23T16:40:58.983Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3911 | 2026-01-23T16:41:00.730Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3912 | 2026-01-23T16:41:01.629Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3913 | 2026-01-23T16:41:02.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.54s |
| 3914 | 2026-01-23T16:41:02.449Z | |
| 3915 | 2026-01-23T16:41:02.449Z | info: running `cargo check --bins` on installinator-api (203/245) |
| 3916 | 2026-01-23T16:41:03.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3917 | 2026-01-23T16:41:03.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3918 | 2026-01-23T16:41:03.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3919 | 2026-01-23T16:41:03.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3920 | 2026-01-23T16:41:03.270Z | |
| 3921 | 2026-01-23T16:41:03.270Z | info: running `cargo check --bins` on nexus-external-api (204/245) |
| 3922 | 2026-01-23T16:41:04.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3923 | 2026-01-23T16:41:04.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3924 | 2026-01-23T16:41:04.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3925 | 2026-01-23T16:41:04.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3926 | 2026-01-23T16:41:04.138Z | |
| 3927 | 2026-01-23T16:41:04.138Z | info: running `cargo check --bins` on nexus-internal-api (205/245) |
| 3928 | 2026-01-23T16:41:04.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3929 | 2026-01-23T16:41:04.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3930 | 2026-01-23T16:41:04.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3931 | 2026-01-23T16:41:04.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3932 | 2026-01-23T16:41:05.023Z | |
| 3933 | 2026-01-23T16:41:05.023Z | info: running `cargo check --bins` on nexus-lockstep-api (206/245) |
| 3934 | 2026-01-23T16:41:05.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3935 | 2026-01-23T16:41:05.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3936 | 2026-01-23T16:41:05.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3937 | 2026-01-23T16:41:05.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3938 | 2026-01-23T16:41:05.894Z | |
| 3939 | 2026-01-23T16:41:05.894Z | info: running `cargo check --bins` on ntp-admin-api (207/245) |
| 3940 | 2026-01-23T16:41:06.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3941 | 2026-01-23T16:41:06.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3942 | 2026-01-23T16:41:06.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3943 | 2026-01-23T16:41:06.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3944 | 2026-01-23T16:41:06.715Z | |
| 3945 | 2026-01-23T16:41:06.715Z | info: running `cargo check --bins` on ntp-admin-types-versions (208/245) |
| 3946 | 2026-01-23T16:41:07.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3947 | 2026-01-23T16:41:07.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3948 | 2026-01-23T16:41:07.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3949 | 2026-01-23T16:41:07.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3950 | 2026-01-23T16:41:07.511Z | |
| 3951 | 2026-01-23T16:41:07.511Z | info: running `cargo check --bins` on wicketd-api (209/245) |
| 3952 | 2026-01-23T16:41:08.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3953 | 2026-01-23T16:41:08.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3954 | 2026-01-23T16:41:08.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3955 | 2026-01-23T16:41:08.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3956 | 2026-01-23T16:41:08.368Z | |
| 3957 | 2026-01-23T16:41:08.368Z | info: running `cargo check --bins` on omicron-ls-apis (210/245) |
| 3958 | 2026-01-23T16:41:09.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3959 | 2026-01-23T16:41:09.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3960 | 2026-01-23T16:41:09.165Z | Checking typeid v1.0.3 |
| 3961 | 2026-01-23T16:41:09.283Z | Checking ordered-float v2.10.1 |
| 3962 | 2026-01-23T16:41:09.300Z | Checking unicode-xid v0.2.6 |
| 3963 | 2026-01-23T16:41:09.316Z | Checking cargo-platform v0.2.0 |
| 3964 | 2026-01-23T16:41:09.391Z | Checking erased-serde v0.4.6 |
| 3965 | 2026-01-23T16:41:09.645Z | Checking serde-value v0.7.0 |
| 3966 | 2026-01-23T16:41:10.012Z | Checking serde-untagged v0.1.7 |
| 3967 | 2026-01-23T16:41:10.253Z | Checking cargo-util-schemas v0.8.2 |
| 3968 | 2026-01-23T16:41:11.493Z | Checking cargo_metadata v0.21.0 |
| 3969 | 2026-01-23T16:41:12.548Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3970 | 2026-01-23T16:41:13.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s |
| 3971 | 2026-01-23T16:41:13.774Z | |
| 3972 | 2026-01-23T16:41:13.774Z | info: running `cargo check --bins` on mgs-dev (211/245) |
| 3973 | 2026-01-23T16:41:14.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-01-23T16:41:14.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-01-23T16:41:14.742Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3976 | 2026-01-23T16:41:15.576Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3977 | 2026-01-23T16:41:16.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
| 3978 | 2026-01-23T16:41:16.506Z | |
| 3979 | 2026-01-23T16:41:16.506Z | info: running `cargo check --bins` on omicron-omdb (212/245) |
| 3980 | 2026-01-23T16:41:17.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-01-23T16:41:17.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-01-23T16:41:17.662Z | Compiling vergen-gitcl v1.0.8 |
| 3983 | 2026-01-23T16:41:17.662Z | Compiling dirs-sys-next v0.1.2 |
| 3984 | 2026-01-23T16:41:17.662Z | Compiling crunchy v0.2.2 |
| 3985 | 2026-01-23T16:41:17.668Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3986 | 2026-01-23T16:41:17.668Z | Compiling dsl_auto_type v0.1.2 |
| 3987 | 2026-01-23T16:41:17.668Z | Checking scheduled-thread-pool v0.2.7 |
| 3988 | 2026-01-23T16:41:17.668Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3989 | 2026-01-23T16:41:17.805Z | Compiling tiny-keccak v2.0.2 |
| 3990 | 2026-01-23T16:41:18.062Z | Compiling dirs-next v2.0.0 |
| 3991 | 2026-01-23T16:41:18.225Z | Compiling term v0.7.0 |
| 3992 | 2026-01-23T16:41:18.256Z | Checking r2d2 v0.8.10 |
| 3993 | 2026-01-23T16:41:18.280Z | Compiling bit-vec v0.6.3 |
| 3994 | 2026-01-23T16:41:18.316Z | Compiling ena v0.14.3 |
| 3995 | 2026-01-23T16:41:18.591Z | Compiling diff v0.1.13 |
| 3996 | 2026-01-23T16:41:18.727Z | Compiling bit-set v0.5.3 |
| 3997 | 2026-01-23T16:41:18.750Z | Compiling ascii-canvas v3.0.0 |
| 3998 | 2026-01-23T16:41:19.025Z | Compiling regex-syntax v0.6.29 |
| 3999 | 2026-01-23T16:41:19.154Z | Compiling bindgen v0.71.1 |
| 4000 | 2026-01-23T16:41:19.237Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4001 | 2026-01-23T16:41:19.266Z | Compiling diesel_derives v2.2.3 |
| 4002 | 2026-01-23T16:41:19.391Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4003 | 2026-01-23T16:41:19.422Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4004 | 2026-01-23T16:41:19.443Z | Compiling libxml v0.3.3 |
| 4005 | 2026-01-23T16:41:19.631Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4006 | 2026-01-23T16:41:19.660Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4007 | 2026-01-23T16:41:19.903Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4008 | 2026-01-23T16:41:20.223Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4009 | 2026-01-23T16:41:20.416Z | Compiling strum_macros v0.24.3 |
| 4010 | 2026-01-23T16:41:20.512Z | Compiling indoc v1.0.9 |
| 4011 | 2026-01-23T16:41:21.381Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4012 | 2026-01-23T16:41:21.730Z | Checking derive_builder v0.20.2 |
| 4013 | 2026-01-23T16:41:21.929Z | Compiling oso-derive v0.27.3 |
| 4014 | 2026-01-23T16:41:22.143Z | Compiling impl-trait-for-tuples v0.2.2 |
| 4015 | 2026-01-23T16:41:22.699Z | Compiling lalrpop v0.19.12 |
| 4016 | 2026-01-23T16:41:22.997Z | Checking quick-xml v0.37.2 |
| 4017 | 2026-01-23T16:41:23.697Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4018 | 2026-01-23T16:41:24.111Z | Compiling diesel-dtrace v0.4.2 |
| 4019 | 2026-01-23T16:41:24.612Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4020 | 2026-01-23T16:41:24.980Z | Checking bb8 v0.8.5 |
| 4021 | 2026-01-23T16:41:25.148Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4022 | 2026-01-23T16:41:25.362Z | Checking nonempty v0.12.0 |
| 4023 | 2026-01-23T16:41:25.537Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4024 | 2026-01-23T16:41:25.569Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4025 | 2026-01-23T16:41:25.670Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4026 | 2026-01-23T16:41:25.932Z | Checking console v0.16.0 |
| 4027 | 2026-01-23T16:41:25.955Z | Checking unit-prefix v0.5.1 |
| 4028 | 2026-01-23T16:41:26.193Z | Checking support-bundle-viewer v0.1.2 |
| 4029 | 2026-01-23T16:41:26.560Z | Checking indicatif v0.18.0 |
| 4030 | 2026-01-23T16:41:26.644Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4031 | 2026-01-23T16:41:26.837Z | Checking multimap v0.10.1 |
| 4032 | 2026-01-23T16:41:29.013Z | Checking diesel v2.2.12 |
| 4033 | 2026-01-23T16:41:47.250Z | Compiling samael v0.0.19 |
| 4034 | 2026-01-23T16:41:48.847Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4035 | 2026-01-23T16:41:52.524Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4036 | 2026-01-23T16:41:53.368Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4037 | 2026-01-23T16:41:53.389Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4038 | 2026-01-23T16:41:53.518Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4039 | 2026-01-23T16:41:53.540Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4040 | 2026-01-23T16:41:56.071Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4041 | 2026-01-23T16:41:57.339Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4042 | 2026-01-23T16:42:01.698Z | Checking async-bb8-diesel v0.2.1 |
| 4043 | 2026-01-23T16:42:02.930Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4044 | 2026-01-23T16:42:10.114Z | Compiling polar-core v0.27.3 |
| 4045 | 2026-01-23T16:42:17.342Z | Checking oso v0.27.3 |
| 4046 | 2026-01-23T16:43:03.763Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4047 | 2026-01-23T16:43:56.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
| 4048 | 2026-01-23T16:43:56.704Z | |
| 4049 | 2026-01-23T16:43:56.704Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (213/245) |
| 4050 | 2026-01-23T16:43:57.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4051 | 2026-01-23T16:43:57.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4052 | 2026-01-23T16:43:57.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4053 | 2026-01-23T16:43:57.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 4054 | 2026-01-23T16:43:57.621Z | |
| 4055 | 2026-01-23T16:43:57.621Z | info: running `cargo check --bins` on nexus-saga-recovery (214/245) |
| 4056 | 2026-01-23T16:43:58.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4057 | 2026-01-23T16:43:58.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4058 | 2026-01-23T16:43:58.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4059 | 2026-01-23T16:43:58.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 4060 | 2026-01-23T16:43:58.527Z | |
| 4061 | 2026-01-23T16:43:58.527Z | info: running `cargo check --bins` on nexus-test-utils-macros (215/245) |
| 4062 | 2026-01-23T16:43:59.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-01-23T16:43:59.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-01-23T16:43:59.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4065 | 2026-01-23T16:43:59.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4066 | 2026-01-23T16:43:59.357Z | |
| 4067 | 2026-01-23T16:43:59.357Z | info: running `cargo check --bins` on omicron-nexus (216/245) |
| 4068 | 2026-01-23T16:44:00.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4069 | 2026-01-23T16:44:00.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4070 | 2026-01-23T16:44:00.499Z | Compiling libz-sys v1.1.20 |
| 4071 | 2026-01-23T16:44:00.502Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 4072 | 2026-01-23T16:44:00.655Z | Compiling vergen-git2 v1.0.7 |
| 4073 | 2026-01-23T16:44:00.668Z | Compiling rustls v0.21.12 |
| 4074 | 2026-01-23T16:44:00.671Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 4075 | 2026-01-23T16:44:00.684Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4076 | 2026-01-23T16:44:00.698Z | Checking sct v0.7.1 |
| 4077 | 2026-01-23T16:44:00.701Z | Checking rustls-webpki v0.101.7 |
| 4078 | 2026-01-23T16:44:00.951Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4079 | 2026-01-23T16:44:01.045Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4080 | 2026-01-23T16:44:01.066Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4081 | 2026-01-23T16:44:01.087Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4082 | 2026-01-23T16:44:01.429Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4083 | 2026-01-23T16:44:01.499Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4084 | 2026-01-23T16:44:01.503Z | Checking rustls-pemfile v1.0.4 |
| 4085 | 2026-01-23T16:44:01.548Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4086 | 2026-01-23T16:44:01.693Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4087 | 2026-01-23T16:44:02.027Z | Checking twox-hash v2.1.0 |
| 4088 | 2026-01-23T16:44:02.615Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4089 | 2026-01-23T16:44:02.689Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 4090 | 2026-01-23T16:44:03.428Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4091 | 2026-01-23T16:44:03.481Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4092 | 2026-01-23T16:44:03.680Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4093 | 2026-01-23T16:44:04.318Z | Checking tokio-rustls v0.24.1 |
| 4094 | 2026-01-23T16:44:04.712Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4095 | 2026-01-23T16:44:04.758Z | Checking fatfs v0.3.6 |
| 4096 | 2026-01-23T16:44:04.949Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4097 | 2026-01-23T16:44:04.979Z | Compiling seq-macro v0.3.6 |
| 4098 | 2026-01-23T16:44:12.157Z | Compiling git2 v0.20.2 |
| 4099 | 2026-01-23T16:44:14.071Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 4100 | 2026-01-23T16:44:14.231Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 4101 | 2026-01-23T16:44:16.371Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4102 | 2026-01-23T16:45:29.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 4103 | 2026-01-23T16:45:29.623Z | |
| 4104 | 2026-01-23T16:45:29.623Z | info: running `cargo check --bins` on nexus-background-task-interface (217/245) |
| 4105 | 2026-01-23T16:45:30.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4106 | 2026-01-23T16:45:30.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4107 | 2026-01-23T16:45:30.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4108 | 2026-01-23T16:45:30.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4109 | 2026-01-23T16:45:30.460Z | |
| 4110 | 2026-01-23T16:45:30.460Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (218/245) |
| 4111 | 2026-01-23T16:45:31.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4112 | 2026-01-23T16:45:31.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4113 | 2026-01-23T16:45:31.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4114 | 2026-01-23T16:45:31.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4115 | 2026-01-23T16:45:31.341Z | |
| 4116 | 2026-01-23T16:45:31.341Z | info: running `cargo check --bins` on nexus-mgs-updates (219/245) |
| 4117 | 2026-01-23T16:45:32.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4118 | 2026-01-23T16:45:32.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4119 | 2026-01-23T16:45:32.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4120 | 2026-01-23T16:45:32.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4121 | 2026-01-23T16:45:32.193Z | |
| 4122 | 2026-01-23T16:45:32.193Z | info: running `cargo check --bins` on nexus-networking (220/245) |
| 4123 | 2026-01-23T16:45:32.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4124 | 2026-01-23T16:45:32.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4125 | 2026-01-23T16:45:32.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4126 | 2026-01-23T16:45:32.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4127 | 2026-01-23T16:45:33.060Z | |
| 4128 | 2026-01-23T16:45:33.061Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (221/245) |
| 4129 | 2026-01-23T16:45:33.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4130 | 2026-01-23T16:45:33.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4131 | 2026-01-23T16:45:33.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4132 | 2026-01-23T16:45:33.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 4133 | 2026-01-23T16:45:33.964Z | |
| 4134 | 2026-01-23T16:45:33.964Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (222/245) |
| 4135 | 2026-01-23T16:45:34.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4136 | 2026-01-23T16:45:34.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4137 | 2026-01-23T16:45:34.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4138 | 2026-01-23T16:45:34.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4139 | 2026-01-23T16:45:34.845Z | |
| 4140 | 2026-01-23T16:45:34.845Z | info: running `cargo check --bins` on omicron-dev (223/245) |
| 4141 | 2026-01-23T16:45:35.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4142 | 2026-01-23T16:45:35.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4143 | 2026-01-23T16:45:36.015Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4144 | 2026-01-23T16:45:36.016Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4145 | 2026-01-23T16:45:36.177Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4146 | 2026-01-23T16:45:36.197Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4147 | 2026-01-23T16:45:36.200Z | Checking yansi v1.0.1 |
| 4148 | 2026-01-23T16:45:36.200Z | Checking diff v0.1.13 |
| 4149 | 2026-01-23T16:45:36.200Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4150 | 2026-01-23T16:45:36.213Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4151 | 2026-01-23T16:45:36.429Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4152 | 2026-01-23T16:45:36.727Z | Checking pretty_assertions v1.4.1 |
| 4153 | 2026-01-23T16:45:37.777Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4154 | 2026-01-23T16:46:13.721Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4155 | 2026-01-23T16:46:13.724Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4156 | 2026-01-23T16:46:13.724Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4157 | 2026-01-23T16:46:13.724Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4158 | 2026-01-23T16:46:13.724Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4159 | 2026-01-23T16:46:13.728Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4160 | 2026-01-23T16:46:14.926Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4161 | 2026-01-23T16:46:16.489Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4162 | 2026-01-23T16:47:18.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 44s |
| 4163 | 2026-01-23T16:47:19.240Z | |
| 4164 | 2026-01-23T16:47:19.240Z | info: running `cargo check --bins` on omicron-pins (224/245) |
| 4165 | 2026-01-23T16:47:19.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4166 | 2026-01-23T16:47:19.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4167 | 2026-01-23T16:47:19.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4168 | 2026-01-23T16:47:19.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4169 | 2026-01-23T16:47:20.030Z | |
| 4170 | 2026-01-23T16:47:20.030Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (225/245) |
| 4171 | 2026-01-23T16:47:20.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4172 | 2026-01-23T16:47:20.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4173 | 2026-01-23T16:47:21.012Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4174 | 2026-01-23T16:47:21.137Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4175 | 2026-01-23T16:47:21.141Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4176 | 2026-01-23T16:47:50.155Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4177 | 2026-01-23T16:47:50.685Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4178 | 2026-01-23T16:47:53.504Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4179 | 2026-01-23T16:47:54.087Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4180 | 2026-01-23T16:47:58.711Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4181 | 2026-01-23T16:48:34.112Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4182 | 2026-01-23T16:48:34.986Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4183 | 2026-01-23T16:48:37.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 4184 | 2026-01-23T16:48:37.593Z | |
| 4185 | 2026-01-23T16:48:37.593Z | info: running `cargo check --bins` on reconfigurator-sp-updater (226/245) |
| 4186 | 2026-01-23T16:48:38.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4187 | 2026-01-23T16:48:38.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4188 | 2026-01-23T16:48:38.528Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4189 | 2026-01-23T16:48:39.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 4190 | 2026-01-23T16:48:39.688Z | |
| 4191 | 2026-01-23T16:48:39.689Z | info: running `cargo check --bins` on omicron-releng (227/245) |
| 4192 | 2026-01-23T16:48:40.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4193 | 2026-01-23T16:48:40.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4194 | 2026-01-23T16:48:40.567Z | Compiling blake3 v1.5.4 |
| 4195 | 2026-01-23T16:48:40.570Z | Checking arrayvec v0.7.6 |
| 4196 | 2026-01-23T16:48:40.684Z | Checking constant_time_eq v0.3.1 |
| 4197 | 2026-01-23T16:48:40.687Z | Checking arrayref v0.3.9 |
| 4198 | 2026-01-23T16:48:40.722Z | Checking topological-sort v0.2.2 |
| 4199 | 2026-01-23T16:48:40.725Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4200 | 2026-01-23T16:48:40.725Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4201 | 2026-01-23T16:48:40.725Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4202 | 2026-01-23T16:48:40.809Z | Checking shell-words v1.1.0 |
| 4203 | 2026-01-23T16:48:41.945Z | Checking omicron-zone-package v0.12.2 |
| 4204 | 2026-01-23T16:48:43.156Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4205 | 2026-01-23T16:48:44.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
| 4206 | 2026-01-23T16:48:44.646Z | |
| 4207 | 2026-01-23T16:48:44.646Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (228/245) |
| 4208 | 2026-01-23T16:48:45.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-01-23T16:48:45.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-01-23T16:48:45.488Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4211 | 2026-01-23T16:48:45.892Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4212 | 2026-01-23T16:48:46.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
| 4213 | 2026-01-23T16:48:46.666Z | |
| 4214 | 2026-01-23T16:48:46.666Z | info: running `cargo check --bins` on xtask (229/245) |
| 4215 | 2026-01-23T16:48:47.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4216 | 2026-01-23T16:48:47.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4217 | 2026-01-23T16:48:47.288Z | Checking bitflags v2.9.4 |
| 4218 | 2026-01-23T16:48:47.291Z | Checking serde v1.0.228 |
| 4219 | 2026-01-23T16:48:47.291Z | Checking zerofrom v0.1.4 |
| 4220 | 2026-01-23T16:48:47.407Z | Checking thiserror v2.0.17 |
| 4221 | 2026-01-23T16:48:47.421Z | Checking smallvec v1.15.1 |
| 4222 | 2026-01-23T16:48:47.423Z | Checking hashbrown v0.16.1 |
| 4223 | 2026-01-23T16:48:47.448Z | Checking serde_json v1.0.149 |
| 4224 | 2026-01-23T16:48:47.451Z | Checking scroll v0.12.0 |
| 4225 | 2026-01-23T16:48:47.541Z | Checking num-traits v0.2.19 |
| 4226 | 2026-01-23T16:48:47.599Z | Checking yoke v0.7.4 |
| 4227 | 2026-01-23T16:48:47.649Z | Checking rustix v0.38.37 |
| 4228 | 2026-01-23T16:48:47.766Z | Checking thiserror v1.0.69 |
| 4229 | 2026-01-23T16:48:47.911Z | Checking percent-encoding v2.3.2 |
| 4230 | 2026-01-23T16:48:47.930Z | Checking log v0.4.27 |
| 4231 | 2026-01-23T16:48:47.962Z | Checking zerovec v0.10.4 |
| 4232 | 2026-01-23T16:48:48.157Z | Checking pest v2.8.2 |
| 4233 | 2026-01-23T16:48:48.200Z | Checking goblin v0.8.2 |
| 4234 | 2026-01-23T16:48:48.401Z | Checking serde_spanned v0.6.9 |
| 4235 | 2026-01-23T16:48:48.483Z | Checking indexmap v2.12.1 |
| 4236 | 2026-01-23T16:48:48.629Z | Checking toml_datetime v0.6.11 |
| 4237 | 2026-01-23T16:48:48.671Z | Checking terminal_size v0.4.0 |
| 4238 | 2026-01-23T16:48:48.873Z | Checking erased-serde v0.4.6 |
| 4239 | 2026-01-23T16:48:48.949Z | Checking zerocopy v0.7.35 |
| 4240 | 2026-01-23T16:48:48.997Z | Checking form_urlencoded v1.2.2 |
| 4241 | 2026-01-23T16:48:49.120Z | Checking ordered-float v2.10.1 |
| 4242 | 2026-01-23T16:48:49.226Z | Checking getrandom v0.3.4 |
| 4243 | 2026-01-23T16:48:49.442Z | Checking syn v2.0.111 |
| 4244 | 2026-01-23T16:48:49.615Z | Checking tinystr v0.7.6 |
| 4245 | 2026-01-23T16:48:49.670Z | Checking icu_collections v1.5.0 |
| 4246 | 2026-01-23T16:48:49.700Z | Checking toml_edit v0.22.27 |
| 4247 | 2026-01-23T16:48:49.793Z | Checking serde-untagged v0.1.7 |
| 4248 | 2026-01-23T16:48:49.995Z | Checking icu_locid v1.5.0 |
| 4249 | 2026-01-23T16:48:50.166Z | Checking serde-value v0.7.0 |
| 4250 | 2026-01-23T16:48:50.185Z | Checking rustix v1.0.7 |
| 4251 | 2026-01-23T16:48:50.332Z | Checking once_cell v1.21.3 |
| 4252 | 2026-01-23T16:48:50.603Z | Checking clap_builder v4.5.48 |
| 4253 | 2026-01-23T16:48:50.666Z | Checking cargo-platform v0.2.0 |
| 4254 | 2026-01-23T16:48:50.703Z | Checking dtrace-parser v0.2.0 |
| 4255 | 2026-01-23T16:48:50.971Z | Checking icu_provider v1.5.0 |
| 4256 | 2026-01-23T16:48:51.020Z | Checking textwrap v0.16.2 |
| 4257 | 2026-01-23T16:48:51.238Z | Checking fs-err v3.1.1 |
| 4258 | 2026-01-23T16:48:51.450Z | Checking anyhow v1.0.99 |
| 4259 | 2026-01-23T16:48:51.589Z | Checking tabled v0.15.0 |
| 4260 | 2026-01-23T16:48:51.592Z | Checking icu_locid_transform v1.5.0 |
| 4261 | 2026-01-23T16:48:51.689Z | Checking tempfile v3.20.0 |
| 4262 | 2026-01-23T16:48:51.843Z | Checking macaddr v1.0.1 |
| 4263 | 2026-01-23T16:48:52.078Z | Checking camino-tempfile v1.4.1 |
| 4264 | 2026-01-23T16:48:52.207Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4265 | 2026-01-23T16:48:52.371Z | Checking toml v0.8.23 |
| 4266 | 2026-01-23T16:48:52.622Z | Checking icu_properties v1.5.1 |
| 4267 | 2026-01-23T16:48:52.935Z | Checking dof v0.3.0 |
| 4268 | 2026-01-23T16:48:53.098Z | Checking cargo_toml v0.21.0 |
| 4269 | 2026-01-23T16:48:53.232Z | Checking clap v4.5.48 |
| 4270 | 2026-01-23T16:48:53.882Z | Checking usdt-impl v0.5.0 |
| 4271 | 2026-01-23T16:48:54.289Z | Checking usdt v0.5.0 |
| 4272 | 2026-01-23T16:48:54.993Z | Checking icu_normalizer v1.5.0 |
| 4273 | 2026-01-23T16:48:55.486Z | Checking idna_adapter v1.2.0 |
| 4274 | 2026-01-23T16:48:55.622Z | Checking idna v1.0.3 |
| 4275 | 2026-01-23T16:48:55.933Z | Checking url v2.5.4 |
| 4276 | 2026-01-23T16:48:56.440Z | Checking cargo-util-schemas v0.8.2 |
| 4277 | 2026-01-23T16:48:57.688Z | Checking cargo_metadata v0.21.0 |
| 4278 | 2026-01-23T16:48:58.746Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4279 | 2026-01-23T16:48:59.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.75s |
| 4280 | 2026-01-23T16:48:59.578Z | |
| 4281 | 2026-01-23T16:48:59.578Z | info: running `cargo check --bins` on end-to-end-tests (230/245) |
| 4282 | 2026-01-23T16:49:00.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4283 | 2026-01-23T16:49:00.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4284 | 2026-01-23T16:49:00.596Z | Checking polyval v0.6.2 |
| 4285 | 2026-01-23T16:49:00.723Z | Checking ctr v0.9.2 |
| 4286 | 2026-01-23T16:49:00.738Z | Checking ssh-encoding v0.2.0 |
| 4287 | 2026-01-23T16:49:00.741Z | Checking blowfish v0.9.1 |
| 4288 | 2026-01-23T16:49:00.763Z | Checking password-hash v0.4.2 |
| 4289 | 2026-01-23T16:49:00.777Z | Checking p256 v0.13.2 |
| 4290 | 2026-01-23T16:49:00.780Z | Checking p521 v0.13.3 |
| 4291 | 2026-01-23T16:49:00.780Z | Checking russh-cryptovec v0.7.3 |
| 4292 | 2026-01-23T16:49:00.948Z | Checking bcrypt-pbkdf v0.10.0 |
| 4293 | 2026-01-23T16:49:00.969Z | Checking ghash v0.5.1 |
| 4294 | 2026-01-23T16:49:01.012Z | Checking md5 v0.7.0 |
| 4295 | 2026-01-23T16:49:01.039Z | Checking num-bigint v0.4.6 |
| 4296 | 2026-01-23T16:49:01.090Z | Checking des v0.8.1 |
| 4297 | 2026-01-23T16:49:01.159Z | Checking pbkdf2 v0.11.0 |
| 4298 | 2026-01-23T16:49:01.162Z | Checking aes-gcm v0.10.3 |
| 4299 | 2026-01-23T16:49:01.219Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4300 | 2026-01-23T16:49:01.290Z | Checking hex-literal v0.4.1 |
| 4301 | 2026-01-23T16:49:01.316Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4302 | 2026-01-23T16:49:01.348Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4303 | 2026-01-23T16:49:01.407Z | Checking ssh-cipher v0.2.0 |
| 4304 | 2026-01-23T16:49:01.449Z | Checking internet-checksum v0.2.1 |
| 4305 | 2026-01-23T16:49:01.712Z | Checking ssh-key v0.6.6 |
| 4306 | 2026-01-23T16:49:01.885Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4307 | 2026-01-23T16:49:02.871Z | Checking russh-keys v0.45.0 |
| 4308 | 2026-01-23T16:49:03.732Z | Checking russh v0.45.0 |
| 4309 | 2026-01-23T16:49:28.288Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4310 | 2026-01-23T16:49:30.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.43s |
| 4311 | 2026-01-23T16:49:30.262Z | |
| 4312 | 2026-01-23T16:49:30.262Z | info: running `cargo check --bins` on gateway-cli (231/245) |
| 4313 | 2026-01-23T16:49:30.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4314 | 2026-01-23T16:49:30.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4315 | 2026-01-23T16:49:31.099Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4316 | 2026-01-23T16:49:31.102Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4317 | 2026-01-23T16:49:31.102Z | Checking termios v0.3.3 |
| 4318 | 2026-01-23T16:49:33.322Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4319 | 2026-01-23T16:49:33.519Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4320 | 2026-01-23T16:49:36.479Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4321 | 2026-01-23T16:49:37.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.09s |
| 4322 | 2026-01-23T16:49:37.569Z | |
| 4323 | 2026-01-23T16:49:37.569Z | info: running `cargo check --bins --no-default-features` on installinator (232/245) |
| 4324 | 2026-01-23T16:49:38.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4325 | 2026-01-23T16:49:38.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4326 | 2026-01-23T16:49:38.493Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4327 | 2026-01-23T16:49:38.496Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4328 | 2026-01-23T16:49:38.630Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4329 | 2026-01-23T16:49:38.643Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4330 | 2026-01-23T16:49:38.646Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4331 | 2026-01-23T16:49:39.247Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4332 | 2026-01-23T16:49:39.251Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4333 | 2026-01-23T16:49:40.340Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4334 | 2026-01-23T16:49:40.570Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4335 | 2026-01-23T16:49:40.572Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4336 | 2026-01-23T16:49:41.594Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4337 | 2026-01-23T16:49:43.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s |
| 4338 | 2026-01-23T16:49:44.144Z | |
| 4339 | 2026-01-23T16:49:44.144Z | info: running `cargo check --bins` on internal-dns-cli (233/245) |
| 4340 | 2026-01-23T16:49:44.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4341 | 2026-01-23T16:49:44.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4342 | 2026-01-23T16:49:44.970Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4343 | 2026-01-23T16:49:45.587Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4344 | 2026-01-23T16:49:46.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 4345 | 2026-01-23T16:49:46.251Z | |
| 4346 | 2026-01-23T16:49:46.251Z | info: running `cargo check --bins` on omicron-live-tests (234/245) |
| 4347 | 2026-01-23T16:49:46.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4348 | 2026-01-23T16:49:46.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4349 | 2026-01-23T16:49:46.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4350 | 2026-01-23T16:49:46.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4351 | 2026-01-23T16:49:47.047Z | |
| 4352 | 2026-01-23T16:49:47.047Z | info: running `cargo check --bins` on live-tests-macros (235/245) |
| 4353 | 2026-01-23T16:49:47.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-01-23T16:49:47.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-01-23T16:49:47.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4356 | 2026-01-23T16:49:47.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4357 | 2026-01-23T16:49:47.842Z | |
| 4358 | 2026-01-23T16:49:47.843Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (236/245) |
| 4359 | 2026-01-23T16:49:48.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4360 | 2026-01-23T16:49:48.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4361 | 2026-01-23T16:49:48.809Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4362 | 2026-01-23T16:49:49.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4363 | 2026-01-23T16:49:49.811Z | |
| 4364 | 2026-01-23T16:49:49.811Z | info: running `cargo check --bins` on omicron-ntp-admin (237/245) |
| 4365 | 2026-01-23T16:49:50.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4366 | 2026-01-23T16:49:50.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4367 | 2026-01-23T16:49:50.642Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4368 | 2026-01-23T16:49:50.645Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4369 | 2026-01-23T16:49:50.955Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4370 | 2026-01-23T16:49:50.957Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4371 | 2026-01-23T16:49:52.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
| 4372 | 2026-01-23T16:49:52.294Z | |
| 4373 | 2026-01-23T16:49:52.295Z | info: running `cargo check --bins` on ntp-admin-types (238/245) |
| 4374 | 2026-01-23T16:49:53.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4375 | 2026-01-23T16:49:53.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4376 | 2026-01-23T16:49:53.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4377 | 2026-01-23T16:49:53.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4378 | 2026-01-23T16:49:53.100Z | |
| 4379 | 2026-01-23T16:49:53.100Z | info: running `cargo check --bins` on omicron-package (239/245) |
| 4380 | 2026-01-23T16:49:53.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4381 | 2026-01-23T16:49:53.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4382 | 2026-01-23T16:49:53.978Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4383 | 2026-01-23T16:49:55.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
| 4384 | 2026-01-23T16:49:55.750Z | |
| 4385 | 2026-01-23T16:49:55.750Z | info: running `cargo check --bins` on tqdb (240/245) |
| 4386 | 2026-01-23T16:49:56.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4387 | 2026-01-23T16:49:56.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4388 | 2026-01-23T16:49:56.768Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4389 | 2026-01-23T16:49:57.233Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4390 | 2026-01-23T16:49:58.285Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4391 | 2026-01-23T16:49:58.287Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4392 | 2026-01-23T16:50:04.425Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4393 | 2026-01-23T16:50:05.641Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4394 | 2026-01-23T16:50:05.644Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4395 | 2026-01-23T16:50:05.644Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4396 | 2026-01-23T16:50:07.031Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4397 | 2026-01-23T16:50:07.035Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4398 | 2026-01-23T16:50:25.625Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4399 | 2026-01-23T16:50:25.628Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4400 | 2026-01-23T16:50:25.628Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4401 | 2026-01-23T16:50:25.628Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4402 | 2026-01-23T16:50:27.826Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4403 | 2026-01-23T16:50:29.822Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4404 | 2026-01-23T16:50:30.825Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4405 | 2026-01-23T16:50:32.761Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4406 | 2026-01-23T16:50:33.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.78s |
| 4407 | 2026-01-23T16:50:33.784Z | |
| 4408 | 2026-01-23T16:50:33.784Z | info: running `cargo check --bins` on wicket-dbg (241/245) |
| 4409 | 2026-01-23T16:50:34.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-01-23T16:50:34.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-01-23T16:50:34.717Z | Checking rtoolbox v0.0.2 |
| 4412 | 2026-01-23T16:50:34.720Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4413 | 2026-01-23T16:50:34.720Z | Checking tui-tree-widget v0.23.1 |
| 4414 | 2026-01-23T16:50:34.980Z | Checking rpassword v7.4.0 |
| 4415 | 2026-01-23T16:50:39.852Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4416 | 2026-01-23T16:50:42.935Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4417 | 2026-01-23T16:50:44.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.51s |
| 4418 | 2026-01-23T16:50:44.531Z | |
| 4419 | 2026-01-23T16:50:44.531Z | info: running `cargo check --bins` on wicket (242/245) |
| 4420 | 2026-01-23T16:50:45.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4421 | 2026-01-23T16:50:45.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4422 | 2026-01-23T16:50:45.453Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4423 | 2026-01-23T16:50:45.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4424 | 2026-01-23T16:50:46.152Z | |
| 4425 | 2026-01-23T16:50:46.152Z | info: running `cargo check --bins` on wicketd (243/245) |
| 4426 | 2026-01-23T16:50:46.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4427 | 2026-01-23T16:50:46.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4428 | 2026-01-23T16:50:47.115Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4429 | 2026-01-23T16:50:51.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
| 4430 | 2026-01-23T16:50:52.059Z | |
| 4431 | 2026-01-23T16:50:52.059Z | info: running `cargo check --bins` on omicron-workspace-hack (244/245) |
| 4432 | 2026-01-23T16:50:52.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4433 | 2026-01-23T16:50:52.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4434 | 2026-01-23T16:50:52.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4435 | 2026-01-23T16:50:52.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4436 | 2026-01-23T16:50:52.877Z | |
| 4437 | 2026-01-23T16:50:52.877Z | info: running `cargo check --bins` on zone-setup (245/245) |
| 4438 | 2026-01-23T16:50:53.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-01-23T16:50:53.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-01-23T16:50:53.813Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4441 | 2026-01-23T16:50:53.816Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4442 | 2026-01-23T16:50:53.817Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4443 | 2026-01-23T16:50:53.898Z | Checking uzers v0.12.1 |
| 4444 | 2026-01-23T16:50:54.277Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4445 | 2026-01-23T16:50:55.944Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4446 | 2026-01-23T16:51:02.109Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4447 | 2026-01-23T16:51:03.346Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4448 | 2026-01-23T16:51:04.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s |
| 4449 | 2026-01-23T16:51:04.699Z | |
| 4450 | 2026-01-23T16:51:04.699Z | real 19:53.260414139 |
| 4451 | 2026-01-23T16:51:04.699Z | user 37:25.129059129 |
| 4452 | 2026-01-23T16:51:04.699Z | sys 6:03.490606659 |
| 4453 | 2026-01-23T16:51:04.699Z | trap 0.778644431 |
| 4454 | 2026-01-23T16:51:04.699Z | tflt 0.640728365 |
| 4455 | 2026-01-23T16:51:04.699Z | dflt 1.126487164 |
| 4456 | 2026-01-23T16:51:04.702Z | kflt 0.000982271 |
| 4457 | 2026-01-23T16:51:04.702Z | lock 1:34:49.008271944 |
| 4458 | 2026-01-23T16:51:04.702Z | slp 3:11:48.717167881 |
| 4459 | 2026-01-23T16:51:04.702Z | lat 1:42.558977574 |
| 4460 | 2026-01-23T16:51:04.702Z | stop 5:14.823264782 |
| 4461 | 2026-01-23T16:51:04.702Z | process exited: duration 1536302 ms, exit code 0 |
| |
| 4462 | 2026-01-23T16:51:04.709Z | found 0 output files |