|
|
|
| 1 | 2026-03-20T18:10:56.043Z | job assigned to worker 01KM67100S1NZD26C31ZDJSKH5 [factory aws, i-0d8e43b78ec7fc2ac] (queued for 1 m 14 s) |
| |
| 2 | 2026-03-20T18:11:03.967Z | starting task 0: "setup" |
| 3 | 2026-03-20T18:11:03.971Z | ++ uname -s |
| 4 | 2026-03-20T18:11:03.974Z | + kern=SunOS |
| 5 | 2026-03-20T18:11:03.974Z | + build_user=build |
| 6 | 2026-03-20T18:11:03.974Z | + build_uid=12345 |
| 7 | 2026-03-20T18:11:03.974Z | + work_dir=/work |
| 8 | 2026-03-20T18:11:03.974Z | + input_dir=/input |
| 9 | 2026-03-20T18:11:03.974Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-20T18:11:03.974Z | + case "$kern" in |
| 11 | 2026-03-20T18:11:03.974Z | + groupadd -g 12345 build |
| 12 | 2026-03-20T18:11:03.978Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-20T18:11:05.984Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-20T18:11:06.101Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-20T18:11:06.104Z | + home_fs=zfs |
| 16 | 2026-03-20T18:11:06.104Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-20T18:11:06.104Z | + mkdir -p /home/build |
| 18 | 2026-03-20T18:11:06.104Z | + chown build:build /home/build /work |
| 19 | 2026-03-20T18:11:08.101Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-20T18:11:08.109Z | process exited: duration 4140 ms, exit code 0 |
| |
| 21 | 2026-03-20T18:11:08.122Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-20T18:11:08.137Z | * rust toolchain channel = "1.94.0" |
| 23 | 2026-03-20T18:11:08.137Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 24 | 2026-03-20T18:11:08.138Z | * rust toolchain profile = "default" |
| 25 | 2026-03-20T18:11:08.138Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-20T18:11:08.138Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-20T18:11:08.138Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-20T18:11:08.138Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-20T18:11:08.142Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-20T18:11:08.268Z | info: downloading installer |
| 31 | 2026-03-20T18:11:10.223Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-20T18:11:10.224Z | warn: /opt/ooce/bin |
| 33 | 2026-03-20T18:11:10.224Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-20T18:11:10.224Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-20T18:11:10.224Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-20T18:11:10.224Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-20T18:11:10.224Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-20T18:11:10.224Z | error: cannot install while Rust is installed |
| 39 | 2026-03-20T18:11:10.224Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-20T18:11:10.224Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-20T18:11:10.224Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-20T18:11:10.224Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-20T18:11:10.224Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-20T18:11:10.247Z | info: profile set to default |
| 45 | 2026-03-20T18:11:10.247Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-20T18:11:10.247Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-20T18:11:10.291Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-20T18:11:10.295Z | info: downloading 6 components |
| 49 | 2026-03-20T18:11:26.436Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-20T18:11:26.436Z | |
| 51 | 2026-03-20T18:11:26.701Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-20T18:11:26.701Z | |
| 53 | 2026-03-20T18:11:26.736Z | |
| 54 | 2026-03-20T18:11:26.736Z | Rust is installed now. Great! |
| 55 | 2026-03-20T18:11:26.736Z | |
| 56 | 2026-03-20T18:11:26.736Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-20T18:11:26.736Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-20T18:11:26.736Z | |
| 59 | 2026-03-20T18:11:26.736Z | To configure your current shell, you need to source |
| 60 | 2026-03-20T18:11:26.736Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-20T18:11:26.736Z | |
| 62 | 2026-03-20T18:11:26.736Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-20T18:11:26.736Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-20T18:11:26.736Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-20T18:11:26.736Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-20T18:11:26.736Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-20T18:11:26.736Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-20T18:11:26.736Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-20T18:11:26.737Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-20T18:11:26.737Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-20T18:11:26.737Z | + rustup --version |
| 72 | 2026-03-20T18:11:26.737Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-20T18:11:26.737Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-20T18:11:26.737Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-20T18:11:26.737Z | + cargo --version |
| 76 | 2026-03-20T18:11:26.737Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-20T18:11:26.737Z | + rustc --version |
| 78 | 2026-03-20T18:11:26.737Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-20T18:11:26.737Z | process exited: duration 18559 ms, exit code 0 |
| |
| 80 | 2026-03-20T18:11:26.762Z | starting task 2: "authentication" |
| 81 | 2026-03-20T18:11:26.792Z | process exited: duration 32 ms, exit code 0 |
| |
| 82 | 2026-03-20T18:11:26.814Z | starting task 3: "clone repository" |
| 83 | 2026-03-20T18:11:26.825Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-20T18:11:26.825Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-20T18:11:26.850Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-20T18:11:37.176Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-20T18:11:37.201Z | + git fetch origin c171063ef400979ae9b01dea1d7886b91bd77100 |
| 88 | 2026-03-20T18:11:37.675Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-20T18:11:37.675Z | * branch c171063ef400979ae9b01dea1d7886b91bd77100 -> FETCH_HEAD |
| 90 | 2026-03-20T18:11:37.903Z | + [[ -n mergeconflict/builder-side-quest ]] |
| 91 | 2026-03-20T18:11:37.923Z | ++ git branch --show-current |
| 92 | 2026-03-20T18:11:37.923Z | + current=main |
| 93 | 2026-03-20T18:11:37.923Z | + [[ main != mergeconflict/builder-side-quest ]] |
| 94 | 2026-03-20T18:11:37.923Z | + git branch -f mergeconflict/builder-side-quest c171063ef400979ae9b01dea1d7886b91bd77100 |
| 95 | 2026-03-20T18:11:37.923Z | + git checkout -f mergeconflict/builder-side-quest |
| 96 | 2026-03-20T18:11:38.018Z | Switched to branch 'mergeconflict/builder-side-quest' |
| 97 | 2026-03-20T18:11:38.025Z | + git reset --hard c171063ef400979ae9b01dea1d7886b91bd77100 |
| 98 | 2026-03-20T18:11:38.040Z | HEAD is now at c171063ef EreportFilters: make fields private, add builder API |
| 99 | 2026-03-20T18:11:38.047Z | process exited: duration 11239 ms, exit code 0 |
| |
| 100 | 2026-03-20T18:11:38.061Z | starting task 4: "build" |
| 101 | 2026-03-20T18:11:38.070Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-20T18:11:38.070Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-20T18:11:38.070Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-20T18:11:38.070Z | + cargo --version |
| 105 | 2026-03-20T18:11:38.078Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-03-20T18:11:38.085Z | + rustc --version |
| 107 | 2026-03-20T18:11:38.103Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-03-20T18:11:38.109Z | + source ./env.sh |
| 109 | 2026-03-20T18:11:38.109Z | ++ OLD_SHELL_OPTS=ehxB |
| 110 | 2026-03-20T18:11:38.109Z | ++ set -o xtrace |
| 111 | 2026-03-20T18:11:38.116Z | ++++ dirname ./env.sh |
| 112 | 2026-03-20T18:11:38.116Z | +++ readlink -f . |
| 113 | 2026-03-20T18:11:38.116Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 114 | 2026-03-20T18:11:38.116Z | ++ 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-20T18:11:38.116Z | ++ 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-20T18:11:38.116Z | ++ 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-20T18:11:38.116Z | ++ 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-20T18:11:38.116Z | ++ 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-20T18:11:38.116Z | ++ 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-20T18:11:38.116Z | ++ 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-20T18:11:38.116Z | ++ 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-20T18:11:38.116Z | ++ case $OLD_SHELL_OPTS in |
| 123 | 2026-03-20T18:11:38.116Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 124 | 2026-03-20T18:11:38.116Z | + 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-20T18:11:38.116Z | + 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-20T18:11:38.116Z | + banner prerequisites |
| 127 | 2026-03-20T18:11:38.116Z | |
| 128 | 2026-03-20T18:11:38.116Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-20T18:11:38.116Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-20T18:11:38.116Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-20T18:11:38.116Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-20T18:11:38.116Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-20T18:11:38.120Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-20T18:11:38.120Z | |
| 135 | 2026-03-20T18:11:38.120Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-20T18:11:47.915Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-20T18:11:57.710Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-20T18:12:19.661Z | Planning: Solver setup ... Done (20.534s) |
| 139 | 2026-03-20T18:12:19.815Z | Planning: Running solver ... Done (0.155s) |
| 140 | 2026-03-20T18:12:20.092Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-03-20T18:12:20.105Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-03-20T18:12:20.137Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-03-20T18:12:20.179Z | Planning: Package planning ... Done (0.043s) |
| 144 | 2026-03-20T18:12:20.227Z | Planning: Merging actions ... Done (0.044s) |
| 145 | 2026-03-20T18:12:20.458Z | Planning: Checking for conflicting actions ... Done (0.237s) |
| 146 | 2026-03-20T18:12:20.472Z | Planning: Consolidating action changes ... Done (0.010s) |
| 147 | 2026-03-20T18:12:21.585Z | Planning: Evaluating mediators ... Done (0.859s) |
| 148 | 2026-03-20T18:12:21.590Z | Planning: Planning completed in 23.49 seconds |
| 149 | 2026-03-20T18:12:21.590Z | Packages to install: 4 |
| 150 | 2026-03-20T18:12:21.590Z | Mediators to change: 2 |
| 151 | 2026-03-20T18:12:21.590Z | Services to change: 1 |
| 152 | 2026-03-20T18:12:21.590Z | Estimated space available: 155.43 GB |
| 153 | 2026-03-20T18:12:21.591Z | Estimated space to be consumed: 1.83 GB |
| 154 | 2026-03-20T18:12:21.591Z | Create boot environment: No |
| 155 | 2026-03-20T18:12:21.591Z | Create backup boot environment: No |
| 156 | 2026-03-20T18:12:21.591Z | Rebuild boot archive: No |
| 157 | 2026-03-20T18:12:21.591Z | |
| 158 | 2026-03-20T18:12:21.591Z | Changed mediators: |
| 159 | 2026-03-20T18:12:21.591Z | mediator clang: |
| 160 | 2026-03-20T18:12:21.591Z | version: None -> 15 (system default) |
| 161 | 2026-03-20T18:12:21.591Z | |
| 162 | 2026-03-20T18:12:21.591Z | mediator llvm: |
| 163 | 2026-03-20T18:12:21.591Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-20T18:12:21.591Z | |
| 165 | 2026-03-20T18:12:21.591Z | Changed packages: |
| 166 | 2026-03-20T18:12:21.591Z | helios-dev |
| 167 | 2026-03-20T18:12:21.591Z | developer/build-essential |
| 168 | 2026-03-20T18:12:21.591Z | None -> 11-2.0 |
| 169 | 2026-03-20T18:12:21.591Z | library/libxmlsec1 |
| 170 | 2026-03-20T18:12:21.592Z | None -> 1.2.35-2.0 |
| 171 | 2026-03-20T18:12:21.592Z | ooce/developer/clang-15 |
| 172 | 2026-03-20T18:12:21.592Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-20T18:12:21.592Z | ooce/developer/llvm-15 |
| 174 | 2026-03-20T18:12:21.592Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-20T18:12:21.592Z | |
| 176 | 2026-03-20T18:12:21.592Z | Services: |
| 177 | 2026-03-20T18:12:21.592Z | restart_fmri: |
| 178 | 2026-03-20T18:12:21.592Z | svc:/system/update-man-index:default |
| 179 | 2026-03-20T18:12:21.592Z | |
| 180 | 2026-03-20T18:12:21.592Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-03-20T18:12:26.563Z | Download: 2216/3290 items 118.4/212.6MB 55% complete (24.2M/s) |
| 182 | 2026-03-20T18:12:30.302Z | Download: Completed 212.60 MB in 8.89 seconds (23.9M/s) |
| 183 | 2026-03-20T18:12:30.585Z | Actions: 1/3689 actions (Installing new actions) |
| 184 | 2026-03-20T18:12:34.728Z | Actions: Completed 3689 actions in 4.11 seconds. |
| 185 | 2026-03-20T18:12:35.089Z | Done (0.362s) |
| 186 | 2026-03-20T18:12:35.089Z | Done (0.000s) |
| 187 | 2026-03-20T18:12:36.042Z | Done (0.995s) |
| 188 | 2026-03-20T18:12:40.353Z | Done (3.746s) |
| 189 | 2026-03-20T18:12:40.385Z | Done (0.015s) |
| 190 | 2026-03-20T18:12:40.385Z | Done (0.000s) |
| 191 | 2026-03-20T18:12:40.410Z | Done (0.000s) |
| 192 | 2026-03-20T18:12:41.369Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2026-03-20T18:12:41.817Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2026-03-20T18:12:41.862Z | Planning: Consolidating action changes ... Done |
| 195 | 2026-03-20T18:12:41.862Z | Planning: Evaluating mediators ... Done |
| 196 | 2026-03-20T18:12:41.862Z | Planning: Planning completed in 0.37 seconds |
| 197 | 2026-03-20T18:12:41.862Z | Mediators to change: 2 |
| 198 | 2026-03-20T18:12:41.862Z | Create boot environment: No |
| 199 | 2026-03-20T18:12:41.862Z | Create backup boot environment: No |
| 200 | 2026-03-20T18:12:41.862Z | Done |
| 201 | 2026-03-20T18:12:41.862Z | Done |
| 202 | 2026-03-20T18:12:42.585Z | Done |
| 203 | 2026-03-20T18:12:45.879Z | Done |
| 204 | 2026-03-20T18:12:45.961Z | Done |
| 205 | 2026-03-20T18:12:45.981Z | Done |
| 206 | 2026-03-20T18:12:46.106Z | Done |
| 207 | 2026-03-20T18:12:46.666Z | Planning: Evaluating mediator changes ... Done |
| 208 | 2026-03-20T18:12:46.684Z | Planning: Merging actions ... Done |
| 209 | 2026-03-20T18:12:46.807Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2026-03-20T18:12:46.850Z | Planning: Consolidating action changes ... Done |
| 211 | 2026-03-20T18:12:47.042Z | Planning: Evaluating mediators ... Done |
| 212 | 2026-03-20T18:12:47.111Z | Planning: Planning completed in 0.63 seconds |
| 213 | 2026-03-20T18:12:47.131Z | Packages to change: 1 |
| 214 | 2026-03-20T18:12:47.131Z | Mediators to change: 1 |
| 215 | 2026-03-20T18:12:47.131Z | Services to change: 1 |
| 216 | 2026-03-20T18:12:47.131Z | Create boot environment: No |
| 217 | 2026-03-20T18:12:47.131Z | Create backup boot environment: Yes |
| 218 | 2026-03-20T18:12:49.718Z | Actions: 1/6 actions (Updating modified actions) |
| 219 | 2026-03-20T18:12:49.746Z | Actions: Completed 6 actions in 0.00 seconds. |
| 220 | 2026-03-20T18:12:49.746Z | Done |
| 221 | 2026-03-20T18:12:49.746Z | Done |
| 222 | 2026-03-20T18:12:49.789Z | Done |
| 223 | 2026-03-20T18:12:53.065Z | Done |
| 224 | 2026-03-20T18:12:53.152Z | Done |
| 225 | 2026-03-20T18:12:53.160Z | Done |
| 226 | 2026-03-20T18:12:53.420Z | Done |
| 227 | 2026-03-20T18:12:53.676Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 228 | 2026-03-20T18:12:53.676Z | clang system 15 system |
| 229 | 2026-03-20T18:12:53.676Z | csh system system illumos |
| 230 | 2026-03-20T18:12:53.676Z | ctags system system illumos |
| 231 | 2026-03-20T18:12:53.676Z | file system system illumos |
| 232 | 2026-03-20T18:12:53.676Z | gcc vendor 12 vendor |
| 233 | 2026-03-20T18:12:53.676Z | gcc system 10 system |
| 234 | 2026-03-20T18:12:53.676Z | gcc system 7 system |
| 235 | 2026-03-20T18:12:53.676Z | go system 1.20 system |
| 236 | 2026-03-20T18:12:53.676Z | go system 1.19 system |
| 237 | 2026-03-20T18:12:53.676Z | llvm system 15 system |
| 238 | 2026-03-20T18:12:53.676Z | llvm system 14 system |
| 239 | 2026-03-20T18:12:53.676Z | mariadb system 10.6 system |
| 240 | 2026-03-20T18:12:53.677Z | mta vendor vendor dma |
| 241 | 2026-03-20T18:12:53.677Z | openjdk system 17 system |
| 242 | 2026-03-20T18:12:53.677Z | openjdk system 11 system |
| 243 | 2026-03-20T18:12:53.677Z | openjdk system 1.8 system |
| 244 | 2026-03-20T18:12:53.677Z | openssl vendor 3 vendor |
| 245 | 2026-03-20T18:12:53.677Z | perl system 5.36 system |
| 246 | 2026-03-20T18:12:53.677Z | postgresql system 15 system |
| 247 | 2026-03-20T18:12:53.677Z | postgresql system 13 system |
| 248 | 2026-03-20T18:12:53.677Z | python vendor 3 vendor |
| 249 | 2026-03-20T18:12:53.677Z | python system 2 system |
| 250 | 2026-03-20T18:12:53.677Z | python3 system 3.11 system |
| 251 | 2026-03-20T18:12:53.678Z | ruby system 3.0 system |
| 252 | 2026-03-20T18:12:53.678Z | words vendor vendor american-english |
| 253 | 2026-03-20T18:12:53.678Z | words system system australian-english |
| 254 | 2026-03-20T18:12:53.678Z | words system system british-english |
| 255 | 2026-03-20T18:12:53.678Z | words system system canadian-english |
| 256 | 2026-03-20T18:12:53.678Z | words system system french |
| 257 | 2026-03-20T18:12:53.679Z | words system system italian |
| 258 | 2026-03-20T18:12:53.679Z | words system system ngerman |
| 259 | 2026-03-20T18:12:53.679Z | words system system ogerman |
| 260 | 2026-03-20T18:12:53.679Z | words system system spanish |
| 261 | 2026-03-20T18:12:54.136Z | PUBLISHER TYPE STATUS P LOCATION |
| 262 | 2026-03-20T18:12:54.136Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 263 | 2026-03-20T18:12:59.949Z | FMRI IFO |
| 264 | 2026-03-20T18:12:59.949Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 265 | 2026-03-20T18:12:59.949Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 266 | 2026-03-20T18:12:59.949Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 267 | 2026-03-20T18:12:59.949Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 268 | 2026-03-20T18:12:59.949Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 269 | 2026-03-20T18:12:59.950Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 270 | 2026-03-20T18:12:59.950Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 271 | 2026-03-20T18:12:59.950Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 272 | 2026-03-20T18:12:59.950Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 273 | 2026-03-20T18:12:59.950Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 274 | 2026-03-20T18:12:59.950Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 275 | 2026-03-20T18:12:59.950Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 276 | 2026-03-20T18:12:59.950Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 277 | 2026-03-20T18:12:59.950Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 278 | 2026-03-20T18:12:59.950Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 279 | 2026-03-20T18:12:59.950Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 280 | 2026-03-20T18:13:01.176Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 281 | 2026-03-20T18:13:01.487Z | Updating crates.io index |
| 282 | 2026-03-20T18:13:01.491Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 283 | 2026-03-20T18:13:02.080Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 284 | 2026-03-20T18:13:02.655Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-03-20T18:13:02.928Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 286 | 2026-03-20T18:13:03.323Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 287 | 2026-03-20T18:13:04.716Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 288 | 2026-03-20T18:13:05.122Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 289 | 2026-03-20T18:13:06.540Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 290 | 2026-03-20T18:13:08.124Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 291 | 2026-03-20T18:13:09.028Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 292 | 2026-03-20T18:13:09.355Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 293 | 2026-03-20T18:13:10.305Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 294 | 2026-03-20T18:13:10.522Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 295 | 2026-03-20T18:13:10.933Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 296 | 2026-03-20T18:13:11.227Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 297 | 2026-03-20T18:13:12.168Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 298 | 2026-03-20T18:13:12.812Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2026-03-20T18:13:13.259Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 300 | 2026-03-20T18:13:13.538Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 301 | 2026-03-20T18:13:16.350Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 302 | 2026-03-20T18:13:16.757Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 303 | 2026-03-20T18:13:16.840Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 304 | 2026-03-20T18:13:17.115Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 305 | 2026-03-20T18:13:17.572Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 306 | 2026-03-20T18:13:18.087Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 307 | 2026-03-20T18:13:18.637Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 308 | 2026-03-20T18:13:19.040Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2026-03-20T18:13:19.269Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2026-03-20T18:13:20.692Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2026-03-20T18:13:21.358Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 312 | 2026-03-20T18:13:21.654Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 313 | 2026-03-20T18:13:22.046Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 314 | 2026-03-20T18:13:22.465Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 315 | 2026-03-20T18:13:23.034Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2026-03-20T18:13:23.238Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2026-03-20T18:13:23.595Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2026-03-20T18:13:23.815Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 319 | 2026-03-20T18:13:24.247Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 320 | 2026-03-20T18:13:38.661Z | Downloading crates ... |
| 321 | 2026-03-20T18:13:38.688Z | Downloaded generic-array v0.14.7 |
| 322 | 2026-03-20T18:13:38.688Z | Downloaded anstyle-query v1.1.5 |
| 323 | 2026-03-20T18:13:38.688Z | Downloaded anstream v0.6.21 |
| 324 | 2026-03-20T18:13:38.688Z | Downloaded cargo_toml v0.21.0 |
| 325 | 2026-03-20T18:13:38.688Z | Downloaded textwrap v0.16.2 |
| 326 | 2026-03-20T18:13:38.688Z | Downloaded tabled_derive v0.7.0 |
| 327 | 2026-03-20T18:13:38.688Z | Downloaded camino v1.2.2 |
| 328 | 2026-03-20T18:13:38.688Z | Downloaded zerovec-derive v0.11.2 |
| 329 | 2026-03-20T18:13:38.688Z | Downloaded typeid v1.0.3 |
| 330 | 2026-03-20T18:13:38.688Z | Downloaded icu_properties v2.1.2 |
| 331 | 2026-03-20T18:13:38.688Z | Downloaded form_urlencoded v1.2.2 |
| 332 | 2026-03-20T18:13:38.688Z | Downloaded errno v0.3.14 |
| 333 | 2026-03-20T18:13:38.688Z | Downloaded crypto-common v0.1.7 |
| 334 | 2026-03-20T18:13:38.688Z | Downloaded zerofrom-derive v0.1.6 |
| 335 | 2026-03-20T18:13:38.688Z | Downloaded yoke-derive v0.8.1 |
| 336 | 2026-03-20T18:13:38.689Z | Downloaded toml_write v0.1.2 |
| 337 | 2026-03-20T18:13:38.689Z | Downloaded usdt-impl v0.5.0 |
| 338 | 2026-03-20T18:13:38.689Z | Downloaded zerofrom v0.1.6 |
| 339 | 2026-03-20T18:13:38.689Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-03-20T18:13:38.689Z | Downloaded thread-id v4.2.2 |
| 341 | 2026-03-20T18:13:38.689Z | Downloaded cfg-if v1.0.4 |
| 342 | 2026-03-20T18:13:38.689Z | Downloaded block-buffer v0.10.4 |
| 343 | 2026-03-20T18:13:38.689Z | Downloaded fastrand v2.3.0 |
| 344 | 2026-03-20T18:13:38.689Z | Downloaded heck v0.5.0 |
| 345 | 2026-03-20T18:13:38.689Z | Downloaded unicode-xid v0.2.6 |
| 346 | 2026-03-20T18:13:38.711Z | Downloaded dtrace-parser v0.2.0 |
| 347 | 2026-03-20T18:13:38.711Z | Downloaded dof v0.3.0 |
| 348 | 2026-03-20T18:13:38.711Z | Downloaded utf8parse v0.2.2 |
| 349 | 2026-03-20T18:13:38.711Z | Downloaded usdt-macro v0.5.0 |
| 350 | 2026-03-20T18:13:38.711Z | Downloaded usdt-attr-macro v0.5.0 |
| 351 | 2026-03-20T18:13:38.711Z | Downloaded utf8_iter v1.0.4 |
| 352 | 2026-03-20T18:13:38.711Z | Downloaded clap_lex v1.0.0 |
| 353 | 2026-03-20T18:13:38.711Z | Downloaded colorchoice v1.0.4 |
| 354 | 2026-03-20T18:13:38.711Z | Downloaded version_check v0.9.5 |
| 355 | 2026-03-20T18:13:38.711Z | Downloaded unicode-linebreak v0.1.5 |
| 356 | 2026-03-20T18:13:38.711Z | Downloaded heck v0.4.1 |
| 357 | 2026-03-20T18:13:38.711Z | Downloaded plain v0.2.3 |
| 358 | 2026-03-20T18:13:38.711Z | Downloaded toml_datetime v0.6.11 |
| 359 | 2026-03-20T18:13:38.711Z | Downloaded thiserror v2.0.18 |
| 360 | 2026-03-20T18:13:38.721Z | Downloaded yoke v0.8.1 |
| 361 | 2026-03-20T18:13:38.721Z | Downloaded writeable v0.6.2 |
| 362 | 2026-03-20T18:13:38.721Z | Downloaded usdt v0.5.0 |
| 363 | 2026-03-20T18:13:38.721Z | Downloaded tinystr v0.8.2 |
| 364 | 2026-03-20T18:13:38.721Z | Downloaded toml_edit v0.22.27 |
| 365 | 2026-03-20T18:13:38.721Z | Downloaded zmij v1.0.21 |
| 366 | 2026-03-20T18:13:38.721Z | Downloaded anstyle v1.0.13 |
| 367 | 2026-03-20T18:13:38.721Z | Downloaded thiserror-impl v1.0.69 |
| 368 | 2026-03-20T18:13:38.721Z | Downloaded swrite v0.1.0 |
| 369 | 2026-03-20T18:13:38.721Z | Downloaded scroll_derive v0.12.1 |
| 370 | 2026-03-20T18:13:38.721Z | Downloaded erased-serde v0.4.9 |
| 371 | 2026-03-20T18:13:38.722Z | Downloaded fs-err v3.3.0 |
| 372 | 2026-03-20T18:13:38.722Z | Downloaded displaydoc v0.2.5 |
| 373 | 2026-03-20T18:13:38.722Z | Downloaded zerocopy-derive v0.7.35 |
| 374 | 2026-03-20T18:13:38.732Z | Downloaded itoa v1.0.17 |
| 375 | 2026-03-20T18:13:38.732Z | Downloaded toml v0.8.23 |
| 376 | 2026-03-20T18:13:38.732Z | Downloaded cpufeatures v0.2.17 |
| 377 | 2026-03-20T18:13:38.732Z | Downloaded unicode-ident v1.0.24 |
| 378 | 2026-03-20T18:13:38.732Z | Downloaded zerotrie v0.2.3 |
| 379 | 2026-03-20T18:13:38.741Z | Downloaded terminal_size v0.4.3 |
| 380 | 2026-03-20T18:13:38.742Z | Downloaded is_terminal_polyfill v1.70.2 |
| 381 | 2026-03-20T18:13:38.742Z | Downloaded digest v0.10.7 |
| 382 | 2026-03-20T18:13:38.742Z | Downloaded typenum v1.19.0 |
| 383 | 2026-03-20T18:13:38.742Z | Downloaded url v2.5.8 |
| 384 | 2026-03-20T18:13:38.742Z | Downloaded serde_spanned v0.6.9 |
| 385 | 2026-03-20T18:13:38.742Z | Downloaded thiserror-impl v2.0.18 |
| 386 | 2026-03-20T18:13:38.750Z | Downloaded pretty-hex v0.4.1 |
| 387 | 2026-03-20T18:13:38.750Z | Downloaded memmap v0.7.0 |
| 388 | 2026-03-20T18:13:38.750Z | Downloaded thiserror v1.0.69 |
| 389 | 2026-03-20T18:13:38.750Z | Downloaded potential_utf v0.1.4 |
| 390 | 2026-03-20T18:13:38.750Z | Downloaded fnv v1.0.7 |
| 391 | 2026-03-20T18:13:38.750Z | Downloaded equivalent v1.0.2 |
| 392 | 2026-03-20T18:13:38.750Z | Downloaded cargo-platform v0.2.0 |
| 393 | 2026-03-20T18:13:38.761Z | Downloaded zerocopy v0.7.35 |
| 394 | 2026-03-20T18:13:38.766Z | Downloaded strsim v0.11.1 |
| 395 | 2026-03-20T18:13:38.766Z | Downloaded zerovec v0.11.5 |
| 396 | 2026-03-20T18:13:38.766Z | Downloaded winnow v0.7.14 |
| 397 | 2026-03-20T18:13:38.777Z | Downloaded stable_deref_trait v1.2.1 |
| 398 | 2026-03-20T18:13:38.784Z | Downloaded macaddr v1.0.1 |
| 399 | 2026-03-20T18:13:38.785Z | Downloaded smawk v0.3.2 |
| 400 | 2026-03-20T18:13:38.785Z | Downloaded serde-value v0.7.0 |
| 401 | 2026-03-20T18:13:38.785Z | Downloaded proc-macro-error-attr v1.0.4 |
| 402 | 2026-03-20T18:13:38.785Z | Downloaded percent-encoding v2.3.2 |
| 403 | 2026-03-20T18:13:38.785Z | Downloaded unicode-width v0.2.0 |
| 404 | 2026-03-20T18:13:38.792Z | Downloaded scroll v0.12.0 |
| 405 | 2026-03-20T18:13:38.792Z | Downloaded unicode-width v0.1.14 |
| 406 | 2026-03-20T18:13:38.792Z | Downloaded cargo_metadata v0.21.0 |
| 407 | 2026-03-20T18:13:38.792Z | Downloaded anstyle-parse v0.2.7 |
| 408 | 2026-03-20T18:13:38.800Z | Downloaded camino-tempfile v1.4.1 |
| 409 | 2026-03-20T18:13:38.800Z | Downloaded ordered-float v2.10.1 |
| 410 | 2026-03-20T18:13:38.800Z | Downloaded idna_adapter v1.2.1 |
| 411 | 2026-03-20T18:13:38.800Z | Downloaded bitflags v2.11.0 |
| 412 | 2026-03-20T18:13:38.800Z | Downloaded bytecount v0.6.9 |
| 413 | 2026-03-20T18:13:38.808Z | Downloaded autocfg v1.5.0 |
| 414 | 2026-03-20T18:13:38.816Z | Downloaded proc-macro-error v1.0.4 |
| 415 | 2026-03-20T18:13:38.828Z | Downloaded synstructure v0.13.2 |
| 416 | 2026-03-20T18:13:38.835Z | Downloaded serde-untagged v0.1.9 |
| 417 | 2026-03-20T18:13:38.835Z | Downloaded sha2 v0.10.9 |
| 418 | 2026-03-20T18:13:38.835Z | Downloaded serde_tokenstream v0.2.3 |
| 419 | 2026-03-20T18:13:38.844Z | Downloaded quote v1.0.44 |
| 420 | 2026-03-20T18:13:38.850Z | Downloaded getrandom v0.4.1 |
| 421 | 2026-03-20T18:13:38.858Z | Downloaded clap_derive v4.5.55 |
| 422 | 2026-03-20T18:13:38.868Z | Downloaded cargo-util-schemas v0.8.2 |
| 423 | 2026-03-20T18:13:38.868Z | Downloaded anyhow v1.0.102 |
| 424 | 2026-03-20T18:13:38.876Z | Downloaded semver v1.0.27 |
| 425 | 2026-03-20T18:13:38.876Z | Downloaded pest_derive v2.8.6 |
| 426 | 2026-03-20T18:13:38.885Z | Downloaded once_cell v1.21.3 |
| 427 | 2026-03-20T18:13:38.885Z | Downloaded litemap v0.8.1 |
| 428 | 2026-03-20T18:13:38.885Z | Downloaded byteorder v1.5.0 |
| 429 | 2026-03-20T18:13:38.894Z | Downloaded pest_generator v2.8.6 |
| 430 | 2026-03-20T18:13:38.894Z | Downloaded papergrid v0.11.0 |
| 431 | 2026-03-20T18:13:38.903Z | Downloaded indexmap v2.13.0 |
| 432 | 2026-03-20T18:13:38.907Z | Downloaded serde_core v1.0.228 |
| 433 | 2026-03-20T18:13:38.913Z | Downloaded smallvec v1.15.1 |
| 434 | 2026-03-20T18:13:38.913Z | Downloaded tempfile v3.25.0 |
| 435 | 2026-03-20T18:13:38.919Z | Downloaded serde_derive v1.0.228 |
| 436 | 2026-03-20T18:13:38.920Z | Downloaded log v0.4.29 |
| 437 | 2026-03-20T18:13:38.920Z | Downloaded num-traits v0.2.19 |
| 438 | 2026-03-20T18:13:38.924Z | Downloaded icu_normalizer v2.1.1 |
| 439 | 2026-03-20T18:13:38.931Z | Downloaded icu_provider v2.1.1 |
| 440 | 2026-03-20T18:13:38.937Z | Downloaded icu_locale_core v2.1.1 |
| 441 | 2026-03-20T18:13:38.946Z | Downloaded pest_meta v2.8.6 |
| 442 | 2026-03-20T18:13:38.952Z | Downloaded clap v4.5.60 |
| 443 | 2026-03-20T18:13:38.958Z | Downloaded proc-macro2 v1.0.106 |
| 444 | 2026-03-20T18:13:38.958Z | Downloaded icu_collections v2.1.1 |
| 445 | 2026-03-20T18:13:38.967Z | Downloaded icu_normalizer_data v2.1.1 |
| 446 | 2026-03-20T18:13:38.976Z | Downloaded serde v1.0.228 |
| 447 | 2026-03-20T18:13:38.982Z | Downloaded memchr v2.8.0 |
| 448 | 2026-03-20T18:13:39.010Z | Downloaded hashbrown v0.16.1 |
| 449 | 2026-03-20T18:13:39.024Z | Downloaded idna v1.1.0 |
| 450 | 2026-03-20T18:13:39.037Z | Downloaded pest v2.8.6 |
| 451 | 2026-03-20T18:13:39.045Z | Downloaded icu_properties_data v2.1.2 |
| 452 | 2026-03-20T18:13:39.050Z | Downloaded serde_json v1.0.149 |
| 453 | 2026-03-20T18:13:39.054Z | Downloaded goblin v0.8.2 |
| 454 | 2026-03-20T18:13:39.058Z | Downloaded clap_builder v4.5.60 |
| 455 | 2026-03-20T18:13:39.070Z | Downloaded tabled v0.15.0 |
| 456 | 2026-03-20T18:13:39.164Z | Downloaded syn v1.0.109 |
| 457 | 2026-03-20T18:13:39.186Z | Downloaded syn v2.0.117 |
| 458 | 2026-03-20T18:13:39.186Z | Downloaded rustix v1.1.3 |
| 459 | 2026-03-20T18:13:39.186Z | Downloaded libc v0.2.180 |
| 460 | 2026-03-20T18:13:39.254Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-03-20T18:13:39.254Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-03-20T18:13:39.257Z | Compiling quote v1.0.44 |
| 463 | 2026-03-20T18:13:39.257Z | Compiling serde_core v1.0.228 |
| 464 | 2026-03-20T18:13:39.257Z | Compiling libc v0.2.180 |
| 465 | 2026-03-20T18:13:39.257Z | Compiling version_check v0.9.5 |
| 466 | 2026-03-20T18:13:39.257Z | Compiling serde v1.0.228 |
| 467 | 2026-03-20T18:13:39.257Z | Compiling memchr v2.8.0 |
| 468 | 2026-03-20T18:13:39.660Z | Compiling stable_deref_trait v1.2.1 |
| 469 | 2026-03-20T18:13:39.757Z | Compiling zmij v1.0.21 |
| 470 | 2026-03-20T18:13:39.946Z | Compiling itoa v1.0.17 |
| 471 | 2026-03-20T18:13:40.037Z | Compiling ucd-trie v0.1.7 |
| 472 | 2026-03-20T18:13:40.183Z | Compiling autocfg v1.5.0 |
| 473 | 2026-03-20T18:13:40.371Z | Compiling thiserror v1.0.69 |
| 474 | 2026-03-20T18:13:40.462Z | Compiling pest v2.8.6 |
| 475 | 2026-03-20T18:13:40.480Z | Compiling litemap v0.8.1 |
| 476 | 2026-03-20T18:13:40.519Z | Compiling writeable v0.6.2 |
| 477 | 2026-03-20T18:13:40.777Z | Compiling icu_normalizer_data v2.1.1 |
| 478 | 2026-03-20T18:13:40.778Z | Compiling icu_properties_data v2.1.2 |
| 479 | 2026-03-20T18:13:41.017Z | Compiling rustix v1.1.3 |
| 480 | 2026-03-20T18:13:41.036Z | Compiling byteorder v1.5.0 |
| 481 | 2026-03-20T18:13:41.238Z | Compiling syn v2.0.117 |
| 482 | 2026-03-20T18:13:41.259Z | Compiling errno v0.3.14 |
| 483 | 2026-03-20T18:13:41.338Z | Compiling serde_json v1.0.149 |
| 484 | 2026-03-20T18:13:41.370Z | Compiling bitflags v2.11.0 |
| 485 | 2026-03-20T18:13:41.615Z | Compiling num-traits v0.2.19 |
| 486 | 2026-03-20T18:13:41.657Z | Compiling typeid v1.0.3 |
| 487 | 2026-03-20T18:13:41.841Z | Compiling equivalent v1.0.2 |
| 488 | 2026-03-20T18:13:41.976Z | Compiling pest_meta v2.8.6 |
| 489 | 2026-03-20T18:13:41.982Z | Compiling smallvec v1.15.1 |
| 490 | 2026-03-20T18:13:42.000Z | Compiling hashbrown v0.16.1 |
| 491 | 2026-03-20T18:13:42.273Z | Compiling thread-id v4.2.2 |
| 492 | 2026-03-20T18:13:42.377Z | Compiling proc-macro-error-attr v1.0.4 |
| 493 | 2026-03-20T18:13:42.443Z | Compiling usdt-impl v0.5.0 |
| 494 | 2026-03-20T18:13:42.608Z | Compiling toml_write v0.1.2 |
| 495 | 2026-03-20T18:13:42.634Z | Compiling indexmap v2.13.0 |
| 496 | 2026-03-20T18:13:42.706Z | Compiling syn v1.0.109 |
| 497 | 2026-03-20T18:13:42.730Z | Compiling erased-serde v0.4.9 |
| 498 | 2026-03-20T18:13:42.861Z | Compiling winnow v0.7.14 |
| 499 | 2026-03-20T18:13:43.522Z | Compiling proc-macro-error v1.0.4 |
| 500 | 2026-03-20T18:13:43.545Z | Compiling camino v1.2.2 |
| 501 | 2026-03-20T18:13:43.762Z | Compiling plain v0.2.3 |
| 502 | 2026-03-20T18:13:43.905Z | Compiling thiserror v2.0.18 |
| 503 | 2026-03-20T18:13:43.956Z | Compiling utf8_iter v1.0.4 |
| 504 | 2026-03-20T18:13:44.155Z | Compiling getrandom v0.4.1 |
| 505 | 2026-03-20T18:13:44.300Z | Compiling percent-encoding v2.3.2 |
| 506 | 2026-03-20T18:13:44.346Z | Compiling utf8parse v0.2.2 |
| 507 | 2026-03-20T18:13:44.388Z | Compiling log v0.4.29 |
| 508 | 2026-03-20T18:13:44.497Z | Compiling form_urlencoded v1.2.2 |
| 509 | 2026-03-20T18:13:44.567Z | Compiling anstyle-parse v0.2.7 |
| 510 | 2026-03-20T18:13:44.649Z | Compiling ordered-float v2.10.1 |
| 511 | 2026-03-20T18:13:44.868Z | Compiling terminal_size v0.4.3 |
| 512 | 2026-03-20T18:13:44.984Z | Compiling colorchoice v1.0.4 |
| 513 | 2026-03-20T18:13:45.018Z | Compiling synstructure v0.13.2 |
| 514 | 2026-03-20T18:13:45.042Z | Compiling pest_generator v2.8.6 |
| 515 | 2026-03-20T18:13:45.132Z | Compiling anstyle v1.0.13 |
| 516 | 2026-03-20T18:13:45.157Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-03-20T18:13:45.252Z | Compiling anstyle-query v1.1.5 |
| 518 | 2026-03-20T18:13:45.309Z | Compiling pretty-hex v0.4.1 |
| 519 | 2026-03-20T18:13:45.393Z | Compiling is_terminal_polyfill v1.70.2 |
| 520 | 2026-03-20T18:13:45.421Z | Compiling serde-untagged v0.1.9 |
| 521 | 2026-03-20T18:13:45.514Z | Compiling anstream v0.6.21 |
| 522 | 2026-03-20T18:13:45.664Z | Compiling semver v1.0.27 |
| 523 | 2026-03-20T18:13:45.843Z | Compiling fs-err v3.3.0 |
| 524 | 2026-03-20T18:13:45.934Z | Compiling clap_lex v1.0.0 |
| 525 | 2026-03-20T18:13:45.997Z | Compiling unicode-xid v0.2.6 |
| 526 | 2026-03-20T18:13:46.079Z | Compiling fnv v1.0.7 |
| 527 | 2026-03-20T18:13:46.106Z | Compiling anyhow v1.0.102 |
| 528 | 2026-03-20T18:13:46.162Z | Compiling strsim v0.11.1 |
| 529 | 2026-03-20T18:13:46.165Z | Compiling once_cell v1.21.3 |
| 530 | 2026-03-20T18:13:46.211Z | Compiling fastrand v2.3.0 |
| 531 | 2026-03-20T18:13:46.237Z | Compiling heck v0.5.0 |
| 532 | 2026-03-20T18:13:46.494Z | Compiling bytecount v0.6.9 |
| 533 | 2026-03-20T18:13:46.555Z | Compiling unicode-width v0.1.14 |
| 534 | 2026-03-20T18:13:46.559Z | Compiling heck v0.4.1 |
| 535 | 2026-03-20T18:13:46.669Z | Compiling tempfile v3.25.0 |
| 536 | 2026-03-20T18:13:46.857Z | Compiling papergrid v0.11.0 |
| 537 | 2026-03-20T18:13:46.880Z | Compiling clap_builder v4.5.60 |
| 538 | 2026-03-20T18:13:46.926Z | Compiling memmap v0.7.0 |
| 539 | 2026-03-20T18:13:47.032Z | Compiling unicode-linebreak v0.1.5 |
| 540 | 2026-03-20T18:13:47.164Z | Compiling smawk v0.3.2 |
| 541 | 2026-03-20T18:13:47.187Z | Compiling unicode-width v0.2.0 |
| 542 | 2026-03-20T18:13:47.362Z | Compiling camino-tempfile v1.4.1 |
| 543 | 2026-03-20T18:13:47.545Z | Compiling textwrap v0.16.2 |
| 544 | 2026-03-20T18:13:47.596Z | Compiling serde_derive v1.0.228 |
| 545 | 2026-03-20T18:13:47.656Z | Compiling zerofrom-derive v0.1.6 |
| 546 | 2026-03-20T18:13:47.729Z | Compiling yoke-derive v0.8.1 |
| 547 | 2026-03-20T18:13:47.806Z | Compiling zerovec-derive v0.11.2 |
| 548 | 2026-03-20T18:13:48.162Z | Compiling displaydoc v0.2.5 |
| 549 | 2026-03-20T18:13:48.897Z | Compiling thiserror-impl v1.0.69 |
| 550 | 2026-03-20T18:13:49.169Z | Compiling zerocopy-derive v0.7.35 |
| 551 | 2026-03-20T18:13:49.331Z | Compiling pest_derive v2.8.6 |
| 552 | 2026-03-20T18:13:49.334Z | Compiling scroll_derive v0.12.1 |
| 553 | 2026-03-20T18:13:49.618Z | Compiling zerofrom v0.1.6 |
| 554 | 2026-03-20T18:13:49.790Z | Compiling yoke v0.8.1 |
| 555 | 2026-03-20T18:13:49.870Z | Compiling thiserror-impl v2.0.18 |
| 556 | 2026-03-20T18:13:50.041Z | Compiling zerovec v0.11.5 |
| 557 | 2026-03-20T18:13:50.232Z | Compiling zerotrie v0.2.3 |
| 558 | 2026-03-20T18:13:50.319Z | Compiling zerocopy v0.7.35 |
| 559 | 2026-03-20T18:13:50.638Z | Compiling scroll v0.12.0 |
| 560 | 2026-03-20T18:13:50.726Z | Compiling tinystr v0.8.2 |
| 561 | 2026-03-20T18:13:50.749Z | Compiling potential_utf v0.1.4 |
| 562 | 2026-03-20T18:13:50.961Z | Compiling icu_locale_core v2.1.1 |
| 563 | 2026-03-20T18:13:50.990Z | Compiling icu_collections v2.1.1 |
| 564 | 2026-03-20T18:13:50.993Z | Compiling dtrace-parser v0.2.0 |
| 565 | 2026-03-20T18:13:51.105Z | Compiling goblin v0.8.2 |
| 566 | 2026-03-20T18:13:51.196Z | Compiling tabled_derive v0.7.0 |
| 567 | 2026-03-20T18:13:51.486Z | Compiling clap_derive v4.5.55 |
| 568 | 2026-03-20T18:13:51.818Z | Compiling icu_provider v2.1.1 |
| 569 | 2026-03-20T18:13:52.117Z | Compiling swrite v0.1.0 |
| 570 | 2026-03-20T18:13:52.213Z | Compiling icu_normalizer v2.1.1 |
| 571 | 2026-03-20T18:13:52.238Z | Compiling icu_properties v2.1.2 |
| 572 | 2026-03-20T18:13:52.241Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 573 | 2026-03-20T18:13:52.396Z | Compiling serde_spanned v0.6.9 |
| 574 | 2026-03-20T18:13:52.433Z | Compiling toml_datetime v0.6.11 |
| 575 | 2026-03-20T18:13:52.583Z | Compiling serde-value v0.7.0 |
| 576 | 2026-03-20T18:13:52.607Z | Compiling cargo-platform v0.2.0 |
| 577 | 2026-03-20T18:13:52.779Z | Compiling dof v0.3.0 |
| 578 | 2026-03-20T18:13:52.804Z | Compiling toml_edit v0.22.27 |
| 579 | 2026-03-20T18:13:52.931Z | Compiling serde_tokenstream v0.2.3 |
| 580 | 2026-03-20T18:13:52.959Z | Compiling tabled v0.15.0 |
| 581 | 2026-03-20T18:13:53.067Z | Compiling macaddr v1.0.1 |
| 582 | 2026-03-20T18:13:53.510Z | Compiling idna_adapter v1.2.1 |
| 583 | 2026-03-20T18:13:53.653Z | Compiling idna v1.1.0 |
| 584 | 2026-03-20T18:13:53.847Z | Compiling clap v4.5.60 |
| 585 | 2026-03-20T18:13:53.966Z | Compiling usdt-macro v0.5.0 |
| 586 | 2026-03-20T18:13:53.969Z | Compiling usdt-attr-macro v0.5.0 |
| 587 | 2026-03-20T18:13:54.023Z | Compiling url v2.5.8 |
| 588 | 2026-03-20T18:13:54.828Z | Compiling toml v0.8.23 |
| 589 | 2026-03-20T18:13:55.290Z | Compiling usdt v0.5.0 |
| 590 | 2026-03-20T18:13:55.447Z | Compiling cargo-util-schemas v0.8.2 |
| 591 | 2026-03-20T18:13:55.470Z | Compiling cargo_toml v0.21.0 |
| 592 | 2026-03-20T18:13:56.621Z | Compiling cargo_metadata v0.21.0 |
| 593 | 2026-03-20T18:13:57.905Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 594 | 2026-03-20T18:14:00.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.82s |
| 595 | 2026-03-20T18:14:01.012Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 596 | 2026-03-20T18:14:01.742Z | Downloading crates ... |
| 597 | 2026-03-20T18:14:01.864Z | Downloaded adler2 v2.0.1 |
| 598 | 2026-03-20T18:14:01.867Z | Downloaded cargo-platform v0.1.9 |
| 599 | 2026-03-20T18:14:01.882Z | Downloaded darling v0.20.11 |
| 600 | 2026-03-20T18:14:01.886Z | Downloaded crc v3.4.0 |
| 601 | 2026-03-20T18:14:01.890Z | Downloaded foreign-types v0.5.0 |
| 602 | 2026-03-20T18:14:01.890Z | Downloaded bcs v0.1.6 |
| 603 | 2026-03-20T18:14:01.893Z | Downloaded ed25519 v2.2.3 |
| 604 | 2026-03-20T18:14:01.893Z | Downloaded argon2 v0.5.3 |
| 605 | 2026-03-20T18:14:01.897Z | Downloaded ff v0.13.1 |
| 606 | 2026-03-20T18:14:01.900Z | Downloaded flume v0.11.1 |
| 607 | 2026-03-20T18:14:01.902Z | Downloaded critical-section v1.2.0 |
| 608 | 2026-03-20T18:14:01.907Z | Downloaded deranged v0.5.8 |
| 609 | 2026-03-20T18:14:01.907Z | Downloaded convert_case v0.10.0 |
| 610 | 2026-03-20T18:14:01.911Z | Downloaded base64 v0.21.7 |
| 611 | 2026-03-20T18:14:01.911Z | Downloaded async-trait v0.1.89 |
| 612 | 2026-03-20T18:14:01.915Z | Downloaded defmt v1.0.1 |
| 613 | 2026-03-20T18:14:01.919Z | Downloaded assert_matches v1.5.0 |
| 614 | 2026-03-20T18:14:01.922Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 615 | 2026-03-20T18:14:01.922Z | Downloaded defmt-parser v1.0.0 |
| 616 | 2026-03-20T18:14:01.925Z | Downloaded ciborium-io v0.2.2 |
| 617 | 2026-03-20T18:14:01.926Z | Downloaded foreign-types v0.3.2 |
| 618 | 2026-03-20T18:14:01.926Z | Downloaded foreign-types-shared v0.3.1 |
| 619 | 2026-03-20T18:14:01.926Z | Downloaded elliptic-curve v0.13.8 |
| 620 | 2026-03-20T18:14:01.929Z | Downloaded either v1.15.0 |
| 621 | 2026-03-20T18:14:01.932Z | Downloaded bzip2 v0.4.4 |
| 622 | 2026-03-20T18:14:01.932Z | Downloaded defmt-macros v1.0.1 |
| 623 | 2026-03-20T18:14:01.936Z | Downloaded ena v0.14.4 |
| 624 | 2026-03-20T18:14:01.940Z | Downloaded embedded-io v0.6.1 |
| 625 | 2026-03-20T18:14:01.940Z | Downloaded downcast-rs v2.0.2 |
| 626 | 2026-03-20T18:14:01.940Z | Downloaded darling_macro v0.23.0 |
| 627 | 2026-03-20T18:14:01.940Z | Downloaded csv-core v0.1.13 |
| 628 | 2026-03-20T18:14:01.943Z | Downloaded camino-tempfile-ext v0.3.3 |
| 629 | 2026-03-20T18:14:01.944Z | Downloaded fixedbitset v0.5.7 |
| 630 | 2026-03-20T18:14:01.949Z | Downloaded enum-as-inner v0.6.1 |
| 631 | 2026-03-20T18:14:01.949Z | Downloaded document-features v0.2.12 |
| 632 | 2026-03-20T18:14:01.949Z | Downloaded derive-ex v0.1.8 |
| 633 | 2026-03-20T18:14:01.953Z | Downloaded arrayref v0.3.9 |
| 634 | 2026-03-20T18:14:01.953Z | Downloaded der_derive v0.7.3 |
| 635 | 2026-03-20T18:14:01.953Z | Downloaded darling_core v0.21.3 |
| 636 | 2026-03-20T18:14:01.956Z | Downloaded foldhash v0.1.5 |
| 637 | 2026-03-20T18:14:01.956Z | Downloaded crossbeam-utils v0.8.21 |
| 638 | 2026-03-20T18:14:01.959Z | Downloaded ciborium-ll v0.2.2 |
| 639 | 2026-03-20T18:14:01.959Z | Downloaded base16ct v1.0.0 |
| 640 | 2026-03-20T18:14:01.963Z | Downloaded data-encoding v2.10.0 |
| 641 | 2026-03-20T18:14:01.963Z | Downloaded float-cmp v0.10.0 |
| 642 | 2026-03-20T18:14:01.966Z | Downloaded derive_builder v0.20.2 |
| 643 | 2026-03-20T18:14:01.969Z | Downloaded buf-list v1.1.2 |
| 644 | 2026-03-20T18:14:01.969Z | Downloaded clang-sys v1.8.1 |
| 645 | 2026-03-20T18:14:01.973Z | Downloaded base64ct v1.8.3 |
| 646 | 2026-03-20T18:14:01.980Z | Downloaded cargo_metadata v0.19.2 |
| 647 | 2026-03-20T18:14:01.980Z | Downloaded crc-catalog v2.4.0 |
| 648 | 2026-03-20T18:14:01.980Z | Downloaded aead v0.5.2 |
| 649 | 2026-03-20T18:14:01.985Z | Downloaded filetime v0.2.27 |
| 650 | 2026-03-20T18:14:01.985Z | Downloaded bit-set v0.8.0 |
| 651 | 2026-03-20T18:14:01.985Z | Downloaded derive_builder_macro v0.20.2 |
| 652 | 2026-03-20T18:14:01.985Z | Downloaded atty v0.2.14 |
| 653 | 2026-03-20T18:14:01.985Z | Downloaded difflib v0.4.0 |
| 654 | 2026-03-20T18:14:01.985Z | Downloaded derive_more v0.99.20 |
| 655 | 2026-03-20T18:14:01.989Z | Downloaded bitfield-struct v0.6.2 |
| 656 | 2026-03-20T18:14:01.989Z | Downloaded crunchy v0.2.4 |
| 657 | 2026-03-20T18:14:01.993Z | Downloaded block-padding v0.3.3 |
| 658 | 2026-03-20T18:14:01.993Z | Downloaded env_filter v1.0.0 |
| 659 | 2026-03-20T18:14:01.993Z | Downloaded dyn-clone v1.0.20 |
| 660 | 2026-03-20T18:14:01.998Z | Downloaded foreign-types-macros v0.2.3 |
| 661 | 2026-03-20T18:14:01.998Z | Downloaded fd-lock v4.0.4 |
| 662 | 2026-03-20T18:14:01.998Z | Downloaded bit-set v0.5.3 |
| 663 | 2026-03-20T18:14:02.002Z | Downloaded castaway v0.2.4 |
| 664 | 2026-03-20T18:14:02.002Z | Downloaded base16ct v0.2.0 |
| 665 | 2026-03-20T18:14:02.002Z | Downloaded futures-io v0.3.32 |
| 666 | 2026-03-20T18:14:02.002Z | Downloaded convert_case v0.4.0 |
| 667 | 2026-03-20T18:14:02.005Z | Downloaded fallible-iterator v0.2.0 |
| 668 | 2026-03-20T18:14:02.005Z | Downloaded foldhash v0.2.0 |
| 669 | 2026-03-20T18:14:02.005Z | Downloaded erased-serde v0.3.31 |
| 670 | 2026-03-20T18:14:02.008Z | Downloaded crc8 v0.1.1 |
| 671 | 2026-03-20T18:14:02.008Z | Downloaded cfg_aliases v0.1.1 |
| 672 | 2026-03-20T18:14:02.008Z | Downloaded dirs-next v2.0.0 |
| 673 | 2026-03-20T18:14:02.011Z | Downloaded atomicwrites v0.4.4 |
| 674 | 2026-03-20T18:14:02.012Z | Downloaded dirs-sys-next v0.1.2 |
| 675 | 2026-03-20T18:14:02.012Z | Downloaded cfg_aliases v0.2.1 |
| 676 | 2026-03-20T18:14:02.015Z | Downloaded dof v0.4.0 |
| 677 | 2026-03-20T18:14:02.015Z | Downloaded defmt v0.3.100 |
| 678 | 2026-03-20T18:14:02.015Z | Downloaded async-recursion v1.1.1 |
| 679 | 2026-03-20T18:14:02.018Z | Downloaded debug-ignore v1.0.5 |
| 680 | 2026-03-20T18:14:02.021Z | Downloaded bitfield-macros v0.19.4 |
| 681 | 2026-03-20T18:14:02.021Z | Downloaded array-init v0.0.4 |
| 682 | 2026-03-20T18:14:02.021Z | Downloaded darling_macro v0.21.3 |
| 683 | 2026-03-20T18:14:02.024Z | Downloaded funty v2.0.0 |
| 684 | 2026-03-20T18:14:02.024Z | Downloaded dunce v1.0.5 |
| 685 | 2026-03-20T18:14:02.024Z | Downloaded cobs v0.3.0 |
| 686 | 2026-03-20T18:14:02.028Z | Downloaded diesel-dtrace v0.5.0 |
| 687 | 2026-03-20T18:14:02.028Z | Downloaded futures-core v0.3.32 |
| 688 | 2026-03-20T18:14:02.031Z | Downloaded ascii-canvas v3.0.0 |
| 689 | 2026-03-20T18:14:02.031Z | Downloaded async-stream-impl v0.3.6 |
| 690 | 2026-03-20T18:14:02.031Z | Downloaded async-stream v0.3.6 |
| 691 | 2026-03-20T18:14:02.034Z | Downloaded embedded-io v0.4.0 |
| 692 | 2026-03-20T18:14:02.034Z | Downloaded bb8 v0.8.6 |
| 693 | 2026-03-20T18:14:02.037Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 694 | 2026-03-20T18:14:02.037Z | Downloaded cargo_toml v0.22.3 |
| 695 | 2026-03-20T18:14:02.037Z | Downloaded futures-task v0.3.32 |
| 696 | 2026-03-20T18:14:02.040Z | Downloaded dtrace-parser v0.3.0 |
| 697 | 2026-03-20T18:14:02.040Z | Downloaded cstr-argument v0.1.2 |
| 698 | 2026-03-20T18:14:02.040Z | Downloaded float-ord v0.3.2 |
| 699 | 2026-03-20T18:14:02.043Z | Downloaded display-error-chain v0.2.2 |
| 700 | 2026-03-20T18:14:02.043Z | Downloaded bit-vec v0.8.0 |
| 701 | 2026-03-20T18:14:02.048Z | Downloaded atomic-waker v1.1.2 |
| 702 | 2026-03-20T18:14:02.048Z | Downloaded darling_macro v0.20.11 |
| 703 | 2026-03-20T18:14:02.048Z | Downloaded endian-type v0.1.2 |
| 704 | 2026-03-20T18:14:02.048Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 705 | 2026-03-20T18:14:02.052Z | Downloaded crucible-workspace-hack v0.1.0 |
| 706 | 2026-03-20T18:14:02.052Z | Downloaded ecdsa v0.16.9 |
| 707 | 2026-03-20T18:14:02.052Z | Downloaded foreign-types-shared v0.1.1 |
| 708 | 2026-03-20T18:14:02.052Z | Downloaded const-oid v0.9.6 |
| 709 | 2026-03-20T18:14:02.056Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 710 | 2026-03-20T18:14:02.057Z | Downloaded cipher v0.4.4 |
| 711 | 2026-03-20T18:14:02.057Z | Downloaded diff v0.1.13 |
| 712 | 2026-03-20T18:14:02.059Z | Downloaded fxhash v0.2.1 |
| 713 | 2026-03-20T18:14:02.060Z | Downloaded bitfield v0.19.4 |
| 714 | 2026-03-20T18:14:02.062Z | Downloaded gethostname v0.5.0 |
| 715 | 2026-03-20T18:14:02.065Z | Downloaded git-stub v1.0.0 |
| 716 | 2026-03-20T18:14:02.068Z | Downloaded futures-sink v0.3.32 |
| 717 | 2026-03-20T18:14:02.072Z | Downloaded hostname v0.3.1 |
| 718 | 2026-03-20T18:14:02.075Z | Downloaded globwalk v0.9.1 |
| 719 | 2026-03-20T18:14:02.075Z | Downloaded dsl_auto_type v0.2.0 |
| 720 | 2026-03-20T18:14:02.078Z | Downloaded constant_time_eq v0.4.2 |
| 721 | 2026-03-20T18:14:02.078Z | Downloaded env_logger v0.11.9 |
| 722 | 2026-03-20T18:14:02.081Z | Downloaded cexpr v0.6.0 |
| 723 | 2026-03-20T18:14:02.081Z | Downloaded cmake v0.1.57 |
| 724 | 2026-03-20T18:14:02.084Z | Downloaded chacha20 v0.9.1 |
| 725 | 2026-03-20T18:14:02.084Z | Downloaded cpufeatures v0.3.0 |
| 726 | 2026-03-20T18:14:02.102Z | Downloaded hubpack_derive v0.1.1 |
| 727 | 2026-03-20T18:14:02.106Z | Downloaded arc-swap v1.8.2 |
| 728 | 2026-03-20T18:14:02.106Z | Downloaded fs-err v2.11.0 |
| 729 | 2026-03-20T18:14:02.109Z | Downloaded hex-literal v0.4.1 |
| 730 | 2026-03-20T18:14:02.109Z | Downloaded futures-channel v0.3.32 |
| 731 | 2026-03-20T18:14:02.114Z | Downloaded chacha20 v0.10.0 |
| 732 | 2026-03-20T18:14:02.114Z | Downloaded hubpack v0.1.2 |
| 733 | 2026-03-20T18:14:02.117Z | Downloaded hyper-tls v0.6.0 |
| 734 | 2026-03-20T18:14:02.117Z | Downloaded drift v0.1.3 |
| 735 | 2026-03-20T18:14:02.120Z | Downloaded http-body v1.0.1 |
| 736 | 2026-03-20T18:14:02.120Z | Downloaded flagset v0.4.7 |
| 737 | 2026-03-20T18:14:02.123Z | Downloaded futures-executor v0.3.32 |
| 738 | 2026-03-20T18:14:02.123Z | Downloaded derive_builder_core v0.20.2 |
| 739 | 2026-03-20T18:14:02.126Z | Downloaded home v0.5.12 |
| 740 | 2026-03-20T18:14:02.126Z | Downloaded cookie v0.18.1 |
| 741 | 2026-03-20T18:14:02.129Z | Downloaded indoc v1.0.9 |
| 742 | 2026-03-20T18:14:02.132Z | Downloaded group v0.13.0 |
| 743 | 2026-03-20T18:14:02.133Z | Downloaded compact_str v0.8.1 |
| 744 | 2026-03-20T18:14:02.139Z | Downloaded lalrpop-util v0.19.12 |
| 745 | 2026-03-20T18:14:02.139Z | Downloaded hostname v0.4.2 |
| 746 | 2026-03-20T18:14:02.143Z | Downloaded inout v0.1.4 |
| 747 | 2026-03-20T18:14:02.143Z | Downloaded derive-where v1.6.0 |
| 748 | 2026-03-20T18:14:02.143Z | Downloaded ahash v0.8.12 |
| 749 | 2026-03-20T18:14:02.146Z | Downloaded keccak v0.1.6 |
| 750 | 2026-03-20T18:14:02.146Z | Downloaded fixedbitset v0.4.2 |
| 751 | 2026-03-20T18:14:02.146Z | Downloaded ident_case v1.0.1 |
| 752 | 2026-03-20T18:14:02.149Z | Downloaded ctr v0.9.2 |
| 753 | 2026-03-20T18:14:02.149Z | Downloaded daft v0.1.5 |
| 754 | 2026-03-20T18:14:02.153Z | Downloaded internet-checksum v0.2.1 |
| 755 | 2026-03-20T18:14:02.153Z | Downloaded indent_write v2.2.0 |
| 756 | 2026-03-20T18:14:02.153Z | Downloaded colored v2.2.0 |
| 757 | 2026-03-20T18:14:02.156Z | Downloaded backon v1.6.0 |
| 758 | 2026-03-20T18:14:02.159Z | Downloaded instability v0.3.11 |
| 759 | 2026-03-20T18:14:02.160Z | Downloaded crossbeam-epoch v0.9.18 |
| 760 | 2026-03-20T18:14:02.163Z | Downloaded is_ci v1.2.0 |
| 761 | 2026-03-20T18:14:02.163Z | Downloaded is-terminal v0.4.17 |
| 762 | 2026-03-20T18:14:02.163Z | Downloaded kstat-rs v0.2.4 |
| 763 | 2026-03-20T18:14:02.166Z | Downloaded fs_extra v1.3.0 |
| 764 | 2026-03-20T18:14:02.166Z | Downloaded find-msvc-tools v0.1.9 |
| 765 | 2026-03-20T18:14:02.169Z | Downloaded http-range v0.1.5 |
| 766 | 2026-03-20T18:14:02.169Z | Downloaded http-body-util v0.1.3 |
| 767 | 2026-03-20T18:14:02.174Z | Downloaded lru v0.12.5 |
| 768 | 2026-03-20T18:14:02.174Z | Downloaded globset v0.4.18 |
| 769 | 2026-03-20T18:14:02.174Z | Downloaded hash32 v0.3.1 |
| 770 | 2026-03-20T18:14:02.177Z | Downloaded highway v1.3.0 |
| 771 | 2026-03-20T18:14:02.177Z | Downloaded chacha20poly1305 v0.10.1 |
| 772 | 2026-03-20T18:14:02.183Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 773 | 2026-03-20T18:14:02.183Z | Downloaded cookie_store v0.22.1 |
| 774 | 2026-03-20T18:14:02.186Z | Downloaded git-stub-vcs v0.1.0 |
| 775 | 2026-03-20T18:14:02.186Z | Downloaded libscf-sys v1.1.0 |
| 776 | 2026-03-20T18:14:02.186Z | Downloaded instant v0.1.13 |
| 777 | 2026-03-20T18:14:02.189Z | Downloaded maplit v1.0.2 |
| 778 | 2026-03-20T18:14:02.189Z | Downloaded lru-slab v0.1.2 |
| 779 | 2026-03-20T18:14:02.189Z | Downloaded hyper-staticfile v0.10.1 |
| 780 | 2026-03-20T18:14:02.192Z | Downloaded glob v0.3.3 |
| 781 | 2026-03-20T18:14:02.192Z | Downloaded crc32fast v1.5.0 |
| 782 | 2026-03-20T18:14:02.196Z | Downloaded des v0.8.1 |
| 783 | 2026-03-20T18:14:02.197Z | Downloaded ingot v0.1.1 |
| 784 | 2026-03-20T18:14:02.202Z | Downloaded half v1.8.3 |
| 785 | 2026-03-20T18:14:02.202Z | Downloaded colored v3.1.1 |
| 786 | 2026-03-20T18:14:02.206Z | Downloaded async-bb8-diesel v0.2.1 |
| 787 | 2026-03-20T18:14:02.206Z | Downloaded crossbeam-deque v0.8.6 |
| 788 | 2026-03-20T18:14:02.206Z | Downloaded memoffset v0.9.1 |
| 789 | 2026-03-20T18:14:02.206Z | Downloaded md5 v0.7.0 |
| 790 | 2026-03-20T18:14:02.209Z | Downloaded const_format_proc_macros v0.2.34 |
| 791 | 2026-03-20T18:14:02.209Z | Downloaded console v0.15.11 |
| 792 | 2026-03-20T18:14:02.214Z | Downloaded allocator-api2 v0.2.21 |
| 793 | 2026-03-20T18:14:02.218Z | Downloaded ipnetwork v0.21.1 |
| 794 | 2026-03-20T18:14:02.218Z | Downloaded httpdate v1.0.3 |
| 795 | 2026-03-20T18:14:02.218Z | Downloaded jobserver v0.1.34 |
| 796 | 2026-03-20T18:14:02.218Z | Downloaded hex v0.4.3 |
| 797 | 2026-03-20T18:14:02.221Z | Downloaded headers-core v0.3.0 |
| 798 | 2026-03-20T18:14:02.221Z | Downloaded lazy_static v1.5.0 |
| 799 | 2026-03-20T18:14:02.224Z | Downloaded crc-any v2.5.0 |
| 800 | 2026-03-20T18:14:02.225Z | Downloaded console v0.16.2 |
| 801 | 2026-03-20T18:14:02.228Z | Downloaded ciborium v0.2.2 |
| 802 | 2026-03-20T18:14:02.228Z | Downloaded newtype-uuid-macros v0.1.0 |
| 803 | 2026-03-20T18:14:02.231Z | Downloaded nonempty v0.12.0 |
| 804 | 2026-03-20T18:14:02.231Z | Downloaded num-conv v0.2.0 |
| 805 | 2026-03-20T18:14:02.231Z | Downloaded mime v0.3.17 |
| 806 | 2026-03-20T18:14:02.236Z | Downloaded newline-converter v0.3.0 |
| 807 | 2026-03-20T18:14:02.236Z | Downloaded maybe-uninit v2.0.0 |
| 808 | 2026-03-20T18:14:02.236Z | Downloaded managed v0.8.0 |
| 809 | 2026-03-20T18:14:02.240Z | Downloaded bumpalo v3.20.2 |
| 810 | 2026-03-20T18:14:02.240Z | Downloaded ar_archive_writer v0.5.1 |
| 811 | 2026-03-20T18:14:02.244Z | Downloaded ingot-types v0.1.2 |
| 812 | 2026-03-20T18:14:02.244Z | Downloaded hyper-rustls v0.27.7 |
| 813 | 2026-03-20T18:14:02.247Z | Downloaded base64 v0.22.1 |
| 814 | 2026-03-20T18:14:02.247Z | Downloaded num_enum_derive v0.5.11 |
| 815 | 2026-03-20T18:14:02.250Z | Downloaded newtype_derive v0.1.6 |
| 816 | 2026-03-20T18:14:02.250Z | Downloaded linear-map v1.2.0 |
| 817 | 2026-03-20T18:14:02.254Z | Downloaded darling v0.21.3 |
| 818 | 2026-03-20T18:14:02.257Z | Downloaded daft-derive v0.1.5 |
| 819 | 2026-03-20T18:14:02.261Z | Downloaded num_threads v0.1.7 |
| 820 | 2026-03-20T18:14:02.261Z | Downloaded num-iter v0.1.45 |
| 821 | 2026-03-20T18:14:02.264Z | Downloaded num-derive v0.3.3 |
| 822 | 2026-03-20T18:14:02.264Z | Downloaded olpc-cjson v0.1.4 |
| 823 | 2026-03-20T18:14:02.264Z | Downloaded libloading v0.8.9 |
| 824 | 2026-03-20T18:14:02.268Z | Downloaded openssl-macros v0.1.1 |
| 825 | 2026-03-20T18:14:02.268Z | Downloaded opaque-debug v0.3.1 |
| 826 | 2026-03-20T18:14:02.271Z | Downloaded lock_api v0.4.14 |
| 827 | 2026-03-20T18:14:02.271Z | Downloaded indoc v2.0.7 |
| 828 | 2026-03-20T18:14:02.274Z | Downloaded num v0.4.3 |
| 829 | 2026-03-20T18:14:02.274Z | Downloaded nibble_vec v0.1.0 |
| 830 | 2026-03-20T18:14:02.277Z | Downloaded hickory-client v0.25.2 |
| 831 | 2026-03-20T18:14:02.277Z | Downloaded darling v0.23.0 |
| 832 | 2026-03-20T18:14:02.281Z | Downloaded mime_guess v2.0.5 |
| 833 | 2026-03-20T18:14:02.284Z | Downloaded lzss v0.8.2 |
| 834 | 2026-03-20T18:14:02.287Z | Downloaded getrandom v0.3.4 |
| 835 | 2026-03-20T18:14:02.290Z | Downloaded multer v3.1.0 |
| 836 | 2026-03-20T18:14:02.290Z | Downloaded packed_struct_codegen v0.10.1 |
| 837 | 2026-03-20T18:14:02.294Z | Downloaded libsw-core v0.3.2 |
| 838 | 2026-03-20T18:14:02.294Z | Downloaded libsw v3.5.0 |
| 839 | 2026-03-20T18:14:02.294Z | Downloaded normalize-line-endings v0.3.0 |
| 840 | 2026-03-20T18:14:02.297Z | Downloaded diesel_derives v2.3.7 |
| 841 | 2026-03-20T18:14:02.300Z | Downloaded pbkdf2 v0.11.0 |
| 842 | 2026-03-20T18:14:02.303Z | Downloaded libefi-sys v0.1.0 |
| 843 | 2026-03-20T18:14:02.304Z | Downloaded dropshot-api-manager v0.6.0 |
| 844 | 2026-03-20T18:14:02.307Z | Downloaded fatfs v0.3.6 |
| 845 | 2026-03-20T18:14:02.310Z | Downloaded match_cfg v0.1.0 |
| 846 | 2026-03-20T18:14:02.313Z | Downloaded nodrop v0.1.14 |
| 847 | 2026-03-20T18:14:02.313Z | Downloaded new_debug_unreachable v1.0.6 |
| 848 | 2026-03-20T18:14:02.313Z | Downloaded path-slash v0.1.5 |
| 849 | 2026-03-20T18:14:02.316Z | Downloaded parse-display v0.10.0 |
| 850 | 2026-03-20T18:14:02.316Z | Downloaded md-5 v0.10.6 |
| 851 | 2026-03-20T18:14:02.316Z | Downloaded openssl-probe v0.1.6 |
| 852 | 2026-03-20T18:14:02.320Z | Downloaded litrs v1.0.0 |
| 853 | 2026-03-20T18:14:02.320Z | Downloaded dropshot_endpoint v0.16.7 |
| 854 | 2026-03-20T18:14:02.323Z | Downloaded ipnet v2.11.0 |
| 855 | 2026-03-20T18:14:02.326Z | Downloaded multimap v0.10.1 |
| 856 | 2026-03-20T18:14:02.326Z | Downloaded lru-cache v0.1.2 |
| 857 | 2026-03-20T18:14:02.326Z | Downloaded linked-hash-map v0.5.6 |
| 858 | 2026-03-20T18:14:02.333Z | Downloaded humantime v2.3.0 |
| 859 | 2026-03-20T18:14:02.333Z | Downloaded openssl-probe v0.2.1 |
| 860 | 2026-03-20T18:14:02.333Z | Downloaded oso-derive v0.27.3 |
| 861 | 2026-03-20T18:14:02.336Z | Downloaded num_enum v0.5.11 |
| 862 | 2026-03-20T18:14:02.336Z | Downloaded native-tls v0.2.18 |
| 863 | 2026-03-20T18:14:02.336Z | Downloaded httparse v1.10.1 |
| 864 | 2026-03-20T18:14:02.340Z | Downloaded blake2 v0.10.6 |
| 865 | 2026-03-20T18:14:02.344Z | Downloaded num-rational v0.4.2 |
| 866 | 2026-03-20T18:14:02.344Z | Downloaded iana-time-zone v0.1.65 |
| 867 | 2026-03-20T18:14:02.347Z | Downloaded futures v0.3.32 |
| 868 | 2026-03-20T18:14:02.350Z | Downloaded getrandom v0.2.17 |
| 869 | 2026-03-20T18:14:02.355Z | Downloaded pin-utils v0.1.0 |
| 870 | 2026-03-20T18:14:02.355Z | Downloaded phf_shared v0.13.1 |
| 871 | 2026-03-20T18:14:02.355Z | Downloaded phf_shared v0.11.3 |
| 872 | 2026-03-20T18:14:02.359Z | Downloaded ingot-macros v0.1.1 |
| 873 | 2026-03-20T18:14:02.359Z | Downloaded half v2.7.1 |
| 874 | 2026-03-20T18:14:02.359Z | Downloaded num-integer v0.1.46 |
| 875 | 2026-03-20T18:14:02.362Z | Downloaded darling_core v0.23.0 |
| 876 | 2026-03-20T18:14:02.365Z | Downloaded hmac v0.12.1 |
| 877 | 2026-03-20T18:14:02.368Z | Downloaded hash32 v0.2.1 |
| 878 | 2026-03-20T18:14:02.368Z | Downloaded futures-macro v0.3.32 |
| 879 | 2026-03-20T18:14:02.368Z | Downloaded corncobs v0.1.4 |
| 880 | 2026-03-20T18:14:02.395Z | Downloaded memmap2 v0.9.10 |
| 881 | 2026-03-20T18:14:02.395Z | Downloaded num_enum v0.7.5 |
| 882 | 2026-03-20T18:14:02.408Z | Downloaded oxide-tokio-rt v0.1.3 |
| 883 | 2026-03-20T18:14:02.408Z | Downloaded owo-colors v4.3.0 |
| 884 | 2026-03-20T18:14:02.408Z | Downloaded parse-size v1.1.0 |
| 885 | 2026-03-20T18:14:02.408Z | Downloaded nanorand v0.7.0 |
| 886 | 2026-03-20T18:14:02.408Z | Downloaded powerfmt v0.2.0 |
| 887 | 2026-03-20T18:14:02.408Z | Downloaded cbc v0.1.2 |
| 888 | 2026-03-20T18:14:02.408Z | Downloaded pbkdf2 v0.12.2 |
| 889 | 2026-03-20T18:14:02.408Z | Downloaded precomputed-hash v0.1.1 |
| 890 | 2026-03-20T18:14:02.408Z | Downloaded bytes v1.11.1 |
| 891 | 2026-03-20T18:14:02.408Z | Downloaded packed_struct v0.10.1 |
| 892 | 2026-03-20T18:14:02.408Z | Downloaded const_format v0.2.35 |
| 893 | 2026-03-20T18:14:02.408Z | Downloaded predicates-tree v1.0.13 |
| 894 | 2026-03-20T18:14:02.408Z | Downloaded parking_lot_core v0.8.6 |
| 895 | 2026-03-20T18:14:02.408Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 896 | 2026-03-20T18:14:02.408Z | Downloaded proc-macro-crate v3.4.0 |
| 897 | 2026-03-20T18:14:02.415Z | Downloaded progenitor-client v0.10.0 |
| 898 | 2026-03-20T18:14:02.415Z | Downloaded predicates-core v1.0.10 |
| 899 | 2026-03-20T18:14:02.415Z | Downloaded darling_core v0.20.11 |
| 900 | 2026-03-20T18:14:02.415Z | Downloaded oxnet v0.1.4 |
| 901 | 2026-03-20T18:14:02.415Z | Downloaded pem-rfc7468 v0.7.0 |
| 902 | 2026-03-20T18:14:02.415Z | Downloaded pem v3.0.6 |
| 903 | 2026-03-20T18:14:02.415Z | Downloaded progenitor-client v0.11.2 |
| 904 | 2026-03-20T18:14:02.415Z | Downloaded peg-runtime v0.8.5 |
| 905 | 2026-03-20T18:14:02.419Z | Downloaded paste v1.0.15 |
| 906 | 2026-03-20T18:14:02.419Z | Downloaded progenitor-macro v0.13.0 |
| 907 | 2026-03-20T18:14:02.419Z | Downloaded quick-error v1.2.3 |
| 908 | 2026-03-20T18:14:02.419Z | Downloaded progenitor-macro v0.11.2 |
| 909 | 2026-03-20T18:14:02.422Z | Downloaded ignore v0.4.25 |
| 910 | 2026-03-20T18:14:02.422Z | Downloaded progenitor-macro v0.10.0 |
| 911 | 2026-03-20T18:14:02.425Z | Downloaded newtype-uuid v1.3.2 |
| 912 | 2026-03-20T18:14:02.425Z | Downloaded libbz2-rs-sys v0.2.2 |
| 913 | 2026-03-20T18:14:02.428Z | Downloaded num-complex v0.4.6 |
| 914 | 2026-03-20T18:14:02.428Z | Downloaded omicron-zone-package v0.12.2 |
| 915 | 2026-03-20T18:14:02.431Z | Downloaded cc v1.2.56 |
| 916 | 2026-03-20T18:14:02.434Z | Downloaded proc-macro-crate v1.3.1 |
| 917 | 2026-03-20T18:14:02.434Z | Downloaded phf_shared v0.12.1 |
| 918 | 2026-03-20T18:14:02.437Z | Downloaded psl-types v2.0.11 |
| 919 | 2026-03-20T18:14:02.437Z | Downloaded pin-project-internal v1.1.11 |
| 920 | 2026-03-20T18:14:02.437Z | Downloaded phf v0.12.1 |
| 921 | 2026-03-20T18:14:02.441Z | Downloaded rand_chacha v0.3.1 |
| 922 | 2026-03-20T18:14:02.441Z | Downloaded phf v0.13.1 |
| 923 | 2026-03-20T18:14:02.441Z | Downloaded pin-project-lite v0.2.17 |
| 924 | 2026-03-20T18:14:02.445Z | Downloaded password-hash v0.5.0 |
| 925 | 2026-03-20T18:14:02.448Z | Downloaded polyval v0.6.2 |
| 926 | 2026-03-20T18:14:02.448Z | Downloaded indicatif v0.18.4 |
| 927 | 2026-03-20T18:14:02.451Z | Downloaded peg v0.8.5 |
| 928 | 2026-03-20T18:14:02.455Z | Downloaded headers v0.4.1 |
| 929 | 2026-03-20T18:14:02.460Z | Downloaded peg-macros v0.8.5 |
| 930 | 2026-03-20T18:14:02.463Z | Downloaded nu-ansi-term v0.50.3 |
| 931 | 2026-03-20T18:14:02.463Z | Downloaded parse-display-derive v0.10.0 |
| 932 | 2026-03-20T18:14:02.469Z | Downloaded pkcs8 v0.10.2 |
| 933 | 2026-03-20T18:14:02.469Z | Downloaded radium v0.7.0 |
| 934 | 2026-03-20T18:14:02.469Z | Downloaded poly1305 v0.8.0 |
| 935 | 2026-03-20T18:14:02.472Z | Downloaded heapless v0.7.17 |
| 936 | 2026-03-20T18:14:02.475Z | Downloaded parking_lot v0.12.5 |
| 937 | 2026-03-20T18:14:02.475Z | Downloaded ppv-lite86 v0.2.21 |
| 938 | 2026-03-20T18:14:02.478Z | Downloaded num_enum_derive v0.7.5 |
| 939 | 2026-03-20T18:14:02.478Z | Downloaded cancel-safe-futures v0.1.5 |
| 940 | 2026-03-20T18:14:02.481Z | Downloaded num-derive v0.4.2 |
| 941 | 2026-03-20T18:14:02.488Z | Downloaded bzip2 v0.6.1 |
| 942 | 2026-03-20T18:14:02.488Z | Downloaded progenitor v0.13.0 |
| 943 | 2026-03-20T18:14:02.488Z | Downloaded progenitor v0.11.2 |
| 944 | 2026-03-20T18:14:02.492Z | Downloaded bitflags v1.3.2 |
| 945 | 2026-03-20T18:14:02.492Z | Downloaded ref-cast-impl v1.0.25 |
| 946 | 2026-03-20T18:14:02.492Z | Downloaded ref-cast v1.0.25 |
| 947 | 2026-03-20T18:14:02.496Z | Downloaded rand_xorshift v0.4.0 |
| 948 | 2026-03-20T18:14:02.496Z | Downloaded cassowary v0.3.0 |
| 949 | 2026-03-20T18:14:02.496Z | Downloaded arrayvec v0.7.6 |
| 950 | 2026-03-20T18:14:02.500Z | Downloaded bit-vec v0.6.3 |
| 951 | 2026-03-20T18:14:02.500Z | Downloaded backoff v0.4.0 |
| 952 | 2026-03-20T18:14:02.500Z | Downloaded blowfish v0.9.1 |
| 953 | 2026-03-20T18:14:02.503Z | Downloaded ghash v0.5.1 |
| 954 | 2026-03-20T18:14:02.507Z | Downloaded flate2 v1.1.9 |
| 955 | 2026-03-20T18:14:02.512Z | Downloaded ed25519-dalek v2.2.0 |
| 956 | 2026-03-20T18:14:02.515Z | Downloaded primeorder v0.13.6 |
| 957 | 2026-03-20T18:14:02.515Z | Downloaded postgres-protocol v0.6.10 |
| 958 | 2026-03-20T18:14:02.515Z | Downloaded rfc6979 v0.4.0 |
| 959 | 2026-03-20T18:14:02.515Z | Downloaded pkg-config v0.3.32 |
| 960 | 2026-03-20T18:14:02.518Z | Downloaded russh-cryptovec v0.7.3 |
| 961 | 2026-03-20T18:14:02.518Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 962 | 2026-03-20T18:14:02.518Z | Downloaded recursive v0.1.1 |
| 963 | 2026-03-20T18:14:02.521Z | Downloaded derive_more-impl v2.1.1 |
| 964 | 2026-03-20T18:14:02.525Z | Downloaded rustc-hash v2.1.1 |
| 965 | 2026-03-20T18:14:02.525Z | Downloaded pkcs5 v0.7.1 |
| 966 | 2026-03-20T18:14:02.528Z | Downloaded pkcs1 v0.7.5 |
| 967 | 2026-03-20T18:14:02.531Z | Downloaded r2d2 v0.8.10 |
| 968 | 2026-03-20T18:14:02.531Z | Downloaded progenitor v0.10.0 |
| 969 | 2026-03-20T18:14:02.534Z | Downloaded proc-macro-error2 v2.0.1 |
| 970 | 2026-03-20T18:14:02.537Z | Downloaded progenitor-client v0.13.0 |
| 971 | 2026-03-20T18:14:02.537Z | Downloaded indexmap v1.9.3 |
| 972 | 2026-03-20T18:14:02.540Z | Downloaded psm v0.1.30 |
| 973 | 2026-03-20T18:14:02.543Z | Downloaded miniz_oxide v0.8.9 |
| 974 | 2026-03-20T18:14:02.543Z | Downloaded crypto-bigint v0.5.5 |
| 975 | 2026-03-20T18:14:02.549Z | Downloaded rand_core v0.6.4 |
| 976 | 2026-03-20T18:14:02.552Z | Downloaded crossbeam-channel v0.5.15 |
| 977 | 2026-03-20T18:14:02.556Z | Downloaded password-hash v0.4.2 |
| 978 | 2026-03-20T18:14:02.556Z | Downloaded der v0.7.10 |
| 979 | 2026-03-20T18:14:02.561Z | Downloaded rustc_version v0.4.1 |
| 980 | 2026-03-20T18:14:02.564Z | Downloaded salsa20 v0.10.2 |
| 981 | 2026-03-20T18:14:02.568Z | Downloaded rustc_version v0.1.7 |
| 982 | 2026-03-20T18:14:02.568Z | Downloaded jiff-static v0.2.21 |
| 983 | 2026-03-20T18:14:02.573Z | Downloaded progenitor-extras v0.1.1 |
| 984 | 2026-03-20T18:14:02.576Z | Downloaded expectorate v1.2.0 |
| 985 | 2026-03-20T18:14:02.576Z | Downloaded aes v0.8.4 |
| 986 | 2026-03-20T18:14:02.580Z | Downloaded sapling-renderdag v0.1.0 |
| 987 | 2026-03-20T18:14:02.583Z | Downloaded same-file v1.0.6 |
| 988 | 2026-03-20T18:14:02.583Z | Downloaded scrypt v0.11.0 |
| 989 | 2026-03-20T18:14:02.586Z | Downloaded scopeguard v1.2.0 |
| 990 | 2026-03-20T18:14:02.589Z | Downloaded rand_seeder v0.4.0 |
| 991 | 2026-03-20T18:14:02.589Z | Downloaded rand_core v0.10.0 |
| 992 | 2026-03-20T18:14:02.593Z | Downloaded scheduled-thread-pool v0.2.7 |
| 993 | 2026-03-20T18:14:02.594Z | Downloaded resolv-conf v0.7.6 |
| 994 | 2026-03-20T18:14:02.596Z | Downloaded postgres-types v0.2.12 |
| 995 | 2026-03-20T18:14:02.597Z | Downloaded parking_lot_core v0.9.12 |
| 996 | 2026-03-20T18:14:02.600Z | Downloaded hickory-resolver v0.24.4 |
| 997 | 2026-03-20T18:14:02.602Z | Downloaded predicates v3.1.4 |
| 998 | 2026-03-20T18:14:02.606Z | Downloaded rtoolbox v0.0.3 |
| 999 | 2026-03-20T18:14:02.606Z | Downloaded quinn-udp v0.5.14 |
| 1000 | 2026-03-20T18:14:02.609Z | Downloaded postcard v1.1.3 |
| 1001 | 2026-03-20T18:14:02.609Z | Downloaded scroll_derive v0.13.1 |
| 1002 | 2026-03-20T18:14:02.612Z | Downloaded serde-big-array v0.5.1 |
| 1003 | 2026-03-20T18:14:02.612Z | Downloaded seq-macro v0.3.6 |
| 1004 | 2026-03-20T18:14:02.616Z | Downloaded hickory-resolver v0.25.2 |
| 1005 | 2026-03-20T18:14:02.619Z | Downloaded serde_urlencoded v0.7.1 |
| 1006 | 2026-03-20T18:14:02.619Z | Downloaded aes-gcm v0.10.3 |
| 1007 | 2026-03-20T18:14:02.622Z | Downloaded derive_more v2.1.1 |
| 1008 | 2026-03-20T18:14:02.629Z | Downloaded serde_bytes v0.11.19 |
| 1009 | 2026-03-20T18:14:02.632Z | Downloaded semver v0.1.20 |
| 1010 | 2026-03-20T18:14:02.632Z | Downloaded secrecy v0.10.3 |
| 1011 | 2026-03-20T18:14:02.636Z | Downloaded secrecy v0.8.0 |
| 1012 | 2026-03-20T18:14:02.636Z | Downloaded rustls-pemfile v1.0.4 |
| 1013 | 2026-03-20T18:14:02.636Z | Downloaded serde_repr v0.1.20 |
| 1014 | 2026-03-20T18:14:02.639Z | Downloaded serde_plain v1.0.2 |
| 1015 | 2026-03-20T18:14:02.639Z | Downloaded oso v0.27.3 |
| 1016 | 2026-03-20T18:14:02.643Z | Downloaded rand_core v0.9.5 |
| 1017 | 2026-03-20T18:14:02.643Z | Downloaded p256 v0.13.2 |
| 1018 | 2026-03-20T18:14:02.647Z | Downloaded parking_lot v0.11.2 |
| 1019 | 2026-03-20T18:14:02.650Z | Downloaded rand_chacha v0.9.0 |
| 1020 | 2026-03-20T18:14:02.653Z | Downloaded minimal-lexical v0.2.1 |
| 1021 | 2026-03-20T18:14:02.656Z | Downloaded rustls-pemfile v2.2.0 |
| 1022 | 2026-03-20T18:14:02.656Z | Downloaded sha1 v0.10.6 |
| 1023 | 2026-03-20T18:14:02.659Z | Downloaded signal-hook-tokio v0.3.1 |
| 1024 | 2026-03-20T18:14:02.659Z | Downloaded prefix-trie v0.7.0 |
| 1025 | 2026-03-20T18:14:02.663Z | Downloaded siphasher v1.0.2 |
| 1026 | 2026-03-20T18:14:02.666Z | Downloaded sigpipe v0.1.3 |
| 1027 | 2026-03-20T18:14:02.666Z | Downloaded signal-hook-mio v0.2.5 |
| 1028 | 2026-03-20T18:14:02.666Z | Downloaded hashbrown v0.12.3 |
| 1029 | 2026-03-20T18:14:02.676Z | Downloaded schemars_derive v0.8.22 |
| 1030 | 2026-03-20T18:14:02.682Z | Downloaded signature v2.2.0 |
| 1031 | 2026-03-20T18:14:02.685Z | Downloaded shell-words v1.1.1 |
| 1032 | 2026-03-20T18:14:02.685Z | Downloaded openssl-sys v0.9.111 |
| 1033 | 2026-03-20T18:14:02.691Z | Downloaded pin-project v1.1.11 |
| 1034 | 2026-03-20T18:14:02.700Z | Downloaded slog-envlogger v2.2.0 |
| 1035 | 2026-03-20T18:14:02.703Z | Downloaded slog-bunyan v2.5.0 |
| 1036 | 2026-03-20T18:14:02.703Z | Downloaded sct v0.7.1 |
| 1037 | 2026-03-20T18:14:02.708Z | Downloaded sec1 v0.7.3 |
| 1038 | 2026-03-20T18:14:02.712Z | Downloaded serde_spanned v1.0.4 |
| 1039 | 2026-03-20T18:14:02.715Z | Downloaded serde_derive_internals v0.29.1 |
| 1040 | 2026-03-20T18:14:02.715Z | Downloaded serde-hex v0.1.0 |
| 1041 | 2026-03-20T18:14:02.718Z | Downloaded russh-keys v0.45.0 |
| 1042 | 2026-03-20T18:14:02.718Z | Downloaded hyper-util v0.1.20 |
| 1043 | 2026-03-20T18:14:02.724Z | Downloaded http v1.4.0 |
| 1044 | 2026-03-20T18:14:02.732Z | Downloaded progenitor-impl v0.10.0 |
| 1045 | 2026-03-20T18:14:02.736Z | Downloaded rustls-native-certs v0.8.3 |
| 1046 | 2026-03-20T18:14:02.740Z | Downloaded hickory-server v0.25.2 |
| 1047 | 2026-03-20T18:14:02.744Z | Downloaded ssh-encoding v0.2.0 |
| 1048 | 2026-03-20T18:14:02.749Z | Downloaded sqlparser_derive v0.5.0 |
| 1049 | 2026-03-20T18:14:02.754Z | Downloaded rusty-fork v0.3.1 |
| 1050 | 2026-03-20T18:14:02.754Z | Downloaded hashbrown v0.13.2 |
| 1051 | 2026-03-20T18:14:02.757Z | Downloaded structmeta v0.3.0 |
| 1052 | 2026-03-20T18:14:02.757Z | Downloaded ssh-cipher v0.2.0 |
| 1053 | 2026-03-20T18:14:02.762Z | Downloaded strum v0.26.3 |
| 1054 | 2026-03-20T18:14:02.765Z | Downloaded structmeta-derive v0.3.0 |
| 1055 | 2026-03-20T18:14:02.765Z | Downloaded strum v0.27.2 |
| 1056 | 2026-03-20T18:14:02.768Z | Downloaded progenitor-impl v0.11.2 |
| 1057 | 2026-03-20T18:14:02.772Z | Downloaded simd-adler32 v0.3.8 |
| 1058 | 2026-03-20T18:14:02.775Z | Downloaded progenitor-impl v0.13.0 |
| 1059 | 2026-03-20T18:14:02.779Z | Downloaded signal-hook-registry v1.4.8 |
| 1060 | 2026-03-20T18:14:02.779Z | Downloaded rustversion v1.0.22 |
| 1061 | 2026-03-20T18:14:02.783Z | Downloaded tabled_derive v0.11.0 |
| 1062 | 2026-03-20T18:14:02.786Z | Downloaded slog-dtrace v0.3.0 |
| 1063 | 2026-03-20T18:14:02.786Z | Downloaded tagptr v0.2.0 |
| 1064 | 2026-03-20T18:14:02.794Z | Downloaded sync_wrapper v1.0.2 |
| 1065 | 2026-03-20T18:14:02.794Z | Downloaded take_mut v0.2.2 |
| 1066 | 2026-03-20T18:14:02.794Z | Downloaded heapless v0.8.0 |
| 1067 | 2026-03-20T18:14:02.798Z | Downloaded slog-json v2.6.1 |
| 1068 | 2026-03-20T18:14:02.798Z | Downloaded aho-corasick v1.1.4 |
| 1069 | 2026-03-20T18:14:02.801Z | Downloaded slog-scope v4.4.1 |
| 1070 | 2026-03-20T18:14:02.801Z | Downloaded slog-async v2.8.0 |
| 1071 | 2026-03-20T18:14:02.804Z | Downloaded slab v0.4.12 |
| 1072 | 2026-03-20T18:14:02.804Z | Downloaded slog-term v2.9.2 |
| 1073 | 2026-03-20T18:14:02.809Z | Downloaded slog-stdlog v4.1.1 |
| 1074 | 2026-03-20T18:14:02.809Z | Downloaded crossterm v0.28.1 |
| 1075 | 2026-03-20T18:14:02.812Z | Downloaded tabwriter v1.4.1 |
| 1076 | 2026-03-20T18:14:02.815Z | Downloaded subtle v2.6.1 |
| 1077 | 2026-03-20T18:14:02.815Z | Downloaded smallvec v0.6.14 |
| 1078 | 2026-03-20T18:14:02.815Z | Downloaded rcgen v0.12.1 |
| 1079 | 2026-03-20T18:14:02.818Z | Downloaded testing_table v0.3.0 |
| 1080 | 2026-03-20T18:14:02.818Z | Downloaded termtree v0.5.1 |
| 1081 | 2026-03-20T18:14:02.821Z | Downloaded serde_cbor v0.11.2 |
| 1082 | 2026-03-20T18:14:02.824Z | Downloaded prettyplease v0.2.37 |
| 1083 | 2026-03-20T18:14:02.828Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1084 | 2026-03-20T18:14:02.828Z | Downloaded serde_path_to_error v0.1.20 |
| 1085 | 2026-03-20T18:14:02.828Z | Downloaded smf v0.2.3 |
| 1086 | 2026-03-20T18:14:02.831Z | Downloaded scroll v0.13.0 |
| 1087 | 2026-03-20T18:14:02.831Z | Downloaded shlex v1.3.0 |
| 1088 | 2026-03-20T18:14:02.831Z | Downloaded supports-color v3.0.2 |
| 1089 | 2026-03-20T18:14:02.834Z | Downloaded mio v1.1.1 |
| 1090 | 2026-03-20T18:14:02.841Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1091 | 2026-03-20T18:14:02.846Z | Downloaded string_cache v0.8.9 |
| 1092 | 2026-03-20T18:14:02.846Z | Downloaded spki v0.7.3 |
| 1093 | 2026-03-20T18:14:02.849Z | Downloaded static_assertions v1.1.0 |
| 1094 | 2026-03-20T18:14:02.849Z | Downloaded rustls-pki-types v1.14.0 |
| 1095 | 2026-03-20T18:14:02.849Z | Downloaded thread-id v5.1.0 |
| 1096 | 2026-03-20T18:14:02.853Z | Downloaded stacker v0.1.23 |
| 1097 | 2026-03-20T18:14:02.853Z | Downloaded tinyvec_macros v0.1.1 |
| 1098 | 2026-03-20T18:14:02.856Z | Downloaded time-core v0.1.8 |
| 1099 | 2026-03-20T18:14:02.856Z | Downloaded strum_macros v0.26.4 |
| 1100 | 2026-03-20T18:14:02.859Z | Downloaded ryu v1.0.23 |
| 1101 | 2026-03-20T18:14:02.859Z | Downloaded serde_with_macros v3.17.0 |
| 1102 | 2026-03-20T18:14:02.862Z | Downloaded crossterm v0.29.0 |
| 1103 | 2026-03-20T18:14:02.866Z | Downloaded itertools v0.10.5 |
| 1104 | 2026-03-20T18:14:02.871Z | Downloaded stringprep v0.1.5 |
| 1105 | 2026-03-20T18:14:02.874Z | Downloaded strum_macros v0.27.2 |
| 1106 | 2026-03-20T18:14:02.877Z | Downloaded strum_macros v0.24.3 |
| 1107 | 2026-03-20T18:14:02.877Z | Downloaded sqlformat v0.3.5 |
| 1108 | 2026-03-20T18:14:02.882Z | Downloaded schemars v0.8.22 |
| 1109 | 2026-03-20T18:14:02.889Z | Downloaded sync-ptr v0.1.4 |
| 1110 | 2026-03-20T18:14:02.892Z | Downloaded nom v7.1.3 |
| 1111 | 2026-03-20T18:14:02.896Z | Downloaded papergrid v0.17.0 |
| 1112 | 2026-03-20T18:14:02.903Z | Downloaded qorb v0.4.1 |
| 1113 | 2026-03-20T18:14:02.906Z | Downloaded tap v1.0.1 |
| 1114 | 2026-03-20T18:14:02.919Z | Downloaded publicsuffix v2.3.0 |
| 1115 | 2026-03-20T18:14:02.922Z | Downloaded itertools v0.12.1 |
| 1116 | 2026-03-20T18:14:02.927Z | Downloaded bitvec v1.0.1 |
| 1117 | 2026-03-20T18:14:02.938Z | Downloaded thread_local v1.1.9 |
| 1118 | 2026-03-20T18:14:02.941Z | Downloaded try-lock v0.2.5 |
| 1119 | 2026-03-20T18:14:02.941Z | Downloaded tower-service v0.3.3 |
| 1120 | 2026-03-20T18:14:02.941Z | Downloaded topological-sort v0.2.2 |
| 1121 | 2026-03-20T18:14:02.945Z | Downloaded thiserror-no-std v2.0.2 |
| 1122 | 2026-03-20T18:14:02.947Z | Downloaded snafu-derive v0.8.9 |
| 1123 | 2026-03-20T18:14:02.948Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1124 | 2026-03-20T18:14:02.951Z | Downloaded unarray v0.1.4 |
| 1125 | 2026-03-20T18:14:02.951Z | Downloaded trait-variant v0.1.2 |
| 1126 | 2026-03-20T18:14:02.955Z | Downloaded tiny-keccak v2.0.2 |
| 1127 | 2026-03-20T18:14:02.955Z | Downloaded hashbrown v0.15.5 |
| 1128 | 2026-03-20T18:14:02.958Z | Downloaded num-bigint v0.4.6 |
| 1129 | 2026-03-20T18:14:02.962Z | Downloaded time-macros v0.2.27 |
| 1130 | 2026-03-20T18:14:02.969Z | Downloaded rand v0.8.5 |
| 1131 | 2026-03-20T18:14:02.969Z | Downloaded tokio-native-tls v0.3.1 |
| 1132 | 2026-03-20T18:14:02.973Z | Downloaded typify-macro v0.4.3 |
| 1133 | 2026-03-20T18:14:02.973Z | Downloaded rayon-core v1.13.0 |
| 1134 | 2026-03-20T18:14:02.973Z | Downloaded pretty_assertions v1.4.1 |
| 1135 | 2026-03-20T18:14:02.976Z | Downloaded unicode-truncate v1.1.0 |
| 1136 | 2026-03-20T18:14:02.976Z | Downloaded similar v2.7.0 |
| 1137 | 2026-03-20T18:14:02.981Z | Downloaded slog v2.8.2 |
| 1138 | 2026-03-20T18:14:02.985Z | Downloaded unit-prefix v0.5.2 |
| 1139 | 2026-03-20T18:14:02.985Z | Downloaded support-bundle-viewer v0.1.2 |
| 1140 | 2026-03-20T18:14:02.985Z | Downloaded libxml v0.3.3 |
| 1141 | 2026-03-20T18:14:02.989Z | Downloaded untrusted v0.9.0 |
| 1142 | 2026-03-20T18:14:02.991Z | Downloaded ron v0.8.1 |
| 1143 | 2026-03-20T18:14:02.994Z | Downloaded tokio-rustls v0.25.0 |
| 1144 | 2026-03-20T18:14:02.997Z | Downloaded rsa v0.9.10 |
| 1145 | 2026-03-20T18:14:03.001Z | Downloaded tokio-tungstenite v0.21.0 |
| 1146 | 2026-03-20T18:14:03.004Z | Downloaded usdt-attr-macro v0.6.0 |
| 1147 | 2026-03-20T18:14:03.004Z | Downloaded termios v0.3.3 |
| 1148 | 2026-03-20T18:14:03.007Z | Downloaded universal-hash v0.5.1 |
| 1149 | 2026-03-20T18:14:03.007Z | Downloaded void v1.0.2 |
| 1150 | 2026-03-20T18:14:03.007Z | Downloaded usdt-macro v0.6.0 |
| 1151 | 2026-03-20T18:14:03.007Z | Downloaded tokio-tungstenite v0.23.1 |
| 1152 | 2026-03-20T18:14:03.010Z | Downloaded usdt v0.6.0 |
| 1153 | 2026-03-20T18:14:03.010Z | Downloaded untrusted v0.7.1 |
| 1154 | 2026-03-20T18:14:03.010Z | Downloaded term v1.2.1 |
| 1155 | 2026-03-20T18:14:03.013Z | Downloaded hkdf v0.12.4 |
| 1156 | 2026-03-20T18:14:03.016Z | Downloaded itertools v0.14.0 |
| 1157 | 2026-03-20T18:14:03.020Z | Downloaded utf-8 v0.7.6 |
| 1158 | 2026-03-20T18:14:03.025Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1159 | 2026-03-20T18:14:03.025Z | Downloaded socket2 v0.5.10 |
| 1160 | 2026-03-20T18:14:03.025Z | Downloaded itertools v0.13.0 |
| 1161 | 2026-03-20T18:14:03.030Z | Downloaded waitgroup v0.1.2 |
| 1162 | 2026-03-20T18:14:03.033Z | Downloaded typify-macro v0.6.1 |
| 1163 | 2026-03-20T18:14:03.033Z | Downloaded want v0.3.1 |
| 1164 | 2026-03-20T18:14:03.033Z | Downloaded socket2 v0.6.2 |
| 1165 | 2026-03-20T18:14:03.036Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1166 | 2026-03-20T18:14:03.036Z | Downloaded futures-util v0.3.32 |
| 1167 | 2026-03-20T18:14:03.044Z | Downloaded rustls-webpki v0.103.9 |
| 1168 | 2026-03-20T18:14:03.047Z | Downloaded tls_codec_derive v0.4.2 |
| 1169 | 2026-03-20T18:14:03.050Z | Downloaded wait-timeout v0.2.1 |
| 1170 | 2026-03-20T18:14:03.050Z | Downloaded term v0.7.0 |
| 1171 | 2026-03-20T18:14:03.054Z | Downloaded samael v0.0.19 |
| 1172 | 2026-03-20T18:14:03.057Z | Downloaded unicase v2.9.0 |
| 1173 | 2026-03-20T18:14:03.060Z | Downloaded subprocess v0.2.15 |
| 1174 | 2026-03-20T18:14:03.065Z | Downloaded schemars v0.9.0 |
| 1175 | 2026-03-20T18:14:03.069Z | Downloaded tokio-rustls v0.24.1 |
| 1176 | 2026-03-20T18:14:03.072Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1177 | 2026-03-20T18:14:03.075Z | Downloaded schemars v1.2.1 |
| 1178 | 2026-03-20T18:14:03.084Z | Downloaded tokio-rustls v0.26.4 |
| 1179 | 2026-03-20T18:14:03.087Z | Downloaded xattr v1.6.1 |
| 1180 | 2026-03-20T18:14:03.090Z | Downloaded usdt-impl v0.6.0 |
| 1181 | 2026-03-20T18:14:03.090Z | Downloaded xshell-macros v0.2.7 |
| 1182 | 2026-03-20T18:14:03.090Z | Downloaded tar v0.4.44 |
| 1183 | 2026-03-20T18:14:03.094Z | Downloaded vergen-lib v0.1.6 |
| 1184 | 2026-03-20T18:14:03.094Z | Downloaded rand v0.9.2 |
| 1185 | 2026-03-20T18:14:03.100Z | Downloaded vsss-rs v3.3.4 |
| 1186 | 2026-03-20T18:14:03.100Z | Downloaded test-strategy v0.4.5 |
| 1187 | 2026-03-20T18:14:03.103Z | Downloaded iri-string v0.7.10 |
| 1188 | 2026-03-20T18:14:03.108Z | Downloaded rand v0.10.0 |
| 1189 | 2026-03-20T18:14:03.113Z | Downloaded tui-tree-widget v0.23.1 |
| 1190 | 2026-03-20T18:14:03.113Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1191 | 2026-03-20T18:14:03.118Z | Downloaded p521 v0.13.3 |
| 1192 | 2026-03-20T18:14:03.118Z | Downloaded zeroize_derive v1.4.3 |
| 1193 | 2026-03-20T18:14:03.122Z | Downloaded iddqd v0.3.17 |
| 1194 | 2026-03-20T18:14:03.122Z | Downloaded zone_cfg_derive v0.3.1 |
| 1195 | 2026-03-20T18:14:03.125Z | Downloaded zone v0.3.1 |
| 1196 | 2026-03-20T18:14:03.126Z | Downloaded snafu v0.8.9 |
| 1197 | 2026-03-20T18:14:03.129Z | Downloaded hyper v1.8.1 |
| 1198 | 2026-03-20T18:14:03.134Z | Downloaded num-bigint-dig v0.8.6 |
| 1199 | 2026-03-20T18:14:03.148Z | Downloaded tls_codec v0.4.2 |
| 1200 | 2026-03-20T18:14:03.148Z | Downloaded tokio-macros v2.6.0 |
| 1201 | 2026-03-20T18:14:03.148Z | Downloaded tokio-dtrace v0.1.1 |
| 1202 | 2026-03-20T18:14:03.152Z | Downloaded wyz v0.5.1 |
| 1203 | 2026-03-20T18:14:03.152Z | Downloaded signal-hook v0.3.18 |
| 1204 | 2026-03-20T18:14:03.152Z | Downloaded spin v0.9.8 |
| 1205 | 2026-03-20T18:14:03.152Z | Downloaded tracing-attributes v0.1.31 |
| 1206 | 2026-03-20T18:14:03.164Z | Downloaded tower-layer v0.3.3 |
| 1207 | 2026-03-20T18:14:03.164Z | Downloaded quinn v0.11.9 |
| 1208 | 2026-03-20T18:14:03.164Z | Downloaded vergen-gitcl v1.0.8 |
| 1209 | 2026-03-20T18:14:03.164Z | Downloaded vergen-git2 v1.0.7 |
| 1210 | 2026-03-20T18:14:03.164Z | Downloaded tinyvec v1.10.0 |
| 1211 | 2026-03-20T18:14:03.168Z | Downloaded zstd-safe v7.2.4 |
| 1212 | 2026-03-20T18:14:03.168Z | Downloaded vergen v9.0.6 |
| 1213 | 2026-03-20T18:14:03.173Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1214 | 2026-03-20T18:14:03.177Z | Downloaded walkdir v2.5.0 |
| 1215 | 2026-03-20T18:14:03.177Z | Downloaded h2 v0.4.13 |
| 1216 | 2026-03-20T18:14:03.182Z | Downloaded zstd v0.13.3 |
| 1217 | 2026-03-20T18:14:03.185Z | Downloaded rustyline v14.0.0 |
| 1218 | 2026-03-20T18:14:03.188Z | Downloaded xz2 v0.1.7 |
| 1219 | 2026-03-20T18:14:03.192Z | Downloaded xshell v0.2.7 |
| 1220 | 2026-03-20T18:14:03.192Z | Downloaded whoami v1.6.1 |
| 1221 | 2026-03-20T18:14:03.198Z | Downloaded blake3 v1.8.3 |
| 1222 | 2026-03-20T18:14:03.202Z | Downloaded uzers v0.12.2 |
| 1223 | 2026-03-20T18:14:03.206Z | Downloaded aws-lc-rs v1.16.0 |
| 1224 | 2026-03-20T18:14:03.210Z | Downloaded whoami v2.1.0 |
| 1225 | 2026-03-20T18:14:03.215Z | Downloaded unicode-bidi v0.3.18 |
| 1226 | 2026-03-20T18:14:03.215Z | Downloaded zeroize v1.8.2 |
| 1227 | 2026-03-20T18:14:03.220Z | Downloaded toml v0.7.8 |
| 1228 | 2026-03-20T18:14:03.220Z | Downloaded rpassword v7.4.0 |
| 1229 | 2026-03-20T18:14:03.223Z | Downloaded zerocopy v0.6.6 |
| 1230 | 2026-03-20T18:14:03.223Z | Downloaded tokio-stream v0.1.18 |
| 1231 | 2026-03-20T18:14:03.226Z | Downloaded yasna v0.5.2 |
| 1232 | 2026-03-20T18:14:03.230Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1233 | 2026-03-20T18:14:03.233Z | Downloaded tracing-core v0.1.36 |
| 1234 | 2026-03-20T18:14:03.236Z | Downloaded twox-hash v2.1.2 |
| 1235 | 2026-03-20T18:14:03.239Z | Downloaded typify v0.6.1 |
| 1236 | 2026-03-20T18:14:03.242Z | Downloaded tungstenite v0.23.0 |
| 1237 | 2026-03-20T18:14:03.242Z | Downloaded tungstenite v0.21.0 |
| 1238 | 2026-03-20T18:14:03.259Z | Downloaded unicode-properties v0.1.4 |
| 1239 | 2026-03-20T18:14:03.262Z | Downloaded libm v0.2.16 |
| 1240 | 2026-03-20T18:14:03.267Z | Downloaded reedline v0.40.0 |
| 1241 | 2026-03-20T18:14:03.291Z | Downloaded ron v0.12.0 |
| 1242 | 2026-03-20T18:14:03.298Z | Downloaded vte v0.14.1 |
| 1243 | 2026-03-20T18:14:03.309Z | Downloaded steno v0.4.1 |
| 1244 | 2026-03-20T18:14:03.313Z | Downloaded bindgen v0.71.1 |
| 1245 | 2026-03-20T18:14:03.317Z | Downloaded bstr v1.12.1 |
| 1246 | 2026-03-20T18:14:03.323Z | Downloaded typify v0.4.3 |
| 1247 | 2026-03-20T18:14:03.356Z | Downloaded yansi v1.0.1 |
| 1248 | 2026-03-20T18:14:03.362Z | Downloaded unsafe-libyaml v0.2.11 |
| 1249 | 2026-03-20T18:14:03.362Z | Downloaded p384 v0.13.1 |
| 1250 | 2026-03-20T18:14:03.362Z | Downloaded zopfli v0.8.3 |
| 1251 | 2026-03-20T18:14:03.362Z | Downloaded chrono v0.4.44 |
| 1252 | 2026-03-20T18:14:03.365Z | Downloaded portable-atomic v1.13.1 |
| 1253 | 2026-03-20T18:14:03.368Z | Downloaded ssh-key v0.6.7 |
| 1254 | 2026-03-20T18:14:03.372Z | Downloaded russh v0.45.0 |
| 1255 | 2026-03-20T18:14:03.379Z | Downloaded unicode-segmentation v1.12.0 |
| 1256 | 2026-03-20T18:14:03.382Z | Downloaded reqwest v0.13.2 |
| 1257 | 2026-03-20T18:14:03.385Z | Downloaded tokio-postgres v0.7.16 |
| 1258 | 2026-03-20T18:14:03.389Z | Downloaded unicode_categories v0.1.1 |
| 1259 | 2026-03-20T18:14:03.393Z | Downloaded regex v1.12.3 |
| 1260 | 2026-03-20T18:14:03.400Z | Downloaded uuid v1.21.0 |
| 1261 | 2026-03-20T18:14:03.404Z | Downloaded tower v0.5.3 |
| 1262 | 2026-03-20T18:14:03.410Z | Downloaded toml_edit v0.19.15 |
| 1263 | 2026-03-20T18:14:03.422Z | Downloaded x509-cert v0.2.5 |
| 1264 | 2026-03-20T18:14:03.427Z | Downloaded salty v0.3.0 |
| 1265 | 2026-03-20T18:14:03.433Z | Downloaded zerocopy-derive v0.8.40 |
| 1266 | 2026-03-20T18:14:03.439Z | Downloaded rustls-webpki v0.101.7 |
| 1267 | 2026-03-20T18:14:03.456Z | Downloaded zip v0.6.6 |
| 1268 | 2026-03-20T18:14:03.459Z | Downloaded unicode-normalization v0.1.25 |
| 1269 | 2026-03-20T18:14:03.463Z | Downloaded quick-xml v0.37.5 |
| 1270 | 2026-03-20T18:14:03.467Z | Downloaded petname v2.0.2 |
| 1271 | 2026-03-20T18:14:03.471Z | Downloaded lalrpop v0.19.12 |
| 1272 | 2026-03-20T18:14:03.479Z | Downloaded typed-path v0.9.3 |
| 1273 | 2026-03-20T18:14:03.483Z | Downloaded tower-http v0.6.8 |
| 1274 | 2026-03-20T18:14:03.488Z | Downloaded tough v0.20.0 |
| 1275 | 2026-03-20T18:14:03.495Z | Downloaded rustls-webpki v0.102.8 |
| 1276 | 2026-03-20T18:14:03.509Z | Downloaded moka v0.12.13 |
| 1277 | 2026-03-20T18:14:03.517Z | Downloaded rayon v1.11.0 |
| 1278 | 2026-03-20T18:14:03.523Z | Downloaded reqwest v0.12.28 |
| 1279 | 2026-03-20T18:14:03.526Z | Downloaded git2 v0.20.4 |
| 1280 | 2026-03-20T18:14:03.532Z | Downloaded tokio-util v0.7.18 |
| 1281 | 2026-03-20T18:14:03.538Z | Downloaded proptest v1.10.0 |
| 1282 | 2026-03-20T18:14:03.544Z | Downloaded zip v4.6.1 |
| 1283 | 2026-03-20T18:14:03.550Z | Downloaded serde_with v3.17.0 |
| 1284 | 2026-03-20T18:14:03.560Z | Downloaded winnow v0.5.40 |
| 1285 | 2026-03-20T18:14:03.566Z | Downloaded winnow v0.6.26 |
| 1286 | 2026-03-20T18:14:03.584Z | Downloaded goblin v0.10.5 |
| 1287 | 2026-03-20T18:14:03.590Z | Downloaded object v0.30.4 |
| 1288 | 2026-03-20T18:14:03.612Z | Downloaded quinn-proto v0.11.13 |
| 1289 | 2026-03-20T18:14:03.617Z | Downloaded rustls v0.21.12 |
| 1290 | 2026-03-20T18:14:03.625Z | Downloaded tabled v0.20.0 |
| 1291 | 2026-03-20T18:14:03.638Z | Downloaded curve25519-dalek v4.1.3 |
| 1292 | 2026-03-20T18:14:03.653Z | Downloaded radix_trie v0.2.1 |
| 1293 | 2026-03-20T18:14:03.657Z | Downloaded nix v0.27.1 |
| 1294 | 2026-03-20T18:14:03.669Z | Downloaded zlib-rs v0.6.2 |
| 1295 | 2026-03-20T18:14:03.674Z | Downloaded hickory-proto v0.24.4 |
| 1296 | 2026-03-20T18:14:03.686Z | Downloaded polar-core v0.27.3 |
| 1297 | 2026-03-20T18:14:03.692Z | Downloaded webpki-roots v1.0.6 |
| 1298 | 2026-03-20T18:14:03.697Z | Downloaded openssl v0.10.75 |
| 1299 | 2026-03-20T18:14:03.702Z | Downloaded object v0.37.3 |
| 1300 | 2026-03-20T18:14:03.710Z | Downloaded nix v0.31.1 |
| 1301 | 2026-03-20T18:14:03.719Z | Downloaded nix v0.28.0 |
| 1302 | 2026-03-20T18:14:03.726Z | Downloaded regress v0.10.5 |
| 1303 | 2026-03-20T18:14:03.739Z | Downloaded dropshot v0.16.7 |
| 1304 | 2026-03-20T18:14:03.755Z | Downloaded time v0.3.47 |
| 1305 | 2026-03-20T18:14:03.764Z | Downloaded vcpkg v0.2.15 |
| 1306 | 2026-03-20T18:14:03.800Z | Downloaded rustix v0.38.44 |
| 1307 | 2026-03-20T18:14:03.809Z | Downloaded smoltcp v0.11.0 |
| 1308 | 2026-03-20T18:14:03.818Z | Downloaded nix v0.29.0 |
| 1309 | 2026-03-20T18:14:03.827Z | Downloaded smoltcp v0.9.1 |
| 1310 | 2026-03-20T18:14:03.835Z | Downloaded rustls v0.23.37 |
| 1311 | 2026-03-20T18:14:03.844Z | Downloaded zerocopy v0.8.40 |
| 1312 | 2026-03-20T18:14:03.851Z | Downloaded regex-syntax v0.8.10 |
| 1313 | 2026-03-20T18:14:03.856Z | Downloaded rustls v0.22.4 |
| 1314 | 2026-03-20T18:14:03.866Z | Downloaded diesel v2.3.7 |
| 1315 | 2026-03-20T18:14:03.882Z | Downloaded openapiv3 v2.2.0 |
| 1316 | 2026-03-20T18:14:03.889Z | Downloaded regex-syntax v0.6.29 |
| 1317 | 2026-03-20T18:14:03.897Z | Downloaded hickory-proto v0.25.2 |
| 1318 | 2026-03-20T18:14:03.939Z | Downloaded typify-impl v0.6.1 |
| 1319 | 2026-03-20T18:14:03.951Z | Downloaded ratatui v0.29.0 |
| 1320 | 2026-03-20T18:14:03.967Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1321 | 2026-03-20T18:14:03.982Z | Downloaded sqlparser v0.61.0 |
| 1322 | 2026-03-20T18:14:04.003Z | Downloaded zerocopy-derive v0.6.6 |
| 1323 | 2026-03-20T18:14:04.018Z | Downloaded chrono-tz v0.10.4 |
| 1324 | 2026-03-20T18:14:04.037Z | Downloaded tracing v0.1.44 |
| 1325 | 2026-03-20T18:14:04.055Z | Downloaded typify-impl v0.4.3 |
| 1326 | 2026-03-20T18:14:04.069Z | Downloaded sled v0.34.7 |
| 1327 | 2026-03-20T18:14:04.075Z | Downloaded lzma-sys v0.1.20 |
| 1328 | 2026-03-20T18:14:04.100Z | Downloaded regex-automata v0.4.14 |
| 1329 | 2026-03-20T18:14:04.112Z | Downloaded petgraph v0.8.3 |
| 1330 | 2026-03-20T18:14:04.139Z | Downloaded libz-sys v1.1.24 |
| 1331 | 2026-03-20T18:14:04.156Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1332 | 2026-03-20T18:14:04.170Z | Downloaded petgraph v0.6.5 |
| 1333 | 2026-03-20T18:14:04.187Z | Downloaded jiff v0.2.21 |
| 1334 | 2026-03-20T18:14:04.208Z | Downloaded tokio v1.49.0 |
| 1335 | 2026-03-20T18:14:04.239Z | Downloaded csv v1.4.0 |
| 1336 | 2026-03-20T18:14:04.269Z | Downloaded sha3 v0.10.8 |
| 1337 | 2026-03-20T18:14:04.325Z | Downloaded encoding_rs v0.8.35 |
| 1338 | 2026-03-20T18:14:04.357Z | Downloaded ring v0.17.14 |
| 1339 | 2026-03-20T18:14:04.387Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1340 | 2026-03-20T18:14:04.992Z | Downloaded aws-lc-sys v0.37.1 |
| 1341 | 2026-03-20T18:14:05.321Z | Compiling libc v0.2.180 |
| 1342 | 2026-03-20T18:14:05.325Z | Compiling serde v1.0.228 |
| 1343 | 2026-03-20T18:14:05.325Z | Compiling log v0.4.29 |
| 1344 | 2026-03-20T18:14:05.325Z | Compiling find-msvc-tools v0.1.9 |
| 1345 | 2026-03-20T18:14:05.325Z | Compiling shlex v1.3.0 |
| 1346 | 2026-03-20T18:14:05.480Z | Compiling smallvec v1.15.1 |
| 1347 | 2026-03-20T18:14:05.494Z | Compiling syn v2.0.117 |
| 1348 | 2026-03-20T18:14:05.497Z | Compiling typenum v1.19.0 |
| 1349 | 2026-03-20T18:14:05.737Z | Compiling generic-array v0.14.7 |
| 1350 | 2026-03-20T18:14:05.755Z | Compiling subtle v2.6.1 |
| 1351 | 2026-03-20T18:14:05.774Z | Compiling scopeguard v1.2.0 |
| 1352 | 2026-03-20T18:14:05.873Z | Compiling portable-atomic v1.13.1 |
| 1353 | 2026-03-20T18:14:05.895Z | Compiling lock_api v0.4.14 |
| 1354 | 2026-03-20T18:14:05.912Z | Compiling const-oid v0.9.6 |
| 1355 | 2026-03-20T18:14:05.968Z | Compiling critical-section v1.2.0 |
| 1356 | 2026-03-20T18:14:06.041Z | Compiling zerocopy v0.8.40 |
| 1357 | 2026-03-20T18:14:06.093Z | Compiling parking_lot_core v0.9.12 |
| 1358 | 2026-03-20T18:14:06.187Z | Compiling serde_json v1.0.149 |
| 1359 | 2026-03-20T18:14:06.396Z | Compiling pin-project-lite v0.2.17 |
| 1360 | 2026-03-20T18:14:06.509Z | Compiling pkg-config v0.3.32 |
| 1361 | 2026-03-20T18:14:06.604Z | Compiling bitflags v2.11.0 |
| 1362 | 2026-03-20T18:14:06.704Z | Compiling getrandom v0.2.17 |
| 1363 | 2026-03-20T18:14:06.814Z | Compiling jobserver v0.1.34 |
| 1364 | 2026-03-20T18:14:06.894Z | Compiling rand_core v0.6.4 |
| 1365 | 2026-03-20T18:14:06.980Z | Compiling errno v0.3.14 |
| 1366 | 2026-03-20T18:14:07.158Z | Compiling cc v1.2.56 |
| 1367 | 2026-03-20T18:14:07.215Z | Compiling once_cell v1.21.3 |
| 1368 | 2026-03-20T18:14:07.233Z | Compiling signal-hook-registry v1.4.8 |
| 1369 | 2026-03-20T18:14:07.236Z | Compiling parking_lot v0.12.5 |
| 1370 | 2026-03-20T18:14:07.303Z | Compiling mio v1.1.1 |
| 1371 | 2026-03-20T18:14:07.361Z | Compiling libm v0.2.16 |
| 1372 | 2026-03-20T18:14:07.486Z | Compiling num-traits v0.2.19 |
| 1373 | 2026-03-20T18:14:07.583Z | Compiling futures-core v0.3.32 |
| 1374 | 2026-03-20T18:14:07.745Z | Compiling socket2 v0.6.2 |
| 1375 | 2026-03-20T18:14:07.783Z | Compiling percent-encoding v2.3.2 |
| 1376 | 2026-03-20T18:14:07.898Z | Compiling allocator-api2 v0.2.21 |
| 1377 | 2026-03-20T18:14:07.948Z | Compiling foldhash v0.2.0 |
| 1378 | 2026-03-20T18:14:08.018Z | Compiling cpufeatures v0.2.17 |
| 1379 | 2026-03-20T18:14:08.056Z | Compiling futures-sink v0.3.32 |
| 1380 | 2026-03-20T18:14:08.097Z | Compiling slab v0.4.12 |
| 1381 | 2026-03-20T18:14:08.276Z | Compiling futures-channel v0.3.32 |
| 1382 | 2026-03-20T18:14:08.306Z | Compiling getrandom v0.4.1 |
| 1383 | 2026-03-20T18:14:08.355Z | Compiling hashbrown v0.16.1 |
| 1384 | 2026-03-20T18:14:08.403Z | Compiling futures-io v0.3.32 |
| 1385 | 2026-03-20T18:14:08.413Z | Compiling futures-task v0.3.32 |
| 1386 | 2026-03-20T18:14:08.561Z | Compiling rand_core v0.10.0 |
| 1387 | 2026-03-20T18:14:08.592Z | Compiling rustversion v1.0.22 |
| 1388 | 2026-03-20T18:14:08.636Z | Compiling getrandom v0.3.4 |
| 1389 | 2026-03-20T18:14:08.765Z | Compiling cmake v0.1.57 |
| 1390 | 2026-03-20T18:14:09.117Z | Compiling indexmap v2.13.0 |
| 1391 | 2026-03-20T18:14:09.309Z | Compiling form_urlencoded v1.2.2 |
| 1392 | 2026-03-20T18:14:09.428Z | Compiling dunce v1.0.5 |
| 1393 | 2026-03-20T18:14:09.471Z | Compiling fs_extra v1.3.0 |
| 1394 | 2026-03-20T18:14:09.538Z | Compiling ident_case v1.0.1 |
| 1395 | 2026-03-20T18:14:09.553Z | Compiling base64ct v1.8.3 |
| 1396 | 2026-03-20T18:14:09.708Z | Compiling synstructure v0.13.2 |
| 1397 | 2026-03-20T18:14:09.901Z | Compiling pem-rfc7468 v0.7.0 |
| 1398 | 2026-03-20T18:14:09.921Z | Compiling aws-lc-sys v0.37.1 |
| 1399 | 2026-03-20T18:14:09.968Z | Compiling flagset v0.4.7 |
| 1400 | 2026-03-20T18:14:10.002Z | Compiling rand_core v0.9.5 |
| 1401 | 2026-03-20T18:14:10.040Z | Compiling rustix v1.1.3 |
| 1402 | 2026-03-20T18:14:10.057Z | Compiling iana-time-zone v0.1.65 |
| 1403 | 2026-03-20T18:14:10.135Z | Compiling ring v0.17.14 |
| 1404 | 2026-03-20T18:14:10.301Z | Compiling uuid v1.21.0 |
| 1405 | 2026-03-20T18:14:10.318Z | Compiling rustc_version v0.4.1 |
| 1406 | 2026-03-20T18:14:10.342Z | Compiling regex-syntax v0.8.10 |
| 1407 | 2026-03-20T18:14:10.607Z | Compiling aws-lc-rs v1.16.0 |
| 1408 | 2026-03-20T18:14:10.774Z | Compiling vcpkg v0.2.15 |
| 1409 | 2026-03-20T18:14:10.959Z | Compiling tracing-core v0.1.36 |
| 1410 | 2026-03-20T18:14:11.251Z | Compiling crossbeam-utils v0.8.21 |
| 1411 | 2026-03-20T18:14:11.638Z | Compiling pest_generator v2.8.6 |
| 1412 | 2026-03-20T18:14:11.730Z | Compiling serde_derive_internals v0.29.1 |
| 1413 | 2026-03-20T18:14:11.767Z | Compiling openssl-sys v0.9.111 |
| 1414 | 2026-03-20T18:14:12.339Z | Compiling serde_derive v1.0.228 |
| 1415 | 2026-03-20T18:14:12.440Z | Compiling zeroize_derive v1.4.3 |
| 1416 | 2026-03-20T18:14:12.451Z | Compiling zerofrom-derive v0.1.6 |
| 1417 | 2026-03-20T18:14:12.552Z | Compiling yoke-derive v0.8.1 |
| 1418 | 2026-03-20T18:14:12.999Z | Compiling zerocopy-derive v0.8.40 |
| 1419 | 2026-03-20T18:14:13.304Z | Compiling zeroize v1.8.2 |
| 1420 | 2026-03-20T18:14:13.650Z | Compiling zerovec-derive v0.11.2 |
| 1421 | 2026-03-20T18:14:14.182Z | Compiling displaydoc v0.2.5 |
| 1422 | 2026-03-20T18:14:14.351Z | Compiling crypto-common v0.1.7 |
| 1423 | 2026-03-20T18:14:14.393Z | Compiling zerofrom v0.1.6 |
| 1424 | 2026-03-20T18:14:14.530Z | Compiling yoke v0.8.1 |
| 1425 | 2026-03-20T18:14:14.549Z | Compiling block-buffer v0.10.4 |
| 1426 | 2026-03-20T18:14:14.761Z | Compiling digest v0.10.7 |
| 1427 | 2026-03-20T18:14:14.773Z | Compiling tokio-macros v2.6.0 |
| 1428 | 2026-03-20T18:14:15.013Z | Compiling futures-macro v0.3.32 |
| 1429 | 2026-03-20T18:14:15.075Z | Compiling hmac v0.12.1 |
| 1430 | 2026-03-20T18:14:15.208Z | Compiling zerotrie v0.2.3 |
| 1431 | 2026-03-20T18:14:15.234Z | Compiling zerovec v0.11.5 |
| 1432 | 2026-03-20T18:14:15.285Z | Compiling block-padding v0.3.3 |
| 1433 | 2026-03-20T18:14:15.488Z | Compiling inout v0.1.4 |
| 1434 | 2026-03-20T18:14:15.513Z | Compiling sha2 v0.10.9 |
| 1435 | 2026-03-20T18:14:15.692Z | Compiling cipher v0.4.4 |
| 1436 | 2026-03-20T18:14:15.736Z | Compiling der_derive v0.7.3 |
| 1437 | 2026-03-20T18:14:15.886Z | Compiling tinystr v0.8.2 |
| 1438 | 2026-03-20T18:14:16.058Z | Compiling potential_utf v0.1.4 |
| 1439 | 2026-03-20T18:14:16.091Z | Compiling icu_locale_core v2.1.1 |
| 1440 | 2026-03-20T18:14:16.116Z | Compiling futures-util v0.3.32 |
| 1441 | 2026-03-20T18:14:16.258Z | Compiling icu_collections v2.1.1 |
| 1442 | 2026-03-20T18:14:16.971Z | Compiling salsa20 v0.10.2 |
| 1443 | 2026-03-20T18:14:17.058Z | Compiling bytes v1.11.1 |
| 1444 | 2026-03-20T18:14:17.119Z | Compiling icu_provider v2.1.1 |
| 1445 | 2026-03-20T18:14:17.151Z | Compiling der v0.7.10 |
| 1446 | 2026-03-20T18:14:17.393Z | Compiling chrono v0.4.44 |
| 1447 | 2026-03-20T18:14:17.462Z | Compiling icu_properties v2.1.2 |
| 1448 | 2026-03-20T18:14:17.486Z | Compiling icu_normalizer v2.1.1 |
| 1449 | 2026-03-20T18:14:17.859Z | Compiling tokio v1.49.0 |
| 1450 | 2026-03-20T18:14:18.126Z | Compiling http v1.4.0 |
| 1451 | 2026-03-20T18:14:18.851Z | Compiling idna_adapter v1.2.1 |
| 1452 | 2026-03-20T18:14:18.955Z | Compiling spki v0.7.3 |
| 1453 | 2026-03-20T18:14:19.027Z | Compiling idna v1.1.0 |
| 1454 | 2026-03-20T18:14:19.176Z | Compiling ppv-lite86 v0.2.21 |
| 1455 | 2026-03-20T18:14:19.237Z | Compiling pbkdf2 v0.12.2 |
| 1456 | 2026-03-20T18:14:19.259Z | Compiling thiserror-impl v2.0.18 |
| 1457 | 2026-03-20T18:14:19.348Z | Compiling scrypt v0.11.0 |
| 1458 | 2026-03-20T18:14:19.370Z | Compiling cbc v0.1.2 |
| 1459 | 2026-03-20T18:14:19.431Z | Compiling url v2.5.8 |
| 1460 | 2026-03-20T18:14:19.546Z | Compiling aes v0.8.4 |
| 1461 | 2026-03-20T18:14:19.627Z | Compiling rand_chacha v0.9.0 |
| 1462 | 2026-03-20T18:14:19.676Z | Compiling rustls-pki-types v1.14.0 |
| 1463 | 2026-03-20T18:14:19.908Z | Compiling tracing-attributes v0.1.31 |
| 1464 | 2026-03-20T18:14:20.271Z | Compiling pkcs5 v0.7.1 |
| 1465 | 2026-03-20T18:14:20.478Z | Compiling rand v0.9.2 |
| 1466 | 2026-03-20T18:14:20.495Z | Compiling http-body v1.0.1 |
| 1467 | 2026-03-20T18:14:20.802Z | Compiling untrusted v0.9.0 |
| 1468 | 2026-03-20T18:14:20.909Z | Compiling base64 v0.22.1 |
| 1469 | 2026-03-20T18:14:20.946Z | Compiling httparse v1.10.1 |
| 1470 | 2026-03-20T18:14:20.959Z | Compiling untrusted v0.7.1 |
| 1471 | 2026-03-20T18:14:21.015Z | Compiling thiserror v2.0.18 |
| 1472 | 2026-03-20T18:14:21.106Z | Compiling schemars v0.8.22 |
| 1473 | 2026-03-20T18:14:21.162Z | Compiling syn v1.0.109 |
| 1474 | 2026-03-20T18:14:21.324Z | Compiling openssl-probe v0.2.1 |
| 1475 | 2026-03-20T18:14:21.523Z | Compiling pkcs8 v0.10.2 |
| 1476 | 2026-03-20T18:14:21.549Z | Compiling schemars_derive v0.8.22 |
| 1477 | 2026-03-20T18:14:21.579Z | Compiling pest_derive v2.8.6 |
| 1478 | 2026-03-20T18:14:21.668Z | Compiling scroll_derive v0.13.1 |
| 1479 | 2026-03-20T18:14:21.704Z | Compiling tracing v0.1.44 |
| 1480 | 2026-03-20T18:14:22.061Z | Compiling darling_core v0.20.11 |
| 1481 | 2026-03-20T18:14:22.082Z | Compiling tinyvec_macros v0.1.1 |
| 1482 | 2026-03-20T18:14:22.168Z | Compiling tower-layer v0.3.3 |
| 1483 | 2026-03-20T18:14:22.401Z | Compiling rustls v0.23.37 |
| 1484 | 2026-03-20T18:14:22.464Z | Compiling dyn-clone v1.0.20 |
| 1485 | 2026-03-20T18:14:22.588Z | Compiling tower-service v0.3.3 |
| 1486 | 2026-03-20T18:14:22.645Z | Compiling atomic-waker v1.1.2 |
| 1487 | 2026-03-20T18:14:22.658Z | Compiling try-lock v0.2.5 |
| 1488 | 2026-03-20T18:14:22.700Z | Compiling scroll v0.13.0 |
| 1489 | 2026-03-20T18:14:22.793Z | Compiling want v0.3.1 |
| 1490 | 2026-03-20T18:14:22.793Z | Compiling tinyvec v1.10.0 |
| 1491 | 2026-03-20T18:14:22.983Z | Compiling tokio-util v0.7.18 |
| 1492 | 2026-03-20T18:14:23.680Z | Compiling ipnet v2.11.0 |
| 1493 | 2026-03-20T18:14:23.901Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1494 | 2026-03-20T18:14:24.367Z | Compiling h2 v0.4.13 |
| 1495 | 2026-03-20T18:14:24.477Z | Compiling spin v0.9.8 |
| 1496 | 2026-03-20T18:14:24.539Z | Compiling aho-corasick v1.1.4 |
| 1497 | 2026-03-20T18:14:24.673Z | Compiling num-conv v0.2.0 |
| 1498 | 2026-03-20T18:14:24.847Z | Compiling openssl v0.10.75 |
| 1499 | 2026-03-20T18:14:25.064Z | Compiling crc32fast v1.5.0 |
| 1500 | 2026-03-20T18:14:25.144Z | Compiling time-core v0.1.8 |
| 1501 | 2026-03-20T18:14:25.326Z | Compiling pin-utils v0.1.0 |
| 1502 | 2026-03-20T18:14:25.402Z | Compiling foreign-types-shared v0.1.1 |
| 1503 | 2026-03-20T18:14:25.426Z | Compiling darling_macro v0.20.11 |
| 1504 | 2026-03-20T18:14:25.433Z | Compiling powerfmt v0.2.0 |
| 1505 | 2026-03-20T18:14:25.486Z | Compiling httpdate v1.0.3 |
| 1506 | 2026-03-20T18:14:25.737Z | Compiling deranged v0.5.8 |
| 1507 | 2026-03-20T18:14:25.807Z | Compiling regex-automata v0.4.14 |
| 1508 | 2026-03-20T18:14:25.908Z | Compiling tempfile v3.25.0 |
| 1509 | 2026-03-20T18:14:26.071Z | Compiling darling v0.20.11 |
| 1510 | 2026-03-20T18:14:26.111Z | Compiling foreign-types v0.3.2 |
| 1511 | 2026-03-20T18:14:26.238Z | Compiling time-macros v0.2.27 |
| 1512 | 2026-03-20T18:14:26.851Z | Compiling goblin v0.10.5 |
| 1513 | 2026-03-20T18:14:27.681Z | Compiling openssl-macros v0.1.1 |
| 1514 | 2026-03-20T18:14:27.737Z | Compiling thiserror-impl v1.0.69 |
| 1515 | 2026-03-20T18:14:28.177Z | Compiling wait-timeout v0.2.1 |
| 1516 | 2026-03-20T18:14:28.548Z | Compiling hyper v1.8.1 |
| 1517 | 2026-03-20T18:14:28.795Z | Compiling quick-error v1.2.3 |
| 1518 | 2026-03-20T18:14:28.970Z | Compiling native-tls v0.2.18 |
| 1519 | 2026-03-20T18:14:29.191Z | Compiling usdt-impl v0.6.0 |
| 1520 | 2026-03-20T18:14:29.454Z | Compiling num_threads v0.1.7 |
| 1521 | 2026-03-20T18:14:29.509Z | Compiling simd-adler32 v0.3.8 |
| 1522 | 2026-03-20T18:14:29.602Z | Compiling bit-vec v0.8.0 |
| 1523 | 2026-03-20T18:14:29.778Z | Compiling siphasher v1.0.2 |
| 1524 | 2026-03-20T18:14:29.811Z | Compiling either v1.15.0 |
| 1525 | 2026-03-20T18:14:29.861Z | Compiling bit-set v0.8.0 |
| 1526 | 2026-03-20T18:14:30.027Z | Compiling hyper-util v0.1.20 |
| 1527 | 2026-03-20T18:14:30.042Z | Compiling time v0.3.47 |
| 1528 | 2026-03-20T18:14:30.073Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-03-20T18:14:30.268Z | Compiling rusty-fork v0.3.1 |
| 1530 | 2026-03-20T18:14:30.758Z | Compiling dof v0.4.0 |
| 1531 | 2026-03-20T18:14:31.807Z | Compiling derive_builder_core v0.20.2 |
| 1532 | 2026-03-20T18:14:32.211Z | Compiling unicode-normalization v0.1.25 |
| 1533 | 2026-03-20T18:14:32.242Z | Compiling crossbeam-epoch v0.9.18 |
| 1534 | 2026-03-20T18:14:32.298Z | Compiling dtrace-parser v0.3.0 |
| 1535 | 2026-03-20T18:14:32.676Z | Compiling rustls-native-certs v0.8.3 |
| 1536 | 2026-03-20T18:14:32.811Z | Compiling signature v2.2.0 |
| 1537 | 2026-03-20T18:14:32.857Z | Compiling scroll_derive v0.12.1 |
| 1538 | 2026-03-20T18:14:33.011Z | Compiling heapless v0.7.17 |
| 1539 | 2026-03-20T18:14:33.026Z | Compiling rand_xorshift v0.4.0 |
| 1540 | 2026-03-20T18:14:33.051Z | Compiling slog v2.8.2 |
| 1541 | 2026-03-20T18:14:33.253Z | Compiling darling_core v0.21.3 |
| 1542 | 2026-03-20T18:14:33.322Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1543 | 2026-03-20T18:14:33.327Z | Compiling sync_wrapper v1.0.2 |
| 1544 | 2026-03-20T18:14:33.355Z | Compiling thread-id v5.1.0 |
| 1545 | 2026-03-20T18:14:33.552Z | Compiling cookie v0.18.1 |
| 1546 | 2026-03-20T18:14:33.573Z | Compiling unarray v0.1.4 |
| 1547 | 2026-03-20T18:14:33.617Z | Compiling signal-hook v0.3.18 |
| 1548 | 2026-03-20T18:14:33.661Z | Compiling zstd-safe v7.2.4 |
| 1549 | 2026-03-20T18:14:33.729Z | Compiling adler2 v2.0.1 |
| 1550 | 2026-03-20T18:14:33.747Z | Compiling unicode-bidi v0.3.18 |
| 1551 | 2026-03-20T18:14:33.828Z | Compiling rayon-core v1.13.0 |
| 1552 | 2026-03-20T18:14:33.837Z | Compiling anyhow v1.0.102 |
| 1553 | 2026-03-20T18:14:33.898Z | Compiling paste v1.0.15 |
| 1554 | 2026-03-20T18:14:34.031Z | Compiling unicode-segmentation v1.12.0 |
| 1555 | 2026-03-20T18:14:34.226Z | Compiling unicode-properties v0.1.4 |
| 1556 | 2026-03-20T18:14:34.447Z | Compiling stringprep v0.1.5 |
| 1557 | 2026-03-20T18:14:34.533Z | Compiling miniz_oxide v0.8.9 |
| 1558 | 2026-03-20T18:14:34.570Z | Compiling scroll v0.12.0 |
| 1559 | 2026-03-20T18:14:34.839Z | Compiling proptest v1.10.0 |
| 1560 | 2026-03-20T18:14:34.937Z | Compiling tower v0.5.3 |
| 1561 | 2026-03-20T18:14:35.123Z | Compiling derive_builder_macro v0.20.2 |
| 1562 | 2026-03-20T18:14:35.353Z | Compiling crossbeam-deque v0.8.6 |
| 1563 | 2026-03-20T18:14:35.555Z | Compiling ipnetwork v0.21.1 |
| 1564 | 2026-03-20T18:14:35.573Z | Compiling http-body-util v0.1.3 |
| 1565 | 2026-03-20T18:14:35.603Z | Compiling webpki-roots v1.0.6 |
| 1566 | 2026-03-20T18:14:35.698Z | Compiling rand_chacha v0.3.1 |
| 1567 | 2026-03-20T18:14:35.742Z | Compiling serde_spanned v0.6.9 |
| 1568 | 2026-03-20T18:14:35.787Z | Compiling erased-serde v0.3.31 |
| 1569 | 2026-03-20T18:14:35.884Z | Compiling toml_datetime v0.6.11 |
| 1570 | 2026-03-20T18:14:35.931Z | Compiling serde_tokenstream v0.2.3 |
| 1571 | 2026-03-20T18:14:36.061Z | Compiling md-5 v0.10.6 |
| 1572 | 2026-03-20T18:14:36.220Z | Compiling zerocopy-derive v0.7.35 |
| 1573 | 2026-03-20T18:14:36.263Z | Compiling curve25519-dalek v4.1.3 |
| 1574 | 2026-03-20T18:14:36.332Z | Compiling vergen-lib v0.1.6 |
| 1575 | 2026-03-20T18:14:36.519Z | Compiling num-integer v0.1.46 |
| 1576 | 2026-03-20T18:14:36.557Z | Compiling hash32 v0.2.1 |
| 1577 | 2026-03-20T18:14:36.676Z | Compiling ff v0.13.1 |
| 1578 | 2026-03-20T18:14:36.745Z | Compiling memoffset v0.9.1 |
| 1579 | 2026-03-20T18:14:36.812Z | Compiling base16ct v0.2.0 |
| 1580 | 2026-03-20T18:14:36.875Z | Compiling darling_macro v0.21.3 |
| 1581 | 2026-03-20T18:14:36.896Z | Compiling num-bigint-dig v0.8.6 |
| 1582 | 2026-03-20T18:14:36.952Z | Compiling smoltcp v0.9.1 |
| 1583 | 2026-03-20T18:14:36.967Z | Compiling ref-cast v1.0.25 |
| 1584 | 2026-03-20T18:14:37.024Z | Compiling ryu v1.0.23 |
| 1585 | 2026-03-20T18:14:37.081Z | Compiling iri-string v0.7.10 |
| 1586 | 2026-03-20T18:14:37.241Z | Compiling psl-types v2.0.11 |
| 1587 | 2026-03-20T18:14:37.407Z | Compiling zlib-rs v0.6.2 |
| 1588 | 2026-03-20T18:14:37.436Z | Compiling fallible-iterator v0.2.0 |
| 1589 | 2026-03-20T18:14:37.436Z | Compiling rustix v0.38.44 |
| 1590 | 2026-03-20T18:14:37.437Z | Compiling cfg_aliases v0.2.1 |
| 1591 | 2026-03-20T18:14:37.470Z | Compiling litrs v1.0.0 |
| 1592 | 2026-03-20T18:14:37.507Z | Compiling nix v0.31.1 |
| 1593 | 2026-03-20T18:14:37.794Z | Compiling postgres-protocol v0.6.10 |
| 1594 | 2026-03-20T18:14:37.920Z | Compiling darling v0.21.3 |
| 1595 | 2026-03-20T18:14:38.013Z | Compiling zerocopy v0.7.35 |
| 1596 | 2026-03-20T18:14:38.029Z | Compiling newtype-uuid v1.3.2 |
| 1597 | 2026-03-20T18:14:38.117Z | Compiling document-features v0.2.12 |
| 1598 | 2026-03-20T18:14:38.493Z | Compiling publicsuffix v2.3.0 |
| 1599 | 2026-03-20T18:14:38.651Z | Compiling serde_urlencoded v0.7.1 |
| 1600 | 2026-03-20T18:14:38.839Z | Compiling tower-http v0.6.8 |
| 1601 | 2026-03-20T18:14:38.954Z | Compiling sec1 v0.7.3 |
| 1602 | 2026-03-20T18:14:38.981Z | Compiling num-iter v0.1.45 |
| 1603 | 2026-03-20T18:14:38.981Z | Compiling group v0.13.0 |
| 1604 | 2026-03-20T18:14:39.328Z | Compiling rand v0.8.5 |
| 1605 | 2026-03-20T18:14:39.344Z | Compiling oxnet v0.1.4 |
| 1606 | 2026-03-20T18:14:39.380Z | Compiling derive_builder v0.20.2 |
| 1607 | 2026-03-20T18:14:39.759Z | Compiling proc-macro-error v1.0.4 |
| 1608 | 2026-03-20T18:14:39.820Z | Compiling goblin v0.8.2 |
| 1609 | 2026-03-20T18:14:39.837Z | Compiling tokio-native-tls v0.3.1 |
| 1610 | 2026-03-20T18:14:40.424Z | Compiling heck v0.4.1 |
| 1611 | 2026-03-20T18:14:40.967Z | Compiling phf_shared v0.13.1 |
| 1612 | 2026-03-20T18:14:41.063Z | Compiling regex v1.12.3 |
| 1613 | 2026-03-20T18:14:41.063Z | Compiling hubpack_derive v0.1.1 |
| 1614 | 2026-03-20T18:14:41.108Z | Compiling lazy_static v1.5.0 |
| 1615 | 2026-03-20T18:14:41.204Z | Compiling cargo-platform v0.1.9 |
| 1616 | 2026-03-20T18:14:41.499Z | Compiling hkdf v0.12.4 |
| 1617 | 2026-03-20T18:14:41.526Z | Compiling crypto-bigint v0.5.5 |
| 1618 | 2026-03-20T18:14:41.526Z | Compiling daft-derive v0.1.5 |
| 1619 | 2026-03-20T18:14:41.537Z | Compiling flate2 v1.1.9 |
| 1620 | 2026-03-20T18:14:41.585Z | Compiling async-trait v0.1.89 |
| 1621 | 2026-03-20T18:14:41.987Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1622 | 2026-03-20T18:14:42.085Z | Compiling ref-cast-impl v1.0.25 |
| 1623 | 2026-03-20T18:14:42.358Z | Compiling strum_macros v0.27.2 |
| 1624 | 2026-03-20T18:14:42.775Z | Compiling terminal_size v0.4.3 |
| 1625 | 2026-03-20T18:14:42.854Z | Compiling vergen v9.0.6 |
| 1626 | 2026-03-20T18:14:42.947Z | Compiling fs-err v3.3.0 |
| 1627 | 2026-03-20T18:14:42.995Z | Compiling ahash v0.8.12 |
| 1628 | 2026-03-20T18:14:43.071Z | Compiling bumpalo v3.20.2 |
| 1629 | 2026-03-20T18:14:43.295Z | Compiling libbz2-rs-sys v0.2.2 |
| 1630 | 2026-03-20T18:14:43.445Z | Compiling bitflags v1.3.2 |
| 1631 | 2026-03-20T18:14:43.543Z | Compiling managed v0.8.0 |
| 1632 | 2026-03-20T18:14:43.543Z | Compiling foldhash v0.1.5 |
| 1633 | 2026-03-20T18:14:43.649Z | Compiling object v0.37.3 |
| 1634 | 2026-03-20T18:14:43.653Z | Compiling winnow v0.5.40 |
| 1635 | 2026-03-20T18:14:44.088Z | Compiling bzip2 v0.6.1 |
| 1636 | 2026-03-20T18:14:44.336Z | Compiling hashbrown v0.15.5 |
| 1637 | 2026-03-20T18:14:44.354Z | Compiling clap_builder v4.5.60 |
| 1638 | 2026-03-20T18:14:44.871Z | Compiling console v0.16.2 |
| 1639 | 2026-03-20T18:14:45.083Z | Compiling zopfli v0.8.3 |
| 1640 | 2026-03-20T18:14:45.135Z | Compiling strum v0.27.2 |
| 1641 | 2026-03-20T18:14:45.534Z | Compiling dof v0.3.0 |
| 1642 | 2026-03-20T18:14:45.583Z | Compiling toml_edit v0.19.15 |
| 1643 | 2026-03-20T18:14:45.649Z | Compiling elliptic-curve v0.13.8 |
| 1644 | 2026-03-20T18:14:46.070Z | Compiling daft v0.1.5 |
| 1645 | 2026-03-20T18:14:46.157Z | Compiling cargo_metadata v0.19.2 |
| 1646 | 2026-03-20T18:14:46.329Z | Compiling hubpack v0.1.2 |
| 1647 | 2026-03-20T18:14:46.635Z | Compiling phf v0.13.1 |
| 1648 | 2026-03-20T18:14:46.822Z | Compiling zone_cfg_derive v0.3.1 |
| 1649 | 2026-03-20T18:14:48.094Z | Compiling signal-hook-mio v0.2.5 |
| 1650 | 2026-03-20T18:14:48.158Z | Compiling cookie_store v0.22.1 |
| 1651 | 2026-03-20T18:14:48.256Z | Compiling zstd v0.13.3 |
| 1652 | 2026-03-20T18:14:48.643Z | Compiling rayon v1.11.0 |
| 1653 | 2026-03-20T18:14:48.670Z | Compiling hyper-tls v0.6.0 |
| 1654 | 2026-03-20T18:14:48.947Z | Compiling bzip2 v0.4.4 |
| 1655 | 2026-03-20T18:14:49.042Z | Compiling postgres-types v0.2.12 |
| 1656 | 2026-03-20T18:14:49.084Z | Compiling serde_with_macros v3.17.0 |
| 1657 | 2026-03-20T18:14:49.313Z | Compiling usdt-attr-macro v0.6.0 |
| 1658 | 2026-03-20T18:14:49.322Z | Compiling usdt-macro v0.6.0 |
| 1659 | 2026-03-20T18:14:49.798Z | Compiling ed25519 v2.2.3 |
| 1660 | 2026-03-20T18:14:50.275Z | Compiling dtrace-parser v0.2.0 |
| 1661 | 2026-03-20T18:14:50.328Z | Compiling itertools v0.12.1 |
| 1662 | 2026-03-20T18:14:50.565Z | Compiling phf_shared v0.11.3 |
| 1663 | 2026-03-20T18:14:53.769Z | Compiling bstr v1.12.1 |
| 1664 | 2026-03-20T18:14:53.971Z | Compiling pkcs1 v0.7.5 |
| 1665 | 2026-03-20T18:14:53.971Z | Compiling hex v0.4.3 |
| 1666 | 2026-03-20T18:14:53.971Z | Compiling serde-big-array v0.5.1 |
| 1667 | 2026-03-20T18:14:53.971Z | Compiling rfc6979 v0.4.0 |
| 1668 | 2026-03-20T18:14:53.971Z | Compiling enum-as-inner v0.6.1 |
| 1669 | 2026-03-20T18:14:53.971Z | Compiling clap_derive v4.5.55 |
| 1670 | 2026-03-20T18:14:53.971Z | Compiling serde_repr v0.1.20 |
| 1671 | 2026-03-20T18:14:53.971Z | Compiling strum_macros v0.26.4 |
| 1672 | 2026-03-20T18:14:53.971Z | Compiling float-cmp v0.10.0 |
| 1673 | 2026-03-20T18:14:53.971Z | Compiling memmap2 v0.9.10 |
| 1674 | 2026-03-20T18:14:53.971Z | Compiling thread-id v4.2.2 |
| 1675 | 2026-03-20T18:14:53.971Z | Compiling env_filter v1.0.0 |
| 1676 | 2026-03-20T18:14:53.971Z | Compiling encoding_rs v0.8.35 |
| 1677 | 2026-03-20T18:14:53.971Z | Compiling precomputed-hash v0.1.1 |
| 1678 | 2026-03-20T18:14:53.971Z | Compiling whoami v2.1.0 |
| 1679 | 2026-03-20T18:14:53.972Z | Compiling data-encoding v2.10.0 |
| 1680 | 2026-03-20T18:14:53.972Z | Compiling jiff v0.2.21 |
| 1681 | 2026-03-20T18:14:53.972Z | Compiling normalize-line-endings v0.3.0 |
| 1682 | 2026-03-20T18:14:53.972Z | Compiling new_debug_unreachable v1.0.6 |
| 1683 | 2026-03-20T18:14:53.972Z | Compiling mime v0.3.17 |
| 1684 | 2026-03-20T18:14:53.972Z | Compiling fixedbitset v0.5.7 |
| 1685 | 2026-03-20T18:14:53.972Z | Compiling predicates-core v1.0.10 |
| 1686 | 2026-03-20T18:14:53.972Z | Compiling keccak v0.1.6 |
| 1687 | 2026-03-20T18:14:53.972Z | Compiling static_assertions v1.1.0 |
| 1688 | 2026-03-20T18:14:53.972Z | Compiling unit-prefix v0.5.2 |
| 1689 | 2026-03-20T18:14:53.972Z | Compiling fixedbitset v0.4.2 |
| 1690 | 2026-03-20T18:14:54.026Z | Compiling difflib v0.4.0 |
| 1691 | 2026-03-20T18:14:54.026Z | Compiling rustc-hash v2.1.1 |
| 1692 | 2026-03-20T18:14:54.026Z | Compiling strum v0.26.3 |
| 1693 | 2026-03-20T18:14:54.054Z | Compiling iddqd v0.3.17 |
| 1694 | 2026-03-20T18:14:54.071Z | Compiling petgraph v0.6.5 |
| 1695 | 2026-03-20T18:14:54.071Z | Compiling indicatif v0.18.4 |
| 1696 | 2026-03-20T18:14:54.086Z | Compiling predicates v3.1.4 |
| 1697 | 2026-03-20T18:14:54.551Z | Compiling clap v4.5.60 |
| 1698 | 2026-03-20T18:14:54.611Z | Compiling sha3 v0.10.8 |
| 1699 | 2026-03-20T18:14:54.665Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1700 | 2026-03-20T18:14:54.961Z | Compiling toml_edit v0.22.27 |
| 1701 | 2026-03-20T18:14:55.196Z | Compiling petgraph v0.8.3 |
| 1702 | 2026-03-20T18:14:55.215Z | Compiling string_cache v0.8.9 |
| 1703 | 2026-03-20T18:14:55.501Z | Compiling hickory-proto v0.25.2 |
| 1704 | 2026-03-20T18:14:55.543Z | Compiling tokio-postgres v0.7.16 |
| 1705 | 2026-03-20T18:14:56.088Z | Compiling zip v4.6.1 |
| 1706 | 2026-03-20T18:14:57.355Z | Compiling env_logger v0.11.9 |
| 1707 | 2026-03-20T18:14:57.821Z | Compiling usdt v0.6.0 |
| 1708 | 2026-03-20T18:14:57.890Z | Compiling usdt-impl v0.5.0 |
| 1709 | 2026-03-20T18:14:58.171Z | Compiling zone v0.3.1 |
| 1710 | 2026-03-20T18:14:58.384Z | Compiling similar v2.7.0 |
| 1711 | 2026-03-20T18:14:58.431Z | Compiling ecdsa v0.16.9 |
| 1712 | 2026-03-20T18:14:58.499Z | Compiling serde_with v3.17.0 |
| 1713 | 2026-03-20T18:14:58.715Z | Compiling rsa v0.9.10 |
| 1714 | 2026-03-20T18:14:58.877Z | Compiling crossterm v0.28.1 |
| 1715 | 2026-03-20T18:14:58.960Z | Compiling ed25519-dalek v2.2.0 |
| 1716 | 2026-03-20T18:14:59.560Z | Compiling zip v0.6.6 |
| 1717 | 2026-03-20T18:15:00.320Z | Compiling toml v0.7.8 |
| 1718 | 2026-03-20T18:15:00.898Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1719 | 2026-03-20T18:15:00.992Z | Compiling itertools v0.13.0 |
| 1720 | 2026-03-20T18:15:01.156Z | Compiling tokio-stream v0.1.18 |
| 1721 | 2026-03-20T18:15:01.173Z | Compiling buf-list v1.1.2 |
| 1722 | 2026-03-20T18:15:01.529Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1723 | 2026-03-20T18:15:01.740Z | Compiling x509-cert v0.2.5 |
| 1724 | 2026-03-20T18:15:01.765Z | Compiling openapiv3 v2.2.0 |
| 1725 | 2026-03-20T18:15:01.917Z | Compiling sha1 v0.10.6 |
| 1726 | 2026-03-20T18:15:02.102Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1727 | 2026-03-20T18:15:02.198Z | Compiling lalrpop-util v0.19.12 |
| 1728 | 2026-03-20T18:15:02.438Z | Compiling peg-runtime v0.8.5 |
| 1729 | 2026-03-20T18:15:02.482Z | Compiling thread_local v1.1.9 |
| 1730 | 2026-03-20T18:15:02.669Z | Compiling slog-async v2.8.0 |
| 1731 | 2026-03-20T18:15:02.801Z | Compiling crossbeam-channel v0.5.15 |
| 1732 | 2026-03-20T18:15:02.804Z | Compiling futures-executor v0.3.32 |
| 1733 | 2026-03-20T18:15:02.885Z | Compiling filetime v0.2.27 |
| 1734 | 2026-03-20T18:15:03.065Z | Compiling is-terminal v0.4.17 |
| 1735 | 2026-03-20T18:15:03.104Z | Compiling term v1.2.1 |
| 1736 | 2026-03-20T18:15:03.159Z | Compiling take_mut v0.2.2 |
| 1737 | 2026-03-20T18:15:03.215Z | Compiling xattr v1.6.1 |
| 1738 | 2026-03-20T18:15:03.403Z | Compiling tar v0.4.44 |
| 1739 | 2026-03-20T18:15:03.450Z | Compiling futures v0.3.32 |
| 1740 | 2026-03-20T18:15:03.555Z | Compiling slog-term v2.9.2 |
| 1741 | 2026-03-20T18:15:10.722Z | Compiling rustls-webpki v0.103.9 |
| 1742 | 2026-03-20T18:15:14.753Z | Compiling tokio-rustls v0.26.4 |
| 1743 | 2026-03-20T18:15:14.753Z | Compiling rustls-platform-verifier v0.6.2 |
| 1744 | 2026-03-20T18:15:15.008Z | Compiling hyper-rustls v0.27.7 |
| 1745 | 2026-03-20T18:15:15.259Z | Compiling reqwest v0.13.2 |
| 1746 | 2026-03-20T18:15:15.276Z | Compiling reqwest v0.12.28 |
| 1747 | 2026-03-20T18:15:18.292Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1748 | 2026-03-20T18:15:18.565Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1749 | 2026-03-20T18:15:22.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 1750 | 2026-03-20T18:15:22.537Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1751 | 2026-03-20T18:15:22.597Z | Mar 20 18:15:22.362 INFO Starting download, target: Console |
| 1752 | 2026-03-20T18:15:22.597Z | Mar 20 18:15:22.363 INFO Starting download, target: MaghemiteMgd |
| 1753 | 2026-03-20T18:15:22.597Z | Mar 20 18:15:22.363 INFO Starting download, target: Clickhouse |
| 1754 | 2026-03-20T18:15:22.597Z | Mar 20 18:15:22.363 INFO Starting download, target: TransceiverControl |
| 1755 | 2026-03-20T18:15:22.597Z | Mar 20 18:15:22.363 INFO Starting download, target: Cockroach |
| 1756 | 2026-03-20T18:15:22.600Z | Mar 20 18:15:22.363 INFO Starting download, target: DendriteStub |
| 1757 | 2026-03-20T18:15:22.601Z | Mar 20 18:15:22.363 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1758 | 2026-03-20T18:15:22.601Z | Mar 20 18:15:22.363 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1759 | 2026-03-20T18:15:22.601Z | Mar 20 18:15:22.363 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1760 | 2026-03-20T18:15:22.601Z | Mar 20 18:15:22.363 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1761 | 2026-03-20T18:15:22.601Z | Mar 20 18:15:22.363 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1762 | 2026-03-20T18:15:22.601Z | Mar 20 18:15:22.363 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1763 | 2026-03-20T18:15:23.022Z | Mar 20 18:15:22.769 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1764 | 2026-03-20T18:15:23.353Z | Mar 20 18:15:23.115 INFO Download complete, target: TransceiverControl |
| 1765 | 2026-03-20T18:15:23.600Z | Mar 20 18:15:23.359 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1766 | 2026-03-20T18:15:23.988Z | Mar 20 18:15:23.753 INFO Download complete, target: Console |
| 1767 | 2026-03-20T18:15:24.324Z | Mar 20 18:15:24.090 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1768 | 2026-03-20T18:15:24.343Z | Mar 20 18:15:24.109 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1769 | 2026-03-20T18:15:24.728Z | Mar 20 18:15:24.491 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1770 | 2026-03-20T18:15:25.176Z | Mar 20 18:15:24.942 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1771 | 2026-03-20T18:15:25.176Z | Mar 20 18:15:24.942 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1772 | 2026-03-20T18:15:27.939Z | Mar 20 18:15:27.704 INFO Download complete, target: DendriteStub |
| 1773 | 2026-03-20T18:15:28.070Z | Mar 20 18:15:27.837 INFO Download complete, target: MaghemiteMgd |
| 1774 | 2026-03-20T18:15:32.989Z | Mar 20 18:15:32.757 INFO Checking that binary works, target: Cockroach |
| 1775 | 2026-03-20T18:15:33.109Z | Mar 20 18:15:32.874 INFO Download complete, target: Cockroach |
| 1776 | 2026-03-20T18:15:35.923Z | Mar 20 18:15:35.694 INFO Checking that binary works, target: Clickhouse |
| 1777 | 2026-03-20T18:15:36.047Z | Mar 20 18:15:35.819 INFO Download complete, target: Clickhouse |
| 1778 | 2026-03-20T18:15:36.067Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1779 | 2026-03-20T18:15:36.070Z | |
| 1780 | 2026-03-20T18:15:36.070Z | real 3:58.049373236 |
| 1781 | 2026-03-20T18:15:36.070Z | user 10:24.736911497 |
| 1782 | 2026-03-20T18:15:36.070Z | sys 1:47.406850811 |
| 1783 | 2026-03-20T18:15:36.070Z | trap 0.326700851 |
| 1784 | 2026-03-20T18:15:36.070Z | tflt 0.641555641 |
| 1785 | 2026-03-20T18:15:36.071Z | dflt 0.548146375 |
| 1786 | 2026-03-20T18:15:36.071Z | kflt 0.024964140 |
| 1787 | 2026-03-20T18:15:36.071Z | lock 32:07.749121353 |
| 1788 | 2026-03-20T18:15:36.071Z | slp 29:07.857212216 |
| 1789 | 2026-03-20T18:15:36.071Z | lat 55.592656776 |
| 1790 | 2026-03-20T18:15:36.071Z | stop 2:43.630347238 |
| 1791 | 2026-03-20T18:15:36.071Z | + banner hack-check |
| 1792 | 2026-03-20T18:15:36.071Z | |
| 1793 | 2026-03-20T18:15:36.071Z | # # ## #### # # #### # # ###### #### # # |
| 1794 | 2026-03-20T18:15:36.071Z | # # # # # # # # # # # # # # # # # |
| 1795 | 2026-03-20T18:15:36.071Z | ###### # # # #### ##### # ###### ##### # #### |
| 1796 | 2026-03-20T18:15:36.071Z | # # ###### # # # # # # # # # # |
| 1797 | 2026-03-20T18:15:36.071Z | # # # # # # # # # # # # # # # # # |
| 1798 | 2026-03-20T18:15:36.071Z | # # # # #### # # #### # # ###### #### # # |
| 1799 | 2026-03-20T18:15:36.071Z | |
| 1800 | 2026-03-20T18:15:36.071Z | + export CARGO_INCREMENTAL=0 |
| 1801 | 2026-03-20T18:15:36.071Z | + CARGO_INCREMENTAL=0 |
| 1802 | 2026-03-20T18:15:36.071Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1803 | 2026-03-20T18:15:36.775Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1804 | 2026-03-20T18:15:37.044Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1805 | 2026-03-20T18:15:39.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s |
| 1806 | 2026-03-20T18:15:39.658Z | Running `target/debug/xtask check-features --ci` |
| 1807 | 2026-03-20T18:15:39.690Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1808 | 2026-03-20T18:15:39.694Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1809 | 2026-03-20T18:15:40.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1810 | 2026-03-20T18:15:40.339Z | Running `target/debug/xtask download cargo-hack` |
| 1811 | 2026-03-20T18:15:41.354Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1812 | 2026-03-20T18:15:41.736Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1813 | 2026-03-20T18:15:45.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
| 1814 | 2026-03-20T18:15:45.211Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1815 | 2026-03-20T18:15:45.259Z | Mar 20 18:15:45.033 INFO Starting download, target: CargoHack |
| 1816 | 2026-03-20T18:15:45.266Z | Mar 20 18:15:45.033 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1817 | 2026-03-20T18:15:45.680Z | Mar 20 18:15:45.455 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1818 | 2026-03-20T18:15:45.761Z | Mar 20 18:15:45.537 INFO Download complete, target: CargoHack |
| 1819 | 2026-03-20T18:15:45.765Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1820 | 2026-03-20T18:15:45.782Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1821 | 2026-03-20T18:15:45.984Z | info: running `cargo check --bins` on api_identity (1/267) |
| 1822 | 2026-03-20T18:15:46.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2026-03-20T18:15:46.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2026-03-20T18:15:46.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2026-03-20T18:15:46.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1826 | 2026-03-20T18:15:46.742Z | |
| 1827 | 2026-03-20T18:15:46.742Z | info: running `cargo check --bins` on bootstore (2/267) |
| 1828 | 2026-03-20T18:15:47.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2026-03-20T18:15:47.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2026-03-20T18:15:47.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2026-03-20T18:15:47.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1832 | 2026-03-20T18:15:47.505Z | |
| 1833 | 2026-03-20T18:15:47.506Z | info: running `cargo check --bins` on omicron-ledger (3/267) |
| 1834 | 2026-03-20T18:15:48.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2026-03-20T18:15:48.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2026-03-20T18:15:48.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2026-03-20T18:15:48.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1838 | 2026-03-20T18:15:48.262Z | |
| 1839 | 2026-03-20T18:15:48.262Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267) |
| 1840 | 2026-03-20T18:15:48.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2026-03-20T18:15:48.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2026-03-20T18:15:48.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2026-03-20T18:15:48.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1844 | 2026-03-20T18:15:49.015Z | |
| 1845 | 2026-03-20T18:15:49.015Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267) |
| 1846 | 2026-03-20T18:15:49.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2026-03-20T18:15:49.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2026-03-20T18:15:49.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2026-03-20T18:15:49.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1850 | 2026-03-20T18:15:49.783Z | |
| 1851 | 2026-03-20T18:15:49.783Z | info: running `cargo check --bins` on omicron-certificates (6/267) |
| 1852 | 2026-03-20T18:15:50.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2026-03-20T18:15:50.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2026-03-20T18:15:50.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2026-03-20T18:15:50.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1856 | 2026-03-20T18:15:50.556Z | |
| 1857 | 2026-03-20T18:15:50.556Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/267) |
| 1858 | 2026-03-20T18:15:51.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2026-03-20T18:15:51.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2026-03-20T18:15:51.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2026-03-20T18:15:51.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1862 | 2026-03-20T18:15:51.330Z | |
| 1863 | 2026-03-20T18:15:51.330Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267) |
| 1864 | 2026-03-20T18:15:52.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2026-03-20T18:15:52.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2026-03-20T18:15:52.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2026-03-20T18:15:52.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1868 | 2026-03-20T18:15:52.113Z | |
| 1869 | 2026-03-20T18:15:52.113Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267) |
| 1870 | 2026-03-20T18:15:52.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2026-03-20T18:15:52.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2026-03-20T18:15:52.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2026-03-20T18:15:52.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1874 | 2026-03-20T18:15:52.701Z | |
| 1875 | 2026-03-20T18:15:52.701Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267) |
| 1876 | 2026-03-20T18:15:53.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2026-03-20T18:15:53.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2026-03-20T18:15:53.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2026-03-20T18:15:53.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1880 | 2026-03-20T18:15:53.306Z | |
| 1881 | 2026-03-20T18:15:53.306Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267) |
| 1882 | 2026-03-20T18:15:53.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2026-03-20T18:15:53.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2026-03-20T18:15:53.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2026-03-20T18:15:53.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1886 | 2026-03-20T18:15:53.901Z | |
| 1887 | 2026-03-20T18:15:53.901Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267) |
| 1888 | 2026-03-20T18:15:54.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2026-03-20T18:15:54.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2026-03-20T18:15:54.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2026-03-20T18:15:54.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1892 | 2026-03-20T18:15:54.511Z | |
| 1893 | 2026-03-20T18:15:54.511Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267) |
| 1894 | 2026-03-20T18:15:55.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-03-20T18:15:55.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-03-20T18:15:55.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-03-20T18:15:55.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1898 | 2026-03-20T18:15:55.116Z | |
| 1899 | 2026-03-20T18:15:55.116Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267) |
| 1900 | 2026-03-20T18:15:55.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-03-20T18:15:55.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-03-20T18:15:55.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-03-20T18:15:55.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1904 | 2026-03-20T18:15:55.712Z | |
| 1905 | 2026-03-20T18:15:55.712Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267) |
| 1906 | 2026-03-20T18:15:56.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-03-20T18:15:56.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-03-20T18:15:56.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-03-20T18:15:56.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1910 | 2026-03-20T18:15:56.319Z | |
| 1911 | 2026-03-20T18:15:56.320Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267) |
| 1912 | 2026-03-20T18:15:56.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-03-20T18:15:56.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-03-20T18:15:56.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-03-20T18:15:56.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1916 | 2026-03-20T18:15:56.916Z | |
| 1917 | 2026-03-20T18:15:56.916Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267) |
| 1918 | 2026-03-20T18:15:57.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-03-20T18:15:57.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-03-20T18:15:57.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-03-20T18:15:57.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1922 | 2026-03-20T18:15:57.518Z | |
| 1923 | 2026-03-20T18:15:57.518Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267) |
| 1924 | 2026-03-20T18:15:58.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-03-20T18:15:58.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-03-20T18:15:58.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-03-20T18:15:58.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1928 | 2026-03-20T18:15:58.117Z | |
| 1929 | 2026-03-20T18:15:58.117Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267) |
| 1930 | 2026-03-20T18:15:58.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-03-20T18:15:58.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-03-20T18:15:58.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-03-20T18:15:58.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1934 | 2026-03-20T18:15:58.717Z | |
| 1935 | 2026-03-20T18:15:58.718Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267) |
| 1936 | 2026-03-20T18:15:59.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-03-20T18:15:59.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-03-20T18:15:59.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-03-20T18:15:59.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1940 | 2026-03-20T18:15:59.325Z | |
| 1941 | 2026-03-20T18:15:59.326Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267) |
| 1942 | 2026-03-20T18:15:59.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-03-20T18:15:59.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-03-20T18:15:59.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-03-20T18:15:59.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1946 | 2026-03-20T18:15:59.932Z | |
| 1947 | 2026-03-20T18:15:59.932Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267) |
| 1948 | 2026-03-20T18:16:00.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-03-20T18:16:00.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-03-20T18:16:00.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-03-20T18:16:00.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1952 | 2026-03-20T18:16:00.539Z | |
| 1953 | 2026-03-20T18:16:00.539Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267) |
| 1954 | 2026-03-20T18:16:01.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-03-20T18:16:01.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-03-20T18:16:01.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-03-20T18:16:01.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1958 | 2026-03-20T18:16:01.146Z | |
| 1959 | 2026-03-20T18:16:01.146Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267) |
| 1960 | 2026-03-20T18:16:01.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-03-20T18:16:01.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-03-20T18:16:01.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-03-20T18:16:01.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1964 | 2026-03-20T18:16:01.750Z | |
| 1965 | 2026-03-20T18:16:01.751Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267) |
| 1966 | 2026-03-20T18:16:02.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-03-20T18:16:02.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-03-20T18:16:02.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-03-20T18:16:02.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1970 | 2026-03-20T18:16:02.356Z | |
| 1971 | 2026-03-20T18:16:02.356Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267) |
| 1972 | 2026-03-20T18:16:02.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-03-20T18:16:02.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-03-20T18:16:02.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-03-20T18:16:02.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1976 | 2026-03-20T18:16:02.965Z | |
| 1977 | 2026-03-20T18:16:02.965Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267) |
| 1978 | 2026-03-20T18:16:03.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-03-20T18:16:03.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-03-20T18:16:03.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-03-20T18:16:03.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1982 | 2026-03-20T18:16:03.589Z | |
| 1983 | 2026-03-20T18:16:03.589Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267) |
| 1984 | 2026-03-20T18:16:04.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-03-20T18:16:04.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-03-20T18:16:04.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-03-20T18:16:04.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1988 | 2026-03-20T18:16:04.177Z | |
| 1989 | 2026-03-20T18:16:04.178Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267) |
| 1990 | 2026-03-20T18:16:04.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-03-20T18:16:04.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-03-20T18:16:04.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-03-20T18:16:04.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1994 | 2026-03-20T18:16:04.797Z | |
| 1995 | 2026-03-20T18:16:04.797Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267) |
| 1996 | 2026-03-20T18:16:05.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-03-20T18:16:05.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-03-20T18:16:05.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-03-20T18:16:05.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2000 | 2026-03-20T18:16:05.384Z | |
| 2001 | 2026-03-20T18:16:05.384Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267) |
| 2002 | 2026-03-20T18:16:05.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-03-20T18:16:05.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-03-20T18:16:05.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-03-20T18:16:05.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2006 | 2026-03-20T18:16:05.989Z | |
| 2007 | 2026-03-20T18:16:05.989Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267) |
| 2008 | 2026-03-20T18:16:06.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-03-20T18:16:06.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-03-20T18:16:06.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-03-20T18:16:06.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2012 | 2026-03-20T18:16:06.591Z | |
| 2013 | 2026-03-20T18:16:06.591Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267) |
| 2014 | 2026-03-20T18:16:07.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-03-20T18:16:07.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-03-20T18:16:07.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-03-20T18:16:07.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2018 | 2026-03-20T18:16:07.191Z | |
| 2019 | 2026-03-20T18:16:07.191Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267) |
| 2020 | 2026-03-20T18:16:07.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-03-20T18:16:07.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-03-20T18:16:07.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-03-20T18:16:07.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2024 | 2026-03-20T18:16:07.820Z | |
| 2025 | 2026-03-20T18:16:07.820Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267) |
| 2026 | 2026-03-20T18:16:08.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-03-20T18:16:08.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-03-20T18:16:08.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-03-20T18:16:08.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2030 | 2026-03-20T18:16:08.402Z | |
| 2031 | 2026-03-20T18:16:08.402Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267) |
| 2032 | 2026-03-20T18:16:08.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-03-20T18:16:08.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-03-20T18:16:08.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-03-20T18:16:08.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2036 | 2026-03-20T18:16:09.006Z | |
| 2037 | 2026-03-20T18:16:09.006Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267) |
| 2038 | 2026-03-20T18:16:09.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-03-20T18:16:09.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-03-20T18:16:09.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-03-20T18:16:09.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2042 | 2026-03-20T18:16:09.608Z | |
| 2043 | 2026-03-20T18:16:09.609Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267) |
| 2044 | 2026-03-20T18:16:10.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-03-20T18:16:10.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-03-20T18:16:10.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-03-20T18:16:10.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2048 | 2026-03-20T18:16:10.210Z | |
| 2049 | 2026-03-20T18:16:10.210Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267) |
| 2050 | 2026-03-20T18:16:10.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-03-20T18:16:10.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-03-20T18:16:10.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-03-20T18:16:10.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2054 | 2026-03-20T18:16:10.813Z | |
| 2055 | 2026-03-20T18:16:10.813Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267) |
| 2056 | 2026-03-20T18:16:11.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-03-20T18:16:11.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-03-20T18:16:11.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-03-20T18:16:11.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2060 | 2026-03-20T18:16:11.420Z | |
| 2061 | 2026-03-20T18:16:11.420Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267) |
| 2062 | 2026-03-20T18:16:11.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-03-20T18:16:11.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-03-20T18:16:11.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-03-20T18:16:11.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2066 | 2026-03-20T18:16:12.033Z | |
| 2067 | 2026-03-20T18:16:12.033Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267) |
| 2068 | 2026-03-20T18:16:12.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-03-20T18:16:12.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-03-20T18:16:12.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-03-20T18:16:12.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2072 | 2026-03-20T18:16:12.640Z | |
| 2073 | 2026-03-20T18:16:12.640Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267) |
| 2074 | 2026-03-20T18:16:13.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-03-20T18:16:13.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-03-20T18:16:13.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-03-20T18:16:13.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2078 | 2026-03-20T18:16:13.245Z | |
| 2079 | 2026-03-20T18:16:13.245Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267) |
| 2080 | 2026-03-20T18:16:13.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-03-20T18:16:13.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-03-20T18:16:13.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-03-20T18:16:13.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2084 | 2026-03-20T18:16:13.849Z | |
| 2085 | 2026-03-20T18:16:13.849Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267) |
| 2086 | 2026-03-20T18:16:14.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-03-20T18:16:14.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-03-20T18:16:14.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-03-20T18:16:14.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2090 | 2026-03-20T18:16:14.457Z | |
| 2091 | 2026-03-20T18:16:14.457Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267) |
| 2092 | 2026-03-20T18:16:14.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-03-20T18:16:14.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-03-20T18:16:14.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-03-20T18:16:14.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2096 | 2026-03-20T18:16:15.063Z | |
| 2097 | 2026-03-20T18:16:15.063Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267) |
| 2098 | 2026-03-20T18:16:15.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-03-20T18:16:15.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-03-20T18:16:15.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-03-20T18:16:15.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2102 | 2026-03-20T18:16:15.668Z | |
| 2103 | 2026-03-20T18:16:15.668Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267) |
| 2104 | 2026-03-20T18:16:16.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-03-20T18:16:16.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-03-20T18:16:16.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-03-20T18:16:16.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2108 | 2026-03-20T18:16:16.277Z | |
| 2109 | 2026-03-20T18:16:16.277Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267) |
| 2110 | 2026-03-20T18:16:16.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-03-20T18:16:16.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-03-20T18:16:17.355Z | Checking cfg-if v1.0.4 |
| 2113 | 2026-03-20T18:16:17.513Z | Checking libc v0.2.180 |
| 2114 | 2026-03-20T18:16:17.516Z | Checking serde_core v1.0.228 |
| 2115 | 2026-03-20T18:16:17.549Z | Checking memchr v2.8.0 |
| 2116 | 2026-03-20T18:16:17.568Z | Checking smallvec v1.15.1 |
| 2117 | 2026-03-20T18:16:17.571Z | Checking itoa v1.0.17 |
| 2118 | 2026-03-20T18:16:17.603Z | Checking log v0.4.29 |
| 2119 | 2026-03-20T18:16:17.607Z | Checking zeroize v1.8.2 |
| 2120 | 2026-03-20T18:16:17.643Z | Checking stable_deref_trait v1.2.1 |
| 2121 | 2026-03-20T18:16:17.737Z | Checking zerofrom v0.1.6 |
| 2122 | 2026-03-20T18:16:17.757Z | Checking zmij v1.0.21 |
| 2123 | 2026-03-20T18:16:17.815Z | Checking scopeguard v1.2.0 |
| 2124 | 2026-03-20T18:16:17.837Z | Checking subtle v2.6.1 |
| 2125 | 2026-03-20T18:16:17.855Z | Checking writeable v0.6.2 |
| 2126 | 2026-03-20T18:16:17.884Z | Checking yoke v0.8.1 |
| 2127 | 2026-03-20T18:16:17.943Z | Checking lock_api v0.4.14 |
| 2128 | 2026-03-20T18:16:18.030Z | Checking percent-encoding v2.3.2 |
| 2129 | 2026-03-20T18:16:18.030Z | Checking litemap v0.8.1 |
| 2130 | 2026-03-20T18:16:18.070Z | Checking libm v0.2.16 |
| 2131 | 2026-03-20T18:16:18.089Z | Checking icu_normalizer_data v2.1.1 |
| 2132 | 2026-03-20T18:16:18.109Z | Checking zerovec v0.11.5 |
| 2133 | 2026-03-20T18:16:18.128Z | Checking getrandom v0.2.17 |
| 2134 | 2026-03-20T18:16:18.183Z | Checking errno v0.3.14 |
| 2135 | 2026-03-20T18:16:18.206Z | Checking zerotrie v0.2.3 |
| 2136 | 2026-03-20T18:16:18.223Z | Checking icu_properties_data v2.1.2 |
| 2137 | 2026-03-20T18:16:18.276Z | Checking pin-project-lite v0.2.17 |
| 2138 | 2026-03-20T18:16:18.313Z | Checking rand_core v0.6.4 |
| 2139 | 2026-03-20T18:16:18.336Z | Checking utf8_iter v1.0.4 |
| 2140 | 2026-03-20T18:16:18.392Z | Checking form_urlencoded v1.2.2 |
| 2141 | 2026-03-20T18:16:18.410Z | Checking typenum v1.19.0 |
| 2142 | 2026-03-20T18:16:18.486Z | Checking portable-atomic v1.13.1 |
| 2143 | 2026-03-20T18:16:18.518Z | Checking critical-section v1.2.0 |
| 2144 | 2026-03-20T18:16:18.542Z | Checking rand_core v0.10.0 |
| 2145 | 2026-03-20T18:16:18.561Z | Checking signal-hook-registry v1.4.8 |
| 2146 | 2026-03-20T18:16:18.646Z | Checking parking_lot_core v0.9.12 |
| 2147 | 2026-03-20T18:16:18.717Z | Checking tinystr v0.8.2 |
| 2148 | 2026-03-20T18:16:18.734Z | Checking potential_utf v0.1.4 |
| 2149 | 2026-03-20T18:16:18.764Z | Checking getrandom v0.4.1 |
| 2150 | 2026-03-20T18:16:18.888Z | Checking parking_lot v0.12.5 |
| 2151 | 2026-03-20T18:16:18.906Z | Checking icu_collections v2.1.1 |
| 2152 | 2026-03-20T18:16:18.941Z | Checking icu_locale_core v2.1.1 |
| 2153 | 2026-03-20T18:16:18.961Z | Checking socket2 v0.6.2 |
| 2154 | 2026-03-20T18:16:19.041Z | Checking num-traits v0.2.19 |
| 2155 | 2026-03-20T18:16:19.068Z | Checking once_cell v1.21.3 |
| 2156 | 2026-03-20T18:16:19.120Z | Checking generic-array v0.14.7 |
| 2157 | 2026-03-20T18:16:19.139Z | Checking mio v1.1.1 |
| 2158 | 2026-03-20T18:16:19.289Z | Checking zerocopy v0.8.40 |
| 2159 | 2026-03-20T18:16:19.312Z | Checking iana-time-zone v0.1.65 |
| 2160 | 2026-03-20T18:16:19.334Z | Checking futures-core v0.3.32 |
| 2161 | 2026-03-20T18:16:19.450Z | Checking equivalent v1.0.2 |
| 2162 | 2026-03-20T18:16:19.495Z | Checking allocator-api2 v0.2.21 |
| 2163 | 2026-03-20T18:16:19.545Z | Checking foldhash v0.2.0 |
| 2164 | 2026-03-20T18:16:19.565Z | Checking const-oid v0.9.6 |
| 2165 | 2026-03-20T18:16:19.690Z | Checking serde v1.0.228 |
| 2166 | 2026-03-20T18:16:19.714Z | Checking serde_json v1.0.149 |
| 2167 | 2026-03-20T18:16:19.742Z | Checking icu_provider v2.1.1 |
| 2168 | 2026-03-20T18:16:19.765Z | Checking bitflags v2.11.0 |
| 2169 | 2026-03-20T18:16:19.843Z | Checking crypto-common v0.1.7 |
| 2170 | 2026-03-20T18:16:19.876Z | Checking uuid v1.21.0 |
| 2171 | 2026-03-20T18:16:19.991Z | Checking hashbrown v0.16.1 |
| 2172 | 2026-03-20T18:16:20.061Z | Checking futures-sink v0.3.32 |
| 2173 | 2026-03-20T18:16:20.065Z | Checking icu_normalizer v2.1.1 |
| 2174 | 2026-03-20T18:16:20.155Z | Checking icu_properties v2.1.2 |
| 2175 | 2026-03-20T18:16:20.272Z | Checking bytes v1.11.1 |
| 2176 | 2026-03-20T18:16:20.297Z | Checking chrono v0.4.44 |
| 2177 | 2026-03-20T18:16:20.455Z | Checking dyn-clone v1.0.20 |
| 2178 | 2026-03-20T18:16:20.580Z | Checking futures-channel v0.3.32 |
| 2179 | 2026-03-20T18:16:20.583Z | Checking block-buffer v0.10.4 |
| 2180 | 2026-03-20T18:16:20.653Z | Checking semver v1.0.27 |
| 2181 | 2026-03-20T18:16:20.673Z | Checking slab v0.4.12 |
| 2182 | 2026-03-20T18:16:20.773Z | Checking futures-io v0.3.32 |
| 2183 | 2026-03-20T18:16:20.833Z | Checking futures-task v0.3.32 |
| 2184 | 2026-03-20T18:16:20.869Z | Checking digest v0.10.7 |
| 2185 | 2026-03-20T18:16:20.891Z | Checking tokio v1.49.0 |
| 2186 | 2026-03-20T18:16:20.922Z | Checking thiserror v2.0.18 |
| 2187 | 2026-03-20T18:16:20.926Z | Checking byteorder v1.5.0 |
| 2188 | 2026-03-20T18:16:21.012Z | Checking futures-util v0.3.32 |
| 2189 | 2026-03-20T18:16:21.051Z | Checking indexmap v2.13.0 |
| 2190 | 2026-03-20T18:16:21.126Z | Checking cpufeatures v0.2.17 |
| 2191 | 2026-03-20T18:16:21.211Z | Checking http v1.4.0 |
| 2192 | 2026-03-20T18:16:21.234Z | Checking fnv v1.0.7 |
| 2193 | 2026-03-20T18:16:21.293Z | Checking idna_adapter v1.2.1 |
| 2194 | 2026-03-20T18:16:21.351Z | Checking base64 v0.22.1 |
| 2195 | 2026-03-20T18:16:21.446Z | Checking idna v1.1.0 |
| 2196 | 2026-03-20T18:16:21.468Z | Checking unicode-ident v1.0.24 |
| 2197 | 2026-03-20T18:16:21.604Z | Checking tracing-core v0.1.36 |
| 2198 | 2026-03-20T18:16:21.664Z | Checking proc-macro2 v1.0.106 |
| 2199 | 2026-03-20T18:16:21.764Z | Checking url v2.5.8 |
| 2200 | 2026-03-20T18:16:21.845Z | Checking rustls-pki-types v1.14.0 |
| 2201 | 2026-03-20T18:16:21.993Z | Checking regex-syntax v0.8.10 |
| 2202 | 2026-03-20T18:16:22.023Z | Checking tracing v0.1.44 |
| 2203 | 2026-03-20T18:16:22.092Z | Checking quote v1.0.44 |
| 2204 | 2026-03-20T18:16:22.223Z | Checking untrusted v0.9.0 |
| 2205 | 2026-03-20T18:16:22.959Z | Checking thiserror v1.0.69 |
| 2206 | 2026-03-20T18:16:22.991Z | Checking syn v2.0.117 |
| 2207 | 2026-03-20T18:16:22.991Z | Checking schemars v0.8.22 |
| 2208 | 2026-03-20T18:16:22.991Z | Checking ring v0.17.14 |
| 2209 | 2026-03-20T18:16:22.991Z | Checking ipnet v2.11.0 |
| 2210 | 2026-03-20T18:16:22.992Z | Checking httparse v1.10.1 |
| 2211 | 2026-03-20T18:16:23.152Z | Checking http-body v1.0.1 |
| 2212 | 2026-03-20T18:16:23.327Z | Checking rustix v1.1.3 |
| 2213 | 2026-03-20T18:16:23.336Z | Checking block-padding v0.3.3 |
| 2214 | 2026-03-20T18:16:23.336Z | Checking ppv-lite86 v0.2.21 |
| 2215 | 2026-03-20T18:16:23.441Z | Checking getrandom v0.3.4 |
| 2216 | 2026-03-20T18:16:23.704Z | Checking atomic-waker v1.1.2 |
| 2217 | 2026-03-20T18:16:23.909Z | Checking inout v0.1.4 |
| 2218 | 2026-03-20T18:16:23.909Z | Checking hmac v0.12.1 |
| 2219 | 2026-03-20T18:16:23.926Z | Checking aws-lc-sys v0.37.1 |
| 2220 | 2026-03-20T18:16:23.926Z | Checking aho-corasick v1.1.4 |
| 2221 | 2026-03-20T18:16:23.926Z | Checking openssl-probe v0.2.1 |
| 2222 | 2026-03-20T18:16:24.015Z | Checking tower-layer v0.3.3 |
| 2223 | 2026-03-20T18:16:24.015Z | Checking tower-service v0.3.3 |
| 2224 | 2026-03-20T18:16:24.015Z | Checking untrusted v0.7.1 |
| 2225 | 2026-03-20T18:16:24.025Z | Checking httpdate v1.0.3 |
| 2226 | 2026-03-20T18:16:24.115Z | Checking powerfmt v0.2.0 |
| 2227 | 2026-03-20T18:16:24.130Z | Checking try-lock v0.2.5 |
| 2228 | 2026-03-20T18:16:24.285Z | Checking cipher v0.4.4 |
| 2229 | 2026-03-20T18:16:24.300Z | Checking want v0.3.1 |
| 2230 | 2026-03-20T18:16:24.300Z | Checking deranged v0.5.8 |
| 2231 | 2026-03-20T18:16:24.429Z | Checking rand_core v0.9.5 |
| 2232 | 2026-03-20T18:16:24.435Z | Checking base64ct v1.8.3 |
| 2233 | 2026-03-20T18:16:24.536Z | Checking aws-lc-rs v1.16.0 |
| 2234 | 2026-03-20T18:16:24.819Z | Checking num_threads v0.1.7 |
| 2235 | 2026-03-20T18:16:24.884Z | Checking time-core v0.1.8 |
| 2236 | 2026-03-20T18:16:24.884Z | Checking pin-utils v0.1.0 |
| 2237 | 2026-03-20T18:16:24.884Z | Checking num-conv v0.2.0 |
| 2238 | 2026-03-20T18:16:24.884Z | Checking regex-automata v0.4.14 |
| 2239 | 2026-03-20T18:16:24.884Z | Checking sha2 v0.10.9 |
| 2240 | 2026-03-20T18:16:24.884Z | Checking erased-serde v0.3.31 |
| 2241 | 2026-03-20T18:16:24.911Z | Checking pretty-hex v0.4.1 |
| 2242 | 2026-03-20T18:16:25.015Z | Checking rand_chacha v0.9.0 |
| 2243 | 2026-03-20T18:16:25.105Z | Checking fastrand v2.3.0 |
| 2244 | 2026-03-20T18:16:25.240Z | Checking tokio-util v0.7.18 |
| 2245 | 2026-03-20T18:16:25.267Z | Checking ryu v1.0.23 |
| 2246 | 2026-03-20T18:16:25.352Z | Checking rand v0.9.2 |
| 2247 | 2026-03-20T18:16:25.362Z | Checking slog v2.8.2 |
| 2248 | 2026-03-20T18:16:25.509Z | Checking pem-rfc7468 v0.7.0 |
| 2249 | 2026-03-20T18:16:25.616Z | Checking time v0.3.47 |
| 2250 | 2026-03-20T18:16:25.635Z | Checking rustls-webpki v0.103.9 |
| 2251 | 2026-03-20T18:16:25.649Z | Checking rustls-native-certs v0.8.3 |
| 2252 | 2026-03-20T18:16:25.654Z | Checking ipnetwork v0.21.1 |
| 2253 | 2026-03-20T18:16:25.709Z | Checking http-body-util v0.1.3 |
| 2254 | 2026-03-20T18:16:25.797Z | Checking sync_wrapper v1.0.2 |
| 2255 | 2026-03-20T18:16:25.949Z | Checking spin v0.9.8 |
| 2256 | 2026-03-20T18:16:25.964Z | Checking plain v0.2.3 |
| 2257 | 2026-03-20T18:16:25.973Z | Checking flagset v0.4.7 |
| 2258 | 2026-03-20T18:16:25.998Z | Checking tower v0.5.3 |
| 2259 | 2026-03-20T18:16:26.051Z | Checking h2 v0.4.13 |
| 2260 | 2026-03-20T18:16:26.077Z | Checking serde_urlencoded v0.7.1 |
| 2261 | 2026-03-20T18:16:26.133Z | Checking der v0.7.10 |
| 2262 | 2026-03-20T18:16:26.160Z | Checking rustls v0.23.37 |
| 2263 | 2026-03-20T18:16:26.181Z | Checking rand_chacha v0.3.1 |
| 2264 | 2026-03-20T18:16:26.353Z | Checking webpki-roots v1.0.6 |
| 2265 | 2026-03-20T18:16:26.459Z | Checking iri-string v0.7.10 |
| 2266 | 2026-03-20T18:16:26.503Z | Checking ucd-trie v0.1.7 |
| 2267 | 2026-03-20T18:16:26.526Z | Checking tinyvec_macros v0.1.1 |
| 2268 | 2026-03-20T18:16:26.612Z | Checking tinyvec v1.10.0 |
| 2269 | 2026-03-20T18:16:26.676Z | Checking pest v2.8.6 |
| 2270 | 2026-03-20T18:16:27.038Z | Checking rand v0.8.5 |
| 2271 | 2026-03-20T18:16:27.153Z | Checking tempfile v3.25.0 |
| 2272 | 2026-03-20T18:16:27.173Z | Checking spki v0.7.3 |
| 2273 | 2026-03-20T18:16:27.230Z | Checking salsa20 v0.10.2 |
| 2274 | 2026-03-20T18:16:27.382Z | Checking pbkdf2 v0.12.2 |
| 2275 | 2026-03-20T18:16:27.404Z | Checking foreign-types-shared v0.1.1 |
| 2276 | 2026-03-20T18:16:27.409Z | Checking unicode-width v0.2.0 |
| 2277 | 2026-03-20T18:16:27.510Z | Checking foreign-types v0.3.2 |
| 2278 | 2026-03-20T18:16:27.530Z | Checking scrypt v0.11.0 |
| 2279 | 2026-03-20T18:16:27.601Z | Checking regex v1.12.3 |
| 2280 | 2026-03-20T18:16:27.705Z | Checking aes v0.8.4 |
| 2281 | 2026-03-20T18:16:27.739Z | Checking cbc v0.1.2 |
| 2282 | 2026-03-20T18:16:27.759Z | Checking anyhow v1.0.102 |
| 2283 | 2026-03-20T18:16:27.906Z | Checking openssl-sys v0.9.111 |
| 2284 | 2026-03-20T18:16:27.925Z | Checking tower-http v0.6.8 |
| 2285 | 2026-03-20T18:16:27.991Z | Checking crossbeam-utils v0.8.21 |
| 2286 | 2026-03-20T18:16:28.018Z | Checking oxnet v0.1.4 |
| 2287 | 2026-03-20T18:16:28.149Z | Checking mime v0.3.17 |
| 2288 | 2026-03-20T18:16:28.248Z | Checking pkcs5 v0.7.1 |
| 2289 | 2026-03-20T18:16:28.296Z | Checking openapiv3 v2.2.0 |
| 2290 | 2026-03-20T18:16:28.334Z | Checking scroll v0.12.0 |
| 2291 | 2026-03-20T18:16:28.383Z | Checking encoding_rs v0.8.35 |
| 2292 | 2026-03-20T18:16:28.453Z | Checking siphasher v1.0.2 |
| 2293 | 2026-03-20T18:16:28.548Z | Checking openssl v0.10.75 |
| 2294 | 2026-03-20T18:16:28.581Z | Checking pkcs8 v0.10.2 |
| 2295 | 2026-03-20T18:16:28.633Z | Checking winnow v0.7.14 |
| 2296 | 2026-03-20T18:16:28.666Z | Checking data-encoding v2.10.0 |
| 2297 | 2026-03-20T18:16:28.813Z | Checking goblin v0.8.2 |
| 2298 | 2026-03-20T18:16:29.022Z | Checking lazy_static v1.5.0 |
| 2299 | 2026-03-20T18:16:29.139Z | Checking zerocopy v0.7.35 |
| 2300 | 2026-03-20T18:16:29.434Z | Checking tokio-rustls v0.26.4 |
| 2301 | 2026-03-20T18:16:29.679Z | Checking wait-timeout v0.2.1 |
| 2302 | 2026-03-20T18:16:29.732Z | Checking psl-types v2.0.11 |
| 2303 | 2026-03-20T18:16:29.740Z | Checking hyper v1.8.1 |
| 2304 | 2026-03-20T18:16:29.837Z | Checking quick-error v1.2.3 |
| 2305 | 2026-03-20T18:16:29.877Z | Checking either v1.15.0 |
| 2306 | 2026-03-20T18:16:29.881Z | Checking bitflags v1.3.2 |
| 2307 | 2026-03-20T18:16:29.971Z | Checking bit-vec v0.8.0 |
| 2308 | 2026-03-20T18:16:29.991Z | Checking managed v0.8.0 |
| 2309 | 2026-03-20T18:16:30.124Z | Checking anstyle v1.0.13 |
| 2310 | 2026-03-20T18:16:30.127Z | Checking utf8parse v0.2.2 |
| 2311 | 2026-03-20T18:16:30.223Z | Checking bit-set v0.8.0 |
| 2312 | 2026-03-20T18:16:30.242Z | Checking rusty-fork v0.3.1 |
| 2313 | 2026-03-20T18:16:30.271Z | Checking anstyle-parse v0.2.7 |
| 2314 | 2026-03-20T18:16:30.290Z | Checking publicsuffix v2.3.0 |
| 2315 | 2026-03-20T18:16:30.366Z | Checking dtrace-parser v0.2.0 |
| 2316 | 2026-03-20T18:16:30.412Z | Checking cookie v0.18.1 |
| 2317 | 2026-03-20T18:16:30.459Z | Checking unicode-normalization v0.1.25 |
| 2318 | 2026-03-20T18:16:30.478Z | Checking rand_xorshift v0.4.0 |
| 2319 | 2026-03-20T18:16:30.497Z | Checking sha1 v0.10.6 |
| 2320 | 2026-03-20T18:16:30.629Z | Checking thread-id v4.2.2 |
| 2321 | 2026-03-20T18:16:30.676Z | Checking anstyle-query v1.1.5 |
| 2322 | 2026-03-20T18:16:30.704Z | Checking unarray v0.1.4 |
| 2323 | 2026-03-20T18:16:30.724Z | Checking is_terminal_polyfill v1.70.2 |
| 2324 | 2026-03-20T18:16:30.746Z | Checking colorchoice v1.0.4 |
| 2325 | 2026-03-20T18:16:30.816Z | Checking cookie_store v0.22.1 |
| 2326 | 2026-03-20T18:16:30.835Z | Checking proptest v1.10.0 |
| 2327 | 2026-03-20T18:16:30.838Z | Checking rustls-platform-verifier v0.6.2 |
| 2328 | 2026-03-20T18:16:30.877Z | Checking anstream v0.6.21 |
| 2329 | 2026-03-20T18:16:31.005Z | Checking crossbeam-epoch v0.9.18 |
| 2330 | 2026-03-20T18:16:31.031Z | Checking hyper-util v0.1.20 |
| 2331 | 2026-03-20T18:16:31.045Z | Checking terminal_size v0.4.3 |
| 2332 | 2026-03-20T18:16:31.135Z | Checking scroll v0.13.0 |
| 2333 | 2026-03-20T18:16:31.175Z | Checking hex v0.4.3 |
| 2334 | 2026-03-20T18:16:31.229Z | Checking num-integer v0.1.46 |
| 2335 | 2026-03-20T18:16:31.283Z | Checking simd-adler32 v0.3.8 |
| 2336 | 2026-03-20T18:16:31.413Z | Checking native-tls v0.2.18 |
| 2337 | 2026-03-20T18:16:31.445Z | Checking goblin v0.10.5 |
| 2338 | 2026-03-20T18:16:31.469Z | Checking dof v0.3.0 |
| 2339 | 2026-03-20T18:16:31.484Z | Checking crossbeam-deque v0.8.6 |
| 2340 | 2026-03-20T18:16:31.510Z | Checking bstr v1.12.1 |
| 2341 | 2026-03-20T18:16:31.539Z | Checking ref-cast v1.0.25 |
| 2342 | 2026-03-20T18:16:31.647Z | Checking tokio-native-tls v0.3.1 |
| 2343 | 2026-03-20T18:16:31.688Z | Checking rustix v0.38.44 |
| 2344 | 2026-03-20T18:16:31.719Z | Checking camino v1.2.2 |
| 2345 | 2026-03-20T18:16:31.838Z | Checking usdt-impl v0.5.0 |
| 2346 | 2026-03-20T18:16:31.856Z | Checking crc32fast v1.5.0 |
| 2347 | 2026-03-20T18:16:32.041Z | Checking signature v2.2.0 |
| 2348 | 2026-03-20T18:16:32.055Z | Checking serde_spanned v0.6.9 |
| 2349 | 2026-03-20T18:16:32.073Z | Checking toml_datetime v0.6.11 |
| 2350 | 2026-03-20T18:16:32.193Z | Checking ff v0.13.1 |
| 2351 | 2026-03-20T18:16:32.200Z | Checking strsim v0.11.1 |
| 2352 | 2026-03-20T18:16:32.236Z | Checking unicode-properties v0.1.4 |
| 2353 | 2026-03-20T18:16:32.311Z | Checking clap_lex v1.0.0 |
| 2354 | 2026-03-20T18:16:32.368Z | Checking base16ct v0.2.0 |
| 2355 | 2026-03-20T18:16:32.420Z | Checking unicode-bidi v0.3.18 |
| 2356 | 2026-03-20T18:16:32.477Z | Checking adler2 v2.0.1 |
| 2357 | 2026-03-20T18:16:32.504Z | Checking clap_builder v4.5.60 |
| 2358 | 2026-03-20T18:16:32.521Z | Checking sec1 v0.7.3 |
| 2359 | 2026-03-20T18:16:32.626Z | Checking miniz_oxide v0.8.9 |
| 2360 | 2026-03-20T18:16:32.705Z | Checking hyper-rustls v0.27.7 |
| 2361 | 2026-03-20T18:16:32.788Z | Checking hyper-tls v0.6.0 |
| 2362 | 2026-03-20T18:16:32.809Z | Checking group v0.13.0 |
| 2363 | 2026-03-20T18:16:32.813Z | Checking stringprep v0.1.5 |
| 2364 | 2026-03-20T18:16:32.984Z | Checking reqwest v0.13.2 |
| 2365 | 2026-03-20T18:16:33.019Z | Checking rayon-core v1.13.0 |
| 2366 | 2026-03-20T18:16:33.029Z | Checking num-iter v0.1.45 |
| 2367 | 2026-03-20T18:16:33.029Z | Checking reqwest v0.12.28 |
| 2368 | 2026-03-20T18:16:33.091Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2369 | 2026-03-20T18:16:33.165Z | Checking dtrace-parser v0.3.0 |
| 2370 | 2026-03-20T18:16:33.332Z | Checking newtype-uuid v1.3.2 |
| 2371 | 2026-03-20T18:16:33.437Z | Checking hkdf v0.12.4 |
| 2372 | 2026-03-20T18:16:33.472Z | Checking strum v0.26.3 |
| 2373 | 2026-03-20T18:16:33.537Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2374 | 2026-03-20T18:16:33.593Z | Checking daft v0.1.5 |
| 2375 | 2026-03-20T18:16:33.613Z | Checking hash32 v0.2.1 |
| 2376 | 2026-03-20T18:16:33.617Z | Checking md-5 v0.10.6 |
| 2377 | 2026-03-20T18:16:33.684Z | Checking crypto-bigint v0.5.5 |
| 2378 | 2026-03-20T18:16:33.807Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2379 | 2026-03-20T18:16:33.824Z | Checking thread-id v5.1.0 |
| 2380 | 2026-03-20T18:16:33.911Z | Checking unicode-segmentation v1.12.0 |
| 2381 | 2026-03-20T18:16:33.929Z | Checking zlib-rs v0.6.2 |
| 2382 | 2026-03-20T18:16:34.066Z | Checking fallible-iterator v0.2.0 |
| 2383 | 2026-03-20T18:16:34.089Z | Checking heapless v0.7.17 |
| 2384 | 2026-03-20T18:16:34.159Z | Checking zstd-safe v7.2.4 |
| 2385 | 2026-03-20T18:16:34.202Z | Checking clap v4.5.60 |
| 2386 | 2026-03-20T18:16:34.315Z | Checking rayon v1.11.0 |
| 2387 | 2026-03-20T18:16:34.395Z | Checking itertools v0.12.1 |
| 2388 | 2026-03-20T18:16:34.418Z | Checking phf_shared v0.13.1 |
| 2389 | 2026-03-20T18:16:34.451Z | Checking postgres-protocol v0.6.10 |
| 2390 | 2026-03-20T18:16:34.648Z | Checking dof v0.4.0 |
| 2391 | 2026-03-20T18:16:34.669Z | Checking console v0.16.2 |
| 2392 | 2026-03-20T18:16:34.686Z | Checking curve25519-dalek v4.1.3 |
| 2393 | 2026-03-20T18:16:34.872Z | Checking memoffset v0.9.1 |
| 2394 | 2026-03-20T18:16:34.977Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2395 | 2026-03-20T18:16:35.026Z | Checking elliptic-curve v0.13.8 |
| 2396 | 2026-03-20T18:16:35.067Z | Checking signal-hook v0.3.18 |
| 2397 | 2026-03-20T18:16:35.087Z | Checking memmap2 v0.9.10 |
| 2398 | 2026-03-20T18:16:35.162Z | Checking flate2 v1.1.9 |
| 2399 | 2026-03-20T18:16:35.302Z | Checking winnow v0.5.40 |
| 2400 | 2026-03-20T18:16:35.326Z | Checking fixedbitset v0.4.2 |
| 2401 | 2026-03-20T18:16:35.430Z | Checking unit-prefix v0.5.2 |
| 2402 | 2026-03-20T18:16:35.513Z | Checking usdt-impl v0.6.0 |
| 2403 | 2026-03-20T18:16:35.530Z | Checking bumpalo v3.20.2 |
| 2404 | 2026-03-20T18:16:35.564Z | Checking toml_write v0.1.2 |
| 2405 | 2026-03-20T18:16:35.597Z | Checking foldhash v0.1.5 |
| 2406 | 2026-03-20T18:16:35.729Z | Checking libbz2-rs-sys v0.2.2 |
| 2407 | 2026-03-20T18:16:35.746Z | Checking zone v0.3.1 |
| 2408 | 2026-03-20T18:16:35.767Z | Checking hashbrown v0.15.5 |
| 2409 | 2026-03-20T18:16:35.789Z | Checking toml_edit v0.22.27 |
| 2410 | 2026-03-20T18:16:35.789Z | Checking zopfli v0.8.3 |
| 2411 | 2026-03-20T18:16:35.857Z | Checking usdt v0.6.0 |
| 2412 | 2026-03-20T18:16:36.079Z | Checking petgraph v0.6.5 |
| 2413 | 2026-03-20T18:16:36.210Z | Checking signal-hook-mio v0.2.5 |
| 2414 | 2026-03-20T18:16:36.235Z | Checking bzip2 v0.6.1 |
| 2415 | 2026-03-20T18:16:36.239Z | Checking bzip2 v0.4.4 |
| 2416 | 2026-03-20T18:16:36.361Z | Checking indicatif v0.18.4 |
| 2417 | 2026-03-20T18:16:36.381Z | Checking nix v0.31.1 |
| 2418 | 2026-03-20T18:16:36.412Z | Checking postgres-types v0.2.12 |
| 2419 | 2026-03-20T18:16:36.446Z | Checking smoltcp v0.9.1 |
| 2420 | 2026-03-20T18:16:36.467Z | Checking phf v0.13.1 |
| 2421 | 2026-03-20T18:16:36.662Z | Checking zstd v0.13.3 |
| 2422 | 2026-03-20T18:16:36.824Z | Checking similar v2.7.0 |
| 2423 | 2026-03-20T18:16:36.843Z | Checking num-bigint-dig v0.8.6 |
| 2424 | 2026-03-20T18:16:36.907Z | Checking toml_edit v0.19.15 |
| 2425 | 2026-03-20T18:16:36.932Z | Checking ed25519 v2.2.3 |
| 2426 | 2026-03-20T18:16:37.169Z | Checking pkcs1 v0.7.5 |
| 2427 | 2026-03-20T18:16:37.263Z | Checking phf_shared v0.11.3 |
| 2428 | 2026-03-20T18:16:37.288Z | Checking tokio-stream v0.1.18 |
| 2429 | 2026-03-20T18:16:37.333Z | Checking strum v0.27.2 |
| 2430 | 2026-03-20T18:16:37.437Z | Checking hubpack v0.1.2 |
| 2431 | 2026-03-20T18:16:37.454Z | Checking rfc6979 v0.4.0 |
| 2432 | 2026-03-20T18:16:37.475Z | Checking serde-big-array v0.5.1 |
| 2433 | 2026-03-20T18:16:37.610Z | Checking float-cmp v0.10.0 |
| 2434 | 2026-03-20T18:16:37.648Z | Checking env_filter v1.0.0 |
| 2435 | 2026-03-20T18:16:37.677Z | Checking fixedbitset v0.5.7 |
| 2436 | 2026-03-20T18:16:37.765Z | Checking rustc-hash v2.1.1 |
| 2437 | 2026-03-20T18:16:37.785Z | Checking precomputed-hash v0.1.1 |
| 2438 | 2026-03-20T18:16:37.788Z | Checking static_assertions v1.1.0 |
| 2439 | 2026-03-20T18:16:37.821Z | Checking normalize-line-endings v0.3.0 |
| 2440 | 2026-03-20T18:16:37.841Z | Checking new_debug_unreachable v1.0.6 |
| 2441 | 2026-03-20T18:16:37.888Z | Checking jiff v0.2.21 |
| 2442 | 2026-03-20T18:16:37.891Z | Checking difflib v0.4.0 |
| 2443 | 2026-03-20T18:16:37.931Z | Checking predicates-core v1.0.10 |
| 2444 | 2026-03-20T18:16:37.939Z | Checking keccak v0.1.6 |
| 2445 | 2026-03-20T18:16:37.968Z | Checking whoami v2.1.0 |
| 2446 | 2026-03-20T18:16:37.968Z | Checking petgraph v0.8.3 |
| 2447 | 2026-03-20T18:16:38.005Z | Checking rsa v0.9.10 |
| 2448 | 2026-03-20T18:16:38.088Z | Checking string_cache v0.8.9 |
| 2449 | 2026-03-20T18:16:38.134Z | Checking predicates v3.1.4 |
| 2450 | 2026-03-20T18:16:38.166Z | Checking sha3 v0.10.8 |
| 2451 | 2026-03-20T18:16:38.221Z | Checking tokio-postgres v0.7.16 |
| 2452 | 2026-03-20T18:16:38.298Z | Checking iddqd v0.3.17 |
| 2453 | 2026-03-20T18:16:38.343Z | Checking toml v0.7.8 |
| 2454 | 2026-03-20T18:16:38.435Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2455 | 2026-03-20T18:16:38.537Z | Checking env_logger v0.11.9 |
| 2456 | 2026-03-20T18:16:38.631Z | Checking ecdsa v0.16.9 |
| 2457 | 2026-03-20T18:16:38.757Z | Checking ed25519-dalek v2.2.0 |
| 2458 | 2026-03-20T18:16:38.788Z | Checking zip v0.6.6 |
| 2459 | 2026-03-20T18:16:39.057Z | Checking crossterm v0.28.1 |
| 2460 | 2026-03-20T18:16:39.090Z | Checking serde_with v3.17.0 |
| 2461 | 2026-03-20T18:16:39.212Z | Checking itertools v0.13.0 |
| 2462 | 2026-03-20T18:16:39.474Z | Checking hickory-proto v0.25.2 |
| 2463 | 2026-03-20T18:16:39.933Z | Checking x509-cert v0.2.5 |
| 2464 | 2026-03-20T18:16:40.053Z | Checking fs-err v3.3.0 |
| 2465 | 2026-03-20T18:16:40.199Z | Checking ahash v0.8.12 |
| 2466 | 2026-03-20T18:16:40.439Z | Checking object v0.37.3 |
| 2467 | 2026-03-20T18:16:40.461Z | Checking buf-list v1.1.2 |
| 2468 | 2026-03-20T18:16:40.662Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2469 | 2026-03-20T18:16:40.698Z | Checking peg-runtime v0.8.5 |
| 2470 | 2026-03-20T18:16:40.836Z | Checking lalrpop-util v0.19.12 |
| 2471 | 2026-03-20T18:16:40.888Z | Compiling structmeta-derive v0.3.0 |
| 2472 | 2026-03-20T18:16:41.007Z | Compiling rustls v0.22.4 |
| 2473 | 2026-03-20T18:16:41.025Z | Checking zip v4.6.1 |
| 2474 | 2026-03-20T18:16:41.052Z | Compiling newtype-uuid-macros v0.1.0 |
| 2475 | 2026-03-20T18:16:41.111Z | Compiling multer v3.1.0 |
| 2476 | 2026-03-20T18:16:41.249Z | Compiling async-stream-impl v0.3.6 |
| 2477 | 2026-03-20T18:16:41.444Z | Checking futures-executor v0.3.32 |
| 2478 | 2026-03-20T18:16:41.505Z | Checking regress v0.10.5 |
| 2479 | 2026-03-20T18:16:41.814Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2480 | 2026-03-20T18:16:42.037Z | Compiling dropshot v0.16.7 |
| 2481 | 2026-03-20T18:16:42.059Z | Checking futures v0.3.32 |
| 2482 | 2026-03-20T18:16:42.161Z | Compiling dropshot_endpoint v0.16.7 |
| 2483 | 2026-03-20T18:16:42.320Z | Checking thread_local v1.1.9 |
| 2484 | 2026-03-20T18:16:42.340Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2485 | 2026-03-20T18:16:42.359Z | Compiling structmeta v0.3.0 |
| 2486 | 2026-03-20T18:16:42.537Z | Checking crossbeam-channel v0.5.15 |
| 2487 | 2026-03-20T18:16:42.637Z | Compiling derive-ex v0.1.8 |
| 2488 | 2026-03-20T18:16:42.806Z | Checking is-terminal v0.4.17 |
| 2489 | 2026-03-20T18:16:42.929Z | Checking take_mut v0.2.2 |
| 2490 | 2026-03-20T18:16:42.992Z | Checking term v1.2.1 |
| 2491 | 2026-03-20T18:16:43.066Z | Checking slog-async v2.8.0 |
| 2492 | 2026-03-20T18:16:43.275Z | Compiling parse-display-derive v0.10.0 |
| 2493 | 2026-03-20T18:16:43.296Z | Checking slog-term v2.9.2 |
| 2494 | 2026-03-20T18:16:43.301Z | Checking rustls-webpki v0.102.8 |
| 2495 | 2026-03-20T18:16:43.425Z | Checking serde_spanned v1.0.4 |
| 2496 | 2026-03-20T18:16:43.606Z | Checking match_cfg v0.1.0 |
| 2497 | 2026-03-20T18:16:43.651Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2498 | 2026-03-20T18:16:43.694Z | Checking debug-ignore v1.0.5 |
| 2499 | 2026-03-20T18:16:43.728Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2500 | 2026-03-20T18:16:43.820Z | Checking hostname v0.3.1 |
| 2501 | 2026-03-20T18:16:43.844Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2502 | 2026-03-20T18:16:43.886Z | Checking toml v0.9.12+spec-1.1.0 |
| 2503 | 2026-03-20T18:16:44.011Z | Checking slog-json v2.6.1 |
| 2504 | 2026-03-20T18:16:44.040Z | Checking macaddr v1.0.1 |
| 2505 | 2026-03-20T18:16:44.156Z | Checking slog-bunyan v2.5.0 |
| 2506 | 2026-03-20T18:16:44.281Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2507 | 2026-03-20T18:16:44.342Z | Checking async-stream v0.3.6 |
| 2508 | 2026-03-20T18:16:44.607Z | Checking waitgroup v0.1.2 |
| 2509 | 2026-03-20T18:16:44.750Z | Checking rustls-pemfile v2.2.0 |
| 2510 | 2026-03-20T18:16:44.768Z | Checking serde_path_to_error v0.1.20 |
| 2511 | 2026-03-20T18:16:44.807Z | Checking hostname v0.4.2 |
| 2512 | 2026-03-20T18:16:44.828Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2513 | 2026-03-20T18:16:44.937Z | Checking progenitor-client v0.13.0 |
| 2514 | 2026-03-20T18:16:44.952Z | Checking progenitor-client v0.10.0 |
| 2515 | 2026-03-20T18:16:44.974Z | Compiling itertools v0.14.0 |
| 2516 | 2026-03-20T18:16:45.009Z | Compiling test-strategy v0.4.5 |
| 2517 | 2026-03-20T18:16:45.157Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2518 | 2026-03-20T18:16:45.238Z | Checking backon v1.6.0 |
| 2519 | 2026-03-20T18:16:45.258Z | Checking instant v0.1.13 |
| 2520 | 2026-03-20T18:16:45.372Z | Checking backoff v0.4.0 |
| 2521 | 2026-03-20T18:16:45.465Z | Checking progenitor-extras v0.1.1 |
| 2522 | 2026-03-20T18:16:45.583Z | Checking parse-display v0.10.0 |
| 2523 | 2026-03-20T18:16:45.602Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2524 | 2026-03-20T18:16:45.760Z | Checking heck v0.5.0 |
| 2525 | 2026-03-20T18:16:45.873Z | Checking tokio-rustls v0.25.0 |
| 2526 | 2026-03-20T18:16:45.968Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2527 | 2026-03-20T18:16:45.994Z | Compiling crucible-workspace-hack v0.1.0 |
| 2528 | 2026-03-20T18:16:46.226Z | Compiling convert_case v0.4.0 |
| 2529 | 2026-03-20T18:16:46.243Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2530 | 2026-03-20T18:16:46.502Z | Compiling heapless v0.8.0 |
| 2531 | 2026-03-20T18:16:46.700Z | Compiling ingot-macros v0.1.1 |
| 2532 | 2026-03-20T18:16:46.732Z | Compiling derive_more v0.99.20 |
| 2533 | 2026-03-20T18:16:46.902Z | Compiling proc-macro-crate v3.4.0 |
| 2534 | 2026-03-20T18:16:47.035Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2535 | 2026-03-20T18:16:47.171Z | Checking hash32 v0.3.1 |
| 2536 | 2026-03-20T18:16:47.342Z | Checking secrecy v0.10.3 |
| 2537 | 2026-03-20T18:16:47.456Z | Compiling smoltcp v0.11.0 |
| 2538 | 2026-03-20T18:16:47.497Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2539 | 2026-03-20T18:16:47.530Z | Compiling prettyplease v0.2.37 |
| 2540 | 2026-03-20T18:16:47.656Z | Compiling num_enum_derive v0.7.5 |
| 2541 | 2026-03-20T18:16:47.914Z | Compiling typify-impl v0.6.1 |
| 2542 | 2026-03-20T18:16:47.963Z | Checking tabwriter v1.4.1 |
| 2543 | 2026-03-20T18:16:48.134Z | Checking cobs v0.3.0 |
| 2544 | 2026-03-20T18:16:48.283Z | Compiling foreign-types-macros v0.2.3 |
| 2545 | 2026-03-20T18:16:48.418Z | Checking foreign-types-shared v0.3.1 |
| 2546 | 2026-03-20T18:16:48.538Z | Compiling unsafe-libyaml v0.2.11 |
| 2547 | 2026-03-20T18:16:48.671Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2548 | 2026-03-20T18:16:49.060Z | Checking cpufeatures v0.3.0 |
| 2549 | 2026-03-20T18:16:49.078Z | Checking num_enum v0.7.5 |
| 2550 | 2026-03-20T18:16:49.116Z | Checking foreign-types v0.5.0 |
| 2551 | 2026-03-20T18:16:49.155Z | Checking chacha20 v0.10.0 |
| 2552 | 2026-03-20T18:16:49.471Z | Compiling serde_yaml v0.9.34+deprecated |
| 2553 | 2026-03-20T18:16:49.495Z | Checking postcard v1.1.3 |
| 2554 | 2026-03-20T18:16:50.395Z | Compiling proc-macro-crate v1.3.1 |
| 2555 | 2026-03-20T18:16:50.462Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2556 | 2026-03-20T18:16:50.565Z | Checking ingot-types v0.1.2 |
| 2557 | 2026-03-20T18:16:50.946Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2558 | 2026-03-20T18:16:50.987Z | Checking cstr-argument v0.1.2 |
| 2559 | 2026-03-20T18:16:51.048Z | Checking ingot v0.1.1 |
| 2560 | 2026-03-20T18:16:51.146Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2561 | 2026-03-20T18:16:51.227Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2562 | 2026-03-20T18:16:51.258Z | Checking colored v3.1.1 |
| 2563 | 2026-03-20T18:16:51.454Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2564 | 2026-03-20T18:16:51.505Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2565 | 2026-03-20T18:16:51.529Z | Compiling num_enum_derive v0.5.11 |
| 2566 | 2026-03-20T18:16:51.643Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2567 | 2026-03-20T18:16:51.679Z | Checking rand v0.10.0 |
| 2568 | 2026-03-20T18:16:52.802Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2569 | 2026-03-20T18:16:53.240Z | Checking num_enum v0.5.11 |
| 2570 | 2026-03-20T18:16:53.343Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2571 | 2026-03-20T18:16:54.000Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2572 | 2026-03-20T18:16:54.423Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2573 | 2026-03-20T18:16:54.444Z | Compiling typify-impl v0.4.3 |
| 2574 | 2026-03-20T18:16:54.483Z | Compiling typify-macro v0.6.1 |
| 2575 | 2026-03-20T18:16:54.593Z | Checking camino-tempfile v1.4.1 |
| 2576 | 2026-03-20T18:16:54.772Z | Checking num-rational v0.4.2 |
| 2577 | 2026-03-20T18:16:55.180Z | Checking half v2.7.1 |
| 2578 | 2026-03-20T18:16:55.198Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2579 | 2026-03-20T18:16:55.378Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2580 | 2026-03-20T18:16:55.511Z | Checking universal-hash v0.5.1 |
| 2581 | 2026-03-20T18:16:55.544Z | Checking num-complex v0.4.6 |
| 2582 | 2026-03-20T18:16:55.675Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2583 | 2026-03-20T18:16:56.397Z | Checking ciborium-io v0.2.2 |
| 2584 | 2026-03-20T18:16:56.808Z | Checking opaque-debug v0.3.1 |
| 2585 | 2026-03-20T18:16:56.808Z | Checking num v0.4.3 |
| 2586 | 2026-03-20T18:16:56.808Z | Checking ciborium-ll v0.2.2 |
| 2587 | 2026-03-20T18:16:56.808Z | Checking poly1305 v0.8.0 |
| 2588 | 2026-03-20T18:16:56.808Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2589 | 2026-03-20T18:16:56.808Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2590 | 2026-03-20T18:16:56.808Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2591 | 2026-03-20T18:16:56.813Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2592 | 2026-03-20T18:16:56.813Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2593 | 2026-03-20T18:16:56.827Z | Compiling typify v0.6.1 |
| 2594 | 2026-03-20T18:16:57.008Z | Checking thiserror-no-std v2.0.2 |
| 2595 | 2026-03-20T18:16:57.091Z | Checking toml v0.8.23 |
| 2596 | 2026-03-20T18:16:57.097Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2597 | 2026-03-20T18:16:57.340Z | Checking password-hash v0.5.0 |
| 2598 | 2026-03-20T18:16:57.515Z | Checking chacha20 v0.9.1 |
| 2599 | 2026-03-20T18:16:57.651Z | Compiling usdt-attr-macro v0.5.0 |
| 2600 | 2026-03-20T18:16:57.771Z | Compiling usdt-macro v0.5.0 |
| 2601 | 2026-03-20T18:16:57.948Z | Checking smf v0.2.3 |
| 2602 | 2026-03-20T18:16:58.227Z | Checking blake2 v0.10.6 |
| 2603 | 2026-03-20T18:16:58.387Z | Checking aead v0.5.2 |
| 2604 | 2026-03-20T18:16:58.403Z | Checking sigpipe v0.1.3 |
| 2605 | 2026-03-20T18:16:58.507Z | Checking memmap v0.7.0 |
| 2606 | 2026-03-20T18:16:58.830Z | Compiling num-derive v0.4.2 |
| 2607 | 2026-03-20T18:16:58.857Z | Checking float-ord v0.3.2 |
| 2608 | 2026-03-20T18:16:58.857Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2609 | 2026-03-20T18:16:58.857Z | Checking glob v0.3.3 |
| 2610 | 2026-03-20T18:16:58.857Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2611 | 2026-03-20T18:16:58.961Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2612 | 2026-03-20T18:16:58.995Z | Checking usdt v0.5.0 |
| 2613 | 2026-03-20T18:16:59.184Z | Checking chacha20poly1305 v0.10.1 |
| 2614 | 2026-03-20T18:16:59.256Z | Checking argon2 v0.5.3 |
| 2615 | 2026-03-20T18:16:59.386Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2616 | 2026-03-20T18:16:59.439Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2617 | 2026-03-20T18:16:59.630Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2618 | 2026-03-20T18:16:59.663Z | Checking vsss-rs v3.3.4 |
| 2619 | 2026-03-20T18:16:59.693Z | Compiling progenitor-impl v0.13.0 |
| 2620 | 2026-03-20T18:16:59.835Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2621 | 2026-03-20T18:17:00.319Z | Checking ciborium v0.2.2 |
| 2622 | 2026-03-20T18:17:00.451Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2623 | 2026-03-20T18:17:00.593Z | Checking whoami v1.6.1 |
| 2624 | 2026-03-20T18:17:00.742Z | Checking indent_write v2.2.0 |
| 2625 | 2026-03-20T18:17:00.820Z | Compiling semver v0.1.20 |
| 2626 | 2026-03-20T18:17:00.886Z | Compiling typify-macro v0.4.3 |
| 2627 | 2026-03-20T18:17:00.907Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2628 | 2026-03-20T18:17:01.156Z | Compiling rustc_version v0.1.7 |
| 2629 | 2026-03-20T18:17:01.313Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2630 | 2026-03-20T18:17:01.465Z | Compiling pin-project-internal v1.1.11 |
| 2631 | 2026-03-20T18:17:02.068Z | Checking linked-hash-map v0.5.6 |
| 2632 | 2026-03-20T18:17:02.111Z | Compiling minimal-lexical v0.2.1 |
| 2633 | 2026-03-20T18:17:02.305Z | Checking swrite v0.1.0 |
| 2634 | 2026-03-20T18:17:02.425Z | Compiling nom v7.1.3 |
| 2635 | 2026-03-20T18:17:02.452Z | Checking lru-cache v0.1.2 |
| 2636 | 2026-03-20T18:17:02.613Z | Compiling newtype_derive v0.1.6 |
| 2637 | 2026-03-20T18:17:03.032Z | Checking pin-project v1.1.11 |
| 2638 | 2026-03-20T18:17:03.150Z | Checking newline-converter v0.3.0 |
| 2639 | 2026-03-20T18:17:03.195Z | Compiling typify v0.4.3 |
| 2640 | 2026-03-20T18:17:03.299Z | Checking atomicwrites v0.4.4 |
| 2641 | 2026-03-20T18:17:03.321Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2642 | 2026-03-20T18:17:03.342Z | Compiling progenitor-macro v0.13.0 |
| 2643 | 2026-03-20T18:17:03.347Z | Checking hickory-proto v0.24.4 |
| 2644 | 2026-03-20T18:17:03.439Z | Checking phf_shared v0.12.1 |
| 2645 | 2026-03-20T18:17:03.488Z | Checking console v0.15.11 |
| 2646 | 2026-03-20T18:17:03.868Z | Checking pem v3.0.6 |
| 2647 | 2026-03-20T18:17:04.080Z | Checking csv-core v0.1.13 |
| 2648 | 2026-03-20T18:17:04.326Z | Compiling snafu-derive v0.8.9 |
| 2649 | 2026-03-20T18:17:04.392Z | Compiling derive-where v1.6.0 |
| 2650 | 2026-03-20T18:17:04.436Z | Compiling async-recursion v1.1.1 |
| 2651 | 2026-03-20T18:17:05.352Z | Compiling slog-dtrace v0.3.0 |
| 2652 | 2026-03-20T18:17:05.604Z | Checking highway v1.3.0 |
| 2653 | 2026-03-20T18:17:05.873Z | Compiling cancel-safe-futures v0.1.5 |
| 2654 | 2026-03-20T18:17:05.929Z | Compiling chrono-tz v0.10.4 |
| 2655 | 2026-03-20T18:17:06.145Z | Compiling owo-colors v4.3.0 |
| 2656 | 2026-03-20T18:17:06.165Z | Checking unicode-width v0.1.14 |
| 2657 | 2026-03-20T18:17:06.206Z | Checking resolv-conf v0.7.6 |
| 2658 | 2026-03-20T18:17:06.443Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2659 | 2026-03-20T18:17:06.498Z | Checking same-file v1.0.6 |
| 2660 | 2026-03-20T18:17:06.519Z | Checking hickory-resolver v0.24.4 |
| 2661 | 2026-03-20T18:17:06.622Z | Compiling const_format_proc_macros v0.2.34 |
| 2662 | 2026-03-20T18:17:06.650Z | Checking walkdir v2.5.0 |
| 2663 | 2026-03-20T18:17:06.927Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2664 | 2026-03-20T18:17:07.024Z | Checking snafu v0.8.9 |
| 2665 | 2026-03-20T18:17:07.501Z | Checking csv v1.4.0 |
| 2666 | 2026-03-20T18:17:07.562Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2667 | 2026-03-20T18:17:07.736Z | Checking expectorate v1.2.0 |
| 2668 | 2026-03-20T18:17:07.903Z | Checking phf v0.12.1 |
| 2669 | 2026-03-20T18:17:07.942Z | Compiling progenitor-impl v0.10.0 |
| 2670 | 2026-03-20T18:17:08.045Z | Checking tokio-dtrace v0.1.1 |
| 2671 | 2026-03-20T18:17:08.093Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2672 | 2026-03-20T18:17:08.207Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2673 | 2026-03-20T18:17:08.281Z | Checking globset v0.4.18 |
| 2674 | 2026-03-20T18:17:08.412Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2675 | 2026-03-20T18:17:08.575Z | Checking olpc-cjson v0.1.4 |
| 2676 | 2026-03-20T18:17:08.633Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2677 | 2026-03-20T18:17:08.757Z | Checking libsw-core v0.3.2 |
| 2678 | 2026-03-20T18:17:08.901Z | Checking serde_plain v1.0.2 |
| 2679 | 2026-03-20T18:17:08.951Z | Checking arc-swap v1.8.2 |
| 2680 | 2026-03-20T18:17:08.981Z | Compiling lzma-sys v0.1.20 |
| 2681 | 2026-03-20T18:17:09.096Z | Checking typed-path v0.9.3 |
| 2682 | 2026-03-20T18:17:09.507Z | Checking utf-8 v0.7.6 |
| 2683 | 2026-03-20T18:17:09.547Z | Checking bytecount v0.6.9 |
| 2684 | 2026-03-20T18:17:09.685Z | Checking tungstenite v0.21.0 |
| 2685 | 2026-03-20T18:17:09.689Z | Checking papergrid v0.11.0 |
| 2686 | 2026-03-20T18:17:10.117Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2687 | 2026-03-20T18:17:10.236Z | Checking tough v0.20.0 |
| 2688 | 2026-03-20T18:17:10.376Z | Checking slog-scope v4.4.1 |
| 2689 | 2026-03-20T18:17:10.536Z | Checking progenitor v0.13.0 |
| 2690 | 2026-03-20T18:17:10.557Z | Checking libsw v3.5.0 |
| 2691 | 2026-03-20T18:17:10.575Z | Checking oxide-tokio-rt v0.1.3 |
| 2692 | 2026-03-20T18:17:10.711Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2693 | 2026-03-20T18:17:10.907Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2694 | 2026-03-20T18:17:11.767Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2695 | 2026-03-20T18:17:11.770Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2696 | 2026-03-20T18:17:11.770Z | Compiling progenitor-macro v0.10.0 |
| 2697 | 2026-03-20T18:17:11.770Z | Checking const_format v0.2.35 |
| 2698 | 2026-03-20T18:17:12.369Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2699 | 2026-03-20T18:17:12.480Z | Checking qorb v0.4.1 |
| 2700 | 2026-03-20T18:17:12.997Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2701 | 2026-03-20T18:17:13.158Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2702 | 2026-03-20T18:17:13.252Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2703 | 2026-03-20T18:17:13.272Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2704 | 2026-03-20T18:17:13.738Z | Compiling cargo_toml v0.22.3 |
| 2705 | 2026-03-20T18:17:13.799Z | Checking gethostname v0.5.0 |
| 2706 | 2026-03-20T18:17:14.240Z | Compiling tabled_derive v0.7.0 |
| 2707 | 2026-03-20T18:17:14.240Z | Checking bcs v0.1.6 |
| 2708 | 2026-03-20T18:17:14.240Z | Checking smawk v0.3.2 |
| 2709 | 2026-03-20T18:17:14.240Z | Checking linear-map v1.2.0 |
| 2710 | 2026-03-20T18:17:14.240Z | Checking termtree v0.5.1 |
| 2711 | 2026-03-20T18:17:14.240Z | Checking unicode-linebreak v0.1.5 |
| 2712 | 2026-03-20T18:17:14.240Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2713 | 2026-03-20T18:17:14.273Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2714 | 2026-03-20T18:17:14.587Z | Checking textwrap v0.16.2 |
| 2715 | 2026-03-20T18:17:14.820Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2716 | 2026-03-20T18:17:14.886Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2717 | 2026-03-20T18:17:15.202Z | Checking tabled v0.15.0 |
| 2718 | 2026-03-20T18:17:15.661Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2719 | 2026-03-20T18:17:16.005Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2720 | 2026-03-20T18:17:16.069Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2721 | 2026-03-20T18:17:16.264Z | Checking steno v0.4.1 |
| 2722 | 2026-03-20T18:17:16.293Z | Checking slog-stdlog v4.1.1 |
| 2723 | 2026-03-20T18:17:16.649Z | Checking typeid v1.0.3 |
| 2724 | 2026-03-20T18:17:16.731Z | Checking tokio-tungstenite v0.21.0 |
| 2725 | 2026-03-20T18:17:16.844Z | Checking humantime v2.3.0 |
| 2726 | 2026-03-20T18:17:17.096Z | Checking base64 v0.21.7 |
| 2727 | 2026-03-20T18:17:17.125Z | Checking ron v0.12.0 |
| 2728 | 2026-03-20T18:17:17.416Z | Checking xz2 v0.1.7 |
| 2729 | 2026-03-20T18:17:17.630Z | Checking slog-envlogger v2.2.0 |
| 2730 | 2026-03-20T18:17:17.647Z | Checking yasna v0.5.2 |
| 2731 | 2026-03-20T18:17:17.830Z | Checking headers-core v0.3.0 |
| 2732 | 2026-03-20T18:17:17.876Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2733 | 2026-03-20T18:17:17.977Z | Checking filetime v0.2.27 |
| 2734 | 2026-03-20T18:17:18.091Z | Checking xattr v1.6.1 |
| 2735 | 2026-03-20T18:17:18.128Z | Checking base16ct v1.0.0 |
| 2736 | 2026-03-20T18:17:18.147Z | Checking headers v0.4.1 |
| 2737 | 2026-03-20T18:17:18.171Z | Checking rcgen v0.12.1 |
| 2738 | 2026-03-20T18:17:18.249Z | Checking tar v0.4.44 |
| 2739 | 2026-03-20T18:17:18.294Z | Checking subprocess v0.2.15 |
| 2740 | 2026-03-20T18:17:18.732Z | Checking progenitor v0.10.0 |
| 2741 | 2026-03-20T18:17:18.895Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2742 | 2026-03-20T18:17:26.459Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2743 | 2026-03-20T18:17:34.831Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2744 | 2026-03-20T18:17:36.580Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2745 | 2026-03-20T18:17:38.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 2746 | 2026-03-20T18:17:38.406Z | |
| 2747 | 2026-03-20T18:17:38.406Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267) |
| 2748 | 2026-03-20T18:17:39.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2749 | 2026-03-20T18:17:39.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2750 | 2026-03-20T18:17:39.402Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2751 | 2026-03-20T18:17:41.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s |
| 2752 | 2026-03-20T18:17:41.350Z | |
| 2753 | 2026-03-20T18:17:41.350Z | info: running `cargo check --bins` on nexus-config (51/267) |
| 2754 | 2026-03-20T18:17:42.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2755 | 2026-03-20T18:17:42.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2756 | 2026-03-20T18:17:42.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2757 | 2026-03-20T18:17:42.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2758 | 2026-03-20T18:17:42.218Z | |
| 2759 | 2026-03-20T18:17:42.219Z | info: running `cargo check --bins` on nexus-types (52/267) |
| 2760 | 2026-03-20T18:17:42.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2761 | 2026-03-20T18:17:42.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2762 | 2026-03-20T18:17:42.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2763 | 2026-03-20T18:17:42.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2764 | 2026-03-20T18:17:43.020Z | |
| 2765 | 2026-03-20T18:17:43.020Z | info: running `cargo check --bins` on clickhouse-admin-types (53/267) |
| 2766 | 2026-03-20T18:17:43.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2767 | 2026-03-20T18:17:43.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2768 | 2026-03-20T18:17:43.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2769 | 2026-03-20T18:17:43.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2770 | 2026-03-20T18:17:43.831Z | |
| 2771 | 2026-03-20T18:17:43.832Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (54/267) |
| 2772 | 2026-03-20T18:17:44.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2773 | 2026-03-20T18:17:44.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2774 | 2026-03-20T18:17:44.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2775 | 2026-03-20T18:17:44.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2776 | 2026-03-20T18:17:44.595Z | |
| 2777 | 2026-03-20T18:17:44.596Z | info: running `cargo check --bins` on cockroach-admin-types (55/267) |
| 2778 | 2026-03-20T18:17:45.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2779 | 2026-03-20T18:17:45.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2780 | 2026-03-20T18:17:45.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2781 | 2026-03-20T18:17:45.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2782 | 2026-03-20T18:17:45.662Z | |
| 2783 | 2026-03-20T18:17:45.662Z | info: running `cargo check --bins` on cockroach-admin-types-versions (56/267) |
| 2784 | 2026-03-20T18:17:46.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2785 | 2026-03-20T18:17:46.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2786 | 2026-03-20T18:17:46.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2787 | 2026-03-20T18:17:46.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2788 | 2026-03-20T18:17:46.130Z | |
| 2789 | 2026-03-20T18:17:46.130Z | info: running `cargo check --bins` on ereport-types (57/267) |
| 2790 | 2026-03-20T18:17:47.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2791 | 2026-03-20T18:17:47.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2792 | 2026-03-20T18:17:47.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2793 | 2026-03-20T18:17:47.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2794 | 2026-03-20T18:17:47.069Z | |
| 2795 | 2026-03-20T18:17:47.069Z | info: running `cargo check --bins` on gateway-client (58/267) |
| 2796 | 2026-03-20T18:17:47.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2797 | 2026-03-20T18:17:47.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2798 | 2026-03-20T18:17:47.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2799 | 2026-03-20T18:17:47.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2800 | 2026-03-20T18:17:47.830Z | |
| 2801 | 2026-03-20T18:17:47.830Z | info: running `cargo check --bins --no-default-features` on gateway-types (59/267) |
| 2802 | 2026-03-20T18:17:48.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2803 | 2026-03-20T18:17:48.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2804 | 2026-03-20T18:17:48.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2805 | 2026-03-20T18:17:48.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2806 | 2026-03-20T18:17:48.695Z | |
| 2807 | 2026-03-20T18:17:48.695Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267) |
| 2808 | 2026-03-20T18:17:49.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2809 | 2026-03-20T18:17:49.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2810 | 2026-03-20T18:17:49.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2811 | 2026-03-20T18:17:49.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2812 | 2026-03-20T18:17:49.352Z | |
| 2813 | 2026-03-20T18:17:49.352Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267) |
| 2814 | 2026-03-20T18:17:49.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2815 | 2026-03-20T18:17:50.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2816 | 2026-03-20T18:17:50.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2817 | 2026-03-20T18:17:50.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2818 | 2026-03-20T18:17:50.178Z | |
| 2819 | 2026-03-20T18:17:50.178Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267) |
| 2820 | 2026-03-20T18:17:51.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2821 | 2026-03-20T18:17:51.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2822 | 2026-03-20T18:17:51.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2823 | 2026-03-20T18:17:51.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2824 | 2026-03-20T18:17:51.093Z | |
| 2825 | 2026-03-20T18:17:51.093Z | info: running `cargo check --bins --no-default-features` on illumos-utils (63/267) |
| 2826 | 2026-03-20T18:17:51.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2026-03-20T18:17:51.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2026-03-20T18:17:51.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2829 | 2026-03-20T18:17:51.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2830 | 2026-03-20T18:17:51.668Z | |
| 2831 | 2026-03-20T18:17:51.668Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267) |
| 2832 | 2026-03-20T18:17:52.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-03-20T18:17:52.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-03-20T18:17:52.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2835 | 2026-03-20T18:17:52.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2836 | 2026-03-20T18:17:52.611Z | |
| 2837 | 2026-03-20T18:17:52.611Z | info: running `cargo check --bins` on key-manager-types (65/267) |
| 2838 | 2026-03-20T18:17:53.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-03-20T18:17:53.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-03-20T18:17:53.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2841 | 2026-03-20T18:17:53.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2842 | 2026-03-20T18:17:53.251Z | |
| 2843 | 2026-03-20T18:17:53.251Z | info: running `cargo check --bins` on oxlog (66/267) |
| 2844 | 2026-03-20T18:17:54.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-03-20T18:17:54.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-03-20T18:17:54.051Z | Compiling newtype-uuid v1.3.2 |
| 2847 | 2026-03-20T18:17:54.304Z | Compiling daft v0.1.5 |
| 2848 | 2026-03-20T18:17:54.600Z | Compiling iddqd v0.3.17 |
| 2849 | 2026-03-20T18:17:56.807Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2850 | 2026-03-20T18:17:56.908Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2851 | 2026-03-20T18:17:56.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 2852 | 2026-03-20T18:17:56.908Z | |
| 2853 | 2026-03-20T18:17:56.908Z | info: running `cargo check --bins` on internal-dns-types (67/267) |
| 2854 | 2026-03-20T18:17:57.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2026-03-20T18:17:57.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2026-03-20T18:17:57.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2857 | 2026-03-20T18:17:57.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2858 | 2026-03-20T18:17:57.458Z | |
| 2859 | 2026-03-20T18:17:57.459Z | info: running `cargo check --bins` on internal-dns-types-versions (68/267) |
| 2860 | 2026-03-20T18:17:58.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2026-03-20T18:17:58.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2026-03-20T18:17:58.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2863 | 2026-03-20T18:17:58.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2864 | 2026-03-20T18:17:58.239Z | |
| 2865 | 2026-03-20T18:17:58.239Z | info: running `cargo check --bins` on nexus-types-versions (69/267) |
| 2866 | 2026-03-20T18:17:59.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2867 | 2026-03-20T18:17:59.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2868 | 2026-03-20T18:17:59.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2869 | 2026-03-20T18:17:59.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2870 | 2026-03-20T18:17:59.236Z | |
| 2871 | 2026-03-20T18:17:59.236Z | info: running `cargo check --bins` on omicron-passwords (70/267) |
| 2872 | 2026-03-20T18:17:59.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2873 | 2026-03-20T18:17:59.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2874 | 2026-03-20T18:17:59.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2875 | 2026-03-20T18:17:59.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2876 | 2026-03-20T18:17:59.891Z | |
| 2877 | 2026-03-20T18:17:59.891Z | info: running `cargo check --bins` on oxql-types (71/267) |
| 2878 | 2026-03-20T18:18:00.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2026-03-20T18:18:00.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2026-03-20T18:18:00.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2881 | 2026-03-20T18:18:00.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2882 | 2026-03-20T18:18:00.876Z | |
| 2883 | 2026-03-20T18:18:00.876Z | info: running `cargo check --bins` on oximeter-types (72/267) |
| 2884 | 2026-03-20T18:18:01.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2885 | 2026-03-20T18:18:01.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2886 | 2026-03-20T18:18:01.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2887 | 2026-03-20T18:18:01.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2888 | 2026-03-20T18:18:01.423Z | |
| 2889 | 2026-03-20T18:18:01.423Z | info: running `cargo check --bins` on oximeter-types-versions (73/267) |
| 2890 | 2026-03-20T18:18:02.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2891 | 2026-03-20T18:18:02.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2892 | 2026-03-20T18:18:02.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2893 | 2026-03-20T18:18:02.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2894 | 2026-03-20T18:18:02.192Z | |
| 2895 | 2026-03-20T18:18:02.193Z | info: running `cargo check --bins` on oximeter-macro-impl (74/267) |
| 2896 | 2026-03-20T18:18:02.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2897 | 2026-03-20T18:18:02.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2898 | 2026-03-20T18:18:02.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2899 | 2026-03-20T18:18:02.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2900 | 2026-03-20T18:18:02.943Z | |
| 2901 | 2026-03-20T18:18:02.943Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (75/267) |
| 2902 | 2026-03-20T18:18:03.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2903 | 2026-03-20T18:18:03.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2904 | 2026-03-20T18:18:03.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2905 | 2026-03-20T18:18:03.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2906 | 2026-03-20T18:18:03.753Z | |
| 2907 | 2026-03-20T18:18:03.753Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267) |
| 2908 | 2026-03-20T18:18:04.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2026-03-20T18:18:04.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2026-03-20T18:18:04.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2911 | 2026-03-20T18:18:04.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2912 | 2026-03-20T18:18:04.567Z | |
| 2913 | 2026-03-20T18:18:04.567Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267) |
| 2914 | 2026-03-20T18:18:05.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2026-03-20T18:18:05.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2026-03-20T18:18:05.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2917 | 2026-03-20T18:18:05.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2918 | 2026-03-20T18:18:05.373Z | |
| 2919 | 2026-03-20T18:18:05.373Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267) |
| 2920 | 2026-03-20T18:18:06.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2026-03-20T18:18:06.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2026-03-20T18:18:06.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2923 | 2026-03-20T18:18:06.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2924 | 2026-03-20T18:18:06.242Z | |
| 2925 | 2026-03-20T18:18:06.243Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267) |
| 2926 | 2026-03-20T18:18:07.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2026-03-20T18:18:07.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2026-03-20T18:18:07.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2929 | 2026-03-20T18:18:07.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2930 | 2026-03-20T18:18:07.024Z | |
| 2931 | 2026-03-20T18:18:07.024Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267) |
| 2932 | 2026-03-20T18:18:07.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2026-03-20T18:18:07.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2026-03-20T18:18:07.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2935 | 2026-03-20T18:18:07.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2936 | 2026-03-20T18:18:08.023Z | |
| 2937 | 2026-03-20T18:18:08.023Z | info: running `cargo check --bins --no-default-features` on gfss (81/267) |
| 2938 | 2026-03-20T18:18:08.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2939 | 2026-03-20T18:18:08.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2940 | 2026-03-20T18:18:08.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2941 | 2026-03-20T18:18:08.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2942 | 2026-03-20T18:18:08.549Z | |
| 2943 | 2026-03-20T18:18:08.549Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267) |
| 2944 | 2026-03-20T18:18:09.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2945 | 2026-03-20T18:18:09.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2946 | 2026-03-20T18:18:09.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2947 | 2026-03-20T18:18:09.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2948 | 2026-03-20T18:18:09.246Z | |
| 2949 | 2026-03-20T18:18:09.246Z | info: running `cargo check --bins --no-default-features` on oximeter-db (83/267) |
| 2950 | 2026-03-20T18:18:09.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2951 | 2026-03-20T18:18:09.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2952 | 2026-03-20T18:18:10.133Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2953 | 2026-03-20T18:18:10.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 2954 | 2026-03-20T18:18:11.051Z | |
| 2955 | 2026-03-20T18:18:11.051Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267) |
| 2956 | 2026-03-20T18:18:11.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2957 | 2026-03-20T18:18:11.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2958 | 2026-03-20T18:18:11.925Z | Compiling ar_archive_writer v0.5.1 |
| 2959 | 2026-03-20T18:18:12.072Z | Compiling stacker v0.1.23 |
| 2960 | 2026-03-20T18:18:12.078Z | Compiling cfg_aliases v0.1.1 |
| 2961 | 2026-03-20T18:18:12.083Z | Compiling convert_case v0.10.0 |
| 2962 | 2026-03-20T18:18:12.087Z | Checking fd-lock v4.0.4 |
| 2963 | 2026-03-20T18:18:12.087Z | Checking nibble_vec v0.1.0 |
| 2964 | 2026-03-20T18:18:12.087Z | Checking vte v0.14.1 |
| 2965 | 2026-03-20T18:18:12.087Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2966 | 2026-03-20T18:18:12.219Z | Compiling nix v0.28.0 |
| 2967 | 2026-03-20T18:18:12.286Z | Checking endian-type v0.1.2 |
| 2968 | 2026-03-20T18:18:12.316Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2969 | 2026-03-20T18:18:12.344Z | Checking strip-ansi-escapes v0.2.1 |
| 2970 | 2026-03-20T18:18:12.468Z | Compiling peg-macros v0.8.5 |
| 2971 | 2026-03-20T18:18:12.481Z | Checking radix_trie v0.2.1 |
| 2972 | 2026-03-20T18:18:12.509Z | Checking winnow v0.6.26 |
| 2973 | 2026-03-20T18:18:12.526Z | Compiling derive_more-impl v2.1.1 |
| 2974 | 2026-03-20T18:18:12.736Z | Compiling sqlparser_derive v0.5.0 |
| 2975 | 2026-03-20T18:18:12.774Z | Checking home v0.5.12 |
| 2976 | 2026-03-20T18:18:12.896Z | Checking nu-ansi-term v0.50.3 |
| 2977 | 2026-03-20T18:18:12.942Z | Checking unicode_categories v0.1.1 |
| 2978 | 2026-03-20T18:18:13.161Z | Checking reedline v0.40.0 |
| 2979 | 2026-03-20T18:18:13.197Z | Checking display-error-chain v0.2.2 |
| 2980 | 2026-03-20T18:18:13.245Z | Compiling psm v0.1.30 |
| 2981 | 2026-03-20T18:18:13.602Z | Checking derive_more v2.1.1 |
| 2982 | 2026-03-20T18:18:13.707Z | Checking crossterm v0.29.0 |
| 2983 | 2026-03-20T18:18:13.968Z | Checking peg v0.8.5 |
| 2984 | 2026-03-20T18:18:14.020Z | Checking sqlformat v0.3.5 |
| 2985 | 2026-03-20T18:18:14.055Z | Checking rustyline v14.0.0 |
| 2986 | 2026-03-20T18:18:14.213Z | Checking recursive v0.1.1 |
| 2987 | 2026-03-20T18:18:14.325Z | Checking sqlparser v0.61.0 |
| 2988 | 2026-03-20T18:18:30.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s |
| 2989 | 2026-03-20T18:18:30.364Z | |
| 2990 | 2026-03-20T18:18:30.364Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267) |
| 2991 | 2026-03-20T18:18:31.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2992 | 2026-03-20T18:18:31.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2993 | 2026-03-20T18:18:31.257Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2994 | 2026-03-20T18:18:35.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
| 2995 | 2026-03-20T18:18:36.119Z | |
| 2996 | 2026-03-20T18:18:36.119Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267) |
| 2997 | 2026-03-20T18:18:36.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2998 | 2026-03-20T18:18:36.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2999 | 2026-03-20T18:18:37.025Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3000 | 2026-03-20T18:18:40.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 3001 | 2026-03-20T18:18:40.524Z | |
| 3002 | 2026-03-20T18:18:40.524Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267) |
| 3003 | 2026-03-20T18:18:41.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3004 | 2026-03-20T18:18:41.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3005 | 2026-03-20T18:18:41.432Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3006 | 2026-03-20T18:18:45.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s |
| 3007 | 2026-03-20T18:18:46.021Z | |
| 3008 | 2026-03-20T18:18:46.022Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267) |
| 3009 | 2026-03-20T18:18:46.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3010 | 2026-03-20T18:18:46.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3011 | 2026-03-20T18:18:46.940Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3012 | 2026-03-20T18:18:51.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
| 3013 | 2026-03-20T18:18:51.599Z | |
| 3014 | 2026-03-20T18:18:51.600Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267) |
| 3015 | 2026-03-20T18:18:52.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3016 | 2026-03-20T18:18:52.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3017 | 2026-03-20T18:18:52.494Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3018 | 2026-03-20T18:18:55.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
| 3019 | 2026-03-20T18:18:56.189Z | |
| 3020 | 2026-03-20T18:18:56.189Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267) |
| 3021 | 2026-03-20T18:18:56.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3022 | 2026-03-20T18:18:56.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3023 | 2026-03-20T18:18:57.097Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3024 | 2026-03-20T18:19:00.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
| 3025 | 2026-03-20T18:19:00.831Z | |
| 3026 | 2026-03-20T18:19:00.831Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267) |
| 3027 | 2026-03-20T18:19:01.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3028 | 2026-03-20T18:19:01.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3029 | 2026-03-20T18:19:01.733Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3030 | 2026-03-20T18:19:06.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
| 3031 | 2026-03-20T18:19:06.585Z | |
| 3032 | 2026-03-20T18:19:06.585Z | info: running `cargo check --bins` on oximeter (92/267) |
| 3033 | 2026-03-20T18:19:07.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3034 | 2026-03-20T18:19:07.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3035 | 2026-03-20T18:19:07.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3036 | 2026-03-20T18:19:07.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3037 | 2026-03-20T18:19:07.382Z | |
| 3038 | 2026-03-20T18:19:07.382Z | info: running `cargo check --bins` on oximeter-schema (93/267) |
| 3039 | 2026-03-20T18:19:08.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3040 | 2026-03-20T18:19:08.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3041 | 2026-03-20T18:19:08.244Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3042 | 2026-03-20T18:19:08.435Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3043 | 2026-03-20T18:19:08.456Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3044 | 2026-03-20T18:19:08.896Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3045 | 2026-03-20T18:19:13.738Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3046 | 2026-03-20T18:19:14.163Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3047 | 2026-03-20T18:19:15.706Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3048 | 2026-03-20T18:19:16.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
| 3049 | 2026-03-20T18:19:16.898Z | |
| 3050 | 2026-03-20T18:19:16.898Z | info: running `cargo check --bins` on oximeter-timeseries-macro (94/267) |
| 3051 | 2026-03-20T18:19:17.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2026-03-20T18:19:17.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2026-03-20T18:19:17.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3054 | 2026-03-20T18:19:17.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3055 | 2026-03-20T18:19:17.599Z | |
| 3056 | 2026-03-20T18:19:17.599Z | info: running `cargo check --bins` on oximeter-test-utils (95/267) |
| 3057 | 2026-03-20T18:19:18.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3058 | 2026-03-20T18:19:18.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3059 | 2026-03-20T18:19:18.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3060 | 2026-03-20T18:19:18.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3061 | 2026-03-20T18:19:18.449Z | |
| 3062 | 2026-03-20T18:19:18.449Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267) |
| 3063 | 2026-03-20T18:19:19.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2026-03-20T18:19:19.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2026-03-20T18:19:19.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3066 | 2026-03-20T18:19:19.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3067 | 2026-03-20T18:19:19.254Z | |
| 3068 | 2026-03-20T18:19:19.254Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267) |
| 3069 | 2026-03-20T18:19:19.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3070 | 2026-03-20T18:19:19.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3071 | 2026-03-20T18:19:19.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3072 | 2026-03-20T18:19:19.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3073 | 2026-03-20T18:19:20.063Z | |
| 3074 | 2026-03-20T18:19:20.063Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267) |
| 3075 | 2026-03-20T18:19:20.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3076 | 2026-03-20T18:19:20.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3077 | 2026-03-20T18:19:20.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3078 | 2026-03-20T18:19:20.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3079 | 2026-03-20T18:19:20.876Z | |
| 3080 | 2026-03-20T18:19:20.876Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267) |
| 3081 | 2026-03-20T18:19:21.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3082 | 2026-03-20T18:19:21.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3083 | 2026-03-20T18:19:21.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3084 | 2026-03-20T18:19:21.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3085 | 2026-03-20T18:19:21.687Z | |
| 3086 | 2026-03-20T18:19:21.687Z | info: running `cargo check --bins` on trust-quorum-types (100/267) |
| 3087 | 2026-03-20T18:19:22.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2026-03-20T18:19:22.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2026-03-20T18:19:22.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3090 | 2026-03-20T18:19:22.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3091 | 2026-03-20T18:19:22.466Z | |
| 3092 | 2026-03-20T18:19:22.466Z | info: running `cargo check --bins` on trust-quorum-test-utils (101/267) |
| 3093 | 2026-03-20T18:19:23.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2026-03-20T18:19:23.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2026-03-20T18:19:23.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3096 | 2026-03-20T18:19:23.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3097 | 2026-03-20T18:19:23.277Z | |
| 3098 | 2026-03-20T18:19:23.277Z | info: running `cargo check --bins` on update-engine (102/267) |
| 3099 | 2026-03-20T18:19:23.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2026-03-20T18:19:23.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2026-03-20T18:19:23.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2026-03-20T18:19:23.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3103 | 2026-03-20T18:19:24.052Z | |
| 3104 | 2026-03-20T18:19:24.052Z | info: running `cargo check --bins` on omicron-clickhouse-admin (103/267) |
| 3105 | 2026-03-20T18:19:24.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2026-03-20T18:19:24.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2026-03-20T18:19:24.987Z | Checking dropshot-api-manager-types v0.6.0 |
| 3108 | 2026-03-20T18:19:24.991Z | Checking nanorand v0.7.0 |
| 3109 | 2026-03-20T18:19:25.298Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3110 | 2026-03-20T18:19:25.324Z | Checking flume v0.11.1 |
| 3111 | 2026-03-20T18:19:25.602Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3112 | 2026-03-20T18:19:26.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s |
| 3113 | 2026-03-20T18:19:27.126Z | |
| 3114 | 2026-03-20T18:19:27.126Z | info: running `cargo check --bins` on clickhouse-admin-api (104/267) |
| 3115 | 2026-03-20T18:19:27.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2026-03-20T18:19:27.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2026-03-20T18:19:27.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2026-03-20T18:19:27.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3119 | 2026-03-20T18:19:27.915Z | |
| 3120 | 2026-03-20T18:19:27.915Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (105/267) |
| 3121 | 2026-03-20T18:19:28.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2026-03-20T18:19:28.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2026-03-20T18:19:28.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2026-03-20T18:19:28.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3125 | 2026-03-20T18:19:28.709Z | |
| 3126 | 2026-03-20T18:19:28.709Z | info: running `cargo check --bins` on bootstrap-agent-client (106/267) |
| 3127 | 2026-03-20T18:19:29.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2026-03-20T18:19:29.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2026-03-20T18:19:29.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3130 | 2026-03-20T18:19:29.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3131 | 2026-03-20T18:19:29.514Z | |
| 3132 | 2026-03-20T18:19:29.514Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267) |
| 3133 | 2026-03-20T18:19:30.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3134 | 2026-03-20T18:19:30.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3135 | 2026-03-20T18:19:30.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3136 | 2026-03-20T18:19:30.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3137 | 2026-03-20T18:19:30.314Z | |
| 3138 | 2026-03-20T18:19:30.314Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267) |
| 3139 | 2026-03-20T18:19:31.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3140 | 2026-03-20T18:19:31.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3141 | 2026-03-20T18:19:31.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3142 | 2026-03-20T18:19:31.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3143 | 2026-03-20T18:19:31.105Z | |
| 3144 | 2026-03-20T18:19:31.105Z | info: running `cargo check --bins` on clickhouse-admin-server-client (109/267) |
| 3145 | 2026-03-20T18:19:31.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3146 | 2026-03-20T18:19:31.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3147 | 2026-03-20T18:19:31.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3148 | 2026-03-20T18:19:31.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3149 | 2026-03-20T18:19:31.899Z | |
| 3150 | 2026-03-20T18:19:31.899Z | info: running `cargo check --bins` on clickhouse-admin-single-client (110/267) |
| 3151 | 2026-03-20T18:19:32.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3152 | 2026-03-20T18:19:32.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3153 | 2026-03-20T18:19:32.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3154 | 2026-03-20T18:19:32.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3155 | 2026-03-20T18:19:32.689Z | |
| 3156 | 2026-03-20T18:19:32.689Z | info: running `cargo check --bins` on cockroach-admin-client (111/267) |
| 3157 | 2026-03-20T18:19:33.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3158 | 2026-03-20T18:19:33.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3159 | 2026-03-20T18:19:33.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3160 | 2026-03-20T18:19:33.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3161 | 2026-03-20T18:19:33.467Z | |
| 3162 | 2026-03-20T18:19:33.467Z | info: running `cargo check --bins` on omicron-ddm-admin-client (112/267) |
| 3163 | 2026-03-20T18:19:34.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3164 | 2026-03-20T18:19:34.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3165 | 2026-03-20T18:19:34.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3166 | 2026-03-20T18:19:34.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3167 | 2026-03-20T18:19:34.253Z | |
| 3168 | 2026-03-20T18:19:34.253Z | info: running `cargo check --bins` on dns-service-client (113/267) |
| 3169 | 2026-03-20T18:19:34.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3170 | 2026-03-20T18:19:34.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3171 | 2026-03-20T18:19:34.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3172 | 2026-03-20T18:19:34.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3173 | 2026-03-20T18:19:35.048Z | |
| 3174 | 2026-03-20T18:19:35.048Z | info: running `cargo check --bins` on installinator-client (114/267) |
| 3175 | 2026-03-20T18:19:35.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3176 | 2026-03-20T18:19:35.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3177 | 2026-03-20T18:19:35.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3178 | 2026-03-20T18:19:35.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3179 | 2026-03-20T18:19:35.855Z | |
| 3180 | 2026-03-20T18:19:35.855Z | info: running `cargo check --bins` on nexus-client (115/267) |
| 3181 | 2026-03-20T18:19:36.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3182 | 2026-03-20T18:19:36.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3183 | 2026-03-20T18:19:36.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3184 | 2026-03-20T18:19:36.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3185 | 2026-03-20T18:19:36.689Z | |
| 3186 | 2026-03-20T18:19:36.689Z | info: running `cargo check --bins` on nexus-lockstep-client (116/267) |
| 3187 | 2026-03-20T18:19:37.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3188 | 2026-03-20T18:19:37.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3189 | 2026-03-20T18:19:37.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3190 | 2026-03-20T18:19:37.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3191 | 2026-03-20T18:19:37.526Z | |
| 3192 | 2026-03-20T18:19:37.526Z | info: running `cargo check --bins` on ntp-admin-client (117/267) |
| 3193 | 2026-03-20T18:19:38.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3194 | 2026-03-20T18:19:38.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3195 | 2026-03-20T18:19:38.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3196 | 2026-03-20T18:19:38.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3197 | 2026-03-20T18:19:38.307Z | |
| 3198 | 2026-03-20T18:19:38.307Z | info: running `cargo check --bins` on oxide-client (118/267) |
| 3199 | 2026-03-20T18:19:38.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3200 | 2026-03-20T18:19:38.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3201 | 2026-03-20T18:19:38.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3202 | 2026-03-20T18:19:38.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3203 | 2026-03-20T18:19:39.063Z | |
| 3204 | 2026-03-20T18:19:39.064Z | info: running `cargo check --bins` on oximeter-client (119/267) |
| 3205 | 2026-03-20T18:19:39.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3206 | 2026-03-20T18:19:39.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3207 | 2026-03-20T18:19:39.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3208 | 2026-03-20T18:19:39.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3209 | 2026-03-20T18:19:39.855Z | |
| 3210 | 2026-03-20T18:19:39.856Z | info: running `cargo check --bins` on repo-depot-client (120/267) |
| 3211 | 2026-03-20T18:19:40.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3212 | 2026-03-20T18:19:40.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3213 | 2026-03-20T18:19:40.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3214 | 2026-03-20T18:19:40.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3215 | 2026-03-20T18:19:40.630Z | |
| 3216 | 2026-03-20T18:19:40.630Z | info: running `cargo check --bins` on sled-agent-client (121/267) |
| 3217 | 2026-03-20T18:19:41.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3218 | 2026-03-20T18:19:41.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3219 | 2026-03-20T18:19:41.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3220 | 2026-03-20T18:19:41.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3221 | 2026-03-20T18:19:41.453Z | |
| 3222 | 2026-03-20T18:19:41.453Z | info: running `cargo check --bins` on wicketd-client (122/267) |
| 3223 | 2026-03-20T18:19:42.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3224 | 2026-03-20T18:19:42.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3225 | 2026-03-20T18:19:42.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3226 | 2026-03-20T18:19:42.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3227 | 2026-03-20T18:19:42.271Z | |
| 3228 | 2026-03-20T18:19:42.271Z | info: running `cargo check --bins` on installinator-common (123/267) |
| 3229 | 2026-03-20T18:19:42.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3230 | 2026-03-20T18:19:42.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3231 | 2026-03-20T18:19:42.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3232 | 2026-03-20T18:19:42.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3233 | 2026-03-20T18:19:43.065Z | |
| 3234 | 2026-03-20T18:19:43.066Z | info: running `cargo check --bins` on installinator-common-versions (124/267) |
| 3235 | 2026-03-20T18:19:43.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3236 | 2026-03-20T18:19:43.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3237 | 2026-03-20T18:19:43.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3238 | 2026-03-20T18:19:43.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3239 | 2026-03-20T18:19:43.861Z | |
| 3240 | 2026-03-20T18:19:43.861Z | info: running `cargo check --bins` on wicket-common (125/267) |
| 3241 | 2026-03-20T18:19:44.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3242 | 2026-03-20T18:19:44.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3243 | 2026-03-20T18:19:44.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3244 | 2026-03-20T18:19:44.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3245 | 2026-03-20T18:19:44.711Z | |
| 3246 | 2026-03-20T18:19:44.711Z | info: running `cargo check --bins` on omicron-cockroach-admin (126/267) |
| 3247 | 2026-03-20T18:19:45.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2026-03-20T18:19:45.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2026-03-20T18:19:45.637Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3250 | 2026-03-20T18:19:45.683Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3251 | 2026-03-20T18:19:45.683Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3252 | 2026-03-20T18:19:45.713Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3253 | 2026-03-20T18:19:45.713Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3254 | 2026-03-20T18:19:45.875Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3255 | 2026-03-20T18:19:45.911Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3256 | 2026-03-20T18:19:46.196Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3257 | 2026-03-20T18:19:46.205Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3258 | 2026-03-20T18:19:49.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
| 3259 | 2026-03-20T18:19:49.272Z | |
| 3260 | 2026-03-20T18:19:49.272Z | info: running `cargo check --bins` on cockroach-admin-api (127/267) |
| 3261 | 2026-03-20T18:19:49.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3262 | 2026-03-20T18:19:50.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3263 | 2026-03-20T18:19:50.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3264 | 2026-03-20T18:19:50.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3265 | 2026-03-20T18:19:50.173Z | |
| 3266 | 2026-03-20T18:19:50.173Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267) |
| 3267 | 2026-03-20T18:19:50.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2026-03-20T18:19:50.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2026-03-20T18:19:50.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3270 | 2026-03-20T18:19:50.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3271 | 2026-03-20T18:19:50.947Z | |
| 3272 | 2026-03-20T18:19:50.947Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267) |
| 3273 | 2026-03-20T18:19:51.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2026-03-20T18:19:51.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2026-03-20T18:19:51.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3276 | 2026-03-20T18:19:51.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3277 | 2026-03-20T18:19:51.962Z | |
| 3278 | 2026-03-20T18:19:51.962Z | info: running `cargo check --bins` on dns-server (130/267) |
| 3279 | 2026-03-20T18:19:52.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2026-03-20T18:19:52.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2026-03-20T18:19:52.754Z | Compiling parking_lot_core v0.8.6 |
| 3282 | 2026-03-20T18:19:52.754Z | Compiling git-stub v1.0.0 |
| 3283 | 2026-03-20T18:19:52.761Z | Compiling atomicwrites v0.4.4 |
| 3284 | 2026-03-20T18:19:52.761Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3285 | 2026-03-20T18:19:52.897Z | Checking tagptr v0.2.0 |
| 3286 | 2026-03-20T18:19:52.909Z | Checking prefix-trie v0.7.0 |
| 3287 | 2026-03-20T18:19:52.913Z | Checking fxhash v0.2.1 |
| 3288 | 2026-03-20T18:19:52.940Z | Checking hickory-client v0.25.2 |
| 3289 | 2026-03-20T18:19:53.052Z | Compiling git-stub-vcs v0.1.0 |
| 3290 | 2026-03-20T18:19:53.076Z | Checking moka v0.12.13 |
| 3291 | 2026-03-20T18:19:53.351Z | Checking hickory-server v0.25.2 |
| 3292 | 2026-03-20T18:19:53.424Z | Checking parking_lot v0.11.2 |
| 3293 | 2026-03-20T18:19:53.469Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3294 | 2026-03-20T18:19:53.547Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3295 | 2026-03-20T18:19:53.551Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3296 | 2026-03-20T18:19:53.551Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3297 | 2026-03-20T18:19:55.468Z | Checking sled v0.34.7 |
| 3298 | 2026-03-20T18:19:55.550Z | Checking hickory-resolver v0.25.2 |
| 3299 | 2026-03-20T18:19:56.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
| 3300 | 2026-03-20T18:19:56.660Z | |
| 3301 | 2026-03-20T18:19:56.660Z | info: running `cargo check --bins` on dns-server-api (131/267) |
| 3302 | 2026-03-20T18:19:57.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3303 | 2026-03-20T18:19:57.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3304 | 2026-03-20T18:19:57.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3305 | 2026-03-20T18:19:57.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3306 | 2026-03-20T18:19:57.458Z | |
| 3307 | 2026-03-20T18:19:57.458Z | info: running `cargo check --bins` on gateway-test-utils (132/267) |
| 3308 | 2026-03-20T18:19:58.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3309 | 2026-03-20T18:19:58.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3310 | 2026-03-20T18:19:58.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3311 | 2026-03-20T18:19:58.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3312 | 2026-03-20T18:19:58.315Z | |
| 3313 | 2026-03-20T18:19:58.315Z | info: running `cargo check --bins` on omicron-gateway (133/267) |
| 3314 | 2026-03-20T18:19:59.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3315 | 2026-03-20T18:19:59.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3316 | 2026-03-20T18:19:59.302Z | Compiling radium v0.7.0 |
| 3317 | 2026-03-20T18:19:59.442Z | Compiling maybe-uninit v2.0.0 |
| 3318 | 2026-03-20T18:19:59.445Z | Checking tap v1.0.1 |
| 3319 | 2026-03-20T18:19:59.471Z | Compiling zerocopy-derive v0.6.6 |
| 3320 | 2026-03-20T18:19:59.482Z | Checking funty v2.0.0 |
| 3321 | 2026-03-20T18:19:59.499Z | Checking crc-catalog v2.4.0 |
| 3322 | 2026-03-20T18:19:59.504Z | Compiling packed_struct v0.10.1 |
| 3323 | 2026-03-20T18:19:59.522Z | Compiling packed_struct_codegen v0.10.1 |
| 3324 | 2026-03-20T18:19:59.575Z | Checking wyz v0.5.1 |
| 3325 | 2026-03-20T18:19:59.679Z | Checking crc v3.4.0 |
| 3326 | 2026-03-20T18:19:59.834Z | Compiling bitfield-macros v0.19.4 |
| 3327 | 2026-03-20T18:19:59.908Z | Compiling indexmap v1.9.3 |
| 3328 | 2026-03-20T18:19:59.930Z | Checking nodrop v0.1.14 |
| 3329 | 2026-03-20T18:19:59.949Z | Checking smallvec v0.6.14 |
| 3330 | 2026-03-20T18:19:59.973Z | Checking hashbrown v0.12.3 |
| 3331 | 2026-03-20T18:20:00.010Z | Checking bitvec v1.0.1 |
| 3332 | 2026-03-20T18:20:00.046Z | Checking array-init v0.0.4 |
| 3333 | 2026-03-20T18:20:00.177Z | Checking ron v0.8.1 |
| 3334 | 2026-03-20T18:20:00.209Z | Checking hashbrown v0.13.2 |
| 3335 | 2026-03-20T18:20:00.524Z | Checking serde-hex v0.1.0 |
| 3336 | 2026-03-20T18:20:00.591Z | Checking zerocopy v0.6.6 |
| 3337 | 2026-03-20T18:20:00.789Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3338 | 2026-03-20T18:20:00.802Z | Checking bitfield v0.19.4 |
| 3339 | 2026-03-20T18:20:00.920Z | Checking crc-any v2.5.0 |
| 3340 | 2026-03-20T18:20:00.973Z | Checking void v1.0.2 |
| 3341 | 2026-03-20T18:20:01.004Z | Checking object v0.30.4 |
| 3342 | 2026-03-20T18:20:01.063Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3343 | 2026-03-20T18:20:01.070Z | Checking path-slash v0.1.5 |
| 3344 | 2026-03-20T18:20:01.100Z | Checking half v1.8.3 |
| 3345 | 2026-03-20T18:20:01.144Z | Checking tungstenite v0.23.0 |
| 3346 | 2026-03-20T18:20:01.182Z | Checking lzss v0.8.2 |
| 3347 | 2026-03-20T18:20:01.220Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3348 | 2026-03-20T18:20:01.367Z | Checking serde_cbor v0.11.2 |
| 3349 | 2026-03-20T18:20:01.371Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3350 | 2026-03-20T18:20:01.417Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3351 | 2026-03-20T18:20:01.435Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3352 | 2026-03-20T18:20:01.587Z | Checking nix v0.27.1 |
| 3353 | 2026-03-20T18:20:01.692Z | Checking kstat-rs v0.2.4 |
| 3354 | 2026-03-20T18:20:01.889Z | Checking serde_bytes v0.11.19 |
| 3355 | 2026-03-20T18:20:01.948Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3356 | 2026-03-20T18:20:01.970Z | Checking tokio-tungstenite v0.23.1 |
| 3357 | 2026-03-20T18:20:02.117Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3358 | 2026-03-20T18:20:02.288Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3359 | 2026-03-20T18:20:02.307Z | Checking signal-hook-tokio v0.3.1 |
| 3360 | 2026-03-20T18:20:03.338Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3361 | 2026-03-20T18:20:03.595Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3362 | 2026-03-20T18:20:06.864Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3363 | 2026-03-20T18:20:08.062Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3364 | 2026-03-20T18:20:08.435Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3365 | 2026-03-20T18:20:09.922Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3366 | 2026-03-20T18:20:12.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s |
| 3367 | 2026-03-20T18:20:12.910Z | |
| 3368 | 2026-03-20T18:20:12.910Z | info: running `cargo check --bins` on gateway-api (134/267) |
| 3369 | 2026-03-20T18:20:13.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2026-03-20T18:20:13.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2026-03-20T18:20:13.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2026-03-20T18:20:13.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3373 | 2026-03-20T18:20:13.689Z | |
| 3374 | 2026-03-20T18:20:13.690Z | info: running `cargo check --bins` on ipcc (135/267) |
| 3375 | 2026-03-20T18:20:14.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2026-03-20T18:20:14.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2026-03-20T18:20:14.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2026-03-20T18:20:14.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3379 | 2026-03-20T18:20:14.472Z | |
| 3380 | 2026-03-20T18:20:14.472Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267) |
| 3381 | 2026-03-20T18:20:15.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2026-03-20T18:20:15.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2026-03-20T18:20:15.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2026-03-20T18:20:15.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3385 | 2026-03-20T18:20:15.232Z | |
| 3386 | 2026-03-20T18:20:15.232Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267) |
| 3387 | 2026-03-20T18:20:15.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2026-03-20T18:20:15.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2026-03-20T18:20:15.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2026-03-20T18:20:15.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3391 | 2026-03-20T18:20:16.023Z | |
| 3392 | 2026-03-20T18:20:16.023Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267) |
| 3393 | 2026-03-20T18:20:16.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2026-03-20T18:20:16.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2026-03-20T18:20:16.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2026-03-20T18:20:16.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3397 | 2026-03-20T18:20:16.808Z | |
| 3398 | 2026-03-20T18:20:16.808Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267) |
| 3399 | 2026-03-20T18:20:17.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2026-03-20T18:20:17.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2026-03-20T18:20:17.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3402 | 2026-03-20T18:20:17.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3403 | 2026-03-20T18:20:17.588Z | |
| 3404 | 2026-03-20T18:20:17.588Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267) |
| 3405 | 2026-03-20T18:20:18.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3406 | 2026-03-20T18:20:18.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3407 | 2026-03-20T18:20:18.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3408 | 2026-03-20T18:20:18.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3409 | 2026-03-20T18:20:18.377Z | |
| 3410 | 2026-03-20T18:20:18.377Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267) |
| 3411 | 2026-03-20T18:20:19.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2026-03-20T18:20:19.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2026-03-20T18:20:19.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3414 | 2026-03-20T18:20:19.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3415 | 2026-03-20T18:20:19.168Z | |
| 3416 | 2026-03-20T18:20:19.168Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267) |
| 3417 | 2026-03-20T18:20:19.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2026-03-20T18:20:19.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2026-03-20T18:20:19.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2026-03-20T18:20:19.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3421 | 2026-03-20T18:20:19.955Z | |
| 3422 | 2026-03-20T18:20:19.955Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267) |
| 3423 | 2026-03-20T18:20:20.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2026-03-20T18:20:20.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2026-03-20T18:20:20.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3426 | 2026-03-20T18:20:20.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3427 | 2026-03-20T18:20:20.746Z | |
| 3428 | 2026-03-20T18:20:20.746Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267) |
| 3429 | 2026-03-20T18:20:21.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2026-03-20T18:20:21.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2026-03-20T18:20:21.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3432 | 2026-03-20T18:20:21.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3433 | 2026-03-20T18:20:21.534Z | |
| 3434 | 2026-03-20T18:20:21.535Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267) |
| 3435 | 2026-03-20T18:20:22.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3436 | 2026-03-20T18:20:22.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3437 | 2026-03-20T18:20:22.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3438 | 2026-03-20T18:20:22.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3439 | 2026-03-20T18:20:22.322Z | |
| 3440 | 2026-03-20T18:20:22.322Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267) |
| 3441 | 2026-03-20T18:20:22.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3442 | 2026-03-20T18:20:22.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3443 | 2026-03-20T18:20:22.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3444 | 2026-03-20T18:20:23.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3445 | 2026-03-20T18:20:23.105Z | |
| 3446 | 2026-03-20T18:20:23.105Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267) |
| 3447 | 2026-03-20T18:20:23.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3448 | 2026-03-20T18:20:23.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3449 | 2026-03-20T18:20:23.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3450 | 2026-03-20T18:20:23.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3451 | 2026-03-20T18:20:23.895Z | |
| 3452 | 2026-03-20T18:20:23.896Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267) |
| 3453 | 2026-03-20T18:20:24.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3454 | 2026-03-20T18:20:24.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3455 | 2026-03-20T18:20:24.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3456 | 2026-03-20T18:20:24.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3457 | 2026-03-20T18:20:24.685Z | |
| 3458 | 2026-03-20T18:20:24.685Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267) |
| 3459 | 2026-03-20T18:20:25.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3460 | 2026-03-20T18:20:25.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3461 | 2026-03-20T18:20:25.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3462 | 2026-03-20T18:20:25.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3463 | 2026-03-20T18:20:25.469Z | |
| 3464 | 2026-03-20T18:20:25.469Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267) |
| 3465 | 2026-03-20T18:20:26.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3466 | 2026-03-20T18:20:26.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3467 | 2026-03-20T18:20:26.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3468 | 2026-03-20T18:20:26.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3469 | 2026-03-20T18:20:26.256Z | |
| 3470 | 2026-03-20T18:20:26.256Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267) |
| 3471 | 2026-03-20T18:20:26.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3472 | 2026-03-20T18:20:26.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3473 | 2026-03-20T18:20:26.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3474 | 2026-03-20T18:20:26.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3475 | 2026-03-20T18:20:27.045Z | |
| 3476 | 2026-03-20T18:20:27.045Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267) |
| 3477 | 2026-03-20T18:20:27.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3478 | 2026-03-20T18:20:27.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3479 | 2026-03-20T18:20:27.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3480 | 2026-03-20T18:20:27.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3481 | 2026-03-20T18:20:27.834Z | |
| 3482 | 2026-03-20T18:20:27.834Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267) |
| 3483 | 2026-03-20T18:20:28.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3484 | 2026-03-20T18:20:28.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3485 | 2026-03-20T18:20:28.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3486 | 2026-03-20T18:20:28.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3487 | 2026-03-20T18:20:28.620Z | |
| 3488 | 2026-03-20T18:20:28.620Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267) |
| 3489 | 2026-03-20T18:20:29.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3490 | 2026-03-20T18:20:29.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3491 | 2026-03-20T18:20:29.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3492 | 2026-03-20T18:20:29.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3493 | 2026-03-20T18:20:29.413Z | |
| 3494 | 2026-03-20T18:20:29.413Z | info: running `cargo check --bins` on oximeter-producer (155/267) |
| 3495 | 2026-03-20T18:20:30.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3496 | 2026-03-20T18:20:30.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3497 | 2026-03-20T18:20:30.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3498 | 2026-03-20T18:20:30.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3499 | 2026-03-20T18:20:30.361Z | |
| 3500 | 2026-03-20T18:20:30.361Z | info: running `cargo check --bins` on internal-dns-resolver (156/267) |
| 3501 | 2026-03-20T18:20:30.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3502 | 2026-03-20T18:20:30.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3503 | 2026-03-20T18:20:30.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3504 | 2026-03-20T18:20:30.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3505 | 2026-03-20T18:20:31.144Z | |
| 3506 | 2026-03-20T18:20:31.144Z | info: running `cargo check --bins` on sp-sim (157/267) |
| 3507 | 2026-03-20T18:20:31.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3508 | 2026-03-20T18:20:31.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3509 | 2026-03-20T18:20:32.014Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3510 | 2026-03-20T18:20:34.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 3511 | 2026-03-20T18:20:34.597Z | |
| 3512 | 2026-03-20T18:20:34.597Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267) |
| 3513 | 2026-03-20T18:20:35.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3514 | 2026-03-20T18:20:35.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3515 | 2026-03-20T18:20:35.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3516 | 2026-03-20T18:20:35.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3517 | 2026-03-20T18:20:35.459Z | |
| 3518 | 2026-03-20T18:20:35.459Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267) |
| 3519 | 2026-03-20T18:20:36.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3520 | 2026-03-20T18:20:36.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3521 | 2026-03-20T18:20:36.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3522 | 2026-03-20T18:20:36.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3523 | 2026-03-20T18:20:36.330Z | |
| 3524 | 2026-03-20T18:20:36.330Z | info: running `cargo check --bins` on db-macros (160/267) |
| 3525 | 2026-03-20T18:20:36.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3526 | 2026-03-20T18:20:36.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3527 | 2026-03-20T18:20:36.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3528 | 2026-03-20T18:20:37.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3529 | 2026-03-20T18:20:37.110Z | |
| 3530 | 2026-03-20T18:20:37.110Z | info: running `cargo check --bins` on nexus-macros-common (161/267) |
| 3531 | 2026-03-20T18:20:37.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3532 | 2026-03-20T18:20:37.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3533 | 2026-03-20T18:20:37.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3534 | 2026-03-20T18:20:37.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3535 | 2026-03-20T18:20:37.865Z | |
| 3536 | 2026-03-20T18:20:37.866Z | info: running `cargo check --bins` on nexus-auth (162/267) |
| 3537 | 2026-03-20T18:20:38.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3538 | 2026-03-20T18:20:38.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3539 | 2026-03-20T18:20:38.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3540 | 2026-03-20T18:20:38.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3541 | 2026-03-20T18:20:38.720Z | |
| 3542 | 2026-03-20T18:20:38.720Z | info: running `cargo check --bins` on authz-macros (163/267) |
| 3543 | 2026-03-20T18:20:39.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3544 | 2026-03-20T18:20:39.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3545 | 2026-03-20T18:20:39.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3546 | 2026-03-20T18:20:39.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3547 | 2026-03-20T18:20:39.485Z | |
| 3548 | 2026-03-20T18:20:39.485Z | info: running `cargo check --bins` on nexus-db-fixed-data (164/267) |
| 3549 | 2026-03-20T18:20:40.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3550 | 2026-03-20T18:20:40.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3551 | 2026-03-20T18:20:40.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3552 | 2026-03-20T18:20:40.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3553 | 2026-03-20T18:20:40.335Z | |
| 3554 | 2026-03-20T18:20:40.335Z | info: running `cargo check --bins` on nexus-db-model (165/267) |
| 3555 | 2026-03-20T18:20:41.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3556 | 2026-03-20T18:20:41.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3557 | 2026-03-20T18:20:41.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3558 | 2026-03-20T18:20:41.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3559 | 2026-03-20T18:20:41.196Z | |
| 3560 | 2026-03-20T18:20:41.196Z | info: running `cargo check --bins` on nexus-db-schema (166/267) |
| 3561 | 2026-03-20T18:20:41.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3562 | 2026-03-20T18:20:41.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3563 | 2026-03-20T18:20:41.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3564 | 2026-03-20T18:20:41.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3565 | 2026-03-20T18:20:41.942Z | |
| 3566 | 2026-03-20T18:20:41.942Z | info: running `cargo check --bins` on omicron-rpaths (167/267) |
| 3567 | 2026-03-20T18:20:42.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3568 | 2026-03-20T18:20:42.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3569 | 2026-03-20T18:20:42.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3570 | 2026-03-20T18:20:42.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3571 | 2026-03-20T18:20:42.706Z | |
| 3572 | 2026-03-20T18:20:42.706Z | info: running `cargo check --bins` on nexus-defaults (168/267) |
| 3573 | 2026-03-20T18:20:43.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3574 | 2026-03-20T18:20:43.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3575 | 2026-03-20T18:20:43.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3576 | 2026-03-20T18:20:43.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3577 | 2026-03-20T18:20:43.492Z | |
| 3578 | 2026-03-20T18:20:43.492Z | info: running `cargo check --bins` on omicron-cockroach-metrics (169/267) |
| 3579 | 2026-03-20T18:20:44.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3580 | 2026-03-20T18:20:44.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3581 | 2026-03-20T18:20:44.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3582 | 2026-03-20T18:20:44.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3583 | 2026-03-20T18:20:44.265Z | |
| 3584 | 2026-03-20T18:20:44.265Z | info: running `cargo check --bins` on parallel-task-set (170/267) |
| 3585 | 2026-03-20T18:20:44.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3586 | 2026-03-20T18:20:44.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3587 | 2026-03-20T18:20:44.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3588 | 2026-03-20T18:20:44.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3589 | 2026-03-20T18:20:45.022Z | |
| 3590 | 2026-03-20T18:20:45.022Z | info: running `cargo check --bins` on nexus-db-errors (171/267) |
| 3591 | 2026-03-20T18:20:45.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2026-03-20T18:20:45.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2026-03-20T18:20:45.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3594 | 2026-03-20T18:20:45.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3595 | 2026-03-20T18:20:45.875Z | |
| 3596 | 2026-03-20T18:20:45.875Z | info: running `cargo check --bins` on nexus-db-lookup (172/267) |
| 3597 | 2026-03-20T18:20:46.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2026-03-20T18:20:46.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2026-03-20T18:20:46.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3600 | 2026-03-20T18:20:46.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3601 | 2026-03-20T18:20:46.733Z | |
| 3602 | 2026-03-20T18:20:46.734Z | info: running `cargo check --bins` on nexus-inventory (173/267) |
| 3603 | 2026-03-20T18:20:47.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2026-03-20T18:20:47.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2026-03-20T18:20:47.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3606 | 2026-03-20T18:20:47.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3607 | 2026-03-20T18:20:47.584Z | |
| 3608 | 2026-03-20T18:20:47.584Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267) |
| 3609 | 2026-03-20T18:20:48.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3610 | 2026-03-20T18:20:48.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3611 | 2026-03-20T18:20:48.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3612 | 2026-03-20T18:20:48.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3613 | 2026-03-20T18:20:48.399Z | |
| 3614 | 2026-03-20T18:20:48.399Z | info: running `cargo check --bins --no-default-features` on sled-storage (175/267) |
| 3615 | 2026-03-20T18:20:49.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3616 | 2026-03-20T18:20:49.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3617 | 2026-03-20T18:20:49.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3618 | 2026-03-20T18:20:49.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3619 | 2026-03-20T18:20:49.199Z | |
| 3620 | 2026-03-20T18:20:49.199Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267) |
| 3621 | 2026-03-20T18:20:49.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3622 | 2026-03-20T18:20:49.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3623 | 2026-03-20T18:20:49.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3624 | 2026-03-20T18:20:49.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3625 | 2026-03-20T18:20:49.996Z | |
| 3626 | 2026-03-20T18:20:49.996Z | info: running `cargo check --bins` on key-manager (177/267) |
| 3627 | 2026-03-20T18:20:50.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3628 | 2026-03-20T18:20:50.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3629 | 2026-03-20T18:20:50.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3630 | 2026-03-20T18:20:50.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3631 | 2026-03-20T18:20:50.782Z | |
| 3632 | 2026-03-20T18:20:50.782Z | info: running `cargo check --bins --no-default-features` on sled-hardware (178/267) |
| 3633 | 2026-03-20T18:20:51.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3634 | 2026-03-20T18:20:51.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3635 | 2026-03-20T18:20:51.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3636 | 2026-03-20T18:20:51.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3637 | 2026-03-20T18:20:51.603Z | |
| 3638 | 2026-03-20T18:20:51.603Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267) |
| 3639 | 2026-03-20T18:20:52.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3640 | 2026-03-20T18:20:52.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3641 | 2026-03-20T18:20:52.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3642 | 2026-03-20T18:20:52.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3643 | 2026-03-20T18:20:52.380Z | |
| 3644 | 2026-03-20T18:20:52.380Z | info: running `cargo check --bins` on typed-rng (180/267) |
| 3645 | 2026-03-20T18:20:53.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3646 | 2026-03-20T18:20:53.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3647 | 2026-03-20T18:20:53.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3648 | 2026-03-20T18:20:53.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3649 | 2026-03-20T18:20:53.145Z | |
| 3650 | 2026-03-20T18:20:53.145Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267) |
| 3651 | 2026-03-20T18:20:53.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3652 | 2026-03-20T18:20:53.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3653 | 2026-03-20T18:20:54.305Z | Compiling libefi-sys v0.1.0 |
| 3654 | 2026-03-20T18:20:54.308Z | Compiling bitfield-struct v0.6.2 |
| 3655 | 2026-03-20T18:20:54.479Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3656 | 2026-03-20T18:20:54.494Z | Compiling xshell-macros v0.2.7 |
| 3657 | 2026-03-20T18:20:54.509Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3658 | 2026-03-20T18:20:54.530Z | Compiling salty v0.3.0 |
| 3659 | 2026-03-20T18:20:54.551Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3660 | 2026-03-20T18:20:54.573Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3661 | 2026-03-20T18:20:54.573Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3662 | 2026-03-20T18:20:54.931Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3663 | 2026-03-20T18:20:54.950Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3664 | 2026-03-20T18:20:54.970Z | Checking xshell v0.2.7 |
| 3665 | 2026-03-20T18:20:55.138Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3666 | 2026-03-20T18:20:55.159Z | Checking primeorder v0.13.6 |
| 3667 | 2026-03-20T18:20:55.202Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3668 | 2026-03-20T18:20:55.222Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3669 | 2026-03-20T18:20:55.266Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3670 | 2026-03-20T18:20:55.288Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3671 | 2026-03-20T18:20:55.441Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3672 | 2026-03-20T18:20:55.481Z | Checking p384 v0.13.1 |
| 3673 | 2026-03-20T18:20:55.507Z | Compiling num-derive v0.3.3 |
| 3674 | 2026-03-20T18:20:55.590Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3675 | 2026-03-20T18:20:55.706Z | Compiling proc-macro-error2 v2.0.1 |
| 3676 | 2026-03-20T18:20:55.852Z | Compiling unicase v2.9.0 |
| 3677 | 2026-03-20T18:20:55.898Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3678 | 2026-03-20T18:20:56.087Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3679 | 2026-03-20T18:20:56.119Z | Compiling mime_guess v2.0.5 |
| 3680 | 2026-03-20T18:20:56.122Z | Compiling tabled_derive v0.11.0 |
| 3681 | 2026-03-20T18:20:56.218Z | Compiling progenitor-impl v0.11.2 |
| 3682 | 2026-03-20T18:20:56.582Z | Checking papergrid v0.17.0 |
| 3683 | 2026-03-20T18:20:56.700Z | Checking libscf-sys v1.1.0 |
| 3684 | 2026-03-20T18:20:56.841Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3685 | 2026-03-20T18:20:56.873Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3686 | 2026-03-20T18:20:56.957Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3687 | 2026-03-20T18:20:57.119Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3688 | 2026-03-20T18:20:57.679Z | Checking testing_table v0.3.0 |
| 3689 | 2026-03-20T18:20:57.731Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3690 | 2026-03-20T18:20:57.775Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3691 | 2026-03-20T18:20:57.802Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3692 | 2026-03-20T18:20:57.819Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3693 | 2026-03-20T18:20:57.930Z | Checking corncobs v0.1.4 |
| 3694 | 2026-03-20T18:20:57.983Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3695 | 2026-03-20T18:20:58.077Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3696 | 2026-03-20T18:20:58.098Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3697 | 2026-03-20T18:20:58.121Z | Checking tabled v0.20.0 |
| 3698 | 2026-03-20T18:20:58.260Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3699 | 2026-03-20T18:20:58.374Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3700 | 2026-03-20T18:20:58.472Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3701 | 2026-03-20T18:20:58.738Z | Checking progenitor-client v0.11.2 |
| 3702 | 2026-03-20T18:20:58.900Z | Checking secrecy v0.8.0 |
| 3703 | 2026-03-20T18:20:59.066Z | Checking http-range v0.1.5 |
| 3704 | 2026-03-20T18:20:59.245Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3705 | 2026-03-20T18:20:59.500Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3706 | 2026-03-20T18:20:59.530Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3707 | 2026-03-20T18:20:59.762Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3708 | 2026-03-20T18:20:59.822Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3709 | 2026-03-20T18:21:00.005Z | Compiling progenitor-macro v0.11.2 |
| 3710 | 2026-03-20T18:21:00.030Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3711 | 2026-03-20T18:21:00.057Z | Checking atty v0.2.14 |
| 3712 | 2026-03-20T18:21:00.080Z | Checking crc8 v0.1.1 |
| 3713 | 2026-03-20T18:21:00.132Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3714 | 2026-03-20T18:21:00.177Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3715 | 2026-03-20T18:21:00.205Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3716 | 2026-03-20T18:21:00.360Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3717 | 2026-03-20T18:21:00.653Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3718 | 2026-03-20T18:21:00.857Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3719 | 2026-03-20T18:21:00.956Z | Checking hyper-staticfile v0.10.1 |
| 3720 | 2026-03-20T18:21:01.091Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3721 | 2026-03-20T18:21:01.207Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3722 | 2026-03-20T18:21:01.289Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3723 | 2026-03-20T18:21:01.331Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3724 | 2026-03-20T18:21:01.482Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3725 | 2026-03-20T18:21:01.607Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3726 | 2026-03-20T18:21:02.036Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3727 | 2026-03-20T18:21:02.140Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3728 | 2026-03-20T18:21:02.377Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3729 | 2026-03-20T18:21:02.520Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3730 | 2026-03-20T18:21:02.566Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3731 | 2026-03-20T18:21:02.988Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3732 | 2026-03-20T18:21:03.365Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3733 | 2026-03-20T18:21:03.642Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3734 | 2026-03-20T18:21:03.668Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3735 | 2026-03-20T18:21:04.171Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3736 | 2026-03-20T18:21:05.298Z | Checking progenitor v0.11.2 |
| 3737 | 2026-03-20T18:21:05.470Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3738 | 2026-03-20T18:21:12.215Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3739 | 2026-03-20T18:21:28.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.09s |
| 3740 | 2026-03-20T18:21:28.479Z | |
| 3741 | 2026-03-20T18:21:28.479Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267) |
| 3742 | 2026-03-20T18:21:29.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-03-20T18:21:29.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-03-20T18:21:29.548Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3745 | 2026-03-20T18:21:45.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.25s |
| 3746 | 2026-03-20T18:21:45.973Z | |
| 3747 | 2026-03-20T18:21:45.973Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267) |
| 3748 | 2026-03-20T18:21:46.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-03-20T18:21:46.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-03-20T18:21:47.030Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3751 | 2026-03-20T18:22:03.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.15s |
| 3752 | 2026-03-20T18:22:03.373Z | |
| 3753 | 2026-03-20T18:22:03.373Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267) |
| 3754 | 2026-03-20T18:22:04.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-03-20T18:22:04.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-03-20T18:22:04.432Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3757 | 2026-03-20T18:22:20.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.21s |
| 3758 | 2026-03-20T18:22:20.822Z | |
| 3759 | 2026-03-20T18:22:20.822Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267) |
| 3760 | 2026-03-20T18:22:21.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-03-20T18:22:21.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-03-20T18:22:21.884Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3763 | 2026-03-20T18:22:37.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s |
| 3764 | 2026-03-20T18:22:38.179Z | |
| 3765 | 2026-03-20T18:22:38.179Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267) |
| 3766 | 2026-03-20T18:22:38.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-03-20T18:22:38.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-03-20T18:22:39.248Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3769 | 2026-03-20T18:22:55.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.18s |
| 3770 | 2026-03-20T18:22:55.616Z | |
| 3771 | 2026-03-20T18:22:55.617Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267) |
| 3772 | 2026-03-20T18:22:56.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-03-20T18:22:56.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-03-20T18:22:56.695Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3775 | 2026-03-20T18:23:12.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.29s |
| 3776 | 2026-03-20T18:23:13.139Z | |
| 3777 | 2026-03-20T18:23:13.139Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267) |
| 3778 | 2026-03-20T18:23:13.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-03-20T18:23:13.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-03-20T18:23:14.211Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3781 | 2026-03-20T18:23:30.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s |
| 3782 | 2026-03-20T18:23:30.600Z | |
| 3783 | 2026-03-20T18:23:30.600Z | info: running `cargo check --bins` on bootstrap-agent-api (189/267) |
| 3784 | 2026-03-20T18:23:31.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-03-20T18:23:31.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-03-20T18:23:31.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-03-20T18:23:31.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3788 | 2026-03-20T18:23:31.478Z | |
| 3789 | 2026-03-20T18:23:31.479Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267) |
| 3790 | 2026-03-20T18:23:32.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-03-20T18:23:32.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-03-20T18:23:32.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-03-20T18:23:32.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3794 | 2026-03-20T18:23:32.270Z | |
| 3795 | 2026-03-20T18:23:32.270Z | info: running `cargo check --bins` on range-requests (191/267) |
| 3796 | 2026-03-20T18:23:32.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-03-20T18:23:32.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-03-20T18:23:32.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-03-20T18:23:32.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3800 | 2026-03-20T18:23:33.012Z | |
| 3801 | 2026-03-20T18:23:33.012Z | info: running `cargo check --bins` on repo-depot-api (192/267) |
| 3802 | 2026-03-20T18:23:33.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-03-20T18:23:33.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-03-20T18:23:33.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-03-20T18:23:33.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3806 | 2026-03-20T18:23:33.867Z | |
| 3807 | 2026-03-20T18:23:33.867Z | info: running `cargo check --bins` on sled-agent-api (193/267) |
| 3808 | 2026-03-20T18:23:34.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-03-20T18:23:34.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-03-20T18:23:34.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-03-20T18:23:34.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3812 | 2026-03-20T18:23:34.622Z | |
| 3813 | 2026-03-20T18:23:34.622Z | info: running `cargo check --bins` on sled-diagnostics (194/267) |
| 3814 | 2026-03-20T18:23:35.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-03-20T18:23:35.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-03-20T18:23:35.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2026-03-20T18:23:35.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3818 | 2026-03-20T18:23:35.569Z | |
| 3819 | 2026-03-20T18:23:35.570Z | info: running `cargo check --bins` on zfs-test-harness (195/267) |
| 3820 | 2026-03-20T18:23:36.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-03-20T18:23:36.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-03-20T18:23:36.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2026-03-20T18:23:36.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3824 | 2026-03-20T18:23:36.282Z | |
| 3825 | 2026-03-20T18:23:36.282Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267) |
| 3826 | 2026-03-20T18:23:36.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2026-03-20T18:23:36.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2026-03-20T18:23:36.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2026-03-20T18:23:36.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3830 | 2026-03-20T18:23:37.066Z | |
| 3831 | 2026-03-20T18:23:37.066Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267) |
| 3832 | 2026-03-20T18:23:37.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2026-03-20T18:23:37.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2026-03-20T18:23:37.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2026-03-20T18:23:37.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3836 | 2026-03-20T18:23:37.923Z | |
| 3837 | 2026-03-20T18:23:37.923Z | info: running `cargo check --bins` on sled-agent-health-monitor (198/267) |
| 3838 | 2026-03-20T18:23:40.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2026-03-20T18:23:40.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2026-03-20T18:23:40.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2026-03-20T18:23:40.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3842 | 2026-03-20T18:23:40.983Z | |
| 3843 | 2026-03-20T18:23:40.983Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267) |
| 3844 | 2026-03-20T18:23:40.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2026-03-20T18:23:40.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2026-03-20T18:23:40.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3847 | 2026-03-20T18:23:40.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3848 | 2026-03-20T18:23:40.983Z | |
| 3849 | 2026-03-20T18:23:40.983Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267) |
| 3850 | 2026-03-20T18:23:40.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2026-03-20T18:23:40.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2026-03-20T18:23:40.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3853 | 2026-03-20T18:23:40.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3854 | 2026-03-20T18:23:40.983Z | |
| 3855 | 2026-03-20T18:23:40.984Z | info: running `cargo check --bins` on sled-agent-resolvable-files (201/267) |
| 3856 | 2026-03-20T18:23:41.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2026-03-20T18:23:41.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2026-03-20T18:23:41.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2026-03-20T18:23:41.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3860 | 2026-03-20T18:23:41.195Z | |
| 3861 | 2026-03-20T18:23:41.195Z | info: running `cargo check --bins` on trust-quorum (202/267) |
| 3862 | 2026-03-20T18:23:41.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2026-03-20T18:23:41.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2026-03-20T18:23:41.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3865 | 2026-03-20T18:23:41.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3866 | 2026-03-20T18:23:42.006Z | |
| 3867 | 2026-03-20T18:23:42.006Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267) |
| 3868 | 2026-03-20T18:23:42.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3869 | 2026-03-20T18:23:42.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3870 | 2026-03-20T18:23:42.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3871 | 2026-03-20T18:23:42.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3872 | 2026-03-20T18:23:42.837Z | |
| 3873 | 2026-03-20T18:23:42.837Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (204/267) |
| 3874 | 2026-03-20T18:23:43.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3875 | 2026-03-20T18:23:43.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3876 | 2026-03-20T18:23:43.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3877 | 2026-03-20T18:23:43.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3878 | 2026-03-20T18:23:43.704Z | |
| 3879 | 2026-03-20T18:23:43.705Z | info: running `cargo check --bins` on update-common (205/267) |
| 3880 | 2026-03-20T18:23:44.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2026-03-20T18:23:44.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2026-03-20T18:23:44.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2026-03-20T18:23:44.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3884 | 2026-03-20T18:23:44.513Z | |
| 3885 | 2026-03-20T18:23:44.513Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267) |
| 3886 | 2026-03-20T18:23:45.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2026-03-20T18:23:45.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2026-03-20T18:23:45.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3889 | 2026-03-20T18:23:45.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3890 | 2026-03-20T18:23:45.388Z | |
| 3891 | 2026-03-20T18:23:45.388Z | info: running `cargo check --bins` on reconfigurator-cli (207/267) |
| 3892 | 2026-03-20T18:23:46.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2026-03-20T18:23:46.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2026-03-20T18:23:46.447Z | Compiling fs-err v2.11.0 |
| 3895 | 2026-03-20T18:23:46.590Z | Checking ignore v0.4.25 |
| 3896 | 2026-03-20T18:23:46.607Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3897 | 2026-03-20T18:23:46.611Z | Checking predicates-tree v1.0.13 |
| 3898 | 2026-03-20T18:23:46.611Z | Checking parse-size v1.1.0 |
| 3899 | 2026-03-20T18:23:46.645Z | Checking rand_seeder v0.4.0 |
| 3900 | 2026-03-20T18:23:46.649Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3901 | 2026-03-20T18:23:46.682Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3902 | 2026-03-20T18:23:46.742Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3903 | 2026-03-20T18:23:46.775Z | Compiling petname v2.0.2 |
| 3904 | 2026-03-20T18:23:46.830Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3905 | 2026-03-20T18:23:47.023Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3906 | 2026-03-20T18:23:47.045Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3907 | 2026-03-20T18:23:47.124Z | Checking globwalk v0.9.1 |
| 3908 | 2026-03-20T18:23:47.169Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3909 | 2026-03-20T18:23:47.253Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3910 | 2026-03-20T18:23:47.347Z | Checking camino-tempfile-ext v0.3.3 |
| 3911 | 2026-03-20T18:23:47.368Z | Checking sapling-renderdag v0.1.0 |
| 3912 | 2026-03-20T18:23:47.485Z | Checking sync-ptr v0.1.4 |
| 3913 | 2026-03-20T18:23:47.614Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3914 | 2026-03-20T18:23:47.638Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3915 | 2026-03-20T18:23:47.709Z | Checking colored v2.2.0 |
| 3916 | 2026-03-20T18:23:47.744Z | Checking assert_matches v1.5.0 |
| 3917 | 2026-03-20T18:23:48.082Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3918 | 2026-03-20T18:23:48.210Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3919 | 2026-03-20T18:23:48.213Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3920 | 2026-03-20T18:23:48.994Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3921 | 2026-03-20T18:23:50.817Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3922 | 2026-03-20T18:23:53.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.44s |
| 3923 | 2026-03-20T18:23:54.066Z | |
| 3924 | 2026-03-20T18:23:54.067Z | info: running `cargo check --bins` on omicron-repl-utils (208/267) |
| 3925 | 2026-03-20T18:23:54.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3926 | 2026-03-20T18:23:54.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3927 | 2026-03-20T18:23:54.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3928 | 2026-03-20T18:23:54.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3929 | 2026-03-20T18:23:54.842Z | |
| 3930 | 2026-03-20T18:23:54.842Z | info: running `cargo check --bins` on nexus-test-interface (209/267) |
| 3931 | 2026-03-20T18:23:55.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2026-03-20T18:23:55.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2026-03-20T18:23:55.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3934 | 2026-03-20T18:23:55.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3935 | 2026-03-20T18:23:55.715Z | |
| 3936 | 2026-03-20T18:23:55.715Z | info: running `cargo check --bins` on oximeter-collector (210/267) |
| 3937 | 2026-03-20T18:23:56.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-03-20T18:23:56.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-03-20T18:23:56.688Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3940 | 2026-03-20T18:23:56.692Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3941 | 2026-03-20T18:23:57.539Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3942 | 2026-03-20T18:23:59.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
| 3943 | 2026-03-20T18:23:59.788Z | |
| 3944 | 2026-03-20T18:23:59.788Z | info: running `cargo check --bins` on oximeter-api (211/267) |
| 3945 | 2026-03-20T18:24:00.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-03-20T18:24:00.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-03-20T18:24:00.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2026-03-20T18:24:00.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3949 | 2026-03-20T18:24:00.577Z | |
| 3950 | 2026-03-20T18:24:00.577Z | info: running `cargo check --bins` on cert-dev (212/267) |
| 3951 | 2026-03-20T18:24:01.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2026-03-20T18:24:01.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2026-03-20T18:24:01.393Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3954 | 2026-03-20T18:24:01.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3955 | 2026-03-20T18:24:01.953Z | |
| 3956 | 2026-03-20T18:24:01.953Z | info: running `cargo check --bins` on clickana (213/267) |
| 3957 | 2026-03-20T18:24:02.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2026-03-20T18:24:02.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2026-03-20T18:24:02.829Z | Compiling darling_core v0.23.0 |
| 3960 | 2026-03-20T18:24:02.956Z | Compiling instability v0.3.11 |
| 3961 | 2026-03-20T18:24:02.968Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3962 | 2026-03-20T18:24:02.972Z | Checking castaway v0.2.4 |
| 3963 | 2026-03-20T18:24:02.977Z | Compiling indoc v2.0.7 |
| 3964 | 2026-03-20T18:24:03.002Z | Checking unicode-truncate v1.1.0 |
| 3965 | 2026-03-20T18:24:03.019Z | Checking lru v0.12.5 |
| 3966 | 2026-03-20T18:24:03.023Z | Checking cassowary v0.3.0 |
| 3967 | 2026-03-20T18:24:03.103Z | Checking compact_str v0.8.1 |
| 3968 | 2026-03-20T18:24:04.255Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3969 | 2026-03-20T18:24:04.485Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3970 | 2026-03-20T18:24:04.958Z | Compiling darling_macro v0.23.0 |
| 3971 | 2026-03-20T18:24:05.489Z | Compiling darling v0.23.0 |
| 3972 | 2026-03-20T18:24:06.274Z | Checking ratatui v0.29.0 |
| 3973 | 2026-03-20T18:24:07.804Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3974 | 2026-03-20T18:24:08.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s |
| 3975 | 2026-03-20T18:24:08.865Z | |
| 3976 | 2026-03-20T18:24:08.865Z | info: running `cargo check --bins` on clickhouse-cluster-dev (214/267) |
| 3977 | 2026-03-20T18:24:09.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-03-20T18:24:09.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-03-20T18:24:09.875Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3980 | 2026-03-20T18:24:09.920Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3981 | 2026-03-20T18:24:10.696Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3982 | 2026-03-20T18:24:11.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
| 3983 | 2026-03-20T18:24:11.359Z | |
| 3984 | 2026-03-20T18:24:11.360Z | info: running `cargo check --bins` on ch-dev (215/267) |
| 3985 | 2026-03-20T18:24:12.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-03-20T18:24:12.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-03-20T18:24:12.343Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3988 | 2026-03-20T18:24:13.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
| 3989 | 2026-03-20T18:24:13.519Z | |
| 3990 | 2026-03-20T18:24:13.519Z | info: running `cargo check --bins` on dev-tools-common (216/267) |
| 3991 | 2026-03-20T18:24:14.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3992 | 2026-03-20T18:24:14.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3993 | 2026-03-20T18:24:14.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3994 | 2026-03-20T18:24:14.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3995 | 2026-03-20T18:24:14.129Z | |
| 3996 | 2026-03-20T18:24:14.129Z | info: running `cargo check --bins` on crdb-seed (217/267) |
| 3997 | 2026-03-20T18:24:14.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3998 | 2026-03-20T18:24:14.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3999 | 2026-03-20T18:24:15.108Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4000 | 2026-03-20T18:24:15.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4001 | 2026-03-20T18:24:15.898Z | |
| 4002 | 2026-03-20T18:24:15.898Z | info: running `cargo check --bins` on db-dev (218/267) |
| 4003 | 2026-03-20T18:24:16.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4004 | 2026-03-20T18:24:16.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4005 | 2026-03-20T18:24:16.888Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4006 | 2026-03-20T18:24:17.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
| 4007 | 2026-03-20T18:24:18.104Z | |
| 4008 | 2026-03-20T18:24:18.104Z | info: running `cargo check --bins` on omicron-dev-lib (219/267) |
| 4009 | 2026-03-20T18:24:18.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4010 | 2026-03-20T18:24:18.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4011 | 2026-03-20T18:24:18.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4012 | 2026-03-20T18:24:18.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4013 | 2026-03-20T18:24:18.953Z | |
| 4014 | 2026-03-20T18:24:18.953Z | info: running `cargo check --bins` on xtask-downloader (220/267) |
| 4015 | 2026-03-20T18:24:19.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4016 | 2026-03-20T18:24:19.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4017 | 2026-03-20T18:24:19.776Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4018 | 2026-03-20T18:24:20.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 4019 | 2026-03-20T18:24:20.870Z | |
| 4020 | 2026-03-20T18:24:20.870Z | info: running `cargo check --bins` on omicron-dropshot-apis (221/267) |
| 4021 | 2026-03-20T18:24:21.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4022 | 2026-03-20T18:24:21.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4023 | 2026-03-20T18:24:21.894Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4024 | 2026-03-20T18:24:21.894Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4025 | 2026-03-20T18:24:21.897Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 4026 | 2026-03-20T18:24:21.897Z | Checking git-stub v1.0.0 |
| 4027 | 2026-03-20T18:24:21.897Z | Compiling trait-variant v0.1.2 |
| 4028 | 2026-03-20T18:24:21.897Z | Checking is_ci v1.2.0 |
| 4029 | 2026-03-20T18:24:21.897Z | Checking maplit v1.0.2 |
| 4030 | 2026-03-20T18:24:22.080Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4031 | 2026-03-20T18:24:22.179Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4032 | 2026-03-20T18:24:22.215Z | Checking supports-color v3.0.2 |
| 4033 | 2026-03-20T18:24:22.240Z | Checking git-stub-vcs v0.1.0 |
| 4034 | 2026-03-20T18:24:22.375Z | Checking drift v0.1.3 |
| 4035 | 2026-03-20T18:24:22.419Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4036 | 2026-03-20T18:24:22.458Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4037 | 2026-03-20T18:24:22.491Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4038 | 2026-03-20T18:24:22.661Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4039 | 2026-03-20T18:24:22.751Z | Checking dropshot-api-manager v0.6.0 |
| 4040 | 2026-03-20T18:24:22.769Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 4041 | 2026-03-20T18:24:22.807Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4042 | 2026-03-20T18:24:23.048Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4043 | 2026-03-20T18:24:23.117Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4044 | 2026-03-20T18:24:23.268Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 4045 | 2026-03-20T18:24:23.750Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4046 | 2026-03-20T18:24:30.679Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4047 | 2026-03-20T18:24:32.056Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4048 | 2026-03-20T18:24:32.832Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4049 | 2026-03-20T18:24:33.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s |
| 4050 | 2026-03-20T18:24:33.598Z | |
| 4051 | 2026-03-20T18:24:33.598Z | info: running `cargo check --bins` on installinator-api (222/267) |
| 4052 | 2026-03-20T18:24:34.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4053 | 2026-03-20T18:24:34.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4054 | 2026-03-20T18:24:34.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4055 | 2026-03-20T18:24:34.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4056 | 2026-03-20T18:24:34.396Z | |
| 4057 | 2026-03-20T18:24:34.396Z | info: running `cargo check --bins` on nexus-external-api (223/267) |
| 4058 | 2026-03-20T18:24:35.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4059 | 2026-03-20T18:24:35.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4060 | 2026-03-20T18:24:35.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4061 | 2026-03-20T18:24:35.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4062 | 2026-03-20T18:24:35.230Z | |
| 4063 | 2026-03-20T18:24:35.230Z | info: running `cargo check --bins` on nexus-internal-api (224/267) |
| 4064 | 2026-03-20T18:24:35.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4065 | 2026-03-20T18:24:35.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4066 | 2026-03-20T18:24:35.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4067 | 2026-03-20T18:24:35.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4068 | 2026-03-20T18:24:36.074Z | |
| 4069 | 2026-03-20T18:24:36.074Z | info: running `cargo check --bins` on nexus-lockstep-api (225/267) |
| 4070 | 2026-03-20T18:24:36.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4071 | 2026-03-20T18:24:36.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4072 | 2026-03-20T18:24:36.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4073 | 2026-03-20T18:24:36.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4074 | 2026-03-20T18:24:36.919Z | |
| 4075 | 2026-03-20T18:24:36.919Z | info: running `cargo check --bins` on ntp-admin-api (226/267) |
| 4076 | 2026-03-20T18:24:37.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4077 | 2026-03-20T18:24:37.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4078 | 2026-03-20T18:24:37.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4079 | 2026-03-20T18:24:37.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4080 | 2026-03-20T18:24:37.714Z | |
| 4081 | 2026-03-20T18:24:37.714Z | info: running `cargo check --bins` on ntp-admin-types-versions (227/267) |
| 4082 | 2026-03-20T18:24:38.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4083 | 2026-03-20T18:24:38.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4084 | 2026-03-20T18:24:38.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4085 | 2026-03-20T18:24:38.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4086 | 2026-03-20T18:24:38.492Z | |
| 4087 | 2026-03-20T18:24:38.492Z | info: running `cargo check --bins` on wicketd-api (228/267) |
| 4088 | 2026-03-20T18:24:39.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4089 | 2026-03-20T18:24:39.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4090 | 2026-03-20T18:24:39.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4091 | 2026-03-20T18:24:39.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4092 | 2026-03-20T18:24:39.308Z | |
| 4093 | 2026-03-20T18:24:39.308Z | info: running `cargo check --bins` on omicron-ls-apis (229/267) |
| 4094 | 2026-03-20T18:24:39.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4095 | 2026-03-20T18:24:39.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4096 | 2026-03-20T18:24:40.127Z | Checking erased-serde v0.4.9 |
| 4097 | 2026-03-20T18:24:40.251Z | Checking ordered-float v2.10.1 |
| 4098 | 2026-03-20T18:24:40.274Z | Checking unicode-xid v0.2.6 |
| 4099 | 2026-03-20T18:24:40.299Z | Checking cargo-platform v0.2.0 |
| 4100 | 2026-03-20T18:24:40.538Z | Checking serde-value v0.7.0 |
| 4101 | 2026-03-20T18:24:40.711Z | Checking serde-untagged v0.1.9 |
| 4102 | 2026-03-20T18:24:40.926Z | Checking cargo-util-schemas v0.8.2 |
| 4103 | 2026-03-20T18:24:41.943Z | Checking cargo_metadata v0.21.0 |
| 4104 | 2026-03-20T18:24:42.813Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4105 | 2026-03-20T18:24:43.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
| 4106 | 2026-03-20T18:24:43.940Z | |
| 4107 | 2026-03-20T18:24:43.940Z | info: running `cargo check --bins` on mgs-dev (230/267) |
| 4108 | 2026-03-20T18:24:44.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-03-20T18:24:44.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-03-20T18:24:44.943Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4111 | 2026-03-20T18:24:45.714Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4112 | 2026-03-20T18:24:46.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
| 4113 | 2026-03-20T18:24:46.589Z | |
| 4114 | 2026-03-20T18:24:46.589Z | info: running `cargo check --bins` on omicron-omdb (231/267) |
| 4115 | 2026-03-20T18:24:47.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4116 | 2026-03-20T18:24:47.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4117 | 2026-03-20T18:24:47.786Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4118 | 2026-03-20T18:24:47.805Z | Compiling vergen-gitcl v1.0.8 |
| 4119 | 2026-03-20T18:24:47.805Z | Compiling dirs-sys-next v0.1.2 |
| 4120 | 2026-03-20T18:24:47.805Z | Compiling glob v0.3.3 |
| 4121 | 2026-03-20T18:24:47.805Z | Compiling crunchy v0.2.4 |
| 4122 | 2026-03-20T18:24:47.805Z | Compiling diesel_derives v2.3.7 |
| 4123 | 2026-03-20T18:24:48.032Z | Compiling dsl_auto_type v0.2.0 |
| 4124 | 2026-03-20T18:24:48.038Z | Checking scheduled-thread-pool v0.2.7 |
| 4125 | 2026-03-20T18:24:48.187Z | Compiling dirs-next v2.0.0 |
| 4126 | 2026-03-20T18:24:48.217Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4127 | 2026-03-20T18:24:48.221Z | Compiling tiny-keccak v2.0.2 |
| 4128 | 2026-03-20T18:24:48.334Z | Compiling term v0.7.0 |
| 4129 | 2026-03-20T18:24:48.353Z | Checking r2d2 v0.8.10 |
| 4130 | 2026-03-20T18:24:48.436Z | Compiling clang-sys v1.8.1 |
| 4131 | 2026-03-20T18:24:48.483Z | Checking downcast-rs v2.0.2 |
| 4132 | 2026-03-20T18:24:48.510Z | Compiling bit-vec v0.6.3 |
| 4133 | 2026-03-20T18:24:48.610Z | Compiling itertools v0.10.5 |
| 4134 | 2026-03-20T18:24:48.810Z | Compiling bit-set v0.5.3 |
| 4135 | 2026-03-20T18:24:48.920Z | Compiling ascii-canvas v3.0.0 |
| 4136 | 2026-03-20T18:24:49.021Z | Compiling ena v0.14.4 |
| 4137 | 2026-03-20T18:24:49.098Z | Compiling libloading v0.8.9 |
| 4138 | 2026-03-20T18:24:49.151Z | Compiling bindgen v0.71.1 |
| 4139 | 2026-03-20T18:24:49.205Z | Compiling regex-syntax v0.6.29 |
| 4140 | 2026-03-20T18:24:49.250Z | Compiling diff v0.1.13 |
| 4141 | 2026-03-20T18:24:49.381Z | Compiling cexpr v0.6.0 |
| 4142 | 2026-03-20T18:24:49.622Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4143 | 2026-03-20T18:24:49.715Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4144 | 2026-03-20T18:24:49.888Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4145 | 2026-03-20T18:24:49.911Z | Compiling libxml v0.3.3 |
| 4146 | 2026-03-20T18:24:50.115Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4147 | 2026-03-20T18:24:50.231Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4148 | 2026-03-20T18:24:50.331Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4149 | 2026-03-20T18:24:50.510Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4150 | 2026-03-20T18:24:50.573Z | Compiling strum_macros v0.24.3 |
| 4151 | 2026-03-20T18:24:50.640Z | Compiling indoc v1.0.9 |
| 4152 | 2026-03-20T18:24:51.217Z | Compiling lalrpop v0.19.12 |
| 4153 | 2026-03-20T18:24:51.960Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4154 | 2026-03-20T18:24:52.156Z | Checking derive_builder v0.20.2 |
| 4155 | 2026-03-20T18:24:52.203Z | Compiling oso-derive v0.27.3 |
| 4156 | 2026-03-20T18:24:52.305Z | Checking quick-xml v0.37.5 |
| 4157 | 2026-03-20T18:24:52.426Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4158 | 2026-03-20T18:24:52.831Z | Checking openssl-probe v0.1.6 |
| 4159 | 2026-03-20T18:24:53.008Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4160 | 2026-03-20T18:24:53.543Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4161 | 2026-03-20T18:24:53.782Z | Checking bb8 v0.8.6 |
| 4162 | 2026-03-20T18:24:54.005Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4163 | 2026-03-20T18:24:54.208Z | Checking nonempty v0.12.0 |
| 4164 | 2026-03-20T18:24:54.280Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4165 | 2026-03-20T18:24:54.426Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4166 | 2026-03-20T18:24:54.560Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4167 | 2026-03-20T18:24:54.621Z | Checking support-bundle-viewer v0.1.2 |
| 4168 | 2026-03-20T18:24:54.697Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4169 | 2026-03-20T18:24:54.840Z | Checking multimap v0.10.1 |
| 4170 | 2026-03-20T18:24:55.949Z | Checking diesel v2.3.7 |
| 4171 | 2026-03-20T18:24:57.712Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4172 | 2026-03-20T18:24:58.945Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4173 | 2026-03-20T18:24:59.430Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4174 | 2026-03-20T18:24:59.970Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4175 | 2026-03-20T18:25:01.303Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4176 | 2026-03-20T18:25:01.329Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4177 | 2026-03-20T18:25:01.507Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4178 | 2026-03-20T18:25:02.241Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4179 | 2026-03-20T18:25:04.845Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4180 | 2026-03-20T18:25:11.174Z | Compiling samael v0.0.19 |
| 4181 | 2026-03-20T18:25:15.995Z | Checking diesel-dtrace v0.5.0 |
| 4182 | 2026-03-20T18:25:16.304Z | Checking async-bb8-diesel v0.2.1 |
| 4183 | 2026-03-20T18:25:17.516Z | Compiling polar-core v0.27.3 |
| 4184 | 2026-03-20T18:25:23.369Z | Checking oso v0.27.3 |
| 4185 | 2026-03-20T18:26:18.201Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4186 | 2026-03-20T18:27:04.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 4187 | 2026-03-20T18:27:04.947Z | |
| 4188 | 2026-03-20T18:27:04.947Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267) |
| 4189 | 2026-03-20T18:27:05.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-03-20T18:27:05.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-03-20T18:27:05.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4192 | 2026-03-20T18:27:05.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4193 | 2026-03-20T18:27:05.814Z | |
| 4194 | 2026-03-20T18:27:05.814Z | info: running `cargo check --bins` on nexus-saga-recovery (233/267) |
| 4195 | 2026-03-20T18:27:06.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4196 | 2026-03-20T18:27:06.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4197 | 2026-03-20T18:27:06.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4198 | 2026-03-20T18:27:06.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4199 | 2026-03-20T18:27:06.672Z | |
| 4200 | 2026-03-20T18:27:06.672Z | info: running `cargo check --bins` on nexus-test-utils-macros (234/267) |
| 4201 | 2026-03-20T18:27:07.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4202 | 2026-03-20T18:27:07.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4203 | 2026-03-20T18:27:07.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4204 | 2026-03-20T18:27:07.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4205 | 2026-03-20T18:27:07.438Z | |
| 4206 | 2026-03-20T18:27:07.438Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (235/267) |
| 4207 | 2026-03-20T18:27:08.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-03-20T18:27:08.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-03-20T18:27:08.623Z | Compiling libz-sys v1.1.24 |
| 4210 | 2026-03-20T18:27:08.777Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4211 | 2026-03-20T18:27:08.796Z | Compiling vergen-git2 v1.0.7 |
| 4212 | 2026-03-20T18:27:08.813Z | Compiling rustls v0.21.12 |
| 4213 | 2026-03-20T18:27:08.831Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4214 | 2026-03-20T18:27:08.850Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4215 | 2026-03-20T18:27:08.853Z | Checking rustls-webpki v0.101.7 |
| 4216 | 2026-03-20T18:27:08.853Z | Checking sct v0.7.1 |
| 4217 | 2026-03-20T18:27:09.066Z | Compiling nix v0.29.0 |
| 4218 | 2026-03-20T18:27:09.088Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4219 | 2026-03-20T18:27:09.106Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4220 | 2026-03-20T18:27:09.159Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4221 | 2026-03-20T18:27:09.297Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4222 | 2026-03-20T18:27:09.466Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4223 | 2026-03-20T18:27:09.486Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4224 | 2026-03-20T18:27:09.555Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4225 | 2026-03-20T18:27:09.934Z | Checking rustls-pemfile v1.0.4 |
| 4226 | 2026-03-20T18:27:10.041Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4227 | 2026-03-20T18:27:10.065Z | Checking twox-hash v2.1.2 |
| 4228 | 2026-03-20T18:27:10.069Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4229 | 2026-03-20T18:27:10.210Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4230 | 2026-03-20T18:27:10.956Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4231 | 2026-03-20T18:27:11.121Z | Checking tokio-rustls v0.24.1 |
| 4232 | 2026-03-20T18:27:11.139Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4233 | 2026-03-20T18:27:11.203Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4234 | 2026-03-20T18:27:11.371Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4235 | 2026-03-20T18:27:11.553Z | Checking fatfs v0.3.6 |
| 4236 | 2026-03-20T18:27:11.802Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4237 | 2026-03-20T18:27:12.028Z | Compiling seq-macro v0.3.6 |
| 4238 | 2026-03-20T18:27:16.971Z | Compiling git2 v0.20.4 |
| 4239 | 2026-03-20T18:27:18.003Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4240 | 2026-03-20T18:27:18.161Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4241 | 2026-03-20T18:27:20.211Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4242 | 2026-03-20T18:28:30.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
| 4243 | 2026-03-20T18:28:30.519Z | |
| 4244 | 2026-03-20T18:28:30.519Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267) |
| 4245 | 2026-03-20T18:28:31.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4246 | 2026-03-20T18:28:31.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4247 | 2026-03-20T18:28:31.723Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4248 | 2026-03-20T18:29:31.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4249 | 2026-03-20T18:29:31.859Z | |
| 4250 | 2026-03-20T18:29:31.859Z | info: running `cargo check --bins` on nexus-background-task-interface (237/267) |
| 4251 | 2026-03-20T18:29:32.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4252 | 2026-03-20T18:29:32.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4253 | 2026-03-20T18:29:32.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4254 | 2026-03-20T18:29:32.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4255 | 2026-03-20T18:29:32.513Z | |
| 4256 | 2026-03-20T18:29:32.513Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (238/267) |
| 4257 | 2026-03-20T18:29:33.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-03-20T18:29:33.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-03-20T18:29:33.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4260 | 2026-03-20T18:29:33.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4261 | 2026-03-20T18:29:33.378Z | |
| 4262 | 2026-03-20T18:29:33.378Z | info: running `cargo check --bins` on nexus-mgs-updates (239/267) |
| 4263 | 2026-03-20T18:29:34.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-03-20T18:29:34.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-03-20T18:29:34.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4266 | 2026-03-20T18:29:34.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4267 | 2026-03-20T18:29:34.230Z | |
| 4268 | 2026-03-20T18:29:34.230Z | info: running `cargo check --bins` on nexus-networking (240/267) |
| 4269 | 2026-03-20T18:29:35.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-03-20T18:29:35.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-03-20T18:29:35.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4272 | 2026-03-20T18:29:35.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4273 | 2026-03-20T18:29:35.102Z | |
| 4274 | 2026-03-20T18:29:35.102Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (241/267) |
| 4275 | 2026-03-20T18:29:35.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4276 | 2026-03-20T18:29:35.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4277 | 2026-03-20T18:29:35.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4278 | 2026-03-20T18:29:35.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4279 | 2026-03-20T18:29:36.061Z | |
| 4280 | 2026-03-20T18:29:36.061Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267) |
| 4281 | 2026-03-20T18:29:36.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4282 | 2026-03-20T18:29:36.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4283 | 2026-03-20T18:29:36.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4284 | 2026-03-20T18:29:36.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4285 | 2026-03-20T18:29:36.830Z | |
| 4286 | 2026-03-20T18:29:36.830Z | info: running `cargo check --bins --no-default-features` on nexus-fm (243/267) |
| 4287 | 2026-03-20T18:29:37.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-03-20T18:29:37.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-03-20T18:29:37.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4290 | 2026-03-20T18:29:37.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4291 | 2026-03-20T18:29:37.672Z | |
| 4292 | 2026-03-20T18:29:37.672Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267) |
| 4293 | 2026-03-20T18:29:38.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-03-20T18:29:38.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-03-20T18:29:38.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4296 | 2026-03-20T18:29:38.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4297 | 2026-03-20T18:29:38.542Z | |
| 4298 | 2026-03-20T18:29:38.542Z | info: running `cargo check --bins` on omicron-dev (245/267) |
| 4299 | 2026-03-20T18:29:39.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4300 | 2026-03-20T18:29:39.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4301 | 2026-03-20T18:29:39.773Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4302 | 2026-03-20T18:29:39.776Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4303 | 2026-03-20T18:29:39.961Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4304 | 2026-03-20T18:29:39.984Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4305 | 2026-03-20T18:29:39.987Z | Checking diff v0.1.13 |
| 4306 | 2026-03-20T18:29:39.987Z | Checking yansi v1.0.1 |
| 4307 | 2026-03-20T18:29:40.004Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4308 | 2026-03-20T18:29:40.043Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4309 | 2026-03-20T18:29:40.185Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4310 | 2026-03-20T18:29:40.345Z | Checking pretty_assertions v1.4.1 |
| 4311 | 2026-03-20T18:29:41.218Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4312 | 2026-03-20T18:30:14.186Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4313 | 2026-03-20T18:30:14.189Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4314 | 2026-03-20T18:30:14.189Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4315 | 2026-03-20T18:30:14.189Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4316 | 2026-03-20T18:30:14.189Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4317 | 2026-03-20T18:30:14.189Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4318 | 2026-03-20T18:30:15.099Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4319 | 2026-03-20T18:30:16.577Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4320 | 2026-03-20T18:31:15.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 4321 | 2026-03-20T18:31:15.859Z | |
| 4322 | 2026-03-20T18:31:15.859Z | info: running `cargo check --bins` on omicron-pins (246/267) |
| 4323 | 2026-03-20T18:31:16.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4324 | 2026-03-20T18:31:16.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4325 | 2026-03-20T18:31:16.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4326 | 2026-03-20T18:31:16.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4327 | 2026-03-20T18:31:16.634Z | |
| 4328 | 2026-03-20T18:31:16.634Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267) |
| 4329 | 2026-03-20T18:31:17.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4330 | 2026-03-20T18:31:17.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4331 | 2026-03-20T18:31:17.688Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4332 | 2026-03-20T18:31:17.832Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4333 | 2026-03-20T18:31:17.845Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4334 | 2026-03-20T18:31:54.847Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4335 | 2026-03-20T18:31:55.346Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4336 | 2026-03-20T18:31:57.736Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4337 | 2026-03-20T18:31:58.319Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4338 | 2026-03-20T18:32:02.435Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4339 | 2026-03-20T18:32:34.596Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4340 | 2026-03-20T18:32:35.429Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4341 | 2026-03-20T18:32:37.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 4342 | 2026-03-20T18:32:37.841Z | |
| 4343 | 2026-03-20T18:32:37.841Z | info: running `cargo check --bins` on reconfigurator-sp-updater (248/267) |
| 4344 | 2026-03-20T18:32:38.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4345 | 2026-03-20T18:32:38.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4346 | 2026-03-20T18:32:38.816Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4347 | 2026-03-20T18:32:39.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4348 | 2026-03-20T18:32:39.940Z | |
| 4349 | 2026-03-20T18:32:39.940Z | info: running `cargo check --bins` on omicron-releng (249/267) |
| 4350 | 2026-03-20T18:32:40.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4351 | 2026-03-20T18:32:40.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4352 | 2026-03-20T18:32:40.821Z | Compiling blake3 v1.8.3 |
| 4353 | 2026-03-20T18:32:40.966Z | Checking arrayvec v0.7.6 |
| 4354 | 2026-03-20T18:32:40.969Z | Checking arrayref v0.3.9 |
| 4355 | 2026-03-20T18:32:40.969Z | Checking constant_time_eq v0.4.2 |
| 4356 | 2026-03-20T18:32:40.972Z | Checking topological-sort v0.2.2 |
| 4357 | 2026-03-20T18:32:40.975Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4358 | 2026-03-20T18:32:40.975Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4359 | 2026-03-20T18:32:40.975Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4360 | 2026-03-20T18:32:41.170Z | Checking shell-words v1.1.1 |
| 4361 | 2026-03-20T18:32:41.980Z | Checking omicron-zone-package v0.12.2 |
| 4362 | 2026-03-20T18:32:42.977Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4363 | 2026-03-20T18:32:44.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
| 4364 | 2026-03-20T18:32:44.305Z | |
| 4365 | 2026-03-20T18:32:44.305Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (250/267) |
| 4366 | 2026-03-20T18:32:45.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4367 | 2026-03-20T18:32:45.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4368 | 2026-03-20T18:32:45.214Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4369 | 2026-03-20T18:32:45.610Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4370 | 2026-03-20T18:32:46.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
| 4371 | 2026-03-20T18:32:46.342Z | |
| 4372 | 2026-03-20T18:32:46.342Z | info: running `cargo check --bins` on xtask (251/267) |
| 4373 | 2026-03-20T18:32:46.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4374 | 2026-03-20T18:32:46.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4375 | 2026-03-20T18:32:46.952Z | Checking libc v0.2.180 |
| 4376 | 2026-03-20T18:32:47.043Z | Checking serde v1.0.228 |
| 4377 | 2026-03-20T18:32:47.053Z | Checking zerofrom v0.1.6 |
| 4378 | 2026-03-20T18:32:47.061Z | Checking bitflags v2.11.0 |
| 4379 | 2026-03-20T18:32:47.070Z | Checking hashbrown v0.16.1 |
| 4380 | 2026-03-20T18:32:47.080Z | Checking smallvec v1.15.1 |
| 4381 | 2026-03-20T18:32:47.098Z | Checking serde_json v1.0.149 |
| 4382 | 2026-03-20T18:32:47.101Z | Checking scroll v0.12.0 |
| 4383 | 2026-03-20T18:32:47.195Z | Checking yoke v0.8.1 |
| 4384 | 2026-03-20T18:32:47.262Z | Checking num-traits v0.2.19 |
| 4385 | 2026-03-20T18:32:47.326Z | Checking thiserror v1.0.69 |
| 4386 | 2026-03-20T18:32:47.416Z | Checking zerovec v0.11.5 |
| 4387 | 2026-03-20T18:32:47.416Z | Checking zerotrie v0.2.3 |
| 4388 | 2026-03-20T18:32:47.449Z | Checking log v0.4.29 |
| 4389 | 2026-03-20T18:32:47.464Z | Checking errno v0.3.14 |
| 4390 | 2026-03-20T18:32:47.614Z | Checking rustix v1.1.3 |
| 4391 | 2026-03-20T18:32:47.647Z | Checking serde_spanned v0.6.9 |
| 4392 | 2026-03-20T18:32:47.669Z | Checking toml_datetime v0.6.11 |
| 4393 | 2026-03-20T18:32:47.693Z | Checking indexmap v2.13.0 |
| 4394 | 2026-03-20T18:32:47.725Z | Checking percent-encoding v2.3.2 |
| 4395 | 2026-03-20T18:32:47.806Z | Checking zerocopy v0.7.35 |
| 4396 | 2026-03-20T18:32:47.902Z | Checking form_urlencoded v1.2.2 |
| 4397 | 2026-03-20T18:32:47.916Z | Checking goblin v0.8.2 |
| 4398 | 2026-03-20T18:32:47.967Z | Checking getrandom v0.4.1 |
| 4399 | 2026-03-20T18:32:48.031Z | Checking tinystr v0.8.2 |
| 4400 | 2026-03-20T18:32:48.054Z | Checking potential_utf v0.1.4 |
| 4401 | 2026-03-20T18:32:48.068Z | Checking ordered-float v2.10.1 |
| 4402 | 2026-03-20T18:32:48.134Z | Checking thiserror v2.0.18 |
| 4403 | 2026-03-20T18:32:48.215Z | Checking icu_collections v2.1.1 |
| 4404 | 2026-03-20T18:32:48.258Z | Checking syn v2.0.117 |
| 4405 | 2026-03-20T18:32:48.261Z | Checking icu_locale_core v2.1.1 |
| 4406 | 2026-03-20T18:32:48.400Z | Checking serde-value v0.7.0 |
| 4407 | 2026-03-20T18:32:48.455Z | Checking toml_edit v0.22.27 |
| 4408 | 2026-03-20T18:32:48.513Z | Checking dtrace-parser v0.2.0 |
| 4409 | 2026-03-20T18:32:48.629Z | Checking thread-id v4.2.2 |
| 4410 | 2026-03-20T18:32:48.654Z | Checking once_cell v1.21.3 |
| 4411 | 2026-03-20T18:32:48.730Z | Checking cargo-platform v0.2.0 |
| 4412 | 2026-03-20T18:32:48.774Z | Checking terminal_size v0.4.3 |
| 4413 | 2026-03-20T18:32:48.827Z | Checking memmap v0.7.0 |
| 4414 | 2026-03-20T18:32:48.880Z | Checking tempfile v3.25.0 |
| 4415 | 2026-03-20T18:32:48.919Z | Checking clap_builder v4.5.60 |
| 4416 | 2026-03-20T18:32:48.963Z | Checking textwrap v0.16.2 |
| 4417 | 2026-03-20T18:32:49.069Z | Checking fs-err v3.3.0 |
| 4418 | 2026-03-20T18:32:49.076Z | Checking icu_provider v2.1.1 |
| 4419 | 2026-03-20T18:32:49.129Z | Checking camino-tempfile v1.4.1 |
| 4420 | 2026-03-20T18:32:49.234Z | Checking anyhow v1.0.102 |
| 4421 | 2026-03-20T18:32:49.237Z | Checking tabled v0.15.0 |
| 4422 | 2026-03-20T18:32:49.333Z | Checking macaddr v1.0.1 |
| 4423 | 2026-03-20T18:32:49.352Z | Checking icu_properties v2.1.2 |
| 4424 | 2026-03-20T18:32:49.493Z | Checking icu_normalizer v2.1.1 |
| 4425 | 2026-03-20T18:32:49.564Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4426 | 2026-03-20T18:32:49.985Z | Checking toml v0.8.23 |
| 4427 | 2026-03-20T18:32:50.415Z | Checking cargo_toml v0.21.0 |
| 4428 | 2026-03-20T18:32:50.495Z | Checking idna_adapter v1.2.1 |
| 4429 | 2026-03-20T18:32:50.537Z | Checking clap v4.5.60 |
| 4430 | 2026-03-20T18:32:50.556Z | Checking dof v0.3.0 |
| 4431 | 2026-03-20T18:32:50.641Z | Checking idna v1.1.0 |
| 4432 | 2026-03-20T18:32:50.908Z | Checking usdt-impl v0.5.0 |
| 4433 | 2026-03-20T18:32:50.974Z | Checking url v2.5.8 |
| 4434 | 2026-03-20T18:32:51.234Z | Checking usdt v0.5.0 |
| 4435 | 2026-03-20T18:32:51.415Z | Checking cargo-util-schemas v0.8.2 |
| 4436 | 2026-03-20T18:32:52.419Z | Checking cargo_metadata v0.21.0 |
| 4437 | 2026-03-20T18:32:53.334Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4438 | 2026-03-20T18:32:53.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s |
| 4439 | 2026-03-20T18:32:53.996Z | |
| 4440 | 2026-03-20T18:32:53.996Z | info: running `cargo check --bins` on end-to-end-tests (252/267) |
| 4441 | 2026-03-20T18:32:54.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4442 | 2026-03-20T18:32:54.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4443 | 2026-03-20T18:32:55.089Z | Checking polyval v0.6.2 |
| 4444 | 2026-03-20T18:32:55.238Z | Checking ctr v0.9.2 |
| 4445 | 2026-03-20T18:32:55.255Z | Checking ssh-encoding v0.2.0 |
| 4446 | 2026-03-20T18:32:55.258Z | Checking blowfish v0.9.1 |
| 4447 | 2026-03-20T18:32:55.289Z | Checking password-hash v0.4.2 |
| 4448 | 2026-03-20T18:32:55.311Z | Checking p521 v0.13.3 |
| 4449 | 2026-03-20T18:32:55.314Z | Checking p256 v0.13.2 |
| 4450 | 2026-03-20T18:32:55.349Z | Checking russh-cryptovec v0.7.3 |
| 4451 | 2026-03-20T18:32:55.419Z | Checking ghash v0.5.1 |
| 4452 | 2026-03-20T18:32:55.440Z | Checking md5 v0.7.0 |
| 4453 | 2026-03-20T18:32:55.460Z | Checking bcrypt-pbkdf v0.10.0 |
| 4454 | 2026-03-20T18:32:55.493Z | Checking num-bigint v0.4.6 |
| 4455 | 2026-03-20T18:32:55.513Z | Checking des v0.8.1 |
| 4456 | 2026-03-20T18:32:55.566Z | Checking aes-gcm v0.10.3 |
| 4457 | 2026-03-20T18:32:55.585Z | Checking pbkdf2 v0.11.0 |
| 4458 | 2026-03-20T18:32:55.644Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4459 | 2026-03-20T18:32:55.663Z | Checking hex-literal v0.4.1 |
| 4460 | 2026-03-20T18:32:55.681Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4461 | 2026-03-20T18:32:55.706Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4462 | 2026-03-20T18:32:55.755Z | Checking ssh-cipher v0.2.0 |
| 4463 | 2026-03-20T18:32:55.784Z | Checking socket2 v0.5.10 |
| 4464 | 2026-03-20T18:32:55.802Z | Checking internet-checksum v0.2.1 |
| 4465 | 2026-03-20T18:32:55.970Z | Checking ssh-key v0.6.7 |
| 4466 | 2026-03-20T18:32:56.158Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4467 | 2026-03-20T18:32:56.857Z | Checking russh-keys v0.45.0 |
| 4468 | 2026-03-20T18:32:57.602Z | Checking russh v0.45.0 |
| 4469 | 2026-03-20T18:33:18.983Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4470 | 2026-03-20T18:33:20.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.53s |
| 4471 | 2026-03-20T18:33:20.777Z | |
| 4472 | 2026-03-20T18:33:20.777Z | info: running `cargo check --bins` on gateway-cli (253/267) |
| 4473 | 2026-03-20T18:33:21.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4474 | 2026-03-20T18:33:21.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4475 | 2026-03-20T18:33:21.646Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4476 | 2026-03-20T18:33:21.791Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4477 | 2026-03-20T18:33:21.798Z | Checking termios v0.3.3 |
| 4478 | 2026-03-20T18:33:23.485Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4479 | 2026-03-20T18:33:23.670Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4480 | 2026-03-20T18:33:26.298Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4481 | 2026-03-20T18:33:27.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s |
| 4482 | 2026-03-20T18:33:27.280Z | |
| 4483 | 2026-03-20T18:33:27.280Z | info: running `cargo check --bins --no-default-features` on installinator (254/267) |
| 4484 | 2026-03-20T18:33:28.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4485 | 2026-03-20T18:33:28.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4486 | 2026-03-20T18:33:28.246Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4487 | 2026-03-20T18:33:28.381Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4488 | 2026-03-20T18:33:28.397Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4489 | 2026-03-20T18:33:28.400Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4490 | 2026-03-20T18:33:28.424Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4491 | 2026-03-20T18:33:28.684Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4492 | 2026-03-20T18:33:28.684Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4493 | 2026-03-20T18:33:29.650Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4494 | 2026-03-20T18:33:29.903Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4495 | 2026-03-20T18:33:29.905Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4496 | 2026-03-20T18:33:30.753Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4497 | 2026-03-20T18:33:32.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
| 4498 | 2026-03-20T18:33:33.110Z | |
| 4499 | 2026-03-20T18:33:33.111Z | info: running `cargo check --bins` on internal-dns-cli (255/267) |
| 4500 | 2026-03-20T18:33:33.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4501 | 2026-03-20T18:33:33.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4502 | 2026-03-20T18:33:33.981Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4503 | 2026-03-20T18:33:34.551Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4504 | 2026-03-20T18:33:34.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4505 | 2026-03-20T18:33:35.204Z | |
| 4506 | 2026-03-20T18:33:35.205Z | info: running `cargo check --bins` on omicron-live-tests (256/267) |
| 4507 | 2026-03-20T18:33:35.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4508 | 2026-03-20T18:33:35.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4509 | 2026-03-20T18:33:35.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4510 | 2026-03-20T18:33:35.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4511 | 2026-03-20T18:33:35.961Z | |
| 4512 | 2026-03-20T18:33:35.961Z | info: running `cargo check --bins` on live-tests-macros (257/267) |
| 4513 | 2026-03-20T18:33:36.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4514 | 2026-03-20T18:33:36.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4515 | 2026-03-20T18:33:36.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4516 | 2026-03-20T18:33:36.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4517 | 2026-03-20T18:33:36.747Z | |
| 4518 | 2026-03-20T18:33:36.747Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267) |
| 4519 | 2026-03-20T18:33:37.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4520 | 2026-03-20T18:33:37.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4521 | 2026-03-20T18:33:37.779Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4522 | 2026-03-20T18:33:38.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
| 4523 | 2026-03-20T18:33:38.764Z | |
| 4524 | 2026-03-20T18:33:38.764Z | info: running `cargo check --bins` on omicron-ntp-admin (259/267) |
| 4525 | 2026-03-20T18:33:39.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4526 | 2026-03-20T18:33:39.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4527 | 2026-03-20T18:33:39.646Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4528 | 2026-03-20T18:33:39.649Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4529 | 2026-03-20T18:33:39.958Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4530 | 2026-03-20T18:33:39.961Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4531 | 2026-03-20T18:33:40.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
| 4532 | 2026-03-20T18:33:41.181Z | |
| 4533 | 2026-03-20T18:33:41.181Z | info: running `cargo check --bins` on ntp-admin-types (260/267) |
| 4534 | 2026-03-20T18:33:41.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4535 | 2026-03-20T18:33:41.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4536 | 2026-03-20T18:33:41.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4537 | 2026-03-20T18:33:41.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4538 | 2026-03-20T18:33:41.968Z | |
| 4539 | 2026-03-20T18:33:41.968Z | info: running `cargo check --bins` on omicron-package (261/267) |
| 4540 | 2026-03-20T18:33:42.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4541 | 2026-03-20T18:33:42.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4542 | 2026-03-20T18:33:42.877Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4543 | 2026-03-20T18:33:44.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
| 4544 | 2026-03-20T18:33:44.485Z | |
| 4545 | 2026-03-20T18:33:44.485Z | info: running `cargo check --bins` on tqdb (262/267) |
| 4546 | 2026-03-20T18:33:45.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4547 | 2026-03-20T18:33:45.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4548 | 2026-03-20T18:33:45.643Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4549 | 2026-03-20T18:33:46.022Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4550 | 2026-03-20T18:33:46.734Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4551 | 2026-03-20T18:33:46.737Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4552 | 2026-03-20T18:33:53.333Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4553 | 2026-03-20T18:33:54.257Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4554 | 2026-03-20T18:33:54.261Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4555 | 2026-03-20T18:33:54.261Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4556 | 2026-03-20T18:33:54.261Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4557 | 2026-03-20T18:33:55.281Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4558 | 2026-03-20T18:34:04.822Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4559 | 2026-03-20T18:34:13.225Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4560 | 2026-03-20T18:34:13.228Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4561 | 2026-03-20T18:34:13.228Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4562 | 2026-03-20T18:34:13.228Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4563 | 2026-03-20T18:34:15.206Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4564 | 2026-03-20T18:34:17.028Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4565 | 2026-03-20T18:34:17.934Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4566 | 2026-03-20T18:34:19.665Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4567 | 2026-03-20T18:34:20.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.89s |
| 4568 | 2026-03-20T18:34:20.613Z | |
| 4569 | 2026-03-20T18:34:20.613Z | info: running `cargo check --bins` on wicket-dbg (263/267) |
| 4570 | 2026-03-20T18:34:21.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4571 | 2026-03-20T18:34:21.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4572 | 2026-03-20T18:34:21.570Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4573 | 2026-03-20T18:34:21.705Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4574 | 2026-03-20T18:34:21.710Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4575 | 2026-03-20T18:34:21.760Z | Checking rtoolbox v0.0.3 |
| 4576 | 2026-03-20T18:34:21.764Z | Checking tui-tree-widget v0.23.1 |
| 4577 | 2026-03-20T18:34:21.947Z | Checking rpassword v7.4.0 |
| 4578 | 2026-03-20T18:34:22.044Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4579 | 2026-03-20T18:34:22.983Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4580 | 2026-03-20T18:34:29.598Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4581 | 2026-03-20T18:34:30.516Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4582 | 2026-03-20T18:34:31.921Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4583 | 2026-03-20T18:34:36.138Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4584 | 2026-03-20T18:34:38.627Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4585 | 2026-03-20T18:34:39.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.19s |
| 4586 | 2026-03-20T18:34:40.029Z | |
| 4587 | 2026-03-20T18:34:40.029Z | info: running `cargo check --bins` on wicket (264/267) |
| 4588 | 2026-03-20T18:34:40.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4589 | 2026-03-20T18:34:40.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4590 | 2026-03-20T18:34:41.250Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4591 | 2026-03-20T18:34:41.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4592 | 2026-03-20T18:34:41.633Z | |
| 4593 | 2026-03-20T18:34:41.633Z | info: running `cargo check --bins` on wicketd (265/267) |
| 4594 | 2026-03-20T18:34:42.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4595 | 2026-03-20T18:34:42.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4596 | 2026-03-20T18:34:42.619Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4597 | 2026-03-20T18:34:42.641Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4598 | 2026-03-20T18:34:42.745Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4599 | 2026-03-20T18:34:42.801Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4600 | 2026-03-20T18:34:44.587Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4601 | 2026-03-20T18:34:44.992Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4602 | 2026-03-20T18:34:52.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.39s |
| 4603 | 2026-03-20T18:34:52.146Z | |
| 4604 | 2026-03-20T18:34:52.146Z | info: running `cargo check --bins` on omicron-workspace-hack (266/267) |
| 4605 | 2026-03-20T18:34:52.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4606 | 2026-03-20T18:34:52.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4607 | 2026-03-20T18:34:52.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4608 | 2026-03-20T18:34:52.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4609 | 2026-03-20T18:34:52.146Z | |
| 4610 | 2026-03-20T18:34:52.146Z | info: running `cargo check --bins` on zone-setup (267/267) |
| 4611 | 2026-03-20T18:34:52.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4612 | 2026-03-20T18:34:52.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4613 | 2026-03-20T18:34:52.146Z | Checking uzers v0.12.2 |
| 4614 | 2026-03-20T18:34:52.146Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4615 | 2026-03-20T18:34:52.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s |
| 4616 | 2026-03-20T18:34:52.493Z | |
| 4617 | 2026-03-20T18:34:52.507Z | real 19:16.886591447 |
| 4618 | 2026-03-20T18:34:52.508Z | user 28:38.912822605 |
| 4619 | 2026-03-20T18:34:52.508Z | sys 5:18.103721045 |
| 4620 | 2026-03-20T18:34:52.508Z | trap 0.475531217 |
| 4621 | 2026-03-20T18:34:52.508Z | tflt 0.310722233 |
| 4622 | 2026-03-20T18:34:52.508Z | dflt 0.699377730 |
| 4623 | 2026-03-20T18:34:52.508Z | kflt 0.000971448 |
| 4624 | 2026-03-20T18:34:52.508Z | lock 1:47:48.021962432 |
| 4625 | 2026-03-20T18:34:52.508Z | slp 2:14:54.069202342 |
| 4626 | 2026-03-20T18:34:52.508Z | lat 1:25.068236746 |
| 4627 | 2026-03-20T18:34:52.508Z | stop 5:25.573093907 |
| 4628 | 2026-03-20T18:34:52.508Z | process exited: duration 1394999 ms, exit code 0 |
| |
| 4629 | 2026-03-20T18:34:52.543Z | found 0 output files |