|
|
|
| 1 | 2026-03-17T20:04:23.275Z | job assigned to worker 01KKYPAK4N3NMT9F7VP9DJ8DV8 [factory aws, i-0491bd2ed5de890d7] (queued for 1 m 9 s) |
| |
| 2 | 2026-03-17T20:04:31.345Z | starting task 0: "setup" |
| 3 | 2026-03-17T20:04:31.351Z | ++ uname -s |
| 4 | 2026-03-17T20:04:31.354Z | + kern=SunOS |
| 5 | 2026-03-17T20:04:31.354Z | + build_user=build |
| 6 | 2026-03-17T20:04:31.354Z | + build_uid=12345 |
| 7 | 2026-03-17T20:04:31.354Z | + work_dir=/work |
| 8 | 2026-03-17T20:04:31.354Z | + input_dir=/input |
| 9 | 2026-03-17T20:04:31.354Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-17T20:04:31.354Z | + case "$kern" in |
| 11 | 2026-03-17T20:04:31.354Z | + groupadd -g 12345 build |
| 12 | 2026-03-17T20:04:31.358Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-17T20:04:33.361Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-17T20:04:33.476Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-17T20:04:33.479Z | + home_fs=zfs |
| 16 | 2026-03-17T20:04:33.479Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-17T20:04:33.479Z | + mkdir -p /home/build |
| 18 | 2026-03-17T20:04:33.482Z | + chown build:build /home/build /work |
| 19 | 2026-03-17T20:04:35.482Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-17T20:04:35.484Z | process exited: duration 4140 ms, exit code 0 |
| |
| 21 | 2026-03-17T20:04:35.490Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-17T20:04:35.494Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-17T20:04:35.494Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-17T20:04:35.494Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-17T20:04:35.495Z | * rust toolchain profile = "default" |
| 26 | 2026-03-17T20:04:35.495Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-17T20:04:35.495Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-17T20:04:35.497Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-17T20:04:35.497Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-17T20:04:35.632Z | info: downloading installer |
| 31 | 2026-03-17T20:04:37.044Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-17T20:04:37.044Z | warn: /opt/ooce/bin |
| 33 | 2026-03-17T20:04:37.044Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-17T20:04:37.044Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-17T20:04:37.044Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-17T20:04:37.044Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-17T20:04:37.044Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-17T20:04:37.044Z | error: cannot install while Rust is installed |
| 39 | 2026-03-17T20:04:37.044Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-17T20:04:37.044Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-17T20:04:37.044Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-17T20:04:37.044Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-17T20:04:37.045Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-17T20:04:37.061Z | info: profile set to default |
| 45 | 2026-03-17T20:04:37.061Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-17T20:04:37.064Z | info: syncing channel updates for 1.91.1-x86_64-unknown-illumos |
| 47 | 2026-03-17T20:04:37.248Z | info: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07) |
| 48 | 2026-03-17T20:04:37.250Z | info: downloading 6 components |
| 49 | 2026-03-17T20:04:53.851Z | info: default toolchain set to 1.91.1-x86_64-unknown-illumos |
| 50 | 2026-03-17T20:04:53.851Z | |
| 51 | 2026-03-17T20:04:53.888Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 52 | 2026-03-17T20:04:53.889Z | |
| 53 | 2026-03-17T20:04:53.894Z | |
| 54 | 2026-03-17T20:04:53.894Z | Rust is installed now. Great! |
| 55 | 2026-03-17T20:04:53.894Z | |
| 56 | 2026-03-17T20:04:53.894Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-17T20:04:53.894Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-17T20:04:53.894Z | |
| 59 | 2026-03-17T20:04:53.894Z | To configure your current shell, you need to source |
| 60 | 2026-03-17T20:04:53.894Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-17T20:04:53.894Z | |
| 62 | 2026-03-17T20:04:53.894Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-17T20:04:53.895Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-17T20:04:53.895Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-17T20:04:53.895Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-17T20:04:53.895Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-17T20:04:53.895Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-17T20:04:53.895Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-17T20:04:53.895Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-17T20:04:53.895Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-17T20:04:53.978Z | + rustup --version |
| 72 | 2026-03-17T20:04:53.988Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-17T20:04:53.992Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-17T20:04:54.015Z | info: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 75 | 2026-03-17T20:04:54.018Z | + cargo --version |
| 76 | 2026-03-17T20:04:54.037Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 77 | 2026-03-17T20:04:54.040Z | + rustc --version |
| 78 | 2026-03-17T20:04:54.067Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 79 | 2026-03-17T20:04:54.071Z | process exited: duration 18581 ms, exit code 0 |
| |
| 80 | 2026-03-17T20:04:54.078Z | starting task 2: "authentication" |
| 81 | 2026-03-17T20:04:54.102Z | process exited: duration 22 ms, exit code 0 |
| |
| 82 | 2026-03-17T20:04:54.109Z | starting task 3: "clone repository" |
| 83 | 2026-03-17T20:04:54.113Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-17T20:04:54.116Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-17T20:04:54.148Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-17T20:05:22.445Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-17T20:05:22.446Z | + git fetch origin 6f12edd0ca0f8a94837748b17dc08d53c21e0a39 |
| 88 | 2026-03-17T20:05:23.204Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-17T20:05:23.204Z | * branch 6f12edd0ca0f8a94837748b17dc08d53c21e0a39 -> FETCH_HEAD |
| 90 | 2026-03-17T20:05:23.216Z | + [[ -n zl/drop-mvlan-from-group ]] |
| 91 | 2026-03-17T20:05:23.218Z | ++ git branch --show-current |
| 92 | 2026-03-17T20:05:23.221Z | + current=main |
| 93 | 2026-03-17T20:05:23.221Z | + [[ main != zl/drop-mvlan-from-group ]] |
| 94 | 2026-03-17T20:05:23.221Z | + git branch -f zl/drop-mvlan-from-group 6f12edd0ca0f8a94837748b17dc08d53c21e0a39 |
| 95 | 2026-03-17T20:05:23.224Z | + git checkout -f zl/drop-mvlan-from-group |
| 96 | 2026-03-17T20:05:23.536Z | Switched to branch 'zl/drop-mvlan-from-group' |
| 97 | 2026-03-17T20:05:23.539Z | + git reset --hard 6f12edd0ca0f8a94837748b17dc08d53c21e0a39 |
| 98 | 2026-03-17T20:05:23.617Z | HEAD is now at 6f12edd0c [review] add expectorate tests for multicast group allocation CTE queries + minor cleanup |
| 99 | 2026-03-17T20:05:23.620Z | process exited: duration 29517 ms, exit code 0 |
| |
| 100 | 2026-03-17T20:05:23.626Z | starting task 4: "build" |
| 101 | 2026-03-17T20:05:23.630Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-17T20:05:23.633Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-17T20:05:23.633Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-17T20:05:23.633Z | + cargo --version |
| 105 | 2026-03-17T20:05:23.642Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 106 | 2026-03-17T20:05:23.645Z | + rustc --version |
| 107 | 2026-03-17T20:05:23.670Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 108 | 2026-03-17T20:05:23.673Z | + source ./env.sh |
| 109 | 2026-03-17T20:05:23.673Z | ++ OLD_SHELL_OPTS=ehxB |
| 110 | 2026-03-17T20:05:23.673Z | ++ set -o xtrace |
| 111 | 2026-03-17T20:05:23.676Z | ++++ dirname ./env.sh |
| 112 | 2026-03-17T20:05:23.679Z | +++ readlink -f . |
| 113 | 2026-03-17T20:05:23.679Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 114 | 2026-03-17T20:05:23.679Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-03-17T20:05:23.679Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-03-17T20:05:23.679Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-03-17T20:05:23.679Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-03-17T20:05:23.679Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 119 | 2026-03-17T20:05:23.679Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 120 | 2026-03-17T20:05:23.679Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 121 | 2026-03-17T20:05:23.679Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 122 | 2026-03-17T20:05:23.679Z | ++ case $OLD_SHELL_OPTS in |
| 123 | 2026-03-17T20:05:23.679Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 124 | 2026-03-17T20:05:23.679Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 125 | 2026-03-17T20:05:23.679Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 126 | 2026-03-17T20:05:23.679Z | + banner prerequisites |
| 127 | 2026-03-17T20:05:23.682Z | |
| 128 | 2026-03-17T20:05:23.682Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-17T20:05:23.682Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-17T20:05:23.682Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-17T20:05:23.682Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-17T20:05:23.682Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-17T20:05:23.682Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-17T20:05:23.682Z | |
| 135 | 2026-03-17T20:05:23.683Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-17T20:05:34.036Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-17T20:05:43.722Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-17T20:06:06.385Z | Planning: Solver setup ... Done (21.002s) |
| 139 | 2026-03-17T20:06:06.536Z | Planning: Running solver ... Done (0.151s) |
| 140 | 2026-03-17T20:06:06.721Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-03-17T20:06:06.734Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-03-17T20:06:06.861Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-03-17T20:06:06.905Z | Planning: Package planning ... Done (0.043s) |
| 144 | 2026-03-17T20:06:06.943Z | Planning: Merging actions ... Done (0.039s) |
| 145 | 2026-03-17T20:06:07.180Z | Planning: Checking for conflicting actions ... Done (0.237s) |
| 146 | 2026-03-17T20:06:07.191Z | Planning: Consolidating action changes ... Done (0.010s) |
| 147 | 2026-03-17T20:06:08.051Z | Planning: Evaluating mediators ... Done (0.859s) |
| 148 | 2026-03-17T20:06:08.060Z | Planning: Planning completed in 24.19 seconds |
| 149 | 2026-03-17T20:06:08.073Z | Packages to install: 4 |
| 150 | 2026-03-17T20:06:08.076Z | Mediators to change: 2 |
| 151 | 2026-03-17T20:06:08.076Z | Services to change: 1 |
| 152 | 2026-03-17T20:06:08.076Z | Estimated space available: 155.43 GB |
| 153 | 2026-03-17T20:06:08.076Z | Estimated space to be consumed: 1.83 GB |
| 154 | 2026-03-17T20:06:08.076Z | Create boot environment: No |
| 155 | 2026-03-17T20:06:08.076Z | Create backup boot environment: No |
| 156 | 2026-03-17T20:06:08.076Z | Rebuild boot archive: No |
| 157 | 2026-03-17T20:06:08.076Z | |
| 158 | 2026-03-17T20:06:08.076Z | Changed mediators: |
| 159 | 2026-03-17T20:06:08.076Z | mediator clang: |
| 160 | 2026-03-17T20:06:08.076Z | version: None -> 15 (system default) |
| 161 | 2026-03-17T20:06:08.077Z | |
| 162 | 2026-03-17T20:06:08.077Z | mediator llvm: |
| 163 | 2026-03-17T20:06:08.077Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-17T20:06:08.077Z | |
| 165 | 2026-03-17T20:06:08.077Z | Changed packages: |
| 166 | 2026-03-17T20:06:08.077Z | helios-dev |
| 167 | 2026-03-17T20:06:08.077Z | developer/build-essential |
| 168 | 2026-03-17T20:06:08.077Z | None -> 11-2.0 |
| 169 | 2026-03-17T20:06:08.077Z | library/libxmlsec1 |
| 170 | 2026-03-17T20:06:08.077Z | None -> 1.2.35-2.0 |
| 171 | 2026-03-17T20:06:08.077Z | ooce/developer/clang-15 |
| 172 | 2026-03-17T20:06:08.077Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-17T20:06:08.077Z | ooce/developer/llvm-15 |
| 174 | 2026-03-17T20:06:08.077Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-17T20:06:08.078Z | |
| 176 | 2026-03-17T20:06:08.078Z | Services: |
| 177 | 2026-03-17T20:06:08.078Z | restart_fmri: |
| 178 | 2026-03-17T20:06:08.078Z | svc:/system/update-man-index:default |
| 179 | 2026-03-17T20:06:08.120Z | |
| 180 | 2026-03-17T20:06:08.120Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-03-17T20:06:13.119Z | Download: 873/3290 items 18.9/212.6MB 8% complete (3.8M/s) |
| 182 | 2026-03-17T20:06:18.775Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (13.7M/s) |
| 183 | 2026-03-17T20:06:24.632Z | Download: 3288/3290 items 212.0/212.6MB 99% complete (19.3M/s) |
| 184 | 2026-03-17T20:06:24.669Z | Download: Completed 212.60 MB in 16.55 seconds (12.8M/s) |
| 185 | 2026-03-17T20:06:24.935Z | Actions: 1/3689 actions (Installing new actions) |
| 186 | 2026-03-17T20:06:29.061Z | Actions: Completed 3689 actions in 4.13 seconds. |
| 187 | 2026-03-17T20:06:29.435Z | Done (0.369s) |
| 188 | 2026-03-17T20:06:29.435Z | Done (0.000s) |
| 189 | 2026-03-17T20:06:30.435Z | Done (0.999s) |
| 190 | 2026-03-17T20:06:34.417Z | Done (3.637s) |
| 191 | 2026-03-17T20:06:34.503Z | Done (0.018s) |
| 192 | 2026-03-17T20:06:34.506Z | Done (0.000s) |
| 193 | 2026-03-17T20:06:34.682Z | Done (0.000s) |
| 194 | 2026-03-17T20:06:35.675Z | Planning: Evaluating mediator changes ... Done |
| 195 | 2026-03-17T20:06:35.820Z | Planning: Checking for conflicting actions ... Done |
| 196 | 2026-03-17T20:06:35.823Z | Planning: Consolidating action changes ... Done |
| 197 | 2026-03-17T20:06:36.039Z | Planning: Evaluating mediators ... Done |
| 198 | 2026-03-17T20:06:36.041Z | Planning: Planning completed in 0.36 seconds |
| 199 | 2026-03-17T20:06:36.068Z | Mediators to change: 2 |
| 200 | 2026-03-17T20:06:36.069Z | Create boot environment: No |
| 201 | 2026-03-17T20:06:36.071Z | Create backup boot environment: No |
| 202 | 2026-03-17T20:06:36.145Z | Done |
| 203 | 2026-03-17T20:06:36.145Z | Done |
| 204 | 2026-03-17T20:06:36.887Z | Done |
| 205 | 2026-03-17T20:06:40.218Z | Done |
| 206 | 2026-03-17T20:06:40.303Z | Done |
| 207 | 2026-03-17T20:06:40.306Z | Done |
| 208 | 2026-03-17T20:06:40.458Z | Done |
| 209 | 2026-03-17T20:06:40.993Z | Planning: Evaluating mediator changes ... Done |
| 210 | 2026-03-17T20:06:40.996Z | Planning: Merging actions ... Done |
| 211 | 2026-03-17T20:06:41.160Z | Planning: Checking for conflicting actions ... Done |
| 212 | 2026-03-17T20:06:41.163Z | Planning: Consolidating action changes ... Done |
| 213 | 2026-03-17T20:06:41.379Z | Planning: Evaluating mediators ... Done |
| 214 | 2026-03-17T20:06:41.422Z | Planning: Planning completed in 0.63 seconds |
| 215 | 2026-03-17T20:06:41.452Z | Packages to change: 1 |
| 216 | 2026-03-17T20:06:41.452Z | Mediators to change: 1 |
| 217 | 2026-03-17T20:06:41.455Z | Services to change: 1 |
| 218 | 2026-03-17T20:06:41.455Z | Create boot environment: No |
| 219 | 2026-03-17T20:06:41.455Z | Create backup boot environment: Yes |
| 220 | 2026-03-17T20:06:44.014Z | Actions: 1/6 actions (Updating modified actions) |
| 221 | 2026-03-17T20:06:44.017Z | Actions: Completed 6 actions in 0.00 seconds. |
| 222 | 2026-03-17T20:06:44.017Z | Done |
| 223 | 2026-03-17T20:06:44.017Z | Done |
| 224 | 2026-03-17T20:06:44.206Z | Done |
| 225 | 2026-03-17T20:06:47.512Z | Done |
| 226 | 2026-03-17T20:06:47.597Z | Done |
| 227 | 2026-03-17T20:06:47.601Z | Done |
| 228 | 2026-03-17T20:06:47.750Z | Done |
| 229 | 2026-03-17T20:06:48.131Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 230 | 2026-03-17T20:06:48.132Z | clang system 15 system |
| 231 | 2026-03-17T20:06:48.132Z | csh system system illumos |
| 232 | 2026-03-17T20:06:48.132Z | ctags system system illumos |
| 233 | 2026-03-17T20:06:48.132Z | file system system illumos |
| 234 | 2026-03-17T20:06:48.132Z | gcc vendor 12 vendor |
| 235 | 2026-03-17T20:06:48.132Z | gcc system 10 system |
| 236 | 2026-03-17T20:06:48.132Z | gcc system 7 system |
| 237 | 2026-03-17T20:06:48.132Z | go system 1.20 system |
| 238 | 2026-03-17T20:06:48.132Z | go system 1.19 system |
| 239 | 2026-03-17T20:06:48.132Z | llvm system 15 system |
| 240 | 2026-03-17T20:06:48.132Z | llvm system 14 system |
| 241 | 2026-03-17T20:06:48.132Z | mariadb system 10.6 system |
| 242 | 2026-03-17T20:06:48.132Z | mta vendor vendor dma |
| 243 | 2026-03-17T20:06:48.132Z | openjdk system 17 system |
| 244 | 2026-03-17T20:06:48.132Z | openjdk system 11 system |
| 245 | 2026-03-17T20:06:48.132Z | openjdk system 1.8 system |
| 246 | 2026-03-17T20:06:48.132Z | openssl vendor 3 vendor |
| 247 | 2026-03-17T20:06:48.132Z | perl system 5.36 system |
| 248 | 2026-03-17T20:06:48.132Z | postgresql system 15 system |
| 249 | 2026-03-17T20:06:48.132Z | postgresql system 13 system |
| 250 | 2026-03-17T20:06:48.132Z | python vendor 3 vendor |
| 251 | 2026-03-17T20:06:48.132Z | python system 2 system |
| 252 | 2026-03-17T20:06:48.132Z | python3 system 3.11 system |
| 253 | 2026-03-17T20:06:48.132Z | ruby system 3.0 system |
| 254 | 2026-03-17T20:06:48.132Z | words vendor vendor american-english |
| 255 | 2026-03-17T20:06:48.132Z | words system system australian-english |
| 256 | 2026-03-17T20:06:48.132Z | words system system british-english |
| 257 | 2026-03-17T20:06:48.132Z | words system system canadian-english |
| 258 | 2026-03-17T20:06:48.132Z | words system system french |
| 259 | 2026-03-17T20:06:48.132Z | words system system italian |
| 260 | 2026-03-17T20:06:48.132Z | words system system ngerman |
| 261 | 2026-03-17T20:06:48.132Z | words system system ogerman |
| 262 | 2026-03-17T20:06:48.132Z | words system system spanish |
| 263 | 2026-03-17T20:06:48.432Z | PUBLISHER TYPE STATUS P LOCATION |
| 264 | 2026-03-17T20:06:48.432Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 265 | 2026-03-17T20:06:54.428Z | FMRI IFO |
| 266 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 267 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 268 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 269 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 270 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 271 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 272 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 273 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 274 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 275 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 276 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 277 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 278 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 279 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 280 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 281 | 2026-03-17T20:06:54.428Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 282 | 2026-03-17T20:06:55.694Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 283 | 2026-03-17T20:06:56.006Z | Updating crates.io index |
| 284 | 2026-03-17T20:06:56.043Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 285 | 2026-03-17T20:06:56.849Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 286 | 2026-03-17T20:06:57.465Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2026-03-17T20:06:57.852Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 288 | 2026-03-17T20:06:58.134Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 289 | 2026-03-17T20:06:59.182Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 290 | 2026-03-17T20:07:00.284Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 291 | 2026-03-17T20:07:03.023Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 292 | 2026-03-17T20:07:06.802Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 293 | 2026-03-17T20:07:07.689Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 294 | 2026-03-17T20:07:07.981Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 295 | 2026-03-17T20:07:13.959Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 296 | 2026-03-17T20:07:14.400Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 297 | 2026-03-17T20:07:14.907Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2026-03-17T20:07:15.361Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 299 | 2026-03-17T20:07:16.696Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 300 | 2026-03-17T20:07:17.530Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 301 | 2026-03-17T20:07:18.041Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 302 | 2026-03-17T20:07:18.309Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 303 | 2026-03-17T20:07:18.963Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 304 | 2026-03-17T20:07:19.319Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 305 | 2026-03-17T20:07:19.555Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 306 | 2026-03-17T20:07:19.957Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 307 | 2026-03-17T20:07:20.399Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 308 | 2026-03-17T20:07:21.210Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 309 | 2026-03-17T20:07:21.833Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 310 | 2026-03-17T20:07:23.219Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 311 | 2026-03-17T20:07:23.680Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 312 | 2026-03-17T20:07:24.082Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 313 | 2026-03-17T20:07:25.283Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 314 | 2026-03-17T20:07:25.565Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 315 | 2026-03-17T20:07:25.952Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 316 | 2026-03-17T20:07:27.365Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 317 | 2026-03-17T20:07:28.079Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 318 | 2026-03-17T20:07:28.399Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 319 | 2026-03-17T20:07:28.907Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 320 | 2026-03-17T20:07:29.279Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 321 | 2026-03-17T20:07:29.625Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 322 | 2026-03-17T20:08:00.342Z | Downloading crates ... |
| 323 | 2026-03-17T20:08:00.404Z | Downloaded cargo_metadata v0.21.0 |
| 324 | 2026-03-17T20:08:00.407Z | Downloaded byteorder v1.5.0 |
| 325 | 2026-03-17T20:08:00.410Z | Downloaded anyhow v1.0.102 |
| 326 | 2026-03-17T20:08:00.413Z | Downloaded idna_adapter v1.2.1 |
| 327 | 2026-03-17T20:08:00.417Z | Downloaded typeid v1.0.3 |
| 328 | 2026-03-17T20:08:00.417Z | Downloaded ordered-float v2.10.1 |
| 329 | 2026-03-17T20:08:00.420Z | Downloaded serde-value v0.7.0 |
| 330 | 2026-03-17T20:08:00.420Z | Downloaded heck v0.4.1 |
| 331 | 2026-03-17T20:08:00.423Z | Downloaded proc-macro-error v1.0.4 |
| 332 | 2026-03-17T20:08:00.426Z | Downloaded cargo-platform v0.2.0 |
| 333 | 2026-03-17T20:08:00.429Z | Downloaded anstream v0.6.21 |
| 334 | 2026-03-17T20:08:00.429Z | Downloaded unicode-linebreak v0.1.5 |
| 335 | 2026-03-17T20:08:00.432Z | Downloaded scroll v0.12.0 |
| 336 | 2026-03-17T20:08:00.432Z | Downloaded fs-err v3.3.0 |
| 337 | 2026-03-17T20:08:00.435Z | Downloaded serde_tokenstream v0.2.3 |
| 338 | 2026-03-17T20:08:00.435Z | Downloaded erased-serde v0.4.9 |
| 339 | 2026-03-17T20:08:00.438Z | Downloaded zerofrom v0.1.6 |
| 340 | 2026-03-17T20:08:00.438Z | Downloaded zerofrom-derive v0.1.6 |
| 341 | 2026-03-17T20:08:00.441Z | Downloaded usdt-macro v0.5.0 |
| 342 | 2026-03-17T20:08:00.441Z | Downloaded litemap v0.8.1 |
| 343 | 2026-03-17T20:08:00.441Z | Downloaded clap_lex v1.0.0 |
| 344 | 2026-03-17T20:08:00.444Z | Downloaded unicode-xid v0.2.6 |
| 345 | 2026-03-17T20:08:00.444Z | Downloaded toml_write v0.1.2 |
| 346 | 2026-03-17T20:08:00.447Z | Downloaded thread-id v4.2.2 |
| 347 | 2026-03-17T20:08:00.447Z | Downloaded clap_derive v4.5.55 |
| 348 | 2026-03-17T20:08:00.450Z | Downloaded utf8_iter v1.0.4 |
| 349 | 2026-03-17T20:08:00.450Z | Downloaded toml_datetime v0.6.11 |
| 350 | 2026-03-17T20:08:00.450Z | Downloaded cfg-if v1.0.4 |
| 351 | 2026-03-17T20:08:00.453Z | Downloaded usdt-attr-macro v0.5.0 |
| 352 | 2026-03-17T20:08:00.453Z | Downloaded tempfile v3.25.0 |
| 353 | 2026-03-17T20:08:00.456Z | Downloaded cargo-util-schemas v0.8.2 |
| 354 | 2026-03-17T20:08:00.456Z | Downloaded usdt v0.5.0 |
| 355 | 2026-03-17T20:08:00.458Z | Downloaded pest_generator v2.8.6 |
| 356 | 2026-03-17T20:08:00.458Z | Downloaded cpufeatures v0.2.17 |
| 357 | 2026-03-17T20:08:00.459Z | Downloaded camino v1.2.2 |
| 358 | 2026-03-17T20:08:00.461Z | Downloaded anstyle v1.0.13 |
| 359 | 2026-03-17T20:08:00.464Z | Downloaded utf8parse v0.2.2 |
| 360 | 2026-03-17T20:08:00.464Z | Downloaded typenum v1.19.0 |
| 361 | 2026-03-17T20:08:00.467Z | Downloaded dof v0.3.0 |
| 362 | 2026-03-17T20:08:00.467Z | Downloaded zerovec-derive v0.11.2 |
| 363 | 2026-03-17T20:08:00.470Z | Downloaded tinystr v0.8.2 |
| 364 | 2026-03-17T20:08:00.470Z | Downloaded thiserror-impl v2.0.18 |
| 365 | 2026-03-17T20:08:00.474Z | Downloaded yoke v0.8.1 |
| 366 | 2026-03-17T20:08:00.474Z | Downloaded thiserror v1.0.69 |
| 367 | 2026-03-17T20:08:00.476Z | Downloaded swrite v0.1.0 |
| 368 | 2026-03-17T20:08:00.477Z | Downloaded scroll_derive v0.12.1 |
| 369 | 2026-03-17T20:08:00.479Z | Downloaded thiserror v2.0.18 |
| 370 | 2026-03-17T20:08:00.482Z | Downloaded yoke-derive v0.8.1 |
| 371 | 2026-03-17T20:08:00.485Z | Downloaded crypto-common v0.1.7 |
| 372 | 2026-03-17T20:08:00.485Z | Downloaded toml v0.8.23 |
| 373 | 2026-03-17T20:08:00.487Z | Downloaded stable_deref_trait v1.2.1 |
| 374 | 2026-03-17T20:08:00.487Z | Downloaded block-buffer v0.10.4 |
| 375 | 2026-03-17T20:08:00.487Z | Downloaded writeable v0.6.2 |
| 376 | 2026-03-17T20:08:00.490Z | Downloaded potential_utf v0.1.4 |
| 377 | 2026-03-17T20:08:00.490Z | Downloaded zerocopy-derive v0.7.35 |
| 378 | 2026-03-17T20:08:00.493Z | Downloaded synstructure v0.13.2 |
| 379 | 2026-03-17T20:08:00.496Z | Downloaded zmij v1.0.21 |
| 380 | 2026-03-17T20:08:00.496Z | Downloaded percent-encoding v2.3.2 |
| 381 | 2026-03-17T20:08:00.496Z | Downloaded usdt-impl v0.5.0 |
| 382 | 2026-03-17T20:08:00.499Z | Downloaded itoa v1.0.17 |
| 383 | 2026-03-17T20:08:00.499Z | Downloaded ucd-trie v0.1.7 |
| 384 | 2026-03-17T20:08:00.499Z | Downloaded textwrap v0.16.2 |
| 385 | 2026-03-17T20:08:00.502Z | Downloaded terminal_size v0.4.3 |
| 386 | 2026-03-17T20:08:00.504Z | Downloaded generic-array v0.14.7 |
| 387 | 2026-03-17T20:08:00.504Z | Downloaded unicode-ident v1.0.24 |
| 388 | 2026-03-17T20:08:00.507Z | Downloaded errno v0.3.14 |
| 389 | 2026-03-17T20:08:00.507Z | Downloaded memmap v0.7.0 |
| 390 | 2026-03-17T20:08:00.510Z | Downloaded zerotrie v0.2.3 |
| 391 | 2026-03-17T20:08:00.510Z | Downloaded toml_edit v0.22.27 |
| 392 | 2026-03-17T20:08:00.513Z | Downloaded smawk v0.3.2 |
| 393 | 2026-03-17T20:08:00.517Z | Downloaded dtrace-parser v0.2.0 |
| 394 | 2026-03-17T20:08:00.517Z | Downloaded tabled_derive v0.7.0 |
| 395 | 2026-03-17T20:08:00.517Z | Downloaded serde-untagged v0.1.9 |
| 396 | 2026-03-17T20:08:00.520Z | Downloaded fnv v1.0.7 |
| 397 | 2026-03-17T20:08:00.520Z | Downloaded heck v0.5.0 |
| 398 | 2026-03-17T20:08:00.520Z | Downloaded url v2.5.8 |
| 399 | 2026-03-17T20:08:00.524Z | Downloaded strsim v0.11.1 |
| 400 | 2026-03-17T20:08:00.524Z | Downloaded colorchoice v1.0.4 |
| 401 | 2026-03-17T20:08:00.527Z | Downloaded cargo_toml v0.21.0 |
| 402 | 2026-03-17T20:08:00.527Z | Downloaded thiserror-impl v1.0.69 |
| 403 | 2026-03-17T20:08:00.527Z | Downloaded serde_spanned v0.6.9 |
| 404 | 2026-03-17T20:08:00.527Z | Downloaded pretty-hex v0.4.1 |
| 405 | 2026-03-17T20:08:00.530Z | Downloaded zerovec v0.11.5 |
| 406 | 2026-03-17T20:08:00.532Z | Downloaded form_urlencoded v1.2.2 |
| 407 | 2026-03-17T20:08:00.533Z | Downloaded proc-macro-error-attr v1.0.4 |
| 408 | 2026-03-17T20:08:00.533Z | Downloaded equivalent v1.0.2 |
| 409 | 2026-03-17T20:08:00.535Z | Downloaded semver v1.0.27 |
| 410 | 2026-03-17T20:08:00.535Z | Downloaded displaydoc v0.2.5 |
| 411 | 2026-03-17T20:08:00.538Z | Downloaded zerocopy v0.7.35 |
| 412 | 2026-03-17T20:08:00.549Z | Downloaded sha2 v0.10.9 |
| 413 | 2026-03-17T20:08:00.552Z | Downloaded autocfg v1.5.0 |
| 414 | 2026-03-17T20:08:00.555Z | Downloaded quote v1.0.44 |
| 415 | 2026-03-17T20:08:00.555Z | Downloaded unicode-width v0.2.0 |
| 416 | 2026-03-17T20:08:00.559Z | Downloaded bytecount v0.6.9 |
| 417 | 2026-03-17T20:08:00.562Z | Downloaded papergrid v0.11.0 |
| 418 | 2026-03-17T20:08:00.565Z | Downloaded unicode-width v0.1.14 |
| 419 | 2026-03-17T20:08:00.568Z | Downloaded is_terminal_polyfill v1.70.2 |
| 420 | 2026-03-17T20:08:00.568Z | Downloaded bitflags v2.11.0 |
| 421 | 2026-03-17T20:08:00.571Z | Downloaded macaddr v1.0.1 |
| 422 | 2026-03-17T20:08:00.574Z | Downloaded winnow v0.7.14 |
| 423 | 2026-03-17T20:08:00.578Z | Downloaded memchr v2.8.0 |
| 424 | 2026-03-17T20:08:00.581Z | Downloaded camino-tempfile v1.4.1 |
| 425 | 2026-03-17T20:08:00.584Z | Downloaded icu_normalizer_data v2.1.1 |
| 426 | 2026-03-17T20:08:00.584Z | Downloaded plain v0.2.3 |
| 427 | 2026-03-17T20:08:00.587Z | Downloaded anstyle-parse v0.2.7 |
| 428 | 2026-03-17T20:08:00.587Z | Downloaded anstyle-query v1.1.5 |
| 429 | 2026-03-17T20:08:00.587Z | Downloaded version_check v0.9.5 |
| 430 | 2026-03-17T20:08:00.590Z | Downloaded fastrand v2.3.0 |
| 431 | 2026-03-17T20:08:00.590Z | Downloaded once_cell v1.21.3 |
| 432 | 2026-03-17T20:08:00.593Z | Downloaded digest v0.10.7 |
| 433 | 2026-03-17T20:08:00.598Z | Downloaded pest_derive v2.8.6 |
| 434 | 2026-03-17T20:08:00.602Z | Downloaded num-traits v0.2.19 |
| 435 | 2026-03-17T20:08:00.605Z | Downloaded getrandom v0.4.1 |
| 436 | 2026-03-17T20:08:00.607Z | Downloaded serde_derive v1.0.228 |
| 437 | 2026-03-17T20:08:00.607Z | Downloaded clap v4.5.60 |
| 438 | 2026-03-17T20:08:00.613Z | Downloaded smallvec v1.15.1 |
| 439 | 2026-03-17T20:08:00.616Z | Downloaded serde_core v1.0.228 |
| 440 | 2026-03-17T20:08:00.619Z | Downloaded log v0.4.29 |
| 441 | 2026-03-17T20:08:00.619Z | Downloaded icu_provider v2.1.1 |
| 442 | 2026-03-17T20:08:00.622Z | Downloaded icu_properties v2.1.2 |
| 443 | 2026-03-17T20:08:00.625Z | Downloaded icu_normalizer v2.1.1 |
| 444 | 2026-03-17T20:08:00.628Z | Downloaded icu_locale_core v2.1.1 |
| 445 | 2026-03-17T20:08:00.637Z | Downloaded proc-macro2 v1.0.106 |
| 446 | 2026-03-17T20:08:00.644Z | Downloaded pest_meta v2.8.6 |
| 447 | 2026-03-17T20:08:00.646Z | Downloaded indexmap v2.13.0 |
| 448 | 2026-03-17T20:08:00.649Z | Downloaded serde v1.0.228 |
| 449 | 2026-03-17T20:08:00.653Z | Downloaded icu_collections v2.1.1 |
| 450 | 2026-03-17T20:08:00.676Z | Downloaded pest v2.8.6 |
| 451 | 2026-03-17T20:08:00.680Z | Downloaded serde_json v1.0.149 |
| 452 | 2026-03-17T20:08:00.685Z | Downloaded idna v1.1.0 |
| 453 | 2026-03-17T20:08:00.688Z | Downloaded hashbrown v0.16.1 |
| 454 | 2026-03-17T20:08:00.699Z | Downloaded clap_builder v4.5.60 |
| 455 | 2026-03-17T20:08:00.704Z | Downloaded icu_properties_data v2.1.2 |
| 456 | 2026-03-17T20:08:00.709Z | Downloaded goblin v0.8.2 |
| 457 | 2026-03-17T20:08:00.714Z | Downloaded syn v1.0.109 |
| 458 | 2026-03-17T20:08:00.724Z | Downloaded tabled v0.15.0 |
| 459 | 2026-03-17T20:08:00.738Z | Downloaded syn v2.0.117 |
| 460 | 2026-03-17T20:08:00.753Z | Downloaded rustix v1.1.3 |
| 461 | 2026-03-17T20:08:00.784Z | Downloaded libc v0.2.180 |
| 462 | 2026-03-17T20:08:00.863Z | Compiling proc-macro2 v1.0.106 |
| 463 | 2026-03-17T20:08:00.866Z | Compiling quote v1.0.44 |
| 464 | 2026-03-17T20:08:00.866Z | Compiling unicode-ident v1.0.24 |
| 465 | 2026-03-17T20:08:00.866Z | Compiling serde_core v1.0.228 |
| 466 | 2026-03-17T20:08:00.866Z | Compiling libc v0.2.180 |
| 467 | 2026-03-17T20:08:00.866Z | Compiling version_check v0.9.5 |
| 468 | 2026-03-17T20:08:00.867Z | Compiling serde v1.0.228 |
| 469 | 2026-03-17T20:08:00.867Z | Compiling memchr v2.8.0 |
| 470 | 2026-03-17T20:08:01.340Z | Compiling stable_deref_trait v1.2.1 |
| 471 | 2026-03-17T20:08:01.434Z | Compiling zmij v1.0.21 |
| 472 | 2026-03-17T20:08:01.606Z | Compiling autocfg v1.5.0 |
| 473 | 2026-03-17T20:08:01.629Z | Compiling thiserror v1.0.69 |
| 474 | 2026-03-17T20:08:01.951Z | Compiling itoa v1.0.17 |
| 475 | 2026-03-17T20:08:02.014Z | Compiling ucd-trie v0.1.7 |
| 476 | 2026-03-17T20:08:02.177Z | Compiling writeable v0.6.2 |
| 477 | 2026-03-17T20:08:02.200Z | Compiling litemap v0.8.1 |
| 478 | 2026-03-17T20:08:02.223Z | Compiling pest v2.8.6 |
| 479 | 2026-03-17T20:08:02.346Z | Compiling byteorder v1.5.0 |
| 480 | 2026-03-17T20:08:02.375Z | Compiling icu_properties_data v2.1.2 |
| 481 | 2026-03-17T20:08:02.424Z | Compiling rustix v1.1.3 |
| 482 | 2026-03-17T20:08:02.711Z | Compiling icu_normalizer_data v2.1.1 |
| 483 | 2026-03-17T20:08:02.880Z | Compiling syn v2.0.117 |
| 484 | 2026-03-17T20:08:03.003Z | Compiling errno v0.3.14 |
| 485 | 2026-03-17T20:08:03.030Z | Compiling serde_json v1.0.149 |
| 486 | 2026-03-17T20:08:03.176Z | Compiling bitflags v2.11.0 |
| 487 | 2026-03-17T20:08:03.314Z | Compiling num-traits v0.2.19 |
| 488 | 2026-03-17T20:08:03.482Z | Compiling equivalent v1.0.2 |
| 489 | 2026-03-17T20:08:03.573Z | Compiling smallvec v1.15.1 |
| 490 | 2026-03-17T20:08:03.601Z | Compiling typeid v1.0.3 |
| 491 | 2026-03-17T20:08:03.625Z | Compiling hashbrown v0.16.1 |
| 492 | 2026-03-17T20:08:03.859Z | Compiling pest_meta v2.8.6 |
| 493 | 2026-03-17T20:08:04.124Z | Compiling thread-id v4.2.2 |
| 494 | 2026-03-17T20:08:04.279Z | Compiling usdt-impl v0.5.0 |
| 495 | 2026-03-17T20:08:04.325Z | Compiling proc-macro-error-attr v1.0.4 |
| 496 | 2026-03-17T20:08:04.454Z | Compiling indexmap v2.13.0 |
| 497 | 2026-03-17T20:08:04.558Z | Compiling winnow v0.7.14 |
| 498 | 2026-03-17T20:08:04.582Z | Compiling syn v1.0.109 |
| 499 | 2026-03-17T20:08:04.585Z | Compiling erased-serde v0.4.9 |
| 500 | 2026-03-17T20:08:04.995Z | Compiling toml_write v0.1.2 |
| 501 | 2026-03-17T20:08:05.313Z | Compiling proc-macro-error v1.0.4 |
| 502 | 2026-03-17T20:08:05.429Z | Compiling thiserror v2.0.18 |
| 503 | 2026-03-17T20:08:05.569Z | Compiling getrandom v0.4.1 |
| 504 | 2026-03-17T20:08:05.893Z | Compiling percent-encoding v2.3.2 |
| 505 | 2026-03-17T20:08:06.041Z | Compiling utf8parse v0.2.2 |
| 506 | 2026-03-17T20:08:06.144Z | Compiling utf8_iter v1.0.4 |
| 507 | 2026-03-17T20:08:06.189Z | Compiling plain v0.2.3 |
| 508 | 2026-03-17T20:08:06.213Z | Compiling log v0.4.29 |
| 509 | 2026-03-17T20:08:06.332Z | Compiling camino v1.2.2 |
| 510 | 2026-03-17T20:08:06.332Z | Compiling anstyle-parse v0.2.7 |
| 511 | 2026-03-17T20:08:06.380Z | Compiling ordered-float v2.10.1 |
| 512 | 2026-03-17T20:08:06.404Z | Compiling form_urlencoded v1.2.2 |
| 513 | 2026-03-17T20:08:06.700Z | Compiling synstructure v0.13.2 |
| 514 | 2026-03-17T20:08:06.736Z | Compiling pest_generator v2.8.6 |
| 515 | 2026-03-17T20:08:06.739Z | Compiling terminal_size v0.4.3 |
| 516 | 2026-03-17T20:08:06.912Z | Compiling anstyle-query v1.1.5 |
| 517 | 2026-03-17T20:08:07.050Z | Compiling pretty-hex v0.4.1 |
| 518 | 2026-03-17T20:08:07.137Z | Compiling cfg-if v1.0.4 |
| 519 | 2026-03-17T20:08:07.160Z | Compiling anstyle v1.0.13 |
| 520 | 2026-03-17T20:08:07.229Z | Compiling is_terminal_polyfill v1.70.2 |
| 521 | 2026-03-17T20:08:07.232Z | Compiling colorchoice v1.0.4 |
| 522 | 2026-03-17T20:08:07.398Z | Compiling anstream v0.6.21 |
| 523 | 2026-03-17T20:08:07.449Z | Compiling serde-untagged v0.1.9 |
| 524 | 2026-03-17T20:08:07.507Z | Compiling semver v1.0.27 |
| 525 | 2026-03-17T20:08:07.773Z | Compiling fs-err v3.3.0 |
| 526 | 2026-03-17T20:08:07.823Z | Compiling bytecount v0.6.9 |
| 527 | 2026-03-17T20:08:07.826Z | Compiling fastrand v2.3.0 |
| 528 | 2026-03-17T20:08:07.949Z | Compiling unicode-width v0.1.14 |
| 529 | 2026-03-17T20:08:08.001Z | Compiling clap_lex v1.0.0 |
| 530 | 2026-03-17T20:08:08.039Z | Compiling heck v0.5.0 |
| 531 | 2026-03-17T20:08:08.063Z | Compiling fnv v1.0.7 |
| 532 | 2026-03-17T20:08:08.190Z | Compiling anyhow v1.0.102 |
| 533 | 2026-03-17T20:08:08.216Z | Compiling once_cell v1.21.3 |
| 534 | 2026-03-17T20:08:08.306Z | Compiling heck v0.4.1 |
| 535 | 2026-03-17T20:08:08.359Z | Compiling unicode-xid v0.2.6 |
| 536 | 2026-03-17T20:08:08.491Z | Compiling strsim v0.11.1 |
| 537 | 2026-03-17T20:08:08.518Z | Compiling tempfile v3.25.0 |
| 538 | 2026-03-17T20:08:08.614Z | Compiling papergrid v0.11.0 |
| 539 | 2026-03-17T20:08:08.839Z | Compiling clap_builder v4.5.60 |
| 540 | 2026-03-17T20:08:08.894Z | Compiling memmap v0.7.0 |
| 541 | 2026-03-17T20:08:08.949Z | Compiling unicode-width v0.2.0 |
| 542 | 2026-03-17T20:08:09.039Z | Compiling smawk v0.3.2 |
| 543 | 2026-03-17T20:08:09.129Z | Compiling unicode-linebreak v0.1.5 |
| 544 | 2026-03-17T20:08:09.349Z | Compiling serde_derive v1.0.228 |
| 545 | 2026-03-17T20:08:09.444Z | Compiling zerofrom-derive v0.1.6 |
| 546 | 2026-03-17T20:08:09.671Z | Compiling yoke-derive v0.8.1 |
| 547 | 2026-03-17T20:08:09.695Z | Compiling zerovec-derive v0.11.2 |
| 548 | 2026-03-17T20:08:09.698Z | Compiling displaydoc v0.2.5 |
| 549 | 2026-03-17T20:08:10.597Z | Compiling thiserror-impl v1.0.69 |
| 550 | 2026-03-17T20:08:10.709Z | Compiling zerocopy-derive v0.7.35 |
| 551 | 2026-03-17T20:08:11.194Z | Compiling pest_derive v2.8.6 |
| 552 | 2026-03-17T20:08:11.272Z | Compiling scroll_derive v0.12.1 |
| 553 | 2026-03-17T20:08:11.381Z | Compiling zerofrom v0.1.6 |
| 554 | 2026-03-17T20:08:11.552Z | Compiling yoke v0.8.1 |
| 555 | 2026-03-17T20:08:11.773Z | Compiling zerovec v0.11.5 |
| 556 | 2026-03-17T20:08:11.803Z | Compiling zerotrie v0.2.3 |
| 557 | 2026-03-17T20:08:11.887Z | Compiling zerocopy v0.7.35 |
| 558 | 2026-03-17T20:08:12.166Z | Compiling scroll v0.12.0 |
| 559 | 2026-03-17T20:08:12.205Z | Compiling thiserror-impl v2.0.18 |
| 560 | 2026-03-17T20:08:12.451Z | Compiling tinystr v0.8.2 |
| 561 | 2026-03-17T20:08:12.475Z | Compiling potential_utf v0.1.4 |
| 562 | 2026-03-17T20:08:12.520Z | Compiling dtrace-parser v0.2.0 |
| 563 | 2026-03-17T20:08:12.714Z | Compiling icu_locale_core v2.1.1 |
| 564 | 2026-03-17T20:08:12.739Z | Compiling icu_collections v2.1.1 |
| 565 | 2026-03-17T20:08:12.766Z | Compiling goblin v0.8.2 |
| 566 | 2026-03-17T20:08:13.177Z | Compiling tabled_derive v0.7.0 |
| 567 | 2026-03-17T20:08:13.410Z | Compiling clap_derive v4.5.55 |
| 568 | 2026-03-17T20:08:13.413Z | Compiling textwrap v0.16.2 |
| 569 | 2026-03-17T20:08:13.627Z | Compiling icu_provider v2.1.1 |
| 570 | 2026-03-17T20:08:14.028Z | Compiling icu_properties v2.1.2 |
| 571 | 2026-03-17T20:08:14.069Z | Compiling icu_normalizer v2.1.1 |
| 572 | 2026-03-17T20:08:14.126Z | Compiling serde_spanned v0.6.9 |
| 573 | 2026-03-17T20:08:14.208Z | Compiling toml_datetime v0.6.11 |
| 574 | 2026-03-17T20:08:14.444Z | Compiling toml_edit v0.22.27 |
| 575 | 2026-03-17T20:08:14.468Z | Compiling serde-value v0.7.0 |
| 576 | 2026-03-17T20:08:14.550Z | Compiling cargo-platform v0.2.0 |
| 577 | 2026-03-17T20:08:14.737Z | Compiling dof v0.3.0 |
| 578 | 2026-03-17T20:08:14.805Z | Compiling serde_tokenstream v0.2.3 |
| 579 | 2026-03-17T20:08:14.910Z | Compiling tabled v0.15.0 |
| 580 | 2026-03-17T20:08:14.954Z | Compiling macaddr v1.0.1 |
| 581 | 2026-03-17T20:08:15.254Z | Compiling idna_adapter v1.2.1 |
| 582 | 2026-03-17T20:08:15.277Z | Compiling camino-tempfile v1.4.1 |
| 583 | 2026-03-17T20:08:15.432Z | Compiling idna v1.1.0 |
| 584 | 2026-03-17T20:08:15.567Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 585 | 2026-03-17T20:08:15.590Z | Compiling swrite v0.1.0 |
| 586 | 2026-03-17T20:08:15.807Z | Compiling url v2.5.8 |
| 587 | 2026-03-17T20:08:15.856Z | Compiling clap v4.5.60 |
| 588 | 2026-03-17T20:08:15.941Z | Compiling usdt-macro v0.5.0 |
| 589 | 2026-03-17T20:08:15.966Z | Compiling usdt-attr-macro v0.5.0 |
| 590 | 2026-03-17T20:08:16.406Z | Compiling toml v0.8.23 |
| 591 | 2026-03-17T20:08:16.946Z | Compiling cargo-util-schemas v0.8.2 |
| 592 | 2026-03-17T20:08:16.978Z | Compiling cargo_toml v0.21.0 |
| 593 | 2026-03-17T20:08:17.269Z | Compiling usdt v0.5.0 |
| 594 | 2026-03-17T20:08:18.212Z | Compiling cargo_metadata v0.21.0 |
| 595 | 2026-03-17T20:08:19.504Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 596 | 2026-03-17T20:08:22.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 597 | 2026-03-17T20:08:22.693Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 598 | 2026-03-17T20:08:23.431Z | Downloading crates ... |
| 599 | 2026-03-17T20:08:23.551Z | Downloaded adler2 v2.0.1 |
| 600 | 2026-03-17T20:08:23.555Z | Downloaded cobs v0.3.0 |
| 601 | 2026-03-17T20:08:23.558Z | Downloaded aead v0.5.2 |
| 602 | 2026-03-17T20:08:23.561Z | Downloaded allocator-api2 v0.2.21 |
| 603 | 2026-03-17T20:08:23.565Z | Downloaded ciborium-io v0.2.2 |
| 604 | 2026-03-17T20:08:23.569Z | Downloaded cargo_metadata v0.19.2 |
| 605 | 2026-03-17T20:08:23.572Z | Downloaded darling v0.21.3 |
| 606 | 2026-03-17T20:08:23.579Z | Downloaded embedded-io v0.4.0 |
| 607 | 2026-03-17T20:08:23.582Z | Downloaded dirs-next v2.0.0 |
| 608 | 2026-03-17T20:08:23.587Z | Downloaded foreign-types-shared v0.1.1 |
| 609 | 2026-03-17T20:08:23.591Z | Downloaded ecdsa v0.16.9 |
| 610 | 2026-03-17T20:08:23.594Z | Downloaded expectorate v1.2.0 |
| 611 | 2026-03-17T20:08:23.597Z | Downloaded display-error-chain v0.2.2 |
| 612 | 2026-03-17T20:08:23.600Z | Downloaded diff v0.1.13 |
| 613 | 2026-03-17T20:08:23.604Z | Downloaded derive-ex v0.1.8 |
| 614 | 2026-03-17T20:08:23.607Z | Downloaded defmt-parser v1.0.0 |
| 615 | 2026-03-17T20:08:23.611Z | Downloaded erased-serde v0.3.31 |
| 616 | 2026-03-17T20:08:23.614Z | Downloaded debug-ignore v1.0.5 |
| 617 | 2026-03-17T20:08:23.618Z | Downloaded bitvec v1.0.1 |
| 618 | 2026-03-17T20:08:23.632Z | Downloaded flagset v0.4.7 |
| 619 | 2026-03-17T20:08:23.636Z | Downloaded dsl_auto_type v0.2.0 |
| 620 | 2026-03-17T20:08:23.640Z | Downloaded fd-lock v4.0.4 |
| 621 | 2026-03-17T20:08:23.644Z | Downloaded fixedbitset v0.4.2 |
| 622 | 2026-03-17T20:08:23.647Z | Downloaded float-ord v0.3.2 |
| 623 | 2026-03-17T20:08:23.650Z | Downloaded cfg_aliases v0.1.1 |
| 624 | 2026-03-17T20:08:23.653Z | Downloaded dtrace-parser v0.3.0 |
| 625 | 2026-03-17T20:08:23.657Z | Downloaded arrayref v0.3.9 |
| 626 | 2026-03-17T20:08:23.660Z | Downloaded embedded-io v0.6.1 |
| 627 | 2026-03-17T20:08:23.663Z | Downloaded foldhash v0.2.0 |
| 628 | 2026-03-17T20:08:23.666Z | Downloaded darling_macro v0.21.3 |
| 629 | 2026-03-17T20:08:23.669Z | Downloaded foreign-types-macros v0.2.3 |
| 630 | 2026-03-17T20:08:23.672Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 631 | 2026-03-17T20:08:23.675Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 632 | 2026-03-17T20:08:23.677Z | Downloaded git-stub v1.0.0 |
| 633 | 2026-03-17T20:08:23.681Z | Downloaded globwalk v0.9.1 |
| 634 | 2026-03-17T20:08:23.685Z | Downloaded dyn-clone v1.0.20 |
| 635 | 2026-03-17T20:08:23.688Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 636 | 2026-03-17T20:08:23.690Z | Downloaded env_logger v0.11.9 |
| 637 | 2026-03-17T20:08:23.694Z | Downloaded hash32 v0.2.1 |
| 638 | 2026-03-17T20:08:23.697Z | Downloaded foreign-types-shared v0.3.1 |
| 639 | 2026-03-17T20:08:23.700Z | Downloaded futures-macro v0.3.32 |
| 640 | 2026-03-17T20:08:23.703Z | Downloaded futures-sink v0.3.32 |
| 641 | 2026-03-17T20:08:23.706Z | Downloaded crc-catalog v2.4.0 |
| 642 | 2026-03-17T20:08:23.709Z | Downloaded ed25519 v2.2.3 |
| 643 | 2026-03-17T20:08:23.712Z | Downloaded gethostname v0.5.0 |
| 644 | 2026-03-17T20:08:23.715Z | Downloaded futures-core v0.3.32 |
| 645 | 2026-03-17T20:08:23.718Z | Downloaded ciborium-ll v0.2.2 |
| 646 | 2026-03-17T20:08:23.721Z | Downloaded bitfield v0.19.4 |
| 647 | 2026-03-17T20:08:23.724Z | Downloaded hash32 v0.3.1 |
| 648 | 2026-03-17T20:08:23.727Z | Downloaded endian-type v0.1.2 |
| 649 | 2026-03-17T20:08:23.730Z | Downloaded dunce v1.0.5 |
| 650 | 2026-03-17T20:08:23.733Z | Downloaded either v1.15.0 |
| 651 | 2026-03-17T20:08:23.736Z | Downloaded cmake v0.1.57 |
| 652 | 2026-03-17T20:08:23.739Z | Downloaded camino-tempfile-ext v0.3.3 |
| 653 | 2026-03-17T20:08:23.742Z | Downloaded cexpr v0.6.0 |
| 654 | 2026-03-17T20:08:23.746Z | Downloaded home v0.5.12 |
| 655 | 2026-03-17T20:08:23.749Z | Downloaded hubpack_derive v0.1.1 |
| 656 | 2026-03-17T20:08:23.751Z | Downloaded fxhash v0.2.1 |
| 657 | 2026-03-17T20:08:23.755Z | Downloaded hyper-tls v0.6.0 |
| 658 | 2026-03-17T20:08:23.757Z | Downloaded blowfish v0.9.1 |
| 659 | 2026-03-17T20:08:23.761Z | Downloaded indent_write v2.2.0 |
| 660 | 2026-03-17T20:08:23.764Z | Downloaded fs_extra v1.3.0 |
| 661 | 2026-03-17T20:08:23.767Z | Downloaded git-stub-vcs v0.1.0 |
| 662 | 2026-03-17T20:08:23.769Z | Downloaded ident_case v1.0.1 |
| 663 | 2026-03-17T20:08:23.787Z | Downloaded is_ci v1.2.0 |
| 664 | 2026-03-17T20:08:23.790Z | Downloaded is-terminal v0.4.17 |
| 665 | 2026-03-17T20:08:23.793Z | Downloaded internet-checksum v0.2.1 |
| 666 | 2026-03-17T20:08:23.796Z | Downloaded lazy_static v1.5.0 |
| 667 | 2026-03-17T20:08:23.798Z | Downloaded async-trait v0.1.89 |
| 668 | 2026-03-17T20:08:23.804Z | Downloaded half v1.8.3 |
| 669 | 2026-03-17T20:08:23.808Z | Downloaded crossbeam-utils v0.8.21 |
| 670 | 2026-03-17T20:08:23.812Z | Downloaded kstat-rs v0.2.4 |
| 671 | 2026-03-17T20:08:23.815Z | Downloaded http-body-util v0.1.3 |
| 672 | 2026-03-17T20:08:23.817Z | Downloaded lalrpop-util v0.19.12 |
| 673 | 2026-03-17T20:08:23.820Z | Downloaded http-body v1.0.1 |
| 674 | 2026-03-17T20:08:23.823Z | Downloaded cookie v0.18.1 |
| 675 | 2026-03-17T20:08:23.826Z | Downloaded linked-hash-map v0.5.6 |
| 676 | 2026-03-17T20:08:23.829Z | Downloaded libscf-sys v1.1.0 |
| 677 | 2026-03-17T20:08:23.831Z | Downloaded lru-cache v0.1.2 |
| 678 | 2026-03-17T20:08:23.834Z | Downloaded maybe-uninit v2.0.0 |
| 679 | 2026-03-17T20:08:23.837Z | Downloaded match_cfg v0.1.0 |
| 680 | 2026-03-17T20:08:23.840Z | Downloaded lzss v0.8.2 |
| 681 | 2026-03-17T20:08:23.842Z | Downloaded futures-channel v0.3.32 |
| 682 | 2026-03-17T20:08:23.845Z | Downloaded crossbeam-epoch v0.9.18 |
| 683 | 2026-03-17T20:08:23.848Z | Downloaded ipnet v2.11.0 |
| 684 | 2026-03-17T20:08:23.851Z | Downloaded maplit v1.0.2 |
| 685 | 2026-03-17T20:08:23.854Z | Downloaded nibble_vec v0.1.0 |
| 686 | 2026-03-17T20:08:23.857Z | Downloaded newtype-uuid-macros v0.1.0 |
| 687 | 2026-03-17T20:08:23.859Z | Downloaded mime v0.3.17 |
| 688 | 2026-03-17T20:08:23.862Z | Downloaded normalize-line-endings v0.3.0 |
| 689 | 2026-03-17T20:08:23.867Z | Downloaded jobserver v0.1.34 |
| 690 | 2026-03-17T20:08:23.867Z | Downloaded nonempty v0.12.0 |
| 691 | 2026-03-17T20:08:23.869Z | Downloaded elliptic-curve v0.13.8 |
| 692 | 2026-03-17T20:08:23.872Z | Downloaded console v0.16.2 |
| 693 | 2026-03-17T20:08:23.875Z | Downloaded ingot-types v0.1.2 |
| 694 | 2026-03-17T20:08:23.878Z | Downloaded newline-converter v0.3.0 |
| 695 | 2026-03-17T20:08:23.881Z | Downloaded num v0.4.3 |
| 696 | 2026-03-17T20:08:23.884Z | Downloaded hickory-client v0.25.2 |
| 697 | 2026-03-17T20:08:23.886Z | Downloaded libsw v3.5.0 |
| 698 | 2026-03-17T20:08:23.889Z | Downloaded num-conv v0.2.0 |
| 699 | 2026-03-17T20:08:23.892Z | Downloaded num-iter v0.1.45 |
| 700 | 2026-03-17T20:08:23.896Z | Downloaded libsw-core v0.3.2 |
| 701 | 2026-03-17T20:08:23.899Z | Downloaded num_threads v0.1.7 |
| 702 | 2026-03-17T20:08:23.899Z | Downloaded openssl-probe v0.1.6 |
| 703 | 2026-03-17T20:08:23.902Z | Downloaded openssl-macros v0.1.1 |
| 704 | 2026-03-17T20:08:23.902Z | Downloaded opaque-debug v0.3.1 |
| 705 | 2026-03-17T20:08:23.905Z | Downloaded chacha20 v0.10.0 |
| 706 | 2026-03-17T20:08:23.908Z | Downloaded memoffset v0.9.1 |
| 707 | 2026-03-17T20:08:23.911Z | Downloaded oso-derive v0.27.3 |
| 708 | 2026-03-17T20:08:23.913Z | Downloaded drift v0.1.3 |
| 709 | 2026-03-17T20:08:23.917Z | Downloaded openssl-probe v0.2.1 |
| 710 | 2026-03-17T20:08:23.920Z | Downloaded mime_guess v2.0.5 |
| 711 | 2026-03-17T20:08:23.925Z | Downloaded nu-ansi-term v0.50.3 |
| 712 | 2026-03-17T20:08:23.933Z | Downloaded parse-display v0.10.0 |
| 713 | 2026-03-17T20:08:23.933Z | Downloaded packed_struct_codegen v0.10.1 |
| 714 | 2026-03-17T20:08:23.940Z | Downloaded darling_core v0.21.3 |
| 715 | 2026-03-17T20:08:23.940Z | Downloaded darling_core v0.23.0 |
| 716 | 2026-03-17T20:08:23.943Z | Downloaded parse-size v1.1.0 |
| 717 | 2026-03-17T20:08:23.943Z | Downloaded pbkdf2 v0.12.2 |
| 718 | 2026-03-17T20:08:23.948Z | Downloaded libloading v0.8.9 |
| 719 | 2026-03-17T20:08:23.952Z | Downloaded pbkdf2 v0.11.0 |
| 720 | 2026-03-17T20:08:23.952Z | Downloaded phf_shared v0.13.1 |
| 721 | 2026-03-17T20:08:23.955Z | Downloaded num-rational v0.4.2 |
| 722 | 2026-03-17T20:08:23.958Z | Downloaded num-integer v0.1.46 |
| 723 | 2026-03-17T20:08:23.958Z | Downloaded num-derive v0.3.3 |
| 724 | 2026-03-17T20:08:23.961Z | Downloaded litrs v1.0.0 |
| 725 | 2026-03-17T20:08:23.965Z | Downloaded peg-runtime v0.8.5 |
| 726 | 2026-03-17T20:08:23.968Z | Downloaded indexmap v1.9.3 |
| 727 | 2026-03-17T20:08:23.974Z | Downloaded num_enum v0.7.5 |
| 728 | 2026-03-17T20:08:23.976Z | Downloaded powerfmt v0.2.0 |
| 729 | 2026-03-17T20:08:23.979Z | Downloaded pin-utils v0.1.0 |
| 730 | 2026-03-17T20:08:23.979Z | Downloaded flume v0.11.1 |
| 731 | 2026-03-17T20:08:23.983Z | Downloaded proc-macro-crate v1.3.1 |
| 732 | 2026-03-17T20:08:23.986Z | Downloaded predicates-core v1.0.10 |
| 733 | 2026-03-17T20:08:23.989Z | Downloaded memmap2 v0.9.10 |
| 734 | 2026-03-17T20:08:23.992Z | Downloaded libbz2-rs-sys v0.2.2 |
| 735 | 2026-03-17T20:08:23.995Z | Downloaded const_format v0.2.35 |
| 736 | 2026-03-17T20:08:23.997Z | Downloaded bumpalo v3.20.2 |
| 737 | 2026-03-17T20:08:24.000Z | Downloaded progenitor-client v0.10.0 |
| 738 | 2026-03-17T20:08:24.005Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 739 | 2026-03-17T20:08:24.005Z | Downloaded proc-macro-crate v3.4.0 |
| 740 | 2026-03-17T20:08:24.008Z | Downloaded packed_struct v0.10.1 |
| 741 | 2026-03-17T20:08:24.012Z | Downloaded quick-error v1.2.3 |
| 742 | 2026-03-17T20:08:24.014Z | Downloaded parking_lot_core v0.8.6 |
| 743 | 2026-03-17T20:08:24.015Z | Downloaded derive_more v2.1.1 |
| 744 | 2026-03-17T20:08:24.024Z | Downloaded radium v0.7.0 |
| 745 | 2026-03-17T20:08:24.027Z | Downloaded progenitor-macro v0.13.0 |
| 746 | 2026-03-17T20:08:24.030Z | Downloaded peg-macros v0.8.5 |
| 747 | 2026-03-17T20:08:24.030Z | Downloaded flate2 v1.1.9 |
| 748 | 2026-03-17T20:08:24.034Z | Downloaded pin-project-internal v1.1.11 |
| 749 | 2026-03-17T20:08:24.037Z | Downloaded phf v0.13.1 |
| 750 | 2026-03-17T20:08:24.040Z | Downloaded rand_chacha v0.3.1 |
| 751 | 2026-03-17T20:08:24.043Z | Downloaded phf v0.12.1 |
| 752 | 2026-03-17T20:08:24.043Z | Downloaded rand_xorshift v0.4.0 |
| 753 | 2026-03-17T20:08:24.046Z | Downloaded num_enum_derive v0.7.5 |
| 754 | 2026-03-17T20:08:24.049Z | Downloaded omicron-zone-package v0.12.2 |
| 755 | 2026-03-17T20:08:24.051Z | Downloaded pkcs8 v0.10.2 |
| 756 | 2026-03-17T20:08:24.054Z | Downloaded predicates-tree v1.0.13 |
| 757 | 2026-03-17T20:08:24.057Z | Downloaded polyval v0.6.2 |
| 758 | 2026-03-17T20:08:24.058Z | Downloaded ref-cast v1.0.25 |
| 759 | 2026-03-17T20:08:24.060Z | Downloaded ref-cast-impl v1.0.25 |
| 760 | 2026-03-17T20:08:24.063Z | Downloaded recursive v0.1.1 |
| 761 | 2026-03-17T20:08:24.066Z | Downloaded pkg-config v0.3.32 |
| 762 | 2026-03-17T20:08:24.068Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 763 | 2026-03-17T20:08:24.068Z | Downloaded ppv-lite86 v0.2.21 |
| 764 | 2026-03-17T20:08:24.071Z | Downloaded heapless v0.8.0 |
| 765 | 2026-03-17T20:08:24.074Z | Downloaded indicatif v0.18.4 |
| 766 | 2026-03-17T20:08:24.077Z | Downloaded rfc6979 v0.4.0 |
| 767 | 2026-03-17T20:08:24.080Z | Downloaded progenitor v0.11.2 |
| 768 | 2026-03-17T20:08:24.083Z | Downloaded predicates v3.1.4 |
| 769 | 2026-03-17T20:08:24.086Z | Downloaded progenitor-macro v0.10.0 |
| 770 | 2026-03-17T20:08:24.086Z | Downloaded progenitor v0.10.0 |
| 771 | 2026-03-17T20:08:24.088Z | Downloaded progenitor-extras v0.1.1 |
| 772 | 2026-03-17T20:08:24.091Z | Downloaded progenitor v0.13.0 |
| 773 | 2026-03-17T20:08:24.094Z | Downloaded psm v0.1.30 |
| 774 | 2026-03-17T20:08:24.096Z | Downloaded rustc-hash v2.1.1 |
| 775 | 2026-03-17T20:08:24.099Z | Downloaded rtoolbox v0.0.3 |
| 776 | 2026-03-17T20:08:24.099Z | Downloaded progenitor-client v0.13.0 |
| 777 | 2026-03-17T20:08:24.102Z | Downloaded hickory-resolver v0.24.4 |
| 778 | 2026-03-17T20:08:24.104Z | Downloaded hickory-resolver v0.25.2 |
| 779 | 2026-03-17T20:08:24.108Z | Downloaded russh-cryptovec v0.7.3 |
| 780 | 2026-03-17T20:08:24.111Z | Downloaded primeorder v0.13.6 |
| 781 | 2026-03-17T20:08:24.114Z | Downloaded rustc_version v0.1.7 |
| 782 | 2026-03-17T20:08:24.114Z | Downloaded r2d2 v0.8.10 |
| 783 | 2026-03-17T20:08:24.117Z | Downloaded peg v0.8.5 |
| 784 | 2026-03-17T20:08:24.119Z | Downloaded rand_core v0.10.0 |
| 785 | 2026-03-17T20:08:24.122Z | Downloaded postcard v1.1.3 |
| 786 | 2026-03-17T20:08:24.125Z | Downloaded p256 v0.13.2 |
| 787 | 2026-03-17T20:08:24.129Z | Downloaded rand_core v0.9.5 |
| 788 | 2026-03-17T20:08:24.133Z | Downloaded same-file v1.0.6 |
| 789 | 2026-03-17T20:08:24.133Z | Downloaded rand_chacha v0.9.0 |
| 790 | 2026-03-17T20:08:24.137Z | Downloaded oso v0.27.3 |
| 791 | 2026-03-17T20:08:24.140Z | Downloaded jiff-static v0.2.21 |
| 792 | 2026-03-17T20:08:24.140Z | Downloaded headers v0.4.1 |
| 793 | 2026-03-17T20:08:24.145Z | Downloaded resolv-conf v0.7.6 |
| 794 | 2026-03-17T20:08:24.148Z | Downloaded papergrid v0.17.0 |
| 795 | 2026-03-17T20:08:24.150Z | Downloaded serde-big-array v0.5.1 |
| 796 | 2026-03-17T20:08:24.153Z | Downloaded rand_seeder v0.4.0 |
| 797 | 2026-03-17T20:08:24.156Z | Downloaded postgres-protocol v0.6.10 |
| 798 | 2026-03-17T20:08:24.159Z | Downloaded postgres-types v0.2.12 |
| 799 | 2026-03-17T20:08:24.161Z | Downloaded seq-macro v0.3.6 |
| 800 | 2026-03-17T20:08:24.162Z | Downloaded scopeguard v1.2.0 |
| 801 | 2026-03-17T20:08:24.164Z | Downloaded rustc_version v0.4.1 |
| 802 | 2026-03-17T20:08:24.167Z | Downloaded serde_urlencoded v0.7.1 |
| 803 | 2026-03-17T20:08:24.167Z | Downloaded serde_spanned v1.0.4 |
| 804 | 2026-03-17T20:08:24.170Z | Downloaded semver v0.1.20 |
| 805 | 2026-03-17T20:08:24.170Z | Downloaded pkcs5 v0.7.1 |
| 806 | 2026-03-17T20:08:24.174Z | Downloaded shell-words v1.1.1 |
| 807 | 2026-03-17T20:08:24.176Z | Downloaded rustls-native-certs v0.8.3 |
| 808 | 2026-03-17T20:08:24.179Z | Downloaded rustls-pemfile v1.0.4 |
| 809 | 2026-03-17T20:08:24.183Z | Downloaded pkcs1 v0.7.5 |
| 810 | 2026-03-17T20:08:24.186Z | Downloaded miniz_oxide v0.8.9 |
| 811 | 2026-03-17T20:08:24.186Z | Downloaded signal-hook-mio v0.2.5 |
| 812 | 2026-03-17T20:08:24.189Z | Downloaded scheduled-thread-pool v0.2.7 |
| 813 | 2026-03-17T20:08:24.192Z | Downloaded sigpipe v0.1.3 |
| 814 | 2026-03-17T20:08:24.192Z | Downloaded scrypt v0.11.0 |
| 815 | 2026-03-17T20:08:24.194Z | Downloaded signature v2.2.0 |
| 816 | 2026-03-17T20:08:24.194Z | Downloaded signal-hook-tokio v0.3.1 |
| 817 | 2026-03-17T20:08:24.197Z | Downloaded scroll_derive v0.13.1 |
| 818 | 2026-03-17T20:08:24.197Z | Downloaded minimal-lexical v0.2.1 |
| 819 | 2026-03-17T20:08:24.201Z | Downloaded parking_lot v0.11.2 |
| 820 | 2026-03-17T20:08:24.204Z | Downloaded quinn-udp v0.5.14 |
| 821 | 2026-03-17T20:08:24.206Z | Downloaded secrecy v0.10.3 |
| 822 | 2026-03-17T20:08:24.209Z | Downloaded secrecy v0.8.0 |
| 823 | 2026-03-17T20:08:24.209Z | Downloaded rand_core v0.6.4 |
| 824 | 2026-03-17T20:08:24.213Z | Downloaded serde_repr v0.1.20 |
| 825 | 2026-03-17T20:08:24.216Z | Downloaded serde_bytes v0.11.19 |
| 826 | 2026-03-17T20:08:24.216Z | Downloaded parking_lot v0.12.5 |
| 827 | 2026-03-17T20:08:24.225Z | Downloaded sha1 v0.10.6 |
| 828 | 2026-03-17T20:08:24.225Z | Downloaded prefix-trie v0.7.0 |
| 829 | 2026-03-17T20:08:24.229Z | Downloaded proc-macro-error2 v2.0.1 |
| 830 | 2026-03-17T20:08:24.229Z | Downloaded slog-envlogger v2.2.0 |
| 831 | 2026-03-17T20:08:24.229Z | Downloaded parking_lot_core v0.9.12 |
| 832 | 2026-03-17T20:08:24.232Z | Downloaded serde_path_to_error v0.1.20 |
| 833 | 2026-03-17T20:08:24.232Z | Downloaded sec1 v0.7.3 |
| 834 | 2026-03-17T20:08:24.237Z | Downloaded diesel_derives v2.3.7 |
| 835 | 2026-03-17T20:08:24.239Z | Downloaded serde-hex v0.1.0 |
| 836 | 2026-03-17T20:08:24.244Z | Downloaded sct v0.7.1 |
| 837 | 2026-03-17T20:08:24.244Z | Downloaded siphasher v1.0.2 |
| 838 | 2026-03-17T20:08:24.247Z | Downloaded poly1305 v0.8.0 |
| 839 | 2026-03-17T20:08:24.250Z | Downloaded pin-project-lite v0.2.17 |
| 840 | 2026-03-17T20:08:24.253Z | Downloaded shlex v1.3.0 |
| 841 | 2026-03-17T20:08:24.255Z | Downloaded ignore v0.4.25 |
| 842 | 2026-03-17T20:08:24.258Z | Downloaded rusty-fork v0.3.1 |
| 843 | 2026-03-17T20:08:24.258Z | Downloaded rustls-pemfile v2.2.0 |
| 844 | 2026-03-17T20:08:24.279Z | Downloaded sqlparser_derive v0.5.0 |
| 845 | 2026-03-17T20:08:24.279Z | Downloaded ssh-encoding v0.2.0 |
| 846 | 2026-03-17T20:08:24.279Z | Downloaded salsa20 v0.10.2 |
| 847 | 2026-03-17T20:08:24.279Z | Downloaded ssh-cipher v0.2.0 |
| 848 | 2026-03-17T20:08:24.279Z | Downloaded rustversion v1.0.22 |
| 849 | 2026-03-17T20:08:24.279Z | Downloaded derive_more-impl v2.1.1 |
| 850 | 2026-03-17T20:08:24.279Z | Downloaded scroll v0.13.0 |
| 851 | 2026-03-17T20:08:24.279Z | Downloaded slog-json v2.6.1 |
| 852 | 2026-03-17T20:08:24.282Z | Downloaded strum v0.26.3 |
| 853 | 2026-03-17T20:08:24.282Z | Downloaded slog-dtrace v0.3.0 |
| 854 | 2026-03-17T20:08:24.282Z | Downloaded slog-bunyan v2.5.0 |
| 855 | 2026-03-17T20:08:24.285Z | Downloaded hashbrown v0.12.3 |
| 856 | 2026-03-17T20:08:24.287Z | Downloaded subtle v2.6.1 |
| 857 | 2026-03-17T20:08:24.287Z | Downloaded smallvec v0.6.14 |
| 858 | 2026-03-17T20:08:24.291Z | Downloaded structmeta-derive v0.3.0 |
| 859 | 2026-03-17T20:08:24.293Z | Downloaded structmeta v0.3.0 |
| 860 | 2026-03-17T20:08:24.293Z | Downloaded mio v1.1.1 |
| 861 | 2026-03-17T20:08:24.296Z | Downloaded prettyplease v0.2.37 |
| 862 | 2026-03-17T20:08:24.300Z | Downloaded sapling-renderdag v0.1.0 |
| 863 | 2026-03-17T20:08:24.302Z | Downloaded tabled_derive v0.11.0 |
| 864 | 2026-03-17T20:08:24.305Z | Downloaded sync_wrapper v1.0.2 |
| 865 | 2026-03-17T20:08:24.305Z | Downloaded take_mut v0.2.2 |
| 866 | 2026-03-17T20:08:24.308Z | Downloaded tabwriter v1.4.1 |
| 867 | 2026-03-17T20:08:24.308Z | Downloaded russh-keys v0.45.0 |
| 868 | 2026-03-17T20:08:24.312Z | Downloaded serde_derive_internals v0.29.1 |
| 869 | 2026-03-17T20:08:24.314Z | Downloaded strum v0.27.2 |
| 870 | 2026-03-17T20:08:24.314Z | Downloaded progenitor-impl v0.13.0 |
| 871 | 2026-03-17T20:08:24.314Z | Downloaded crossterm v0.29.0 |
| 872 | 2026-03-17T20:08:24.320Z | Downloaded spki v0.7.3 |
| 873 | 2026-03-17T20:08:24.322Z | Downloaded hickory-server v0.25.2 |
| 874 | 2026-03-17T20:08:24.325Z | Downloaded sqlformat v0.3.5 |
| 875 | 2026-03-17T20:08:24.328Z | Downloaded hyper-util v0.1.20 |
| 876 | 2026-03-17T20:08:24.332Z | Downloaded snafu-derive v0.8.9 |
| 877 | 2026-03-17T20:08:24.335Z | Downloaded signal-hook-registry v1.4.8 |
| 878 | 2026-03-17T20:08:24.335Z | Downloaded rustls-pki-types v1.14.0 |
| 879 | 2026-03-17T20:08:24.338Z | Downloaded thread-id v5.1.0 |
| 880 | 2026-03-17T20:08:24.341Z | Downloaded testing_table v0.3.0 |
| 881 | 2026-03-17T20:08:24.341Z | Downloaded slab v0.4.12 |
| 882 | 2026-03-17T20:08:24.344Z | Downloaded static_assertions v1.1.0 |
| 883 | 2026-03-17T20:08:24.344Z | Downloaded simd-adler32 v0.3.8 |
| 884 | 2026-03-17T20:08:24.347Z | Downloaded tap v1.0.1 |
| 885 | 2026-03-17T20:08:24.347Z | Downloaded pin-project v1.1.11 |
| 886 | 2026-03-17T20:08:24.357Z | Downloaded time-core v0.1.8 |
| 887 | 2026-03-17T20:08:24.359Z | Downloaded strum_macros v0.26.4 |
| 888 | 2026-03-17T20:08:24.359Z | Downloaded smf v0.2.3 |
| 889 | 2026-03-17T20:08:24.362Z | Downloaded slog-scope v4.4.1 |
| 890 | 2026-03-17T20:08:24.362Z | Downloaded strum_macros v0.27.2 |
| 891 | 2026-03-17T20:08:24.365Z | Downloaded pretty_assertions v1.4.1 |
| 892 | 2026-03-17T20:08:24.368Z | Downloaded strum_macros v0.24.3 |
| 893 | 2026-03-17T20:08:24.368Z | Downloaded itertools v0.10.5 |
| 894 | 2026-03-17T20:08:24.372Z | Downloaded string_cache v0.8.9 |
| 895 | 2026-03-17T20:08:24.376Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 896 | 2026-03-17T20:08:24.380Z | Downloaded stringprep v0.1.5 |
| 897 | 2026-03-17T20:08:24.380Z | Downloaded support-bundle-viewer v0.1.2 |
| 898 | 2026-03-17T20:08:24.380Z | Downloaded stacker v0.1.23 |
| 899 | 2026-03-17T20:08:24.383Z | Downloaded rcgen v0.12.1 |
| 900 | 2026-03-17T20:08:24.385Z | Downloaded tagptr v0.2.0 |
| 901 | 2026-03-17T20:08:24.385Z | Downloaded hashbrown v0.13.2 |
| 902 | 2026-03-17T20:08:24.388Z | Downloaded progenitor-impl v0.10.0 |
| 903 | 2026-03-17T20:08:24.391Z | Downloaded http v1.4.0 |
| 904 | 2026-03-17T20:08:24.393Z | Downloaded tinyvec_macros v0.1.1 |
| 905 | 2026-03-17T20:08:24.396Z | Downloaded serde_with_macros v3.17.0 |
| 906 | 2026-03-17T20:08:24.396Z | Downloaded serde_plain v1.0.2 |
| 907 | 2026-03-17T20:08:24.400Z | Downloaded serde_cbor v0.11.2 |
| 908 | 2026-03-17T20:08:24.402Z | Downloaded spin v0.9.8 |
| 909 | 2026-03-17T20:08:24.402Z | Downloaded sync-ptr v0.1.4 |
| 910 | 2026-03-17T20:08:24.405Z | Downloaded aes-gcm v0.10.3 |
| 911 | 2026-03-17T20:08:24.408Z | Downloaded aes v0.8.4 |
| 912 | 2026-03-17T20:08:24.411Z | Downloaded strip-ansi-escapes v0.2.1 |
| 913 | 2026-03-17T20:08:24.411Z | Downloaded slog-term v2.9.2 |
| 914 | 2026-03-17T20:08:24.413Z | Downloaded slog-stdlog v4.1.1 |
| 915 | 2026-03-17T20:08:24.416Z | Downloaded progenitor-impl v0.11.2 |
| 916 | 2026-03-17T20:08:24.416Z | Downloaded trait-variant v0.1.2 |
| 917 | 2026-03-17T20:08:24.419Z | Downloaded termios v0.3.3 |
| 918 | 2026-03-17T20:08:24.419Z | Downloaded tower-layer v0.3.3 |
| 919 | 2026-03-17T20:08:24.421Z | Downloaded tower-service v0.3.3 |
| 920 | 2026-03-17T20:08:24.421Z | Downloaded topological-sort v0.2.2 |
| 921 | 2026-03-17T20:08:24.426Z | Downloaded openssl-sys v0.9.111 |
| 922 | 2026-03-17T20:08:24.429Z | Downloaded thread_local v1.1.9 |
| 923 | 2026-03-17T20:08:24.429Z | Downloaded crossterm v0.28.1 |
| 924 | 2026-03-17T20:08:24.432Z | Downloaded try-lock v0.2.5 |
| 925 | 2026-03-17T20:08:24.436Z | Downloaded termtree v0.5.1 |
| 926 | 2026-03-17T20:08:24.436Z | Downloaded schemars v0.9.0 |
| 927 | 2026-03-17T20:08:24.445Z | Downloaded itertools v0.12.1 |
| 928 | 2026-03-17T20:08:24.450Z | Downloaded unarray v0.1.4 |
| 929 | 2026-03-17T20:08:24.453Z | Downloaded typify-macro v0.4.3 |
| 930 | 2026-03-17T20:08:24.453Z | Downloaded typify-macro v0.6.1 |
| 931 | 2026-03-17T20:08:24.456Z | Downloaded tiny-keccak v2.0.2 |
| 932 | 2026-03-17T20:08:24.456Z | Downloaded unit-prefix v0.5.2 |
| 933 | 2026-03-17T20:08:24.458Z | Downloaded universal-hash v0.5.1 |
| 934 | 2026-03-17T20:08:24.458Z | Downloaded publicsuffix v2.3.0 |
| 935 | 2026-03-17T20:08:24.461Z | Downloaded ron v0.8.1 |
| 936 | 2026-03-17T20:08:24.464Z | Downloaded nom v7.1.3 |
| 937 | 2026-03-17T20:08:24.468Z | Downloaded tokio-rustls v0.25.0 |
| 938 | 2026-03-17T20:08:24.470Z | Downloaded tokio-macros v2.6.0 |
| 939 | 2026-03-17T20:08:24.473Z | Downloaded tokio-dtrace v0.1.1 |
| 940 | 2026-03-17T20:08:24.473Z | Downloaded tls_codec_derive v0.4.2 |
| 941 | 2026-03-17T20:08:24.477Z | Downloaded unicode-truncate v1.1.0 |
| 942 | 2026-03-17T20:08:24.477Z | Downloaded utf-8 v0.7.6 |
| 943 | 2026-03-17T20:08:24.477Z | Downloaded usdt-macro v0.6.0 |
| 944 | 2026-03-17T20:08:24.481Z | Downloaded usdt-attr-macro v0.6.0 |
| 945 | 2026-03-17T20:08:24.481Z | Downloaded usdt v0.6.0 |
| 946 | 2026-03-17T20:08:24.481Z | Downloaded untrusted v0.7.1 |
| 947 | 2026-03-17T20:08:24.481Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 948 | 2026-03-17T20:08:24.484Z | Downloaded tokio-native-tls v0.3.1 |
| 949 | 2026-03-17T20:08:24.484Z | Downloaded socket2 v0.6.2 |
| 950 | 2026-03-17T20:08:24.485Z | Downloaded socket2 v0.5.10 |
| 951 | 2026-03-17T20:08:24.487Z | Downloaded rand v0.8.5 |
| 952 | 2026-03-17T20:08:24.491Z | Downloaded similar v2.7.0 |
| 953 | 2026-03-17T20:08:24.493Z | Downloaded rustls-platform-verifier v0.6.2 |
| 954 | 2026-03-17T20:08:24.496Z | Downloaded num-bigint v0.4.6 |
| 955 | 2026-03-17T20:08:24.499Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 956 | 2026-03-17T20:08:24.501Z | Downloaded untrusted v0.9.0 |
| 957 | 2026-03-17T20:08:24.502Z | Downloaded rayon-core v1.13.0 |
| 958 | 2026-03-17T20:08:24.504Z | Downloaded futures-util v0.3.32 |
| 959 | 2026-03-17T20:08:24.512Z | Downloaded void v1.0.2 |
| 960 | 2026-03-17T20:08:24.515Z | Downloaded signal-hook v0.3.18 |
| 961 | 2026-03-17T20:08:24.518Z | Downloaded tui-tree-widget v0.23.1 |
| 962 | 2026-03-17T20:08:24.518Z | Downloaded iri-string v0.7.10 |
| 963 | 2026-03-17T20:08:24.522Z | Downloaded samael v0.0.19 |
| 964 | 2026-03-17T20:08:24.527Z | Downloaded wait-timeout v0.2.1 |
| 965 | 2026-03-17T20:08:24.530Z | Downloaded want v0.3.1 |
| 966 | 2026-03-17T20:08:24.530Z | Downloaded quinn v0.11.9 |
| 967 | 2026-03-17T20:08:24.532Z | Downloaded waitgroup v0.1.2 |
| 968 | 2026-03-17T20:08:24.535Z | Downloaded unicase v2.9.0 |
| 969 | 2026-03-17T20:08:24.535Z | Downloaded tokio-tungstenite v0.21.0 |
| 970 | 2026-03-17T20:08:24.538Z | Downloaded tls_codec v0.4.2 |
| 971 | 2026-03-17T20:08:24.538Z | Downloaded term v1.2.1 |
| 972 | 2026-03-17T20:08:24.541Z | Downloaded term v0.7.0 |
| 973 | 2026-03-17T20:08:24.545Z | Downloaded tokio-stream v0.1.18 |
| 974 | 2026-03-17T20:08:24.548Z | Downloaded tokio-rustls v0.26.4 |
| 975 | 2026-03-17T20:08:24.548Z | Downloaded tokio-rustls v0.24.1 |
| 976 | 2026-03-17T20:08:24.553Z | Downloaded xattr v1.6.1 |
| 977 | 2026-03-17T20:08:24.553Z | Downloaded xshell-macros v0.2.7 |
| 978 | 2026-03-17T20:08:24.558Z | Downloaded subprocess v0.2.15 |
| 979 | 2026-03-17T20:08:24.558Z | Downloaded rsa v0.9.10 |
| 980 | 2026-03-17T20:08:24.562Z | Downloaded libxml v0.3.3 |
| 981 | 2026-03-17T20:08:24.565Z | Downloaded rand v0.10.0 |
| 982 | 2026-03-17T20:08:24.571Z | Downloaded tokio-tungstenite v0.23.1 |
| 983 | 2026-03-17T20:08:24.571Z | Downloaded tar v0.4.44 |
| 984 | 2026-03-17T20:08:24.574Z | Downloaded libm v0.2.16 |
| 985 | 2026-03-17T20:08:24.577Z | Downloaded zone v0.3.1 |
| 986 | 2026-03-17T20:08:24.577Z | Downloaded aho-corasick v1.1.4 |
| 987 | 2026-03-17T20:08:24.582Z | Downloaded zeroize_derive v1.4.3 |
| 988 | 2026-03-17T20:08:24.585Z | Downloaded vergen-gitcl v1.0.8 |
| 989 | 2026-03-17T20:08:24.585Z | Downloaded vergen-git2 v1.0.7 |
| 990 | 2026-03-17T20:08:24.585Z | Downloaded tracing-attributes v0.1.31 |
| 991 | 2026-03-17T20:08:24.589Z | Downloaded vergen-lib v0.1.6 |
| 992 | 2026-03-17T20:08:24.589Z | Downloaded twox-hash v2.1.2 |
| 993 | 2026-03-17T20:08:24.594Z | Downloaded zone_cfg_derive v0.3.1 |
| 994 | 2026-03-17T20:08:24.594Z | Downloaded rand v0.9.2 |
| 995 | 2026-03-17T20:08:24.594Z | Downloaded qorb v0.4.1 |
| 996 | 2026-03-17T20:08:24.597Z | Downloaded test-strategy v0.4.5 |
| 997 | 2026-03-17T20:08:24.600Z | Downloaded snafu v0.8.9 |
| 998 | 2026-03-17T20:08:24.603Z | Downloaded walkdir v2.5.0 |
| 999 | 2026-03-17T20:08:24.606Z | Downloaded schemars v1.2.1 |
| 1000 | 2026-03-17T20:08:24.615Z | Downloaded wyz v0.5.1 |
| 1001 | 2026-03-17T20:08:24.618Z | Downloaded whoami v2.1.0 |
| 1002 | 2026-03-17T20:08:24.618Z | Downloaded usdt-impl v0.6.0 |
| 1003 | 2026-03-17T20:08:24.620Z | Downloaded unicode-properties v0.1.4 |
| 1004 | 2026-03-17T20:08:24.624Z | Downloaded toml v0.7.8 |
| 1005 | 2026-03-17T20:08:24.624Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1006 | 2026-03-17T20:08:24.627Z | Downloaded xz2 v0.1.7 |
| 1007 | 2026-03-17T20:08:24.627Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1008 | 2026-03-17T20:08:24.630Z | Downloaded rustls-webpki v0.103.9 |
| 1009 | 2026-03-17T20:08:24.633Z | Downloaded uzers v0.12.2 |
| 1010 | 2026-03-17T20:08:24.638Z | Downloaded vergen v9.0.6 |
| 1011 | 2026-03-17T20:08:24.638Z | Downloaded tinyvec v1.10.0 |
| 1012 | 2026-03-17T20:08:24.641Z | Downloaded tracing-core v0.1.36 |
| 1013 | 2026-03-17T20:08:24.641Z | Downloaded russh v0.45.0 |
| 1014 | 2026-03-17T20:08:24.644Z | Downloaded zeroize v1.8.2 |
| 1015 | 2026-03-17T20:08:24.647Z | Downloaded tungstenite v0.21.0 |
| 1016 | 2026-03-17T20:08:24.651Z | Downloaded zstd-safe v7.2.4 |
| 1017 | 2026-03-17T20:08:24.651Z | Downloaded zstd v0.13.3 |
| 1018 | 2026-03-17T20:08:24.653Z | Downloaded itertools v0.14.0 |
| 1019 | 2026-03-17T20:08:24.657Z | Downloaded typify v0.6.1 |
| 1020 | 2026-03-17T20:08:24.660Z | Downloaded aws-lc-rs v1.16.0 |
| 1021 | 2026-03-17T20:08:24.667Z | Downloaded typify v0.4.3 |
| 1022 | 2026-03-17T20:08:24.670Z | Downloaded xshell v0.2.7 |
| 1023 | 2026-03-17T20:08:24.674Z | Downloaded whoami v1.6.1 |
| 1024 | 2026-03-17T20:08:24.674Z | Downloaded p521 v0.13.3 |
| 1025 | 2026-03-17T20:08:24.678Z | Downloaded uuid v1.21.0 |
| 1026 | 2026-03-17T20:08:24.681Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1027 | 2026-03-17T20:08:24.683Z | Downloaded blake3 v1.8.3 |
| 1028 | 2026-03-17T20:08:24.688Z | Downloaded steno v0.4.1 |
| 1029 | 2026-03-17T20:08:24.691Z | Downloaded zerocopy v0.6.6 |
| 1030 | 2026-03-17T20:08:24.694Z | Downloaded tungstenite v0.23.0 |
| 1031 | 2026-03-17T20:08:24.696Z | Downloaded reedline v0.40.0 |
| 1032 | 2026-03-17T20:08:24.701Z | Downloaded unicode-bidi v0.3.18 |
| 1033 | 2026-03-17T20:08:24.703Z | Downloaded vte v0.14.1 |
| 1034 | 2026-03-17T20:08:24.707Z | Downloaded h2 v0.4.13 |
| 1035 | 2026-03-17T20:08:24.710Z | Downloaded tokio-postgres v0.7.16 |
| 1036 | 2026-03-17T20:08:24.713Z | Downloaded rpassword v7.4.0 |
| 1037 | 2026-03-17T20:08:24.716Z | Downloaded unsafe-libyaml v0.2.11 |
| 1038 | 2026-03-17T20:08:24.720Z | Downloaded toml_edit v0.19.15 |
| 1039 | 2026-03-17T20:08:24.730Z | Downloaded yasna v0.5.2 |
| 1040 | 2026-03-17T20:08:24.733Z | Downloaded ssh-key v0.6.7 |
| 1041 | 2026-03-17T20:08:24.736Z | Downloaded bindgen v0.71.1 |
| 1042 | 2026-03-17T20:08:24.742Z | Downloaded p384 v0.13.1 |
| 1043 | 2026-03-17T20:08:24.746Z | Downloaded zopfli v0.8.3 |
| 1044 | 2026-03-17T20:08:24.749Z | Downloaded reqwest v0.13.2 |
| 1045 | 2026-03-17T20:08:24.753Z | Downloaded ron v0.12.0 |
| 1046 | 2026-03-17T20:08:24.758Z | Downloaded zip v0.6.6 |
| 1047 | 2026-03-17T20:08:24.761Z | Downloaded yansi v1.0.1 |
| 1048 | 2026-03-17T20:08:24.764Z | Downloaded rustyline v14.0.0 |
| 1049 | 2026-03-17T20:08:24.767Z | Downloaded hkdf v0.12.4 |
| 1050 | 2026-03-17T20:08:24.770Z | Downloaded vsss-rs v3.3.4 |
| 1051 | 2026-03-17T20:08:24.772Z | Downloaded num-bigint-dig v0.8.6 |
| 1052 | 2026-03-17T20:08:24.775Z | Downloaded hyper v1.8.1 |
| 1053 | 2026-03-17T20:08:24.780Z | Downloaded regex v1.12.3 |
| 1054 | 2026-03-17T20:08:24.784Z | Downloaded unicode_categories v0.1.1 |
| 1055 | 2026-03-17T20:08:24.787Z | Downloaded portable-atomic v1.13.1 |
| 1056 | 2026-03-17T20:08:24.791Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1057 | 2026-03-17T20:08:24.795Z | Downloaded itertools v0.13.0 |
| 1058 | 2026-03-17T20:08:24.800Z | Downloaded time-macros v0.2.27 |
| 1059 | 2026-03-17T20:08:24.803Z | Downloaded rayon v1.11.0 |
| 1060 | 2026-03-17T20:08:24.808Z | Downloaded reqwest v0.12.28 |
| 1061 | 2026-03-17T20:08:24.812Z | Downloaded tower v0.5.3 |
| 1062 | 2026-03-17T20:08:24.819Z | Downloaded typed-path v0.9.3 |
| 1063 | 2026-03-17T20:08:24.823Z | Downloaded unicode-segmentation v1.12.0 |
| 1064 | 2026-03-17T20:08:24.826Z | Downloaded salty v0.3.0 |
| 1065 | 2026-03-17T20:08:24.831Z | Downloaded rustls-webpki v0.101.7 |
| 1066 | 2026-03-17T20:08:24.842Z | Downloaded x509-cert v0.2.5 |
| 1067 | 2026-03-17T20:08:24.848Z | Downloaded quick-xml v0.37.5 |
| 1068 | 2026-03-17T20:08:24.851Z | Downloaded zerocopy-derive v0.8.40 |
| 1069 | 2026-03-17T20:08:24.857Z | Downloaded zip v4.6.1 |
| 1070 | 2026-03-17T20:08:24.861Z | Downloaded moka v0.12.13 |
| 1071 | 2026-03-17T20:08:24.867Z | Downloaded unicode-normalization v0.1.25 |
| 1072 | 2026-03-17T20:08:24.869Z | Downloaded proptest v1.10.0 |
| 1073 | 2026-03-17T20:08:24.876Z | Downloaded tough v0.20.0 |
| 1074 | 2026-03-17T20:08:24.882Z | Downloaded tower-http v0.6.8 |
| 1075 | 2026-03-17T20:08:24.888Z | Downloaded petname v2.0.2 |
| 1076 | 2026-03-17T20:08:24.892Z | Downloaded dropshot v0.16.7 |
| 1077 | 2026-03-17T20:08:24.910Z | Downloaded tokio-util v0.7.18 |
| 1078 | 2026-03-17T20:08:24.914Z | Downloaded serde_with v3.17.0 |
| 1079 | 2026-03-17T20:08:24.923Z | Downloaded winnow v0.5.40 |
| 1080 | 2026-03-17T20:08:24.929Z | Downloaded quinn-proto v0.11.13 |
| 1081 | 2026-03-17T20:08:24.934Z | Downloaded radix_trie v0.2.1 |
| 1082 | 2026-03-17T20:08:24.939Z | Downloaded object v0.30.4 |
| 1083 | 2026-03-17T20:08:24.946Z | Downloaded openssl v0.10.75 |
| 1084 | 2026-03-17T20:08:24.953Z | Downloaded nix v0.27.1 |
| 1085 | 2026-03-17T20:08:24.960Z | Downloaded tabled v0.20.0 |
| 1086 | 2026-03-17T20:08:24.973Z | Downloaded rustls-webpki v0.102.8 |
| 1087 | 2026-03-17T20:08:24.988Z | Downloaded winnow v0.6.26 |
| 1088 | 2026-03-17T20:08:24.994Z | Downloaded curve25519-dalek v4.1.3 |
| 1089 | 2026-03-17T20:08:25.001Z | Downloaded nix v0.29.0 |
| 1090 | 2026-03-17T20:08:25.009Z | Downloaded nix v0.31.1 |
| 1091 | 2026-03-17T20:08:25.018Z | Downloaded vcpkg v0.2.15 |
| 1092 | 2026-03-17T20:08:25.046Z | Downloaded time v0.3.47 |
| 1093 | 2026-03-17T20:08:25.055Z | Downloaded rustls v0.21.12 |
| 1094 | 2026-03-17T20:08:25.064Z | Downloaded hickory-proto v0.24.4 |
| 1095 | 2026-03-17T20:08:25.074Z | Downloaded zerocopy v0.8.40 |
| 1096 | 2026-03-17T20:08:25.083Z | Downloaded zlib-rs v0.6.2 |
| 1097 | 2026-03-17T20:08:25.086Z | Downloaded rustls v0.23.37 |
| 1098 | 2026-03-17T20:08:25.094Z | Downloaded hickory-proto v0.25.2 |
| 1099 | 2026-03-17T20:08:25.106Z | Downloaded openapiv3 v2.2.0 |
| 1100 | 2026-03-17T20:08:25.114Z | Downloaded diesel v2.3.7 |
| 1101 | 2026-03-17T20:08:25.130Z | Downloaded rustls v0.22.4 |
| 1102 | 2026-03-17T20:08:25.139Z | Downloaded webpki-roots v1.0.6 |
| 1103 | 2026-03-17T20:08:25.142Z | Downloaded regress v0.10.5 |
| 1104 | 2026-03-17T20:08:25.149Z | Downloaded smoltcp v0.11.0 |
| 1105 | 2026-03-17T20:08:25.158Z | Downloaded regex-syntax v0.8.10 |
| 1106 | 2026-03-17T20:08:25.164Z | Downloaded regex-syntax v0.6.29 |
| 1107 | 2026-03-17T20:08:25.171Z | Downloaded sled v0.34.7 |
| 1108 | 2026-03-17T20:08:25.177Z | Downloaded rustix v0.38.44 |
| 1109 | 2026-03-17T20:08:25.194Z | Downloaded nix v0.28.0 |
| 1110 | 2026-03-17T20:08:25.202Z | Downloaded ratatui v0.29.0 |
| 1111 | 2026-03-17T20:08:25.217Z | Downloaded smoltcp v0.9.1 |
| 1112 | 2026-03-17T20:08:25.224Z | Downloaded polar-core v0.27.3 |
| 1113 | 2026-03-17T20:08:25.230Z | Downloaded object v0.37.3 |
| 1114 | 2026-03-17T20:08:25.247Z | Downloaded goblin v0.10.5 |
| 1115 | 2026-03-17T20:08:25.253Z | Downloaded regex-automata v0.4.14 |
| 1116 | 2026-03-17T20:08:25.256Z | Downloaded chrono v0.4.44 |
| 1117 | 2026-03-17T20:08:25.262Z | Downloaded sqlparser v0.61.0 |
| 1118 | 2026-03-17T20:08:25.268Z | Downloaded lalrpop v0.19.12 |
| 1119 | 2026-03-17T20:08:25.276Z | Downloaded jiff v0.2.21 |
| 1120 | 2026-03-17T20:08:25.291Z | Downloaded tracing v0.1.44 |
| 1121 | 2026-03-17T20:08:25.307Z | Downloaded lzma-sys v0.1.20 |
| 1122 | 2026-03-17T20:08:25.328Z | Downloaded typify-impl v0.6.1 |
| 1123 | 2026-03-17T20:08:25.338Z | Downloaded git2 v0.20.4 |
| 1124 | 2026-03-17T20:08:25.345Z | Downloaded supports-color v3.0.2 |
| 1125 | 2026-03-17T20:08:25.348Z | Downloaded csv v1.4.0 |
| 1126 | 2026-03-17T20:08:25.360Z | Downloaded typify-impl v0.4.3 |
| 1127 | 2026-03-17T20:08:25.371Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1128 | 2026-03-17T20:08:25.380Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1129 | 2026-03-17T20:08:25.394Z | Downloaded sha3 v0.10.8 |
| 1130 | 2026-03-17T20:08:25.397Z | Downloaded schemars v0.8.22 |
| 1131 | 2026-03-17T20:08:25.406Z | Downloaded hashbrown v0.15.5 |
| 1132 | 2026-03-17T20:08:25.410Z | Downloaded ryu v1.0.23 |
| 1133 | 2026-03-17T20:08:25.413Z | Downloaded thiserror-no-std v2.0.2 |
| 1134 | 2026-03-17T20:08:25.417Z | Downloaded zerocopy-derive v0.6.6 |
| 1135 | 2026-03-17T20:08:25.422Z | Downloaded slog v2.8.2 |
| 1136 | 2026-03-17T20:08:25.425Z | Downloaded iddqd v0.3.17 |
| 1137 | 2026-03-17T20:08:25.429Z | Downloaded petgraph v0.6.5 |
| 1138 | 2026-03-17T20:08:25.442Z | Downloaded slog-async v2.8.0 |
| 1139 | 2026-03-17T20:08:25.446Z | Downloaded schemars_derive v0.8.22 |
| 1140 | 2026-03-17T20:08:25.446Z | Downloaded ar_archive_writer v0.5.1 |
| 1141 | 2026-03-17T20:08:25.449Z | Downloaded pem-rfc7468 v0.7.0 |
| 1142 | 2026-03-17T20:08:25.449Z | Downloaded pem v3.0.6 |
| 1143 | 2026-03-17T20:08:25.449Z | Downloaded num-complex v0.4.6 |
| 1144 | 2026-03-17T20:08:25.452Z | Downloaded ed25519-dalek v2.2.0 |
| 1145 | 2026-03-17T20:08:25.453Z | Downloaded paste v1.0.15 |
| 1146 | 2026-03-17T20:08:25.456Z | Downloaded password-hash v0.4.2 |
| 1147 | 2026-03-17T20:08:25.456Z | Downloaded parse-display-derive v0.10.0 |
| 1148 | 2026-03-17T20:08:25.459Z | Downloaded psl-types v2.0.11 |
| 1149 | 2026-03-17T20:08:25.459Z | Downloaded chrono-tz v0.10.4 |
| 1150 | 2026-03-17T20:08:25.470Z | Downloaded progenitor-macro v0.11.2 |
| 1151 | 2026-03-17T20:08:25.473Z | Downloaded petgraph v0.8.3 |
| 1152 | 2026-03-17T20:08:25.487Z | Downloaded progenitor-client v0.11.2 |
| 1153 | 2026-03-17T20:08:25.490Z | Downloaded password-hash v0.5.0 |
| 1154 | 2026-03-17T20:08:25.490Z | Downloaded libz-sys v1.1.24 |
| 1155 | 2026-03-17T20:08:25.504Z | Downloaded crossbeam-channel v0.5.15 |
| 1156 | 2026-03-17T20:08:25.508Z | Downloaded heapless v0.7.17 |
| 1157 | 2026-03-17T20:08:25.510Z | Downloaded owo-colors v4.3.0 |
| 1158 | 2026-03-17T20:08:25.513Z | Downloaded encoding_rs v0.8.35 |
| 1159 | 2026-03-17T20:08:25.528Z | Downloaded nanorand v0.7.0 |
| 1160 | 2026-03-17T20:08:25.530Z | Downloaded precomputed-hash v0.1.1 |
| 1161 | 2026-03-17T20:08:25.530Z | Downloaded oxide-tokio-rt v0.1.3 |
| 1162 | 2026-03-17T20:08:25.533Z | Downloaded tokio v1.49.0 |
| 1163 | 2026-03-17T20:08:25.560Z | Downloaded phf_shared v0.12.1 |
| 1164 | 2026-03-17T20:08:25.563Z | Downloaded phf_shared v0.11.3 |
| 1165 | 2026-03-17T20:08:25.563Z | Downloaded oxnet v0.1.4 |
| 1166 | 2026-03-17T20:08:25.563Z | Downloaded num_enum v0.5.11 |
| 1167 | 2026-03-17T20:08:25.566Z | Downloaded compact_str v0.8.1 |
| 1168 | 2026-03-17T20:08:25.569Z | Downloaded bstr v1.12.1 |
| 1169 | 2026-03-17T20:08:25.574Z | Downloaded arc-swap v1.8.2 |
| 1170 | 2026-03-17T20:08:25.577Z | Downloaded path-slash v0.1.5 |
| 1171 | 2026-03-17T20:08:25.579Z | Downloaded chacha20poly1305 v0.10.1 |
| 1172 | 2026-03-17T20:08:25.579Z | Downloaded base64 v0.21.7 |
| 1173 | 2026-03-17T20:08:25.582Z | Downloaded newtype-uuid v1.3.2 |
| 1174 | 2026-03-17T20:08:25.582Z | Downloaded native-tls v0.2.18 |
| 1175 | 2026-03-17T20:08:25.586Z | Downloaded multer v3.1.0 |
| 1176 | 2026-03-17T20:08:25.586Z | Downloaded ingot-macros v0.1.1 |
| 1177 | 2026-03-17T20:08:25.590Z | Downloaded half v2.7.1 |
| 1178 | 2026-03-17T20:08:25.590Z | Downloaded getrandom v0.3.4 |
| 1179 | 2026-03-17T20:08:25.593Z | Downloaded futures v0.3.32 |
| 1180 | 2026-03-17T20:08:25.596Z | Downloaded crc-any v2.5.0 |
| 1181 | 2026-03-17T20:08:25.596Z | Downloaded num_enum_derive v0.5.11 |
| 1182 | 2026-03-17T20:08:25.596Z | Downloaded olpc-cjson v0.1.4 |
| 1183 | 2026-03-17T20:08:25.596Z | Downloaded md-5 v0.10.6 |
| 1184 | 2026-03-17T20:08:25.599Z | Downloaded iana-time-zone v0.1.65 |
| 1185 | 2026-03-17T20:08:25.599Z | Downloaded der v0.7.10 |
| 1186 | 2026-03-17T20:08:25.603Z | Downloaded num-derive v0.4.2 |
| 1187 | 2026-03-17T20:08:25.608Z | Downloaded lock_api v0.4.14 |
| 1188 | 2026-03-17T20:08:25.608Z | Downloaded linear-map v1.2.0 |
| 1189 | 2026-03-17T20:08:25.608Z | Downloaded hyper-rustls v0.27.7 |
| 1190 | 2026-03-17T20:08:25.611Z | Downloaded humantime v2.3.0 |
| 1191 | 2026-03-17T20:08:25.611Z | Downloaded httparse v1.10.1 |
| 1192 | 2026-03-17T20:08:25.611Z | Downloaded hmac v0.12.1 |
| 1193 | 2026-03-17T20:08:25.611Z | Downloaded cookie_store v0.22.1 |
| 1194 | 2026-03-17T20:08:25.614Z | Downloaded bytes v1.11.1 |
| 1195 | 2026-03-17T20:08:25.617Z | Downloaded console v0.15.11 |
| 1196 | 2026-03-17T20:08:25.620Z | Downloaded colored v2.2.0 |
| 1197 | 2026-03-17T20:08:25.620Z | Downloaded ciborium v0.2.2 |
| 1198 | 2026-03-17T20:08:25.620Z | Downloaded async-bb8-diesel v0.2.1 |
| 1199 | 2026-03-17T20:08:25.623Z | Downloaded nodrop v0.1.14 |
| 1200 | 2026-03-17T20:08:25.623Z | Downloaded newtype_derive v0.1.6 |
| 1201 | 2026-03-17T20:08:25.623Z | Downloaded new_debug_unreachable v1.0.6 |
| 1202 | 2026-03-17T20:08:25.626Z | Downloaded libefi-sys v0.1.0 |
| 1203 | 2026-03-17T20:08:25.626Z | Downloaded dropshot_endpoint v0.16.7 |
| 1204 | 2026-03-17T20:08:25.630Z | Downloaded multimap v0.10.1 |
| 1205 | 2026-03-17T20:08:25.630Z | Downloaded md5 v0.7.0 |
| 1206 | 2026-03-17T20:08:25.630Z | Downloaded managed v0.8.0 |
| 1207 | 2026-03-17T20:08:25.630Z | Downloaded ipnetwork v0.21.1 |
| 1208 | 2026-03-17T20:08:25.630Z | Downloaded ingot v0.1.1 |
| 1209 | 2026-03-17T20:08:25.633Z | Downloaded indoc v2.0.7 |
| 1210 | 2026-03-17T20:08:25.633Z | Downloaded glob v0.3.3 |
| 1211 | 2026-03-17T20:08:25.637Z | Downloaded getrandom v0.2.17 |
| 1212 | 2026-03-17T20:08:25.637Z | Downloaded filetime v0.2.27 |
| 1213 | 2026-03-17T20:08:25.637Z | Downloaded cbc v0.1.2 |
| 1214 | 2026-03-17T20:08:25.640Z | Downloaded crc32fast v1.5.0 |
| 1215 | 2026-03-17T20:08:25.640Z | Downloaded constant_time_eq v0.4.2 |
| 1216 | 2026-03-17T20:08:25.640Z | Downloaded base64ct v1.8.3 |
| 1217 | 2026-03-17T20:08:25.643Z | Downloaded lru-slab v0.1.2 |
| 1218 | 2026-03-17T20:08:25.643Z | Downloaded lru v0.12.5 |
| 1219 | 2026-03-17T20:08:25.643Z | Downloaded clang-sys v1.8.1 |
| 1220 | 2026-03-17T20:08:25.646Z | Downloaded inout v0.1.4 |
| 1221 | 2026-03-17T20:08:25.646Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1222 | 2026-03-17T20:08:25.649Z | Downloaded hyper-staticfile v0.10.1 |
| 1223 | 2026-03-17T20:08:25.649Z | Downloaded fixedbitset v0.5.7 |
| 1224 | 2026-03-17T20:08:25.651Z | Downloaded crypto-bigint v0.5.5 |
| 1225 | 2026-03-17T20:08:25.654Z | Downloaded ring v0.17.14 |
| 1226 | 2026-03-17T20:08:25.684Z | Downloaded highway v1.3.0 |
| 1227 | 2026-03-17T20:08:25.687Z | Downloaded cargo_toml v0.22.3 |
| 1228 | 2026-03-17T20:08:25.687Z | Downloaded blake2 v0.10.6 |
| 1229 | 2026-03-17T20:08:25.690Z | Downloaded backon v1.6.0 |
| 1230 | 2026-03-17T20:08:25.690Z | Downloaded const-oid v0.9.6 |
| 1231 | 2026-03-17T20:08:25.693Z | Downloaded colored v3.1.1 |
| 1232 | 2026-03-17T20:08:25.693Z | Downloaded cipher v0.4.4 |
| 1233 | 2026-03-17T20:08:25.698Z | Downloaded cancel-safe-futures v0.1.5 |
| 1234 | 2026-03-17T20:08:25.701Z | Downloaded ahash v0.8.12 |
| 1235 | 2026-03-17T20:08:25.701Z | Downloaded keccak v0.1.6 |
| 1236 | 2026-03-17T20:08:25.701Z | Downloaded group v0.13.0 |
| 1237 | 2026-03-17T20:08:25.701Z | Downloaded dropshot-api-manager v0.6.0 |
| 1238 | 2026-03-17T20:08:25.704Z | Downloaded darling v0.20.11 |
| 1239 | 2026-03-17T20:08:25.708Z | Downloaded instant v0.1.13 |
| 1240 | 2026-03-17T20:08:25.708Z | Downloaded instability v0.3.11 |
| 1241 | 2026-03-17T20:08:25.708Z | Downloaded indoc v1.0.9 |
| 1242 | 2026-03-17T20:08:25.712Z | Downloaded globset v0.4.18 |
| 1243 | 2026-03-17T20:08:25.713Z | Downloaded foldhash v0.1.5 |
| 1244 | 2026-03-17T20:08:25.713Z | Downloaded ena v0.14.4 |
| 1245 | 2026-03-17T20:08:25.716Z | Downloaded daft v0.1.5 |
| 1246 | 2026-03-17T20:08:25.716Z | Downloaded corncobs v0.1.4 |
| 1247 | 2026-03-17T20:08:25.716Z | Downloaded convert_case v0.10.0 |
| 1248 | 2026-03-17T20:08:25.716Z | Downloaded const_format_proc_macros v0.2.34 |
| 1249 | 2026-03-17T20:08:25.719Z | Downloaded arrayvec v0.7.6 |
| 1250 | 2026-03-17T20:08:25.719Z | Downloaded hostname v0.3.1 |
| 1251 | 2026-03-17T20:08:25.719Z | Downloaded fs-err v2.11.0 |
| 1252 | 2026-03-17T20:08:25.721Z | Downloaded hubpack v0.1.2 |
| 1253 | 2026-03-17T20:08:25.721Z | Downloaded des v0.8.1 |
| 1254 | 2026-03-17T20:08:25.724Z | Downloaded derive-where v1.6.0 |
| 1255 | 2026-03-17T20:08:25.724Z | Downloaded darling v0.23.0 |
| 1256 | 2026-03-17T20:08:25.727Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1257 | 2026-03-17T20:08:25.769Z | Downloaded bit-vec v0.8.0 |
| 1258 | 2026-03-17T20:08:25.772Z | Downloaded httpdate v1.0.3 |
| 1259 | 2026-03-17T20:08:25.772Z | Downloaded http-range v0.1.5 |
| 1260 | 2026-03-17T20:08:25.772Z | Downloaded hostname v0.4.2 |
| 1261 | 2026-03-17T20:08:25.775Z | Downloaded ff v0.13.1 |
| 1262 | 2026-03-17T20:08:25.775Z | Downloaded fallible-iterator v0.2.0 |
| 1263 | 2026-03-17T20:08:25.775Z | Downloaded futures-executor v0.3.32 |
| 1264 | 2026-03-17T20:08:25.778Z | Downloaded deranged v0.5.8 |
| 1265 | 2026-03-17T20:08:25.778Z | Downloaded daft-derive v0.1.5 |
| 1266 | 2026-03-17T20:08:25.782Z | Downloaded hex v0.4.3 |
| 1267 | 2026-03-17T20:08:25.782Z | Downloaded hex-literal v0.4.1 |
| 1268 | 2026-03-17T20:08:25.782Z | Downloaded headers-core v0.3.0 |
| 1269 | 2026-03-17T20:08:25.782Z | Downloaded bzip2 v0.4.4 |
| 1270 | 2026-03-17T20:08:25.787Z | Downloaded bit-vec v0.6.3 |
| 1271 | 2026-03-17T20:08:25.787Z | Downloaded bit-set v0.5.3 |
| 1272 | 2026-03-17T20:08:25.787Z | Downloaded argon2 v0.5.3 |
| 1273 | 2026-03-17T20:08:25.787Z | Downloaded defmt v1.0.1 |
| 1274 | 2026-03-17T20:08:25.790Z | Downloaded ghash v0.5.1 |
| 1275 | 2026-03-17T20:08:25.790Z | Downloaded futures-task v0.3.32 |
| 1276 | 2026-03-17T20:08:25.790Z | Downloaded buf-list v1.1.2 |
| 1277 | 2026-03-17T20:08:25.790Z | Downloaded crossbeam-deque v0.8.6 |
| 1278 | 2026-03-17T20:08:25.793Z | Downloaded defmt-macros v1.0.1 |
| 1279 | 2026-03-17T20:08:25.793Z | Downloaded futures-io v0.3.32 |
| 1280 | 2026-03-17T20:08:25.796Z | Downloaded funty v2.0.0 |
| 1281 | 2026-03-17T20:08:25.796Z | Downloaded foreign-types v0.3.2 |
| 1282 | 2026-03-17T20:08:25.796Z | Downloaded foreign-types v0.5.0 |
| 1283 | 2026-03-17T20:08:25.796Z | Downloaded darling_macro v0.20.11 |
| 1284 | 2026-03-17T20:08:25.796Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1285 | 2026-03-17T20:08:25.796Z | Downloaded block-padding v0.3.3 |
| 1286 | 2026-03-17T20:08:25.799Z | Downloaded async-stream-impl v0.3.6 |
| 1287 | 2026-03-17T20:08:25.799Z | Downloaded der_derive v0.7.3 |
| 1288 | 2026-03-17T20:08:25.799Z | Downloaded base16ct v1.0.0 |
| 1289 | 2026-03-17T20:08:25.799Z | Downloaded document-features v0.2.12 |
| 1290 | 2026-03-17T20:08:25.803Z | Downloaded crunchy v0.2.4 |
| 1291 | 2026-03-17T20:08:25.803Z | Downloaded bitfield-struct v0.6.2 |
| 1292 | 2026-03-17T20:08:25.803Z | Downloaded enum-as-inner v0.6.1 |
| 1293 | 2026-03-17T20:08:25.803Z | Downloaded chacha20 v0.9.1 |
| 1294 | 2026-03-17T20:08:25.805Z | Downloaded cstr-argument v0.1.2 |
| 1295 | 2026-03-17T20:08:25.805Z | Downloaded crc8 v0.1.1 |
| 1296 | 2026-03-17T20:08:25.805Z | Downloaded crc v3.4.0 |
| 1297 | 2026-03-17T20:08:25.805Z | Downloaded bitfield-macros v0.19.4 |
| 1298 | 2026-03-17T20:08:25.805Z | Downloaded find-msvc-tools v0.1.9 |
| 1299 | 2026-03-17T20:08:25.808Z | Downloaded darling_core v0.20.11 |
| 1300 | 2026-03-17T20:08:25.811Z | Downloaded cargo-platform v0.1.9 |
| 1301 | 2026-03-17T20:08:25.811Z | Downloaded bb8 v0.8.6 |
| 1302 | 2026-03-17T20:08:25.811Z | Downloaded env_filter v1.0.0 |
| 1303 | 2026-03-17T20:08:25.814Z | Downloaded dof v0.4.0 |
| 1304 | 2026-03-17T20:08:25.814Z | Downloaded derive_builder_macro v0.20.2 |
| 1305 | 2026-03-17T20:08:25.814Z | Downloaded darling_macro v0.23.0 |
| 1306 | 2026-03-17T20:08:25.814Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1307 | 2026-03-17T20:08:25.817Z | Downloaded convert_case v0.4.0 |
| 1308 | 2026-03-17T20:08:25.817Z | Downloaded castaway v0.2.4 |
| 1309 | 2026-03-17T20:08:25.817Z | Downloaded assert_matches v1.5.0 |
| 1310 | 2026-03-17T20:08:25.817Z | Downloaded bitflags v1.3.2 |
| 1311 | 2026-03-17T20:08:25.820Z | Downloaded fatfs v0.3.6 |
| 1312 | 2026-03-17T20:08:25.820Z | Downloaded downcast-rs v2.0.2 |
| 1313 | 2026-03-17T20:08:25.823Z | Downloaded dirs-sys-next v0.1.2 |
| 1314 | 2026-03-17T20:08:25.823Z | Downloaded derive_builder v0.20.2 |
| 1315 | 2026-03-17T20:08:25.826Z | Downloaded ctr v0.9.2 |
| 1316 | 2026-03-17T20:08:25.826Z | Downloaded csv-core v0.1.13 |
| 1317 | 2026-03-17T20:08:25.830Z | Downloaded cfg_aliases v0.2.1 |
| 1318 | 2026-03-17T20:08:25.830Z | Downloaded cassowary v0.3.0 |
| 1319 | 2026-03-17T20:08:25.830Z | Downloaded bit-set v0.8.0 |
| 1320 | 2026-03-17T20:08:25.830Z | Downloaded atomicwrites v0.4.4 |
| 1321 | 2026-03-17T20:08:25.833Z | Downloaded async-stream v0.3.6 |
| 1322 | 2026-03-17T20:08:25.833Z | Downloaded async-recursion v1.1.1 |
| 1323 | 2026-03-17T20:08:25.836Z | Downloaded atomic-waker v1.1.2 |
| 1324 | 2026-03-17T20:08:25.836Z | Downloaded ascii-canvas v3.0.0 |
| 1325 | 2026-03-17T20:08:25.836Z | Downloaded difflib v0.4.0 |
| 1326 | 2026-03-17T20:08:25.836Z | Downloaded diesel-dtrace v0.5.0 |
| 1327 | 2026-03-17T20:08:25.838Z | Downloaded data-encoding v2.10.0 |
| 1328 | 2026-03-17T20:08:25.839Z | Downloaded derive_builder_core v0.20.2 |
| 1329 | 2026-03-17T20:08:25.839Z | Downloaded defmt v0.3.100 |
| 1330 | 2026-03-17T20:08:25.841Z | Downloaded cc v1.2.56 |
| 1331 | 2026-03-17T20:08:25.841Z | Downloaded critical-section v1.2.0 |
| 1332 | 2026-03-17T20:08:25.844Z | Downloaded float-cmp v0.10.0 |
| 1333 | 2026-03-17T20:08:25.844Z | Downloaded derive_more v0.99.20 |
| 1334 | 2026-03-17T20:08:25.847Z | Downloaded base64 v0.22.1 |
| 1335 | 2026-03-17T20:08:25.849Z | Downloaded base16ct v0.2.0 |
| 1336 | 2026-03-17T20:08:25.849Z | Downloaded atty v0.2.14 |
| 1337 | 2026-03-17T20:08:25.852Z | Downloaded array-init v0.0.4 |
| 1338 | 2026-03-17T20:08:25.852Z | Downloaded bzip2 v0.6.1 |
| 1339 | 2026-03-17T20:08:25.852Z | Downloaded bcs v0.1.6 |
| 1340 | 2026-03-17T20:08:25.855Z | Downloaded backoff v0.4.0 |
| 1341 | 2026-03-17T20:08:25.855Z | Downloaded cpufeatures v0.3.0 |
| 1342 | 2026-03-17T20:08:26.297Z | Downloaded aws-lc-sys v0.37.1 |
| 1343 | 2026-03-17T20:08:26.604Z | Compiling libc v0.2.180 |
| 1344 | 2026-03-17T20:08:26.607Z | Compiling serde v1.0.228 |
| 1345 | 2026-03-17T20:08:26.608Z | Compiling log v0.4.29 |
| 1346 | 2026-03-17T20:08:26.608Z | Compiling shlex v1.3.0 |
| 1347 | 2026-03-17T20:08:26.608Z | Compiling find-msvc-tools v0.1.9 |
| 1348 | 2026-03-17T20:08:26.759Z | Compiling smallvec v1.15.1 |
| 1349 | 2026-03-17T20:08:26.773Z | Compiling syn v2.0.117 |
| 1350 | 2026-03-17T20:08:26.786Z | Compiling typenum v1.19.0 |
| 1351 | 2026-03-17T20:08:27.016Z | Compiling generic-array v0.14.7 |
| 1352 | 2026-03-17T20:08:27.034Z | Compiling subtle v2.6.1 |
| 1353 | 2026-03-17T20:08:27.079Z | Compiling scopeguard v1.2.0 |
| 1354 | 2026-03-17T20:08:27.144Z | Compiling portable-atomic v1.13.1 |
| 1355 | 2026-03-17T20:08:27.208Z | Compiling lock_api v0.4.14 |
| 1356 | 2026-03-17T20:08:27.228Z | Compiling const-oid v0.9.6 |
| 1357 | 2026-03-17T20:08:27.270Z | Compiling critical-section v1.2.0 |
| 1358 | 2026-03-17T20:08:27.346Z | Compiling zerocopy v0.8.40 |
| 1359 | 2026-03-17T20:08:27.397Z | Compiling pin-project-lite v0.2.17 |
| 1360 | 2026-03-17T20:08:27.500Z | Compiling serde_json v1.0.149 |
| 1361 | 2026-03-17T20:08:27.518Z | Compiling parking_lot_core v0.9.12 |
| 1362 | 2026-03-17T20:08:28.005Z | Compiling pkg-config v0.3.32 |
| 1363 | 2026-03-17T20:08:28.022Z | Compiling bitflags v2.11.0 |
| 1364 | 2026-03-17T20:08:28.172Z | Compiling getrandom v0.2.17 |
| 1365 | 2026-03-17T20:08:28.250Z | Compiling jobserver v0.1.34 |
| 1366 | 2026-03-17T20:08:28.336Z | Compiling errno v0.3.14 |
| 1367 | 2026-03-17T20:08:28.467Z | Compiling rand_core v0.6.4 |
| 1368 | 2026-03-17T20:08:28.527Z | Compiling cc v1.2.56 |
| 1369 | 2026-03-17T20:08:28.685Z | Compiling once_cell v1.21.3 |
| 1370 | 2026-03-17T20:08:28.761Z | Compiling signal-hook-registry v1.4.8 |
| 1371 | 2026-03-17T20:08:28.783Z | Compiling parking_lot v0.12.5 |
| 1372 | 2026-03-17T20:08:28.830Z | Compiling mio v1.1.1 |
| 1373 | 2026-03-17T20:08:28.863Z | Compiling libm v0.2.16 |
| 1374 | 2026-03-17T20:08:28.965Z | Compiling num-traits v0.2.19 |
| 1375 | 2026-03-17T20:08:29.119Z | Compiling futures-core v0.3.32 |
| 1376 | 2026-03-17T20:08:29.281Z | Compiling socket2 v0.6.2 |
| 1377 | 2026-03-17T20:08:29.319Z | Compiling percent-encoding v2.3.2 |
| 1378 | 2026-03-17T20:08:29.421Z | Compiling allocator-api2 v0.2.21 |
| 1379 | 2026-03-17T20:08:29.555Z | Compiling foldhash v0.2.0 |
| 1380 | 2026-03-17T20:08:29.561Z | Compiling cpufeatures v0.2.17 |
| 1381 | 2026-03-17T20:08:29.588Z | Compiling futures-sink v0.3.32 |
| 1382 | 2026-03-17T20:08:29.655Z | Compiling getrandom v0.4.1 |
| 1383 | 2026-03-17T20:08:29.720Z | Compiling futures-channel v0.3.32 |
| 1384 | 2026-03-17T20:08:29.789Z | Compiling slab v0.4.12 |
| 1385 | 2026-03-17T20:08:29.857Z | Compiling hashbrown v0.16.1 |
| 1386 | 2026-03-17T20:08:29.907Z | Compiling futures-task v0.3.32 |
| 1387 | 2026-03-17T20:08:30.031Z | Compiling futures-io v0.3.32 |
| 1388 | 2026-03-17T20:08:30.035Z | Compiling getrandom v0.3.4 |
| 1389 | 2026-03-17T20:08:30.127Z | Compiling rustversion v1.0.22 |
| 1390 | 2026-03-17T20:08:30.170Z | Compiling rand_core v0.10.0 |
| 1391 | 2026-03-17T20:08:30.229Z | Compiling cmake v0.1.57 |
| 1392 | 2026-03-17T20:08:30.678Z | Compiling indexmap v2.13.0 |
| 1393 | 2026-03-17T20:08:30.761Z | Compiling form_urlencoded v1.2.2 |
| 1394 | 2026-03-17T20:08:30.780Z | Compiling ident_case v1.0.1 |
| 1395 | 2026-03-17T20:08:30.959Z | Compiling dunce v1.0.5 |
| 1396 | 2026-03-17T20:08:30.998Z | Compiling base64ct v1.8.3 |
| 1397 | 2026-03-17T20:08:31.036Z | Compiling fs_extra v1.3.0 |
| 1398 | 2026-03-17T20:08:31.073Z | Compiling flagset v0.4.7 |
| 1399 | 2026-03-17T20:08:31.245Z | Compiling synstructure v0.13.2 |
| 1400 | 2026-03-17T20:08:31.266Z | Compiling rand_core v0.9.5 |
| 1401 | 2026-03-17T20:08:31.394Z | Compiling aws-lc-sys v0.37.1 |
| 1402 | 2026-03-17T20:08:31.412Z | Compiling pem-rfc7468 v0.7.0 |
| 1403 | 2026-03-17T20:08:31.585Z | Compiling rustix v1.1.3 |
| 1404 | 2026-03-17T20:08:31.604Z | Compiling iana-time-zone v0.1.65 |
| 1405 | 2026-03-17T20:08:31.622Z | Compiling ring v0.17.14 |
| 1406 | 2026-03-17T20:08:31.640Z | Compiling uuid v1.21.0 |
| 1407 | 2026-03-17T20:08:31.826Z | Compiling rustc_version v0.4.1 |
| 1408 | 2026-03-17T20:08:31.871Z | Compiling aws-lc-rs v1.16.0 |
| 1409 | 2026-03-17T20:08:32.079Z | Compiling regex-syntax v0.8.10 |
| 1410 | 2026-03-17T20:08:32.237Z | Compiling vcpkg v0.2.15 |
| 1411 | 2026-03-17T20:08:32.261Z | Compiling tracing-core v0.1.36 |
| 1412 | 2026-03-17T20:08:32.537Z | Compiling crossbeam-utils v0.8.21 |
| 1413 | 2026-03-17T20:08:32.987Z | Compiling pest_generator v2.8.6 |
| 1414 | 2026-03-17T20:08:33.064Z | Compiling serde_derive_internals v0.29.1 |
| 1415 | 2026-03-17T20:08:33.246Z | Compiling openssl-sys v0.9.111 |
| 1416 | 2026-03-17T20:08:33.787Z | Compiling serde_derive v1.0.228 |
| 1417 | 2026-03-17T20:08:33.938Z | Compiling zeroize_derive v1.4.3 |
| 1418 | 2026-03-17T20:08:33.956Z | Compiling zerofrom-derive v0.1.6 |
| 1419 | 2026-03-17T20:08:34.004Z | Compiling yoke-derive v0.8.1 |
| 1420 | 2026-03-17T20:08:34.304Z | Compiling zerocopy-derive v0.8.40 |
| 1421 | 2026-03-17T20:08:34.804Z | Compiling zeroize v1.8.2 |
| 1422 | 2026-03-17T20:08:35.404Z | Compiling zerovec-derive v0.11.2 |
| 1423 | 2026-03-17T20:08:35.607Z | Compiling displaydoc v0.2.5 |
| 1424 | 2026-03-17T20:08:35.865Z | Compiling crypto-common v0.1.7 |
| 1425 | 2026-03-17T20:08:35.883Z | Compiling zerofrom v0.1.6 |
| 1426 | 2026-03-17T20:08:36.037Z | Compiling yoke v0.8.1 |
| 1427 | 2026-03-17T20:08:36.040Z | Compiling block-buffer v0.10.4 |
| 1428 | 2026-03-17T20:08:36.259Z | Compiling digest v0.10.7 |
| 1429 | 2026-03-17T20:08:36.278Z | Compiling tokio-macros v2.6.0 |
| 1430 | 2026-03-17T20:08:36.519Z | Compiling futures-macro v0.3.32 |
| 1431 | 2026-03-17T20:08:36.583Z | Compiling hmac v0.12.1 |
| 1432 | 2026-03-17T20:08:36.602Z | Compiling zerotrie v0.2.3 |
| 1433 | 2026-03-17T20:08:36.779Z | Compiling block-padding v0.3.3 |
| 1434 | 2026-03-17T20:08:36.899Z | Compiling zerovec v0.11.5 |
| 1435 | 2026-03-17T20:08:36.978Z | Compiling inout v0.1.4 |
| 1436 | 2026-03-17T20:08:36.998Z | Compiling sha2 v0.10.9 |
| 1437 | 2026-03-17T20:08:37.189Z | Compiling cipher v0.4.4 |
| 1438 | 2026-03-17T20:08:37.258Z | Compiling der_derive v0.7.3 |
| 1439 | 2026-03-17T20:08:37.541Z | Compiling tinystr v0.8.2 |
| 1440 | 2026-03-17T20:08:37.595Z | Compiling potential_utf v0.1.4 |
| 1441 | 2026-03-17T20:08:37.630Z | Compiling futures-util v0.3.32 |
| 1442 | 2026-03-17T20:08:37.822Z | Compiling icu_locale_core v2.1.1 |
| 1443 | 2026-03-17T20:08:37.842Z | Compiling icu_collections v2.1.1 |
| 1444 | 2026-03-17T20:08:38.483Z | Compiling salsa20 v0.10.2 |
| 1445 | 2026-03-17T20:08:38.607Z | Compiling bytes v1.11.1 |
| 1446 | 2026-03-17T20:08:38.624Z | Compiling der v0.7.10 |
| 1447 | 2026-03-17T20:08:38.654Z | Compiling chrono v0.4.44 |
| 1448 | 2026-03-17T20:08:38.842Z | Compiling icu_provider v2.1.1 |
| 1449 | 2026-03-17T20:08:39.059Z | Compiling pbkdf2 v0.12.2 |
| 1450 | 2026-03-17T20:08:39.197Z | Compiling icu_normalizer v2.1.1 |
| 1451 | 2026-03-17T20:08:39.216Z | Compiling icu_properties v2.1.2 |
| 1452 | 2026-03-17T20:08:39.441Z | Compiling tokio v1.49.0 |
| 1453 | 2026-03-17T20:08:39.917Z | Compiling spki v0.7.3 |
| 1454 | 2026-03-17T20:08:40.168Z | Compiling http v1.4.0 |
| 1455 | 2026-03-17T20:08:40.283Z | Compiling thiserror-impl v2.0.18 |
| 1456 | 2026-03-17T20:08:40.542Z | Compiling idna_adapter v1.2.1 |
| 1457 | 2026-03-17T20:08:40.711Z | Compiling idna v1.1.0 |
| 1458 | 2026-03-17T20:08:40.739Z | Compiling scrypt v0.11.0 |
| 1459 | 2026-03-17T20:08:40.805Z | Compiling ppv-lite86 v0.2.21 |
| 1460 | 2026-03-17T20:08:40.992Z | Compiling cbc v0.1.2 |
| 1461 | 2026-03-17T20:08:41.052Z | Compiling aes v0.8.4 |
| 1462 | 2026-03-17T20:08:41.170Z | Compiling url v2.5.8 |
| 1463 | 2026-03-17T20:08:41.256Z | Compiling rand_chacha v0.9.0 |
| 1464 | 2026-03-17T20:08:41.390Z | Compiling rustls-pki-types v1.14.0 |
| 1465 | 2026-03-17T20:08:41.568Z | Compiling tracing-attributes v0.1.31 |
| 1466 | 2026-03-17T20:08:42.001Z | Compiling pkcs5 v0.7.1 |
| 1467 | 2026-03-17T20:08:42.073Z | Compiling thiserror v2.0.18 |
| 1468 | 2026-03-17T20:08:42.159Z | Compiling rand v0.9.2 |
| 1469 | 2026-03-17T20:08:42.201Z | Compiling http-body v1.0.1 |
| 1470 | 2026-03-17T20:08:42.290Z | Compiling untrusted v0.7.1 |
| 1471 | 2026-03-17T20:08:42.385Z | Compiling base64 v0.22.1 |
| 1472 | 2026-03-17T20:08:42.436Z | Compiling openssl-probe v0.2.1 |
| 1473 | 2026-03-17T20:08:42.455Z | Compiling schemars v0.8.22 |
| 1474 | 2026-03-17T20:08:42.678Z | Compiling untrusted v0.9.0 |
| 1475 | 2026-03-17T20:08:42.696Z | Compiling syn v1.0.109 |
| 1476 | 2026-03-17T20:08:42.743Z | Compiling httparse v1.10.1 |
| 1477 | 2026-03-17T20:08:42.852Z | Compiling pkcs8 v0.10.2 |
| 1478 | 2026-03-17T20:08:43.171Z | Compiling schemars_derive v0.8.22 |
| 1479 | 2026-03-17T20:08:43.239Z | Compiling pest_derive v2.8.6 |
| 1480 | 2026-03-17T20:08:43.257Z | Compiling scroll_derive v0.13.1 |
| 1481 | 2026-03-17T20:08:43.432Z | Compiling tracing v0.1.44 |
| 1482 | 2026-03-17T20:08:43.772Z | Compiling darling_core v0.20.11 |
| 1483 | 2026-03-17T20:08:43.801Z | Compiling dyn-clone v1.0.20 |
| 1484 | 2026-03-17T20:08:43.913Z | Compiling try-lock v0.2.5 |
| 1485 | 2026-03-17T20:08:43.972Z | Compiling tower-layer v0.3.3 |
| 1486 | 2026-03-17T20:08:44.045Z | Compiling rustls v0.23.37 |
| 1487 | 2026-03-17T20:08:44.175Z | Compiling tinyvec_macros v0.1.1 |
| 1488 | 2026-03-17T20:08:44.264Z | Compiling atomic-waker v1.1.2 |
| 1489 | 2026-03-17T20:08:44.283Z | Compiling tower-service v0.3.3 |
| 1490 | 2026-03-17T20:08:44.340Z | Compiling scroll v0.13.0 |
| 1491 | 2026-03-17T20:08:44.396Z | Compiling tinyvec v1.10.0 |
| 1492 | 2026-03-17T20:08:44.415Z | Compiling want v0.3.1 |
| 1493 | 2026-03-17T20:08:44.618Z | Compiling tokio-util v0.7.18 |
| 1494 | 2026-03-17T20:08:45.066Z | Compiling ipnet v2.11.0 |
| 1495 | 2026-03-17T20:08:45.278Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1496 | 2026-03-17T20:08:45.751Z | Compiling h2 v0.4.13 |
| 1497 | 2026-03-17T20:08:45.796Z | Compiling spin v0.9.8 |
| 1498 | 2026-03-17T20:08:46.029Z | Compiling aho-corasick v1.1.4 |
| 1499 | 2026-03-17T20:08:46.059Z | Compiling foreign-types-shared v0.1.1 |
| 1500 | 2026-03-17T20:08:46.166Z | Compiling crc32fast v1.5.0 |
| 1501 | 2026-03-17T20:08:46.524Z | Compiling pin-utils v0.1.0 |
| 1502 | 2026-03-17T20:08:46.616Z | Compiling openssl v0.10.75 |
| 1503 | 2026-03-17T20:08:46.686Z | Compiling num-conv v0.2.0 |
| 1504 | 2026-03-17T20:08:46.862Z | Compiling time-core v0.1.8 |
| 1505 | 2026-03-17T20:08:46.928Z | Compiling httpdate v1.0.3 |
| 1506 | 2026-03-17T20:08:47.031Z | Compiling darling_macro v0.20.11 |
| 1507 | 2026-03-17T20:08:47.060Z | Compiling powerfmt v0.2.0 |
| 1508 | 2026-03-17T20:08:47.212Z | Compiling regex-automata v0.4.14 |
| 1509 | 2026-03-17T20:08:47.321Z | Compiling deranged v0.5.8 |
| 1510 | 2026-03-17T20:08:47.341Z | Compiling time-macros v0.2.27 |
| 1511 | 2026-03-17T20:08:47.697Z | Compiling darling v0.20.11 |
| 1512 | 2026-03-17T20:08:47.891Z | Compiling tempfile v3.25.0 |
| 1513 | 2026-03-17T20:08:48.385Z | Compiling foreign-types v0.3.2 |
| 1514 | 2026-03-17T20:08:48.494Z | Compiling goblin v0.10.5 |
| 1515 | 2026-03-17T20:08:48.884Z | Compiling openssl-macros v0.1.1 |
| 1516 | 2026-03-17T20:08:49.397Z | Compiling thiserror-impl v1.0.69 |
| 1517 | 2026-03-17T20:08:49.584Z | Compiling wait-timeout v0.2.1 |
| 1518 | 2026-03-17T20:08:49.917Z | Compiling hyper v1.8.1 |
| 1519 | 2026-03-17T20:08:50.539Z | Compiling num_threads v0.1.7 |
| 1520 | 2026-03-17T20:08:50.658Z | Compiling native-tls v0.2.18 |
| 1521 | 2026-03-17T20:08:50.929Z | Compiling siphasher v1.0.2 |
| 1522 | 2026-03-17T20:08:51.090Z | Compiling usdt-impl v0.6.0 |
| 1523 | 2026-03-17T20:08:51.174Z | Compiling bit-vec v0.8.0 |
| 1524 | 2026-03-17T20:08:51.193Z | Compiling simd-adler32 v0.3.8 |
| 1525 | 2026-03-17T20:08:51.367Z | Compiling quick-error v1.2.3 |
| 1526 | 2026-03-17T20:08:51.475Z | Compiling either v1.15.0 |
| 1527 | 2026-03-17T20:08:51.496Z | Compiling rusty-fork v0.3.1 |
| 1528 | 2026-03-17T20:08:51.526Z | Compiling bit-set v0.8.0 |
| 1529 | 2026-03-17T20:08:51.749Z | Compiling hyper-util v0.1.20 |
| 1530 | 2026-03-17T20:08:51.770Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-03-17T20:08:51.914Z | Compiling time v0.3.47 |
| 1532 | 2026-03-17T20:08:52.257Z | Compiling derive_builder_core v0.20.2 |
| 1533 | 2026-03-17T20:08:53.145Z | Compiling dof v0.4.0 |
| 1534 | 2026-03-17T20:08:53.484Z | Compiling unicode-normalization v0.1.25 |
| 1535 | 2026-03-17T20:08:54.088Z | Compiling dtrace-parser v0.3.0 |
| 1536 | 2026-03-17T20:08:54.119Z | Compiling crossbeam-epoch v0.9.18 |
| 1537 | 2026-03-17T20:08:54.152Z | Compiling rustls-native-certs v0.8.3 |
| 1538 | 2026-03-17T20:08:54.529Z | Compiling signature v2.2.0 |
| 1539 | 2026-03-17T20:08:54.547Z | Compiling scroll_derive v0.12.1 |
| 1540 | 2026-03-17T20:08:54.748Z | Compiling heapless v0.7.17 |
| 1541 | 2026-03-17T20:08:54.769Z | Compiling slog v2.8.2 |
| 1542 | 2026-03-17T20:08:54.915Z | Compiling rand_xorshift v0.4.0 |
| 1543 | 2026-03-17T20:08:55.018Z | Compiling darling_core v0.21.3 |
| 1544 | 2026-03-17T20:08:55.069Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1545 | 2026-03-17T20:08:55.120Z | Compiling sync_wrapper v1.0.2 |
| 1546 | 2026-03-17T20:08:55.125Z | Compiling thread-id v5.1.0 |
| 1547 | 2026-03-17T20:08:55.239Z | Compiling cookie v0.18.1 |
| 1548 | 2026-03-17T20:08:55.255Z | Compiling paste v1.0.15 |
| 1549 | 2026-03-17T20:08:55.433Z | Compiling adler2 v2.0.1 |
| 1550 | 2026-03-17T20:08:55.451Z | Compiling anyhow v1.0.102 |
| 1551 | 2026-03-17T20:08:55.480Z | Compiling unicode-properties v0.1.4 |
| 1552 | 2026-03-17T20:08:55.595Z | Compiling unicode-bidi v0.3.18 |
| 1553 | 2026-03-17T20:08:55.613Z | Compiling signal-hook v0.3.18 |
| 1554 | 2026-03-17T20:08:55.749Z | Compiling unarray v0.1.4 |
| 1555 | 2026-03-17T20:08:55.845Z | Compiling zstd-safe v7.2.4 |
| 1556 | 2026-03-17T20:08:55.864Z | Compiling unicode-segmentation v1.12.0 |
| 1557 | 2026-03-17T20:08:55.881Z | Compiling rayon-core v1.13.0 |
| 1558 | 2026-03-17T20:08:56.110Z | Compiling stringprep v0.1.5 |
| 1559 | 2026-03-17T20:08:56.211Z | Compiling proptest v1.10.0 |
| 1560 | 2026-03-17T20:08:56.372Z | Compiling miniz_oxide v0.8.9 |
| 1561 | 2026-03-17T20:08:56.455Z | Compiling scroll v0.12.0 |
| 1562 | 2026-03-17T20:08:56.713Z | Compiling tower v0.5.3 |
| 1563 | 2026-03-17T20:08:57.213Z | Compiling crossbeam-deque v0.8.6 |
| 1564 | 2026-03-17T20:08:57.238Z | Compiling derive_builder_macro v0.20.2 |
| 1565 | 2026-03-17T20:08:57.256Z | Compiling ipnetwork v0.21.1 |
| 1566 | 2026-03-17T20:08:57.342Z | Compiling http-body-util v0.1.3 |
| 1567 | 2026-03-17T20:08:57.457Z | Compiling webpki-roots v1.0.6 |
| 1568 | 2026-03-17T20:08:57.551Z | Compiling rand_chacha v0.3.1 |
| 1569 | 2026-03-17T20:08:57.637Z | Compiling serde_spanned v0.6.9 |
| 1570 | 2026-03-17T20:08:57.704Z | Compiling toml_datetime v0.6.11 |
| 1571 | 2026-03-17T20:08:57.815Z | Compiling serde_tokenstream v0.2.3 |
| 1572 | 2026-03-17T20:08:57.845Z | Compiling erased-serde v0.3.31 |
| 1573 | 2026-03-17T20:08:57.887Z | Compiling md-5 v0.10.6 |
| 1574 | 2026-03-17T20:08:58.055Z | Compiling zerocopy-derive v0.7.35 |
| 1575 | 2026-03-17T20:08:58.096Z | Compiling curve25519-dalek v4.1.3 |
| 1576 | 2026-03-17T20:08:58.215Z | Compiling vergen-lib v0.1.6 |
| 1577 | 2026-03-17T20:08:58.472Z | Compiling num-integer v0.1.46 |
| 1578 | 2026-03-17T20:08:58.561Z | Compiling hash32 v0.2.1 |
| 1579 | 2026-03-17T20:08:58.598Z | Compiling ff v0.13.1 |
| 1580 | 2026-03-17T20:08:58.619Z | Compiling darling_macro v0.21.3 |
| 1581 | 2026-03-17T20:08:58.692Z | Compiling memoffset v0.9.1 |
| 1582 | 2026-03-17T20:08:58.768Z | Compiling cfg_aliases v0.2.1 |
| 1583 | 2026-03-17T20:08:58.810Z | Compiling litrs v1.0.0 |
| 1584 | 2026-03-17T20:08:58.860Z | Compiling zlib-rs v0.6.2 |
| 1585 | 2026-03-17T20:08:58.905Z | Compiling num-bigint-dig v0.8.6 |
| 1586 | 2026-03-17T20:08:58.947Z | Compiling rustix v0.38.44 |
| 1587 | 2026-03-17T20:08:59.160Z | Compiling ref-cast v1.0.25 |
| 1588 | 2026-03-17T20:08:59.247Z | Compiling fallible-iterator v0.2.0 |
| 1589 | 2026-03-17T20:08:59.267Z | Compiling iri-string v0.7.10 |
| 1590 | 2026-03-17T20:08:59.412Z | Compiling ryu v1.0.23 |
| 1591 | 2026-03-17T20:08:59.497Z | Compiling psl-types v2.0.11 |
| 1592 | 2026-03-17T20:08:59.559Z | Compiling smoltcp v0.9.1 |
| 1593 | 2026-03-17T20:08:59.643Z | Compiling base16ct v0.2.0 |
| 1594 | 2026-03-17T20:08:59.662Z | Compiling publicsuffix v2.3.0 |
| 1595 | 2026-03-17T20:08:59.667Z | Compiling postgres-protocol v0.6.10 |
| 1596 | 2026-03-17T20:08:59.864Z | Compiling sec1 v0.7.3 |
| 1597 | 2026-03-17T20:08:59.888Z | Compiling serde_urlencoded v0.7.1 |
| 1598 | 2026-03-17T20:09:00.077Z | Compiling newtype-uuid v1.3.2 |
| 1599 | 2026-03-17T20:09:00.210Z | Compiling document-features v0.2.12 |
| 1600 | 2026-03-17T20:09:00.338Z | Compiling zerocopy v0.7.35 |
| 1601 | 2026-03-17T20:09:00.385Z | Compiling darling v0.21.3 |
| 1602 | 2026-03-17T20:09:00.525Z | Compiling nix v0.31.1 |
| 1603 | 2026-03-17T20:09:00.626Z | Compiling num-iter v0.1.45 |
| 1604 | 2026-03-17T20:09:01.000Z | Compiling tower-http v0.6.8 |
| 1605 | 2026-03-17T20:09:01.038Z | Compiling group v0.13.0 |
| 1606 | 2026-03-17T20:09:01.287Z | Compiling derive_builder v0.20.2 |
| 1607 | 2026-03-17T20:09:01.392Z | Compiling rand v0.8.5 |
| 1608 | 2026-03-17T20:09:01.421Z | Compiling oxnet v0.1.4 |
| 1609 | 2026-03-17T20:09:01.530Z | Compiling proc-macro-error v1.0.4 |
| 1610 | 2026-03-17T20:09:01.859Z | Compiling tokio-native-tls v0.3.1 |
| 1611 | 2026-03-17T20:09:01.931Z | Compiling goblin v0.8.2 |
| 1612 | 2026-03-17T20:09:02.701Z | Compiling heck v0.4.1 |
| 1613 | 2026-03-17T20:09:02.814Z | Compiling phf_shared v0.13.1 |
| 1614 | 2026-03-17T20:09:02.955Z | Compiling flate2 v1.1.9 |
| 1615 | 2026-03-17T20:09:02.990Z | Compiling hubpack_derive v0.1.1 |
| 1616 | 2026-03-17T20:09:03.043Z | Compiling regex v1.12.3 |
| 1617 | 2026-03-17T20:09:03.156Z | Compiling lazy_static v1.5.0 |
| 1618 | 2026-03-17T20:09:03.278Z | Compiling cargo-platform v0.1.9 |
| 1619 | 2026-03-17T20:09:03.403Z | Compiling hkdf v0.12.4 |
| 1620 | 2026-03-17T20:09:03.531Z | Compiling crypto-bigint v0.5.5 |
| 1621 | 2026-03-17T20:09:03.601Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1622 | 2026-03-17T20:09:03.619Z | Compiling ref-cast-impl v1.0.25 |
| 1623 | 2026-03-17T20:09:03.623Z | Compiling strum_macros v0.27.2 |
| 1624 | 2026-03-17T20:09:03.655Z | Compiling async-trait v0.1.89 |
| 1625 | 2026-03-17T20:09:04.339Z | Compiling daft-derive v0.1.5 |
| 1626 | 2026-03-17T20:09:04.478Z | Compiling terminal_size v0.4.3 |
| 1627 | 2026-03-17T20:09:04.644Z | Compiling vergen v9.0.6 |
| 1628 | 2026-03-17T20:09:04.891Z | Compiling fs-err v3.3.0 |
| 1629 | 2026-03-17T20:09:05.116Z | Compiling ahash v0.8.12 |
| 1630 | 2026-03-17T20:09:05.145Z | Compiling bumpalo v3.20.2 |
| 1631 | 2026-03-17T20:09:05.308Z | Compiling bitflags v1.3.2 |
| 1632 | 2026-03-17T20:09:05.393Z | Compiling object v0.37.3 |
| 1633 | 2026-03-17T20:09:05.412Z | Compiling managed v0.8.0 |
| 1634 | 2026-03-17T20:09:05.469Z | Compiling winnow v0.5.40 |
| 1635 | 2026-03-17T20:09:05.693Z | Compiling libbz2-rs-sys v0.2.2 |
| 1636 | 2026-03-17T20:09:05.751Z | Compiling foldhash v0.1.5 |
| 1637 | 2026-03-17T20:09:05.971Z | Compiling hashbrown v0.15.5 |
| 1638 | 2026-03-17T20:09:06.376Z | Compiling strum v0.27.2 |
| 1639 | 2026-03-17T20:09:06.528Z | Compiling bzip2 v0.6.1 |
| 1640 | 2026-03-17T20:09:06.616Z | Compiling clap_builder v4.5.60 |
| 1641 | 2026-03-17T20:09:06.803Z | Compiling console v0.16.2 |
| 1642 | 2026-03-17T20:09:06.807Z | Compiling zopfli v0.8.3 |
| 1643 | 2026-03-17T20:09:07.113Z | Compiling daft v0.1.5 |
| 1644 | 2026-03-17T20:09:07.412Z | Compiling toml_edit v0.19.15 |
| 1645 | 2026-03-17T20:09:07.471Z | Compiling elliptic-curve v0.13.8 |
| 1646 | 2026-03-17T20:09:07.546Z | Compiling dof v0.3.0 |
| 1647 | 2026-03-17T20:09:08.026Z | Compiling hubpack v0.1.2 |
| 1648 | 2026-03-17T20:09:08.064Z | Compiling cargo_metadata v0.19.2 |
| 1649 | 2026-03-17T20:09:08.646Z | Compiling phf v0.13.1 |
| 1650 | 2026-03-17T20:09:08.854Z | Compiling zone_cfg_derive v0.3.1 |
| 1651 | 2026-03-17T20:09:09.703Z | Compiling signal-hook-mio v0.2.5 |
| 1652 | 2026-03-17T20:09:09.961Z | Compiling cookie_store v0.22.1 |
| 1653 | 2026-03-17T20:09:10.343Z | Compiling zstd v0.13.3 |
| 1654 | 2026-03-17T20:09:10.697Z | Compiling hyper-tls v0.6.0 |
| 1655 | 2026-03-17T20:09:10.857Z | Compiling rayon v1.11.0 |
| 1656 | 2026-03-17T20:09:10.980Z | Compiling bzip2 v0.4.4 |
| 1657 | 2026-03-17T20:09:11.131Z | Compiling serde_with_macros v3.17.0 |
| 1658 | 2026-03-17T20:09:11.208Z | Compiling postgres-types v0.2.12 |
| 1659 | 2026-03-17T20:09:11.247Z | Compiling usdt-attr-macro v0.6.0 |
| 1660 | 2026-03-17T20:09:11.965Z | Compiling usdt-macro v0.6.0 |
| 1661 | 2026-03-17T20:09:12.158Z | Compiling ed25519 v2.2.3 |
| 1662 | 2026-03-17T20:09:12.325Z | Compiling dtrace-parser v0.2.0 |
| 1663 | 2026-03-17T20:09:12.698Z | Compiling itertools v0.12.1 |
| 1664 | 2026-03-17T20:09:12.817Z | Compiling phf_shared v0.11.3 |
| 1665 | 2026-03-17T20:09:12.991Z | Compiling bstr v1.12.1 |
| 1666 | 2026-03-17T20:09:13.077Z | Compiling pkcs1 v0.7.5 |
| 1667 | 2026-03-17T20:09:13.378Z | Compiling serde-big-array v0.5.1 |
| 1668 | 2026-03-17T20:09:13.397Z | Compiling hex v0.4.3 |
| 1669 | 2026-03-17T20:09:13.437Z | Compiling rfc6979 v0.4.0 |
| 1670 | 2026-03-17T20:09:13.558Z | Compiling clap_derive v4.5.55 |
| 1671 | 2026-03-17T20:09:13.594Z | Compiling strum_macros v0.26.4 |
| 1672 | 2026-03-17T20:09:13.630Z | Compiling serde_repr v0.1.20 |
| 1673 | 2026-03-17T20:09:13.759Z | Compiling enum-as-inner v0.6.1 |
| 1674 | 2026-03-17T20:09:13.893Z | Compiling float-cmp v0.10.0 |
| 1675 | 2026-03-17T20:09:14.081Z | Compiling memmap2 v0.9.10 |
| 1676 | 2026-03-17T20:09:14.343Z | Compiling thread-id v4.2.2 |
| 1677 | 2026-03-17T20:09:14.366Z | Compiling env_filter v1.0.0 |
| 1678 | 2026-03-17T20:09:14.401Z | Compiling encoding_rs v0.8.35 |
| 1679 | 2026-03-17T20:09:14.431Z | Compiling keccak v0.1.6 |
| 1680 | 2026-03-17T20:09:14.450Z | Compiling precomputed-hash v0.1.1 |
| 1681 | 2026-03-17T20:09:14.560Z | Compiling new_debug_unreachable v1.0.6 |
| 1682 | 2026-03-17T20:09:14.651Z | Compiling data-encoding v2.10.0 |
| 1683 | 2026-03-17T20:09:14.763Z | Compiling difflib v0.4.0 |
| 1684 | 2026-03-17T20:09:15.524Z | Compiling static_assertions v1.1.0 |
| 1685 | 2026-03-17T20:09:15.543Z | Compiling predicates-core v1.0.10 |
| 1686 | 2026-03-17T20:09:15.617Z | Compiling mime v0.3.17 |
| 1687 | 2026-03-17T20:09:15.636Z | Compiling jiff v0.2.21 |
| 1688 | 2026-03-17T20:09:15.698Z | Compiling fixedbitset v0.5.7 |
| 1689 | 2026-03-17T20:09:15.767Z | Compiling unit-prefix v0.5.2 |
| 1690 | 2026-03-17T20:09:15.952Z | Compiling normalize-line-endings v0.3.0 |
| 1691 | 2026-03-17T20:09:15.971Z | Compiling rustc-hash v2.1.1 |
| 1692 | 2026-03-17T20:09:16.005Z | Compiling whoami v2.1.0 |
| 1693 | 2026-03-17T20:09:16.044Z | Compiling fixedbitset v0.4.2 |
| 1694 | 2026-03-17T20:09:16.067Z | Compiling predicates v3.1.4 |
| 1695 | 2026-03-17T20:09:16.110Z | Compiling iddqd v0.3.17 |
| 1696 | 2026-03-17T20:09:16.129Z | Compiling strum v0.26.3 |
| 1697 | 2026-03-17T20:09:16.283Z | Compiling tokio-postgres v0.7.16 |
| 1698 | 2026-03-17T20:09:16.328Z | Compiling petgraph v0.6.5 |
| 1699 | 2026-03-17T20:09:16.466Z | Compiling clap v4.5.60 |
| 1700 | 2026-03-17T20:09:16.513Z | Compiling petgraph v0.8.3 |
| 1701 | 2026-03-17T20:09:16.563Z | Compiling indicatif v0.18.4 |
| 1702 | 2026-03-17T20:09:16.956Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1703 | 2026-03-17T20:09:17.717Z | Compiling toml_edit v0.22.27 |
| 1704 | 2026-03-17T20:09:17.753Z | Compiling hickory-proto v0.25.2 |
| 1705 | 2026-03-17T20:09:18.434Z | Compiling string_cache v0.8.9 |
| 1706 | 2026-03-17T20:09:18.728Z | Compiling sha3 v0.10.8 |
| 1707 | 2026-03-17T20:09:19.252Z | Compiling zip v4.6.1 |
| 1708 | 2026-03-17T20:09:19.323Z | Compiling env_logger v0.11.9 |
| 1709 | 2026-03-17T20:09:19.358Z | Compiling usdt-impl v0.5.0 |
| 1710 | 2026-03-17T20:09:19.798Z | Compiling usdt v0.6.0 |
| 1711 | 2026-03-17T20:09:20.128Z | Compiling zone v0.3.1 |
| 1712 | 2026-03-17T20:09:20.146Z | Compiling serde_with v3.17.0 |
| 1713 | 2026-03-17T20:09:20.563Z | Compiling ecdsa v0.16.9 |
| 1714 | 2026-03-17T20:09:20.823Z | Compiling similar v2.7.0 |
| 1715 | 2026-03-17T20:09:21.038Z | Compiling rsa v0.9.10 |
| 1716 | 2026-03-17T20:09:21.078Z | Compiling crossterm v0.28.1 |
| 1717 | 2026-03-17T20:09:21.555Z | Compiling ed25519-dalek v2.2.0 |
| 1718 | 2026-03-17T20:09:21.584Z | Compiling zip v0.6.6 |
| 1719 | 2026-03-17T20:09:22.454Z | Compiling toml v0.7.8 |
| 1720 | 2026-03-17T20:09:23.137Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1721 | 2026-03-17T20:09:23.216Z | Compiling itertools v0.13.0 |
| 1722 | 2026-03-17T20:09:23.352Z | Compiling tokio-stream v0.1.18 |
| 1723 | 2026-03-17T20:09:24.018Z | Compiling buf-list v1.1.2 |
| 1724 | 2026-03-17T20:09:24.035Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1725 | 2026-03-17T20:09:24.138Z | Compiling x509-cert v0.2.5 |
| 1726 | 2026-03-17T20:09:24.318Z | Compiling openapiv3 v2.2.0 |
| 1727 | 2026-03-17T20:09:24.372Z | Compiling sha1 v0.10.6 |
| 1728 | 2026-03-17T20:09:24.459Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1729 | 2026-03-17T20:09:24.656Z | Compiling lalrpop-util v0.19.12 |
| 1730 | 2026-03-17T20:09:24.841Z | Compiling peg-runtime v0.8.5 |
| 1731 | 2026-03-17T20:09:24.898Z | Compiling thread_local v1.1.9 |
| 1732 | 2026-03-17T20:09:24.940Z | Compiling slog-async v2.8.0 |
| 1733 | 2026-03-17T20:09:25.206Z | Compiling crossbeam-channel v0.5.15 |
| 1734 | 2026-03-17T20:09:25.225Z | Compiling futures-executor v0.3.32 |
| 1735 | 2026-03-17T20:09:25.374Z | Compiling is-terminal v0.4.17 |
| 1736 | 2026-03-17T20:09:25.440Z | Compiling filetime v0.2.27 |
| 1737 | 2026-03-17T20:09:25.490Z | Compiling take_mut v0.2.2 |
| 1738 | 2026-03-17T20:09:25.546Z | Compiling xattr v1.6.1 |
| 1739 | 2026-03-17T20:09:25.622Z | Compiling term v1.2.1 |
| 1740 | 2026-03-17T20:09:25.648Z | Compiling futures v0.3.32 |
| 1741 | 2026-03-17T20:09:25.746Z | Compiling tar v0.4.44 |
| 1742 | 2026-03-17T20:09:26.364Z | Compiling slog-term v2.9.2 |
| 1743 | 2026-03-17T20:09:33.027Z | Compiling rustls-webpki v0.103.9 |
| 1744 | 2026-03-17T20:09:37.052Z | Compiling tokio-rustls v0.26.4 |
| 1745 | 2026-03-17T20:09:37.055Z | Compiling rustls-platform-verifier v0.6.2 |
| 1746 | 2026-03-17T20:09:37.321Z | Compiling hyper-rustls v0.27.7 |
| 1747 | 2026-03-17T20:09:37.579Z | Compiling reqwest v0.13.2 |
| 1748 | 2026-03-17T20:09:37.597Z | Compiling reqwest v0.12.28 |
| 1749 | 2026-03-17T20:09:40.501Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1750 | 2026-03-17T20:09:40.793Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1751 | 2026-03-17T20:09:44.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 1752 | 2026-03-17T20:09:44.809Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1753 | 2026-03-17T20:09:44.869Z | Mar 17 20:09:44.071 INFO Starting download, target: Cockroach |
| 1754 | 2026-03-17T20:09:44.869Z | Mar 17 20:09:44.072 INFO Starting download, target: Clickhouse |
| 1755 | 2026-03-17T20:09:44.869Z | Mar 17 20:09:44.072 INFO Starting download, target: MaghemiteMgd |
| 1756 | 2026-03-17T20:09:44.869Z | Mar 17 20:09:44.072 INFO Starting download, target: DendriteStub |
| 1757 | 2026-03-17T20:09:44.869Z | Mar 17 20:09:44.072 INFO Starting download, target: TransceiverControl |
| 1758 | 2026-03-17T20:09:44.873Z | Mar 17 20:09:44.072 INFO Starting download, target: Console |
| 1759 | 2026-03-17T20:09:44.873Z | Mar 17 20:09:44.072 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1760 | 2026-03-17T20:09:44.873Z | Mar 17 20:09:44.072 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1761 | 2026-03-17T20:09:44.874Z | Mar 17 20:09:44.072 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1762 | 2026-03-17T20:09:44.874Z | Mar 17 20:09:44.072 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1763 | 2026-03-17T20:09:44.874Z | Mar 17 20:09:44.072 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1764 | 2026-03-17T20:09:44.874Z | Mar 17 20:09:44.072 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1765 | 2026-03-17T20:09:45.402Z | Mar 17 20:09:44.600 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1766 | 2026-03-17T20:09:45.731Z | Mar 17 20:09:44.933 INFO Download complete, target: TransceiverControl |
| 1767 | 2026-03-17T20:09:45.972Z | Mar 17 20:09:45.167 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1768 | 2026-03-17T20:09:46.334Z | Mar 17 20:09:45.536 INFO Download complete, target: Console |
| 1769 | 2026-03-17T20:09:46.528Z | Mar 17 20:09:45.729 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1770 | 2026-03-17T20:09:46.641Z | Mar 17 20:09:45.844 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1771 | 2026-03-17T20:09:47.080Z | Mar 17 20:09:46.283 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1772 | 2026-03-17T20:09:47.134Z | Mar 17 20:09:46.338 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1773 | 2026-03-17T20:09:47.134Z | Mar 17 20:09:46.338 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1774 | 2026-03-17T20:09:50.144Z | Mar 17 20:09:49.348 INFO Download complete, target: DendriteStub |
| 1775 | 2026-03-17T20:09:50.203Z | Mar 17 20:09:49.407 INFO Download complete, target: MaghemiteMgd |
| 1776 | 2026-03-17T20:09:54.858Z | Mar 17 20:09:54.064 INFO Checking that binary works, target: Cockroach |
| 1777 | 2026-03-17T20:09:54.972Z | Mar 17 20:09:54.178 INFO Download complete, target: Cockroach |
| 1778 | 2026-03-17T20:09:58.184Z | Mar 17 20:09:57.391 INFO Checking that binary works, target: Clickhouse |
| 1779 | 2026-03-17T20:09:58.342Z | Mar 17 20:09:57.549 INFO Download complete, target: Clickhouse |
| 1780 | 2026-03-17T20:09:58.360Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1781 | 2026-03-17T20:09:58.363Z | |
| 1782 | 2026-03-17T20:09:58.363Z | real 4:34.741906406 |
| 1783 | 2026-03-17T20:09:58.363Z | user 10:30.708088610 |
| 1784 | 2026-03-17T20:09:58.363Z | sys 1:50.246589122 |
| 1785 | 2026-03-17T20:09:58.363Z | trap 0.341463215 |
| 1786 | 2026-03-17T20:09:58.363Z | tflt 0.699709781 |
| 1787 | 2026-03-17T20:09:58.363Z | dflt 0.608485041 |
| 1788 | 2026-03-17T20:09:58.363Z | kflt 0.021111040 |
| 1789 | 2026-03-17T20:09:58.363Z | lock 23:13.297601326 |
| 1790 | 2026-03-17T20:09:58.363Z | slp 39:37.867065523 |
| 1791 | 2026-03-17T20:09:58.363Z | lat 55.917310785 |
| 1792 | 2026-03-17T20:09:58.363Z | stop 2:34.100252828 |
| 1793 | 2026-03-17T20:09:58.363Z | + banner hack-check |
| 1794 | 2026-03-17T20:09:58.363Z | |
| 1795 | 2026-03-17T20:09:58.363Z | # # ## #### # # #### # # ###### #### # # |
| 1796 | 2026-03-17T20:09:58.363Z | # # # # # # # # # # # # # # # # # |
| 1797 | 2026-03-17T20:09:58.363Z | ###### # # # #### ##### # ###### ##### # #### |
| 1798 | 2026-03-17T20:09:58.363Z | # # ###### # # # # # # # # # # |
| 1799 | 2026-03-17T20:09:58.364Z | # # # # # # # # # # # # # # # # # |
| 1800 | 2026-03-17T20:09:58.364Z | # # # # #### # # #### # # ###### #### # # |
| 1801 | 2026-03-17T20:09:58.364Z | |
| 1802 | 2026-03-17T20:09:58.364Z | + export CARGO_INCREMENTAL=0 |
| 1803 | 2026-03-17T20:09:58.364Z | + CARGO_INCREMENTAL=0 |
| 1804 | 2026-03-17T20:09:58.367Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1805 | 2026-03-17T20:09:59.041Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1806 | 2026-03-17T20:09:59.316Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1807 | 2026-03-17T20:10:01.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
| 1808 | 2026-03-17T20:10:01.989Z | Running `target/debug/xtask check-features --ci` |
| 1809 | 2026-03-17T20:10:02.006Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1810 | 2026-03-17T20:10:02.014Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1811 | 2026-03-17T20:10:02.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1812 | 2026-03-17T20:10:02.643Z | Running `target/debug/xtask download cargo-hack` |
| 1813 | 2026-03-17T20:10:03.596Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1814 | 2026-03-17T20:10:03.985Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1815 | 2026-03-17T20:10:07.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
| 1816 | 2026-03-17T20:10:07.502Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1817 | 2026-03-17T20:10:07.543Z | Mar 17 20:10:06.752 INFO Starting download, target: CargoHack |
| 1818 | 2026-03-17T20:10:07.546Z | Mar 17 20:10:06.752 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1819 | 2026-03-17T20:10:07.939Z | Mar 17 20:10:07.148 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1820 | 2026-03-17T20:10:08.021Z | Mar 17 20:10:07.229 INFO Download complete, target: CargoHack |
| 1821 | 2026-03-17T20:10:08.024Z | 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" |
| 1822 | 2026-03-17T20:10:08.041Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1823 | 2026-03-17T20:10:08.244Z | info: running `cargo check --bins` on api_identity (1/257) |
| 1824 | 2026-03-17T20:10:08.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-03-17T20:10:08.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-03-17T20:10:08.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-03-17T20:10:08.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1828 | 2026-03-17T20:10:08.986Z | |
| 1829 | 2026-03-17T20:10:08.986Z | info: running `cargo check --bins` on bootstore (2/257) |
| 1830 | 2026-03-17T20:10:09.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-03-17T20:10:09.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-03-17T20:10:09.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-03-17T20:10:09.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1834 | 2026-03-17T20:10:09.729Z | |
| 1835 | 2026-03-17T20:10:09.729Z | info: running `cargo check --bins` on omicron-ledger (3/257) |
| 1836 | 2026-03-17T20:10:10.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-03-17T20:10:10.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-03-17T20:10:10.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-03-17T20:10:10.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1840 | 2026-03-17T20:10:10.472Z | |
| 1841 | 2026-03-17T20:10:10.472Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257) |
| 1842 | 2026-03-17T20:10:11.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-03-17T20:10:11.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-03-17T20:10:11.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-03-17T20:10:11.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1846 | 2026-03-17T20:10:11.224Z | |
| 1847 | 2026-03-17T20:10:11.225Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257) |
| 1848 | 2026-03-17T20:10:11.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-03-17T20:10:11.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-03-17T20:10:11.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-03-17T20:10:11.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1852 | 2026-03-17T20:10:11.977Z | |
| 1853 | 2026-03-17T20:10:11.977Z | info: running `cargo check --bins` on omicron-certificates (6/257) |
| 1854 | 2026-03-17T20:10:12.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-03-17T20:10:12.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-03-17T20:10:12.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-03-17T20:10:12.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1858 | 2026-03-17T20:10:12.741Z | |
| 1859 | 2026-03-17T20:10:12.741Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/257) |
| 1860 | 2026-03-17T20:10:13.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-03-17T20:10:13.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-03-17T20:10:13.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-03-17T20:10:13.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1864 | 2026-03-17T20:10:13.495Z | |
| 1865 | 2026-03-17T20:10:13.495Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257) |
| 1866 | 2026-03-17T20:10:14.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-03-17T20:10:14.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-03-17T20:10:14.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-03-17T20:10:14.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1870 | 2026-03-17T20:10:14.247Z | |
| 1871 | 2026-03-17T20:10:14.247Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257) |
| 1872 | 2026-03-17T20:10:14.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-03-17T20:10:14.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-03-17T20:10:14.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-03-17T20:10:14.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1876 | 2026-03-17T20:10:14.834Z | |
| 1877 | 2026-03-17T20:10:14.834Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257) |
| 1878 | 2026-03-17T20:10:15.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-03-17T20:10:15.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-03-17T20:10:15.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-03-17T20:10:15.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1882 | 2026-03-17T20:10:15.427Z | |
| 1883 | 2026-03-17T20:10:15.427Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257) |
| 1884 | 2026-03-17T20:10:15.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-03-17T20:10:15.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-03-17T20:10:15.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-03-17T20:10:15.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1888 | 2026-03-17T20:10:16.018Z | |
| 1889 | 2026-03-17T20:10:16.018Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257) |
| 1890 | 2026-03-17T20:10:16.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-03-17T20:10:16.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-03-17T20:10:16.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-03-17T20:10:16.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1894 | 2026-03-17T20:10:16.614Z | |
| 1895 | 2026-03-17T20:10:16.614Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257) |
| 1896 | 2026-03-17T20:10:17.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-03-17T20:10:17.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-03-17T20:10:17.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-03-17T20:10:17.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1900 | 2026-03-17T20:10:17.204Z | |
| 1901 | 2026-03-17T20:10:17.204Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257) |
| 1902 | 2026-03-17T20:10:17.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-03-17T20:10:17.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-03-17T20:10:17.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-03-17T20:10:17.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1906 | 2026-03-17T20:10:17.797Z | |
| 1907 | 2026-03-17T20:10:17.797Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257) |
| 1908 | 2026-03-17T20:10:18.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-03-17T20:10:18.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-03-17T20:10:18.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-03-17T20:10:18.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1912 | 2026-03-17T20:10:18.382Z | |
| 1913 | 2026-03-17T20:10:18.382Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257) |
| 1914 | 2026-03-17T20:10:18.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-03-17T20:10:18.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-03-17T20:10:18.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-03-17T20:10:18.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1918 | 2026-03-17T20:10:18.970Z | |
| 1919 | 2026-03-17T20:10:18.970Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257) |
| 1920 | 2026-03-17T20:10:19.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-03-17T20:10:19.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-03-17T20:10:19.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-03-17T20:10:19.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1924 | 2026-03-17T20:10:19.557Z | |
| 1925 | 2026-03-17T20:10:19.557Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257) |
| 1926 | 2026-03-17T20:10:20.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-03-17T20:10:20.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-03-17T20:10:20.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-03-17T20:10:20.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1930 | 2026-03-17T20:10:20.148Z | |
| 1931 | 2026-03-17T20:10:20.148Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257) |
| 1932 | 2026-03-17T20:10:20.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-03-17T20:10:20.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-03-17T20:10:20.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-03-17T20:10:20.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1936 | 2026-03-17T20:10:20.740Z | |
| 1937 | 2026-03-17T20:10:20.740Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257) |
| 1938 | 2026-03-17T20:10:21.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-03-17T20:10:21.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-03-17T20:10:21.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-03-17T20:10:21.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1942 | 2026-03-17T20:10:21.337Z | |
| 1943 | 2026-03-17T20:10:21.337Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257) |
| 1944 | 2026-03-17T20:10:21.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-03-17T20:10:21.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-03-17T20:10:21.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-03-17T20:10:21.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1948 | 2026-03-17T20:10:21.928Z | |
| 1949 | 2026-03-17T20:10:21.928Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257) |
| 1950 | 2026-03-17T20:10:22.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-03-17T20:10:22.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-03-17T20:10:22.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-03-17T20:10:22.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1954 | 2026-03-17T20:10:22.520Z | |
| 1955 | 2026-03-17T20:10:22.520Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257) |
| 1956 | 2026-03-17T20:10:23.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-03-17T20:10:23.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-03-17T20:10:23.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-03-17T20:10:23.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1960 | 2026-03-17T20:10:23.113Z | |
| 1961 | 2026-03-17T20:10:23.113Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257) |
| 1962 | 2026-03-17T20:10:23.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-03-17T20:10:23.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-03-17T20:10:23.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-03-17T20:10:23.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1966 | 2026-03-17T20:10:23.704Z | |
| 1967 | 2026-03-17T20:10:23.704Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257) |
| 1968 | 2026-03-17T20:10:24.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-03-17T20:10:24.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-03-17T20:10:24.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-03-17T20:10:24.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1972 | 2026-03-17T20:10:24.297Z | |
| 1973 | 2026-03-17T20:10:24.297Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257) |
| 1974 | 2026-03-17T20:10:24.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-03-17T20:10:24.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-03-17T20:10:24.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-03-17T20:10:24.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1978 | 2026-03-17T20:10:24.896Z | |
| 1979 | 2026-03-17T20:10:24.896Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257) |
| 1980 | 2026-03-17T20:10:25.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-03-17T20:10:25.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-03-17T20:10:25.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-03-17T20:10:25.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1984 | 2026-03-17T20:10:25.489Z | |
| 1985 | 2026-03-17T20:10:25.489Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257) |
| 1986 | 2026-03-17T20:10:26.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-03-17T20:10:26.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-03-17T20:10:26.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-03-17T20:10:26.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1990 | 2026-03-17T20:10:26.082Z | |
| 1991 | 2026-03-17T20:10:26.082Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257) |
| 1992 | 2026-03-17T20:10:26.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-03-17T20:10:26.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-03-17T20:10:26.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-03-17T20:10:26.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1996 | 2026-03-17T20:10:26.677Z | |
| 1997 | 2026-03-17T20:10:26.677Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257) |
| 1998 | 2026-03-17T20:10:27.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-03-17T20:10:27.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-03-17T20:10:27.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-03-17T20:10:27.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2002 | 2026-03-17T20:10:27.266Z | |
| 2003 | 2026-03-17T20:10:27.266Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257) |
| 2004 | 2026-03-17T20:10:27.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-03-17T20:10:27.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-03-17T20:10:27.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-03-17T20:10:27.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2008 | 2026-03-17T20:10:27.856Z | |
| 2009 | 2026-03-17T20:10:27.857Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257) |
| 2010 | 2026-03-17T20:10:28.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-03-17T20:10:28.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-03-17T20:10:28.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-03-17T20:10:28.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2014 | 2026-03-17T20:10:28.446Z | |
| 2015 | 2026-03-17T20:10:28.447Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257) |
| 2016 | 2026-03-17T20:10:28.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-03-17T20:10:28.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-03-17T20:10:28.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-03-17T20:10:28.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2020 | 2026-03-17T20:10:29.040Z | |
| 2021 | 2026-03-17T20:10:29.040Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257) |
| 2022 | 2026-03-17T20:10:29.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-03-17T20:10:29.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-03-17T20:10:29.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-03-17T20:10:29.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2026 | 2026-03-17T20:10:29.631Z | |
| 2027 | 2026-03-17T20:10:29.632Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257) |
| 2028 | 2026-03-17T20:10:30.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-03-17T20:10:30.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-03-17T20:10:30.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-03-17T20:10:30.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2032 | 2026-03-17T20:10:30.221Z | |
| 2033 | 2026-03-17T20:10:30.221Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257) |
| 2034 | 2026-03-17T20:10:30.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-03-17T20:10:30.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-03-17T20:10:30.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-03-17T20:10:30.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2038 | 2026-03-17T20:10:30.813Z | |
| 2039 | 2026-03-17T20:10:30.813Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257) |
| 2040 | 2026-03-17T20:10:31.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-03-17T20:10:31.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-03-17T20:10:31.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-03-17T20:10:31.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2044 | 2026-03-17T20:10:31.404Z | |
| 2045 | 2026-03-17T20:10:31.404Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257) |
| 2046 | 2026-03-17T20:10:31.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-03-17T20:10:31.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-03-17T20:10:31.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-03-17T20:10:31.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2050 | 2026-03-17T20:10:31.994Z | |
| 2051 | 2026-03-17T20:10:31.994Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257) |
| 2052 | 2026-03-17T20:10:32.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-03-17T20:10:32.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-03-17T20:10:32.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-03-17T20:10:32.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2056 | 2026-03-17T20:10:32.586Z | |
| 2057 | 2026-03-17T20:10:32.586Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257) |
| 2058 | 2026-03-17T20:10:33.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-03-17T20:10:33.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-03-17T20:10:33.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-03-17T20:10:33.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2062 | 2026-03-17T20:10:33.180Z | |
| 2063 | 2026-03-17T20:10:33.180Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257) |
| 2064 | 2026-03-17T20:10:33.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-03-17T20:10:33.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-03-17T20:10:33.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-03-17T20:10:33.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2068 | 2026-03-17T20:10:33.778Z | |
| 2069 | 2026-03-17T20:10:33.778Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257) |
| 2070 | 2026-03-17T20:10:34.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-03-17T20:10:34.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-03-17T20:10:34.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-03-17T20:10:34.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2074 | 2026-03-17T20:10:34.377Z | |
| 2075 | 2026-03-17T20:10:34.377Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257) |
| 2076 | 2026-03-17T20:10:34.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-03-17T20:10:34.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-03-17T20:10:34.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-03-17T20:10:34.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2080 | 2026-03-17T20:10:34.973Z | |
| 2081 | 2026-03-17T20:10:34.973Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257) |
| 2082 | 2026-03-17T20:10:35.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-03-17T20:10:35.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-03-17T20:10:35.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-03-17T20:10:35.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2086 | 2026-03-17T20:10:35.567Z | |
| 2087 | 2026-03-17T20:10:35.567Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257) |
| 2088 | 2026-03-17T20:10:36.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-03-17T20:10:36.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-03-17T20:10:36.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-03-17T20:10:36.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2092 | 2026-03-17T20:10:36.159Z | |
| 2093 | 2026-03-17T20:10:36.159Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257) |
| 2094 | 2026-03-17T20:10:36.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-03-17T20:10:36.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-03-17T20:10:36.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-03-17T20:10:36.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2098 | 2026-03-17T20:10:36.751Z | |
| 2099 | 2026-03-17T20:10:36.751Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257) |
| 2100 | 2026-03-17T20:10:37.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-03-17T20:10:37.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-03-17T20:10:37.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-03-17T20:10:37.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2104 | 2026-03-17T20:10:37.345Z | |
| 2105 | 2026-03-17T20:10:37.345Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257) |
| 2106 | 2026-03-17T20:10:37.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-03-17T20:10:37.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-03-17T20:10:37.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-03-17T20:10:37.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2110 | 2026-03-17T20:10:37.941Z | |
| 2111 | 2026-03-17T20:10:37.941Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257) |
| 2112 | 2026-03-17T20:10:38.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-03-17T20:10:38.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-03-17T20:10:38.914Z | Checking cfg-if v1.0.4 |
| 2115 | 2026-03-17T20:10:39.049Z | Checking libc v0.2.180 |
| 2116 | 2026-03-17T20:10:39.059Z | Checking serde_core v1.0.228 |
| 2117 | 2026-03-17T20:10:39.066Z | Checking memchr v2.8.0 |
| 2118 | 2026-03-17T20:10:39.072Z | Checking smallvec v1.15.1 |
| 2119 | 2026-03-17T20:10:39.072Z | Checking itoa v1.0.17 |
| 2120 | 2026-03-17T20:10:39.072Z | Checking log v0.4.29 |
| 2121 | 2026-03-17T20:10:39.072Z | Checking zeroize v1.8.2 |
| 2122 | 2026-03-17T20:10:39.172Z | Checking stable_deref_trait v1.2.1 |
| 2123 | 2026-03-17T20:10:39.276Z | Checking zerofrom v0.1.6 |
| 2124 | 2026-03-17T20:10:39.295Z | Checking zmij v1.0.21 |
| 2125 | 2026-03-17T20:10:39.295Z | Checking scopeguard v1.2.0 |
| 2126 | 2026-03-17T20:10:39.326Z | Checking subtle v2.6.1 |
| 2127 | 2026-03-17T20:10:39.363Z | Checking percent-encoding v2.3.2 |
| 2128 | 2026-03-17T20:10:39.423Z | Checking yoke v0.8.1 |
| 2129 | 2026-03-17T20:10:39.439Z | Checking lock_api v0.4.14 |
| 2130 | 2026-03-17T20:10:39.517Z | Checking writeable v0.6.2 |
| 2131 | 2026-03-17T20:10:39.535Z | Checking litemap v0.8.1 |
| 2132 | 2026-03-17T20:10:39.568Z | Checking libm v0.2.16 |
| 2133 | 2026-03-17T20:10:39.637Z | Checking zerovec v0.11.5 |
| 2134 | 2026-03-17T20:10:39.667Z | Checking zerotrie v0.2.3 |
| 2135 | 2026-03-17T20:10:39.703Z | Checking icu_properties_data v2.1.2 |
| 2136 | 2026-03-17T20:10:39.719Z | Checking icu_normalizer_data v2.1.1 |
| 2137 | 2026-03-17T20:10:39.751Z | Checking pin-project-lite v0.2.17 |
| 2138 | 2026-03-17T20:10:39.808Z | Checking utf8_iter v1.0.4 |
| 2139 | 2026-03-17T20:10:39.826Z | Checking getrandom v0.2.17 |
| 2140 | 2026-03-17T20:10:39.862Z | Checking errno v0.3.14 |
| 2141 | 2026-03-17T20:10:39.879Z | Checking form_urlencoded v1.2.2 |
| 2142 | 2026-03-17T20:10:39.959Z | Checking typenum v1.19.0 |
| 2143 | 2026-03-17T20:10:39.992Z | Checking portable-atomic v1.13.1 |
| 2144 | 2026-03-17T20:10:40.005Z | Checking rand_core v0.6.4 |
| 2145 | 2026-03-17T20:10:40.020Z | Checking critical-section v1.2.0 |
| 2146 | 2026-03-17T20:10:40.038Z | Checking rand_core v0.10.0 |
| 2147 | 2026-03-17T20:10:40.140Z | Checking signal-hook-registry v1.4.8 |
| 2148 | 2026-03-17T20:10:40.214Z | Checking getrandom v0.4.1 |
| 2149 | 2026-03-17T20:10:40.232Z | Checking parking_lot_core v0.9.12 |
| 2150 | 2026-03-17T20:10:40.248Z | Checking tinystr v0.8.2 |
| 2151 | 2026-03-17T20:10:40.341Z | Checking potential_utf v0.1.4 |
| 2152 | 2026-03-17T20:10:40.398Z | Checking mio v1.1.1 |
| 2153 | 2026-03-17T20:10:40.463Z | Checking parking_lot v0.12.5 |
| 2154 | 2026-03-17T20:10:40.482Z | Checking icu_locale_core v2.1.1 |
| 2155 | 2026-03-17T20:10:40.505Z | Checking icu_collections v2.1.1 |
| 2156 | 2026-03-17T20:10:40.568Z | Checking once_cell v1.21.3 |
| 2157 | 2026-03-17T20:10:40.584Z | Checking num-traits v0.2.19 |
| 2158 | 2026-03-17T20:10:40.676Z | Checking generic-array v0.14.7 |
| 2159 | 2026-03-17T20:10:40.700Z | Checking socket2 v0.6.2 |
| 2160 | 2026-03-17T20:10:40.780Z | Checking zerocopy v0.8.40 |
| 2161 | 2026-03-17T20:10:40.798Z | Checking iana-time-zone v0.1.65 |
| 2162 | 2026-03-17T20:10:40.906Z | Checking futures-core v0.3.32 |
| 2163 | 2026-03-17T20:10:40.934Z | Checking equivalent v1.0.2 |
| 2164 | 2026-03-17T20:10:41.019Z | Checking allocator-api2 v0.2.21 |
| 2165 | 2026-03-17T20:10:41.038Z | Checking foldhash v0.2.0 |
| 2166 | 2026-03-17T20:10:41.060Z | Checking const-oid v0.9.6 |
| 2167 | 2026-03-17T20:10:41.237Z | Checking serde v1.0.228 |
| 2168 | 2026-03-17T20:10:41.250Z | Checking serde_json v1.0.149 |
| 2169 | 2026-03-17T20:10:41.271Z | Checking icu_provider v2.1.1 |
| 2170 | 2026-03-17T20:10:41.344Z | Checking bitflags v2.11.0 |
| 2171 | 2026-03-17T20:10:41.377Z | Checking crypto-common v0.1.7 |
| 2172 | 2026-03-17T20:10:41.417Z | Checking uuid v1.21.0 |
| 2173 | 2026-03-17T20:10:41.530Z | Checking hashbrown v0.16.1 |
| 2174 | 2026-03-17T20:10:41.559Z | Checking dyn-clone v1.0.20 |
| 2175 | 2026-03-17T20:10:41.580Z | Checking icu_properties v2.1.2 |
| 2176 | 2026-03-17T20:10:41.687Z | Checking icu_normalizer v2.1.1 |
| 2177 | 2026-03-17T20:10:41.815Z | Checking bytes v1.11.1 |
| 2178 | 2026-03-17T20:10:41.834Z | Checking chrono v0.4.44 |
| 2179 | 2026-03-17T20:10:42.096Z | Checking futures-sink v0.3.32 |
| 2180 | 2026-03-17T20:10:42.110Z | Checking block-buffer v0.10.4 |
| 2181 | 2026-03-17T20:10:42.199Z | Checking semver v1.0.27 |
| 2182 | 2026-03-17T20:10:42.203Z | Checking slab v0.4.12 |
| 2183 | 2026-03-17T20:10:42.232Z | Checking futures-channel v0.3.32 |
| 2184 | 2026-03-17T20:10:42.282Z | Checking futures-io v0.3.32 |
| 2185 | 2026-03-17T20:10:42.412Z | Checking futures-task v0.3.32 |
| 2186 | 2026-03-17T20:10:42.428Z | Checking digest v0.10.7 |
| 2187 | 2026-03-17T20:10:42.431Z | Checking tokio v1.49.0 |
| 2188 | 2026-03-17T20:10:42.466Z | Checking thiserror v2.0.18 |
| 2189 | 2026-03-17T20:10:42.485Z | Checking byteorder v1.5.0 |
| 2190 | 2026-03-17T20:10:42.587Z | Checking futures-util v0.3.32 |
| 2191 | 2026-03-17T20:10:42.604Z | Checking indexmap v2.13.0 |
| 2192 | 2026-03-17T20:10:42.674Z | Checking cpufeatures v0.2.17 |
| 2193 | 2026-03-17T20:10:42.737Z | Checking idna_adapter v1.2.1 |
| 2194 | 2026-03-17T20:10:42.755Z | Checking http v1.4.0 |
| 2195 | 2026-03-17T20:10:42.772Z | Checking fnv v1.0.7 |
| 2196 | 2026-03-17T20:10:42.884Z | Checking idna v1.1.0 |
| 2197 | 2026-03-17T20:10:42.901Z | Checking unicode-ident v1.0.24 |
| 2198 | 2026-03-17T20:10:43.018Z | Checking base64 v0.22.1 |
| 2199 | 2026-03-17T20:10:43.035Z | Checking tracing-core v0.1.36 |
| 2200 | 2026-03-17T20:10:43.201Z | Checking url v2.5.8 |
| 2201 | 2026-03-17T20:10:43.331Z | Checking proc-macro2 v1.0.106 |
| 2202 | 2026-03-17T20:10:43.395Z | Checking rustls-pki-types v1.14.0 |
| 2203 | 2026-03-17T20:10:43.444Z | Checking tracing v0.1.44 |
| 2204 | 2026-03-17T20:10:43.524Z | Checking regex-syntax v0.8.10 |
| 2205 | 2026-03-17T20:10:43.710Z | Checking untrusted v0.9.0 |
| 2206 | 2026-03-17T20:10:43.755Z | Checking quote v1.0.44 |
| 2207 | 2026-03-17T20:10:43.779Z | Checking schemars v0.8.22 |
| 2208 | 2026-03-17T20:10:43.799Z | Checking thiserror v1.0.69 |
| 2209 | 2026-03-17T20:10:43.845Z | Checking ring v0.17.14 |
| 2210 | 2026-03-17T20:10:43.916Z | Checking ipnet v2.11.0 |
| 2211 | 2026-03-17T20:10:43.986Z | Checking syn v2.0.117 |
| 2212 | 2026-03-17T20:10:44.254Z | Checking httparse v1.10.1 |
| 2213 | 2026-03-17T20:10:44.524Z | Checking http-body v1.0.1 |
| 2214 | 2026-03-17T20:10:44.660Z | Checking rustix v1.1.3 |
| 2215 | 2026-03-17T20:10:44.689Z | Checking block-padding v0.3.3 |
| 2216 | 2026-03-17T20:10:44.858Z | Checking getrandom v0.3.4 |
| 2217 | 2026-03-17T20:10:45.040Z | Checking atomic-waker v1.1.2 |
| 2218 | 2026-03-17T20:10:45.108Z | Checking ppv-lite86 v0.2.21 |
| 2219 | 2026-03-17T20:10:45.164Z | Checking inout v0.1.4 |
| 2220 | 2026-03-17T20:10:45.196Z | Checking hmac v0.12.1 |
| 2221 | 2026-03-17T20:10:45.241Z | Checking aws-lc-sys v0.37.1 |
| 2222 | 2026-03-17T20:10:45.338Z | Checking aho-corasick v1.1.4 |
| 2223 | 2026-03-17T20:10:45.360Z | Checking tower-layer v0.3.3 |
| 2224 | 2026-03-17T20:10:45.363Z | Checking httpdate v1.0.3 |
| 2225 | 2026-03-17T20:10:45.527Z | Checking tower-service v0.3.3 |
| 2226 | 2026-03-17T20:10:45.550Z | Checking powerfmt v0.2.0 |
| 2227 | 2026-03-17T20:10:45.567Z | Checking try-lock v0.2.5 |
| 2228 | 2026-03-17T20:10:45.637Z | Checking untrusted v0.7.1 |
| 2229 | 2026-03-17T20:10:45.687Z | Checking openssl-probe v0.2.1 |
| 2230 | 2026-03-17T20:10:45.742Z | Checking deranged v0.5.8 |
| 2231 | 2026-03-17T20:10:45.776Z | Checking want v0.3.1 |
| 2232 | 2026-03-17T20:10:45.821Z | Checking cipher v0.4.4 |
| 2233 | 2026-03-17T20:10:45.855Z | Checking rand_core v0.9.5 |
| 2234 | 2026-03-17T20:10:45.925Z | Checking num-conv v0.2.0 |
| 2235 | 2026-03-17T20:10:46.083Z | Checking num_threads v0.1.7 |
| 2236 | 2026-03-17T20:10:46.101Z | Checking time-core v0.1.8 |
| 2237 | 2026-03-17T20:10:46.118Z | Checking pin-utils v0.1.0 |
| 2238 | 2026-03-17T20:10:46.144Z | Checking aws-lc-rs v1.16.0 |
| 2239 | 2026-03-17T20:10:46.201Z | Checking base64ct v1.8.3 |
| 2240 | 2026-03-17T20:10:46.220Z | Checking sha2 v0.10.9 |
| 2241 | 2026-03-17T20:10:46.279Z | Checking regex-automata v0.4.14 |
| 2242 | 2026-03-17T20:10:46.308Z | Checking erased-serde v0.3.31 |
| 2243 | 2026-03-17T20:10:46.522Z | Checking pretty-hex v0.4.1 |
| 2244 | 2026-03-17T20:10:46.582Z | Checking rand_chacha v0.9.0 |
| 2245 | 2026-03-17T20:10:46.674Z | Checking ryu v1.0.23 |
| 2246 | 2026-03-17T20:10:46.799Z | Checking tokio-util v0.7.18 |
| 2247 | 2026-03-17T20:10:46.847Z | Checking fastrand v2.3.0 |
| 2248 | 2026-03-17T20:10:46.864Z | Checking rand v0.9.2 |
| 2249 | 2026-03-17T20:10:46.892Z | Checking slog v2.8.2 |
| 2250 | 2026-03-17T20:10:47.077Z | Checking pem-rfc7468 v0.7.0 |
| 2251 | 2026-03-17T20:10:47.133Z | Checking time v0.3.47 |
| 2252 | 2026-03-17T20:10:47.247Z | Checking rustls-native-certs v0.8.3 |
| 2253 | 2026-03-17T20:10:47.282Z | Checking http-body-util v0.1.3 |
| 2254 | 2026-03-17T20:10:47.313Z | Checking rustls-webpki v0.103.9 |
| 2255 | 2026-03-17T20:10:47.336Z | Checking ipnetwork v0.21.1 |
| 2256 | 2026-03-17T20:10:47.407Z | Checking sync_wrapper v1.0.2 |
| 2257 | 2026-03-17T20:10:47.493Z | Checking spin v0.9.8 |
| 2258 | 2026-03-17T20:10:47.536Z | Checking flagset v0.4.7 |
| 2259 | 2026-03-17T20:10:47.567Z | Checking plain v0.2.3 |
| 2260 | 2026-03-17T20:10:47.603Z | Checking h2 v0.4.13 |
| 2261 | 2026-03-17T20:10:47.621Z | Checking tower v0.5.3 |
| 2262 | 2026-03-17T20:10:47.691Z | Checking der v0.7.10 |
| 2263 | 2026-03-17T20:10:47.709Z | Checking serde_urlencoded v0.7.1 |
| 2264 | 2026-03-17T20:10:47.725Z | Checking rand_chacha v0.3.1 |
| 2265 | 2026-03-17T20:10:47.880Z | Checking rustls v0.23.37 |
| 2266 | 2026-03-17T20:10:47.981Z | Checking webpki-roots v1.0.6 |
| 2267 | 2026-03-17T20:10:47.999Z | Checking ucd-trie v0.1.7 |
| 2268 | 2026-03-17T20:10:48.127Z | Checking iri-string v0.7.10 |
| 2269 | 2026-03-17T20:10:48.146Z | Checking tinyvec_macros v0.1.1 |
| 2270 | 2026-03-17T20:10:48.165Z | Checking pest v2.8.6 |
| 2271 | 2026-03-17T20:10:48.229Z | Checking tinyvec v1.10.0 |
| 2272 | 2026-03-17T20:10:48.662Z | Checking rand v0.8.5 |
| 2273 | 2026-03-17T20:10:48.722Z | Checking spki v0.7.3 |
| 2274 | 2026-03-17T20:10:48.739Z | Checking tempfile v3.25.0 |
| 2275 | 2026-03-17T20:10:48.853Z | Checking salsa20 v0.10.2 |
| 2276 | 2026-03-17T20:10:48.933Z | Checking pbkdf2 v0.12.2 |
| 2277 | 2026-03-17T20:10:48.989Z | Checking foreign-types-shared v0.1.1 |
| 2278 | 2026-03-17T20:10:49.018Z | Checking unicode-width v0.2.0 |
| 2279 | 2026-03-17T20:10:49.068Z | Checking scrypt v0.11.0 |
| 2280 | 2026-03-17T20:10:49.092Z | Checking foreign-types v0.3.2 |
| 2281 | 2026-03-17T20:10:49.178Z | Checking regex v1.12.3 |
| 2282 | 2026-03-17T20:10:49.242Z | Checking aes v0.8.4 |
| 2283 | 2026-03-17T20:10:49.335Z | Checking cbc v0.1.2 |
| 2284 | 2026-03-17T20:10:49.374Z | Checking anyhow v1.0.102 |
| 2285 | 2026-03-17T20:10:49.495Z | Checking openssl-sys v0.9.111 |
| 2286 | 2026-03-17T20:10:49.562Z | Checking crossbeam-utils v0.8.21 |
| 2287 | 2026-03-17T20:10:49.612Z | Checking tower-http v0.6.8 |
| 2288 | 2026-03-17T20:10:49.649Z | Checking oxnet v0.1.4 |
| 2289 | 2026-03-17T20:10:49.675Z | Checking mime v0.3.17 |
| 2290 | 2026-03-17T20:10:49.777Z | Checking pkcs5 v0.7.1 |
| 2291 | 2026-03-17T20:10:49.902Z | Checking openapiv3 v2.2.0 |
| 2292 | 2026-03-17T20:10:49.963Z | Checking scroll v0.12.0 |
| 2293 | 2026-03-17T20:10:49.981Z | Checking encoding_rs v0.8.35 |
| 2294 | 2026-03-17T20:10:50.007Z | Checking data-encoding v2.10.0 |
| 2295 | 2026-03-17T20:10:50.118Z | Checking pkcs8 v0.10.2 |
| 2296 | 2026-03-17T20:10:50.259Z | Checking winnow v0.7.14 |
| 2297 | 2026-03-17T20:10:50.263Z | Checking openssl v0.10.75 |
| 2298 | 2026-03-17T20:10:50.343Z | Checking siphasher v1.0.2 |
| 2299 | 2026-03-17T20:10:50.367Z | Checking goblin v0.8.2 |
| 2300 | 2026-03-17T20:10:50.553Z | Checking lazy_static v1.5.0 |
| 2301 | 2026-03-17T20:10:50.669Z | Checking zerocopy v0.7.35 |
| 2302 | 2026-03-17T20:10:51.131Z | Checking tokio-rustls v0.26.4 |
| 2303 | 2026-03-17T20:10:51.264Z | Checking hyper v1.8.1 |
| 2304 | 2026-03-17T20:10:51.280Z | Checking wait-timeout v0.2.1 |
| 2305 | 2026-03-17T20:10:51.410Z | Checking either v1.15.0 |
| 2306 | 2026-03-17T20:10:51.436Z | Checking managed v0.8.0 |
| 2307 | 2026-03-17T20:10:51.453Z | Checking bit-vec v0.8.0 |
| 2308 | 2026-03-17T20:10:51.666Z | Checking quick-error v1.2.3 |
| 2309 | 2026-03-17T20:10:51.689Z | Checking psl-types v2.0.11 |
| 2310 | 2026-03-17T20:10:51.710Z | Checking bitflags v1.3.2 |
| 2311 | 2026-03-17T20:10:51.714Z | Checking anstyle v1.0.13 |
| 2312 | 2026-03-17T20:10:51.793Z | Checking utf8parse v0.2.2 |
| 2313 | 2026-03-17T20:10:51.810Z | Checking rusty-fork v0.3.1 |
| 2314 | 2026-03-17T20:10:51.836Z | Checking publicsuffix v2.3.0 |
| 2315 | 2026-03-17T20:10:51.908Z | Checking bit-set v0.8.0 |
| 2316 | 2026-03-17T20:10:51.925Z | Checking anstyle-parse v0.2.7 |
| 2317 | 2026-03-17T20:10:51.965Z | Checking dtrace-parser v0.2.0 |
| 2318 | 2026-03-17T20:10:52.023Z | Checking cookie v0.18.1 |
| 2319 | 2026-03-17T20:10:52.040Z | Checking unicode-normalization v0.1.25 |
| 2320 | 2026-03-17T20:10:52.097Z | Checking rand_xorshift v0.4.0 |
| 2321 | 2026-03-17T20:10:52.117Z | Checking sha1 v0.10.6 |
| 2322 | 2026-03-17T20:10:52.249Z | Checking thread-id v4.2.2 |
| 2323 | 2026-03-17T20:10:52.268Z | Checking colorchoice v1.0.4 |
| 2324 | 2026-03-17T20:10:52.320Z | Checking anstyle-query v1.1.5 |
| 2325 | 2026-03-17T20:10:52.323Z | Checking is_terminal_polyfill v1.70.2 |
| 2326 | 2026-03-17T20:10:52.354Z | Checking unarray v0.1.4 |
| 2327 | 2026-03-17T20:10:52.390Z | Checking cookie_store v0.22.1 |
| 2328 | 2026-03-17T20:10:52.436Z | Checking rustls-platform-verifier v0.6.2 |
| 2329 | 2026-03-17T20:10:52.452Z | Checking anstream v0.6.21 |
| 2330 | 2026-03-17T20:10:52.480Z | Checking proptest v1.10.0 |
| 2331 | 2026-03-17T20:10:52.499Z | Checking hyper-util v0.1.20 |
| 2332 | 2026-03-17T20:10:52.575Z | Checking crossbeam-epoch v0.9.18 |
| 2333 | 2026-03-17T20:10:52.608Z | Checking terminal_size v0.4.3 |
| 2334 | 2026-03-17T20:10:52.706Z | Checking scroll v0.13.0 |
| 2335 | 2026-03-17T20:10:52.745Z | Checking hex v0.4.3 |
| 2336 | 2026-03-17T20:10:52.815Z | Checking num-integer v0.1.46 |
| 2337 | 2026-03-17T20:10:52.872Z | Checking simd-adler32 v0.3.8 |
| 2338 | 2026-03-17T20:10:53.010Z | Checking goblin v0.10.5 |
| 2339 | 2026-03-17T20:10:53.054Z | Checking crossbeam-deque v0.8.6 |
| 2340 | 2026-03-17T20:10:53.105Z | Checking bstr v1.12.1 |
| 2341 | 2026-03-17T20:10:53.123Z | Checking ref-cast v1.0.25 |
| 2342 | 2026-03-17T20:10:53.157Z | Checking dof v0.3.0 |
| 2343 | 2026-03-17T20:10:53.181Z | Checking native-tls v0.2.18 |
| 2344 | 2026-03-17T20:10:53.242Z | Checking rustix v0.38.44 |
| 2345 | 2026-03-17T20:10:53.281Z | Checking camino v1.2.2 |
| 2346 | 2026-03-17T20:10:53.403Z | Checking tokio-native-tls v0.3.1 |
| 2347 | 2026-03-17T20:10:53.546Z | Checking usdt-impl v0.5.0 |
| 2348 | 2026-03-17T20:10:53.603Z | Checking crc32fast v1.5.0 |
| 2349 | 2026-03-17T20:10:53.628Z | Checking signature v2.2.0 |
| 2350 | 2026-03-17T20:10:53.646Z | Checking serde_spanned v0.6.9 |
| 2351 | 2026-03-17T20:10:53.779Z | Checking toml_datetime v0.6.11 |
| 2352 | 2026-03-17T20:10:53.797Z | Checking ff v0.13.1 |
| 2353 | 2026-03-17T20:10:53.813Z | Checking base16ct v0.2.0 |
| 2354 | 2026-03-17T20:10:53.901Z | Checking adler2 v2.0.1 |
| 2355 | 2026-03-17T20:10:53.954Z | Checking strsim v0.11.1 |
| 2356 | 2026-03-17T20:10:53.970Z | Checking unicode-properties v0.1.4 |
| 2357 | 2026-03-17T20:10:54.009Z | Checking unicode-bidi v0.3.18 |
| 2358 | 2026-03-17T20:10:54.034Z | Checking clap_lex v1.0.0 |
| 2359 | 2026-03-17T20:10:54.155Z | Checking miniz_oxide v0.8.9 |
| 2360 | 2026-03-17T20:10:54.176Z | Checking hyper-rustls v0.27.7 |
| 2361 | 2026-03-17T20:10:54.222Z | Checking hyper-tls v0.6.0 |
| 2362 | 2026-03-17T20:10:54.234Z | Checking clap_builder v4.5.60 |
| 2363 | 2026-03-17T20:10:54.389Z | Checking sec1 v0.7.3 |
| 2364 | 2026-03-17T20:10:54.406Z | Checking stringprep v0.1.5 |
| 2365 | 2026-03-17T20:10:54.427Z | Checking group v0.13.0 |
| 2366 | 2026-03-17T20:10:54.445Z | Checking reqwest v0.12.28 |
| 2367 | 2026-03-17T20:10:54.598Z | Checking reqwest v0.13.2 |
| 2368 | 2026-03-17T20:10:54.616Z | Checking rayon-core v1.13.0 |
| 2369 | 2026-03-17T20:10:54.634Z | Checking num-iter v0.1.45 |
| 2370 | 2026-03-17T20:10:54.652Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2371 | 2026-03-17T20:10:54.774Z | Checking dtrace-parser v0.3.0 |
| 2372 | 2026-03-17T20:10:55.038Z | Checking hkdf v0.12.4 |
| 2373 | 2026-03-17T20:10:55.057Z | Checking newtype-uuid v1.3.2 |
| 2374 | 2026-03-17T20:10:55.085Z | Checking strum v0.26.3 |
| 2375 | 2026-03-17T20:10:55.103Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2376 | 2026-03-17T20:10:55.206Z | Checking hash32 v0.2.1 |
| 2377 | 2026-03-17T20:10:55.225Z | Checking md-5 v0.10.6 |
| 2378 | 2026-03-17T20:10:55.254Z | Checking crypto-bigint v0.5.5 |
| 2379 | 2026-03-17T20:10:55.313Z | Checking daft v0.1.5 |
| 2380 | 2026-03-17T20:10:55.390Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2381 | 2026-03-17T20:10:55.416Z | Checking thread-id v5.1.0 |
| 2382 | 2026-03-17T20:10:55.514Z | Checking zlib-rs v0.6.2 |
| 2383 | 2026-03-17T20:10:55.562Z | Checking unicode-segmentation v1.12.0 |
| 2384 | 2026-03-17T20:10:55.621Z | Checking fallible-iterator v0.2.0 |
| 2385 | 2026-03-17T20:10:55.668Z | Checking heapless v0.7.17 |
| 2386 | 2026-03-17T20:10:55.713Z | Checking zstd-safe v7.2.4 |
| 2387 | 2026-03-17T20:10:55.929Z | Checking rayon v1.11.0 |
| 2388 | 2026-03-17T20:10:55.951Z | Checking clap v4.5.60 |
| 2389 | 2026-03-17T20:10:55.977Z | Checking itertools v0.12.1 |
| 2390 | 2026-03-17T20:10:55.993Z | Checking postgres-protocol v0.6.10 |
| 2391 | 2026-03-17T20:10:56.045Z | Checking phf_shared v0.13.1 |
| 2392 | 2026-03-17T20:10:56.219Z | Checking console v0.16.2 |
| 2393 | 2026-03-17T20:10:56.328Z | Checking curve25519-dalek v4.1.3 |
| 2394 | 2026-03-17T20:10:56.414Z | Checking dof v0.4.0 |
| 2395 | 2026-03-17T20:10:56.431Z | Checking memoffset v0.9.1 |
| 2396 | 2026-03-17T20:10:56.528Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2397 | 2026-03-17T20:10:56.623Z | Checking signal-hook v0.3.18 |
| 2398 | 2026-03-17T20:10:56.639Z | Checking memmap2 v0.9.10 |
| 2399 | 2026-03-17T20:10:56.735Z | Checking flate2 v1.1.9 |
| 2400 | 2026-03-17T20:10:56.829Z | Checking elliptic-curve v0.13.8 |
| 2401 | 2026-03-17T20:10:56.847Z | Checking foldhash v0.1.5 |
| 2402 | 2026-03-17T20:10:56.865Z | Checking bumpalo v3.20.2 |
| 2403 | 2026-03-17T20:10:57.017Z | Checking winnow v0.5.40 |
| 2404 | 2026-03-17T20:10:57.118Z | Checking unit-prefix v0.5.2 |
| 2405 | 2026-03-17T20:10:57.135Z | Checking toml_write v0.1.2 |
| 2406 | 2026-03-17T20:10:57.226Z | Checking fixedbitset v0.4.2 |
| 2407 | 2026-03-17T20:10:57.271Z | Checking libbz2-rs-sys v0.2.2 |
| 2408 | 2026-03-17T20:10:57.354Z | Checking toml_edit v0.22.27 |
| 2409 | 2026-03-17T20:10:57.374Z | Checking zone v0.3.1 |
| 2410 | 2026-03-17T20:10:57.374Z | Checking zopfli v0.8.3 |
| 2411 | 2026-03-17T20:10:57.406Z | Checking usdt-impl v0.6.0 |
| 2412 | 2026-03-17T20:10:57.423Z | Checking petgraph v0.6.5 |
| 2413 | 2026-03-17T20:10:57.759Z | Checking usdt v0.6.0 |
| 2414 | 2026-03-17T20:10:57.793Z | Checking bzip2 v0.6.1 |
| 2415 | 2026-03-17T20:10:57.812Z | Checking hashbrown v0.15.5 |
| 2416 | 2026-03-17T20:10:57.839Z | Checking signal-hook-mio v0.2.5 |
| 2417 | 2026-03-17T20:10:57.956Z | Checking bzip2 v0.4.4 |
| 2418 | 2026-03-17T20:10:57.973Z | Checking nix v0.31.1 |
| 2419 | 2026-03-17T20:10:57.991Z | Checking indicatif v0.18.4 |
| 2420 | 2026-03-17T20:10:58.007Z | Checking postgres-types v0.2.12 |
| 2421 | 2026-03-17T20:10:58.167Z | Checking phf v0.13.1 |
| 2422 | 2026-03-17T20:10:58.361Z | Checking smoltcp v0.9.1 |
| 2423 | 2026-03-17T20:10:58.423Z | Checking similar v2.7.0 |
| 2424 | 2026-03-17T20:10:58.443Z | Checking zstd v0.13.3 |
| 2425 | 2026-03-17T20:10:58.484Z | Checking num-bigint-dig v0.8.6 |
| 2426 | 2026-03-17T20:10:58.599Z | Checking toml_edit v0.19.15 |
| 2427 | 2026-03-17T20:10:58.690Z | Checking ed25519 v2.2.3 |
| 2428 | 2026-03-17T20:10:58.888Z | Checking phf_shared v0.11.3 |
| 2429 | 2026-03-17T20:10:58.922Z | Checking pkcs1 v0.7.5 |
| 2430 | 2026-03-17T20:10:58.939Z | Checking tokio-stream v0.1.18 |
| 2431 | 2026-03-17T20:10:59.078Z | Checking strum v0.27.2 |
| 2432 | 2026-03-17T20:10:59.153Z | Checking hubpack v0.1.2 |
| 2433 | 2026-03-17T20:10:59.181Z | Checking rfc6979 v0.4.0 |
| 2434 | 2026-03-17T20:10:59.199Z | Checking serde-big-array v0.5.1 |
| 2435 | 2026-03-17T20:10:59.215Z | Checking float-cmp v0.10.0 |
| 2436 | 2026-03-17T20:10:59.326Z | Checking env_filter v1.0.0 |
| 2437 | 2026-03-17T20:10:59.365Z | Checking whoami v2.1.0 |
| 2438 | 2026-03-17T20:10:59.368Z | Checking fixedbitset v0.5.7 |
| 2439 | 2026-03-17T20:10:59.398Z | Checking jiff v0.2.21 |
| 2440 | 2026-03-17T20:10:59.402Z | Checking normalize-line-endings v0.3.0 |
| 2441 | 2026-03-17T20:10:59.448Z | Checking rustc-hash v2.1.1 |
| 2442 | 2026-03-17T20:10:59.504Z | Checking new_debug_unreachable v1.0.6 |
| 2443 | 2026-03-17T20:10:59.520Z | Checking static_assertions v1.1.0 |
| 2444 | 2026-03-17T20:10:59.588Z | Checking predicates-core v1.0.10 |
| 2445 | 2026-03-17T20:10:59.598Z | Checking precomputed-hash v0.1.1 |
| 2446 | 2026-03-17T20:10:59.622Z | Checking difflib v0.4.0 |
| 2447 | 2026-03-17T20:10:59.625Z | Checking keccak v0.1.6 |
| 2448 | 2026-03-17T20:10:59.655Z | Checking rsa v0.9.10 |
| 2449 | 2026-03-17T20:10:59.660Z | Checking petgraph v0.8.3 |
| 2450 | 2026-03-17T20:10:59.705Z | Checking string_cache v0.8.9 |
| 2451 | 2026-03-17T20:10:59.737Z | Checking tokio-postgres v0.7.16 |
| 2452 | 2026-03-17T20:10:59.840Z | Checking sha3 v0.10.8 |
| 2453 | 2026-03-17T20:10:59.862Z | Checking predicates v3.1.4 |
| 2454 | 2026-03-17T20:10:59.919Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2455 | 2026-03-17T20:11:00.026Z | Checking toml v0.7.8 |
| 2456 | 2026-03-17T20:11:00.112Z | Checking iddqd v0.3.17 |
| 2457 | 2026-03-17T20:11:00.262Z | Checking env_logger v0.11.9 |
| 2458 | 2026-03-17T20:11:00.300Z | Checking ecdsa v0.16.9 |
| 2459 | 2026-03-17T20:11:00.466Z | Checking ed25519-dalek v2.2.0 |
| 2460 | 2026-03-17T20:11:00.512Z | Checking zip v0.6.6 |
| 2461 | 2026-03-17T20:11:00.744Z | Checking crossterm v0.28.1 |
| 2462 | 2026-03-17T20:11:00.761Z | Checking serde_with v3.17.0 |
| 2463 | 2026-03-17T20:11:00.937Z | Checking itertools v0.13.0 |
| 2464 | 2026-03-17T20:11:01.276Z | Checking hickory-proto v0.25.2 |
| 2465 | 2026-03-17T20:11:01.398Z | Checking x509-cert v0.2.5 |
| 2466 | 2026-03-17T20:11:01.715Z | Checking fs-err v3.3.0 |
| 2467 | 2026-03-17T20:11:01.851Z | Checking ahash v0.8.12 |
| 2468 | 2026-03-17T20:11:02.098Z | Checking object v0.37.3 |
| 2469 | 2026-03-17T20:11:02.115Z | Checking buf-list v1.1.2 |
| 2470 | 2026-03-17T20:11:02.292Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2471 | 2026-03-17T20:11:02.346Z | Checking lalrpop-util v0.19.12 |
| 2472 | 2026-03-17T20:11:02.364Z | Checking peg-runtime v0.8.5 |
| 2473 | 2026-03-17T20:11:02.542Z | Compiling structmeta-derive v0.3.0 |
| 2474 | 2026-03-17T20:11:02.559Z | Compiling rustls v0.22.4 |
| 2475 | 2026-03-17T20:11:02.563Z | Checking zip v4.6.1 |
| 2476 | 2026-03-17T20:11:02.670Z | Compiling newtype-uuid-macros v0.1.0 |
| 2477 | 2026-03-17T20:11:02.758Z | Compiling multer v3.1.0 |
| 2478 | 2026-03-17T20:11:02.825Z | Compiling async-stream-impl v0.3.6 |
| 2479 | 2026-03-17T20:11:02.982Z | Checking futures-executor v0.3.32 |
| 2480 | 2026-03-17T20:11:03.070Z | Checking regress v0.10.5 |
| 2481 | 2026-03-17T20:11:03.350Z | Compiling dropshot v0.16.7 |
| 2482 | 2026-03-17T20:11:03.637Z | Checking futures v0.3.32 |
| 2483 | 2026-03-17T20:11:03.675Z | Compiling dropshot_endpoint v0.16.7 |
| 2484 | 2026-03-17T20:11:03.723Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2485 | 2026-03-17T20:11:03.733Z | Checking thread_local v1.1.9 |
| 2486 | 2026-03-17T20:11:03.945Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2487 | 2026-03-17T20:11:04.008Z | Compiling structmeta v0.3.0 |
| 2488 | 2026-03-17T20:11:04.208Z | Checking crossbeam-channel v0.5.15 |
| 2489 | 2026-03-17T20:11:04.283Z | Compiling derive-ex v0.1.8 |
| 2490 | 2026-03-17T20:11:04.400Z | Checking is-terminal v0.4.17 |
| 2491 | 2026-03-17T20:11:04.520Z | Checking term v1.2.1 |
| 2492 | 2026-03-17T20:11:04.664Z | Checking take_mut v0.2.2 |
| 2493 | 2026-03-17T20:11:04.798Z | Checking slog-async v2.8.0 |
| 2494 | 2026-03-17T20:11:04.814Z | Checking slog-term v2.9.2 |
| 2495 | 2026-03-17T20:11:05.025Z | Compiling parse-display-derive v0.10.0 |
| 2496 | 2026-03-17T20:11:05.041Z | Checking rustls-webpki v0.102.8 |
| 2497 | 2026-03-17T20:11:05.133Z | Checking serde_spanned v1.0.4 |
| 2498 | 2026-03-17T20:11:05.163Z | Checking debug-ignore v1.0.5 |
| 2499 | 2026-03-17T20:11:05.290Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2500 | 2026-03-17T20:11:05.307Z | Checking match_cfg v0.1.0 |
| 2501 | 2026-03-17T20:11:05.396Z | Checking hostname v0.3.1 |
| 2502 | 2026-03-17T20:11:05.521Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2503 | 2026-03-17T20:11:05.538Z | Checking toml v0.9.12+spec-1.1.0 |
| 2504 | 2026-03-17T20:11:05.585Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2505 | 2026-03-17T20:11:05.679Z | Checking slog-json v2.6.1 |
| 2506 | 2026-03-17T20:11:05.702Z | Checking macaddr v1.0.1 |
| 2507 | 2026-03-17T20:11:05.882Z | Checking slog-bunyan v2.5.0 |
| 2508 | 2026-03-17T20:11:05.939Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2509 | 2026-03-17T20:11:06.027Z | Checking async-stream v0.3.6 |
| 2510 | 2026-03-17T20:11:06.220Z | Checking waitgroup v0.1.2 |
| 2511 | 2026-03-17T20:11:06.350Z | Checking rustls-pemfile v2.2.0 |
| 2512 | 2026-03-17T20:11:06.386Z | Checking serde_path_to_error v0.1.20 |
| 2513 | 2026-03-17T20:11:06.405Z | Checking hostname v0.4.2 |
| 2514 | 2026-03-17T20:11:06.510Z | Checking progenitor-client v0.13.0 |
| 2515 | 2026-03-17T20:11:06.533Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2516 | 2026-03-17T20:11:06.536Z | Checking progenitor-client v0.10.0 |
| 2517 | 2026-03-17T20:11:06.653Z | Compiling test-strategy v0.4.5 |
| 2518 | 2026-03-17T20:11:06.680Z | Compiling itertools v0.14.0 |
| 2519 | 2026-03-17T20:11:06.775Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2520 | 2026-03-17T20:11:06.813Z | Checking backon v1.6.0 |
| 2521 | 2026-03-17T20:11:06.845Z | Checking instant v0.1.13 |
| 2522 | 2026-03-17T20:11:06.959Z | Checking backoff v0.4.0 |
| 2523 | 2026-03-17T20:11:07.026Z | Checking progenitor-extras v0.1.1 |
| 2524 | 2026-03-17T20:11:07.187Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2525 | 2026-03-17T20:11:07.312Z | Checking heck v0.5.0 |
| 2526 | 2026-03-17T20:11:07.391Z | Checking parse-display v0.10.0 |
| 2527 | 2026-03-17T20:11:07.574Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2528 | 2026-03-17T20:11:07.598Z | Checking tokio-rustls v0.25.0 |
| 2529 | 2026-03-17T20:11:07.662Z | Compiling convert_case v0.4.0 |
| 2530 | 2026-03-17T20:11:07.827Z | Compiling crucible-workspace-hack v0.1.0 |
| 2531 | 2026-03-17T20:11:08.069Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2532 | 2026-03-17T20:11:08.164Z | Compiling heapless v0.8.0 |
| 2533 | 2026-03-17T20:11:08.375Z | Compiling proc-macro-crate v3.4.0 |
| 2534 | 2026-03-17T20:11:08.424Z | Compiling ingot-macros v0.1.1 |
| 2535 | 2026-03-17T20:11:08.481Z | Compiling derive_more v0.99.20 |
| 2536 | 2026-03-17T20:11:08.711Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2537 | 2026-03-17T20:11:08.793Z | Checking hash32 v0.3.1 |
| 2538 | 2026-03-17T20:11:08.957Z | Checking secrecy v0.10.3 |
| 2539 | 2026-03-17T20:11:09.049Z | Compiling prettyplease v0.2.37 |
| 2540 | 2026-03-17T20:11:09.107Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2541 | 2026-03-17T20:11:09.125Z | Compiling smoltcp v0.11.0 |
| 2542 | 2026-03-17T20:11:09.204Z | Compiling num_enum_derive v0.7.5 |
| 2543 | 2026-03-17T20:11:09.482Z | Compiling typify-impl v0.6.1 |
| 2544 | 2026-03-17T20:11:09.599Z | Checking tabwriter v1.4.1 |
| 2545 | 2026-03-17T20:11:09.786Z | Checking cobs v0.3.0 |
| 2546 | 2026-03-17T20:11:09.887Z | Compiling foreign-types-macros v0.2.3 |
| 2547 | 2026-03-17T20:11:09.971Z | Checking cpufeatures v0.3.0 |
| 2548 | 2026-03-17T20:11:10.159Z | Checking foreign-types-shared v0.3.1 |
| 2549 | 2026-03-17T20:11:10.274Z | Compiling unsafe-libyaml v0.2.11 |
| 2550 | 2026-03-17T20:11:10.376Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2551 | 2026-03-17T20:11:10.636Z | Checking num_enum v0.7.5 |
| 2552 | 2026-03-17T20:11:10.678Z | Checking foreign-types v0.5.0 |
| 2553 | 2026-03-17T20:11:10.793Z | Checking chacha20 v0.10.0 |
| 2554 | 2026-03-17T20:11:10.953Z | Checking postcard v1.1.3 |
| 2555 | 2026-03-17T20:11:11.081Z | Compiling serde_yaml v0.9.34+deprecated |
| 2556 | 2026-03-17T20:11:11.925Z | Compiling proc-macro-crate v1.3.1 |
| 2557 | 2026-03-17T20:11:12.095Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2558 | 2026-03-17T20:11:12.356Z | Checking ingot-types v0.1.2 |
| 2559 | 2026-03-17T20:11:12.486Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2560 | 2026-03-17T20:11:12.662Z | Checking cstr-argument v0.1.2 |
| 2561 | 2026-03-17T20:11:12.766Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2562 | 2026-03-17T20:11:12.815Z | Checking colored v3.1.1 |
| 2563 | 2026-03-17T20:11:12.850Z | Checking ingot v0.1.1 |
| 2564 | 2026-03-17T20:11:13.024Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2565 | 2026-03-17T20:11:13.095Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2566 | 2026-03-17T20:11:13.139Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2567 | 2026-03-17T20:11:13.272Z | Compiling num_enum_derive v0.5.11 |
| 2568 | 2026-03-17T20:11:13.327Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2569 | 2026-03-17T20:11:13.484Z | Checking rand v0.10.0 |
| 2570 | 2026-03-17T20:11:14.410Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2571 | 2026-03-17T20:11:14.800Z | Checking num_enum v0.5.11 |
| 2572 | 2026-03-17T20:11:15.243Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2573 | 2026-03-17T20:11:15.283Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2574 | 2026-03-17T20:11:15.720Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2575 | 2026-03-17T20:11:16.009Z | Compiling typify-impl v0.4.3 |
| 2576 | 2026-03-17T20:11:16.026Z | Compiling typify-macro v0.6.1 |
| 2577 | 2026-03-17T20:11:16.397Z | Checking camino-tempfile v1.4.1 |
| 2578 | 2026-03-17T20:11:16.414Z | Checking num-rational v0.4.2 |
| 2579 | 2026-03-17T20:11:16.809Z | Checking half v2.7.1 |
| 2580 | 2026-03-17T20:11:16.998Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2581 | 2026-03-17T20:11:17.121Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2582 | 2026-03-17T20:11:17.144Z | Checking universal-hash v0.5.1 |
| 2583 | 2026-03-17T20:11:17.197Z | Checking num-complex v0.4.6 |
| 2584 | 2026-03-17T20:11:17.304Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2585 | 2026-03-17T20:11:17.603Z | Checking opaque-debug v0.3.1 |
| 2586 | 2026-03-17T20:11:17.657Z | Checking ciborium-io v0.2.2 |
| 2587 | 2026-03-17T20:11:17.691Z | Checking poly1305 v0.8.0 |
| 2588 | 2026-03-17T20:11:17.705Z | Checking num v0.4.3 |
| 2589 | 2026-03-17T20:11:17.774Z | Checking ciborium-ll v0.2.2 |
| 2590 | 2026-03-17T20:11:17.879Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2591 | 2026-03-17T20:11:18.001Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2592 | 2026-03-17T20:11:18.030Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2593 | 2026-03-17T20:11:18.048Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2594 | 2026-03-17T20:11:18.274Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2595 | 2026-03-17T20:11:18.468Z | Compiling typify v0.6.1 |
| 2596 | 2026-03-17T20:11:18.636Z | Checking toml v0.8.23 |
| 2597 | 2026-03-17T20:11:18.751Z | Checking thiserror-no-std v2.0.2 |
| 2598 | 2026-03-17T20:11:18.856Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2599 | 2026-03-17T20:11:19.088Z | Checking password-hash v0.5.0 |
| 2600 | 2026-03-17T20:11:19.105Z | Checking chacha20 v0.9.1 |
| 2601 | 2026-03-17T20:11:19.362Z | Compiling usdt-attr-macro v0.5.0 |
| 2602 | 2026-03-17T20:11:19.395Z | Compiling usdt-macro v0.5.0 |
| 2603 | 2026-03-17T20:11:19.619Z | Checking smf v0.2.3 |
| 2604 | 2026-03-17T20:11:19.933Z | Checking blake2 v0.10.6 |
| 2605 | 2026-03-17T20:11:20.093Z | Checking aead v0.5.2 |
| 2606 | 2026-03-17T20:11:20.159Z | Checking memmap v0.7.0 |
| 2607 | 2026-03-17T20:11:20.250Z | Checking sigpipe v0.1.3 |
| 2608 | 2026-03-17T20:11:20.333Z | Compiling num-derive v0.4.2 |
| 2609 | 2026-03-17T20:11:20.353Z | Checking glob v0.3.3 |
| 2610 | 2026-03-17T20:11:20.371Z | Checking float-ord v0.3.2 |
| 2611 | 2026-03-17T20:11:20.405Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2612 | 2026-03-17T20:11:20.504Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2613 | 2026-03-17T20:11:20.586Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2614 | 2026-03-17T20:11:20.685Z | Checking usdt v0.5.0 |
| 2615 | 2026-03-17T20:11:20.850Z | Checking chacha20poly1305 v0.10.1 |
| 2616 | 2026-03-17T20:11:20.892Z | Checking argon2 v0.5.3 |
| 2617 | 2026-03-17T20:11:21.009Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2618 | 2026-03-17T20:11:21.042Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2619 | 2026-03-17T20:11:21.283Z | Checking vsss-rs v3.3.4 |
| 2620 | 2026-03-17T20:11:21.300Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2621 | 2026-03-17T20:11:21.379Z | Compiling progenitor-impl v0.13.0 |
| 2622 | 2026-03-17T20:11:21.617Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2623 | 2026-03-17T20:11:22.118Z | Checking ciborium v0.2.2 |
| 2624 | 2026-03-17T20:11:22.142Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2625 | 2026-03-17T20:11:22.281Z | Checking whoami v1.6.1 |
| 2626 | 2026-03-17T20:11:22.423Z | Checking indent_write v2.2.0 |
| 2627 | 2026-03-17T20:11:22.477Z | Compiling semver v0.1.20 |
| 2628 | 2026-03-17T20:11:22.562Z | Compiling typify-macro v0.4.3 |
| 2629 | 2026-03-17T20:11:22.582Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2630 | 2026-03-17T20:11:22.698Z | Compiling rustc_version v0.1.7 |
| 2631 | 2026-03-17T20:11:22.992Z | Compiling pin-project-internal v1.1.11 |
| 2632 | 2026-03-17T20:11:23.023Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2633 | 2026-03-17T20:11:23.710Z | Checking linked-hash-map v0.5.6 |
| 2634 | 2026-03-17T20:11:23.939Z | Compiling minimal-lexical v0.2.1 |
| 2635 | 2026-03-17T20:11:24.019Z | Checking swrite v0.1.0 |
| 2636 | 2026-03-17T20:11:24.137Z | Checking lru-cache v0.1.2 |
| 2637 | 2026-03-17T20:11:24.274Z | Compiling nom v7.1.3 |
| 2638 | 2026-03-17T20:11:24.293Z | Compiling newtype_derive v0.1.6 |
| 2639 | 2026-03-17T20:11:24.547Z | Checking pin-project v1.1.11 |
| 2640 | 2026-03-17T20:11:24.670Z | Checking newline-converter v0.3.0 |
| 2641 | 2026-03-17T20:11:24.813Z | Checking atomicwrites v0.4.4 |
| 2642 | 2026-03-17T20:11:24.877Z | Compiling typify v0.4.3 |
| 2643 | 2026-03-17T20:11:24.973Z | Checking phf_shared v0.12.1 |
| 2644 | 2026-03-17T20:11:24.993Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2645 | 2026-03-17T20:11:25.017Z | Checking hickory-proto v0.24.4 |
| 2646 | 2026-03-17T20:11:25.066Z | Compiling progenitor-macro v0.13.0 |
| 2647 | 2026-03-17T20:11:25.161Z | Checking console v0.15.11 |
| 2648 | 2026-03-17T20:11:25.536Z | Checking pem v3.0.6 |
| 2649 | 2026-03-17T20:11:25.747Z | Checking csv-core v0.1.13 |
| 2650 | 2026-03-17T20:11:25.986Z | Compiling snafu-derive v0.8.9 |
| 2651 | 2026-03-17T20:11:26.153Z | Compiling async-recursion v1.1.1 |
| 2652 | 2026-03-17T20:11:26.153Z | Compiling derive-where v1.6.0 |
| 2653 | 2026-03-17T20:11:27.117Z | Compiling slog-dtrace v0.3.0 |
| 2654 | 2026-03-17T20:11:27.386Z | Checking unicode-width v0.1.14 |
| 2655 | 2026-03-17T20:11:27.543Z | Checking resolv-conf v0.7.6 |
| 2656 | 2026-03-17T20:11:27.715Z | Checking highway v1.3.0 |
| 2657 | 2026-03-17T20:11:27.786Z | Checking same-file v1.0.6 |
| 2658 | 2026-03-17T20:11:27.944Z | Compiling cancel-safe-futures v0.1.5 |
| 2659 | 2026-03-17T20:11:28.015Z | Compiling owo-colors v4.3.0 |
| 2660 | 2026-03-17T20:11:28.031Z | Compiling chrono-tz v0.10.4 |
| 2661 | 2026-03-17T20:11:28.196Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2662 | 2026-03-17T20:11:28.249Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2663 | 2026-03-17T20:11:28.297Z | Compiling const_format_proc_macros v0.2.34 |
| 2664 | 2026-03-17T20:11:28.506Z | Checking walkdir v2.5.0 |
| 2665 | 2026-03-17T20:11:28.677Z | Checking snafu v0.8.9 |
| 2666 | 2026-03-17T20:11:28.721Z | Checking hickory-resolver v0.24.4 |
| 2667 | 2026-03-17T20:11:29.057Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2668 | 2026-03-17T20:11:29.367Z | Checking csv v1.4.0 |
| 2669 | 2026-03-17T20:11:29.433Z | Checking expectorate v1.2.0 |
| 2670 | 2026-03-17T20:11:29.604Z | Checking phf v0.12.1 |
| 2671 | 2026-03-17T20:11:29.699Z | Compiling progenitor-impl v0.10.0 |
| 2672 | 2026-03-17T20:11:29.780Z | Checking tokio-dtrace v0.1.1 |
| 2673 | 2026-03-17T20:11:29.797Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2674 | 2026-03-17T20:11:29.866Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2675 | 2026-03-17T20:11:30.011Z | Checking globset v0.4.18 |
| 2676 | 2026-03-17T20:11:30.123Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2677 | 2026-03-17T20:11:30.250Z | Checking olpc-cjson v0.1.4 |
| 2678 | 2026-03-17T20:11:30.350Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2679 | 2026-03-17T20:11:30.426Z | Checking libsw-core v0.3.2 |
| 2680 | 2026-03-17T20:11:30.577Z | Checking serde_plain v1.0.2 |
| 2681 | 2026-03-17T20:11:30.616Z | Checking arc-swap v1.8.2 |
| 2682 | 2026-03-17T20:11:30.682Z | Compiling lzma-sys v0.1.20 |
| 2683 | 2026-03-17T20:11:30.769Z | Checking utf-8 v0.7.6 |
| 2684 | 2026-03-17T20:11:30.945Z | Checking bytecount v0.6.9 |
| 2685 | 2026-03-17T20:11:31.081Z | Checking typed-path v0.9.3 |
| 2686 | 2026-03-17T20:11:31.264Z | Checking papergrid v0.11.0 |
| 2687 | 2026-03-17T20:11:31.890Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2688 | 2026-03-17T20:11:32.108Z | Checking tungstenite v0.21.0 |
| 2689 | 2026-03-17T20:11:32.136Z | Checking slog-scope v4.4.1 |
| 2690 | 2026-03-17T20:11:32.173Z | Checking progenitor v0.13.0 |
| 2691 | 2026-03-17T20:11:32.220Z | Checking tough v0.20.0 |
| 2692 | 2026-03-17T20:11:32.307Z | Checking libsw v3.5.0 |
| 2693 | 2026-03-17T20:11:32.340Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2694 | 2026-03-17T20:11:32.494Z | Checking oxide-tokio-rt v0.1.3 |
| 2695 | 2026-03-17T20:11:32.670Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2696 | 2026-03-17T20:11:32.889Z | Checking qorb v0.4.1 |
| 2697 | 2026-03-17T20:11:33.044Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2698 | 2026-03-17T20:11:33.223Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2699 | 2026-03-17T20:11:33.396Z | Compiling progenitor-macro v0.10.0 |
| 2700 | 2026-03-17T20:11:33.955Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2701 | 2026-03-17T20:11:34.150Z | Checking const_format v0.2.35 |
| 2702 | 2026-03-17T20:11:34.725Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2703 | 2026-03-17T20:11:34.882Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2704 | 2026-03-17T20:11:34.953Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2705 | 2026-03-17T20:11:34.992Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2706 | 2026-03-17T20:11:35.355Z | Compiling cargo_toml v0.22.3 |
| 2707 | 2026-03-17T20:11:35.416Z | Checking gethostname v0.5.0 |
| 2708 | 2026-03-17T20:11:35.435Z | Compiling tabled_derive v0.7.0 |
| 2709 | 2026-03-17T20:11:35.523Z | Checking bcs v0.1.6 |
| 2710 | 2026-03-17T20:11:35.573Z | Checking termtree v0.5.1 |
| 2711 | 2026-03-17T20:11:35.605Z | Checking linear-map v1.2.0 |
| 2712 | 2026-03-17T20:11:35.744Z | Checking smawk v0.3.2 |
| 2713 | 2026-03-17T20:11:35.827Z | Checking unicode-linebreak v0.1.5 |
| 2714 | 2026-03-17T20:11:35.859Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2715 | 2026-03-17T20:11:35.907Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2716 | 2026-03-17T20:11:36.106Z | Checking textwrap v0.16.2 |
| 2717 | 2026-03-17T20:11:36.452Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2718 | 2026-03-17T20:11:36.502Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2719 | 2026-03-17T20:11:36.815Z | Checking tabled v0.15.0 |
| 2720 | 2026-03-17T20:11:37.336Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2721 | 2026-03-17T20:11:37.632Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2722 | 2026-03-17T20:11:37.724Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2723 | 2026-03-17T20:11:37.901Z | Checking steno v0.4.1 |
| 2724 | 2026-03-17T20:11:37.933Z | Checking tokio-tungstenite v0.21.0 |
| 2725 | 2026-03-17T20:11:38.298Z | Checking slog-stdlog v4.1.1 |
| 2726 | 2026-03-17T20:11:38.457Z | Checking typeid v1.0.3 |
| 2727 | 2026-03-17T20:11:38.599Z | Checking humantime v2.3.0 |
| 2728 | 2026-03-17T20:11:38.615Z | Checking base64 v0.21.7 |
| 2729 | 2026-03-17T20:11:38.845Z | Checking ron v0.12.0 |
| 2730 | 2026-03-17T20:11:38.940Z | Checking xz2 v0.1.7 |
| 2731 | 2026-03-17T20:11:39.161Z | Checking slog-envlogger v2.2.0 |
| 2732 | 2026-03-17T20:11:39.261Z | Checking yasna v0.5.2 |
| 2733 | 2026-03-17T20:11:39.345Z | Checking headers-core v0.3.0 |
| 2734 | 2026-03-17T20:11:39.365Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2735 | 2026-03-17T20:11:39.484Z | Checking filetime v0.2.27 |
| 2736 | 2026-03-17T20:11:39.660Z | Checking base16ct v1.0.0 |
| 2737 | 2026-03-17T20:11:39.686Z | Checking xattr v1.6.1 |
| 2738 | 2026-03-17T20:11:39.787Z | Checking rcgen v0.12.1 |
| 2739 | 2026-03-17T20:11:39.829Z | Checking headers v0.4.1 |
| 2740 | 2026-03-17T20:11:39.856Z | Checking tar v0.4.44 |
| 2741 | 2026-03-17T20:11:39.887Z | Checking subprocess v0.2.15 |
| 2742 | 2026-03-17T20:11:40.486Z | Checking progenitor v0.10.0 |
| 2743 | 2026-03-17T20:11:40.646Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2744 | 2026-03-17T20:11:48.283Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2745 | 2026-03-17T20:11:56.444Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2746 | 2026-03-17T20:11:58.231Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2747 | 2026-03-17T20:11:59.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 2748 | 2026-03-17T20:12:00.020Z | |
| 2749 | 2026-03-17T20:12:00.020Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257) |
| 2750 | 2026-03-17T20:12:00.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2751 | 2026-03-17T20:12:00.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2752 | 2026-03-17T20:12:00.916Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2753 | 2026-03-17T20:12:02.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 2754 | 2026-03-17T20:12:02.830Z | |
| 2755 | 2026-03-17T20:12:02.831Z | info: running `cargo check --bins` on nexus-config (51/257) |
| 2756 | 2026-03-17T20:12:07.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2757 | 2026-03-17T20:12:07.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2758 | 2026-03-17T20:12:07.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2759 | 2026-03-17T20:12:07.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2760 | 2026-03-17T20:12:07.679Z | |
| 2761 | 2026-03-17T20:12:07.679Z | info: running `cargo check --bins` on nexus-types (52/257) |
| 2762 | 2026-03-17T20:12:07.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2763 | 2026-03-17T20:12:07.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2764 | 2026-03-17T20:12:07.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2765 | 2026-03-17T20:12:07.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2766 | 2026-03-17T20:12:07.679Z | |
| 2767 | 2026-03-17T20:12:07.679Z | info: running `cargo check --bins` on clickhouse-admin-types (53/257) |
| 2768 | 2026-03-17T20:12:07.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2769 | 2026-03-17T20:12:07.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2770 | 2026-03-17T20:12:07.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2771 | 2026-03-17T20:12:07.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2772 | 2026-03-17T20:12:07.680Z | |
| 2773 | 2026-03-17T20:12:07.680Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (54/257) |
| 2774 | 2026-03-17T20:12:07.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2026-03-17T20:12:07.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2026-03-17T20:12:07.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2777 | 2026-03-17T20:12:07.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2778 | 2026-03-17T20:12:07.680Z | |
| 2779 | 2026-03-17T20:12:07.680Z | info: running `cargo check --bins` on cockroach-admin-types (55/257) |
| 2780 | 2026-03-17T20:12:07.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-03-17T20:12:07.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-03-17T20:12:07.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2026-03-17T20:12:07.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2784 | 2026-03-17T20:12:07.680Z | |
| 2785 | 2026-03-17T20:12:07.680Z | info: running `cargo check --bins` on cockroach-admin-types-versions (56/257) |
| 2786 | 2026-03-17T20:12:07.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-03-17T20:12:07.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-03-17T20:12:07.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2026-03-17T20:12:07.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2790 | 2026-03-17T20:12:07.680Z | |
| 2791 | 2026-03-17T20:12:07.680Z | info: running `cargo check --bins` on ereport-types (57/257) |
| 2792 | 2026-03-17T20:12:08.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2026-03-17T20:12:08.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2026-03-17T20:12:08.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2026-03-17T20:12:08.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2796 | 2026-03-17T20:12:08.283Z | |
| 2797 | 2026-03-17T20:12:08.283Z | info: running `cargo check --bins` on gateway-client (58/257) |
| 2798 | 2026-03-17T20:12:08.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2026-03-17T20:12:08.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2026-03-17T20:12:08.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2026-03-17T20:12:08.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2802 | 2026-03-17T20:12:09.048Z | |
| 2803 | 2026-03-17T20:12:09.048Z | info: running `cargo check --bins --no-default-features` on gateway-types (59/257) |
| 2804 | 2026-03-17T20:12:09.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2026-03-17T20:12:09.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2026-03-17T20:12:09.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2026-03-17T20:12:09.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2808 | 2026-03-17T20:12:09.807Z | |
| 2809 | 2026-03-17T20:12:09.808Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257) |
| 2810 | 2026-03-17T20:12:10.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2026-03-17T20:12:10.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2026-03-17T20:12:10.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2026-03-17T20:12:10.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2814 | 2026-03-17T20:12:10.568Z | |
| 2815 | 2026-03-17T20:12:10.568Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257) |
| 2816 | 2026-03-17T20:12:11.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2026-03-17T20:12:11.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2026-03-17T20:12:11.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2819 | 2026-03-17T20:12:11.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2820 | 2026-03-17T20:12:11.331Z | |
| 2821 | 2026-03-17T20:12:11.332Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257) |
| 2822 | 2026-03-17T20:12:11.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-03-17T20:12:11.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-03-17T20:12:11.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2026-03-17T20:12:12.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2826 | 2026-03-17T20:12:12.094Z | |
| 2827 | 2026-03-17T20:12:12.094Z | info: running `cargo check --bins --no-default-features` on illumos-utils (63/257) |
| 2828 | 2026-03-17T20:12:12.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-03-17T20:12:12.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-03-17T20:12:12.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2831 | 2026-03-17T20:12:12.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2832 | 2026-03-17T20:12:12.876Z | |
| 2833 | 2026-03-17T20:12:12.876Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257) |
| 2834 | 2026-03-17T20:12:13.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-03-17T20:12:13.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-03-17T20:12:13.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2837 | 2026-03-17T20:12:13.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2838 | 2026-03-17T20:12:13.655Z | |
| 2839 | 2026-03-17T20:12:13.655Z | info: running `cargo check --bins` on key-manager-types (65/257) |
| 2840 | 2026-03-17T20:12:14.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-03-17T20:12:14.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-03-17T20:12:14.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2843 | 2026-03-17T20:12:14.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2844 | 2026-03-17T20:12:14.411Z | |
| 2845 | 2026-03-17T20:12:14.411Z | info: running `cargo check --bins` on oxlog (66/257) |
| 2846 | 2026-03-17T20:12:15.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-03-17T20:12:15.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-03-17T20:12:15.153Z | Compiling newtype-uuid v1.3.2 |
| 2849 | 2026-03-17T20:12:15.392Z | Compiling daft v0.1.5 |
| 2850 | 2026-03-17T20:12:15.645Z | Compiling iddqd v0.3.17 |
| 2851 | 2026-03-17T20:12:16.909Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2852 | 2026-03-17T20:12:17.211Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2853 | 2026-03-17T20:12:17.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 2854 | 2026-03-17T20:12:17.754Z | |
| 2855 | 2026-03-17T20:12:17.754Z | info: running `cargo check --bins` on internal-dns-types (67/257) |
| 2856 | 2026-03-17T20:12:18.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2026-03-17T20:12:18.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2026-03-17T20:12:18.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2859 | 2026-03-17T20:12:18.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2860 | 2026-03-17T20:12:18.523Z | |
| 2861 | 2026-03-17T20:12:18.523Z | info: running `cargo check --bins` on internal-dns-types-versions (68/257) |
| 2862 | 2026-03-17T20:12:19.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-03-17T20:12:19.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-03-17T20:12:19.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2865 | 2026-03-17T20:12:19.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2866 | 2026-03-17T20:12:19.299Z | |
| 2867 | 2026-03-17T20:12:19.299Z | info: running `cargo check --bins` on nexus-types-versions (69/257) |
| 2868 | 2026-03-17T20:12:19.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-03-17T20:12:19.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-03-17T20:12:19.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2871 | 2026-03-17T20:12:19.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2872 | 2026-03-17T20:12:20.089Z | |
| 2873 | 2026-03-17T20:12:20.090Z | info: running `cargo check --bins` on omicron-passwords (70/257) |
| 2874 | 2026-03-17T20:12:20.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2875 | 2026-03-17T20:12:20.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2876 | 2026-03-17T20:12:20.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2877 | 2026-03-17T20:12:20.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2878 | 2026-03-17T20:12:20.839Z | |
| 2879 | 2026-03-17T20:12:20.839Z | info: running `cargo check --bins` on oxql-types (71/257) |
| 2880 | 2026-03-17T20:12:21.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2026-03-17T20:12:21.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2026-03-17T20:12:21.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2883 | 2026-03-17T20:12:21.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2884 | 2026-03-17T20:12:21.604Z | |
| 2885 | 2026-03-17T20:12:21.604Z | info: running `cargo check --bins` on oximeter-types (72/257) |
| 2886 | 2026-03-17T20:12:22.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2026-03-17T20:12:22.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2026-03-17T20:12:22.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2889 | 2026-03-17T20:12:22.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2890 | 2026-03-17T20:12:22.373Z | |
| 2891 | 2026-03-17T20:12:22.373Z | info: running `cargo check --bins` on oximeter-types-versions (73/257) |
| 2892 | 2026-03-17T20:12:23.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2026-03-17T20:12:23.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2026-03-17T20:12:23.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2026-03-17T20:12:23.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2896 | 2026-03-17T20:12:23.151Z | |
| 2897 | 2026-03-17T20:12:23.151Z | info: running `cargo check --bins` on oximeter-macro-impl (74/257) |
| 2898 | 2026-03-17T20:12:23.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-03-17T20:12:23.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-03-17T20:12:23.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2026-03-17T20:12:23.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2902 | 2026-03-17T20:12:23.892Z | |
| 2903 | 2026-03-17T20:12:23.892Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (75/257) |
| 2904 | 2026-03-17T20:12:24.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-03-17T20:12:24.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-03-17T20:12:24.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2026-03-17T20:12:24.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2908 | 2026-03-17T20:12:24.682Z | |
| 2909 | 2026-03-17T20:12:24.682Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257) |
| 2910 | 2026-03-17T20:12:25.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-03-17T20:12:25.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-03-17T20:12:25.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2913 | 2026-03-17T20:12:25.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2914 | 2026-03-17T20:12:25.472Z | |
| 2915 | 2026-03-17T20:12:25.472Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257) |
| 2916 | 2026-03-17T20:12:26.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2026-03-17T20:12:26.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2026-03-17T20:12:26.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2919 | 2026-03-17T20:12:26.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2920 | 2026-03-17T20:12:26.324Z | |
| 2921 | 2026-03-17T20:12:26.324Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257) |
| 2922 | 2026-03-17T20:12:26.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2026-03-17T20:12:26.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2026-03-17T20:12:26.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2026-03-17T20:12:26.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2926 | 2026-03-17T20:12:27.058Z | |
| 2927 | 2026-03-17T20:12:27.058Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257) |
| 2928 | 2026-03-17T20:12:27.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2026-03-17T20:12:27.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2026-03-17T20:12:27.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2026-03-17T20:12:27.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2932 | 2026-03-17T20:12:27.816Z | |
| 2933 | 2026-03-17T20:12:27.816Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257) |
| 2934 | 2026-03-17T20:12:28.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2026-03-17T20:12:28.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2026-03-17T20:12:28.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2937 | 2026-03-17T20:12:28.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2938 | 2026-03-17T20:12:28.568Z | |
| 2939 | 2026-03-17T20:12:28.568Z | info: running `cargo check --bins --no-default-features` on gfss (81/257) |
| 2940 | 2026-03-17T20:12:29.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2941 | 2026-03-17T20:12:29.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2942 | 2026-03-17T20:12:29.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2943 | 2026-03-17T20:12:29.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2944 | 2026-03-17T20:12:29.322Z | |
| 2945 | 2026-03-17T20:12:29.322Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257) |
| 2946 | 2026-03-17T20:12:29.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2947 | 2026-03-17T20:12:29.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2948 | 2026-03-17T20:12:29.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2949 | 2026-03-17T20:12:29.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2950 | 2026-03-17T20:12:30.073Z | |
| 2951 | 2026-03-17T20:12:30.073Z | info: running `cargo check --bins --no-default-features` on oximeter-db (83/257) |
| 2952 | 2026-03-17T20:12:30.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2953 | 2026-03-17T20:12:30.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2954 | 2026-03-17T20:12:30.857Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2955 | 2026-03-17T20:12:31.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 2956 | 2026-03-17T20:12:31.719Z | |
| 2957 | 2026-03-17T20:12:31.719Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257) |
| 2958 | 2026-03-17T20:12:32.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2959 | 2026-03-17T20:12:32.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2960 | 2026-03-17T20:12:32.522Z | Compiling ar_archive_writer v0.5.1 |
| 2961 | 2026-03-17T20:12:32.527Z | Compiling stacker v0.1.23 |
| 2962 | 2026-03-17T20:12:32.527Z | Compiling cfg_aliases v0.1.1 |
| 2963 | 2026-03-17T20:12:32.640Z | Compiling convert_case v0.10.0 |
| 2964 | 2026-03-17T20:12:32.658Z | Checking fd-lock v4.0.4 |
| 2965 | 2026-03-17T20:12:32.665Z | Checking nibble_vec v0.1.0 |
| 2966 | 2026-03-17T20:12:32.665Z | Checking vte v0.14.1 |
| 2967 | 2026-03-17T20:12:32.665Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2968 | 2026-03-17T20:12:32.706Z | Compiling nix v0.28.0 |
| 2969 | 2026-03-17T20:12:32.795Z | Checking endian-type v0.1.2 |
| 2970 | 2026-03-17T20:12:32.842Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2971 | 2026-03-17T20:12:32.855Z | Checking strip-ansi-escapes v0.2.1 |
| 2972 | 2026-03-17T20:12:32.950Z | Checking radix_trie v0.2.1 |
| 2973 | 2026-03-17T20:12:32.982Z | Compiling peg-macros v0.8.5 |
| 2974 | 2026-03-17T20:12:33.000Z | Checking winnow v0.6.26 |
| 2975 | 2026-03-17T20:12:33.046Z | Compiling derive_more-impl v2.1.1 |
| 2976 | 2026-03-17T20:12:33.224Z | Compiling sqlparser_derive v0.5.0 |
| 2977 | 2026-03-17T20:12:33.231Z | Checking home v0.5.12 |
| 2978 | 2026-03-17T20:12:33.345Z | Checking unicode_categories v0.1.1 |
| 2979 | 2026-03-17T20:12:33.486Z | Checking nu-ansi-term v0.50.3 |
| 2980 | 2026-03-17T20:12:33.577Z | Checking display-error-chain v0.2.2 |
| 2981 | 2026-03-17T20:12:33.755Z | Checking reedline v0.40.0 |
| 2982 | 2026-03-17T20:12:33.813Z | Compiling psm v0.1.30 |
| 2983 | 2026-03-17T20:12:34.143Z | Checking derive_more v2.1.1 |
| 2984 | 2026-03-17T20:12:34.234Z | Checking crossterm v0.29.0 |
| 2985 | 2026-03-17T20:12:34.535Z | Checking peg v0.8.5 |
| 2986 | 2026-03-17T20:12:34.553Z | Checking sqlformat v0.3.5 |
| 2987 | 2026-03-17T20:12:34.575Z | Checking rustyline v14.0.0 |
| 2988 | 2026-03-17T20:12:34.775Z | Checking recursive v0.1.1 |
| 2989 | 2026-03-17T20:12:34.880Z | Checking sqlparser v0.61.0 |
| 2990 | 2026-03-17T20:12:50.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.06s |
| 2991 | 2026-03-17T20:12:50.987Z | |
| 2992 | 2026-03-17T20:12:50.988Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257) |
| 2993 | 2026-03-17T20:12:51.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2994 | 2026-03-17T20:12:51.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2995 | 2026-03-17T20:12:51.806Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2996 | 2026-03-17T20:12:56.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
| 2997 | 2026-03-17T20:12:56.702Z | |
| 2998 | 2026-03-17T20:12:56.702Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257) |
| 2999 | 2026-03-17T20:12:57.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3000 | 2026-03-17T20:12:57.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3001 | 2026-03-17T20:12:57.508Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3002 | 2026-03-17T20:13:00.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 3003 | 2026-03-17T20:13:01.018Z | |
| 3004 | 2026-03-17T20:13:01.018Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257) |
| 3005 | 2026-03-17T20:13:01.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3006 | 2026-03-17T20:13:01.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3007 | 2026-03-17T20:13:01.762Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3008 | 2026-03-17T20:13:06.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
| 3009 | 2026-03-17T20:13:06.362Z | |
| 3010 | 2026-03-17T20:13:06.362Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257) |
| 3011 | 2026-03-17T20:13:07.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2026-03-17T20:13:07.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2026-03-17T20:13:07.165Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3014 | 2026-03-17T20:13:11.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
| 3015 | 2026-03-17T20:13:11.848Z | |
| 3016 | 2026-03-17T20:13:11.848Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257) |
| 3017 | 2026-03-17T20:13:12.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3018 | 2026-03-17T20:13:12.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3019 | 2026-03-17T20:13:12.669Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3020 | 2026-03-17T20:13:16.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
| 3021 | 2026-03-17T20:13:16.313Z | |
| 3022 | 2026-03-17T20:13:16.313Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257) |
| 3023 | 2026-03-17T20:13:17.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2026-03-17T20:13:17.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2026-03-17T20:13:17.118Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3026 | 2026-03-17T20:13:20.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 3027 | 2026-03-17T20:13:20.836Z | |
| 3028 | 2026-03-17T20:13:20.836Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257) |
| 3029 | 2026-03-17T20:13:21.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2026-03-17T20:13:21.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2026-03-17T20:13:21.642Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3032 | 2026-03-17T20:13:26.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
| 3033 | 2026-03-17T20:13:26.491Z | |
| 3034 | 2026-03-17T20:13:26.491Z | info: running `cargo check --bins` on oximeter (92/257) |
| 3035 | 2026-03-17T20:13:27.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-03-17T20:13:27.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-03-17T20:13:27.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2026-03-17T20:13:27.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3039 | 2026-03-17T20:13:27.263Z | |
| 3040 | 2026-03-17T20:13:27.263Z | info: running `cargo check --bins` on oximeter-schema (93/257) |
| 3041 | 2026-03-17T20:13:27.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-03-17T20:13:27.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-03-17T20:13:28.038Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3044 | 2026-03-17T20:13:28.210Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3045 | 2026-03-17T20:13:28.225Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3046 | 2026-03-17T20:13:28.671Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3047 | 2026-03-17T20:13:33.634Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3048 | 2026-03-17T20:13:34.050Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3049 | 2026-03-17T20:13:35.616Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3050 | 2026-03-17T20:13:36.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s |
| 3051 | 2026-03-17T20:13:36.704Z | |
| 3052 | 2026-03-17T20:13:36.704Z | info: running `cargo check --bins` on oximeter-timeseries-macro (94/257) |
| 3053 | 2026-03-17T20:13:37.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-03-17T20:13:37.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-03-17T20:13:37.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-03-17T20:13:37.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3057 | 2026-03-17T20:13:37.475Z | |
| 3058 | 2026-03-17T20:13:37.475Z | info: running `cargo check --bins` on oximeter-test-utils (95/257) |
| 3059 | 2026-03-17T20:13:38.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-03-17T20:13:38.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-03-17T20:13:38.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-03-17T20:13:38.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3063 | 2026-03-17T20:13:38.307Z | |
| 3064 | 2026-03-17T20:13:38.307Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257) |
| 3065 | 2026-03-17T20:13:38.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-03-17T20:13:38.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-03-17T20:13:38.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-03-17T20:13:39.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3069 | 2026-03-17T20:13:39.097Z | |
| 3070 | 2026-03-17T20:13:39.097Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257) |
| 3071 | 2026-03-17T20:13:39.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-03-17T20:13:39.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-03-17T20:13:39.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-03-17T20:13:39.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3075 | 2026-03-17T20:13:39.889Z | |
| 3076 | 2026-03-17T20:13:39.889Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257) |
| 3077 | 2026-03-17T20:13:40.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-03-17T20:13:40.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-03-17T20:13:40.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-03-17T20:13:40.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3081 | 2026-03-17T20:13:40.678Z | |
| 3082 | 2026-03-17T20:13:40.678Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257) |
| 3083 | 2026-03-17T20:13:41.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-03-17T20:13:41.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-03-17T20:13:41.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-03-17T20:13:41.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3087 | 2026-03-17T20:13:41.468Z | |
| 3088 | 2026-03-17T20:13:41.468Z | info: running `cargo check --bins` on trust-quorum-types (100/257) |
| 3089 | 2026-03-17T20:13:42.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-03-17T20:13:42.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-03-17T20:13:42.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-03-17T20:13:42.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3093 | 2026-03-17T20:13:42.220Z | |
| 3094 | 2026-03-17T20:13:42.220Z | info: running `cargo check --bins` on trust-quorum-test-utils (101/257) |
| 3095 | 2026-03-17T20:13:42.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-03-17T20:13:42.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-03-17T20:13:42.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-03-17T20:13:42.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3099 | 2026-03-17T20:13:43.010Z | |
| 3100 | 2026-03-17T20:13:43.010Z | info: running `cargo check --bins` on update-engine (102/257) |
| 3101 | 2026-03-17T20:13:43.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-03-17T20:13:43.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-03-17T20:13:43.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-03-17T20:13:43.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3105 | 2026-03-17T20:13:43.766Z | |
| 3106 | 2026-03-17T20:13:43.766Z | info: running `cargo check --bins` on omicron-clickhouse-admin (103/257) |
| 3107 | 2026-03-17T20:13:44.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-03-17T20:13:44.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-03-17T20:13:44.593Z | Checking dropshot-api-manager-types v0.6.0 |
| 3110 | 2026-03-17T20:13:44.596Z | Checking nanorand v0.7.0 |
| 3111 | 2026-03-17T20:13:44.872Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3112 | 2026-03-17T20:13:44.907Z | Checking flume v0.11.1 |
| 3113 | 2026-03-17T20:13:45.176Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3114 | 2026-03-17T20:13:46.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s |
| 3115 | 2026-03-17T20:13:46.644Z | |
| 3116 | 2026-03-17T20:13:46.644Z | info: running `cargo check --bins` on clickhouse-admin-api (104/257) |
| 3117 | 2026-03-17T20:13:47.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2026-03-17T20:13:47.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2026-03-17T20:13:47.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3120 | 2026-03-17T20:13:47.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3121 | 2026-03-17T20:13:47.417Z | |
| 3122 | 2026-03-17T20:13:47.417Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (105/257) |
| 3123 | 2026-03-17T20:13:48.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2026-03-17T20:13:48.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2026-03-17T20:13:48.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2026-03-17T20:13:48.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3127 | 2026-03-17T20:13:48.194Z | |
| 3128 | 2026-03-17T20:13:48.194Z | info: running `cargo check --bins` on bootstrap-agent-client (106/257) |
| 3129 | 2026-03-17T20:13:48.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2026-03-17T20:13:48.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2026-03-17T20:13:48.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3132 | 2026-03-17T20:13:48.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3133 | 2026-03-17T20:13:48.964Z | |
| 3134 | 2026-03-17T20:13:48.964Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257) |
| 3135 | 2026-03-17T20:13:49.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2026-03-17T20:13:49.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2026-03-17T20:13:49.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3138 | 2026-03-17T20:13:49.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3139 | 2026-03-17T20:13:49.754Z | |
| 3140 | 2026-03-17T20:13:49.754Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257) |
| 3141 | 2026-03-17T20:13:50.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3142 | 2026-03-17T20:13:50.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3143 | 2026-03-17T20:13:50.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3144 | 2026-03-17T20:13:50.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3145 | 2026-03-17T20:13:50.528Z | |
| 3146 | 2026-03-17T20:13:50.528Z | info: running `cargo check --bins` on clickhouse-admin-server-client (109/257) |
| 3147 | 2026-03-17T20:13:51.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3148 | 2026-03-17T20:13:51.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3149 | 2026-03-17T20:13:51.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3150 | 2026-03-17T20:13:51.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3151 | 2026-03-17T20:13:51.302Z | |
| 3152 | 2026-03-17T20:13:51.302Z | info: running `cargo check --bins` on clickhouse-admin-single-client (110/257) |
| 3153 | 2026-03-17T20:13:51.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3154 | 2026-03-17T20:13:51.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3155 | 2026-03-17T20:13:51.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3156 | 2026-03-17T20:13:51.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3157 | 2026-03-17T20:13:52.079Z | |
| 3158 | 2026-03-17T20:13:52.079Z | info: running `cargo check --bins` on cockroach-admin-client (111/257) |
| 3159 | 2026-03-17T20:13:52.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2026-03-17T20:13:52.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2026-03-17T20:13:52.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2026-03-17T20:13:52.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3163 | 2026-03-17T20:13:52.832Z | |
| 3164 | 2026-03-17T20:13:52.833Z | info: running `cargo check --bins` on omicron-ddm-admin-client (112/257) |
| 3165 | 2026-03-17T20:13:53.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2026-03-17T20:13:53.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2026-03-17T20:13:53.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2026-03-17T20:13:53.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3169 | 2026-03-17T20:13:53.601Z | |
| 3170 | 2026-03-17T20:13:53.601Z | info: running `cargo check --bins` on dns-service-client (113/257) |
| 3171 | 2026-03-17T20:13:54.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2026-03-17T20:13:54.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2026-03-17T20:13:54.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2026-03-17T20:13:54.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3175 | 2026-03-17T20:13:54.372Z | |
| 3176 | 2026-03-17T20:13:54.373Z | info: running `cargo check --bins` on installinator-client (114/257) |
| 3177 | 2026-03-17T20:13:55.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2026-03-17T20:13:55.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2026-03-17T20:13:55.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3180 | 2026-03-17T20:13:55.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3181 | 2026-03-17T20:13:55.145Z | |
| 3182 | 2026-03-17T20:13:55.145Z | info: running `cargo check --bins` on nexus-client (115/257) |
| 3183 | 2026-03-17T20:13:55.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3184 | 2026-03-17T20:13:55.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3185 | 2026-03-17T20:13:55.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3186 | 2026-03-17T20:13:55.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3187 | 2026-03-17T20:13:55.964Z | |
| 3188 | 2026-03-17T20:13:55.965Z | info: running `cargo check --bins` on nexus-lockstep-client (116/257) |
| 3189 | 2026-03-17T20:13:56.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3190 | 2026-03-17T20:13:56.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3191 | 2026-03-17T20:13:56.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3192 | 2026-03-17T20:13:56.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3193 | 2026-03-17T20:13:56.782Z | |
| 3194 | 2026-03-17T20:13:56.782Z | info: running `cargo check --bins` on ntp-admin-client (117/257) |
| 3195 | 2026-03-17T20:13:57.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3196 | 2026-03-17T20:13:57.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3197 | 2026-03-17T20:13:57.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3198 | 2026-03-17T20:13:57.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3199 | 2026-03-17T20:13:57.533Z | |
| 3200 | 2026-03-17T20:13:57.533Z | info: running `cargo check --bins` on oxide-client (118/257) |
| 3201 | 2026-03-17T20:13:58.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2026-03-17T20:13:58.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2026-03-17T20:13:58.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2026-03-17T20:13:58.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3205 | 2026-03-17T20:13:58.292Z | |
| 3206 | 2026-03-17T20:13:58.293Z | info: running `cargo check --bins` on oximeter-client (119/257) |
| 3207 | 2026-03-17T20:13:58.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2026-03-17T20:13:58.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2026-03-17T20:13:58.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2026-03-17T20:13:58.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3211 | 2026-03-17T20:13:59.061Z | |
| 3212 | 2026-03-17T20:13:59.061Z | info: running `cargo check --bins` on repo-depot-client (120/257) |
| 3213 | 2026-03-17T20:13:59.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2026-03-17T20:13:59.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2026-03-17T20:13:59.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2026-03-17T20:13:59.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3217 | 2026-03-17T20:13:59.816Z | |
| 3218 | 2026-03-17T20:13:59.816Z | info: running `cargo check --bins` on sled-agent-client (121/257) |
| 3219 | 2026-03-17T20:14:00.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2026-03-17T20:14:00.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2026-03-17T20:14:00.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3222 | 2026-03-17T20:14:00.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3223 | 2026-03-17T20:14:00.611Z | |
| 3224 | 2026-03-17T20:14:00.611Z | info: running `cargo check --bins` on wicketd-client (122/257) |
| 3225 | 2026-03-17T20:14:01.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2026-03-17T20:14:01.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2026-03-17T20:14:01.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3228 | 2026-03-17T20:14:01.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3229 | 2026-03-17T20:14:01.616Z | |
| 3230 | 2026-03-17T20:14:01.616Z | info: running `cargo check --bins` on installinator-common (123/257) |
| 3231 | 2026-03-17T20:14:02.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3232 | 2026-03-17T20:14:02.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3233 | 2026-03-17T20:14:02.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3234 | 2026-03-17T20:14:02.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3235 | 2026-03-17T20:14:02.195Z | |
| 3236 | 2026-03-17T20:14:02.195Z | info: running `cargo check --bins` on installinator-common-versions (124/257) |
| 3237 | 2026-03-17T20:14:02.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3238 | 2026-03-17T20:14:02.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3239 | 2026-03-17T20:14:02.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3240 | 2026-03-17T20:14:02.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3241 | 2026-03-17T20:14:02.948Z | |
| 3242 | 2026-03-17T20:14:02.948Z | info: running `cargo check --bins` on wicket-common (125/257) |
| 3243 | 2026-03-17T20:14:03.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3244 | 2026-03-17T20:14:03.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3245 | 2026-03-17T20:14:03.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3246 | 2026-03-17T20:14:03.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3247 | 2026-03-17T20:14:03.750Z | |
| 3248 | 2026-03-17T20:14:03.750Z | info: running `cargo check --bins` on omicron-cockroach-admin (126/257) |
| 3249 | 2026-03-17T20:14:04.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3250 | 2026-03-17T20:14:04.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3251 | 2026-03-17T20:14:04.563Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3252 | 2026-03-17T20:14:04.567Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3253 | 2026-03-17T20:14:04.567Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3254 | 2026-03-17T20:14:04.567Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3255 | 2026-03-17T20:14:04.567Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3256 | 2026-03-17T20:14:04.850Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3257 | 2026-03-17T20:14:04.877Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3258 | 2026-03-17T20:14:05.170Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3259 | 2026-03-17T20:14:05.173Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3260 | 2026-03-17T20:14:07.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
| 3261 | 2026-03-17T20:14:08.179Z | |
| 3262 | 2026-03-17T20:14:08.179Z | info: running `cargo check --bins` on cockroach-admin-api (127/257) |
| 3263 | 2026-03-17T20:14:08.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3264 | 2026-03-17T20:14:08.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3265 | 2026-03-17T20:14:08.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3266 | 2026-03-17T20:14:08.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3267 | 2026-03-17T20:14:08.951Z | |
| 3268 | 2026-03-17T20:14:08.951Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257) |
| 3269 | 2026-03-17T20:14:09.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3270 | 2026-03-17T20:14:09.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3271 | 2026-03-17T20:14:09.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3272 | 2026-03-17T20:14:09.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3273 | 2026-03-17T20:14:09.838Z | |
| 3274 | 2026-03-17T20:14:09.838Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257) |
| 3275 | 2026-03-17T20:14:10.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3276 | 2026-03-17T20:14:10.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3277 | 2026-03-17T20:14:10.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3278 | 2026-03-17T20:14:10.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3279 | 2026-03-17T20:14:10.725Z | |
| 3280 | 2026-03-17T20:14:10.725Z | info: running `cargo check --bins` on dns-server (130/257) |
| 3281 | 2026-03-17T20:14:11.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3282 | 2026-03-17T20:14:11.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3283 | 2026-03-17T20:14:11.530Z | Compiling parking_lot_core v0.8.6 |
| 3284 | 2026-03-17T20:14:11.530Z | Compiling git-stub v1.0.0 |
| 3285 | 2026-03-17T20:14:11.533Z | Compiling atomicwrites v0.4.4 |
| 3286 | 2026-03-17T20:14:11.533Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3287 | 2026-03-17T20:14:11.663Z | Checking tagptr v0.2.0 |
| 3288 | 2026-03-17T20:14:11.675Z | Checking prefix-trie v0.7.0 |
| 3289 | 2026-03-17T20:14:11.678Z | Checking fxhash v0.2.1 |
| 3290 | 2026-03-17T20:14:11.678Z | Checking hickory-client v0.25.2 |
| 3291 | 2026-03-17T20:14:11.822Z | Compiling git-stub-vcs v0.1.0 |
| 3292 | 2026-03-17T20:14:11.837Z | Checking moka v0.12.13 |
| 3293 | 2026-03-17T20:14:12.101Z | Checking hickory-server v0.25.2 |
| 3294 | 2026-03-17T20:14:12.191Z | Checking parking_lot v0.11.2 |
| 3295 | 2026-03-17T20:14:12.223Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3296 | 2026-03-17T20:14:12.301Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3297 | 2026-03-17T20:14:12.303Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3298 | 2026-03-17T20:14:12.303Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3299 | 2026-03-17T20:14:12.415Z | Checking sled v0.34.7 |
| 3300 | 2026-03-17T20:14:12.710Z | Checking hickory-resolver v0.25.2 |
| 3301 | 2026-03-17T20:14:15.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
| 3302 | 2026-03-17T20:14:15.389Z | |
| 3303 | 2026-03-17T20:14:15.389Z | info: running `cargo check --bins` on dns-server-api (131/257) |
| 3304 | 2026-03-17T20:14:16.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2026-03-17T20:14:16.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2026-03-17T20:14:16.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3307 | 2026-03-17T20:14:16.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3308 | 2026-03-17T20:14:16.169Z | |
| 3309 | 2026-03-17T20:14:16.169Z | info: running `cargo check --bins` on gateway-test-utils (132/257) |
| 3310 | 2026-03-17T20:14:16.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2026-03-17T20:14:16.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2026-03-17T20:14:16.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3313 | 2026-03-17T20:14:16.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3314 | 2026-03-17T20:14:17.025Z | |
| 3315 | 2026-03-17T20:14:17.025Z | info: running `cargo check --bins` on omicron-gateway (133/257) |
| 3316 | 2026-03-17T20:14:17.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2026-03-17T20:14:17.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2026-03-17T20:14:17.955Z | Compiling radium v0.7.0 |
| 3319 | 2026-03-17T20:14:17.958Z | Compiling maybe-uninit v2.0.0 |
| 3320 | 2026-03-17T20:14:17.958Z | Checking tap v1.0.1 |
| 3321 | 2026-03-17T20:14:18.090Z | Compiling zerocopy-derive v0.6.6 |
| 3322 | 2026-03-17T20:14:18.094Z | Checking funty v2.0.0 |
| 3323 | 2026-03-17T20:14:18.094Z | Compiling packed_struct v0.10.1 |
| 3324 | 2026-03-17T20:14:18.113Z | Checking crc-catalog v2.4.0 |
| 3325 | 2026-03-17T20:14:18.115Z | Compiling packed_struct_codegen v0.10.1 |
| 3326 | 2026-03-17T20:14:18.194Z | Checking wyz v0.5.1 |
| 3327 | 2026-03-17T20:14:18.275Z | Checking crc v3.4.0 |
| 3328 | 2026-03-17T20:14:18.443Z | Compiling bitfield-macros v0.19.4 |
| 3329 | 2026-03-17T20:14:18.501Z | Compiling indexmap v1.9.3 |
| 3330 | 2026-03-17T20:14:18.515Z | Checking nodrop v0.1.14 |
| 3331 | 2026-03-17T20:14:18.543Z | Checking hashbrown v0.12.3 |
| 3332 | 2026-03-17T20:14:18.568Z | Checking smallvec v0.6.14 |
| 3333 | 2026-03-17T20:14:18.622Z | Checking array-init v0.0.4 |
| 3334 | 2026-03-17T20:14:18.659Z | Checking bitvec v1.0.1 |
| 3335 | 2026-03-17T20:14:18.780Z | Checking ron v0.8.1 |
| 3336 | 2026-03-17T20:14:18.821Z | Checking hashbrown v0.13.2 |
| 3337 | 2026-03-17T20:14:19.130Z | Checking serde-hex v0.1.0 |
| 3338 | 2026-03-17T20:14:19.229Z | Checking zerocopy v0.6.6 |
| 3339 | 2026-03-17T20:14:19.396Z | Checking bitfield v0.19.4 |
| 3340 | 2026-03-17T20:14:19.399Z | Checking crc-any v2.5.0 |
| 3341 | 2026-03-17T20:14:19.483Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3342 | 2026-03-17T20:14:19.548Z | Checking object v0.30.4 |
| 3343 | 2026-03-17T20:14:19.637Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3344 | 2026-03-17T20:14:19.652Z | Checking half v1.8.3 |
| 3345 | 2026-03-17T20:14:19.655Z | Checking void v1.0.2 |
| 3346 | 2026-03-17T20:14:19.758Z | Checking path-slash v0.1.5 |
| 3347 | 2026-03-17T20:14:19.776Z | Checking tungstenite v0.23.0 |
| 3348 | 2026-03-17T20:14:19.776Z | Checking lzss v0.8.2 |
| 3349 | 2026-03-17T20:14:19.829Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3350 | 2026-03-17T20:14:19.938Z | Checking serde_cbor v0.11.2 |
| 3351 | 2026-03-17T20:14:20.020Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3352 | 2026-03-17T20:14:20.035Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3353 | 2026-03-17T20:14:20.052Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3354 | 2026-03-17T20:14:20.243Z | Checking nix v0.27.1 |
| 3355 | 2026-03-17T20:14:20.310Z | Checking kstat-rs v0.2.4 |
| 3356 | 2026-03-17T20:14:20.453Z | Checking serde_bytes v0.11.19 |
| 3357 | 2026-03-17T20:14:20.538Z | Checking tokio-tungstenite v0.23.1 |
| 3358 | 2026-03-17T20:14:20.555Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3359 | 2026-03-17T20:14:20.678Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3360 | 2026-03-17T20:14:20.860Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3361 | 2026-03-17T20:14:20.967Z | Checking signal-hook-tokio v0.3.1 |
| 3362 | 2026-03-17T20:14:22.065Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3363 | 2026-03-17T20:14:22.174Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3364 | 2026-03-17T20:14:25.655Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3365 | 2026-03-17T20:14:26.892Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3366 | 2026-03-17T20:14:27.260Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3367 | 2026-03-17T20:14:28.752Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3368 | 2026-03-17T20:14:31.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s |
| 3369 | 2026-03-17T20:14:32.746Z | |
| 3370 | 2026-03-17T20:14:32.746Z | info: running `cargo check --bins` on gateway-api (134/257) |
| 3371 | 2026-03-17T20:14:32.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-03-17T20:14:32.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-03-17T20:14:32.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-03-17T20:14:32.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3375 | 2026-03-17T20:14:32.750Z | |
| 3376 | 2026-03-17T20:14:32.750Z | info: running `cargo check --bins` on ipcc (135/257) |
| 3377 | 2026-03-17T20:14:33.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-03-17T20:14:33.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-03-17T20:14:33.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-03-17T20:14:33.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3381 | 2026-03-17T20:14:33.301Z | |
| 3382 | 2026-03-17T20:14:33.301Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257) |
| 3383 | 2026-03-17T20:14:33.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-03-17T20:14:33.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-03-17T20:14:33.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-03-17T20:14:33.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3387 | 2026-03-17T20:14:34.058Z | |
| 3388 | 2026-03-17T20:14:34.058Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257) |
| 3389 | 2026-03-17T20:14:34.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-03-17T20:14:34.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-03-17T20:14:34.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-03-17T20:14:34.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3393 | 2026-03-17T20:14:34.838Z | |
| 3394 | 2026-03-17T20:14:34.838Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257) |
| 3395 | 2026-03-17T20:14:35.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-03-17T20:14:35.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-03-17T20:14:35.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-03-17T20:14:35.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3399 | 2026-03-17T20:14:35.618Z | |
| 3400 | 2026-03-17T20:14:35.618Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257) |
| 3401 | 2026-03-17T20:14:36.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-03-17T20:14:36.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-03-17T20:14:36.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-03-17T20:14:36.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3405 | 2026-03-17T20:14:36.397Z | |
| 3406 | 2026-03-17T20:14:36.397Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257) |
| 3407 | 2026-03-17T20:14:37.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-03-17T20:14:37.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-03-17T20:14:37.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-03-17T20:14:37.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3411 | 2026-03-17T20:14:37.175Z | |
| 3412 | 2026-03-17T20:14:37.175Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257) |
| 3413 | 2026-03-17T20:14:37.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-03-17T20:14:37.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-03-17T20:14:37.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-03-17T20:14:37.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3417 | 2026-03-17T20:14:37.952Z | |
| 3418 | 2026-03-17T20:14:37.952Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257) |
| 3419 | 2026-03-17T20:14:38.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-03-17T20:14:38.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-03-17T20:14:38.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-03-17T20:14:38.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3423 | 2026-03-17T20:14:38.729Z | |
| 3424 | 2026-03-17T20:14:38.729Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257) |
| 3425 | 2026-03-17T20:14:39.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-03-17T20:14:39.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-03-17T20:14:39.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-03-17T20:14:39.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3429 | 2026-03-17T20:14:39.507Z | |
| 3430 | 2026-03-17T20:14:39.507Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257) |
| 3431 | 2026-03-17T20:14:40.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-03-17T20:14:40.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-03-17T20:14:40.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-03-17T20:14:40.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3435 | 2026-03-17T20:14:40.286Z | |
| 3436 | 2026-03-17T20:14:40.286Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257) |
| 3437 | 2026-03-17T20:14:40.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-03-17T20:14:40.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-03-17T20:14:40.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-03-17T20:14:40.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3441 | 2026-03-17T20:14:41.064Z | |
| 3442 | 2026-03-17T20:14:41.065Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257) |
| 3443 | 2026-03-17T20:14:41.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-03-17T20:14:41.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-03-17T20:14:41.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-03-17T20:14:41.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3447 | 2026-03-17T20:14:41.841Z | |
| 3448 | 2026-03-17T20:14:41.841Z | info: running `cargo check --bins` on oximeter-producer (147/257) |
| 3449 | 2026-03-17T20:14:42.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-03-17T20:14:42.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-03-17T20:14:42.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-03-17T20:14:42.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3453 | 2026-03-17T20:14:42.673Z | |
| 3454 | 2026-03-17T20:14:42.673Z | info: running `cargo check --bins` on internal-dns-resolver (148/257) |
| 3455 | 2026-03-17T20:14:43.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-03-17T20:14:43.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-03-17T20:14:43.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-03-17T20:14:43.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3459 | 2026-03-17T20:14:43.461Z | |
| 3460 | 2026-03-17T20:14:43.461Z | info: running `cargo check --bins` on sp-sim (149/257) |
| 3461 | 2026-03-17T20:14:44.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-03-17T20:14:44.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-03-17T20:14:44.329Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3464 | 2026-03-17T20:14:46.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 3465 | 2026-03-17T20:14:46.840Z | |
| 3466 | 2026-03-17T20:14:46.840Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257) |
| 3467 | 2026-03-17T20:14:47.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-03-17T20:14:47.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-03-17T20:14:47.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-03-17T20:14:47.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3471 | 2026-03-17T20:14:47.686Z | |
| 3472 | 2026-03-17T20:14:47.686Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257) |
| 3473 | 2026-03-17T20:14:48.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-03-17T20:14:48.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-03-17T20:14:48.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-03-17T20:14:48.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3477 | 2026-03-17T20:14:48.534Z | |
| 3478 | 2026-03-17T20:14:48.534Z | info: running `cargo check --bins` on db-macros (152/257) |
| 3479 | 2026-03-17T20:14:49.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-03-17T20:14:49.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-03-17T20:14:49.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-03-17T20:14:49.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3483 | 2026-03-17T20:14:49.286Z | |
| 3484 | 2026-03-17T20:14:49.286Z | info: running `cargo check --bins` on nexus-macros-common (153/257) |
| 3485 | 2026-03-17T20:14:49.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-03-17T20:14:49.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-03-17T20:14:49.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-03-17T20:14:49.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3489 | 2026-03-17T20:14:50.039Z | |
| 3490 | 2026-03-17T20:14:50.039Z | info: running `cargo check --bins` on nexus-auth (154/257) |
| 3491 | 2026-03-17T20:14:50.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-03-17T20:14:50.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-03-17T20:14:50.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-03-17T20:14:50.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3495 | 2026-03-17T20:14:50.878Z | |
| 3496 | 2026-03-17T20:14:50.878Z | info: running `cargo check --bins` on authz-macros (155/257) |
| 3497 | 2026-03-17T20:14:51.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-03-17T20:14:51.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-03-17T20:14:51.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-03-17T20:14:51.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3501 | 2026-03-17T20:14:51.630Z | |
| 3502 | 2026-03-17T20:14:51.630Z | info: running `cargo check --bins` on nexus-db-fixed-data (156/257) |
| 3503 | 2026-03-17T20:14:52.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-03-17T20:14:52.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-03-17T20:14:52.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-03-17T20:14:52.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3507 | 2026-03-17T20:14:52.458Z | |
| 3508 | 2026-03-17T20:14:52.458Z | info: running `cargo check --bins` on nexus-db-model (157/257) |
| 3509 | 2026-03-17T20:14:53.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-03-17T20:14:53.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-03-17T20:14:53.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-03-17T20:14:53.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3513 | 2026-03-17T20:14:53.289Z | |
| 3514 | 2026-03-17T20:14:53.290Z | info: running `cargo check --bins` on nexus-db-schema (158/257) |
| 3515 | 2026-03-17T20:14:53.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-03-17T20:14:53.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-03-17T20:14:53.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-03-17T20:14:53.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3519 | 2026-03-17T20:14:54.045Z | |
| 3520 | 2026-03-17T20:14:54.045Z | info: running `cargo check --bins` on omicron-rpaths (159/257) |
| 3521 | 2026-03-17T20:14:54.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-03-17T20:14:54.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-03-17T20:14:54.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-03-17T20:14:54.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3525 | 2026-03-17T20:14:54.794Z | |
| 3526 | 2026-03-17T20:14:54.794Z | info: running `cargo check --bins` on nexus-defaults (160/257) |
| 3527 | 2026-03-17T20:14:55.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-03-17T20:14:55.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-03-17T20:14:55.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-03-17T20:14:55.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3531 | 2026-03-17T20:14:55.564Z | |
| 3532 | 2026-03-17T20:14:55.564Z | info: running `cargo check --bins` on omicron-cockroach-metrics (161/257) |
| 3533 | 2026-03-17T20:14:56.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-03-17T20:14:56.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-03-17T20:14:56.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-03-17T20:14:56.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3537 | 2026-03-17T20:14:56.326Z | |
| 3538 | 2026-03-17T20:14:56.326Z | info: running `cargo check --bins` on parallel-task-set (162/257) |
| 3539 | 2026-03-17T20:14:56.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-03-17T20:14:56.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-03-17T20:14:56.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-03-17T20:14:56.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3543 | 2026-03-17T20:14:57.082Z | |
| 3544 | 2026-03-17T20:14:57.082Z | info: running `cargo check --bins` on nexus-db-errors (163/257) |
| 3545 | 2026-03-17T20:14:57.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-03-17T20:14:57.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-03-17T20:14:57.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-03-17T20:14:57.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3549 | 2026-03-17T20:14:57.930Z | |
| 3550 | 2026-03-17T20:14:57.930Z | info: running `cargo check --bins` on nexus-db-lookup (164/257) |
| 3551 | 2026-03-17T20:14:58.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-03-17T20:14:58.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-03-17T20:14:58.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-03-17T20:14:58.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3555 | 2026-03-17T20:14:58.788Z | |
| 3556 | 2026-03-17T20:14:58.788Z | info: running `cargo check --bins` on nexus-inventory (165/257) |
| 3557 | 2026-03-17T20:14:59.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-03-17T20:14:59.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-03-17T20:14:59.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-03-17T20:14:59.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3561 | 2026-03-17T20:14:59.638Z | |
| 3562 | 2026-03-17T20:14:59.638Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257) |
| 3563 | 2026-03-17T20:15:00.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-03-17T20:15:00.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-03-17T20:15:00.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3566 | 2026-03-17T20:15:00.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3567 | 2026-03-17T20:15:00.842Z | |
| 3568 | 2026-03-17T20:15:00.843Z | info: running `cargo check --bins --no-default-features` on sled-storage (167/257) |
| 3569 | 2026-03-17T20:15:01.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3570 | 2026-03-17T20:15:01.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3571 | 2026-03-17T20:15:01.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3572 | 2026-03-17T20:15:01.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3573 | 2026-03-17T20:15:01.206Z | |
| 3574 | 2026-03-17T20:15:01.206Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257) |
| 3575 | 2026-03-17T20:15:01.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3576 | 2026-03-17T20:15:01.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3577 | 2026-03-17T20:15:01.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3578 | 2026-03-17T20:15:01.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3579 | 2026-03-17T20:15:01.999Z | |
| 3580 | 2026-03-17T20:15:01.999Z | info: running `cargo check --bins` on key-manager (169/257) |
| 3581 | 2026-03-17T20:15:02.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3582 | 2026-03-17T20:15:02.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3583 | 2026-03-17T20:15:02.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3584 | 2026-03-17T20:15:02.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3585 | 2026-03-17T20:15:02.776Z | |
| 3586 | 2026-03-17T20:15:02.776Z | info: running `cargo check --bins --no-default-features` on sled-hardware (170/257) |
| 3587 | 2026-03-17T20:15:03.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3588 | 2026-03-17T20:15:03.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3589 | 2026-03-17T20:15:03.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3590 | 2026-03-17T20:15:03.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3591 | 2026-03-17T20:15:03.563Z | |
| 3592 | 2026-03-17T20:15:03.563Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257) |
| 3593 | 2026-03-17T20:15:04.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3594 | 2026-03-17T20:15:04.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3595 | 2026-03-17T20:15:04.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3596 | 2026-03-17T20:15:04.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3597 | 2026-03-17T20:15:04.352Z | |
| 3598 | 2026-03-17T20:15:04.352Z | info: running `cargo check --bins` on typed-rng (172/257) |
| 3599 | 2026-03-17T20:15:05.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2026-03-17T20:15:05.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2026-03-17T20:15:05.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3602 | 2026-03-17T20:15:05.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3603 | 2026-03-17T20:15:05.111Z | |
| 3604 | 2026-03-17T20:15:05.111Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257) |
| 3605 | 2026-03-17T20:15:05.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2026-03-17T20:15:05.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2026-03-17T20:15:06.132Z | Compiling libefi-sys v0.1.0 |
| 3608 | 2026-03-17T20:15:06.135Z | Compiling bitfield-struct v0.6.2 |
| 3609 | 2026-03-17T20:15:06.135Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3610 | 2026-03-17T20:15:06.273Z | Compiling xshell-macros v0.2.7 |
| 3611 | 2026-03-17T20:15:06.276Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3612 | 2026-03-17T20:15:06.280Z | Compiling salty v0.3.0 |
| 3613 | 2026-03-17T20:15:06.291Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3614 | 2026-03-17T20:15:06.294Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3615 | 2026-03-17T20:15:06.409Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3616 | 2026-03-17T20:15:06.766Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3617 | 2026-03-17T20:15:06.792Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3618 | 2026-03-17T20:15:06.890Z | Checking xshell v0.2.7 |
| 3619 | 2026-03-17T20:15:06.952Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3620 | 2026-03-17T20:15:07.011Z | Checking primeorder v0.13.6 |
| 3621 | 2026-03-17T20:15:07.017Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3622 | 2026-03-17T20:15:07.029Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3623 | 2026-03-17T20:15:07.045Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3624 | 2026-03-17T20:15:07.095Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3625 | 2026-03-17T20:15:07.269Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3626 | 2026-03-17T20:15:07.304Z | Checking p384 v0.13.1 |
| 3627 | 2026-03-17T20:15:07.326Z | Compiling num-derive v0.3.3 |
| 3628 | 2026-03-17T20:15:07.438Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3629 | 2026-03-17T20:15:07.532Z | Compiling proc-macro-error2 v2.0.1 |
| 3630 | 2026-03-17T20:15:07.679Z | Compiling unicase v2.9.0 |
| 3631 | 2026-03-17T20:15:07.744Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3632 | 2026-03-17T20:15:07.860Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3633 | 2026-03-17T20:15:07.931Z | Compiling tabled_derive v0.11.0 |
| 3634 | 2026-03-17T20:15:07.948Z | Compiling mime_guess v2.0.5 |
| 3635 | 2026-03-17T20:15:08.002Z | Checking papergrid v0.17.0 |
| 3636 | 2026-03-17T20:15:08.341Z | Compiling progenitor-impl v0.11.2 |
| 3637 | 2026-03-17T20:15:08.539Z | Checking libscf-sys v1.1.0 |
| 3638 | 2026-03-17T20:15:08.662Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3639 | 2026-03-17T20:15:08.709Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3640 | 2026-03-17T20:15:08.809Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3641 | 2026-03-17T20:15:08.953Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3642 | 2026-03-17T20:15:09.379Z | Checking testing_table v0.3.0 |
| 3643 | 2026-03-17T20:15:09.501Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3644 | 2026-03-17T20:15:09.552Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3645 | 2026-03-17T20:15:09.619Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3646 | 2026-03-17T20:15:09.663Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3647 | 2026-03-17T20:15:09.757Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3648 | 2026-03-17T20:15:09.779Z | Checking corncobs v0.1.4 |
| 3649 | 2026-03-17T20:15:09.828Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3650 | 2026-03-17T20:15:09.939Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3651 | 2026-03-17T20:15:09.958Z | Checking tabled v0.20.0 |
| 3652 | 2026-03-17T20:15:10.041Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3653 | 2026-03-17T20:15:10.212Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3654 | 2026-03-17T20:15:10.306Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3655 | 2026-03-17T20:15:10.510Z | Checking progenitor-client v0.11.2 |
| 3656 | 2026-03-17T20:15:10.730Z | Checking secrecy v0.8.0 |
| 3657 | 2026-03-17T20:15:10.818Z | Checking http-range v0.1.5 |
| 3658 | 2026-03-17T20:15:11.023Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3659 | 2026-03-17T20:15:11.080Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3660 | 2026-03-17T20:15:11.255Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3661 | 2026-03-17T20:15:11.528Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3662 | 2026-03-17T20:15:11.582Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3663 | 2026-03-17T20:15:11.756Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3664 | 2026-03-17T20:15:11.791Z | Checking atty v0.2.14 |
| 3665 | 2026-03-17T20:15:11.881Z | Checking crc8 v0.1.1 |
| 3666 | 2026-03-17T20:15:11.914Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3667 | 2026-03-17T20:15:12.006Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3668 | 2026-03-17T20:15:12.026Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3669 | 2026-03-17T20:15:12.138Z | Compiling progenitor-macro v0.11.2 |
| 3670 | 2026-03-17T20:15:12.162Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3671 | 2026-03-17T20:15:12.442Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3672 | 2026-03-17T20:15:12.581Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3673 | 2026-03-17T20:15:12.802Z | Checking hyper-staticfile v0.10.1 |
| 3674 | 2026-03-17T20:15:12.915Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3675 | 2026-03-17T20:15:12.934Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3676 | 2026-03-17T20:15:13.111Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3677 | 2026-03-17T20:15:13.161Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3678 | 2026-03-17T20:15:13.218Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3679 | 2026-03-17T20:15:13.426Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3680 | 2026-03-17T20:15:13.779Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3681 | 2026-03-17T20:15:13.869Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3682 | 2026-03-17T20:15:14.242Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3683 | 2026-03-17T20:15:14.294Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3684 | 2026-03-17T20:15:14.319Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3685 | 2026-03-17T20:15:14.857Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3686 | 2026-03-17T20:15:14.909Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3687 | 2026-03-17T20:15:15.140Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3688 | 2026-03-17T20:15:15.547Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3689 | 2026-03-17T20:15:16.072Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3690 | 2026-03-17T20:15:17.189Z | Checking progenitor v0.11.2 |
| 3691 | 2026-03-17T20:15:17.356Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3692 | 2026-03-17T20:15:24.181Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3693 | 2026-03-17T20:15:40.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.94s |
| 3694 | 2026-03-17T20:15:40.283Z | |
| 3695 | 2026-03-17T20:15:40.283Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257) |
| 3696 | 2026-03-17T20:15:41.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3697 | 2026-03-17T20:15:41.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3698 | 2026-03-17T20:15:41.255Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3699 | 2026-03-17T20:15:57.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s |
| 3700 | 2026-03-17T20:15:57.459Z | |
| 3701 | 2026-03-17T20:15:57.459Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257) |
| 3702 | 2026-03-17T20:15:58.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3703 | 2026-03-17T20:15:58.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3704 | 2026-03-17T20:15:58.395Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3705 | 2026-03-17T20:16:14.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.94s |
| 3706 | 2026-03-17T20:16:14.644Z | |
| 3707 | 2026-03-17T20:16:14.644Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257) |
| 3708 | 2026-03-17T20:16:15.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3709 | 2026-03-17T20:16:15.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3710 | 2026-03-17T20:16:15.583Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3711 | 2026-03-17T20:16:31.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s |
| 3712 | 2026-03-17T20:16:31.919Z | |
| 3713 | 2026-03-17T20:16:31.919Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257) |
| 3714 | 2026-03-17T20:16:32.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3715 | 2026-03-17T20:16:32.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3716 | 2026-03-17T20:16:32.855Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3717 | 2026-03-17T20:16:48.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s |
| 3718 | 2026-03-17T20:16:49.134Z | |
| 3719 | 2026-03-17T20:16:49.134Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257) |
| 3720 | 2026-03-17T20:16:49.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2026-03-17T20:16:49.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2026-03-17T20:16:50.073Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3723 | 2026-03-17T20:17:06.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.09s |
| 3724 | 2026-03-17T20:17:06.465Z | |
| 3725 | 2026-03-17T20:17:06.465Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257) |
| 3726 | 2026-03-17T20:17:07.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2026-03-17T20:17:07.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2026-03-17T20:17:07.402Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3729 | 2026-03-17T20:17:23.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s |
| 3730 | 2026-03-17T20:17:23.680Z | |
| 3731 | 2026-03-17T20:17:23.680Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257) |
| 3732 | 2026-03-17T20:17:24.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2026-03-17T20:17:24.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2026-03-17T20:17:24.625Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3735 | 2026-03-17T20:17:40.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.99s |
| 3736 | 2026-03-17T20:17:40.908Z | |
| 3737 | 2026-03-17T20:17:40.908Z | info: running `cargo check --bins` on bootstrap-agent-api (181/257) |
| 3738 | 2026-03-17T20:17:41.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2026-03-17T20:17:41.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2026-03-17T20:17:41.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2026-03-17T20:17:41.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3742 | 2026-03-17T20:17:41.706Z | |
| 3743 | 2026-03-17T20:17:41.706Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257) |
| 3744 | 2026-03-17T20:17:42.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2026-03-17T20:17:42.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2026-03-17T20:17:42.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3747 | 2026-03-17T20:17:42.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3748 | 2026-03-17T20:17:42.501Z | |
| 3749 | 2026-03-17T20:17:42.501Z | info: running `cargo check --bins` on range-requests (183/257) |
| 3750 | 2026-03-17T20:17:43.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-03-17T20:17:43.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-03-17T20:17:43.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3753 | 2026-03-17T20:17:43.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3754 | 2026-03-17T20:17:43.273Z | |
| 3755 | 2026-03-17T20:17:43.273Z | info: running `cargo check --bins` on repo-depot-api (184/257) |
| 3756 | 2026-03-17T20:17:43.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2026-03-17T20:17:43.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2026-03-17T20:17:43.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3759 | 2026-03-17T20:17:43.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3760 | 2026-03-17T20:17:44.040Z | |
| 3761 | 2026-03-17T20:17:44.040Z | info: running `cargo check --bins` on sled-agent-api (185/257) |
| 3762 | 2026-03-17T20:17:44.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2026-03-17T20:17:44.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2026-03-17T20:17:44.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3765 | 2026-03-17T20:17:44.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3766 | 2026-03-17T20:17:44.838Z | |
| 3767 | 2026-03-17T20:17:44.838Z | info: running `cargo check --bins` on sled-diagnostics (186/257) |
| 3768 | 2026-03-17T20:17:45.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2026-03-17T20:17:45.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2026-03-17T20:17:45.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3771 | 2026-03-17T20:17:45.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3772 | 2026-03-17T20:17:45.628Z | |
| 3773 | 2026-03-17T20:17:45.628Z | info: running `cargo check --bins` on zfs-test-harness (187/257) |
| 3774 | 2026-03-17T20:17:46.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2026-03-17T20:17:46.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2026-03-17T20:17:46.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3777 | 2026-03-17T20:17:46.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3778 | 2026-03-17T20:17:46.420Z | |
| 3779 | 2026-03-17T20:17:46.420Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257) |
| 3780 | 2026-03-17T20:17:47.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3781 | 2026-03-17T20:17:47.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3782 | 2026-03-17T20:17:47.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3783 | 2026-03-17T20:17:47.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3784 | 2026-03-17T20:17:47.223Z | |
| 3785 | 2026-03-17T20:17:47.223Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257) |
| 3786 | 2026-03-17T20:17:47.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3787 | 2026-03-17T20:17:47.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3788 | 2026-03-17T20:17:47.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3789 | 2026-03-17T20:17:47.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3790 | 2026-03-17T20:17:48.026Z | |
| 3791 | 2026-03-17T20:17:48.028Z | info: running `cargo check --bins` on sled-agent-health-monitor (190/257) |
| 3792 | 2026-03-17T20:17:48.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3793 | 2026-03-17T20:17:48.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3794 | 2026-03-17T20:17:48.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3795 | 2026-03-17T20:17:48.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3796 | 2026-03-17T20:17:48.822Z | |
| 3797 | 2026-03-17T20:17:48.822Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257) |
| 3798 | 2026-03-17T20:17:49.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3799 | 2026-03-17T20:17:49.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3800 | 2026-03-17T20:17:49.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3801 | 2026-03-17T20:17:49.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3802 | 2026-03-17T20:17:49.623Z | |
| 3803 | 2026-03-17T20:17:49.623Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257) |
| 3804 | 2026-03-17T20:17:50.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3805 | 2026-03-17T20:17:50.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3806 | 2026-03-17T20:17:50.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3807 | 2026-03-17T20:17:50.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3808 | 2026-03-17T20:17:50.426Z | |
| 3809 | 2026-03-17T20:17:50.426Z | info: running `cargo check --bins` on sled-agent-resolvable-files (193/257) |
| 3810 | 2026-03-17T20:17:51.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3811 | 2026-03-17T20:17:51.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3812 | 2026-03-17T20:17:51.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3813 | 2026-03-17T20:17:51.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3814 | 2026-03-17T20:17:51.230Z | |
| 3815 | 2026-03-17T20:17:51.230Z | info: running `cargo check --bins` on trust-quorum (194/257) |
| 3816 | 2026-03-17T20:17:51.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3817 | 2026-03-17T20:17:51.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3818 | 2026-03-17T20:17:51.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3819 | 2026-03-17T20:17:51.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3820 | 2026-03-17T20:17:52.033Z | |
| 3821 | 2026-03-17T20:17:52.033Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257) |
| 3822 | 2026-03-17T20:17:52.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3823 | 2026-03-17T20:17:52.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3824 | 2026-03-17T20:17:52.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3825 | 2026-03-17T20:17:52.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3826 | 2026-03-17T20:17:52.867Z | |
| 3827 | 2026-03-17T20:17:52.867Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (196/257) |
| 3828 | 2026-03-17T20:17:53.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3829 | 2026-03-17T20:17:53.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3830 | 2026-03-17T20:17:53.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3831 | 2026-03-17T20:17:53.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3832 | 2026-03-17T20:17:53.710Z | |
| 3833 | 2026-03-17T20:17:53.711Z | info: running `cargo check --bins` on update-common (197/257) |
| 3834 | 2026-03-17T20:17:54.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2026-03-17T20:17:54.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2026-03-17T20:17:54.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3837 | 2026-03-17T20:17:54.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3838 | 2026-03-17T20:17:54.497Z | |
| 3839 | 2026-03-17T20:17:54.497Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257) |
| 3840 | 2026-03-17T20:17:55.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2026-03-17T20:17:55.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2026-03-17T20:17:55.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2026-03-17T20:17:55.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3844 | 2026-03-17T20:17:55.348Z | |
| 3845 | 2026-03-17T20:17:55.349Z | info: running `cargo check --bins` on reconfigurator-cli (199/257) |
| 3846 | 2026-03-17T20:17:56.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2026-03-17T20:17:56.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2026-03-17T20:17:56.278Z | Compiling fs-err v2.11.0 |
| 3849 | 2026-03-17T20:17:56.281Z | Checking ignore v0.4.25 |
| 3850 | 2026-03-17T20:17:56.281Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3851 | 2026-03-17T20:17:56.281Z | Checking predicates-tree v1.0.13 |
| 3852 | 2026-03-17T20:17:56.281Z | Checking parse-size v1.1.0 |
| 3853 | 2026-03-17T20:17:56.429Z | Checking rand_seeder v0.4.0 |
| 3854 | 2026-03-17T20:17:56.440Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3855 | 2026-03-17T20:17:56.456Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3856 | 2026-03-17T20:17:56.550Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3857 | 2026-03-17T20:17:56.553Z | Compiling petname v2.0.2 |
| 3858 | 2026-03-17T20:17:56.625Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3859 | 2026-03-17T20:17:56.814Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3860 | 2026-03-17T20:17:56.841Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3861 | 2026-03-17T20:17:56.918Z | Checking globwalk v0.9.1 |
| 3862 | 2026-03-17T20:17:56.991Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3863 | 2026-03-17T20:17:57.047Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3864 | 2026-03-17T20:17:57.145Z | Checking camino-tempfile-ext v0.3.3 |
| 3865 | 2026-03-17T20:17:57.162Z | Checking sapling-renderdag v0.1.0 |
| 3866 | 2026-03-17T20:17:57.296Z | Checking sync-ptr v0.1.4 |
| 3867 | 2026-03-17T20:17:57.391Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3868 | 2026-03-17T20:17:57.444Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3869 | 2026-03-17T20:17:57.497Z | Checking colored v2.2.0 |
| 3870 | 2026-03-17T20:17:57.539Z | Checking assert_matches v1.5.0 |
| 3871 | 2026-03-17T20:17:57.871Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3872 | 2026-03-17T20:17:58.025Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3873 | 2026-03-17T20:17:58.028Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3874 | 2026-03-17T20:17:58.785Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3875 | 2026-03-17T20:18:00.523Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3876 | 2026-03-17T20:18:03.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.17s |
| 3877 | 2026-03-17T20:18:03.746Z | |
| 3878 | 2026-03-17T20:18:03.746Z | info: running `cargo check --bins` on omicron-repl-utils (200/257) |
| 3879 | 2026-03-17T20:18:04.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2026-03-17T20:18:04.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2026-03-17T20:18:04.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3882 | 2026-03-17T20:18:04.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3883 | 2026-03-17T20:18:04.504Z | |
| 3884 | 2026-03-17T20:18:04.504Z | info: running `cargo check --bins` on nexus-test-interface (201/257) |
| 3885 | 2026-03-17T20:18:05.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2026-03-17T20:18:05.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2026-03-17T20:18:05.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3888 | 2026-03-17T20:18:05.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3889 | 2026-03-17T20:18:05.356Z | |
| 3890 | 2026-03-17T20:18:05.356Z | info: running `cargo check --bins` on oximeter-collector (202/257) |
| 3891 | 2026-03-17T20:18:06.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3892 | 2026-03-17T20:18:06.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3893 | 2026-03-17T20:18:06.224Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3894 | 2026-03-17T20:18:06.227Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3895 | 2026-03-17T20:18:07.043Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3896 | 2026-03-17T20:18:09.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s |
| 3897 | 2026-03-17T20:18:09.289Z | |
| 3898 | 2026-03-17T20:18:09.289Z | info: running `cargo check --bins` on oximeter-api (203/257) |
| 3899 | 2026-03-17T20:18:09.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-03-17T20:18:09.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-03-17T20:18:09.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-03-17T20:18:09.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3903 | 2026-03-17T20:18:10.063Z | |
| 3904 | 2026-03-17T20:18:10.063Z | info: running `cargo check --bins` on cert-dev (204/257) |
| 3905 | 2026-03-17T20:18:10.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-03-17T20:18:10.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-03-17T20:18:10.804Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3908 | 2026-03-17T20:18:11.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3909 | 2026-03-17T20:18:11.324Z | |
| 3910 | 2026-03-17T20:18:11.324Z | info: running `cargo check --bins` on clickana (205/257) |
| 3911 | 2026-03-17T20:18:12.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-03-17T20:18:12.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-03-17T20:18:12.110Z | Compiling darling_core v0.23.0 |
| 3914 | 2026-03-17T20:18:12.115Z | Compiling instability v0.3.11 |
| 3915 | 2026-03-17T20:18:12.116Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3916 | 2026-03-17T20:18:12.117Z | Checking castaway v0.2.4 |
| 3917 | 2026-03-17T20:18:12.117Z | Compiling indoc v2.0.7 |
| 3918 | 2026-03-17T20:18:12.217Z | Checking unicode-truncate v1.1.0 |
| 3919 | 2026-03-17T20:18:12.237Z | Checking lru v0.12.5 |
| 3920 | 2026-03-17T20:18:12.258Z | Checking cassowary v0.3.0 |
| 3921 | 2026-03-17T20:18:12.388Z | Checking compact_str v0.8.1 |
| 3922 | 2026-03-17T20:18:13.534Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3923 | 2026-03-17T20:18:13.760Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3924 | 2026-03-17T20:18:14.215Z | Compiling darling_macro v0.23.0 |
| 3925 | 2026-03-17T20:18:14.767Z | Compiling darling v0.23.0 |
| 3926 | 2026-03-17T20:18:15.562Z | Checking ratatui v0.29.0 |
| 3927 | 2026-03-17T20:18:17.097Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3928 | 2026-03-17T20:18:17.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s |
| 3929 | 2026-03-17T20:18:18.142Z | |
| 3930 | 2026-03-17T20:18:18.142Z | info: running `cargo check --bins` on clickhouse-cluster-dev (206/257) |
| 3931 | 2026-03-17T20:18:18.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2026-03-17T20:18:18.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2026-03-17T20:18:19.009Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3934 | 2026-03-17T20:18:19.009Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3935 | 2026-03-17T20:18:19.724Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3936 | 2026-03-17T20:18:20.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
| 3937 | 2026-03-17T20:18:20.458Z | |
| 3938 | 2026-03-17T20:18:20.458Z | info: running `cargo check --bins` on ch-dev (207/257) |
| 3939 | 2026-03-17T20:18:21.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2026-03-17T20:18:21.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2026-03-17T20:18:21.345Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3942 | 2026-03-17T20:18:22.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
| 3943 | 2026-03-17T20:18:22.474Z | |
| 3944 | 2026-03-17T20:18:22.475Z | info: running `cargo check --bins` on dev-tools-common (208/257) |
| 3945 | 2026-03-17T20:18:23.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-03-17T20:18:23.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-03-17T20:18:23.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2026-03-17T20:18:23.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3949 | 2026-03-17T20:18:23.072Z | |
| 3950 | 2026-03-17T20:18:23.072Z | info: running `cargo check --bins` on crdb-seed (209/257) |
| 3951 | 2026-03-17T20:18:23.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2026-03-17T20:18:23.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2026-03-17T20:18:23.933Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3954 | 2026-03-17T20:18:24.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 3955 | 2026-03-17T20:18:24.670Z | |
| 3956 | 2026-03-17T20:18:24.670Z | info: running `cargo check --bins` on db-dev (210/257) |
| 3957 | 2026-03-17T20:18:25.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2026-03-17T20:18:25.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2026-03-17T20:18:25.544Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3960 | 2026-03-17T20:18:26.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
| 3961 | 2026-03-17T20:18:26.705Z | |
| 3962 | 2026-03-17T20:18:26.706Z | info: running `cargo check --bins` on omicron-dev-lib (211/257) |
| 3963 | 2026-03-17T20:18:27.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2026-03-17T20:18:27.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2026-03-17T20:18:27.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3966 | 2026-03-17T20:18:27.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3967 | 2026-03-17T20:18:27.542Z | |
| 3968 | 2026-03-17T20:18:27.542Z | info: running `cargo check --bins` on xtask-downloader (212/257) |
| 3969 | 2026-03-17T20:18:28.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3970 | 2026-03-17T20:18:28.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3971 | 2026-03-17T20:18:28.288Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3972 | 2026-03-17T20:18:29.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 3973 | 2026-03-17T20:18:29.336Z | |
| 3974 | 2026-03-17T20:18:29.336Z | info: running `cargo check --bins` on omicron-dropshot-apis (213/257) |
| 3975 | 2026-03-17T20:18:30.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3976 | 2026-03-17T20:18:30.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3977 | 2026-03-17T20:18:30.233Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3978 | 2026-03-17T20:18:30.233Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3979 | 2026-03-17T20:18:30.237Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 3980 | 2026-03-17T20:18:30.237Z | Checking git-stub v1.0.0 |
| 3981 | 2026-03-17T20:18:30.237Z | Compiling trait-variant v0.1.2 |
| 3982 | 2026-03-17T20:18:30.237Z | Checking is_ci v1.2.0 |
| 3983 | 2026-03-17T20:18:30.237Z | Checking maplit v1.0.2 |
| 3984 | 2026-03-17T20:18:30.237Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3985 | 2026-03-17T20:18:30.461Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3986 | 2026-03-17T20:18:30.526Z | Checking git-stub-vcs v0.1.0 |
| 3987 | 2026-03-17T20:18:30.542Z | Checking supports-color v3.0.2 |
| 3988 | 2026-03-17T20:18:30.641Z | Checking drift v0.1.3 |
| 3989 | 2026-03-17T20:18:30.676Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3990 | 2026-03-17T20:18:30.697Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3991 | 2026-03-17T20:18:30.772Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3992 | 2026-03-17T20:18:30.914Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3993 | 2026-03-17T20:18:31.045Z | Checking dropshot-api-manager v0.6.0 |
| 3994 | 2026-03-17T20:18:31.069Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3995 | 2026-03-17T20:18:31.127Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3996 | 2026-03-17T20:18:31.333Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 3997 | 2026-03-17T20:18:31.439Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3998 | 2026-03-17T20:18:31.611Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 3999 | 2026-03-17T20:18:32.091Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4000 | 2026-03-17T20:18:39.021Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4001 | 2026-03-17T20:18:40.414Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4002 | 2026-03-17T20:18:41.198Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4003 | 2026-03-17T20:18:41.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.39s |
| 4004 | 2026-03-17T20:18:41.956Z | |
| 4005 | 2026-03-17T20:18:41.956Z | info: running `cargo check --bins` on installinator-api (214/257) |
| 4006 | 2026-03-17T20:18:42.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4007 | 2026-03-17T20:18:42.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4008 | 2026-03-17T20:18:42.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4009 | 2026-03-17T20:18:42.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4010 | 2026-03-17T20:18:42.734Z | |
| 4011 | 2026-03-17T20:18:42.734Z | info: running `cargo check --bins` on nexus-external-api (215/257) |
| 4012 | 2026-03-17T20:18:43.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-03-17T20:18:43.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-03-17T20:18:43.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4015 | 2026-03-17T20:18:43.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4016 | 2026-03-17T20:18:43.566Z | |
| 4017 | 2026-03-17T20:18:43.566Z | info: running `cargo check --bins` on nexus-internal-api (216/257) |
| 4018 | 2026-03-17T20:18:44.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-03-17T20:18:44.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-03-17T20:18:44.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4021 | 2026-03-17T20:18:44.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4022 | 2026-03-17T20:18:44.392Z | |
| 4023 | 2026-03-17T20:18:44.392Z | info: running `cargo check --bins` on nexus-lockstep-api (217/257) |
| 4024 | 2026-03-17T20:18:45.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-03-17T20:18:45.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-03-17T20:18:45.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4027 | 2026-03-17T20:18:45.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4028 | 2026-03-17T20:18:45.219Z | |
| 4029 | 2026-03-17T20:18:45.219Z | info: running `cargo check --bins` on ntp-admin-api (218/257) |
| 4030 | 2026-03-17T20:18:45.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-03-17T20:18:45.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-03-17T20:18:45.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4033 | 2026-03-17T20:18:45.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4034 | 2026-03-17T20:18:45.995Z | |
| 4035 | 2026-03-17T20:18:45.995Z | info: running `cargo check --bins` on ntp-admin-types-versions (219/257) |
| 4036 | 2026-03-17T20:18:46.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4037 | 2026-03-17T20:18:46.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4038 | 2026-03-17T20:18:46.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4039 | 2026-03-17T20:18:46.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4040 | 2026-03-17T20:18:46.759Z | |
| 4041 | 2026-03-17T20:18:46.759Z | info: running `cargo check --bins` on wicketd-api (220/257) |
| 4042 | 2026-03-17T20:18:47.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4043 | 2026-03-17T20:18:47.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4044 | 2026-03-17T20:18:47.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4045 | 2026-03-17T20:18:47.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4046 | 2026-03-17T20:18:47.565Z | |
| 4047 | 2026-03-17T20:18:47.565Z | info: running `cargo check --bins` on omicron-ls-apis (221/257) |
| 4048 | 2026-03-17T20:18:48.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4049 | 2026-03-17T20:18:48.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4050 | 2026-03-17T20:18:48.311Z | Checking erased-serde v0.4.9 |
| 4051 | 2026-03-17T20:18:48.413Z | Checking ordered-float v2.10.1 |
| 4052 | 2026-03-17T20:18:48.429Z | Checking unicode-xid v0.2.6 |
| 4053 | 2026-03-17T20:18:48.439Z | Checking cargo-platform v0.2.0 |
| 4054 | 2026-03-17T20:18:48.694Z | Checking serde-value v0.7.0 |
| 4055 | 2026-03-17T20:18:48.880Z | Checking serde-untagged v0.1.9 |
| 4056 | 2026-03-17T20:18:49.089Z | Checking cargo-util-schemas v0.8.2 |
| 4057 | 2026-03-17T20:18:50.086Z | Checking cargo_metadata v0.21.0 |
| 4058 | 2026-03-17T20:18:50.945Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4059 | 2026-03-17T20:18:51.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
| 4060 | 2026-03-17T20:18:52.067Z | |
| 4061 | 2026-03-17T20:18:52.067Z | info: running `cargo check --bins` on mgs-dev (222/257) |
| 4062 | 2026-03-17T20:18:52.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-03-17T20:18:52.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-03-17T20:18:52.958Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4065 | 2026-03-17T20:18:53.709Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4066 | 2026-03-17T20:18:54.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
| 4067 | 2026-03-17T20:18:54.566Z | |
| 4068 | 2026-03-17T20:18:54.566Z | info: running `cargo check --bins` on omicron-omdb (223/257) |
| 4069 | 2026-03-17T20:18:55.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4070 | 2026-03-17T20:18:55.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4071 | 2026-03-17T20:18:55.646Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4072 | 2026-03-17T20:18:55.650Z | Compiling vergen-gitcl v1.0.8 |
| 4073 | 2026-03-17T20:18:55.650Z | Compiling dirs-sys-next v0.1.2 |
| 4074 | 2026-03-17T20:18:55.650Z | Compiling crunchy v0.2.4 |
| 4075 | 2026-03-17T20:18:55.650Z | Compiling glob v0.3.3 |
| 4076 | 2026-03-17T20:18:55.650Z | Compiling diesel_derives v2.3.7 |
| 4077 | 2026-03-17T20:18:55.650Z | Compiling dsl_auto_type v0.2.0 |
| 4078 | 2026-03-17T20:18:55.650Z | Checking scheduled-thread-pool v0.2.7 |
| 4079 | 2026-03-17T20:18:55.955Z | Compiling dirs-next v2.0.0 |
| 4080 | 2026-03-17T20:18:56.029Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4081 | 2026-03-17T20:18:56.115Z | Compiling tiny-keccak v2.0.2 |
| 4082 | 2026-03-17T20:18:56.118Z | Compiling term v0.7.0 |
| 4083 | 2026-03-17T20:18:56.266Z | Checking r2d2 v0.8.10 |
| 4084 | 2026-03-17T20:18:56.306Z | Compiling bit-vec v0.6.3 |
| 4085 | 2026-03-17T20:18:56.342Z | Compiling clang-sys v1.8.1 |
| 4086 | 2026-03-17T20:18:56.401Z | Checking downcast-rs v2.0.2 |
| 4087 | 2026-03-17T20:18:56.498Z | Compiling ascii-canvas v3.0.0 |
| 4088 | 2026-03-17T20:18:56.521Z | Compiling bit-set v0.5.3 |
| 4089 | 2026-03-17T20:18:56.729Z | Compiling itertools v0.10.5 |
| 4090 | 2026-03-17T20:18:56.825Z | Compiling ena v0.14.4 |
| 4091 | 2026-03-17T20:18:56.848Z | Compiling libloading v0.8.9 |
| 4092 | 2026-03-17T20:18:56.882Z | Compiling diff v0.1.13 |
| 4093 | 2026-03-17T20:18:56.921Z | Compiling bindgen v0.71.1 |
| 4094 | 2026-03-17T20:18:57.092Z | Compiling regex-syntax v0.6.29 |
| 4095 | 2026-03-17T20:18:57.131Z | Compiling cexpr v0.6.0 |
| 4096 | 2026-03-17T20:18:57.232Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4097 | 2026-03-17T20:18:57.490Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4098 | 2026-03-17T20:18:57.609Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4099 | 2026-03-17T20:18:57.676Z | Compiling libxml v0.3.3 |
| 4100 | 2026-03-17T20:18:57.983Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4101 | 2026-03-17T20:18:58.063Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4102 | 2026-03-17T20:18:58.172Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4103 | 2026-03-17T20:18:58.378Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4104 | 2026-03-17T20:18:58.428Z | Compiling strum_macros v0.24.3 |
| 4105 | 2026-03-17T20:18:58.444Z | Compiling indoc v1.0.9 |
| 4106 | 2026-03-17T20:18:59.028Z | Compiling lalrpop v0.19.12 |
| 4107 | 2026-03-17T20:18:59.824Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4108 | 2026-03-17T20:19:00.082Z | Checking derive_builder v0.20.2 |
| 4109 | 2026-03-17T20:19:00.100Z | Compiling oso-derive v0.27.3 |
| 4110 | 2026-03-17T20:19:00.231Z | Checking quick-xml v0.37.5 |
| 4111 | 2026-03-17T20:19:00.279Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4112 | 2026-03-17T20:19:00.766Z | Checking openssl-probe v0.1.6 |
| 4113 | 2026-03-17T20:19:00.932Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4114 | 2026-03-17T20:19:01.494Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4115 | 2026-03-17T20:19:01.760Z | Checking bb8 v0.8.6 |
| 4116 | 2026-03-17T20:19:02.001Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4117 | 2026-03-17T20:19:02.128Z | Checking nonempty v0.12.0 |
| 4118 | 2026-03-17T20:19:02.285Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4119 | 2026-03-17T20:19:02.336Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4120 | 2026-03-17T20:19:02.534Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4121 | 2026-03-17T20:19:02.580Z | Checking support-bundle-viewer v0.1.2 |
| 4122 | 2026-03-17T20:19:02.623Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4123 | 2026-03-17T20:19:02.742Z | Checking multimap v0.10.1 |
| 4124 | 2026-03-17T20:19:03.863Z | Checking diesel v2.3.7 |
| 4125 | 2026-03-17T20:19:05.353Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4126 | 2026-03-17T20:19:07.349Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4127 | 2026-03-17T20:19:07.499Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4128 | 2026-03-17T20:19:07.502Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4129 | 2026-03-17T20:19:08.847Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4130 | 2026-03-17T20:19:09.559Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4131 | 2026-03-17T20:19:09.654Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4132 | 2026-03-17T20:19:10.528Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4133 | 2026-03-17T20:19:13.152Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4134 | 2026-03-17T20:19:18.116Z | Compiling samael v0.0.19 |
| 4135 | 2026-03-17T20:19:24.237Z | Checking diesel-dtrace v0.5.0 |
| 4136 | 2026-03-17T20:19:24.535Z | Checking async-bb8-diesel v0.2.1 |
| 4137 | 2026-03-17T20:19:26.751Z | Compiling polar-core v0.27.3 |
| 4138 | 2026-03-17T20:19:33.024Z | Checking oso v0.27.3 |
| 4139 | 2026-03-17T20:20:27.783Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4140 | 2026-03-17T20:21:14.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
| 4141 | 2026-03-17T20:21:14.862Z | |
| 4142 | 2026-03-17T20:21:14.862Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257) |
| 4143 | 2026-03-17T20:21:15.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-03-17T20:21:15.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-03-17T20:21:15.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4146 | 2026-03-17T20:21:15.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4147 | 2026-03-17T20:21:15.724Z | |
| 4148 | 2026-03-17T20:21:15.724Z | info: running `cargo check --bins` on nexus-saga-recovery (225/257) |
| 4149 | 2026-03-17T20:21:16.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-03-17T20:21:16.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-03-17T20:21:16.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2026-03-17T20:21:16.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4153 | 2026-03-17T20:21:16.575Z | |
| 4154 | 2026-03-17T20:21:16.575Z | info: running `cargo check --bins` on nexus-test-utils-macros (226/257) |
| 4155 | 2026-03-17T20:21:17.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-03-17T20:21:17.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-03-17T20:21:17.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4158 | 2026-03-17T20:21:17.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4159 | 2026-03-17T20:21:17.334Z | |
| 4160 | 2026-03-17T20:21:17.334Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (227/257) |
| 4161 | 2026-03-17T20:21:18.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-03-17T20:21:18.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-03-17T20:21:18.393Z | Compiling libz-sys v1.1.24 |
| 4164 | 2026-03-17T20:21:18.396Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4165 | 2026-03-17T20:21:18.544Z | Compiling vergen-git2 v1.0.7 |
| 4166 | 2026-03-17T20:21:18.563Z | Compiling rustls v0.21.12 |
| 4167 | 2026-03-17T20:21:18.563Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4168 | 2026-03-17T20:21:18.570Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4169 | 2026-03-17T20:21:18.570Z | Checking sct v0.7.1 |
| 4170 | 2026-03-17T20:21:18.570Z | Checking rustls-webpki v0.101.7 |
| 4171 | 2026-03-17T20:21:18.741Z | Compiling nix v0.29.0 |
| 4172 | 2026-03-17T20:21:18.823Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4173 | 2026-03-17T20:21:18.851Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4174 | 2026-03-17T20:21:18.892Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4175 | 2026-03-17T20:21:19.093Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4176 | 2026-03-17T20:21:19.205Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4177 | 2026-03-17T20:21:19.244Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4178 | 2026-03-17T20:21:19.357Z | Checking rustls-pemfile v1.0.4 |
| 4179 | 2026-03-17T20:21:19.502Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4180 | 2026-03-17T20:21:19.594Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4181 | 2026-03-17T20:21:19.843Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4182 | 2026-03-17T20:21:19.874Z | Checking twox-hash v2.1.2 |
| 4183 | 2026-03-17T20:21:19.963Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4184 | 2026-03-17T20:21:20.797Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4185 | 2026-03-17T20:21:20.863Z | Checking tokio-rustls v0.24.1 |
| 4186 | 2026-03-17T20:21:20.879Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4187 | 2026-03-17T20:21:20.879Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4188 | 2026-03-17T20:21:21.078Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4189 | 2026-03-17T20:21:21.256Z | Checking fatfs v0.3.6 |
| 4190 | 2026-03-17T20:21:21.654Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4191 | 2026-03-17T20:21:21.701Z | Compiling seq-macro v0.3.6 |
| 4192 | 2026-03-17T20:21:26.712Z | Compiling git2 v0.20.4 |
| 4193 | 2026-03-17T20:21:27.686Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4194 | 2026-03-17T20:21:27.845Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4195 | 2026-03-17T20:21:29.919Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4196 | 2026-03-17T20:22:37.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 4197 | 2026-03-17T20:22:38.146Z | |
| 4198 | 2026-03-17T20:22:38.146Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257) |
| 4199 | 2026-03-17T20:22:38.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4200 | 2026-03-17T20:22:38.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4201 | 2026-03-17T20:22:39.229Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4202 | 2026-03-17T20:23:37.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.50s |
| 4203 | 2026-03-17T20:23:37.877Z | |
| 4204 | 2026-03-17T20:23:37.877Z | info: running `cargo check --bins` on nexus-background-task-interface (229/257) |
| 4205 | 2026-03-17T20:23:38.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4206 | 2026-03-17T20:23:38.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4207 | 2026-03-17T20:23:38.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4208 | 2026-03-17T20:23:38.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4209 | 2026-03-17T20:23:38.662Z | |
| 4210 | 2026-03-17T20:23:38.662Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (230/257) |
| 4211 | 2026-03-17T20:23:39.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4212 | 2026-03-17T20:23:39.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4213 | 2026-03-17T20:23:39.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4214 | 2026-03-17T20:23:39.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4215 | 2026-03-17T20:23:39.503Z | |
| 4216 | 2026-03-17T20:23:39.503Z | info: running `cargo check --bins` on nexus-mgs-updates (231/257) |
| 4217 | 2026-03-17T20:23:40.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4218 | 2026-03-17T20:23:40.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4219 | 2026-03-17T20:23:40.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4220 | 2026-03-17T20:23:40.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4221 | 2026-03-17T20:23:40.342Z | |
| 4222 | 2026-03-17T20:23:40.342Z | info: running `cargo check --bins` on nexus-networking (232/257) |
| 4223 | 2026-03-17T20:23:41.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-03-17T20:23:41.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-03-17T20:23:41.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4226 | 2026-03-17T20:23:41.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4227 | 2026-03-17T20:23:41.186Z | |
| 4228 | 2026-03-17T20:23:41.187Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (233/257) |
| 4229 | 2026-03-17T20:23:41.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-03-17T20:23:41.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-03-17T20:23:41.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4232 | 2026-03-17T20:23:41.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4233 | 2026-03-17T20:23:42.024Z | |
| 4234 | 2026-03-17T20:23:42.024Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257) |
| 4235 | 2026-03-17T20:23:42.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-03-17T20:23:42.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-03-17T20:23:42.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4238 | 2026-03-17T20:23:42.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4239 | 2026-03-17T20:23:42.870Z | |
| 4240 | 2026-03-17T20:23:42.870Z | info: running `cargo check --bins` on omicron-dev (235/257) |
| 4241 | 2026-03-17T20:23:43.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-03-17T20:23:43.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-03-17T20:23:43.974Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4244 | 2026-03-17T20:23:43.980Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4245 | 2026-03-17T20:23:44.119Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4246 | 2026-03-17T20:23:44.134Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4247 | 2026-03-17T20:23:44.143Z | Checking diff v0.1.13 |
| 4248 | 2026-03-17T20:23:44.143Z | Checking yansi v1.0.1 |
| 4249 | 2026-03-17T20:23:44.143Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4250 | 2026-03-17T20:23:44.143Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4251 | 2026-03-17T20:23:44.321Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4252 | 2026-03-17T20:23:44.526Z | Checking pretty_assertions v1.4.1 |
| 4253 | 2026-03-17T20:23:45.385Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4254 | 2026-03-17T20:24:18.438Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4255 | 2026-03-17T20:24:18.442Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4256 | 2026-03-17T20:24:18.442Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4257 | 2026-03-17T20:24:18.442Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4258 | 2026-03-17T20:24:18.442Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4259 | 2026-03-17T20:24:18.442Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4260 | 2026-03-17T20:24:19.341Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4261 | 2026-03-17T20:24:20.764Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4262 | 2026-03-17T20:25:20.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 4263 | 2026-03-17T20:25:20.699Z | |
| 4264 | 2026-03-17T20:25:20.699Z | info: running `cargo check --bins` on omicron-pins (236/257) |
| 4265 | 2026-03-17T20:25:21.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4266 | 2026-03-17T20:25:21.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4267 | 2026-03-17T20:25:21.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4268 | 2026-03-17T20:25:21.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4269 | 2026-03-17T20:25:21.465Z | |
| 4270 | 2026-03-17T20:25:21.465Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257) |
| 4271 | 2026-03-17T20:25:22.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4272 | 2026-03-17T20:25:22.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4273 | 2026-03-17T20:25:22.399Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4274 | 2026-03-17T20:25:22.514Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4275 | 2026-03-17T20:25:22.522Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4276 | 2026-03-17T20:26:00.303Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4277 | 2026-03-17T20:26:00.789Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4278 | 2026-03-17T20:26:03.131Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4279 | 2026-03-17T20:26:03.715Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4280 | 2026-03-17T20:26:07.720Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4281 | 2026-03-17T20:26:39.954Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4282 | 2026-03-17T20:26:40.773Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4283 | 2026-03-17T20:26:42.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 4284 | 2026-03-17T20:26:43.167Z | |
| 4285 | 2026-03-17T20:26:43.167Z | info: running `cargo check --bins` on reconfigurator-sp-updater (238/257) |
| 4286 | 2026-03-17T20:26:43.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4287 | 2026-03-17T20:26:43.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4288 | 2026-03-17T20:26:44.038Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4289 | 2026-03-17T20:26:44.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4290 | 2026-03-17T20:26:45.135Z | |
| 4291 | 2026-03-17T20:26:45.135Z | info: running `cargo check --bins` on omicron-releng (239/257) |
| 4292 | 2026-03-17T20:26:45.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4293 | 2026-03-17T20:26:45.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4294 | 2026-03-17T20:26:45.939Z | Compiling blake3 v1.8.3 |
| 4295 | 2026-03-17T20:26:46.046Z | Checking constant_time_eq v0.4.2 |
| 4296 | 2026-03-17T20:26:46.049Z | Checking arrayvec v0.7.6 |
| 4297 | 2026-03-17T20:26:46.050Z | Checking arrayref v0.3.9 |
| 4298 | 2026-03-17T20:26:46.050Z | Checking topological-sort v0.2.2 |
| 4299 | 2026-03-17T20:26:46.050Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4300 | 2026-03-17T20:26:46.050Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4301 | 2026-03-17T20:26:46.058Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4302 | 2026-03-17T20:26:46.146Z | Checking shell-words v1.1.1 |
| 4303 | 2026-03-17T20:26:47.086Z | Checking omicron-zone-package v0.12.2 |
| 4304 | 2026-03-17T20:26:48.087Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4305 | 2026-03-17T20:26:49.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 4306 | 2026-03-17T20:26:49.385Z | |
| 4307 | 2026-03-17T20:26:49.385Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (240/257) |
| 4308 | 2026-03-17T20:26:50.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4309 | 2026-03-17T20:26:50.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4310 | 2026-03-17T20:26:50.180Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4311 | 2026-03-17T20:26:50.548Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4312 | 2026-03-17T20:26:51.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4313 | 2026-03-17T20:26:51.254Z | |
| 4314 | 2026-03-17T20:26:51.254Z | info: running `cargo check --bins` on xtask (241/257) |
| 4315 | 2026-03-17T20:26:51.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4316 | 2026-03-17T20:26:51.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4317 | 2026-03-17T20:26:51.845Z | Checking libc v0.2.180 |
| 4318 | 2026-03-17T20:26:51.934Z | Checking serde v1.0.228 |
| 4319 | 2026-03-17T20:26:51.937Z | Checking zerofrom v0.1.6 |
| 4320 | 2026-03-17T20:26:51.944Z | Checking bitflags v2.11.0 |
| 4321 | 2026-03-17T20:26:51.964Z | Checking hashbrown v0.16.1 |
| 4322 | 2026-03-17T20:26:51.967Z | Checking smallvec v1.15.1 |
| 4323 | 2026-03-17T20:26:51.981Z | Checking serde_json v1.0.149 |
| 4324 | 2026-03-17T20:26:51.984Z | Checking scroll v0.12.0 |
| 4325 | 2026-03-17T20:26:52.075Z | Checking yoke v0.8.1 |
| 4326 | 2026-03-17T20:26:52.146Z | Checking num-traits v0.2.19 |
| 4327 | 2026-03-17T20:26:52.202Z | Checking thiserror v1.0.69 |
| 4328 | 2026-03-17T20:26:52.276Z | Checking log v0.4.29 |
| 4329 | 2026-03-17T20:26:52.294Z | Checking zerovec v0.11.5 |
| 4330 | 2026-03-17T20:26:52.325Z | Checking zerotrie v0.2.3 |
| 4331 | 2026-03-17T20:26:52.416Z | Checking errno v0.3.14 |
| 4332 | 2026-03-17T20:26:52.470Z | Checking percent-encoding v2.3.2 |
| 4333 | 2026-03-17T20:26:52.504Z | Checking toml_datetime v0.6.11 |
| 4334 | 2026-03-17T20:26:52.564Z | Checking rustix v1.1.3 |
| 4335 | 2026-03-17T20:26:52.581Z | Checking indexmap v2.13.0 |
| 4336 | 2026-03-17T20:26:52.644Z | Checking serde_spanned v0.6.9 |
| 4337 | 2026-03-17T20:26:52.657Z | Checking zerocopy v0.7.35 |
| 4338 | 2026-03-17T20:26:52.740Z | Checking form_urlencoded v1.2.2 |
| 4339 | 2026-03-17T20:26:52.799Z | Checking goblin v0.8.2 |
| 4340 | 2026-03-17T20:26:52.863Z | Checking getrandom v0.4.1 |
| 4341 | 2026-03-17T20:26:52.898Z | Checking tinystr v0.8.2 |
| 4342 | 2026-03-17T20:26:52.911Z | Checking potential_utf v0.1.4 |
| 4343 | 2026-03-17T20:26:52.937Z | Checking ordered-float v2.10.1 |
| 4344 | 2026-03-17T20:26:53.023Z | Checking thiserror v2.0.18 |
| 4345 | 2026-03-17T20:26:53.071Z | Checking icu_collections v2.1.1 |
| 4346 | 2026-03-17T20:26:53.136Z | Checking icu_locale_core v2.1.1 |
| 4347 | 2026-03-17T20:26:53.150Z | Checking syn v2.0.117 |
| 4348 | 2026-03-17T20:26:53.275Z | Checking serde-value v0.7.0 |
| 4349 | 2026-03-17T20:26:53.337Z | Checking toml_edit v0.22.27 |
| 4350 | 2026-03-17T20:26:53.370Z | Checking dtrace-parser v0.2.0 |
| 4351 | 2026-03-17T20:26:53.486Z | Checking thread-id v4.2.2 |
| 4352 | 2026-03-17T20:26:53.550Z | Checking once_cell v1.21.3 |
| 4353 | 2026-03-17T20:26:53.583Z | Checking cargo-platform v0.2.0 |
| 4354 | 2026-03-17T20:26:53.684Z | Checking memmap v0.7.0 |
| 4355 | 2026-03-17T20:26:53.730Z | Checking terminal_size v0.4.3 |
| 4356 | 2026-03-17T20:26:53.769Z | Checking tempfile v3.25.0 |
| 4357 | 2026-03-17T20:26:53.810Z | Checking fs-err v3.3.0 |
| 4358 | 2026-03-17T20:26:53.847Z | Checking anyhow v1.0.102 |
| 4359 | 2026-03-17T20:26:53.870Z | Checking clap_builder v4.5.60 |
| 4360 | 2026-03-17T20:26:53.919Z | Checking icu_provider v2.1.1 |
| 4361 | 2026-03-17T20:26:54.020Z | Checking camino-tempfile v1.4.1 |
| 4362 | 2026-03-17T20:26:54.043Z | Checking textwrap v0.16.2 |
| 4363 | 2026-03-17T20:26:54.118Z | Checking tabled v0.15.0 |
| 4364 | 2026-03-17T20:26:54.220Z | Checking macaddr v1.0.1 |
| 4365 | 2026-03-17T20:26:54.237Z | Checking icu_normalizer v2.1.1 |
| 4366 | 2026-03-17T20:26:54.312Z | Checking icu_properties v2.1.2 |
| 4367 | 2026-03-17T20:26:54.453Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4368 | 2026-03-17T20:26:54.869Z | Checking toml v0.8.23 |
| 4369 | 2026-03-17T20:26:55.292Z | Checking cargo_toml v0.21.0 |
| 4370 | 2026-03-17T20:26:55.472Z | Checking idna_adapter v1.2.1 |
| 4371 | 2026-03-17T20:26:55.527Z | Checking dof v0.3.0 |
| 4372 | 2026-03-17T20:26:55.545Z | Checking clap v4.5.60 |
| 4373 | 2026-03-17T20:26:55.620Z | Checking idna v1.1.0 |
| 4374 | 2026-03-17T20:26:55.889Z | Checking usdt-impl v0.5.0 |
| 4375 | 2026-03-17T20:26:55.911Z | Checking url v2.5.8 |
| 4376 | 2026-03-17T20:26:56.215Z | Checking usdt v0.5.0 |
| 4377 | 2026-03-17T20:26:56.380Z | Checking cargo-util-schemas v0.8.2 |
| 4378 | 2026-03-17T20:26:57.376Z | Checking cargo_metadata v0.21.0 |
| 4379 | 2026-03-17T20:26:58.239Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4380 | 2026-03-17T20:26:58.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s |
| 4381 | 2026-03-17T20:26:58.950Z | |
| 4382 | 2026-03-17T20:26:58.950Z | info: running `cargo check --bins` on end-to-end-tests (242/257) |
| 4383 | 2026-03-17T20:26:59.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-03-17T20:26:59.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-03-17T20:26:59.912Z | Checking polyval v0.6.2 |
| 4386 | 2026-03-17T20:27:00.029Z | Checking ctr v0.9.2 |
| 4387 | 2026-03-17T20:27:00.044Z | Checking ssh-encoding v0.2.0 |
| 4388 | 2026-03-17T20:27:00.047Z | Checking blowfish v0.9.1 |
| 4389 | 2026-03-17T20:27:00.067Z | Checking password-hash v0.4.2 |
| 4390 | 2026-03-17T20:27:00.081Z | Checking p256 v0.13.2 |
| 4391 | 2026-03-17T20:27:00.084Z | Checking p521 v0.13.3 |
| 4392 | 2026-03-17T20:27:00.084Z | Checking russh-cryptovec v0.7.3 |
| 4393 | 2026-03-17T20:27:00.213Z | Checking bcrypt-pbkdf v0.10.0 |
| 4394 | 2026-03-17T20:27:00.216Z | Checking ghash v0.5.1 |
| 4395 | 2026-03-17T20:27:00.245Z | Checking md5 v0.7.0 |
| 4396 | 2026-03-17T20:27:00.284Z | Checking num-bigint v0.4.6 |
| 4397 | 2026-03-17T20:27:00.304Z | Checking des v0.8.1 |
| 4398 | 2026-03-17T20:27:00.347Z | Checking pbkdf2 v0.11.0 |
| 4399 | 2026-03-17T20:27:00.368Z | Checking aes-gcm v0.10.3 |
| 4400 | 2026-03-17T20:27:00.413Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4401 | 2026-03-17T20:27:00.450Z | Checking hex-literal v0.4.1 |
| 4402 | 2026-03-17T20:27:00.466Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4403 | 2026-03-17T20:27:00.493Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4404 | 2026-03-17T20:27:00.545Z | Checking ssh-cipher v0.2.0 |
| 4405 | 2026-03-17T20:27:00.561Z | Checking socket2 v0.5.10 |
| 4406 | 2026-03-17T20:27:00.577Z | Checking internet-checksum v0.2.1 |
| 4407 | 2026-03-17T20:27:00.759Z | Checking ssh-key v0.6.7 |
| 4408 | 2026-03-17T20:27:00.952Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4409 | 2026-03-17T20:27:01.643Z | Checking russh-keys v0.45.0 |
| 4410 | 2026-03-17T20:27:02.375Z | Checking russh v0.45.0 |
| 4411 | 2026-03-17T20:27:24.134Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4412 | 2026-03-17T20:27:25.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.70s |
| 4413 | 2026-03-17T20:27:25.887Z | |
| 4414 | 2026-03-17T20:27:25.887Z | info: running `cargo check --bins` on gateway-cli (243/257) |
| 4415 | 2026-03-17T20:27:26.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-03-17T20:27:26.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-03-17T20:27:26.677Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4418 | 2026-03-17T20:27:26.680Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4419 | 2026-03-17T20:27:26.680Z | Checking termios v0.3.3 |
| 4420 | 2026-03-17T20:27:28.493Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4421 | 2026-03-17T20:27:28.676Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4422 | 2026-03-17T20:27:31.296Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4423 | 2026-03-17T20:27:32.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s |
| 4424 | 2026-03-17T20:27:32.338Z | |
| 4425 | 2026-03-17T20:27:32.338Z | info: running `cargo check --bins --no-default-features` on installinator (244/257) |
| 4426 | 2026-03-17T20:27:32.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4427 | 2026-03-17T20:27:32.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4428 | 2026-03-17T20:27:33.112Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4429 | 2026-03-17T20:27:33.120Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4430 | 2026-03-17T20:27:33.236Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4431 | 2026-03-17T20:27:33.246Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4432 | 2026-03-17T20:27:33.246Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4433 | 2026-03-17T20:27:33.524Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4434 | 2026-03-17T20:27:33.534Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4435 | 2026-03-17T20:27:34.467Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4436 | 2026-03-17T20:27:38.246Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4437 | 2026-03-17T20:27:38.246Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4438 | 2026-03-17T20:27:38.246Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4439 | 2026-03-17T20:27:38.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
| 4440 | 2026-03-17T20:27:38.297Z | |
| 4441 | 2026-03-17T20:27:38.298Z | info: running `cargo check --bins` on internal-dns-cli (245/257) |
| 4442 | 2026-03-17T20:27:38.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4443 | 2026-03-17T20:27:38.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4444 | 2026-03-17T20:27:38.696Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4445 | 2026-03-17T20:27:39.240Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4446 | 2026-03-17T20:27:39.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4447 | 2026-03-17T20:27:39.843Z | |
| 4448 | 2026-03-17T20:27:39.843Z | info: running `cargo check --bins` on omicron-live-tests (246/257) |
| 4449 | 2026-03-17T20:27:40.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-03-17T20:27:40.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-03-17T20:27:40.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4452 | 2026-03-17T20:27:40.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4453 | 2026-03-17T20:27:40.611Z | |
| 4454 | 2026-03-17T20:27:40.611Z | info: running `cargo check --bins` on live-tests-macros (247/257) |
| 4455 | 2026-03-17T20:27:41.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4456 | 2026-03-17T20:27:41.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4457 | 2026-03-17T20:27:41.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4458 | 2026-03-17T20:27:41.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4459 | 2026-03-17T20:27:41.378Z | |
| 4460 | 2026-03-17T20:27:41.378Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257) |
| 4461 | 2026-03-17T20:27:42.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4462 | 2026-03-17T20:27:42.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4463 | 2026-03-17T20:27:42.281Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4464 | 2026-03-17T20:27:43.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 4465 | 2026-03-17T20:27:43.244Z | |
| 4466 | 2026-03-17T20:27:43.244Z | info: running `cargo check --bins` on omicron-ntp-admin (249/257) |
| 4467 | 2026-03-17T20:27:43.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4468 | 2026-03-17T20:27:43.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4469 | 2026-03-17T20:27:44.035Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4470 | 2026-03-17T20:27:44.039Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4471 | 2026-03-17T20:27:44.325Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4472 | 2026-03-17T20:27:44.329Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4473 | 2026-03-17T20:27:45.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
| 4474 | 2026-03-17T20:27:45.526Z | |
| 4475 | 2026-03-17T20:27:45.526Z | info: running `cargo check --bins` on ntp-admin-types (250/257) |
| 4476 | 2026-03-17T20:27:46.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-03-17T20:27:46.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-03-17T20:27:46.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4479 | 2026-03-17T20:27:46.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4480 | 2026-03-17T20:27:46.333Z | |
| 4481 | 2026-03-17T20:27:46.333Z | info: running `cargo check --bins` on omicron-package (251/257) |
| 4482 | 2026-03-17T20:27:46.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4483 | 2026-03-17T20:27:46.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4484 | 2026-03-17T20:27:47.100Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4485 | 2026-03-17T20:27:48.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
| 4486 | 2026-03-17T20:27:48.669Z | |
| 4487 | 2026-03-17T20:27:48.669Z | info: running `cargo check --bins` on tqdb (252/257) |
| 4488 | 2026-03-17T20:27:49.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4489 | 2026-03-17T20:27:49.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4490 | 2026-03-17T20:27:49.612Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4491 | 2026-03-17T20:27:50.032Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4492 | 2026-03-17T20:27:50.732Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4493 | 2026-03-17T20:27:50.735Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4494 | 2026-03-17T20:27:57.425Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4495 | 2026-03-17T20:27:58.338Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4496 | 2026-03-17T20:27:58.342Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4497 | 2026-03-17T20:27:58.342Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4498 | 2026-03-17T20:27:58.342Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4499 | 2026-03-17T20:27:59.336Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4500 | 2026-03-17T20:28:09.005Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4501 | 2026-03-17T20:28:17.149Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4502 | 2026-03-17T20:28:17.152Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4503 | 2026-03-17T20:28:17.152Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4504 | 2026-03-17T20:28:17.152Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4505 | 2026-03-17T20:28:19.068Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4506 | 2026-03-17T20:28:20.835Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4507 | 2026-03-17T20:28:21.726Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4508 | 2026-03-17T20:28:23.468Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4509 | 2026-03-17T20:28:24.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.51s |
| 4510 | 2026-03-17T20:28:24.414Z | |
| 4511 | 2026-03-17T20:28:24.414Z | info: running `cargo check --bins` on wicket-dbg (253/257) |
| 4512 | 2026-03-17T20:28:25.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4513 | 2026-03-17T20:28:25.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4514 | 2026-03-17T20:28:25.277Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4515 | 2026-03-17T20:28:25.280Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4516 | 2026-03-17T20:28:25.280Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4517 | 2026-03-17T20:28:25.413Z | Checking rtoolbox v0.0.3 |
| 4518 | 2026-03-17T20:28:25.417Z | Checking tui-tree-widget v0.23.1 |
| 4519 | 2026-03-17T20:28:25.556Z | Checking rpassword v7.4.0 |
| 4520 | 2026-03-17T20:28:25.705Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4521 | 2026-03-17T20:28:26.671Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4522 | 2026-03-17T20:28:33.394Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4523 | 2026-03-17T20:28:34.303Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4524 | 2026-03-17T20:28:35.699Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4525 | 2026-03-17T20:28:39.845Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4526 | 2026-03-17T20:28:42.386Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4527 | 2026-03-17T20:28:43.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.14s |
| 4528 | 2026-03-17T20:28:43.766Z | |
| 4529 | 2026-03-17T20:28:43.766Z | info: running `cargo check --bins` on wicket (254/257) |
| 4530 | 2026-03-17T20:28:44.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4531 | 2026-03-17T20:28:44.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4532 | 2026-03-17T20:28:44.603Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4533 | 2026-03-17T20:28:45.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 4534 | 2026-03-17T20:28:45.234Z | |
| 4535 | 2026-03-17T20:28:45.234Z | info: running `cargo check --bins` on wicketd (255/257) |
| 4536 | 2026-03-17T20:28:45.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4537 | 2026-03-17T20:28:45.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4538 | 2026-03-17T20:28:46.103Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4539 | 2026-03-17T20:28:46.106Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4540 | 2026-03-17T20:28:46.106Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4541 | 2026-03-17T20:28:46.106Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4542 | 2026-03-17T20:28:47.642Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4543 | 2026-03-17T20:28:48.424Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4544 | 2026-03-17T20:28:52.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.19s |
| 4545 | 2026-03-17T20:28:52.657Z | |
| 4546 | 2026-03-17T20:28:52.657Z | info: running `cargo check --bins` on omicron-workspace-hack (256/257) |
| 4547 | 2026-03-17T20:28:53.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4548 | 2026-03-17T20:28:53.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4549 | 2026-03-17T20:28:53.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4550 | 2026-03-17T20:28:53.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4551 | 2026-03-17T20:28:53.422Z | |
| 4552 | 2026-03-17T20:28:53.422Z | info: running `cargo check --bins` on zone-setup (257/257) |
| 4553 | 2026-03-17T20:28:54.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4554 | 2026-03-17T20:28:54.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4555 | 2026-03-17T20:28:54.232Z | Checking uzers v0.12.2 |
| 4556 | 2026-03-17T20:28:54.562Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4557 | 2026-03-17T20:28:55.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
| 4558 | 2026-03-17T20:28:55.752Z | |
| 4559 | 2026-03-17T20:28:55.755Z | real 18:57.656813724 |
| 4560 | 2026-03-17T20:28:55.755Z | user 28:39.209310443 |
| 4561 | 2026-03-17T20:28:55.755Z | sys 5:06.568608908 |
| 4562 | 2026-03-17T20:28:55.755Z | trap 0.488631107 |
| 4563 | 2026-03-17T20:28:55.755Z | tflt 0.570454900 |
| 4564 | 2026-03-17T20:28:55.755Z | dflt 0.692080566 |
| 4565 | 2026-03-17T20:28:55.755Z | kflt 0.000953676 |
| 4566 | 2026-03-17T20:28:55.755Z | lock 1:18:09.299193766 |
| 4567 | 2026-03-17T20:28:55.755Z | slp 2:41:23.980049587 |
| 4568 | 2026-03-17T20:28:55.755Z | lat 1:32.068353418 |
| 4569 | 2026-03-17T20:28:55.755Z | stop 4:53.153628613 |
| 4570 | 2026-03-17T20:28:55.755Z | process exited: duration 1412462 ms, exit code 0 |
| |
| 4571 | 2026-03-17T20:28:55.763Z | found 0 output files |