|
|
|
| 1 | 2026-03-24T17:00:23.028Z | job assigned to worker 01KMGCJ393KMWKM9RZGP6K93CA [factory aws, i-0f90aabb6e21bbb60] (queued for 1 m 24 s) |
| |
| 2 | 2026-03-24T17:00:30.620Z | starting task 0: "setup" |
| 3 | 2026-03-24T17:00:30.626Z | ++ uname -s |
| 4 | 2026-03-24T17:00:30.631Z | + kern=SunOS |
| 5 | 2026-03-24T17:00:30.631Z | + build_user=build |
| 6 | 2026-03-24T17:00:30.631Z | + build_uid=12345 |
| 7 | 2026-03-24T17:00:30.631Z | + work_dir=/work |
| 8 | 2026-03-24T17:00:30.631Z | + input_dir=/input |
| 9 | 2026-03-24T17:00:30.631Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-24T17:00:30.631Z | + case "$kern" in |
| 11 | 2026-03-24T17:00:30.631Z | + groupadd -g 12345 build |
| 12 | 2026-03-24T17:00:30.631Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-24T17:00:32.635Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-24T17:00:32.785Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-24T17:00:32.790Z | + home_fs=zfs |
| 16 | 2026-03-24T17:00:32.790Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-24T17:00:32.790Z | + mkdir -p /home/build |
| 18 | 2026-03-24T17:00:32.791Z | + chown build:build /home/build /work |
| 19 | 2026-03-24T17:00:34.789Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-24T17:00:34.794Z | process exited: duration 4173 ms, exit code 0 |
| |
| 21 | 2026-03-24T17:00:34.803Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-24T17:00:34.807Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-24T17:00:34.807Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-24T17:00:34.807Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-24T17:00:34.807Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-24T17:00:34.807Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-03-24T17:00:34.807Z | * rust toolchain profile = "default" |
| 28 | 2026-03-24T17:00:34.816Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-24T17:00:34.816Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-24T17:00:34.962Z | info: downloading installer |
| 31 | 2026-03-24T17:00:36.825Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-24T17:00:36.825Z | warn: /opt/ooce/bin |
| 33 | 2026-03-24T17:00:36.825Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-24T17:00:36.825Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-24T17:00:36.825Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-24T17:00:36.825Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-24T17:00:36.825Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-24T17:00:36.825Z | error: cannot install while Rust is installed |
| 39 | 2026-03-24T17:00:36.825Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-24T17:00:36.825Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-24T17:00:36.825Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-24T17:00:36.825Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-24T17:00:36.825Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-24T17:00:36.842Z | info: profile set to default |
| 45 | 2026-03-24T17:00:36.843Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-24T17:00:36.846Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-24T17:00:36.983Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-24T17:00:36.987Z | info: downloading 6 components |
| 49 | 2026-03-24T17:00:53.604Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-24T17:00:53.604Z | |
| 51 | 2026-03-24T17:00:53.645Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-24T17:00:53.645Z | |
| 53 | 2026-03-24T17:00:53.648Z | |
| 54 | 2026-03-24T17:00:53.648Z | Rust is installed now. Great! |
| 55 | 2026-03-24T17:00:53.648Z | |
| 56 | 2026-03-24T17:00:53.648Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-24T17:00:53.648Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-24T17:00:53.648Z | |
| 59 | 2026-03-24T17:00:53.648Z | To configure your current shell, you need to source |
| 60 | 2026-03-24T17:00:53.648Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-24T17:00:53.648Z | |
| 62 | 2026-03-24T17:00:53.648Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-24T17:00:53.648Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-24T17:00:53.648Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-24T17:00:53.648Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-24T17:00:53.648Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-24T17:00:53.648Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-24T17:00:53.648Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-24T17:00:53.648Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-24T17:00:53.648Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-24T17:00:53.750Z | + rustup --version |
| 72 | 2026-03-24T17:00:53.759Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-24T17:00:53.763Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-24T17:00:53.786Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-24T17:00:53.793Z | + cargo --version |
| 76 | 2026-03-24T17:00:53.806Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-24T17:00:53.810Z | + rustc --version |
| 78 | 2026-03-24T17:00:53.832Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-24T17:00:53.835Z | process exited: duration 19040 ms, exit code 0 |
| |
| 80 | 2026-03-24T17:00:53.844Z | starting task 2: "authentication" |
| 81 | 2026-03-24T17:00:53.864Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-24T17:00:53.871Z | starting task 3: "clone repository" |
| 83 | 2026-03-24T17:00:53.875Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-24T17:00:53.880Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-24T17:00:53.909Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-24T17:01:05.371Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-24T17:01:05.374Z | + git fetch origin c7b1ad95429789b480f9e55349bd2e4fb7f30379 |
| 88 | 2026-03-24T17:01:05.665Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-24T17:01:05.665Z | * branch c7b1ad95429789b480f9e55349bd2e4fb7f30379 -> FETCH_HEAD |
| 90 | 2026-03-24T17:01:05.676Z | + [[ -n dap/type-safety-review ]] |
| 91 | 2026-03-24T17:01:05.679Z | ++ git branch --show-current |
| 92 | 2026-03-24T17:01:05.681Z | + current=main |
| 93 | 2026-03-24T17:01:05.682Z | + [[ main != dap/type-safety-review ]] |
| 94 | 2026-03-24T17:01:05.682Z | + git branch -f dap/type-safety-review c7b1ad95429789b480f9e55349bd2e4fb7f30379 |
| 95 | 2026-03-24T17:01:05.684Z | + git checkout -f dap/type-safety-review |
| 96 | 2026-03-24T17:01:05.771Z | Switched to branch 'dap/type-safety-review' |
| 97 | 2026-03-24T17:01:05.773Z | + git reset --hard c7b1ad95429789b480f9e55349bd2e4fb7f30379 |
| 98 | 2026-03-24T17:01:05.869Z | HEAD is now at c7b1ad954 update Set skill |
| 99 | 2026-03-24T17:01:05.872Z | process exited: duration 12004 ms, exit code 0 |
| |
| 100 | 2026-03-24T17:01:05.877Z | starting task 4: "build" |
| 101 | 2026-03-24T17:01:05.883Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-24T17:01:05.887Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-24T17:01:05.887Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-24T17:01:05.887Z | + cargo --version |
| 105 | 2026-03-24T17:01:05.896Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-03-24T17:01:05.899Z | + rustc --version |
| 107 | 2026-03-24T17:01:05.924Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-03-24T17:01:05.927Z | + source ./env.sh |
| 109 | 2026-03-24T17:01:05.930Z | ++ OLD_SHELL_OPTS=ehxB |
| 110 | 2026-03-24T17:01:05.930Z | ++ set -o xtrace |
| 111 | 2026-03-24T17:01:05.930Z | ++++ dirname ./env.sh |
| 112 | 2026-03-24T17:01:05.933Z | +++ readlink -f . |
| 113 | 2026-03-24T17:01:05.935Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 114 | 2026-03-24T17:01:05.935Z | ++ 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-24T17:01:05.935Z | ++ 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-24T17:01:05.935Z | ++ 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-24T17:01:05.936Z | ++ 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-24T17:01:05.936Z | ++ 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-24T17:01:05.936Z | ++ 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-24T17:01:05.936Z | ++ 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-24T17:01:05.936Z | ++ 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-24T17:01:05.936Z | ++ case $OLD_SHELL_OPTS in |
| 123 | 2026-03-24T17:01:05.936Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 124 | 2026-03-24T17:01:05.936Z | + 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-24T17:01:05.936Z | + 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-24T17:01:05.936Z | + banner prerequisites |
| 127 | 2026-03-24T17:01:05.936Z | |
| 128 | 2026-03-24T17:01:05.936Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-24T17:01:05.936Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-24T17:01:05.936Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-24T17:01:05.936Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-24T17:01:05.936Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-24T17:01:05.936Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-24T17:01:05.936Z | |
| 135 | 2026-03-24T17:01:05.936Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-24T17:01:15.731Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-24T17:01:25.517Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-24T17:01:47.995Z | Planning: Solver setup ... Done (21.076s) |
| 139 | 2026-03-24T17:01:48.154Z | Planning: Running solver ... Done (0.159s) |
| 140 | 2026-03-24T17:01:48.336Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-03-24T17:01:48.350Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-03-24T17:01:48.477Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-03-24T17:01:48.522Z | Planning: Package planning ... Done (0.043s) |
| 144 | 2026-03-24T17:01:48.559Z | Planning: Merging actions ... Done (0.040s) |
| 145 | 2026-03-24T17:01:48.794Z | Planning: Checking for conflicting actions ... Done (0.235s) |
| 146 | 2026-03-24T17:01:48.804Z | Planning: Consolidating action changes ... Done (0.010s) |
| 147 | 2026-03-24T17:01:49.658Z | Planning: Evaluating mediators ... Done (0.854s) |
| 148 | 2026-03-24T17:01:49.666Z | Planning: Planning completed in 24.01 seconds |
| 149 | 2026-03-24T17:01:49.680Z | Packages to install: 4 |
| 150 | 2026-03-24T17:01:49.683Z | Mediators to change: 2 |
| 151 | 2026-03-24T17:01:49.683Z | Services to change: 1 |
| 152 | 2026-03-24T17:01:49.683Z | Estimated space available: 155.43 GB |
| 153 | 2026-03-24T17:01:49.683Z | Estimated space to be consumed: 1.83 GB |
| 154 | 2026-03-24T17:01:49.683Z | Create boot environment: No |
| 155 | 2026-03-24T17:01:49.683Z | Create backup boot environment: No |
| 156 | 2026-03-24T17:01:49.683Z | Rebuild boot archive: No |
| 157 | 2026-03-24T17:01:49.683Z | |
| 158 | 2026-03-24T17:01:49.683Z | Changed mediators: |
| 159 | 2026-03-24T17:01:49.683Z | mediator clang: |
| 160 | 2026-03-24T17:01:49.683Z | version: None -> 15 (system default) |
| 161 | 2026-03-24T17:01:49.683Z | |
| 162 | 2026-03-24T17:01:49.683Z | mediator llvm: |
| 163 | 2026-03-24T17:01:49.683Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-24T17:01:49.683Z | |
| 165 | 2026-03-24T17:01:49.683Z | Changed packages: |
| 166 | 2026-03-24T17:01:49.683Z | helios-dev |
| 167 | 2026-03-24T17:01:49.683Z | developer/build-essential |
| 168 | 2026-03-24T17:01:49.683Z | None -> 11-2.0 |
| 169 | 2026-03-24T17:01:49.684Z | library/libxmlsec1 |
| 170 | 2026-03-24T17:01:49.684Z | None -> 1.2.35-2.0 |
| 171 | 2026-03-24T17:01:49.684Z | ooce/developer/clang-15 |
| 172 | 2026-03-24T17:01:49.684Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-24T17:01:49.684Z | ooce/developer/llvm-15 |
| 174 | 2026-03-24T17:01:49.684Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-24T17:01:49.684Z | |
| 176 | 2026-03-24T17:01:49.684Z | Services: |
| 177 | 2026-03-24T17:01:49.684Z | restart_fmri: |
| 178 | 2026-03-24T17:01:49.684Z | svc:/system/update-man-index:default |
| 179 | 2026-03-24T17:01:49.728Z | |
| 180 | 2026-03-24T17:01:49.728Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-03-24T17:01:54.727Z | Download: 2305/3290 items 119.6/212.6MB 56% complete (24.1M/s) |
| 182 | 2026-03-24T17:01:57.819Z | Download: Completed 212.60 MB in 8.09 seconds (26.3M/s) |
| 183 | 2026-03-24T17:01:58.074Z | Actions: 1/3689 actions (Installing new actions) |
| 184 | 2026-03-24T17:02:02.183Z | Actions: Completed 3689 actions in 4.11 seconds. |
| 185 | 2026-03-24T17:02:02.926Z | Done (0.740s) |
| 186 | 2026-03-24T17:02:02.926Z | Done (0.000s) |
| 187 | 2026-03-24T17:02:03.943Z | Done (1.014s) |
| 188 | 2026-03-24T17:02:07.646Z | Done (3.345s) |
| 189 | 2026-03-24T17:02:07.728Z | Done (0.017s) |
| 190 | 2026-03-24T17:02:07.731Z | Done (0.000s) |
| 191 | 2026-03-24T17:02:07.864Z | Done (0.000s) |
| 192 | 2026-03-24T17:02:08.844Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2026-03-24T17:02:08.971Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2026-03-24T17:02:08.973Z | Planning: Consolidating action changes ... Done |
| 195 | 2026-03-24T17:02:09.193Z | Planning: Evaluating mediators ... Done |
| 196 | 2026-03-24T17:02:09.196Z | Planning: Planning completed in 0.37 seconds |
| 197 | 2026-03-24T17:02:09.224Z | Mediators to change: 2 |
| 198 | 2026-03-24T17:02:09.224Z | Create boot environment: No |
| 199 | 2026-03-24T17:02:09.227Z | Create backup boot environment: No |
| 200 | 2026-03-24T17:02:09.286Z | Done |
| 201 | 2026-03-24T17:02:09.287Z | Done |
| 202 | 2026-03-24T17:02:10.007Z | Done |
| 203 | 2026-03-24T17:02:13.340Z | Done |
| 204 | 2026-03-24T17:02:13.435Z | Done |
| 205 | 2026-03-24T17:02:13.439Z | Done |
| 206 | 2026-03-24T17:02:13.644Z | Done |
| 207 | 2026-03-24T17:02:14.175Z | Planning: Evaluating mediator changes ... Done |
| 208 | 2026-03-24T17:02:14.180Z | Planning: Merging actions ... Done |
| 209 | 2026-03-24T17:02:14.341Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2026-03-24T17:02:14.344Z | Planning: Consolidating action changes ... Done |
| 211 | 2026-03-24T17:02:14.560Z | Planning: Evaluating mediators ... Done |
| 212 | 2026-03-24T17:02:14.604Z | Planning: Planning completed in 0.63 seconds |
| 213 | 2026-03-24T17:02:14.633Z | Packages to change: 1 |
| 214 | 2026-03-24T17:02:14.633Z | Mediators to change: 1 |
| 215 | 2026-03-24T17:02:14.637Z | Services to change: 1 |
| 216 | 2026-03-24T17:02:14.637Z | Create boot environment: No |
| 217 | 2026-03-24T17:02:14.637Z | Create backup boot environment: Yes |
| 218 | 2026-03-24T17:02:17.094Z | Actions: 1/6 actions (Updating modified actions) |
| 219 | 2026-03-24T17:02:17.100Z | Actions: Completed 6 actions in 0.00 seconds. |
| 220 | 2026-03-24T17:02:17.100Z | Done |
| 221 | 2026-03-24T17:02:17.100Z | Done |
| 222 | 2026-03-24T17:02:17.285Z | Done |
| 223 | 2026-03-24T17:02:20.538Z | Done |
| 224 | 2026-03-24T17:02:20.621Z | Done |
| 225 | 2026-03-24T17:02:20.624Z | Done |
| 226 | 2026-03-24T17:02:20.782Z | Done |
| 227 | 2026-03-24T17:02:21.156Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 228 | 2026-03-24T17:02:21.156Z | clang system 15 system |
| 229 | 2026-03-24T17:02:21.156Z | csh system system illumos |
| 230 | 2026-03-24T17:02:21.156Z | ctags system system illumos |
| 231 | 2026-03-24T17:02:21.156Z | file system system illumos |
| 232 | 2026-03-24T17:02:21.156Z | gcc vendor 12 vendor |
| 233 | 2026-03-24T17:02:21.156Z | gcc system 10 system |
| 234 | 2026-03-24T17:02:21.156Z | gcc system 7 system |
| 235 | 2026-03-24T17:02:21.156Z | go system 1.20 system |
| 236 | 2026-03-24T17:02:21.156Z | go system 1.19 system |
| 237 | 2026-03-24T17:02:21.157Z | llvm system 15 system |
| 238 | 2026-03-24T17:02:21.157Z | llvm system 14 system |
| 239 | 2026-03-24T17:02:21.157Z | mariadb system 10.6 system |
| 240 | 2026-03-24T17:02:21.157Z | mta vendor vendor dma |
| 241 | 2026-03-24T17:02:21.157Z | openjdk system 17 system |
| 242 | 2026-03-24T17:02:21.157Z | openjdk system 11 system |
| 243 | 2026-03-24T17:02:21.157Z | openjdk system 1.8 system |
| 244 | 2026-03-24T17:02:21.157Z | openssl vendor 3 vendor |
| 245 | 2026-03-24T17:02:21.157Z | perl system 5.36 system |
| 246 | 2026-03-24T17:02:21.157Z | postgresql system 15 system |
| 247 | 2026-03-24T17:02:21.157Z | postgresql system 13 system |
| 248 | 2026-03-24T17:02:21.157Z | python vendor 3 vendor |
| 249 | 2026-03-24T17:02:21.157Z | python system 2 system |
| 250 | 2026-03-24T17:02:21.157Z | python3 system 3.11 system |
| 251 | 2026-03-24T17:02:21.157Z | ruby system 3.0 system |
| 252 | 2026-03-24T17:02:21.157Z | words vendor vendor american-english |
| 253 | 2026-03-24T17:02:21.157Z | words system system australian-english |
| 254 | 2026-03-24T17:02:21.157Z | words system system british-english |
| 255 | 2026-03-24T17:02:21.157Z | words system system canadian-english |
| 256 | 2026-03-24T17:02:21.157Z | words system system french |
| 257 | 2026-03-24T17:02:21.157Z | words system system italian |
| 258 | 2026-03-24T17:02:21.157Z | words system system ngerman |
| 259 | 2026-03-24T17:02:21.157Z | words system system ogerman |
| 260 | 2026-03-24T17:02:21.157Z | words system system spanish |
| 261 | 2026-03-24T17:02:21.454Z | PUBLISHER TYPE STATUS P LOCATION |
| 262 | 2026-03-24T17:02:21.455Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 263 | 2026-03-24T17:02:27.404Z | FMRI IFO |
| 264 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 265 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 266 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 267 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 268 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 269 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 270 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 271 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 272 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 273 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 274 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 275 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 276 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 277 | 2026-03-24T17:02:27.404Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 278 | 2026-03-24T17:02:27.405Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 279 | 2026-03-24T17:02:27.405Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 280 | 2026-03-24T17:02:28.630Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 281 | 2026-03-24T17:02:28.934Z | Updating crates.io index |
| 282 | 2026-03-24T17:02:28.937Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 283 | 2026-03-24T17:02:29.241Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 284 | 2026-03-24T17:02:30.130Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 285 | 2026-03-24T17:02:30.612Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 286 | 2026-03-24T17:02:31.591Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 287 | 2026-03-24T17:02:32.955Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 288 | 2026-03-24T17:02:34.458Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 289 | 2026-03-24T17:02:36.044Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 290 | 2026-03-24T17:02:36.913Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 291 | 2026-03-24T17:02:37.539Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 292 | 2026-03-24T17:02:38.347Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 293 | 2026-03-24T17:02:39.213Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 294 | 2026-03-24T17:02:39.538Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 295 | 2026-03-24T17:02:39.871Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 296 | 2026-03-24T17:02:40.947Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 297 | 2026-03-24T17:02:41.478Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 298 | 2026-03-24T17:02:41.889Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 299 | 2026-03-24T17:02:42.293Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 300 | 2026-03-24T17:02:42.764Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 301 | 2026-03-24T17:02:43.216Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 302 | 2026-03-24T17:02:43.482Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 303 | 2026-03-24T17:02:43.802Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 304 | 2026-03-24T17:02:44.227Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 305 | 2026-03-24T17:02:44.635Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 306 | 2026-03-24T17:02:45.267Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 307 | 2026-03-24T17:02:45.657Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 308 | 2026-03-24T17:02:46.003Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 309 | 2026-03-24T17:02:46.443Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 310 | 2026-03-24T17:02:47.434Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2026-03-24T17:02:48.167Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 312 | 2026-03-24T17:02:48.925Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2026-03-24T17:02:49.221Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2026-03-24T17:02:50.247Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 315 | 2026-03-24T17:02:50.661Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 316 | 2026-03-24T17:02:51.021Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 317 | 2026-03-24T17:02:51.612Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 318 | 2026-03-24T17:02:52.147Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 319 | 2026-03-24T17:02:52.479Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2026-03-24T17:02:52.905Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 321 | 2026-03-24T17:03:06.898Z | Downloading crates ... |
| 322 | 2026-03-24T17:03:06.961Z | Downloaded cargo_toml v0.21.0 |
| 323 | 2026-03-24T17:03:06.966Z | Downloaded clap_lex v1.0.0 |
| 324 | 2026-03-24T17:03:06.968Z | Downloaded cfg-if v1.0.4 |
| 325 | 2026-03-24T17:03:06.972Z | Downloaded anstyle v1.0.13 |
| 326 | 2026-03-24T17:03:06.972Z | Downloaded cpufeatures v0.2.17 |
| 327 | 2026-03-24T17:03:06.975Z | Downloaded anstyle-parse v0.2.7 |
| 328 | 2026-03-24T17:03:06.977Z | Downloaded colorchoice v1.0.4 |
| 329 | 2026-03-24T17:03:06.977Z | Downloaded clap_derive v4.5.55 |
| 330 | 2026-03-24T17:03:06.980Z | Downloaded cargo_metadata v0.21.0 |
| 331 | 2026-03-24T17:03:06.983Z | Downloaded textwrap v0.16.2 |
| 332 | 2026-03-24T17:03:06.983Z | Downloaded unicode-linebreak v0.1.5 |
| 333 | 2026-03-24T17:03:06.986Z | Downloaded cargo-platform v0.2.0 |
| 334 | 2026-03-24T17:03:06.986Z | Downloaded usdt v0.5.0 |
| 335 | 2026-03-24T17:03:06.986Z | Downloaded thread-id v4.2.2 |
| 336 | 2026-03-24T17:03:06.989Z | Downloaded unicode-ident v1.0.24 |
| 337 | 2026-03-24T17:03:06.995Z | Downloaded anstyle-query v1.1.5 |
| 338 | 2026-03-24T17:03:06.998Z | Downloaded scroll_derive v0.12.1 |
| 339 | 2026-03-24T17:03:06.998Z | Downloaded proc-macro2 v1.0.106 |
| 340 | 2026-03-24T17:03:07.001Z | Downloaded usdt-macro v0.5.0 |
| 341 | 2026-03-24T17:03:07.002Z | Downloaded toml_datetime v0.6.11 |
| 342 | 2026-03-24T17:03:07.004Z | Downloaded digest v0.10.7 |
| 343 | 2026-03-24T17:03:07.007Z | Downloaded yoke-derive v0.8.1 |
| 344 | 2026-03-24T17:03:07.007Z | Downloaded heck v0.5.0 |
| 345 | 2026-03-24T17:03:07.007Z | Downloaded plain v0.2.3 |
| 346 | 2026-03-24T17:03:07.010Z | Downloaded anstream v0.6.21 |
| 347 | 2026-03-24T17:03:07.010Z | Downloaded typeid v1.0.3 |
| 348 | 2026-03-24T17:03:07.013Z | Downloaded zerofrom v0.1.6 |
| 349 | 2026-03-24T17:03:07.013Z | Downloaded utf8parse v0.2.2 |
| 350 | 2026-03-24T17:03:07.013Z | Downloaded idna_adapter v1.2.1 |
| 351 | 2026-03-24T17:03:07.015Z | Downloaded usdt-attr-macro v0.5.0 |
| 352 | 2026-03-24T17:03:07.015Z | Downloaded serde_spanned v0.6.9 |
| 353 | 2026-03-24T17:03:07.016Z | Downloaded heck v0.4.1 |
| 354 | 2026-03-24T17:03:07.018Z | Downloaded form_urlencoded v1.2.2 |
| 355 | 2026-03-24T17:03:07.018Z | Downloaded pretty-hex v0.4.1 |
| 356 | 2026-03-24T17:03:07.019Z | Downloaded version_check v0.9.5 |
| 357 | 2026-03-24T17:03:07.021Z | Downloaded unicode-xid v0.2.6 |
| 358 | 2026-03-24T17:03:07.021Z | Downloaded smawk v0.3.2 |
| 359 | 2026-03-24T17:03:07.024Z | Downloaded toml_write v0.1.2 |
| 360 | 2026-03-24T17:03:07.027Z | Downloaded utf8_iter v1.0.4 |
| 361 | 2026-03-24T17:03:07.027Z | Downloaded cargo-util-schemas v0.8.2 |
| 362 | 2026-03-24T17:03:07.029Z | Downloaded zerofrom-derive v0.1.6 |
| 363 | 2026-03-24T17:03:07.029Z | Downloaded thiserror v1.0.69 |
| 364 | 2026-03-24T17:03:07.033Z | Downloaded strsim v0.11.1 |
| 365 | 2026-03-24T17:03:07.036Z | Downloaded zerovec-derive v0.11.2 |
| 366 | 2026-03-24T17:03:07.036Z | Downloaded yoke v0.8.1 |
| 367 | 2026-03-24T17:03:07.039Z | Downloaded is_terminal_polyfill v1.70.2 |
| 368 | 2026-03-24T17:03:07.039Z | Downloaded generic-array v0.14.7 |
| 369 | 2026-03-24T17:03:07.041Z | Downloaded fastrand v2.3.0 |
| 370 | 2026-03-24T17:03:07.041Z | Downloaded tinystr v0.8.2 |
| 371 | 2026-03-24T17:03:07.044Z | Downloaded thiserror-impl v1.0.69 |
| 372 | 2026-03-24T17:03:07.044Z | Downloaded usdt-impl v0.5.0 |
| 373 | 2026-03-24T17:03:07.044Z | Downloaded thiserror v2.0.18 |
| 374 | 2026-03-24T17:03:07.050Z | Downloaded writeable v0.6.2 |
| 375 | 2026-03-24T17:03:07.055Z | Downloaded camino-tempfile v1.4.1 |
| 376 | 2026-03-24T17:03:07.055Z | Downloaded ucd-trie v0.1.7 |
| 377 | 2026-03-24T17:03:07.055Z | Downloaded zmij v1.0.21 |
| 378 | 2026-03-24T17:03:07.059Z | Downloaded zerocopy-derive v0.7.35 |
| 379 | 2026-03-24T17:03:07.059Z | Downloaded quote v1.0.44 |
| 380 | 2026-03-24T17:03:07.062Z | Downloaded smallvec v1.15.1 |
| 381 | 2026-03-24T17:03:07.062Z | Downloaded thiserror-impl v2.0.18 |
| 382 | 2026-03-24T17:03:07.068Z | Downloaded dtrace-parser v0.2.0 |
| 383 | 2026-03-24T17:03:07.071Z | Downloaded toml v0.8.23 |
| 384 | 2026-03-24T17:03:07.071Z | Downloaded typenum v1.19.0 |
| 385 | 2026-03-24T17:03:07.074Z | Downloaded swrite v0.1.0 |
| 386 | 2026-03-24T17:03:07.076Z | Downloaded block-buffer v0.10.4 |
| 387 | 2026-03-24T17:03:07.079Z | Downloaded url v2.5.8 |
| 388 | 2026-03-24T17:03:07.081Z | Downloaded zerotrie v0.2.3 |
| 389 | 2026-03-24T17:03:07.084Z | Downloaded toml_edit v0.22.27 |
| 390 | 2026-03-24T17:03:07.087Z | Downloaded terminal_size v0.4.3 |
| 391 | 2026-03-24T17:03:07.089Z | Downloaded errno v0.3.14 |
| 392 | 2026-03-24T17:03:07.090Z | Downloaded dof v0.3.0 |
| 393 | 2026-03-24T17:03:07.090Z | Downloaded serde-value v0.7.0 |
| 394 | 2026-03-24T17:03:07.092Z | Downloaded potential_utf v0.1.4 |
| 395 | 2026-03-24T17:03:07.092Z | Downloaded percent-encoding v2.3.2 |
| 396 | 2026-03-24T17:03:07.092Z | Downloaded fnv v1.0.7 |
| 397 | 2026-03-24T17:03:07.092Z | Downloaded macaddr v1.0.1 |
| 398 | 2026-03-24T17:03:07.095Z | Downloaded crypto-common v0.1.7 |
| 399 | 2026-03-24T17:03:07.098Z | Downloaded zerocopy v0.7.35 |
| 400 | 2026-03-24T17:03:07.107Z | Downloaded tabled_derive v0.7.0 |
| 401 | 2026-03-24T17:03:07.110Z | Downloaded zerovec v0.11.5 |
| 402 | 2026-03-24T17:03:07.113Z | Downloaded memmap v0.7.0 |
| 403 | 2026-03-24T17:03:07.116Z | Downloaded stable_deref_trait v1.2.1 |
| 404 | 2026-03-24T17:03:07.116Z | Downloaded proc-macro-error-attr v1.0.4 |
| 405 | 2026-03-24T17:03:07.116Z | Downloaded itoa v1.0.17 |
| 406 | 2026-03-24T17:03:07.119Z | Downloaded equivalent v1.0.2 |
| 407 | 2026-03-24T17:03:07.119Z | Downloaded scroll v0.12.0 |
| 408 | 2026-03-24T17:03:07.121Z | Downloaded winnow v0.7.14 |
| 409 | 2026-03-24T17:03:07.126Z | Downloaded unicode-width v0.2.0 |
| 410 | 2026-03-24T17:03:07.130Z | Downloaded clap v4.5.60 |
| 411 | 2026-03-24T17:03:07.137Z | Downloaded sha2 v0.10.9 |
| 412 | 2026-03-24T17:03:07.140Z | Downloaded unicode-width v0.1.14 |
| 413 | 2026-03-24T17:03:07.142Z | Downloaded proc-macro-error v1.0.4 |
| 414 | 2026-03-24T17:03:07.145Z | Downloaded autocfg v1.5.0 |
| 415 | 2026-03-24T17:03:07.149Z | Downloaded ordered-float v2.10.1 |
| 416 | 2026-03-24T17:03:07.149Z | Downloaded serde_tokenstream v0.2.3 |
| 417 | 2026-03-24T17:03:07.149Z | Downloaded serde-untagged v0.1.9 |
| 418 | 2026-03-24T17:03:07.153Z | Downloaded semver v1.0.27 |
| 419 | 2026-03-24T17:03:07.153Z | Downloaded icu_properties v2.1.2 |
| 420 | 2026-03-24T17:03:07.155Z | Downloaded erased-serde v0.4.9 |
| 421 | 2026-03-24T17:03:07.156Z | Downloaded fs-err v3.3.0 |
| 422 | 2026-03-24T17:03:07.159Z | Downloaded byteorder v1.5.0 |
| 423 | 2026-03-24T17:03:07.164Z | Downloaded memchr v2.8.0 |
| 424 | 2026-03-24T17:03:07.171Z | Downloaded displaydoc v0.2.5 |
| 425 | 2026-03-24T17:03:07.173Z | Downloaded once_cell v1.21.3 |
| 426 | 2026-03-24T17:03:07.177Z | Downloaded camino v1.2.2 |
| 427 | 2026-03-24T17:03:07.177Z | Downloaded pest_derive v2.8.6 |
| 428 | 2026-03-24T17:03:07.180Z | Downloaded icu_provider v2.1.1 |
| 429 | 2026-03-24T17:03:07.184Z | Downloaded tempfile v3.25.0 |
| 430 | 2026-03-24T17:03:07.187Z | Downloaded anyhow v1.0.102 |
| 431 | 2026-03-24T17:03:07.189Z | Downloaded litemap v0.8.1 |
| 432 | 2026-03-24T17:03:07.192Z | Downloaded bytecount v0.6.9 |
| 433 | 2026-03-24T17:03:07.192Z | Downloaded bitflags v2.11.0 |
| 434 | 2026-03-24T17:03:07.196Z | Downloaded synstructure v0.13.2 |
| 435 | 2026-03-24T17:03:07.203Z | Downloaded serde_derive v1.0.228 |
| 436 | 2026-03-24T17:03:07.206Z | Downloaded getrandom v0.4.1 |
| 437 | 2026-03-24T17:03:07.209Z | Downloaded pest_generator v2.8.6 |
| 438 | 2026-03-24T17:03:07.209Z | Downloaded icu_collections v2.1.1 |
| 439 | 2026-03-24T17:03:07.212Z | Downloaded papergrid v0.11.0 |
| 440 | 2026-03-24T17:03:07.216Z | Downloaded icu_normalizer v2.1.1 |
| 441 | 2026-03-24T17:03:07.224Z | Downloaded num-traits v0.2.19 |
| 442 | 2026-03-24T17:03:07.227Z | Downloaded log v0.4.29 |
| 443 | 2026-03-24T17:03:07.229Z | Downloaded icu_normalizer_data v2.1.1 |
| 444 | 2026-03-24T17:03:07.238Z | Downloaded icu_locale_core v2.1.1 |
| 445 | 2026-03-24T17:03:07.242Z | Downloaded serde_core v1.0.228 |
| 446 | 2026-03-24T17:03:07.246Z | Downloaded pest_meta v2.8.6 |
| 447 | 2026-03-24T17:03:07.260Z | Downloaded serde v1.0.228 |
| 448 | 2026-03-24T17:03:07.289Z | Downloaded pest v2.8.6 |
| 449 | 2026-03-24T17:03:07.295Z | Downloaded indexmap v2.13.0 |
| 450 | 2026-03-24T17:03:07.306Z | Downloaded icu_properties_data v2.1.2 |
| 451 | 2026-03-24T17:03:07.313Z | Downloaded clap_builder v4.5.60 |
| 452 | 2026-03-24T17:03:07.318Z | Downloaded idna v1.1.0 |
| 453 | 2026-03-24T17:03:07.323Z | Downloaded hashbrown v0.16.1 |
| 454 | 2026-03-24T17:03:07.329Z | Downloaded serde_json v1.0.149 |
| 455 | 2026-03-24T17:03:07.351Z | Downloaded goblin v0.8.2 |
| 456 | 2026-03-24T17:03:07.356Z | Downloaded syn v1.0.109 |
| 457 | 2026-03-24T17:03:07.363Z | Downloaded tabled v0.15.0 |
| 458 | 2026-03-24T17:03:07.380Z | Downloaded syn v2.0.117 |
| 459 | 2026-03-24T17:03:07.398Z | Downloaded rustix v1.1.3 |
| 460 | 2026-03-24T17:03:07.432Z | Downloaded libc v0.2.180 |
| 461 | 2026-03-24T17:03:07.519Z | Compiling proc-macro2 v1.0.106 |
| 462 | 2026-03-24T17:03:07.522Z | Compiling unicode-ident v1.0.24 |
| 463 | 2026-03-24T17:03:07.522Z | Compiling quote v1.0.44 |
| 464 | 2026-03-24T17:03:07.522Z | Compiling serde_core v1.0.228 |
| 465 | 2026-03-24T17:03:07.522Z | Compiling libc v0.2.180 |
| 466 | 2026-03-24T17:03:07.522Z | Compiling version_check v0.9.5 |
| 467 | 2026-03-24T17:03:07.522Z | Compiling serde v1.0.228 |
| 468 | 2026-03-24T17:03:07.522Z | Compiling memchr v2.8.0 |
| 469 | 2026-03-24T17:03:07.927Z | Compiling stable_deref_trait v1.2.1 |
| 470 | 2026-03-24T17:03:08.024Z | Compiling zmij v1.0.21 |
| 471 | 2026-03-24T17:03:08.270Z | Compiling thiserror v1.0.69 |
| 472 | 2026-03-24T17:03:08.362Z | Compiling itoa v1.0.17 |
| 473 | 2026-03-24T17:03:08.597Z | Compiling autocfg v1.5.0 |
| 474 | 2026-03-24T17:03:08.621Z | Compiling ucd-trie v0.1.7 |
| 475 | 2026-03-24T17:03:08.731Z | Compiling litemap v0.8.1 |
| 476 | 2026-03-24T17:03:08.795Z | Compiling pest v2.8.6 |
| 477 | 2026-03-24T17:03:08.823Z | Compiling writeable v0.6.2 |
| 478 | 2026-03-24T17:03:08.988Z | Compiling rustix v1.1.3 |
| 479 | 2026-03-24T17:03:09.075Z | Compiling icu_properties_data v2.1.2 |
| 480 | 2026-03-24T17:03:09.298Z | Compiling icu_normalizer_data v2.1.1 |
| 481 | 2026-03-24T17:03:09.363Z | Compiling byteorder v1.5.0 |
| 482 | 2026-03-24T17:03:09.448Z | Compiling syn v2.0.117 |
| 483 | 2026-03-24T17:03:09.621Z | Compiling errno v0.3.14 |
| 484 | 2026-03-24T17:03:09.643Z | Compiling bitflags v2.11.0 |
| 485 | 2026-03-24T17:03:09.666Z | Compiling serde_json v1.0.149 |
| 486 | 2026-03-24T17:03:09.961Z | Compiling num-traits v0.2.19 |
| 487 | 2026-03-24T17:03:09.971Z | Compiling hashbrown v0.16.1 |
| 488 | 2026-03-24T17:03:10.173Z | Compiling smallvec v1.15.1 |
| 489 | 2026-03-24T17:03:10.264Z | Compiling equivalent v1.0.2 |
| 490 | 2026-03-24T17:03:10.339Z | Compiling pest_meta v2.8.6 |
| 491 | 2026-03-24T17:03:10.447Z | Compiling typeid v1.0.3 |
| 492 | 2026-03-24T17:03:10.734Z | Compiling indexmap v2.13.0 |
| 493 | 2026-03-24T17:03:10.789Z | Compiling thread-id v4.2.2 |
| 494 | 2026-03-24T17:03:10.894Z | Compiling usdt-impl v0.5.0 |
| 495 | 2026-03-24T17:03:10.916Z | Compiling proc-macro-error-attr v1.0.4 |
| 496 | 2026-03-24T17:03:10.990Z | Compiling toml_write v0.1.2 |
| 497 | 2026-03-24T17:03:11.149Z | Compiling erased-serde v0.4.9 |
| 498 | 2026-03-24T17:03:11.172Z | Compiling syn v1.0.109 |
| 499 | 2026-03-24T17:03:11.255Z | Compiling winnow v0.7.14 |
| 500 | 2026-03-24T17:03:11.729Z | Compiling proc-macro-error v1.0.4 |
| 501 | 2026-03-24T17:03:11.794Z | Compiling utf8_iter v1.0.4 |
| 502 | 2026-03-24T17:03:11.976Z | Compiling camino v1.2.2 |
| 503 | 2026-03-24T17:03:11.994Z | Compiling log v0.4.29 |
| 504 | 2026-03-24T17:03:12.236Z | Compiling plain v0.2.3 |
| 505 | 2026-03-24T17:03:12.371Z | Compiling percent-encoding v2.3.2 |
| 506 | 2026-03-24T17:03:12.376Z | Compiling getrandom v0.4.1 |
| 507 | 2026-03-24T17:03:12.617Z | Compiling utf8parse v0.2.2 |
| 508 | 2026-03-24T17:03:12.668Z | Compiling thiserror v2.0.18 |
| 509 | 2026-03-24T17:03:12.735Z | Compiling anstyle-parse v0.2.7 |
| 510 | 2026-03-24T17:03:12.760Z | Compiling ordered-float v2.10.1 |
| 511 | 2026-03-24T17:03:12.852Z | Compiling form_urlencoded v1.2.2 |
| 512 | 2026-03-24T17:03:13.149Z | Compiling terminal_size v0.4.3 |
| 513 | 2026-03-24T17:03:13.286Z | Compiling synstructure v0.13.2 |
| 514 | 2026-03-24T17:03:13.325Z | Compiling pest_generator v2.8.6 |
| 515 | 2026-03-24T17:03:13.410Z | Compiling cfg-if v1.0.4 |
| 516 | 2026-03-24T17:03:13.434Z | Compiling colorchoice v1.0.4 |
| 517 | 2026-03-24T17:03:13.504Z | Compiling is_terminal_polyfill v1.70.2 |
| 518 | 2026-03-24T17:03:13.564Z | Compiling anstyle v1.0.13 |
| 519 | 2026-03-24T17:03:13.588Z | Compiling pretty-hex v0.4.1 |
| 520 | 2026-03-24T17:03:13.623Z | Compiling anstyle-query v1.1.5 |
| 521 | 2026-03-24T17:03:13.653Z | Compiling serde-untagged v0.1.9 |
| 522 | 2026-03-24T17:03:13.856Z | Compiling anstream v0.6.21 |
| 523 | 2026-03-24T17:03:13.968Z | Compiling semver v1.0.27 |
| 524 | 2026-03-24T17:03:14.102Z | Compiling fs-err v3.3.0 |
| 525 | 2026-03-24T17:03:14.262Z | Compiling clap_lex v1.0.0 |
| 526 | 2026-03-24T17:03:14.285Z | Compiling fnv v1.0.7 |
| 527 | 2026-03-24T17:03:14.341Z | Compiling once_cell v1.21.3 |
| 528 | 2026-03-24T17:03:14.393Z | Compiling unicode-xid v0.2.6 |
| 529 | 2026-03-24T17:03:14.417Z | Compiling anyhow v1.0.102 |
| 530 | 2026-03-24T17:03:14.442Z | Compiling unicode-width v0.1.14 |
| 531 | 2026-03-24T17:03:14.551Z | Compiling bytecount v0.6.9 |
| 532 | 2026-03-24T17:03:14.575Z | Compiling heck v0.4.1 |
| 533 | 2026-03-24T17:03:14.613Z | Compiling strsim v0.11.1 |
| 534 | 2026-03-24T17:03:14.791Z | Compiling fastrand v2.3.0 |
| 535 | 2026-03-24T17:03:14.819Z | Compiling heck v0.5.0 |
| 536 | 2026-03-24T17:03:14.865Z | Compiling clap_builder v4.5.60 |
| 537 | 2026-03-24T17:03:15.073Z | Compiling tempfile v3.25.0 |
| 538 | 2026-03-24T17:03:15.144Z | Compiling papergrid v0.11.0 |
| 539 | 2026-03-24T17:03:15.296Z | Compiling memmap v0.7.0 |
| 540 | 2026-03-24T17:03:15.420Z | Compiling unicode-width v0.2.0 |
| 541 | 2026-03-24T17:03:15.529Z | Compiling smawk v0.3.2 |
| 542 | 2026-03-24T17:03:15.563Z | Compiling unicode-linebreak v0.1.5 |
| 543 | 2026-03-24T17:03:15.723Z | Compiling serde_derive v1.0.228 |
| 544 | 2026-03-24T17:03:15.750Z | Compiling zerofrom-derive v0.1.6 |
| 545 | 2026-03-24T17:03:15.782Z | Compiling yoke-derive v0.8.1 |
| 546 | 2026-03-24T17:03:15.918Z | Compiling zerovec-derive v0.11.2 |
| 547 | 2026-03-24T17:03:16.066Z | Compiling displaydoc v0.2.5 |
| 548 | 2026-03-24T17:03:17.032Z | Compiling thiserror-impl v1.0.69 |
| 549 | 2026-03-24T17:03:17.153Z | Compiling zerocopy-derive v0.7.35 |
| 550 | 2026-03-24T17:03:17.368Z | Compiling pest_derive v2.8.6 |
| 551 | 2026-03-24T17:03:17.407Z | Compiling scroll_derive v0.12.1 |
| 552 | 2026-03-24T17:03:17.644Z | Compiling zerofrom v0.1.6 |
| 553 | 2026-03-24T17:03:17.815Z | Compiling yoke v0.8.1 |
| 554 | 2026-03-24T17:03:17.889Z | Compiling thiserror-impl v2.0.18 |
| 555 | 2026-03-24T17:03:18.064Z | Compiling zerovec v0.11.5 |
| 556 | 2026-03-24T17:03:18.266Z | Compiling zerotrie v0.2.3 |
| 557 | 2026-03-24T17:03:18.290Z | Compiling zerocopy v0.7.35 |
| 558 | 2026-03-24T17:03:18.667Z | Compiling scroll v0.12.0 |
| 559 | 2026-03-24T17:03:18.702Z | Compiling tinystr v0.8.2 |
| 560 | 2026-03-24T17:03:18.934Z | Compiling potential_utf v0.1.4 |
| 561 | 2026-03-24T17:03:18.998Z | Compiling icu_locale_core v2.1.1 |
| 562 | 2026-03-24T17:03:19.047Z | Compiling dtrace-parser v0.2.0 |
| 563 | 2026-03-24T17:03:19.102Z | Compiling icu_collections v2.1.1 |
| 564 | 2026-03-24T17:03:19.143Z | Compiling goblin v0.8.2 |
| 565 | 2026-03-24T17:03:19.167Z | Compiling tabled_derive v0.7.0 |
| 566 | 2026-03-24T17:03:19.743Z | Compiling clap_derive v4.5.55 |
| 567 | 2026-03-24T17:03:19.768Z | Compiling textwrap v0.16.2 |
| 568 | 2026-03-24T17:03:19.845Z | Compiling icu_provider v2.1.1 |
| 569 | 2026-03-24T17:03:20.223Z | Compiling icu_properties v2.1.2 |
| 570 | 2026-03-24T17:03:20.247Z | Compiling icu_normalizer v2.1.1 |
| 571 | 2026-03-24T17:03:20.387Z | Compiling tabled v0.15.0 |
| 572 | 2026-03-24T17:03:20.436Z | Compiling serde_spanned v0.6.9 |
| 573 | 2026-03-24T17:03:20.501Z | Compiling toml_datetime v0.6.11 |
| 574 | 2026-03-24T17:03:20.591Z | Compiling serde-value v0.7.0 |
| 575 | 2026-03-24T17:03:20.850Z | Compiling toml_edit v0.22.27 |
| 576 | 2026-03-24T17:03:20.905Z | Compiling dof v0.3.0 |
| 577 | 2026-03-24T17:03:20.998Z | Compiling serde_tokenstream v0.2.3 |
| 578 | 2026-03-24T17:03:21.145Z | Compiling cargo-platform v0.2.0 |
| 579 | 2026-03-24T17:03:21.438Z | Compiling macaddr v1.0.1 |
| 580 | 2026-03-24T17:03:21.516Z | Compiling idna_adapter v1.2.1 |
| 581 | 2026-03-24T17:03:21.699Z | Compiling idna v1.1.0 |
| 582 | 2026-03-24T17:03:21.810Z | Compiling camino-tempfile v1.4.1 |
| 583 | 2026-03-24T17:03:22.114Z | Compiling url v2.5.8 |
| 584 | 2026-03-24T17:03:22.172Z | Compiling clap v4.5.60 |
| 585 | 2026-03-24T17:03:22.257Z | Compiling usdt-macro v0.5.0 |
| 586 | 2026-03-24T17:03:22.285Z | Compiling usdt-attr-macro v0.5.0 |
| 587 | 2026-03-24T17:03:22.614Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 588 | 2026-03-24T17:03:22.922Z | Compiling toml v0.8.23 |
| 589 | 2026-03-24T17:03:23.145Z | Compiling swrite v0.1.0 |
| 590 | 2026-03-24T17:03:23.465Z | Compiling cargo-util-schemas v0.8.2 |
| 591 | 2026-03-24T17:03:23.495Z | Compiling usdt v0.5.0 |
| 592 | 2026-03-24T17:03:23.526Z | Compiling cargo_toml v0.21.0 |
| 593 | 2026-03-24T17:03:24.645Z | Compiling cargo_metadata v0.21.0 |
| 594 | 2026-03-24T17:03:25.942Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 595 | 2026-03-24T17:03:28.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 596 | 2026-03-24T17:03:29.036Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 597 | 2026-03-24T17:03:29.784Z | Downloading crates ... |
| 598 | 2026-03-24T17:03:29.896Z | Downloaded ascii-canvas v3.0.0 |
| 599 | 2026-03-24T17:03:29.898Z | Downloaded assert_matches v1.5.0 |
| 600 | 2026-03-24T17:03:29.899Z | Downloaded arrayref v0.3.9 |
| 601 | 2026-03-24T17:03:29.901Z | Downloaded aead v0.5.2 |
| 602 | 2026-03-24T17:03:29.904Z | Downloaded adler2 v2.0.1 |
| 603 | 2026-03-24T17:03:29.911Z | Downloaded ctr v0.9.2 |
| 604 | 2026-03-24T17:03:29.914Z | Downloaded cobs v0.3.0 |
| 605 | 2026-03-24T17:03:29.917Z | Downloaded bitfield-macros v0.19.4 |
| 606 | 2026-03-24T17:03:29.917Z | Downloaded atomicwrites v0.4.4 |
| 607 | 2026-03-24T17:03:29.917Z | Downloaded console v0.16.2 |
| 608 | 2026-03-24T17:03:29.919Z | Downloaded des v0.8.1 |
| 609 | 2026-03-24T17:03:29.922Z | Downloaded crossbeam-deque v0.8.6 |
| 610 | 2026-03-24T17:03:29.922Z | Downloaded critical-section v1.2.0 |
| 611 | 2026-03-24T17:03:29.925Z | Downloaded backon v1.6.0 |
| 612 | 2026-03-24T17:03:29.925Z | Downloaded cfg_aliases v0.2.1 |
| 613 | 2026-03-24T17:03:29.928Z | Downloaded ff v0.13.1 |
| 614 | 2026-03-24T17:03:29.928Z | Downloaded aes v0.8.4 |
| 615 | 2026-03-24T17:03:29.931Z | Downloaded atomic-waker v1.1.2 |
| 616 | 2026-03-24T17:03:29.934Z | Downloaded bb8 v0.8.6 |
| 617 | 2026-03-24T17:03:29.937Z | Downloaded erased-serde v0.3.31 |
| 618 | 2026-03-24T17:03:29.937Z | Downloaded bitfield-struct v0.6.2 |
| 619 | 2026-03-24T17:03:29.939Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 620 | 2026-03-24T17:03:29.939Z | Downloaded base16ct v0.2.0 |
| 621 | 2026-03-24T17:03:29.943Z | Downloaded atty v0.2.14 |
| 622 | 2026-03-24T17:03:29.943Z | Downloaded async-stream-impl v0.3.6 |
| 623 | 2026-03-24T17:03:29.947Z | Downloaded enum-as-inner v0.6.1 |
| 624 | 2026-03-24T17:03:29.950Z | Downloaded display-error-chain v0.2.2 |
| 625 | 2026-03-24T17:03:29.950Z | Downloaded bit-set v0.5.3 |
| 626 | 2026-03-24T17:03:29.953Z | Downloaded futures-task v0.3.32 |
| 627 | 2026-03-24T17:03:29.953Z | Downloaded derive-where v1.6.0 |
| 628 | 2026-03-24T17:03:29.957Z | Downloaded ciborium-io v0.2.2 |
| 629 | 2026-03-24T17:03:29.959Z | Downloaded blake2 v0.10.6 |
| 630 | 2026-03-24T17:03:29.959Z | Downloaded ena v0.14.4 |
| 631 | 2026-03-24T17:03:29.962Z | Downloaded convert_case v0.4.0 |
| 632 | 2026-03-24T17:03:29.962Z | Downloaded base64ct v1.8.3 |
| 633 | 2026-03-24T17:03:29.965Z | Downloaded float-cmp v0.10.0 |
| 634 | 2026-03-24T17:03:29.968Z | Downloaded endian-type v0.1.2 |
| 635 | 2026-03-24T17:03:29.968Z | Downloaded darling_macro v0.20.11 |
| 636 | 2026-03-24T17:03:29.968Z | Downloaded dtrace-parser v0.3.0 |
| 637 | 2026-03-24T17:03:29.971Z | Downloaded derive_builder_core v0.20.2 |
| 638 | 2026-03-24T17:03:29.971Z | Downloaded find-msvc-tools v0.1.9 |
| 639 | 2026-03-24T17:03:29.975Z | Downloaded cpufeatures v0.3.0 |
| 640 | 2026-03-24T17:03:29.975Z | Downloaded float-ord v0.3.2 |
| 641 | 2026-03-24T17:03:29.985Z | Downloaded fixedbitset v0.4.2 |
| 642 | 2026-03-24T17:03:29.985Z | Downloaded flume v0.11.1 |
| 643 | 2026-03-24T17:03:29.985Z | Downloaded darling_core v0.21.3 |
| 644 | 2026-03-24T17:03:29.985Z | Downloaded dsl_auto_type v0.2.0 |
| 645 | 2026-03-24T17:03:29.989Z | Downloaded derive_builder_macro v0.20.2 |
| 646 | 2026-03-24T17:03:29.989Z | Downloaded fd-lock v4.0.4 |
| 647 | 2026-03-24T17:03:29.991Z | Downloaded foreign-types v0.3.2 |
| 648 | 2026-03-24T17:03:29.991Z | Downloaded document-features v0.2.12 |
| 649 | 2026-03-24T17:03:29.994Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 650 | 2026-03-24T17:03:29.994Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 651 | 2026-03-24T17:03:29.994Z | Downloaded fxhash v0.2.1 |
| 652 | 2026-03-24T17:03:29.999Z | Downloaded async-recursion v1.1.1 |
| 653 | 2026-03-24T17:03:30.006Z | Downloaded crc-catalog v2.4.0 |
| 654 | 2026-03-24T17:03:30.006Z | Downloaded cfg_aliases v0.1.1 |
| 655 | 2026-03-24T17:03:30.006Z | Downloaded dirs-next v2.0.0 |
| 656 | 2026-03-24T17:03:30.010Z | Downloaded difflib v0.4.0 |
| 657 | 2026-03-24T17:03:30.010Z | Downloaded debug-ignore v1.0.5 |
| 658 | 2026-03-24T17:03:30.010Z | Downloaded crc8 v0.1.1 |
| 659 | 2026-03-24T17:03:30.010Z | Downloaded blowfish v0.9.1 |
| 660 | 2026-03-24T17:03:30.010Z | Downloaded dyn-clone v1.0.20 |
| 661 | 2026-03-24T17:03:30.010Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 662 | 2026-03-24T17:03:30.014Z | Downloaded crunchy v0.2.4 |
| 663 | 2026-03-24T17:03:30.014Z | Downloaded corncobs v0.1.4 |
| 664 | 2026-03-24T17:03:30.017Z | Downloaded array-init v0.0.4 |
| 665 | 2026-03-24T17:03:30.017Z | Downloaded argon2 v0.5.3 |
| 666 | 2026-03-24T17:03:30.017Z | Downloaded dirs-sys-next v0.1.2 |
| 667 | 2026-03-24T17:03:30.017Z | Downloaded downcast-rs v2.0.2 |
| 668 | 2026-03-24T17:03:30.020Z | Downloaded embedded-io v0.4.0 |
| 669 | 2026-03-24T17:03:30.020Z | Downloaded foreign-types-shared v0.1.1 |
| 670 | 2026-03-24T17:03:30.023Z | Downloaded crc v3.4.0 |
| 671 | 2026-03-24T17:03:30.023Z | Downloaded ghash v0.5.1 |
| 672 | 2026-03-24T17:03:30.026Z | Downloaded foreign-types-shared v0.3.1 |
| 673 | 2026-03-24T17:03:30.026Z | Downloaded block-padding v0.3.3 |
| 674 | 2026-03-24T17:03:30.026Z | Downloaded const_format_proc_macros v0.2.34 |
| 675 | 2026-03-24T17:03:30.029Z | Downloaded funty v2.0.0 |
| 676 | 2026-03-24T17:03:30.032Z | Downloaded futures-core v0.3.32 |
| 677 | 2026-03-24T17:03:30.032Z | Downloaded flagset v0.4.7 |
| 678 | 2026-03-24T17:03:30.032Z | Downloaded futures-macro v0.3.32 |
| 679 | 2026-03-24T17:03:30.036Z | Downloaded fallible-iterator v0.2.0 |
| 680 | 2026-03-24T17:03:30.036Z | Downloaded ed25519 v2.2.3 |
| 681 | 2026-03-24T17:03:30.039Z | Downloaded gethostname v0.5.0 |
| 682 | 2026-03-24T17:03:30.039Z | Downloaded git-stub v1.0.0 |
| 683 | 2026-03-24T17:03:30.041Z | Downloaded dof v0.4.0 |
| 684 | 2026-03-24T17:03:30.041Z | Downloaded futures-sink v0.3.32 |
| 685 | 2026-03-24T17:03:30.041Z | Downloaded defmt-parser v1.0.0 |
| 686 | 2026-03-24T17:03:30.044Z | Downloaded futures-io v0.3.32 |
| 687 | 2026-03-24T17:03:30.044Z | Downloaded foreign-types-macros v0.2.3 |
| 688 | 2026-03-24T17:03:30.047Z | Downloaded darling_macro v0.21.3 |
| 689 | 2026-03-24T17:03:30.047Z | Downloaded fs_extra v1.3.0 |
| 690 | 2026-03-24T17:03:30.049Z | Downloaded darling_core v0.23.0 |
| 691 | 2026-03-24T17:03:30.052Z | Downloaded crossbeam-epoch v0.9.18 |
| 692 | 2026-03-24T17:03:30.055Z | Downloaded cexpr v0.6.0 |
| 693 | 2026-03-24T17:03:30.058Z | Downloaded hash32 v0.3.1 |
| 694 | 2026-03-24T17:03:30.060Z | Downloaded cmake v0.1.57 |
| 695 | 2026-03-24T17:03:30.061Z | Downloaded buf-list v1.1.2 |
| 696 | 2026-03-24T17:03:30.064Z | Downloaded hex-literal v0.4.1 |
| 697 | 2026-03-24T17:03:30.064Z | Downloaded hex v0.4.3 |
| 698 | 2026-03-24T17:03:30.067Z | Downloaded home v0.5.12 |
| 699 | 2026-03-24T17:03:30.067Z | Downloaded hash32 v0.2.1 |
| 700 | 2026-03-24T17:03:30.070Z | Downloaded hostname v0.4.2 |
| 701 | 2026-03-24T17:03:30.070Z | Downloaded headers-core v0.3.0 |
| 702 | 2026-03-24T17:03:30.073Z | Downloaded diesel-dtrace v0.5.0 |
| 703 | 2026-03-24T17:03:30.073Z | Downloaded console v0.15.11 |
| 704 | 2026-03-24T17:03:30.077Z | Downloaded foldhash v0.2.0 |
| 705 | 2026-03-24T17:03:30.080Z | Downloaded fixedbitset v0.5.7 |
| 706 | 2026-03-24T17:03:30.080Z | Downloaded hostname v0.3.1 |
| 707 | 2026-03-24T17:03:30.080Z | Downloaded globwalk v0.9.1 |
| 708 | 2026-03-24T17:03:30.083Z | Downloaded ecdsa v0.16.9 |
| 709 | 2026-03-24T17:03:30.086Z | Downloaded either v1.15.0 |
| 710 | 2026-03-24T17:03:30.087Z | Downloaded http-body v1.0.1 |
| 711 | 2026-03-24T17:03:30.091Z | Downloaded constant_time_eq v0.4.2 |
| 712 | 2026-03-24T17:03:30.091Z | Downloaded fs-err v2.11.0 |
| 713 | 2026-03-24T17:03:30.095Z | Downloaded defmt v1.0.1 |
| 714 | 2026-03-24T17:03:30.095Z | Downloaded bitflags v1.3.2 |
| 715 | 2026-03-24T17:03:30.102Z | Downloaded httpdate v1.0.3 |
| 716 | 2026-03-24T17:03:30.102Z | Downloaded http-range v0.1.5 |
| 717 | 2026-03-24T17:03:30.105Z | Downloaded ident_case v1.0.1 |
| 718 | 2026-03-24T17:03:30.105Z | Downloaded indoc v1.0.9 |
| 719 | 2026-03-24T17:03:30.105Z | Downloaded instant v0.1.13 |
| 720 | 2026-03-24T17:03:30.105Z | Downloaded indent_write v2.2.0 |
| 721 | 2026-03-24T17:03:30.109Z | Downloaded inout v0.1.4 |
| 722 | 2026-03-24T17:03:30.109Z | Downloaded darling_core v0.20.11 |
| 723 | 2026-03-24T17:03:30.127Z | Downloaded instability v0.3.11 |
| 724 | 2026-03-24T17:03:30.130Z | Downloaded chacha20 v0.9.1 |
| 725 | 2026-03-24T17:03:30.130Z | Downloaded bzip2 v0.6.1 |
| 726 | 2026-03-24T17:03:30.133Z | Downloaded arrayvec v0.7.6 |
| 727 | 2026-03-24T17:03:30.136Z | Downloaded keccak v0.1.6 |
| 728 | 2026-03-24T17:03:30.136Z | Downloaded is_ci v1.2.0 |
| 729 | 2026-03-24T17:03:30.136Z | Downloaded is-terminal v0.4.17 |
| 730 | 2026-03-24T17:03:30.139Z | Downloaded internet-checksum v0.2.1 |
| 731 | 2026-03-24T17:03:30.139Z | Downloaded hyper-tls v0.6.0 |
| 732 | 2026-03-24T17:03:30.139Z | Downloaded hubpack_derive v0.1.1 |
| 733 | 2026-03-24T17:03:30.144Z | Downloaded derive_builder v0.20.2 |
| 734 | 2026-03-24T17:03:30.146Z | Downloaded lalrpop-util v0.19.12 |
| 735 | 2026-03-24T17:03:30.147Z | Downloaded group v0.13.0 |
| 736 | 2026-03-24T17:03:30.147Z | Downloaded foldhash v0.1.5 |
| 737 | 2026-03-24T17:03:30.150Z | Downloaded libscf-sys v1.1.0 |
| 738 | 2026-03-24T17:03:30.150Z | Downloaded lazy_static v1.5.0 |
| 739 | 2026-03-24T17:03:30.152Z | Downloaded highway v1.3.0 |
| 740 | 2026-03-24T17:03:30.155Z | Downloaded kstat-rs v0.2.4 |
| 741 | 2026-03-24T17:03:30.155Z | Downloaded lru v0.12.5 |
| 742 | 2026-03-24T17:03:30.158Z | Downloaded cookie v0.18.1 |
| 743 | 2026-03-24T17:03:30.162Z | Downloaded linked-hash-map v0.5.6 |
| 744 | 2026-03-24T17:03:30.162Z | Downloaded glob v0.3.3 |
| 745 | 2026-03-24T17:03:30.168Z | Downloaded match_cfg v0.1.0 |
| 746 | 2026-03-24T17:03:30.168Z | Downloaded maplit v1.0.2 |
| 747 | 2026-03-24T17:03:30.168Z | Downloaded getrandom v0.2.17 |
| 748 | 2026-03-24T17:03:30.172Z | Downloaded globset v0.4.18 |
| 749 | 2026-03-24T17:03:30.172Z | Downloaded mime v0.3.17 |
| 750 | 2026-03-24T17:03:30.172Z | Downloaded md-5 v0.10.6 |
| 751 | 2026-03-24T17:03:30.172Z | Downloaded lzss v0.8.2 |
| 752 | 2026-03-24T17:03:30.175Z | Downloaded humantime v2.3.0 |
| 753 | 2026-03-24T17:03:30.175Z | Downloaded managed v0.8.0 |
| 754 | 2026-03-24T17:03:30.178Z | Downloaded multimap v0.10.1 |
| 755 | 2026-03-24T17:03:30.178Z | Downloaded memoffset v0.9.1 |
| 756 | 2026-03-24T17:03:30.182Z | Downloaded new_debug_unreachable v1.0.6 |
| 757 | 2026-03-24T17:03:30.182Z | Downloaded ingot-types v0.1.2 |
| 758 | 2026-03-24T17:03:30.182Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 759 | 2026-03-24T17:03:30.186Z | Downloaded diff v0.1.13 |
| 760 | 2026-03-24T17:03:30.189Z | Downloaded crossterm v0.28.1 |
| 761 | 2026-03-24T17:03:30.265Z | Downloaded newline-converter v0.3.0 |
| 762 | 2026-03-24T17:03:30.271Z | Downloaded ahash v0.8.12 |
| 763 | 2026-03-24T17:03:30.271Z | Downloaded nodrop v0.1.14 |
| 764 | 2026-03-24T17:03:30.271Z | Downloaded nibble_vec v0.1.0 |
| 765 | 2026-03-24T17:03:30.271Z | Downloaded normalize-line-endings v0.3.0 |
| 766 | 2026-03-24T17:03:30.271Z | Downloaded newtype_derive v0.1.6 |
| 767 | 2026-03-24T17:03:30.271Z | Downloaded num v0.4.3 |
| 768 | 2026-03-24T17:03:30.271Z | Downloaded ipnet v2.11.0 |
| 769 | 2026-03-24T17:03:30.271Z | Downloaded nonempty v0.12.0 |
| 770 | 2026-03-24T17:03:30.271Z | Downloaded derive_more v0.99.20 |
| 771 | 2026-03-24T17:03:30.271Z | Downloaded half v1.8.3 |
| 772 | 2026-03-24T17:03:30.271Z | Downloaded fatfs v0.3.6 |
| 773 | 2026-03-24T17:03:30.271Z | Downloaded jobserver v0.1.34 |
| 774 | 2026-03-24T17:03:30.271Z | Downloaded libefi-sys v0.1.0 |
| 775 | 2026-03-24T17:03:30.271Z | Downloaded num_enum_derive v0.5.11 |
| 776 | 2026-03-24T17:03:30.271Z | Downloaded num-iter v0.1.45 |
| 777 | 2026-03-24T17:03:30.271Z | Downloaded num-conv v0.2.0 |
| 778 | 2026-03-24T17:03:30.271Z | Downloaded linear-map v1.2.0 |
| 779 | 2026-03-24T17:03:30.272Z | Downloaded num-derive v0.3.3 |
| 780 | 2026-03-24T17:03:30.272Z | Downloaded openssl-macros v0.1.1 |
| 781 | 2026-03-24T17:03:30.272Z | Downloaded openssl-probe v0.2.1 |
| 782 | 2026-03-24T17:03:30.272Z | Downloaded opaque-debug v0.3.1 |
| 783 | 2026-03-24T17:03:30.272Z | Downloaded num_threads v0.1.7 |
| 784 | 2026-03-24T17:03:30.272Z | Downloaded libsw v3.5.0 |
| 785 | 2026-03-24T17:03:30.272Z | Downloaded openssl-probe v0.1.6 |
| 786 | 2026-03-24T17:03:30.272Z | Downloaded hyper-rustls v0.27.7 |
| 787 | 2026-03-24T17:03:30.272Z | Downloaded futures-channel v0.3.32 |
| 788 | 2026-03-24T17:03:30.272Z | Downloaded getrandom v0.3.4 |
| 789 | 2026-03-24T17:03:30.272Z | Downloaded oso-derive v0.27.3 |
| 790 | 2026-03-24T17:03:30.272Z | Downloaded indoc v2.0.7 |
| 791 | 2026-03-24T17:03:30.272Z | Downloaded olpc-cjson v0.1.4 |
| 792 | 2026-03-24T17:03:30.272Z | Downloaded packed_struct_codegen v0.10.1 |
| 793 | 2026-03-24T17:03:30.272Z | Downloaded maybe-uninit v2.0.0 |
| 794 | 2026-03-24T17:03:30.272Z | Downloaded iana-time-zone v0.1.65 |
| 795 | 2026-03-24T17:03:30.272Z | Downloaded ingot-macros v0.1.1 |
| 796 | 2026-03-24T17:03:30.272Z | Downloaded native-tls v0.2.18 |
| 797 | 2026-03-24T17:03:30.272Z | Downloaded newtype-uuid v1.3.2 |
| 798 | 2026-03-24T17:03:30.272Z | Downloaded nanorand v0.7.0 |
| 799 | 2026-03-24T17:03:30.272Z | Downloaded base64 v0.22.1 |
| 800 | 2026-03-24T17:03:30.272Z | Downloaded compact_str v0.8.1 |
| 801 | 2026-03-24T17:03:30.272Z | Downloaded parse-display v0.10.0 |
| 802 | 2026-03-24T17:03:30.272Z | Downloaded nu-ansi-term v0.50.3 |
| 803 | 2026-03-24T17:03:30.272Z | Downloaded chacha20poly1305 v0.10.1 |
| 804 | 2026-03-24T17:03:30.279Z | Downloaded allocator-api2 v0.2.21 |
| 805 | 2026-03-24T17:03:30.279Z | Downloaded multer v3.1.0 |
| 806 | 2026-03-24T17:03:30.279Z | Downloaded num-complex v0.4.6 |
| 807 | 2026-03-24T17:03:30.283Z | Downloaded pbkdf2 v0.11.0 |
| 808 | 2026-03-24T17:03:30.283Z | Downloaded peg-runtime v0.8.5 |
| 809 | 2026-03-24T17:03:30.283Z | Downloaded num_enum_derive v0.7.5 |
| 810 | 2026-03-24T17:03:30.284Z | Downloaded half v2.7.1 |
| 811 | 2026-03-24T17:03:30.287Z | Downloaded libloading v0.8.9 |
| 812 | 2026-03-24T17:03:30.287Z | Downloaded num_enum v0.5.11 |
| 813 | 2026-03-24T17:03:30.291Z | Downloaded pbkdf2 v0.12.2 |
| 814 | 2026-03-24T17:03:30.295Z | Downloaded path-slash v0.1.5 |
| 815 | 2026-03-24T17:03:30.296Z | Downloaded parse-size v1.1.0 |
| 816 | 2026-03-24T17:03:30.296Z | Downloaded phf_shared v0.11.3 |
| 817 | 2026-03-24T17:03:30.300Z | Downloaded phf_shared v0.12.1 |
| 818 | 2026-03-24T17:03:30.300Z | Downloaded httparse v1.10.1 |
| 819 | 2026-03-24T17:03:30.304Z | Downloaded pin-utils v0.1.0 |
| 820 | 2026-03-24T17:03:30.304Z | Downloaded phf_shared v0.13.1 |
| 821 | 2026-03-24T17:03:30.304Z | Downloaded oxnet v0.1.4 |
| 822 | 2026-03-24T17:03:30.312Z | Downloaded num_enum v0.7.5 |
| 823 | 2026-03-24T17:03:30.312Z | Downloaded derive_more v2.1.1 |
| 824 | 2026-03-24T17:03:30.317Z | Downloaded precomputed-hash v0.1.1 |
| 825 | 2026-03-24T17:03:30.320Z | Downloaded powerfmt v0.2.0 |
| 826 | 2026-03-24T17:03:30.320Z | Downloaded base64 v0.21.7 |
| 827 | 2026-03-24T17:03:30.323Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 828 | 2026-03-24T17:03:30.326Z | Downloaded predicates-tree v1.0.13 |
| 829 | 2026-03-24T17:03:30.326Z | Downloaded const_format v0.2.35 |
| 830 | 2026-03-24T17:03:30.329Z | Downloaded parking_lot_core v0.8.6 |
| 831 | 2026-03-24T17:03:30.332Z | Downloaded proc-macro-crate v1.3.1 |
| 832 | 2026-03-24T17:03:30.335Z | Downloaded predicates-core v1.0.10 |
| 833 | 2026-03-24T17:03:30.335Z | Downloaded heapless v0.7.17 |
| 834 | 2026-03-24T17:03:30.338Z | Downloaded hickory-client v0.25.2 |
| 835 | 2026-03-24T17:03:30.340Z | Downloaded newtype-uuid-macros v0.1.0 |
| 836 | 2026-03-24T17:03:30.344Z | Downloaded password-hash v0.4.2 |
| 837 | 2026-03-24T17:03:30.344Z | Downloaded paste v1.0.15 |
| 838 | 2026-03-24T17:03:30.347Z | Downloaded proc-macro-crate v3.4.0 |
| 839 | 2026-03-24T17:03:30.347Z | Downloaded psl-types v2.0.11 |
| 840 | 2026-03-24T17:03:30.349Z | Downloaded quick-error v1.2.3 |
| 841 | 2026-03-24T17:03:30.352Z | Downloaded der v0.7.10 |
| 842 | 2026-03-24T17:03:30.355Z | Downloaded pem-rfc7468 v0.7.0 |
| 843 | 2026-03-24T17:03:30.358Z | Downloaded libbz2-rs-sys v0.2.2 |
| 844 | 2026-03-24T17:03:30.360Z | Downloaded headers v0.4.1 |
| 845 | 2026-03-24T17:03:30.363Z | Downloaded pkcs8 v0.10.2 |
| 846 | 2026-03-24T17:03:30.366Z | Downloaded pin-project-internal v1.1.11 |
| 847 | 2026-03-24T17:03:30.369Z | Downloaded pin-project-lite v0.2.17 |
| 848 | 2026-03-24T17:03:30.372Z | Downloaded phf v0.13.1 |
| 849 | 2026-03-24T17:03:30.375Z | Downloaded peg-macros v0.8.5 |
| 850 | 2026-03-24T17:03:30.377Z | Downloaded rand_chacha v0.3.1 |
| 851 | 2026-03-24T17:03:30.377Z | Downloaded polyval v0.6.2 |
| 852 | 2026-03-24T17:03:30.380Z | Downloaded ar_archive_writer v0.5.1 |
| 853 | 2026-03-24T17:03:30.383Z | Downloaded indicatif v0.18.4 |
| 854 | 2026-03-24T17:03:30.386Z | Downloaded ignore v0.4.25 |
| 855 | 2026-03-24T17:03:30.388Z | Downloaded predicates v3.1.4 |
| 856 | 2026-03-24T17:03:30.391Z | Downloaded pkg-config v0.3.32 |
| 857 | 2026-03-24T17:03:30.394Z | Downloaded rand_xorshift v0.4.0 |
| 858 | 2026-03-24T17:03:30.394Z | Downloaded progenitor v0.13.0 |
| 859 | 2026-03-24T17:03:30.396Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 860 | 2026-03-24T17:03:30.396Z | Downloaded postgres-protocol v0.6.10 |
| 861 | 2026-03-24T17:03:30.399Z | Downloaded ref-cast-impl v1.0.25 |
| 862 | 2026-03-24T17:03:30.399Z | Downloaded progenitor v0.10.0 |
| 863 | 2026-03-24T17:03:30.402Z | Downloaded parking_lot v0.11.2 |
| 864 | 2026-03-24T17:03:30.405Z | Downloaded recursive v0.1.1 |
| 865 | 2026-03-24T17:03:30.405Z | Downloaded progenitor-extras v0.1.1 |
| 866 | 2026-03-24T17:03:30.409Z | Downloaded ppv-lite86 v0.2.21 |
| 867 | 2026-03-24T17:03:30.409Z | Downloaded omicron-zone-package v0.12.2 |
| 868 | 2026-03-24T17:03:30.412Z | Downloaded progenitor v0.11.2 |
| 869 | 2026-03-24T17:03:30.412Z | Downloaded primeorder v0.13.6 |
| 870 | 2026-03-24T17:03:30.415Z | Downloaded bumpalo v3.20.2 |
| 871 | 2026-03-24T17:03:30.419Z | Downloaded ref-cast v1.0.25 |
| 872 | 2026-03-24T17:03:30.422Z | Downloaded phf v0.12.1 |
| 873 | 2026-03-24T17:03:30.422Z | Downloaded ed25519-dalek v2.2.0 |
| 874 | 2026-03-24T17:03:30.424Z | Downloaded rfc6979 v0.4.0 |
| 875 | 2026-03-24T17:03:30.426Z | Downloaded rtoolbox v0.0.3 |
| 876 | 2026-03-24T17:03:30.426Z | Downloaded progenitor-macro v0.10.0 |
| 877 | 2026-03-24T17:03:30.429Z | Downloaded progenitor-client v0.13.0 |
| 878 | 2026-03-24T17:03:30.429Z | Downloaded hickory-resolver v0.24.4 |
| 879 | 2026-03-24T17:03:30.432Z | Downloaded rustc_version v0.1.7 |
| 880 | 2026-03-24T17:03:30.435Z | Downloaded psm v0.1.30 |
| 881 | 2026-03-24T17:03:30.437Z | Downloaded crossbeam-channel v0.5.15 |
| 882 | 2026-03-24T17:03:30.441Z | Downloaded poly1305 v0.8.0 |
| 883 | 2026-03-24T17:03:30.445Z | Downloaded pkcs5 v0.7.1 |
| 884 | 2026-03-24T17:03:30.448Z | Downloaded rustc_version v0.4.1 |
| 885 | 2026-03-24T17:03:30.448Z | Downloaded radium v0.7.0 |
| 886 | 2026-03-24T17:03:30.448Z | Downloaded r2d2 v0.8.10 |
| 887 | 2026-03-24T17:03:30.450Z | Downloaded postgres-types v0.2.12 |
| 888 | 2026-03-24T17:03:30.453Z | Downloaded oso v0.27.3 |
| 889 | 2026-03-24T17:03:30.456Z | Downloaded p256 v0.13.2 |
| 890 | 2026-03-24T17:03:30.458Z | Downloaded postcard v1.1.3 |
| 891 | 2026-03-24T17:03:30.461Z | Downloaded rand_seeder v0.4.0 |
| 892 | 2026-03-24T17:03:30.464Z | Downloaded proc-macro-error2 v2.0.1 |
| 893 | 2026-03-24T17:03:30.467Z | Downloaded derive_more-impl v2.1.1 |
| 894 | 2026-03-24T17:03:30.469Z | Downloaded sapling-renderdag v0.1.0 |
| 895 | 2026-03-24T17:03:30.472Z | Downloaded papergrid v0.17.0 |
| 896 | 2026-03-24T17:03:30.476Z | Downloaded rand_core v0.9.5 |
| 897 | 2026-03-24T17:03:30.478Z | Downloaded salsa20 v0.10.2 |
| 898 | 2026-03-24T17:03:30.482Z | Downloaded bytes v1.11.1 |
| 899 | 2026-03-24T17:03:30.485Z | Downloaded scopeguard v1.2.0 |
| 900 | 2026-03-24T17:03:30.485Z | Downloaded same-file v1.0.6 |
| 901 | 2026-03-24T17:03:30.485Z | Downloaded scrypt v0.11.0 |
| 902 | 2026-03-24T17:03:30.487Z | Downloaded scheduled-thread-pool v0.2.7 |
| 903 | 2026-03-24T17:03:30.490Z | Downloaded secrecy v0.10.3 |
| 904 | 2026-03-24T17:03:30.490Z | Downloaded resolv-conf v0.7.6 |
| 905 | 2026-03-24T17:03:30.493Z | Downloaded secrecy v0.8.0 |
| 906 | 2026-03-24T17:03:30.493Z | Downloaded miniz_oxide v0.8.9 |
| 907 | 2026-03-24T17:03:30.496Z | Downloaded scroll_derive v0.13.1 |
| 908 | 2026-03-24T17:03:30.496Z | Downloaded parking_lot v0.12.5 |
| 909 | 2026-03-24T17:03:30.499Z | Downloaded rand_core v0.6.4 |
| 910 | 2026-03-24T17:03:30.502Z | Downloaded rand_chacha v0.9.0 |
| 911 | 2026-03-24T17:03:30.502Z | Downloaded pkcs1 v0.7.5 |
| 912 | 2026-03-24T17:03:30.505Z | Downloaded serde_bytes v0.11.19 |
| 913 | 2026-03-24T17:03:30.505Z | Downloaded serde-big-array v0.5.1 |
| 914 | 2026-03-24T17:03:30.508Z | Downloaded serde_plain v1.0.2 |
| 915 | 2026-03-24T17:03:30.511Z | Downloaded semver v0.1.20 |
| 916 | 2026-03-24T17:03:30.512Z | Downloaded rustc-hash v2.1.1 |
| 917 | 2026-03-24T17:03:30.512Z | Downloaded russh-cryptovec v0.7.3 |
| 918 | 2026-03-24T17:03:30.512Z | Downloaded hickory-resolver v0.25.2 |
| 919 | 2026-03-24T17:03:30.514Z | Downloaded quinn-udp v0.5.14 |
| 920 | 2026-03-24T17:03:30.518Z | Downloaded serde_spanned v1.0.4 |
| 921 | 2026-03-24T17:03:30.521Z | Downloaded serde_urlencoded v0.7.1 |
| 922 | 2026-03-24T17:03:30.521Z | Downloaded seq-macro v0.3.6 |
| 923 | 2026-03-24T17:03:30.524Z | Downloaded sha1 v0.10.6 |
| 924 | 2026-03-24T17:03:30.524Z | Downloaded shell-words v1.1.1 |
| 925 | 2026-03-24T17:03:30.524Z | Downloaded rustls-pemfile v2.2.0 |
| 926 | 2026-03-24T17:03:30.528Z | Downloaded pin-project v1.1.11 |
| 927 | 2026-03-24T17:03:30.536Z | Downloaded rustls-pemfile v1.0.4 |
| 928 | 2026-03-24T17:03:30.541Z | Downloaded rustls-native-certs v0.8.3 |
| 929 | 2026-03-24T17:03:30.544Z | Downloaded sigpipe v0.1.3 |
| 930 | 2026-03-24T17:03:30.544Z | Downloaded signal-hook-mio v0.2.5 |
| 931 | 2026-03-24T17:03:30.544Z | Downloaded signature v2.2.0 |
| 932 | 2026-03-24T17:03:30.547Z | Downloaded signal-hook-tokio v0.3.1 |
| 933 | 2026-03-24T17:03:30.547Z | Downloaded slog-bunyan v2.5.0 |
| 934 | 2026-03-24T17:03:30.547Z | Downloaded siphasher v1.0.2 |
| 935 | 2026-03-24T17:03:30.549Z | Downloaded rustversion v1.0.22 |
| 936 | 2026-03-24T17:03:30.553Z | Downloaded slog-envlogger v2.2.0 |
| 937 | 2026-03-24T17:03:30.553Z | Downloaded dropshot-api-manager v0.6.0 |
| 938 | 2026-03-24T17:03:30.556Z | Downloaded rusty-fork v0.3.1 |
| 939 | 2026-03-24T17:03:30.560Z | Downloaded hashbrown v0.13.2 |
| 940 | 2026-03-24T17:03:30.563Z | Downloaded hashbrown v0.12.3 |
| 941 | 2026-03-24T17:03:30.566Z | Downloaded scroll v0.13.0 |
| 942 | 2026-03-24T17:03:30.568Z | Downloaded sec1 v0.7.3 |
| 943 | 2026-03-24T17:03:30.568Z | Downloaded schemars_derive v0.8.22 |
| 944 | 2026-03-24T17:03:30.572Z | Downloaded rand_core v0.10.0 |
| 945 | 2026-03-24T17:03:30.572Z | Downloaded minimal-lexical v0.2.1 |
| 946 | 2026-03-24T17:03:30.575Z | Downloaded progenitor-impl v0.13.0 |
| 947 | 2026-03-24T17:03:30.584Z | Downloaded prefix-trie v0.7.0 |
| 948 | 2026-03-24T17:03:30.586Z | Downloaded serde-hex v0.1.0 |
| 949 | 2026-03-24T17:03:30.586Z | Downloaded progenitor-impl v0.11.2 |
| 950 | 2026-03-24T17:03:30.586Z | Downloaded sqlparser_derive v0.5.0 |
| 951 | 2026-03-24T17:03:30.586Z | Downloaded serde_derive_internals v0.29.1 |
| 952 | 2026-03-24T17:03:30.588Z | Downloaded openssl-sys v0.9.111 |
| 953 | 2026-03-24T17:03:30.591Z | Downloaded http v1.4.0 |
| 954 | 2026-03-24T17:03:30.594Z | Downloaded jiff-static v0.2.21 |
| 955 | 2026-03-24T17:03:30.597Z | Downloaded serde_repr v0.1.20 |
| 956 | 2026-03-24T17:03:30.599Z | Downloaded russh-keys v0.45.0 |
| 957 | 2026-03-24T17:03:30.602Z | Downloaded structmeta-derive v0.3.0 |
| 958 | 2026-03-24T17:03:30.605Z | Downloaded ssh-encoding v0.2.0 |
| 959 | 2026-03-24T17:03:30.605Z | Downloaded ssh-cipher v0.2.0 |
| 960 | 2026-03-24T17:03:30.605Z | Downloaded strip-ansi-escapes v0.2.1 |
| 961 | 2026-03-24T17:03:30.608Z | Downloaded rustls-pki-types v1.14.0 |
| 962 | 2026-03-24T17:03:30.611Z | Downloaded structmeta v0.3.0 |
| 963 | 2026-03-24T17:03:30.611Z | Downloaded strum v0.27.2 |
| 964 | 2026-03-24T17:03:30.613Z | Downloaded shlex v1.3.0 |
| 965 | 2026-03-24T17:03:30.613Z | Downloaded prettyplease v0.2.37 |
| 966 | 2026-03-24T17:03:30.616Z | Downloaded simd-adler32 v0.3.8 |
| 967 | 2026-03-24T17:03:30.619Z | Downloaded subtle v2.6.1 |
| 968 | 2026-03-24T17:03:30.622Z | Downloaded slog-stdlog v4.1.1 |
| 969 | 2026-03-24T17:03:30.622Z | Downloaded slog-scope v4.4.1 |
| 970 | 2026-03-24T17:03:30.622Z | Downloaded slog-json v2.6.1 |
| 971 | 2026-03-24T17:03:30.625Z | Downloaded hyper-util v0.1.20 |
| 972 | 2026-03-24T17:03:30.634Z | Downloaded sync_wrapper v1.0.2 |
| 973 | 2026-03-24T17:03:30.636Z | Downloaded tabwriter v1.4.1 |
| 974 | 2026-03-24T17:03:30.639Z | Downloaded tap v1.0.1 |
| 975 | 2026-03-24T17:03:30.639Z | Downloaded take_mut v0.2.2 |
| 976 | 2026-03-24T17:03:30.639Z | Downloaded tagptr v0.2.0 |
| 977 | 2026-03-24T17:03:30.644Z | Downloaded tabled_derive v0.11.0 |
| 978 | 2026-03-24T17:03:30.647Z | Downloaded rcgen v0.12.1 |
| 979 | 2026-03-24T17:03:30.649Z | Downloaded spki v0.7.3 |
| 980 | 2026-03-24T17:03:30.649Z | Downloaded snafu-derive v0.8.9 |
| 981 | 2026-03-24T17:03:30.652Z | Downloaded smf v0.2.3 |
| 982 | 2026-03-24T17:03:30.655Z | Downloaded blake3 v1.8.3 |
| 983 | 2026-03-24T17:03:30.661Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 984 | 2026-03-24T17:03:30.664Z | Downloaded time-core v0.1.8 |
| 985 | 2026-03-24T17:03:30.667Z | Downloaded termtree v0.5.1 |
| 986 | 2026-03-24T17:03:30.667Z | Downloaded thread-id v5.1.0 |
| 987 | 2026-03-24T17:03:30.670Z | Downloaded testing_table v0.3.0 |
| 988 | 2026-03-24T17:03:30.670Z | Downloaded strum_macros v0.24.3 |
| 989 | 2026-03-24T17:03:30.673Z | Downloaded static_assertions v1.1.0 |
| 990 | 2026-03-24T17:03:30.673Z | Downloaded tinyvec_macros v0.1.1 |
| 991 | 2026-03-24T17:03:30.676Z | Downloaded stacker v0.1.23 |
| 992 | 2026-03-24T17:03:30.676Z | Downloaded mio v1.1.1 |
| 993 | 2026-03-24T17:03:30.679Z | Downloaded strum_macros v0.26.4 |
| 994 | 2026-03-24T17:03:30.682Z | Downloaded strum v0.26.3 |
| 995 | 2026-03-24T17:03:30.682Z | Downloaded stringprep v0.1.5 |
| 996 | 2026-03-24T17:03:30.685Z | Downloaded string_cache v0.8.9 |
| 997 | 2026-03-24T17:03:30.685Z | Downloaded pretty_assertions v1.4.1 |
| 998 | 2026-03-24T17:03:30.688Z | Downloaded schemars v0.8.22 |
| 999 | 2026-03-24T17:03:30.696Z | Downloaded support-bundle-viewer v0.1.2 |
| 1000 | 2026-03-24T17:03:30.699Z | Downloaded strum_macros v0.27.2 |
| 1001 | 2026-03-24T17:03:30.702Z | Downloaded crossterm v0.29.0 |
| 1002 | 2026-03-24T17:03:30.705Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1003 | 2026-03-24T17:03:30.708Z | Downloaded sqlformat v0.3.5 |
| 1004 | 2026-03-24T17:03:30.710Z | Downloaded termios v0.3.3 |
| 1005 | 2026-03-24T17:03:30.710Z | Downloaded ryu v1.0.23 |
| 1006 | 2026-03-24T17:03:30.716Z | Downloaded serde_path_to_error v0.1.20 |
| 1007 | 2026-03-24T17:03:30.719Z | Downloaded serde_cbor v0.11.2 |
| 1008 | 2026-03-24T17:03:30.719Z | Downloaded ron v0.8.1 |
| 1009 | 2026-03-24T17:03:30.722Z | Downloaded spin v0.9.8 |
| 1010 | 2026-03-24T17:03:30.725Z | Downloaded itertools v0.10.5 |
| 1011 | 2026-03-24T17:03:30.728Z | Downloaded topological-sort v0.2.2 |
| 1012 | 2026-03-24T17:03:30.730Z | Downloaded sct v0.7.1 |
| 1013 | 2026-03-24T17:03:30.733Z | Downloaded libxml v0.3.3 |
| 1014 | 2026-03-24T17:03:30.736Z | Downloaded thiserror-no-std v2.0.2 |
| 1015 | 2026-03-24T17:03:30.740Z | Downloaded time-macros v0.2.27 |
| 1016 | 2026-03-24T17:03:30.743Z | Downloaded try-lock v0.2.5 |
| 1017 | 2026-03-24T17:03:30.746Z | Downloaded trait-variant v0.1.2 |
| 1018 | 2026-03-24T17:03:30.746Z | Downloaded tls_codec_derive v0.4.2 |
| 1019 | 2026-03-24T17:03:30.748Z | Downloaded thread_local v1.1.9 |
| 1020 | 2026-03-24T17:03:30.749Z | Downloaded qorb v0.4.1 |
| 1021 | 2026-03-24T17:03:30.751Z | Downloaded slog v2.8.2 |
| 1022 | 2026-03-24T17:03:30.755Z | Downloaded typify-macro v0.4.3 |
| 1023 | 2026-03-24T17:03:30.758Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1024 | 2026-03-24T17:03:30.763Z | Downloaded tls_codec v0.4.2 |
| 1025 | 2026-03-24T17:03:30.763Z | Downloaded rayon-core v1.13.0 |
| 1026 | 2026-03-24T17:03:30.766Z | Downloaded typify-macro v0.6.1 |
| 1027 | 2026-03-24T17:03:30.766Z | Downloaded tiny-keccak v2.0.2 |
| 1028 | 2026-03-24T17:03:30.768Z | Downloaded tokio-macros v2.6.0 |
| 1029 | 2026-03-24T17:03:30.771Z | Downloaded aes-gcm v0.10.3 |
| 1030 | 2026-03-24T17:03:30.776Z | Downloaded rand v0.8.5 |
| 1031 | 2026-03-24T17:03:30.776Z | Downloaded tokio-native-tls v0.3.1 |
| 1032 | 2026-03-24T17:03:30.780Z | Downloaded tokio-dtrace v0.1.1 |
| 1033 | 2026-03-24T17:03:30.780Z | Downloaded signal-hook v0.3.18 |
| 1034 | 2026-03-24T17:03:30.782Z | Downloaded unicode-truncate v1.1.0 |
| 1035 | 2026-03-24T17:03:30.782Z | Downloaded usdt-macro v0.6.0 |
| 1036 | 2026-03-24T17:03:30.782Z | Downloaded untrusted v0.9.0 |
| 1037 | 2026-03-24T17:03:30.785Z | Downloaded usdt v0.6.0 |
| 1038 | 2026-03-24T17:03:30.785Z | Downloaded untrusted v0.7.1 |
| 1039 | 2026-03-24T17:03:30.785Z | Downloaded unit-prefix v0.5.2 |
| 1040 | 2026-03-24T17:03:30.788Z | Downloaded tokio-rustls v0.25.0 |
| 1041 | 2026-03-24T17:03:30.788Z | Downloaded tokio-tungstenite v0.21.0 |
| 1042 | 2026-03-24T17:03:30.791Z | Downloaded futures-util v0.3.32 |
| 1043 | 2026-03-24T17:03:30.799Z | Downloaded usdt-attr-macro v0.6.0 |
| 1044 | 2026-03-24T17:03:30.802Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1045 | 2026-03-24T17:03:30.802Z | Downloaded void v1.0.2 |
| 1046 | 2026-03-24T17:03:30.802Z | Downloaded utf-8 v0.7.6 |
| 1047 | 2026-03-24T17:03:30.804Z | Downloaded tokio-tungstenite v0.23.1 |
| 1048 | 2026-03-24T17:03:30.807Z | Downloaded term v0.7.0 |
| 1049 | 2026-03-24T17:03:30.809Z | Downloaded publicsuffix v2.3.0 |
| 1050 | 2026-03-24T17:03:30.809Z | Downloaded socket2 v0.6.2 |
| 1051 | 2026-03-24T17:03:30.812Z | Downloaded unarray v0.1.4 |
| 1052 | 2026-03-24T17:03:30.812Z | Downloaded slog-term v2.9.2 |
| 1053 | 2026-03-24T17:03:30.815Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1054 | 2026-03-24T17:03:30.818Z | Downloaded want v0.3.1 |
| 1055 | 2026-03-24T17:03:30.818Z | Downloaded waitgroup v0.1.2 |
| 1056 | 2026-03-24T17:03:30.818Z | Downloaded term v1.2.1 |
| 1057 | 2026-03-24T17:03:30.823Z | Downloaded hashbrown v0.15.5 |
| 1058 | 2026-03-24T17:03:30.827Z | Downloaded schemars v1.2.1 |
| 1059 | 2026-03-24T17:03:30.836Z | Downloaded tokio-rustls v0.24.1 |
| 1060 | 2026-03-24T17:03:30.839Z | Downloaded nom v7.1.3 |
| 1061 | 2026-03-24T17:03:30.844Z | Downloaded unicase v2.9.0 |
| 1062 | 2026-03-24T17:03:30.846Z | Downloaded h2 v0.4.13 |
| 1063 | 2026-03-24T17:03:30.852Z | Downloaded tokio-rustls v0.26.4 |
| 1064 | 2026-03-24T17:03:30.857Z | Downloaded xshell-macros v0.2.7 |
| 1065 | 2026-03-24T17:03:30.857Z | Downloaded tar v0.4.44 |
| 1066 | 2026-03-24T17:03:30.857Z | Downloaded universal-hash v0.5.1 |
| 1067 | 2026-03-24T17:03:30.857Z | Downloaded xattr v1.6.1 |
| 1068 | 2026-03-24T17:03:30.861Z | Downloaded tokio-stream v0.1.18 |
| 1069 | 2026-03-24T17:03:30.864Z | Downloaded similar v2.7.0 |
| 1070 | 2026-03-24T17:03:30.864Z | Downloaded vergen-lib v0.1.6 |
| 1071 | 2026-03-24T17:03:30.867Z | Downloaded usdt-impl v0.6.0 |
| 1072 | 2026-03-24T17:03:30.867Z | Downloaded test-strategy v0.4.5 |
| 1073 | 2026-03-24T17:03:30.871Z | Downloaded vergen-gitcl v1.0.8 |
| 1074 | 2026-03-24T17:03:30.874Z | Downloaded vergen-git2 v1.0.7 |
| 1075 | 2026-03-24T17:03:30.874Z | Downloaded zone_cfg_derive v0.3.1 |
| 1076 | 2026-03-24T17:03:30.874Z | Downloaded zeroize_derive v1.4.3 |
| 1077 | 2026-03-24T17:03:30.874Z | Downloaded russh v0.45.0 |
| 1078 | 2026-03-24T17:03:30.878Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1079 | 2026-03-24T17:03:30.880Z | Downloaded rsa v0.9.10 |
| 1080 | 2026-03-24T17:03:30.884Z | Downloaded vsss-rs v3.3.4 |
| 1081 | 2026-03-24T17:03:30.887Z | Downloaded zone v0.3.1 |
| 1082 | 2026-03-24T17:03:30.889Z | Downloaded tracing-attributes v0.1.31 |
| 1083 | 2026-03-24T17:03:30.889Z | Downloaded tinyvec v1.10.0 |
| 1084 | 2026-03-24T17:03:30.893Z | Downloaded itertools v0.14.0 |
| 1085 | 2026-03-24T17:03:30.897Z | Downloaded twox-hash v2.1.2 |
| 1086 | 2026-03-24T17:03:30.900Z | Downloaded whoami v1.6.1 |
| 1087 | 2026-03-24T17:03:30.902Z | Downloaded tui-tree-widget v0.23.1 |
| 1088 | 2026-03-24T17:03:30.902Z | Downloaded walkdir v2.5.0 |
| 1089 | 2026-03-24T17:03:30.905Z | Downloaded rand v0.10.0 |
| 1090 | 2026-03-24T17:03:30.908Z | Downloaded unicode-properties v0.1.4 |
| 1091 | 2026-03-24T17:03:30.915Z | Downloaded rand v0.9.2 |
| 1092 | 2026-03-24T17:03:30.919Z | Downloaded iddqd v0.3.17 |
| 1093 | 2026-03-24T17:03:30.919Z | Downloaded wyz v0.5.1 |
| 1094 | 2026-03-24T17:03:30.919Z | Downloaded whoami v2.1.0 |
| 1095 | 2026-03-24T17:03:30.927Z | Downloaded uzers v0.12.2 |
| 1096 | 2026-03-24T17:03:30.927Z | Downloaded socket2 v0.5.10 |
| 1097 | 2026-03-24T17:03:30.930Z | Downloaded schemars v0.9.0 |
| 1098 | 2026-03-24T17:03:30.933Z | Downloaded vergen v9.0.6 |
| 1099 | 2026-03-24T17:03:30.935Z | Downloaded zeroize v1.8.2 |
| 1100 | 2026-03-24T17:03:30.935Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1101 | 2026-03-24T17:03:30.940Z | Downloaded toml v0.7.8 |
| 1102 | 2026-03-24T17:03:30.944Z | Downloaded bitvec v1.0.1 |
| 1103 | 2026-03-24T17:03:30.952Z | Downloaded zstd v0.13.3 |
| 1104 | 2026-03-24T17:03:30.955Z | Downloaded tracing-core v0.1.36 |
| 1105 | 2026-03-24T17:03:30.958Z | Downloaded steno v0.4.1 |
| 1106 | 2026-03-24T17:03:30.963Z | Downloaded typify v0.6.1 |
| 1107 | 2026-03-24T17:03:30.966Z | Downloaded tungstenite v0.21.0 |
| 1108 | 2026-03-24T17:03:30.966Z | Downloaded p521 v0.13.3 |
| 1109 | 2026-03-24T17:03:30.970Z | Downloaded libm v0.2.16 |
| 1110 | 2026-03-24T17:03:30.977Z | Downloaded xz2 v0.1.7 |
| 1111 | 2026-03-24T17:03:30.980Z | Downloaded xshell v0.2.7 |
| 1112 | 2026-03-24T17:03:30.980Z | Downloaded unsafe-libyaml v0.2.11 |
| 1113 | 2026-03-24T17:03:30.985Z | Downloaded rustyline v14.0.0 |
| 1114 | 2026-03-24T17:03:30.988Z | Downloaded unicode-bidi v0.3.18 |
| 1115 | 2026-03-24T17:03:30.991Z | Downloaded zerocopy v0.6.6 |
| 1116 | 2026-03-24T17:03:30.992Z | Downloaded yasna v0.5.2 |
| 1117 | 2026-03-24T17:03:31.014Z | Downloaded uuid v1.21.0 |
| 1118 | 2026-03-24T17:03:31.014Z | Downloaded tungstenite v0.23.0 |
| 1119 | 2026-03-24T17:03:31.014Z | Downloaded zstd-safe v7.2.4 |
| 1120 | 2026-03-24T17:03:31.014Z | Downloaded vte v0.14.1 |
| 1121 | 2026-03-24T17:03:31.014Z | Downloaded aws-lc-rs v1.16.0 |
| 1122 | 2026-03-24T17:03:31.014Z | Downloaded typify v0.4.3 |
| 1123 | 2026-03-24T17:03:31.014Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1124 | 2026-03-24T17:03:31.018Z | Downloaded iri-string v0.7.10 |
| 1125 | 2026-03-24T17:03:31.023Z | Downloaded tokio-postgres v0.7.16 |
| 1126 | 2026-03-24T17:03:31.030Z | Downloaded reedline v0.40.0 |
| 1127 | 2026-03-24T17:03:31.033Z | Downloaded snafu v0.8.9 |
| 1128 | 2026-03-24T17:03:31.033Z | Downloaded samael v0.0.19 |
| 1129 | 2026-03-24T17:03:31.038Z | Downloaded aho-corasick v1.1.4 |
| 1130 | 2026-03-24T17:03:31.042Z | Downloaded rpassword v7.4.0 |
| 1131 | 2026-03-24T17:03:31.045Z | Downloaded ron v0.12.0 |
| 1132 | 2026-03-24T17:03:31.050Z | Downloaded zopfli v0.8.3 |
| 1133 | 2026-03-24T17:03:31.052Z | Downloaded num-bigint-dig v0.8.6 |
| 1134 | 2026-03-24T17:03:31.055Z | Downloaded git2 v0.20.4 |
| 1135 | 2026-03-24T17:03:31.061Z | Downloaded unicode_categories v0.1.1 |
| 1136 | 2026-03-24T17:03:31.065Z | Downloaded hkdf v0.12.4 |
| 1137 | 2026-03-24T17:03:31.068Z | Downloaded subprocess v0.2.15 |
| 1138 | 2026-03-24T17:03:31.068Z | Downloaded itertools v0.13.0 |
| 1139 | 2026-03-24T17:03:31.073Z | Downloaded regex v1.12.3 |
| 1140 | 2026-03-24T17:03:31.076Z | Downloaded zip v0.6.6 |
| 1141 | 2026-03-24T17:03:31.079Z | Downloaded toml_edit v0.19.15 |
| 1142 | 2026-03-24T17:03:31.092Z | Downloaded ssh-key v0.6.7 |
| 1143 | 2026-03-24T17:03:31.097Z | Downloaded typed-path v0.9.3 |
| 1144 | 2026-03-24T17:03:31.102Z | Downloaded portable-atomic v1.13.1 |
| 1145 | 2026-03-24T17:03:31.107Z | Downloaded rayon v1.11.0 |
| 1146 | 2026-03-24T17:03:31.113Z | Downloaded yansi v1.0.1 |
| 1147 | 2026-03-24T17:03:31.116Z | Downloaded chrono v0.4.44 |
| 1148 | 2026-03-24T17:03:31.121Z | Downloaded tower v0.5.3 |
| 1149 | 2026-03-24T17:03:31.132Z | Downloaded x509-cert v0.2.5 |
| 1150 | 2026-03-24T17:03:31.135Z | Downloaded unicode-segmentation v1.12.0 |
| 1151 | 2026-03-24T17:03:31.138Z | Downloaded salty v0.3.0 |
| 1152 | 2026-03-24T17:03:31.141Z | Downloaded reqwest v0.13.2 |
| 1153 | 2026-03-24T17:03:31.144Z | Downloaded goblin v0.10.5 |
| 1154 | 2026-03-24T17:03:31.150Z | Downloaded lalrpop v0.19.12 |
| 1155 | 2026-03-24T17:03:31.158Z | Downloaded bindgen v0.71.1 |
| 1156 | 2026-03-24T17:03:31.163Z | Downloaded rustls-webpki v0.101.7 |
| 1157 | 2026-03-24T17:03:31.174Z | Downloaded quick-xml v0.37.5 |
| 1158 | 2026-03-24T17:03:31.178Z | Downloaded p384 v0.13.1 |
| 1159 | 2026-03-24T17:03:31.181Z | Downloaded proptest v1.10.0 |
| 1160 | 2026-03-24T17:03:31.188Z | Downloaded unicode-normalization v0.1.25 |
| 1161 | 2026-03-24T17:03:31.191Z | Downloaded moka v0.12.13 |
| 1162 | 2026-03-24T17:03:31.197Z | Downloaded zip v4.6.1 |
| 1163 | 2026-03-24T17:03:31.200Z | Downloaded tokio-util v0.7.18 |
| 1164 | 2026-03-24T17:03:31.206Z | Downloaded serde_with v3.17.0 |
| 1165 | 2026-03-24T17:03:31.215Z | Downloaded tough v0.20.0 |
| 1166 | 2026-03-24T17:03:31.221Z | Downloaded petname v2.0.2 |
| 1167 | 2026-03-24T17:03:31.225Z | Downloaded object v0.30.4 |
| 1168 | 2026-03-24T17:03:31.232Z | Downloaded zerocopy-derive v0.8.40 |
| 1169 | 2026-03-24T17:03:31.238Z | Downloaded quinn-proto v0.11.13 |
| 1170 | 2026-03-24T17:03:31.243Z | Downloaded reqwest v0.12.28 |
| 1171 | 2026-03-24T17:03:31.247Z | Downloaded tower-http v0.6.8 |
| 1172 | 2026-03-24T17:03:31.254Z | Downloaded radix_trie v0.2.1 |
| 1173 | 2026-03-24T17:03:31.258Z | Downloaded rustls-webpki v0.102.8 |
| 1174 | 2026-03-24T17:03:31.272Z | Downloaded polar-core v0.27.3 |
| 1175 | 2026-03-24T17:03:31.278Z | Downloaded openssl v0.10.75 |
| 1176 | 2026-03-24T17:03:31.286Z | Downloaded winnow v0.5.40 |
| 1177 | 2026-03-24T17:03:31.292Z | Downloaded bstr v1.12.1 |
| 1178 | 2026-03-24T17:03:31.299Z | Downloaded tabled v0.20.0 |
| 1179 | 2026-03-24T17:03:31.313Z | Downloaded rustls v0.21.12 |
| 1180 | 2026-03-24T17:03:31.321Z | Downloaded smoltcp v0.9.1 |
| 1181 | 2026-03-24T17:03:31.331Z | Downloaded vcpkg v0.2.15 |
| 1182 | 2026-03-24T17:03:31.360Z | Downloaded winnow v0.6.26 |
| 1183 | 2026-03-24T17:03:31.366Z | Downloaded dropshot v0.16.7 |
| 1184 | 2026-03-24T17:03:31.383Z | Downloaded object v0.37.3 |
| 1185 | 2026-03-24T17:03:31.392Z | Downloaded zlib-rs v0.6.2 |
| 1186 | 2026-03-24T17:03:31.396Z | Downloaded time v0.3.47 |
| 1187 | 2026-03-24T17:03:31.406Z | Downloaded diesel v2.3.7 |
| 1188 | 2026-03-24T17:03:31.423Z | Downloaded rustls v0.22.4 |
| 1189 | 2026-03-24T17:03:31.432Z | Downloaded openapiv3 v2.2.0 |
| 1190 | 2026-03-24T17:03:31.442Z | Downloaded nix v0.31.1 |
| 1191 | 2026-03-24T17:03:31.451Z | Downloaded webpki-roots v1.0.6 |
| 1192 | 2026-03-24T17:03:31.454Z | Downloaded rustls v0.23.37 |
| 1193 | 2026-03-24T17:03:31.463Z | Downloaded zerocopy v0.8.40 |
| 1194 | 2026-03-24T17:03:31.471Z | Downloaded regress v0.10.5 |
| 1195 | 2026-03-24T17:03:31.478Z | Downloaded smoltcp v0.11.0 |
| 1196 | 2026-03-24T17:03:31.489Z | Downloaded hickory-proto v0.25.2 |
| 1197 | 2026-03-24T17:03:31.502Z | Downloaded rustix v0.38.44 |
| 1198 | 2026-03-24T17:03:31.520Z | Downloaded regex-syntax v0.8.10 |
| 1199 | 2026-03-24T17:03:31.526Z | Downloaded hickory-proto v0.24.4 |
| 1200 | 2026-03-24T17:03:31.537Z | Downloaded regex-syntax v0.6.29 |
| 1201 | 2026-03-24T17:03:31.543Z | Downloaded nix v0.29.0 |
| 1202 | 2026-03-24T17:03:31.552Z | Downloaded typify-impl v0.6.1 |
| 1203 | 2026-03-24T17:03:31.563Z | Downloaded nix v0.28.0 |
| 1204 | 2026-03-24T17:03:31.572Z | Downloaded curve25519-dalek v4.1.3 |
| 1205 | 2026-03-24T17:03:31.578Z | Downloaded nix v0.27.1 |
| 1206 | 2026-03-24T17:03:31.588Z | Downloaded sqlparser v0.61.0 |
| 1207 | 2026-03-24T17:03:31.594Z | Downloaded itertools v0.12.1 |
| 1208 | 2026-03-24T17:03:31.600Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1209 | 2026-03-24T17:03:31.610Z | Downloaded sled v0.34.7 |
| 1210 | 2026-03-24T17:03:31.619Z | Downloaded rustls-webpki v0.103.9 |
| 1211 | 2026-03-24T17:03:31.622Z | Downloaded ratatui v0.29.0 |
| 1212 | 2026-03-24T17:03:31.638Z | Downloaded petgraph v0.6.5 |
| 1213 | 2026-03-24T17:03:31.652Z | Downloaded quinn v0.11.9 |
| 1214 | 2026-03-24T17:03:31.655Z | Downloaded jiff v0.2.21 |
| 1215 | 2026-03-24T17:03:31.671Z | Downloaded hyper v1.8.1 |
| 1216 | 2026-03-24T17:03:31.675Z | Downloaded typify-impl v0.4.3 |
| 1217 | 2026-03-24T17:03:31.688Z | Downloaded chrono-tz v0.10.4 |
| 1218 | 2026-03-24T17:03:31.701Z | Downloaded lzma-sys v0.1.20 |
| 1219 | 2026-03-24T17:03:31.724Z | Downloaded regex-automata v0.4.14 |
| 1220 | 2026-03-24T17:03:31.736Z | Downloaded zerocopy-derive v0.6.6 |
| 1221 | 2026-03-24T17:03:31.743Z | Downloaded tracing v0.1.44 |
| 1222 | 2026-03-24T17:03:31.760Z | Downloaded libz-sys v1.1.24 |
| 1223 | 2026-03-24T17:03:31.776Z | Downloaded wait-timeout v0.2.1 |
| 1224 | 2026-03-24T17:03:31.779Z | Downloaded serde_with_macros v3.17.0 |
| 1225 | 2026-03-24T17:03:31.779Z | Downloaded tower-service v0.3.3 |
| 1226 | 2026-03-24T17:03:31.781Z | Downloaded tower-layer v0.3.3 |
| 1227 | 2026-03-24T17:03:31.781Z | Downloaded num-bigint v0.4.6 |
| 1228 | 2026-03-24T17:03:31.784Z | Downloaded smallvec v0.6.14 |
| 1229 | 2026-03-24T17:03:31.787Z | Downloaded slog-dtrace v0.3.0 |
| 1230 | 2026-03-24T17:03:31.787Z | Downloaded hickory-server v0.25.2 |
| 1231 | 2026-03-24T17:03:31.789Z | Downloaded progenitor-impl v0.10.0 |
| 1232 | 2026-03-24T17:03:31.792Z | Downloaded sync-ptr v0.1.4 |
| 1233 | 2026-03-24T17:03:31.792Z | Downloaded supports-color v3.0.2 |
| 1234 | 2026-03-24T17:03:31.792Z | Downloaded slog-async v2.8.0 |
| 1235 | 2026-03-24T17:03:31.796Z | Downloaded slab v0.4.12 |
| 1236 | 2026-03-24T17:03:31.796Z | Downloaded signal-hook-registry v1.4.8 |
| 1237 | 2026-03-24T17:03:31.796Z | Downloaded heapless v0.8.0 |
| 1238 | 2026-03-24T17:03:31.799Z | Downloaded diesel_derives v2.3.7 |
| 1239 | 2026-03-24T17:03:31.802Z | Downloaded tokio v1.49.0 |
| 1240 | 2026-03-24T17:03:31.833Z | Downloaded petgraph v0.8.3 |
| 1241 | 2026-03-24T17:03:31.849Z | Downloaded parking_lot_core v0.9.12 |
| 1242 | 2026-03-24T17:03:31.853Z | Downloaded expectorate v1.2.0 |
| 1243 | 2026-03-24T17:03:31.857Z | Downloaded lock_api v0.4.14 |
| 1244 | 2026-03-24T17:03:31.857Z | Downloaded progenitor-macro v0.11.2 |
| 1245 | 2026-03-24T17:03:31.857Z | Downloaded pem v3.0.6 |
| 1246 | 2026-03-24T17:03:31.857Z | Downloaded peg v0.8.5 |
| 1247 | 2026-03-24T17:03:31.860Z | Downloaded parse-display-derive v0.10.0 |
| 1248 | 2026-03-24T17:03:31.860Z | Downloaded flate2 v1.1.9 |
| 1249 | 2026-03-24T17:03:31.863Z | Downloaded progenitor-macro v0.13.0 |
| 1250 | 2026-03-24T17:03:31.863Z | Downloaded csv v1.4.0 |
| 1251 | 2026-03-24T17:03:31.878Z | Downloaded progenitor-client v0.11.2 |
| 1252 | 2026-03-24T17:03:31.881Z | Downloaded progenitor-client v0.10.0 |
| 1253 | 2026-03-24T17:03:31.881Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1254 | 2026-03-24T17:03:31.893Z | Downloaded sha3 v0.10.8 |
| 1255 | 2026-03-24T17:03:31.897Z | Downloaded password-hash v0.5.0 |
| 1256 | 2026-03-24T17:03:31.899Z | Downloaded packed_struct v0.10.1 |
| 1257 | 2026-03-24T17:03:31.899Z | Downloaded oxide-tokio-rt v0.1.3 |
| 1258 | 2026-03-24T17:03:31.902Z | Downloaded cc v1.2.56 |
| 1259 | 2026-03-24T17:03:31.905Z | Downloaded owo-colors v4.3.0 |
| 1260 | 2026-03-24T17:03:31.905Z | Downloaded mime_guess v2.0.5 |
| 1261 | 2026-03-24T17:03:31.907Z | Downloaded memmap2 v0.9.10 |
| 1262 | 2026-03-24T17:03:31.907Z | Downloaded litrs v1.0.0 |
| 1263 | 2026-03-24T17:03:31.910Z | Downloaded indexmap v1.9.3 |
| 1264 | 2026-03-24T17:03:31.913Z | Downloaded arc-swap v1.8.2 |
| 1265 | 2026-03-24T17:03:31.916Z | Downloaded num-rational v0.4.2 |
| 1266 | 2026-03-24T17:03:31.916Z | Downloaded crc-any v2.5.0 |
| 1267 | 2026-03-24T17:03:31.919Z | Downloaded num-integer v0.1.46 |
| 1268 | 2026-03-24T17:03:31.919Z | Downloaded num-derive v0.4.2 |
| 1269 | 2026-03-24T17:03:31.919Z | Downloaded libsw-core v0.3.2 |
| 1270 | 2026-03-24T17:03:31.922Z | Downloaded hmac v0.12.1 |
| 1271 | 2026-03-24T17:03:31.922Z | Downloaded futures v0.3.32 |
| 1272 | 2026-03-24T17:03:31.926Z | Downloaded crc32fast v1.5.0 |
| 1273 | 2026-03-24T17:03:31.928Z | Downloaded dropshot_endpoint v0.16.7 |
| 1274 | 2026-03-24T17:03:31.928Z | Downloaded elliptic-curve v0.13.8 |
| 1275 | 2026-03-24T17:03:31.932Z | Downloaded colored v2.2.0 |
| 1276 | 2026-03-24T17:03:31.934Z | Downloaded ciborium v0.2.2 |
| 1277 | 2026-03-24T17:03:31.934Z | Downloaded md5 v0.7.0 |
| 1278 | 2026-03-24T17:03:31.940Z | Downloaded ring v0.17.14 |
| 1279 | 2026-03-24T17:03:31.966Z | Downloaded lru-slab v0.1.2 |
| 1280 | 2026-03-24T17:03:31.969Z | Downloaded lru-cache v0.1.2 |
| 1281 | 2026-03-24T17:03:31.969Z | Downloaded ingot v0.1.1 |
| 1282 | 2026-03-24T17:03:31.969Z | Downloaded hyper-staticfile v0.10.1 |
| 1283 | 2026-03-24T17:03:31.972Z | Downloaded encoding_rs v0.8.35 |
| 1284 | 2026-03-24T17:03:31.986Z | Downloaded defmt-macros v1.0.1 |
| 1285 | 2026-03-24T17:03:31.990Z | Downloaded darling v0.23.0 |
| 1286 | 2026-03-24T17:03:31.994Z | Downloaded ipnetwork v0.21.1 |
| 1287 | 2026-03-24T17:03:31.997Z | Downloaded futures-executor v0.3.32 |
| 1288 | 2026-03-24T17:03:31.997Z | Downloaded http-body-util v0.1.3 |
| 1289 | 2026-03-24T17:03:31.997Z | Downloaded darling v0.20.11 |
| 1290 | 2026-03-24T17:03:32.000Z | Downloaded git-stub-vcs v0.1.0 |
| 1291 | 2026-03-24T17:03:32.000Z | Downloaded drift v0.1.3 |
| 1292 | 2026-03-24T17:03:32.003Z | Downloaded const-oid v0.9.6 |
| 1293 | 2026-03-24T17:03:32.006Z | Downloaded colored v3.1.1 |
| 1294 | 2026-03-24T17:03:32.009Z | Downloaded clang-sys v1.8.1 |
| 1295 | 2026-03-24T17:03:32.009Z | Downloaded chacha20 v0.10.0 |
| 1296 | 2026-03-24T17:03:32.011Z | Downloaded cargo_toml v0.22.3 |
| 1297 | 2026-03-24T17:03:32.012Z | Downloaded cargo_metadata v0.19.2 |
| 1298 | 2026-03-24T17:03:32.014Z | Downloaded cancel-safe-futures v0.1.5 |
| 1299 | 2026-03-24T17:03:32.017Z | Downloaded crossbeam-utils v0.8.21 |
| 1300 | 2026-03-24T17:03:32.017Z | Downloaded hubpack v0.1.2 |
| 1301 | 2026-03-24T17:03:32.020Z | Downloaded convert_case v0.10.0 |
| 1302 | 2026-03-24T17:03:32.020Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1303 | 2026-03-24T17:03:32.020Z | Downloaded der_derive v0.7.3 |
| 1304 | 2026-03-24T17:03:32.023Z | Downloaded data-encoding v2.10.0 |
| 1305 | 2026-03-24T17:03:32.023Z | Downloaded filetime v0.2.27 |
| 1306 | 2026-03-24T17:03:32.023Z | Downloaded daft v0.1.5 |
| 1307 | 2026-03-24T17:03:32.026Z | Downloaded csv-core v0.1.13 |
| 1308 | 2026-03-24T17:03:32.026Z | Downloaded bcs v0.1.6 |
| 1309 | 2026-03-24T17:03:32.026Z | Downloaded daft-derive v0.1.5 |
| 1310 | 2026-03-24T17:03:32.029Z | Downloaded derive-ex v0.1.8 |
| 1311 | 2026-03-24T17:03:32.031Z | Downloaded bzip2 v0.4.4 |
| 1312 | 2026-03-24T17:03:32.031Z | Downloaded cipher v0.4.4 |
| 1313 | 2026-03-24T17:03:32.034Z | Downloaded cbc v0.1.2 |
| 1314 | 2026-03-24T17:03:32.034Z | Downloaded cassowary v0.3.0 |
| 1315 | 2026-03-24T17:03:32.034Z | Downloaded byte-wrapper v0.1.0 |
| 1316 | 2026-03-24T17:03:32.037Z | Downloaded bitfield v0.19.4 |
| 1317 | 2026-03-24T17:03:32.037Z | Downloaded bit-vec v0.8.0 |
| 1318 | 2026-03-24T17:03:32.039Z | Downloaded backoff v0.4.0 |
| 1319 | 2026-03-24T17:03:32.039Z | Downloaded dunce v1.0.5 |
| 1320 | 2026-03-24T17:03:32.042Z | Downloaded embedded-io v0.6.1 |
| 1321 | 2026-03-24T17:03:32.042Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1322 | 2026-03-24T17:03:32.082Z | Downloaded ciborium-ll v0.2.2 |
| 1323 | 2026-03-24T17:03:32.085Z | Downloaded bit-vec v0.6.3 |
| 1324 | 2026-03-24T17:03:32.085Z | Downloaded async-trait v0.1.89 |
| 1325 | 2026-03-24T17:03:32.088Z | Downloaded cookie_store v0.22.1 |
| 1326 | 2026-03-24T17:03:32.088Z | Downloaded castaway v0.2.4 |
| 1327 | 2026-03-24T17:03:32.091Z | Downloaded async-bb8-diesel v0.2.1 |
| 1328 | 2026-03-24T17:03:32.091Z | Downloaded base16ct v1.0.0 |
| 1329 | 2026-03-24T17:03:32.094Z | Downloaded foreign-types v0.5.0 |
| 1330 | 2026-03-24T17:03:32.094Z | Downloaded cstr-argument v0.1.2 |
| 1331 | 2026-03-24T17:03:32.094Z | Downloaded env_filter v1.0.0 |
| 1332 | 2026-03-24T17:03:32.094Z | Downloaded defmt v0.3.100 |
| 1333 | 2026-03-24T17:03:32.097Z | Downloaded deranged v0.5.8 |
| 1334 | 2026-03-24T17:03:32.097Z | Downloaded bit-set v0.8.0 |
| 1335 | 2026-03-24T17:03:32.097Z | Downloaded env_logger v0.11.9 |
| 1336 | 2026-03-24T17:03:32.100Z | Downloaded async-stream v0.3.6 |
| 1337 | 2026-03-24T17:03:32.100Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1338 | 2026-03-24T17:03:32.100Z | Downloaded darling_macro v0.23.0 |
| 1339 | 2026-03-24T17:03:32.103Z | Downloaded darling v0.21.3 |
| 1340 | 2026-03-24T17:03:32.106Z | Downloaded cargo-platform v0.1.9 |
| 1341 | 2026-03-24T17:03:32.106Z | Downloaded crypto-bigint v0.5.5 |
| 1342 | 2026-03-24T17:03:32.717Z | Downloaded aws-lc-sys v0.37.1 |
| 1343 | 2026-03-24T17:03:33.039Z | Compiling libc v0.2.180 |
| 1344 | 2026-03-24T17:03:33.043Z | Compiling serde v1.0.228 |
| 1345 | 2026-03-24T17:03:33.043Z | Compiling log v0.4.29 |
| 1346 | 2026-03-24T17:03:33.043Z | Compiling shlex v1.3.0 |
| 1347 | 2026-03-24T17:03:33.242Z | Compiling find-msvc-tools v0.1.9 |
| 1348 | 2026-03-24T17:03:33.245Z | Compiling smallvec v1.15.1 |
| 1349 | 2026-03-24T17:03:33.260Z | Compiling syn v2.0.117 |
| 1350 | 2026-03-24T17:03:33.278Z | Compiling typenum v1.19.0 |
| 1351 | 2026-03-24T17:03:33.447Z | Compiling generic-array v0.14.7 |
| 1352 | 2026-03-24T17:03:33.480Z | Compiling subtle v2.6.1 |
| 1353 | 2026-03-24T17:03:33.501Z | Compiling scopeguard v1.2.0 |
| 1354 | 2026-03-24T17:03:33.599Z | Compiling lock_api v0.4.14 |
| 1355 | 2026-03-24T17:03:33.618Z | Compiling portable-atomic v1.13.1 |
| 1356 | 2026-03-24T17:03:33.635Z | Compiling const-oid v0.9.6 |
| 1357 | 2026-03-24T17:03:33.694Z | Compiling critical-section v1.2.0 |
| 1358 | 2026-03-24T17:03:33.748Z | Compiling zerocopy v0.8.40 |
| 1359 | 2026-03-24T17:03:33.818Z | Compiling pin-project-lite v0.2.17 |
| 1360 | 2026-03-24T17:03:33.890Z | Compiling parking_lot_core v0.9.12 |
| 1361 | 2026-03-24T17:03:33.931Z | Compiling serde_json v1.0.149 |
| 1362 | 2026-03-24T17:03:34.239Z | Compiling pkg-config v0.3.32 |
| 1363 | 2026-03-24T17:03:34.310Z | Compiling getrandom v0.2.17 |
| 1364 | 2026-03-24T17:03:34.394Z | Compiling jobserver v0.1.34 |
| 1365 | 2026-03-24T17:03:34.520Z | Compiling rand_core v0.6.4 |
| 1366 | 2026-03-24T17:03:34.588Z | Compiling errno v0.3.14 |
| 1367 | 2026-03-24T17:03:34.718Z | Compiling cc v1.2.56 |
| 1368 | 2026-03-24T17:03:34.767Z | Compiling signal-hook-registry v1.4.8 |
| 1369 | 2026-03-24T17:03:34.882Z | Compiling once_cell v1.21.3 |
| 1370 | 2026-03-24T17:03:34.959Z | Compiling mio v1.1.1 |
| 1371 | 2026-03-24T17:03:34.981Z | Compiling bitflags v2.11.0 |
| 1372 | 2026-03-24T17:03:35.109Z | Compiling parking_lot v0.12.5 |
| 1373 | 2026-03-24T17:03:35.140Z | Compiling libm v0.2.16 |
| 1374 | 2026-03-24T17:03:35.208Z | Compiling num-traits v0.2.19 |
| 1375 | 2026-03-24T17:03:35.266Z | Compiling futures-core v0.3.32 |
| 1376 | 2026-03-24T17:03:35.454Z | Compiling socket2 v0.6.2 |
| 1377 | 2026-03-24T17:03:35.594Z | Compiling percent-encoding v2.3.2 |
| 1378 | 2026-03-24T17:03:35.614Z | Compiling allocator-api2 v0.2.21 |
| 1379 | 2026-03-24T17:03:35.723Z | Compiling foldhash v0.2.0 |
| 1380 | 2026-03-24T17:03:35.875Z | Compiling cpufeatures v0.2.17 |
| 1381 | 2026-03-24T17:03:35.905Z | Compiling futures-sink v0.3.32 |
| 1382 | 2026-03-24T17:03:35.997Z | Compiling futures-task v0.3.32 |
| 1383 | 2026-03-24T17:03:36.052Z | Compiling futures-channel v0.3.32 |
| 1384 | 2026-03-24T17:03:36.070Z | Compiling hashbrown v0.16.1 |
| 1385 | 2026-03-24T17:03:36.073Z | Compiling slab v0.4.12 |
| 1386 | 2026-03-24T17:03:36.121Z | Compiling futures-io v0.3.32 |
| 1387 | 2026-03-24T17:03:36.185Z | Compiling getrandom v0.4.1 |
| 1388 | 2026-03-24T17:03:36.311Z | Compiling rustversion v1.0.22 |
| 1389 | 2026-03-24T17:03:36.331Z | Compiling rand_core v0.10.0 |
| 1390 | 2026-03-24T17:03:36.350Z | Compiling getrandom v0.3.4 |
| 1391 | 2026-03-24T17:03:36.542Z | Compiling form_urlencoded v1.2.2 |
| 1392 | 2026-03-24T17:03:36.820Z | Compiling indexmap v2.13.0 |
| 1393 | 2026-03-24T17:03:36.907Z | Compiling cmake v0.1.57 |
| 1394 | 2026-03-24T17:03:36.989Z | Compiling fs_extra v1.3.0 |
| 1395 | 2026-03-24T17:03:37.328Z | Compiling synstructure v0.13.2 |
| 1396 | 2026-03-24T17:03:37.349Z | Compiling base64ct v1.8.3 |
| 1397 | 2026-03-24T17:03:37.446Z | Compiling dunce v1.0.5 |
| 1398 | 2026-03-24T17:03:37.560Z | Compiling ident_case v1.0.1 |
| 1399 | 2026-03-24T17:03:37.585Z | Compiling aws-lc-sys v0.37.1 |
| 1400 | 2026-03-24T17:03:37.657Z | Compiling flagset v0.4.7 |
| 1401 | 2026-03-24T17:03:37.714Z | Compiling pem-rfc7468 v0.7.0 |
| 1402 | 2026-03-24T17:03:37.733Z | Compiling rand_core v0.9.5 |
| 1403 | 2026-03-24T17:03:37.738Z | Compiling iana-time-zone v0.1.65 |
| 1404 | 2026-03-24T17:03:37.770Z | Compiling rustix v1.1.3 |
| 1405 | 2026-03-24T17:03:37.817Z | Compiling ring v0.17.14 |
| 1406 | 2026-03-24T17:03:37.988Z | Compiling uuid v1.21.0 |
| 1407 | 2026-03-24T17:03:38.101Z | Compiling rustc_version v0.4.1 |
| 1408 | 2026-03-24T17:03:38.130Z | Compiling regex-syntax v0.8.10 |
| 1409 | 2026-03-24T17:03:38.172Z | Compiling aws-lc-rs v1.16.0 |
| 1410 | 2026-03-24T17:03:38.497Z | Compiling vcpkg v0.2.15 |
| 1411 | 2026-03-24T17:03:38.558Z | Compiling tracing-core v0.1.36 |
| 1412 | 2026-03-24T17:03:38.912Z | Compiling crossbeam-utils v0.8.21 |
| 1413 | 2026-03-24T17:03:39.311Z | Compiling pest_generator v2.8.6 |
| 1414 | 2026-03-24T17:03:39.330Z | Compiling serde_derive_internals v0.29.1 |
| 1415 | 2026-03-24T17:03:39.513Z | Compiling openssl-sys v0.9.111 |
| 1416 | 2026-03-24T17:03:40.002Z | Compiling serde_derive v1.0.228 |
| 1417 | 2026-03-24T17:03:40.178Z | Compiling zeroize_derive v1.4.3 |
| 1418 | 2026-03-24T17:03:40.206Z | Compiling zerofrom-derive v0.1.6 |
| 1419 | 2026-03-24T17:03:40.267Z | Compiling yoke-derive v0.8.1 |
| 1420 | 2026-03-24T17:03:40.566Z | Compiling zerocopy-derive v0.8.40 |
| 1421 | 2026-03-24T17:03:41.035Z | Compiling zeroize v1.8.2 |
| 1422 | 2026-03-24T17:03:41.431Z | Compiling zerovec-derive v0.11.2 |
| 1423 | 2026-03-24T17:03:41.865Z | Compiling displaydoc v0.2.5 |
| 1424 | 2026-03-24T17:03:42.077Z | Compiling crypto-common v0.1.7 |
| 1425 | 2026-03-24T17:03:42.147Z | Compiling zerofrom v0.1.6 |
| 1426 | 2026-03-24T17:03:42.251Z | Compiling block-buffer v0.10.4 |
| 1427 | 2026-03-24T17:03:42.302Z | Compiling yoke v0.8.1 |
| 1428 | 2026-03-24T17:03:42.457Z | Compiling digest v0.10.7 |
| 1429 | 2026-03-24T17:03:42.537Z | Compiling tokio-macros v2.6.0 |
| 1430 | 2026-03-24T17:03:42.690Z | Compiling futures-macro v0.3.32 |
| 1431 | 2026-03-24T17:03:42.776Z | Compiling hmac v0.12.1 |
| 1432 | 2026-03-24T17:03:42.818Z | Compiling zerotrie v0.2.3 |
| 1433 | 2026-03-24T17:03:42.868Z | Compiling zerovec v0.11.5 |
| 1434 | 2026-03-24T17:03:42.972Z | Compiling block-padding v0.3.3 |
| 1435 | 2026-03-24T17:03:43.171Z | Compiling inout v0.1.4 |
| 1436 | 2026-03-24T17:03:43.209Z | Compiling sha2 v0.10.9 |
| 1437 | 2026-03-24T17:03:43.388Z | Compiling cipher v0.4.4 |
| 1438 | 2026-03-24T17:03:43.492Z | Compiling tinystr v0.8.2 |
| 1439 | 2026-03-24T17:03:43.571Z | Compiling potential_utf v0.1.4 |
| 1440 | 2026-03-24T17:03:43.731Z | Compiling icu_locale_core v2.1.1 |
| 1441 | 2026-03-24T17:03:43.750Z | Compiling icu_collections v2.1.1 |
| 1442 | 2026-03-24T17:03:43.753Z | Compiling futures-util v0.3.32 |
| 1443 | 2026-03-24T17:03:43.787Z | Compiling der_derive v0.7.3 |
| 1444 | 2026-03-24T17:03:44.393Z | Compiling salsa20 v0.10.2 |
| 1445 | 2026-03-24T17:03:44.566Z | Compiling icu_provider v2.1.1 |
| 1446 | 2026-03-24T17:03:44.731Z | Compiling bytes v1.11.1 |
| 1447 | 2026-03-24T17:03:44.943Z | Compiling icu_normalizer v2.1.1 |
| 1448 | 2026-03-24T17:03:44.946Z | Compiling icu_properties v2.1.2 |
| 1449 | 2026-03-24T17:03:45.037Z | Compiling der v0.7.10 |
| 1450 | 2026-03-24T17:03:45.074Z | Compiling chrono v0.4.44 |
| 1451 | 2026-03-24T17:03:45.552Z | Compiling tokio v1.49.0 |
| 1452 | 2026-03-24T17:03:45.648Z | Compiling http v1.4.0 |
| 1453 | 2026-03-24T17:03:46.535Z | Compiling idna_adapter v1.2.1 |
| 1454 | 2026-03-24T17:03:46.700Z | Compiling ppv-lite86 v0.2.21 |
| 1455 | 2026-03-24T17:03:46.752Z | Compiling idna v1.1.0 |
| 1456 | 2026-03-24T17:03:46.853Z | Compiling spki v0.7.3 |
| 1457 | 2026-03-24T17:03:46.874Z | Compiling pbkdf2 v0.12.2 |
| 1458 | 2026-03-24T17:03:46.924Z | Compiling thiserror-impl v2.0.18 |
| 1459 | 2026-03-24T17:03:47.011Z | Compiling scrypt v0.11.0 |
| 1460 | 2026-03-24T17:03:47.027Z | Compiling cbc v0.1.2 |
| 1461 | 2026-03-24T17:03:47.099Z | Compiling rand_chacha v0.9.0 |
| 1462 | 2026-03-24T17:03:47.136Z | Compiling url v2.5.8 |
| 1463 | 2026-03-24T17:03:47.202Z | Compiling aes v0.8.4 |
| 1464 | 2026-03-24T17:03:47.326Z | Compiling rustls-pki-types v1.14.0 |
| 1465 | 2026-03-24T17:03:47.609Z | Compiling tracing-attributes v0.1.31 |
| 1466 | 2026-03-24T17:03:47.923Z | Compiling pkcs5 v0.7.1 |
| 1467 | 2026-03-24T17:03:47.966Z | Compiling rand v0.9.2 |
| 1468 | 2026-03-24T17:03:48.182Z | Compiling http-body v1.0.1 |
| 1469 | 2026-03-24T17:03:48.440Z | Compiling base64 v0.22.1 |
| 1470 | 2026-03-24T17:03:48.555Z | Compiling openssl-probe v0.2.1 |
| 1471 | 2026-03-24T17:03:48.575Z | Compiling schemars v0.8.22 |
| 1472 | 2026-03-24T17:03:48.663Z | Compiling thiserror v2.0.18 |
| 1473 | 2026-03-24T17:03:48.773Z | Compiling syn v1.0.109 |
| 1474 | 2026-03-24T17:03:48.792Z | Compiling httparse v1.10.1 |
| 1475 | 2026-03-24T17:03:48.811Z | Compiling untrusted v0.9.0 |
| 1476 | 2026-03-24T17:03:48.843Z | Compiling untrusted v0.7.1 |
| 1477 | 2026-03-24T17:03:49.001Z | Compiling pkcs8 v0.10.2 |
| 1478 | 2026-03-24T17:03:49.023Z | Compiling schemars_derive v0.8.22 |
| 1479 | 2026-03-24T17:03:49.208Z | Compiling pest_derive v2.8.6 |
| 1480 | 2026-03-24T17:03:49.285Z | Compiling scroll_derive v0.13.1 |
| 1481 | 2026-03-24T17:03:49.384Z | Compiling tracing v0.1.44 |
| 1482 | 2026-03-24T17:03:49.726Z | Compiling darling_core v0.20.11 |
| 1483 | 2026-03-24T17:03:49.728Z | Compiling dyn-clone v1.0.20 |
| 1484 | 2026-03-24T17:03:49.910Z | Compiling tower-service v0.3.3 |
| 1485 | 2026-03-24T17:03:50.027Z | Compiling tinyvec_macros v0.1.1 |
| 1486 | 2026-03-24T17:03:50.047Z | Compiling atomic-waker v1.1.2 |
| 1487 | 2026-03-24T17:03:50.113Z | Compiling tower-layer v0.3.3 |
| 1488 | 2026-03-24T17:03:50.197Z | Compiling rustls v0.23.37 |
| 1489 | 2026-03-24T17:03:50.314Z | Compiling try-lock v0.2.5 |
| 1490 | 2026-03-24T17:03:50.333Z | Compiling scroll v0.13.0 |
| 1491 | 2026-03-24T17:03:50.406Z | Compiling tinyvec v1.10.0 |
| 1492 | 2026-03-24T17:03:50.444Z | Compiling want v0.3.1 |
| 1493 | 2026-03-24T17:03:50.671Z | Compiling tokio-util v0.7.18 |
| 1494 | 2026-03-24T17:03:51.109Z | Compiling ipnet v2.11.0 |
| 1495 | 2026-03-24T17:03:51.431Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1496 | 2026-03-24T17:03:51.798Z | Compiling h2 v0.4.13 |
| 1497 | 2026-03-24T17:03:51.924Z | Compiling spin v0.9.8 |
| 1498 | 2026-03-24T17:03:52.096Z | Compiling aho-corasick v1.1.4 |
| 1499 | 2026-03-24T17:03:52.184Z | Compiling num-conv v0.2.0 |
| 1500 | 2026-03-24T17:03:52.354Z | Compiling time-core v0.1.8 |
| 1501 | 2026-03-24T17:03:52.505Z | Compiling pin-utils v0.1.0 |
| 1502 | 2026-03-24T17:03:52.542Z | Compiling httpdate v1.0.3 |
| 1503 | 2026-03-24T17:03:52.596Z | Compiling crc32fast v1.5.0 |
| 1504 | 2026-03-24T17:03:52.822Z | Compiling foreign-types-shared v0.1.1 |
| 1505 | 2026-03-24T17:03:52.930Z | Compiling openssl v0.10.75 |
| 1506 | 2026-03-24T17:03:52.941Z | Compiling powerfmt v0.2.0 |
| 1507 | 2026-03-24T17:03:53.008Z | Compiling darling_macro v0.20.11 |
| 1508 | 2026-03-24T17:03:53.203Z | Compiling regex-automata v0.4.14 |
| 1509 | 2026-03-24T17:03:53.247Z | Compiling deranged v0.5.8 |
| 1510 | 2026-03-24T17:03:53.524Z | Compiling foreign-types v0.3.2 |
| 1511 | 2026-03-24T17:03:53.579Z | Compiling darling v0.20.11 |
| 1512 | 2026-03-24T17:03:53.621Z | Compiling tempfile v3.25.0 |
| 1513 | 2026-03-24T17:03:53.984Z | Compiling time-macros v0.2.27 |
| 1514 | 2026-03-24T17:03:54.422Z | Compiling goblin v0.10.5 |
| 1515 | 2026-03-24T17:03:55.104Z | Compiling thiserror-impl v1.0.69 |
| 1516 | 2026-03-24T17:03:55.263Z | Compiling openssl-macros v0.1.1 |
| 1517 | 2026-03-24T17:03:55.771Z | Compiling wait-timeout v0.2.1 |
| 1518 | 2026-03-24T17:03:56.114Z | Compiling hyper v1.8.1 |
| 1519 | 2026-03-24T17:03:56.551Z | Compiling simd-adler32 v0.3.8 |
| 1520 | 2026-03-24T17:03:56.793Z | Compiling bit-vec v0.8.0 |
| 1521 | 2026-03-24T17:03:56.867Z | Compiling usdt-impl v0.6.0 |
| 1522 | 2026-03-24T17:03:57.086Z | Compiling native-tls v0.2.18 |
| 1523 | 2026-03-24T17:03:57.120Z | Compiling either v1.15.0 |
| 1524 | 2026-03-24T17:03:57.167Z | Compiling siphasher v1.0.2 |
| 1525 | 2026-03-24T17:03:57.329Z | Compiling quick-error v1.2.3 |
| 1526 | 2026-03-24T17:03:57.388Z | Compiling num_threads v0.1.7 |
| 1527 | 2026-03-24T17:03:57.442Z | Compiling rusty-fork v0.3.1 |
| 1528 | 2026-03-24T17:03:57.488Z | Compiling time v0.3.47 |
| 1529 | 2026-03-24T17:03:57.505Z | Compiling bit-set v0.8.0 |
| 1530 | 2026-03-24T17:03:57.715Z | Compiling hyper-util v0.1.20 |
| 1531 | 2026-03-24T17:03:57.851Z | Compiling thiserror v1.0.69 |
| 1532 | 2026-03-24T17:03:58.237Z | Compiling dof v0.4.0 |
| 1533 | 2026-03-24T17:03:58.922Z | Compiling derive_builder_core v0.20.2 |
| 1534 | 2026-03-24T17:03:59.842Z | Compiling unicode-normalization v0.1.25 |
| 1535 | 2026-03-24T17:03:59.846Z | Compiling crossbeam-epoch v0.9.18 |
| 1536 | 2026-03-24T17:03:59.961Z | Compiling dtrace-parser v0.3.0 |
| 1537 | 2026-03-24T17:04:00.071Z | Compiling rustls-native-certs v0.8.3 |
| 1538 | 2026-03-24T17:04:00.302Z | Compiling signature v2.2.0 |
| 1539 | 2026-03-24T17:04:00.407Z | Compiling scroll_derive v0.12.1 |
| 1540 | 2026-03-24T17:04:00.436Z | Compiling heapless v0.7.17 |
| 1541 | 2026-03-24T17:04:00.443Z | Compiling rand_xorshift v0.4.0 |
| 1542 | 2026-03-24T17:04:00.508Z | Compiling darling_core v0.21.3 |
| 1543 | 2026-03-24T17:04:00.628Z | Compiling slog v2.8.2 |
| 1544 | 2026-03-24T17:04:00.767Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1545 | 2026-03-24T17:04:00.894Z | Compiling sync_wrapper v1.0.2 |
| 1546 | 2026-03-24T17:04:01.025Z | Compiling thread-id v5.1.0 |
| 1547 | 2026-03-24T17:04:01.029Z | Compiling cookie v0.18.1 |
| 1548 | 2026-03-24T17:04:01.127Z | Compiling rayon-core v1.13.0 |
| 1549 | 2026-03-24T17:04:01.133Z | Compiling zstd-safe v7.2.4 |
| 1550 | 2026-03-24T17:04:01.262Z | Compiling unarray v0.1.4 |
| 1551 | 2026-03-24T17:04:01.296Z | Compiling unicode-properties v0.1.4 |
| 1552 | 2026-03-24T17:04:01.327Z | Compiling unicode-segmentation v1.12.0 |
| 1553 | 2026-03-24T17:04:01.363Z | Compiling paste v1.0.15 |
| 1554 | 2026-03-24T17:04:01.394Z | Compiling signal-hook v0.3.18 |
| 1555 | 2026-03-24T17:04:01.567Z | Compiling adler2 v2.0.1 |
| 1556 | 2026-03-24T17:04:01.620Z | Compiling unicode-bidi v0.3.18 |
| 1557 | 2026-03-24T17:04:01.697Z | Compiling anyhow v1.0.102 |
| 1558 | 2026-03-24T17:04:01.781Z | Compiling miniz_oxide v0.8.9 |
| 1559 | 2026-03-24T17:04:01.859Z | Compiling proptest v1.10.0 |
| 1560 | 2026-03-24T17:04:02.143Z | Compiling stringprep v0.1.5 |
| 1561 | 2026-03-24T17:04:02.349Z | Compiling scroll v0.12.0 |
| 1562 | 2026-03-24T17:04:02.687Z | Compiling tower v0.5.3 |
| 1563 | 2026-03-24T17:04:02.806Z | Compiling crossbeam-deque v0.8.6 |
| 1564 | 2026-03-24T17:04:02.980Z | Compiling derive_builder_macro v0.20.2 |
| 1565 | 2026-03-24T17:04:03.043Z | Compiling ipnetwork v0.21.1 |
| 1566 | 2026-03-24T17:04:03.161Z | Compiling http-body-util v0.1.3 |
| 1567 | 2026-03-24T17:04:03.190Z | Compiling webpki-roots v1.0.6 |
| 1568 | 2026-03-24T17:04:03.315Z | Compiling rand_chacha v0.3.1 |
| 1569 | 2026-03-24T17:04:03.367Z | Compiling erased-serde v0.3.31 |
| 1570 | 2026-03-24T17:04:03.474Z | Compiling toml_datetime v0.6.11 |
| 1571 | 2026-03-24T17:04:03.549Z | Compiling serde_spanned v0.6.9 |
| 1572 | 2026-03-24T17:04:03.619Z | Compiling serde_tokenstream v0.2.3 |
| 1573 | 2026-03-24T17:04:03.730Z | Compiling md-5 v0.10.6 |
| 1574 | 2026-03-24T17:04:03.803Z | Compiling zerocopy-derive v0.7.35 |
| 1575 | 2026-03-24T17:04:03.931Z | Compiling curve25519-dalek v4.1.3 |
| 1576 | 2026-03-24T17:04:03.969Z | Compiling vergen-lib v0.1.6 |
| 1577 | 2026-03-24T17:04:04.053Z | Compiling num-integer v0.1.46 |
| 1578 | 2026-03-24T17:04:04.076Z | Compiling darling_macro v0.21.3 |
| 1579 | 2026-03-24T17:04:04.195Z | Compiling hash32 v0.2.1 |
| 1580 | 2026-03-24T17:04:04.337Z | Compiling ff v0.13.1 |
| 1581 | 2026-03-24T17:04:04.352Z | Compiling memoffset v0.9.1 |
| 1582 | 2026-03-24T17:04:04.436Z | Compiling ryu v1.0.23 |
| 1583 | 2026-03-24T17:04:04.483Z | Compiling rustix v0.38.44 |
| 1584 | 2026-03-24T17:04:04.500Z | Compiling cfg_aliases v0.2.1 |
| 1585 | 2026-03-24T17:04:04.584Z | Compiling ref-cast v1.0.25 |
| 1586 | 2026-03-24T17:04:04.606Z | Compiling psl-types v2.0.11 |
| 1587 | 2026-03-24T17:04:04.663Z | Compiling num-bigint-dig v0.8.6 |
| 1588 | 2026-03-24T17:04:04.687Z | Compiling fallible-iterator v0.2.0 |
| 1589 | 2026-03-24T17:04:04.758Z | Compiling base16ct v0.2.0 |
| 1590 | 2026-03-24T17:04:04.896Z | Compiling smoltcp v0.9.1 |
| 1591 | 2026-03-24T17:04:04.922Z | Compiling iri-string v0.7.10 |
| 1592 | 2026-03-24T17:04:04.967Z | Compiling litrs v1.0.0 |
| 1593 | 2026-03-24T17:04:04.979Z | Compiling zlib-rs v0.6.2 |
| 1594 | 2026-03-24T17:04:05.050Z | Compiling zerocopy v0.7.35 |
| 1595 | 2026-03-24T17:04:05.088Z | Compiling newtype-uuid v1.3.2 |
| 1596 | 2026-03-24T17:04:05.351Z | Compiling postgres-protocol v0.6.10 |
| 1597 | 2026-03-24T17:04:05.550Z | Compiling sec1 v0.7.3 |
| 1598 | 2026-03-24T17:04:05.637Z | Compiling document-features v0.2.12 |
| 1599 | 2026-03-24T17:04:05.959Z | Compiling publicsuffix v2.3.0 |
| 1600 | 2026-03-24T17:04:05.979Z | Compiling darling v0.21.3 |
| 1601 | 2026-03-24T17:04:06.088Z | Compiling nix v0.31.1 |
| 1602 | 2026-03-24T17:04:06.130Z | Compiling serde_urlencoded v0.7.1 |
| 1603 | 2026-03-24T17:04:06.301Z | Compiling group v0.13.0 |
| 1604 | 2026-03-24T17:04:06.518Z | Compiling num-iter v0.1.45 |
| 1605 | 2026-03-24T17:04:06.586Z | Compiling tower-http v0.6.8 |
| 1606 | 2026-03-24T17:04:06.717Z | Compiling rand v0.8.5 |
| 1607 | 2026-03-24T17:04:07.093Z | Compiling derive_builder v0.20.2 |
| 1608 | 2026-03-24T17:04:07.100Z | Compiling oxnet v0.1.4 |
| 1609 | 2026-03-24T17:04:07.148Z | Compiling proc-macro-error v1.0.4 |
| 1610 | 2026-03-24T17:04:07.236Z | Compiling tokio-native-tls v0.3.1 |
| 1611 | 2026-03-24T17:04:07.444Z | Compiling goblin v0.8.2 |
| 1612 | 2026-03-24T17:04:08.218Z | Compiling heck v0.4.1 |
| 1613 | 2026-03-24T17:04:08.250Z | Compiling phf_shared v0.13.1 |
| 1614 | 2026-03-24T17:04:08.258Z | Compiling hubpack_derive v0.1.1 |
| 1615 | 2026-03-24T17:04:08.523Z | Compiling regex v1.12.3 |
| 1616 | 2026-03-24T17:04:08.578Z | Compiling lazy_static v1.5.0 |
| 1617 | 2026-03-24T17:04:08.690Z | Compiling cargo-platform v0.1.9 |
| 1618 | 2026-03-24T17:04:08.734Z | Compiling hkdf v0.12.4 |
| 1619 | 2026-03-24T17:04:08.900Z | Compiling crypto-bigint v0.5.5 |
| 1620 | 2026-03-24T17:04:08.954Z | Compiling daft-derive v0.1.5 |
| 1621 | 2026-03-24T17:04:09.015Z | Compiling async-trait v0.1.89 |
| 1622 | 2026-03-24T17:04:09.090Z | Compiling ref-cast-impl v1.0.25 |
| 1623 | 2026-03-24T17:04:09.678Z | Compiling flate2 v1.1.9 |
| 1624 | 2026-03-24T17:04:09.777Z | Compiling strum_macros v0.27.2 |
| 1625 | 2026-03-24T17:04:09.898Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1626 | 2026-03-24T17:04:10.235Z | Compiling terminal_size v0.4.3 |
| 1627 | 2026-03-24T17:04:10.476Z | Compiling vergen v9.0.6 |
| 1628 | 2026-03-24T17:04:10.547Z | Compiling fs-err v3.3.0 |
| 1629 | 2026-03-24T17:04:10.632Z | Compiling ahash v0.8.12 |
| 1630 | 2026-03-24T17:04:10.700Z | Compiling bitflags v1.3.2 |
| 1631 | 2026-03-24T17:04:10.740Z | Compiling libbz2-rs-sys v0.2.2 |
| 1632 | 2026-03-24T17:04:10.785Z | Compiling foldhash v0.1.5 |
| 1633 | 2026-03-24T17:04:10.889Z | Compiling winnow v0.5.40 |
| 1634 | 2026-03-24T17:04:11.009Z | Compiling object v0.37.3 |
| 1635 | 2026-03-24T17:04:11.344Z | Compiling managed v0.8.0 |
| 1636 | 2026-03-24T17:04:11.632Z | Compiling bumpalo v3.20.2 |
| 1637 | 2026-03-24T17:04:11.764Z | Compiling clap_builder v4.5.60 |
| 1638 | 2026-03-24T17:04:11.978Z | Compiling zopfli v0.8.3 |
| 1639 | 2026-03-24T17:04:12.363Z | Compiling console v0.16.2 |
| 1640 | 2026-03-24T17:04:12.542Z | Compiling strum v0.27.2 |
| 1641 | 2026-03-24T17:04:12.739Z | Compiling toml_edit v0.19.15 |
| 1642 | 2026-03-24T17:04:12.816Z | Compiling bzip2 v0.6.1 |
| 1643 | 2026-03-24T17:04:12.842Z | Compiling hashbrown v0.15.5 |
| 1644 | 2026-03-24T17:04:13.135Z | Compiling dof v0.3.0 |
| 1645 | 2026-03-24T17:04:13.213Z | Compiling elliptic-curve v0.13.8 |
| 1646 | 2026-03-24T17:04:13.573Z | Compiling daft v0.1.5 |
| 1647 | 2026-03-24T17:04:13.837Z | Compiling cargo_metadata v0.19.2 |
| 1648 | 2026-03-24T17:04:13.905Z | Compiling hubpack v0.1.2 |
| 1649 | 2026-03-24T17:04:14.203Z | Compiling zone_cfg_derive v0.3.1 |
| 1650 | 2026-03-24T17:04:15.024Z | Compiling phf v0.13.1 |
| 1651 | 2026-03-24T17:04:15.238Z | Compiling signal-hook-mio v0.2.5 |
| 1652 | 2026-03-24T17:04:15.740Z | Compiling cookie_store v0.22.1 |
| 1653 | 2026-03-24T17:04:15.888Z | Compiling zstd v0.13.3 |
| 1654 | 2026-03-24T17:04:16.185Z | Compiling rayon v1.11.0 |
| 1655 | 2026-03-24T17:04:16.226Z | Compiling hyper-tls v0.6.0 |
| 1656 | 2026-03-24T17:04:16.246Z | Compiling bzip2 v0.4.4 |
| 1657 | 2026-03-24T17:04:16.476Z | Compiling serde_with_macros v3.17.0 |
| 1658 | 2026-03-24T17:04:16.552Z | Compiling postgres-types v0.2.12 |
| 1659 | 2026-03-24T17:04:16.633Z | Compiling usdt-attr-macro v0.6.0 |
| 1660 | 2026-03-24T17:04:16.862Z | Compiling usdt-macro v0.6.0 |
| 1661 | 2026-03-24T17:04:17.298Z | Compiling ed25519 v2.2.3 |
| 1662 | 2026-03-24T17:04:17.674Z | Compiling dtrace-parser v0.2.0 |
| 1663 | 2026-03-24T17:04:17.821Z | Compiling phf_shared v0.11.3 |
| 1664 | 2026-03-24T17:04:17.977Z | Compiling itertools v0.12.1 |
| 1665 | 2026-03-24T17:04:18.032Z | Compiling bstr v1.12.1 |
| 1666 | 2026-03-24T17:04:18.062Z | Compiling pkcs1 v0.7.5 |
| 1667 | 2026-03-24T17:04:18.544Z | Compiling hex v0.4.3 |
| 1668 | 2026-03-24T17:04:18.633Z | Compiling serde-big-array v0.5.1 |
| 1669 | 2026-03-24T17:04:18.732Z | Compiling rfc6979 v0.4.0 |
| 1670 | 2026-03-24T17:04:18.732Z | Compiling clap_derive v4.5.55 |
| 1671 | 2026-03-24T17:04:18.811Z | Compiling enum-as-inner v0.6.1 |
| 1672 | 2026-03-24T17:04:18.905Z | Compiling serde_repr v0.1.20 |
| 1673 | 2026-03-24T17:04:18.905Z | Compiling strum_macros v0.26.4 |
| 1674 | 2026-03-24T17:04:18.944Z | Compiling float-cmp v0.10.0 |
| 1675 | 2026-03-24T17:04:19.129Z | Compiling thread-id v4.2.2 |
| 1676 | 2026-03-24T17:04:19.224Z | Compiling memmap2 v0.9.10 |
| 1677 | 2026-03-24T17:04:19.399Z | Compiling env_filter v1.0.0 |
| 1678 | 2026-03-24T17:04:19.459Z | Compiling encoding_rs v0.8.35 |
| 1679 | 2026-03-24T17:04:19.528Z | Compiling precomputed-hash v0.1.1 |
| 1680 | 2026-03-24T17:04:19.631Z | Compiling new_debug_unreachable v1.0.6 |
| 1681 | 2026-03-24T17:04:19.675Z | Compiling normalize-line-endings v0.3.0 |
| 1682 | 2026-03-24T17:04:19.715Z | Compiling jiff v0.2.21 |
| 1683 | 2026-03-24T17:04:19.781Z | Compiling whoami v2.1.0 |
| 1684 | 2026-03-24T17:04:19.833Z | Compiling predicates-core v1.0.10 |
| 1685 | 2026-03-24T17:04:20.068Z | Compiling rustc-hash v2.1.1 |
| 1686 | 2026-03-24T17:04:20.242Z | Compiling keccak v0.1.6 |
| 1687 | 2026-03-24T17:04:20.328Z | Compiling fixedbitset v0.4.2 |
| 1688 | 2026-03-24T17:04:20.595Z | Compiling mime v0.3.17 |
| 1689 | 2026-03-24T17:04:21.050Z | Compiling static_assertions v1.1.0 |
| 1690 | 2026-03-24T17:04:21.121Z | Compiling fixedbitset v0.5.7 |
| 1691 | 2026-03-24T17:04:21.121Z | Compiling unit-prefix v0.5.2 |
| 1692 | 2026-03-24T17:04:21.268Z | Compiling data-encoding v2.10.0 |
| 1693 | 2026-03-24T17:04:21.269Z | Compiling difflib v0.4.0 |
| 1694 | 2026-03-24T17:04:21.306Z | Compiling petgraph v0.8.3 |
| 1695 | 2026-03-24T17:04:21.440Z | Compiling strum v0.26.3 |
| 1696 | 2026-03-24T17:04:21.535Z | Compiling toml_edit v0.22.27 |
| 1697 | 2026-03-24T17:04:21.574Z | Compiling predicates v3.1.4 |
| 1698 | 2026-03-24T17:04:21.616Z | Compiling indicatif v0.18.4 |
| 1699 | 2026-03-24T17:04:22.070Z | Compiling hickory-proto v0.25.2 |
| 1700 | 2026-03-24T17:04:22.237Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1701 | 2026-03-24T17:04:22.524Z | Compiling clap v4.5.60 |
| 1702 | 2026-03-24T17:04:22.622Z | Compiling petgraph v0.6.5 |
| 1703 | 2026-03-24T17:04:22.814Z | Compiling sha3 v0.10.8 |
| 1704 | 2026-03-24T17:04:23.346Z | Compiling iddqd v0.3.17 |
| 1705 | 2026-03-24T17:04:24.175Z | Compiling zip v4.6.1 |
| 1706 | 2026-03-24T17:04:24.603Z | Compiling tokio-postgres v0.7.16 |
| 1707 | 2026-03-24T17:04:24.872Z | Compiling string_cache v0.8.9 |
| 1708 | 2026-03-24T17:04:25.148Z | Compiling env_logger v0.11.9 |
| 1709 | 2026-03-24T17:04:25.295Z | Compiling zone v0.3.1 |
| 1710 | 2026-03-24T17:04:25.367Z | Compiling usdt v0.6.0 |
| 1711 | 2026-03-24T17:04:28.675Z | Compiling usdt-impl v0.5.0 |
| 1712 | 2026-03-24T17:04:28.675Z | Compiling ecdsa v0.16.9 |
| 1713 | 2026-03-24T17:04:28.676Z | Compiling serde_with v3.17.0 |
| 1714 | 2026-03-24T17:04:28.676Z | Compiling similar v2.7.0 |
| 1715 | 2026-03-24T17:04:28.676Z | Compiling rsa v0.9.10 |
| 1716 | 2026-03-24T17:04:28.676Z | Compiling crossterm v0.28.1 |
| 1717 | 2026-03-24T17:04:28.676Z | Compiling ed25519-dalek v2.2.0 |
| 1718 | 2026-03-24T17:04:28.676Z | Compiling zip v0.6.6 |
| 1719 | 2026-03-24T17:04:28.676Z | Compiling toml v0.7.8 |
| 1720 | 2026-03-24T17:04:28.676Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1721 | 2026-03-24T17:04:28.676Z | Compiling itertools v0.13.0 |
| 1722 | 2026-03-24T17:04:28.744Z | Compiling tokio-stream v0.1.18 |
| 1723 | 2026-03-24T17:04:28.815Z | Compiling buf-list v1.1.2 |
| 1724 | 2026-03-24T17:04:29.135Z | Compiling x509-cert v0.2.5 |
| 1725 | 2026-03-24T17:04:29.156Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1726 | 2026-03-24T17:04:29.177Z | Compiling openapiv3 v2.2.0 |
| 1727 | 2026-03-24T17:04:29.378Z | Compiling sha1 v0.10.6 |
| 1728 | 2026-03-24T17:04:29.534Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1729 | 2026-03-24T17:04:29.587Z | Compiling peg-runtime v0.8.5 |
| 1730 | 2026-03-24T17:04:29.939Z | Compiling lalrpop-util v0.19.12 |
| 1731 | 2026-03-24T17:04:29.964Z | Compiling thread_local v1.1.9 |
| 1732 | 2026-03-24T17:04:30.132Z | Compiling slog-async v2.8.0 |
| 1733 | 2026-03-24T17:04:30.151Z | Compiling crossbeam-channel v0.5.15 |
| 1734 | 2026-03-24T17:04:30.239Z | Compiling futures-executor v0.3.32 |
| 1735 | 2026-03-24T17:04:30.425Z | Compiling is-terminal v0.4.17 |
| 1736 | 2026-03-24T17:04:30.573Z | Compiling filetime v0.2.27 |
| 1737 | 2026-03-24T17:04:30.592Z | Compiling term v1.2.1 |
| 1738 | 2026-03-24T17:04:30.592Z | Compiling xattr v1.6.1 |
| 1739 | 2026-03-24T17:04:30.764Z | Compiling take_mut v0.2.2 |
| 1740 | 2026-03-24T17:04:30.797Z | Compiling tar v0.4.44 |
| 1741 | 2026-03-24T17:04:30.811Z | Compiling futures v0.3.32 |
| 1742 | 2026-03-24T17:04:31.362Z | Compiling slog-term v2.9.2 |
| 1743 | 2026-03-24T17:04:37.714Z | Compiling rustls-webpki v0.103.9 |
| 1744 | 2026-03-24T17:04:41.714Z | Compiling tokio-rustls v0.26.4 |
| 1745 | 2026-03-24T17:04:41.714Z | Compiling rustls-platform-verifier v0.6.2 |
| 1746 | 2026-03-24T17:04:42.010Z | Compiling hyper-rustls v0.27.7 |
| 1747 | 2026-03-24T17:04:42.255Z | Compiling reqwest v0.12.28 |
| 1748 | 2026-03-24T17:04:42.303Z | Compiling reqwest v0.13.2 |
| 1749 | 2026-03-24T17:04:45.292Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1750 | 2026-03-24T17:04:45.452Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1751 | 2026-03-24T17:04:49.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 1752 | 2026-03-24T17:04:49.525Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1753 | 2026-03-24T17:04:49.574Z | Mar 24 17:04:48.253 INFO Starting download, target: MaghemiteMgd |
| 1754 | 2026-03-24T17:04:49.574Z | Mar 24 17:04:48.253 INFO Starting download, target: Cockroach |
| 1755 | 2026-03-24T17:04:49.574Z | Mar 24 17:04:48.253 INFO Starting download, target: Clickhouse |
| 1756 | 2026-03-24T17:04:49.574Z | Mar 24 17:04:48.253 INFO Starting download, target: Console |
| 1757 | 2026-03-24T17:04:49.574Z | Mar 24 17:04:48.253 INFO Starting download, target: TransceiverControl |
| 1758 | 2026-03-24T17:04:49.574Z | Mar 24 17:04:48.253 INFO Starting download, target: DendriteStub |
| 1759 | 2026-03-24T17:04:49.574Z | Mar 24 17:04:48.253 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1760 | 2026-03-24T17:04:49.574Z | Mar 24 17:04:48.254 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1761 | 2026-03-24T17:04:49.574Z | Mar 24 17:04:48.254 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1762 | 2026-03-24T17:04:49.574Z | Mar 24 17:04:48.254 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1763 | 2026-03-24T17:04:49.574Z | Mar 24 17:04:48.254 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1764 | 2026-03-24T17:04:49.574Z | Mar 24 17:04:48.254 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1765 | 2026-03-24T17:04:50.664Z | Mar 24 17:04:49.428 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1766 | 2026-03-24T17:04:51.065Z | Mar 24 17:04:49.809 INFO Download complete, target: Console |
| 1767 | 2026-03-24T17:04:51.661Z | Mar 24 17:04:50.419 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1768 | 2026-03-24T17:04:51.738Z | Mar 24 17:04:50.484 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1769 | 2026-03-24T17:04:52.084Z | Mar 24 17:04:50.823 INFO Download complete, target: TransceiverControl |
| 1770 | 2026-03-24T17:04:55.513Z | Mar 24 17:04:54.273 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1771 | 2026-03-24T17:04:56.025Z | Mar 24 17:04:54.791 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1772 | 2026-03-24T17:04:59.094Z | Mar 24 17:04:57.868 INFO Download complete, target: DendriteStub |
| 1773 | 2026-03-24T17:04:59.664Z | Mar 24 17:04:58.367 INFO Download complete, target: MaghemiteMgd |
| 1774 | 2026-03-24T17:04:59.710Z | Mar 24 17:04:58.452 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1775 | 2026-03-24T17:04:59.710Z | Mar 24 17:04:58.452 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1776 | 2026-03-24T17:05:03.031Z | Mar 24 17:05:01.678 INFO Checking that binary works, target: Clickhouse |
| 1777 | 2026-03-24T17:05:03.113Z | Mar 24 17:05:01.779 INFO Download complete, target: Clickhouse |
| 1778 | 2026-03-24T17:05:07.283Z | Mar 24 17:05:06.019 INFO Checking that binary works, target: Cockroach |
| 1779 | 2026-03-24T17:05:07.411Z | Mar 24 17:05:06.128 INFO Download complete, target: Cockroach |
| 1780 | 2026-03-24T17:05:07.522Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1781 | 2026-03-24T17:05:07.522Z | |
| 1782 | 2026-03-24T17:05:07.522Z | real 4:01.506505060 |
| 1783 | 2026-03-24T17:05:07.522Z | user 10:21.375260703 |
| 1784 | 2026-03-24T17:05:07.522Z | sys 1:46.664967088 |
| 1785 | 2026-03-24T17:05:07.522Z | trap 0.327791126 |
| 1786 | 2026-03-24T17:05:07.522Z | tflt 0.683751672 |
| 1787 | 2026-03-24T17:05:07.522Z | dflt 0.510093419 |
| 1788 | 2026-03-24T17:05:07.522Z | kflt 0.021881262 |
| 1789 | 2026-03-24T17:05:07.522Z | lock 32:23.816814587 |
| 1790 | 2026-03-24T17:05:07.522Z | slp 29:09.649494684 |
| 1791 | 2026-03-24T17:05:07.522Z | lat 55.982607645 |
| 1792 | 2026-03-24T17:05:07.523Z | stop 2:41.171690699 |
| 1793 | 2026-03-24T17:05:07.523Z | + banner hack-check |
| 1794 | 2026-03-24T17:05:07.523Z | |
| 1795 | 2026-03-24T17:05:07.523Z | # # ## #### # # #### # # ###### #### # # |
| 1796 | 2026-03-24T17:05:07.523Z | # # # # # # # # # # # # # # # # # |
| 1797 | 2026-03-24T17:05:07.523Z | ###### # # # #### ##### # ###### ##### # #### |
| 1798 | 2026-03-24T17:05:07.523Z | # # ###### # # # # # # # # # # |
| 1799 | 2026-03-24T17:05:07.523Z | # # # # # # # # # # # # # # # # # |
| 1800 | 2026-03-24T17:05:07.523Z | # # # # #### # # #### # # ###### #### # # |
| 1801 | 2026-03-24T17:05:07.524Z | |
| 1802 | 2026-03-24T17:05:07.524Z | + export CARGO_INCREMENTAL=0 |
| 1803 | 2026-03-24T17:05:07.524Z | + CARGO_INCREMENTAL=0 |
| 1804 | 2026-03-24T17:05:07.524Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1805 | 2026-03-24T17:05:08.380Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1806 | 2026-03-24T17:05:08.639Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1807 | 2026-03-24T17:05:10.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s |
| 1808 | 2026-03-24T17:05:12.733Z | Running `target/debug/xtask check-features --ci` |
| 1809 | 2026-03-24T17:05:12.868Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1810 | 2026-03-24T17:05:12.868Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1811 | 2026-03-24T17:05:12.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1812 | 2026-03-24T17:05:12.868Z | Running `target/debug/xtask download cargo-hack` |
| 1813 | 2026-03-24T17:05:12.868Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1814 | 2026-03-24T17:05:13.146Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1815 | 2026-03-24T17:05:16.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
| 1816 | 2026-03-24T17:05:16.546Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1817 | 2026-03-24T17:05:16.589Z | Mar 24 17:05:15.335 INFO Starting download, target: CargoHack |
| 1818 | 2026-03-24T17:05:16.589Z | Mar 24 17:05:15.335 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1819 | 2026-03-24T17:05:17.485Z | Mar 24 17:05:16.033 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1820 | 2026-03-24T17:05:17.578Z | Mar 24 17:05:16.113 INFO Download complete, target: CargoHack |
| 1821 | 2026-03-24T17:05:17.579Z | 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" |
| 1822 | 2026-03-24T17:05:17.579Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1823 | 2026-03-24T17:05:17.648Z | info: running `cargo check --bins` on api_identity (1/267) |
| 1824 | 2026-03-24T17:05:18.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-03-24T17:05:18.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-03-24T17:05:18.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-03-24T17:05:18.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1828 | 2026-03-24T17:05:18.388Z | |
| 1829 | 2026-03-24T17:05:18.389Z | info: running `cargo check --bins` on bootstore (2/267) |
| 1830 | 2026-03-24T17:05:19.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-03-24T17:05:19.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-03-24T17:05:19.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-03-24T17:05:19.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1834 | 2026-03-24T17:05:19.215Z | |
| 1835 | 2026-03-24T17:05:19.215Z | info: running `cargo check --bins` on omicron-ledger (3/267) |
| 1836 | 2026-03-24T17:05:19.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-03-24T17:05:19.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-03-24T17:05:19.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-03-24T17:05:19.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1840 | 2026-03-24T17:05:19.958Z | |
| 1841 | 2026-03-24T17:05:19.958Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267) |
| 1842 | 2026-03-24T17:05:20.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-03-24T17:05:20.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-03-24T17:05:20.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-03-24T17:05:20.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1846 | 2026-03-24T17:05:20.829Z | |
| 1847 | 2026-03-24T17:05:20.829Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267) |
| 1848 | 2026-03-24T17:05:21.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-03-24T17:05:21.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-03-24T17:05:21.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-03-24T17:05:21.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1852 | 2026-03-24T17:05:21.530Z | |
| 1853 | 2026-03-24T17:05:21.530Z | info: running `cargo check --bins` on omicron-certificates (6/267) |
| 1854 | 2026-03-24T17:05:22.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-03-24T17:05:22.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-03-24T17:05:22.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-03-24T17:05:22.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1858 | 2026-03-24T17:05:22.519Z | |
| 1859 | 2026-03-24T17:05:22.519Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/267) |
| 1860 | 2026-03-24T17:05:25.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-03-24T17:05:25.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-03-24T17:05:25.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-03-24T17:05:25.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1864 | 2026-03-24T17:05:25.911Z | |
| 1865 | 2026-03-24T17:05:25.911Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267) |
| 1866 | 2026-03-24T17:05:25.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-03-24T17:05:25.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-03-24T17:05:25.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-03-24T17:05:25.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1870 | 2026-03-24T17:05:25.911Z | |
| 1871 | 2026-03-24T17:05:25.911Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267) |
| 1872 | 2026-03-24T17:05:25.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-03-24T17:05:25.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-03-24T17:05:25.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-03-24T17:05:25.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1876 | 2026-03-24T17:05:25.911Z | |
| 1877 | 2026-03-24T17:05:25.911Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267) |
| 1878 | 2026-03-24T17:05:25.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-03-24T17:05:25.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-03-24T17:05:25.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-03-24T17:05:25.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1882 | 2026-03-24T17:05:25.911Z | |
| 1883 | 2026-03-24T17:05:25.911Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267) |
| 1884 | 2026-03-24T17:05:26.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-03-24T17:05:26.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-03-24T17:05:26.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-03-24T17:05:26.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1888 | 2026-03-24T17:05:26.231Z | |
| 1889 | 2026-03-24T17:05:26.231Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267) |
| 1890 | 2026-03-24T17:05:26.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-03-24T17:05:26.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-03-24T17:05:26.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-03-24T17:05:26.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1894 | 2026-03-24T17:05:26.517Z | |
| 1895 | 2026-03-24T17:05:26.517Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267) |
| 1896 | 2026-03-24T17:05:26.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-03-24T17:05:26.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-03-24T17:05:26.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-03-24T17:05:26.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1900 | 2026-03-24T17:05:27.067Z | |
| 1901 | 2026-03-24T17:05:27.067Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267) |
| 1902 | 2026-03-24T17:05:27.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-03-24T17:05:27.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-03-24T17:05:27.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-03-24T17:05:27.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1906 | 2026-03-24T17:05:27.636Z | |
| 1907 | 2026-03-24T17:05:27.636Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267) |
| 1908 | 2026-03-24T17:05:28.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-03-24T17:05:28.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-03-24T17:05:28.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-03-24T17:05:28.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1912 | 2026-03-24T17:05:28.487Z | |
| 1913 | 2026-03-24T17:05:28.487Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267) |
| 1914 | 2026-03-24T17:05:29.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-03-24T17:05:29.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-03-24T17:05:29.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-03-24T17:05:29.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1918 | 2026-03-24T17:05:29.620Z | |
| 1919 | 2026-03-24T17:05:29.620Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267) |
| 1920 | 2026-03-24T17:05:29.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-03-24T17:05:29.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-03-24T17:05:29.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-03-24T17:05:29.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1924 | 2026-03-24T17:05:29.621Z | |
| 1925 | 2026-03-24T17:05:29.621Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267) |
| 1926 | 2026-03-24T17:05:30.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-03-24T17:05:30.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-03-24T17:05:30.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-03-24T17:05:30.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1930 | 2026-03-24T17:05:30.157Z | |
| 1931 | 2026-03-24T17:05:30.157Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267) |
| 1932 | 2026-03-24T17:05:30.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-03-24T17:05:30.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-03-24T17:05:30.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-03-24T17:05:30.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1936 | 2026-03-24T17:05:30.917Z | |
| 1937 | 2026-03-24T17:05:30.917Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267) |
| 1938 | 2026-03-24T17:05:31.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-03-24T17:05:31.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-03-24T17:05:31.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-03-24T17:05:31.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1942 | 2026-03-24T17:05:31.398Z | |
| 1943 | 2026-03-24T17:05:31.398Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267) |
| 1944 | 2026-03-24T17:05:32.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-03-24T17:05:32.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-03-24T17:05:32.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-03-24T17:05:32.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1948 | 2026-03-24T17:05:32.979Z | |
| 1949 | 2026-03-24T17:05:32.979Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267) |
| 1950 | 2026-03-24T17:05:32.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-03-24T17:05:32.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-03-24T17:05:32.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-03-24T17:05:32.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1954 | 2026-03-24T17:05:32.979Z | |
| 1955 | 2026-03-24T17:05:32.979Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267) |
| 1956 | 2026-03-24T17:05:33.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-03-24T17:05:33.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-03-24T17:05:33.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-03-24T17:05:33.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1960 | 2026-03-24T17:05:33.231Z | |
| 1961 | 2026-03-24T17:05:33.232Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267) |
| 1962 | 2026-03-24T17:05:34.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-03-24T17:05:34.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-03-24T17:05:34.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-03-24T17:05:34.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1966 | 2026-03-24T17:05:34.201Z | |
| 1967 | 2026-03-24T17:05:34.201Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267) |
| 1968 | 2026-03-24T17:05:34.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-03-24T17:05:34.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-03-24T17:05:34.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-03-24T17:05:34.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1972 | 2026-03-24T17:05:34.487Z | |
| 1973 | 2026-03-24T17:05:34.487Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267) |
| 1974 | 2026-03-24T17:05:35.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-03-24T17:05:35.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-03-24T17:05:35.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-03-24T17:05:35.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1978 | 2026-03-24T17:05:35.105Z | |
| 1979 | 2026-03-24T17:05:35.105Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267) |
| 1980 | 2026-03-24T17:05:35.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-03-24T17:05:35.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-03-24T17:05:35.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-03-24T17:05:35.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1984 | 2026-03-24T17:05:35.756Z | |
| 1985 | 2026-03-24T17:05:35.758Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267) |
| 1986 | 2026-03-24T17:05:36.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-03-24T17:05:36.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-03-24T17:05:36.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-03-24T17:05:36.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1990 | 2026-03-24T17:05:36.768Z | |
| 1991 | 2026-03-24T17:05:36.768Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267) |
| 1992 | 2026-03-24T17:05:36.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-03-24T17:05:36.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-03-24T17:05:36.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-03-24T17:05:36.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1996 | 2026-03-24T17:05:37.012Z | |
| 1997 | 2026-03-24T17:05:37.012Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267) |
| 1998 | 2026-03-24T17:05:37.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-03-24T17:05:37.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-03-24T17:05:37.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-03-24T17:05:37.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2002 | 2026-03-24T17:05:37.689Z | |
| 2003 | 2026-03-24T17:05:37.689Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267) |
| 2004 | 2026-03-24T17:05:38.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-03-24T17:05:38.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-03-24T17:05:38.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-03-24T17:05:38.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2008 | 2026-03-24T17:05:38.248Z | |
| 2009 | 2026-03-24T17:05:38.248Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267) |
| 2010 | 2026-03-24T17:05:38.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-03-24T17:05:38.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-03-24T17:05:38.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-03-24T17:05:38.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2014 | 2026-03-24T17:05:38.982Z | |
| 2015 | 2026-03-24T17:05:38.982Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267) |
| 2016 | 2026-03-24T17:05:39.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-03-24T17:05:39.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-03-24T17:05:39.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-03-24T17:05:39.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2020 | 2026-03-24T17:05:39.493Z | |
| 2021 | 2026-03-24T17:05:39.493Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267) |
| 2022 | 2026-03-24T17:05:41.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-03-24T17:05:41.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-03-24T17:05:41.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-03-24T17:05:41.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2026 | 2026-03-24T17:05:41.720Z | |
| 2027 | 2026-03-24T17:05:41.720Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267) |
| 2028 | 2026-03-24T17:05:41.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-03-24T17:05:41.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-03-24T17:05:41.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-03-24T17:05:41.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2032 | 2026-03-24T17:05:41.824Z | |
| 2033 | 2026-03-24T17:05:41.824Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267) |
| 2034 | 2026-03-24T17:05:41.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-03-24T17:05:41.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-03-24T17:05:41.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-03-24T17:05:41.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2038 | 2026-03-24T17:05:41.824Z | |
| 2039 | 2026-03-24T17:05:41.824Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267) |
| 2040 | 2026-03-24T17:05:41.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-03-24T17:05:41.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-03-24T17:05:41.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-03-24T17:05:41.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2044 | 2026-03-24T17:05:42.003Z | |
| 2045 | 2026-03-24T17:05:42.003Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267) |
| 2046 | 2026-03-24T17:05:42.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-03-24T17:05:42.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-03-24T17:05:42.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-03-24T17:05:42.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2050 | 2026-03-24T17:05:42.642Z | |
| 2051 | 2026-03-24T17:05:42.642Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267) |
| 2052 | 2026-03-24T17:05:43.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-03-24T17:05:43.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-03-24T17:05:43.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-03-24T17:05:43.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2056 | 2026-03-24T17:05:43.268Z | |
| 2057 | 2026-03-24T17:05:43.268Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267) |
| 2058 | 2026-03-24T17:05:43.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-03-24T17:05:44.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-03-24T17:05:44.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-03-24T17:05:44.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2062 | 2026-03-24T17:05:44.067Z | |
| 2063 | 2026-03-24T17:05:44.067Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267) |
| 2064 | 2026-03-24T17:05:44.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-03-24T17:05:44.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-03-24T17:05:44.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-03-24T17:05:44.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2068 | 2026-03-24T17:05:44.591Z | |
| 2069 | 2026-03-24T17:05:44.591Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267) |
| 2070 | 2026-03-24T17:05:45.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-03-24T17:05:45.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-03-24T17:05:45.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-03-24T17:05:45.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2074 | 2026-03-24T17:05:45.170Z | |
| 2075 | 2026-03-24T17:05:45.170Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267) |
| 2076 | 2026-03-24T17:05:46.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-03-24T17:05:46.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-03-24T17:05:46.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-03-24T17:05:46.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2080 | 2026-03-24T17:05:46.814Z | |
| 2081 | 2026-03-24T17:05:46.815Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267) |
| 2082 | 2026-03-24T17:05:46.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-03-24T17:05:46.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-03-24T17:05:46.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-03-24T17:05:46.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2086 | 2026-03-24T17:05:46.815Z | |
| 2087 | 2026-03-24T17:05:46.815Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267) |
| 2088 | 2026-03-24T17:05:46.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-03-24T17:05:46.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-03-24T17:05:46.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-03-24T17:05:46.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2092 | 2026-03-24T17:05:47.056Z | |
| 2093 | 2026-03-24T17:05:47.056Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267) |
| 2094 | 2026-03-24T17:05:47.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-03-24T17:05:47.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-03-24T17:05:47.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-03-24T17:05:47.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2098 | 2026-03-24T17:05:47.680Z | |
| 2099 | 2026-03-24T17:05:47.680Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267) |
| 2100 | 2026-03-24T17:05:48.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-03-24T17:05:48.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-03-24T17:05:48.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-03-24T17:05:48.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2104 | 2026-03-24T17:05:48.329Z | |
| 2105 | 2026-03-24T17:05:48.329Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267) |
| 2106 | 2026-03-24T17:05:48.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-03-24T17:05:48.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-03-24T17:05:48.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-03-24T17:05:48.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2110 | 2026-03-24T17:05:48.959Z | |
| 2111 | 2026-03-24T17:05:48.959Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267) |
| 2112 | 2026-03-24T17:05:49.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-03-24T17:05:49.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-03-24T17:05:50.047Z | Checking cfg-if v1.0.4 |
| 2115 | 2026-03-24T17:05:50.201Z | Checking libc v0.2.180 |
| 2116 | 2026-03-24T17:05:50.237Z | Checking serde_core v1.0.228 |
| 2117 | 2026-03-24T17:05:50.345Z | Checking memchr v2.8.0 |
| 2118 | 2026-03-24T17:05:50.374Z | Checking smallvec v1.15.1 |
| 2119 | 2026-03-24T17:05:50.374Z | Checking itoa v1.0.17 |
| 2120 | 2026-03-24T17:05:50.374Z | Checking log v0.4.29 |
| 2121 | 2026-03-24T17:05:50.374Z | Checking zeroize v1.8.2 |
| 2122 | 2026-03-24T17:05:50.374Z | Checking stable_deref_trait v1.2.1 |
| 2123 | 2026-03-24T17:05:50.436Z | Checking zerofrom v0.1.6 |
| 2124 | 2026-03-24T17:05:50.446Z | Checking zmij v1.0.21 |
| 2125 | 2026-03-24T17:05:50.489Z | Checking writeable v0.6.2 |
| 2126 | 2026-03-24T17:05:50.545Z | Checking percent-encoding v2.3.2 |
| 2127 | 2026-03-24T17:05:50.582Z | Checking litemap v0.8.1 |
| 2128 | 2026-03-24T17:05:50.588Z | Checking yoke v0.8.1 |
| 2129 | 2026-03-24T17:05:50.700Z | Checking libm v0.2.16 |
| 2130 | 2026-03-24T17:05:50.828Z | Checking scopeguard v1.2.0 |
| 2131 | 2026-03-24T17:05:50.828Z | Checking icu_properties_data v2.1.2 |
| 2132 | 2026-03-24T17:05:50.853Z | Checking icu_normalizer_data v2.1.1 |
| 2133 | 2026-03-24T17:05:50.853Z | Checking subtle v2.6.1 |
| 2134 | 2026-03-24T17:05:50.853Z | Checking zerovec v0.11.5 |
| 2135 | 2026-03-24T17:05:50.853Z | Checking getrandom v0.2.17 |
| 2136 | 2026-03-24T17:05:50.854Z | Checking errno v0.3.14 |
| 2137 | 2026-03-24T17:05:50.890Z | Checking zerotrie v0.2.3 |
| 2138 | 2026-03-24T17:05:50.913Z | Checking lock_api v0.4.14 |
| 2139 | 2026-03-24T17:05:50.963Z | Checking utf8_iter v1.0.4 |
| 2140 | 2026-03-24T17:05:50.983Z | Checking form_urlencoded v1.2.2 |
| 2141 | 2026-03-24T17:05:51.008Z | Checking rand_core v0.6.4 |
| 2142 | 2026-03-24T17:05:51.120Z | Checking rand_core v0.10.0 |
| 2143 | 2026-03-24T17:05:51.140Z | Checking pin-project-lite v0.2.17 |
| 2144 | 2026-03-24T17:05:51.162Z | Checking portable-atomic v1.13.1 |
| 2145 | 2026-03-24T17:05:51.162Z | Checking typenum v1.19.0 |
| 2146 | 2026-03-24T17:05:51.229Z | Checking critical-section v1.2.0 |
| 2147 | 2026-03-24T17:05:51.257Z | Checking iana-time-zone v0.1.65 |
| 2148 | 2026-03-24T17:05:51.301Z | Checking getrandom v0.4.1 |
| 2149 | 2026-03-24T17:05:51.352Z | Checking signal-hook-registry v1.4.8 |
| 2150 | 2026-03-24T17:05:51.385Z | Checking tinystr v0.8.2 |
| 2151 | 2026-03-24T17:05:51.405Z | Checking potential_utf v0.1.4 |
| 2152 | 2026-03-24T17:05:51.484Z | Checking parking_lot_core v0.9.12 |
| 2153 | 2026-03-24T17:05:51.568Z | Checking mio v1.1.1 |
| 2154 | 2026-03-24T17:05:51.582Z | Checking icu_collections v2.1.1 |
| 2155 | 2026-03-24T17:05:51.613Z | Checking icu_locale_core v2.1.1 |
| 2156 | 2026-03-24T17:05:51.660Z | Checking num-traits v0.2.19 |
| 2157 | 2026-03-24T17:05:51.734Z | Checking parking_lot v0.12.5 |
| 2158 | 2026-03-24T17:05:51.769Z | Checking once_cell v1.21.3 |
| 2159 | 2026-03-24T17:05:51.887Z | Checking generic-array v0.14.7 |
| 2160 | 2026-03-24T17:05:51.942Z | Checking socket2 v0.6.2 |
| 2161 | 2026-03-24T17:05:51.972Z | Checking zerocopy v0.8.40 |
| 2162 | 2026-03-24T17:05:52.016Z | Checking futures-core v0.3.32 |
| 2163 | 2026-03-24T17:05:52.029Z | Checking dyn-clone v1.0.20 |
| 2164 | 2026-03-24T17:05:52.148Z | Checking equivalent v1.0.2 |
| 2165 | 2026-03-24T17:05:52.181Z | Checking allocator-api2 v0.2.21 |
| 2166 | 2026-03-24T17:05:52.469Z | Checking foldhash v0.2.0 |
| 2167 | 2026-03-24T17:05:52.489Z | Checking const-oid v0.9.6 |
| 2168 | 2026-03-24T17:05:52.489Z | Checking serde v1.0.228 |
| 2169 | 2026-03-24T17:05:52.489Z | Checking serde_json v1.0.149 |
| 2170 | 2026-03-24T17:05:52.489Z | Checking icu_provider v2.1.1 |
| 2171 | 2026-03-24T17:05:52.489Z | Checking bitflags v2.11.0 |
| 2172 | 2026-03-24T17:05:52.548Z | Checking crypto-common v0.1.7 |
| 2173 | 2026-03-24T17:05:52.579Z | Checking uuid v1.21.0 |
| 2174 | 2026-03-24T17:05:52.669Z | Checking semver v1.0.27 |
| 2175 | 2026-03-24T17:05:52.691Z | Checking hashbrown v0.16.1 |
| 2176 | 2026-03-24T17:05:52.752Z | Checking icu_normalizer v2.1.1 |
| 2177 | 2026-03-24T17:05:53.098Z | Checking bytes v1.11.1 |
| 2178 | 2026-03-24T17:05:53.215Z | Checking icu_properties v2.1.2 |
| 2179 | 2026-03-24T17:05:53.216Z | Checking chrono v0.4.44 |
| 2180 | 2026-03-24T17:05:53.241Z | Checking futures-sink v0.3.32 |
| 2181 | 2026-03-24T17:05:53.347Z | Checking futures-channel v0.3.32 |
| 2182 | 2026-03-24T17:05:53.360Z | Checking block-buffer v0.10.4 |
| 2183 | 2026-03-24T17:05:53.360Z | Checking futures-io v0.3.32 |
| 2184 | 2026-03-24T17:05:53.434Z | Checking slab v0.4.12 |
| 2185 | 2026-03-24T17:05:53.472Z | Checking futures-task v0.3.32 |
| 2186 | 2026-03-24T17:05:53.530Z | Checking digest v0.10.7 |
| 2187 | 2026-03-24T17:05:53.551Z | Checking tokio v1.49.0 |
| 2188 | 2026-03-24T17:05:53.551Z | Checking thiserror v2.0.18 |
| 2189 | 2026-03-24T17:05:53.637Z | Checking byteorder v1.5.0 |
| 2190 | 2026-03-24T17:05:53.826Z | Checking futures-util v0.3.32 |
| 2191 | 2026-03-24T17:05:54.036Z | Checking base64 v0.22.1 |
| 2192 | 2026-03-24T17:05:54.036Z | Checking indexmap v2.13.0 |
| 2193 | 2026-03-24T17:05:54.036Z | Checking cpufeatures v0.2.17 |
| 2194 | 2026-03-24T17:05:54.154Z | Checking http v1.4.0 |
| 2195 | 2026-03-24T17:05:54.154Z | Checking fnv v1.0.7 |
| 2196 | 2026-03-24T17:05:54.205Z | Checking unicode-ident v1.0.24 |
| 2197 | 2026-03-24T17:05:54.205Z | Checking idna_adapter v1.2.1 |
| 2198 | 2026-03-24T17:05:54.205Z | Checking tracing-core v0.1.36 |
| 2199 | 2026-03-24T17:05:54.270Z | Checking proc-macro2 v1.0.106 |
| 2200 | 2026-03-24T17:05:54.295Z | Checking idna v1.1.0 |
| 2201 | 2026-03-24T17:05:54.561Z | Checking thiserror v1.0.69 |
| 2202 | 2026-03-24T17:05:54.587Z | Checking tracing v0.1.44 |
| 2203 | 2026-03-24T17:05:54.613Z | Checking url v2.5.8 |
| 2204 | 2026-03-24T17:05:54.662Z | Checking rustls-pki-types v1.14.0 |
| 2205 | 2026-03-24T17:05:54.676Z | Checking regex-syntax v0.8.10 |
| 2206 | 2026-03-24T17:05:54.692Z | Checking quote v1.0.44 |
| 2207 | 2026-03-24T17:05:55.322Z | Checking untrusted v0.9.0 |
| 2208 | 2026-03-24T17:05:55.337Z | Checking syn v2.0.117 |
| 2209 | 2026-03-24T17:05:55.337Z | Checking ring v0.17.14 |
| 2210 | 2026-03-24T17:05:55.337Z | Checking ipnet v2.11.0 |
| 2211 | 2026-03-24T17:05:55.337Z | Checking schemars v0.8.22 |
| 2212 | 2026-03-24T17:05:55.428Z | Checking httparse v1.10.1 |
| 2213 | 2026-03-24T17:05:57.046Z | Checking http-body v1.0.1 |
| 2214 | 2026-03-24T17:05:57.051Z | Checking rustix v1.1.3 |
| 2215 | 2026-03-24T17:05:57.051Z | Checking ppv-lite86 v0.2.21 |
| 2216 | 2026-03-24T17:05:57.051Z | Checking block-padding v0.3.3 |
| 2217 | 2026-03-24T17:05:57.051Z | Checking getrandom v0.3.4 |
| 2218 | 2026-03-24T17:05:57.051Z | Checking atomic-waker v1.1.2 |
| 2219 | 2026-03-24T17:05:57.052Z | Checking inout v0.1.4 |
| 2220 | 2026-03-24T17:05:57.052Z | Checking hmac v0.12.1 |
| 2221 | 2026-03-24T17:05:57.052Z | Checking aws-lc-sys v0.37.1 |
| 2222 | 2026-03-24T17:05:57.052Z | Checking aho-corasick v1.1.4 |
| 2223 | 2026-03-24T17:05:57.052Z | Checking httpdate v1.0.3 |
| 2224 | 2026-03-24T17:05:57.052Z | Checking openssl-probe v0.2.1 |
| 2225 | 2026-03-24T17:05:57.052Z | Checking tower-service v0.3.3 |
| 2226 | 2026-03-24T17:05:57.052Z | Checking powerfmt v0.2.0 |
| 2227 | 2026-03-24T17:05:57.052Z | Checking tower-layer v0.3.3 |
| 2228 | 2026-03-24T17:05:57.052Z | Checking try-lock v0.2.5 |
| 2229 | 2026-03-24T17:05:57.052Z | Checking untrusted v0.7.1 |
| 2230 | 2026-03-24T17:05:57.052Z | Checking deranged v0.5.8 |
| 2231 | 2026-03-24T17:05:57.052Z | Checking want v0.3.1 |
| 2232 | 2026-03-24T17:05:57.052Z | Checking cipher v0.4.4 |
| 2233 | 2026-03-24T17:05:57.052Z | Checking rand_core v0.9.5 |
| 2234 | 2026-03-24T17:05:57.053Z | Checking pin-utils v0.1.0 |
| 2235 | 2026-03-24T17:05:57.213Z | Checking num-conv v0.2.0 |
| 2236 | 2026-03-24T17:05:57.243Z | Checking aws-lc-rs v1.16.0 |
| 2237 | 2026-03-24T17:05:57.259Z | Checking num_threads v0.1.7 |
| 2238 | 2026-03-24T17:05:57.259Z | Checking time-core v0.1.8 |
| 2239 | 2026-03-24T17:05:57.267Z | Checking base64ct v1.8.3 |
| 2240 | 2026-03-24T17:05:57.331Z | Checking sha2 v0.10.9 |
| 2241 | 2026-03-24T17:05:57.355Z | Checking regex-automata v0.4.14 |
| 2242 | 2026-03-24T17:05:57.423Z | Checking erased-serde v0.3.31 |
| 2243 | 2026-03-24T17:05:57.563Z | Checking pretty-hex v0.4.1 |
| 2244 | 2026-03-24T17:05:57.692Z | Checking rand_chacha v0.9.0 |
| 2245 | 2026-03-24T17:05:57.716Z | Checking fastrand v2.3.0 |
| 2246 | 2026-03-24T17:05:57.801Z | Checking tokio-util v0.7.18 |
| 2247 | 2026-03-24T17:05:57.946Z | Checking ryu v1.0.23 |
| 2248 | 2026-03-24T17:05:57.965Z | Checking rand v0.9.2 |
| 2249 | 2026-03-24T17:05:57.999Z | Checking slog v2.8.2 |
| 2250 | 2026-03-24T17:05:58.109Z | Checking time v0.3.47 |
| 2251 | 2026-03-24T17:05:58.132Z | Checking pem-rfc7468 v0.7.0 |
| 2252 | 2026-03-24T17:05:58.153Z | Checking rustls-native-certs v0.8.3 |
| 2253 | 2026-03-24T17:05:58.267Z | Checking rustls-webpki v0.103.9 |
| 2254 | 2026-03-24T17:05:58.312Z | Checking ipnetwork v0.21.1 |
| 2255 | 2026-03-24T17:05:58.340Z | Checking http-body-util v0.1.3 |
| 2256 | 2026-03-24T17:05:58.360Z | Checking sync_wrapper v1.0.2 |
| 2257 | 2026-03-24T17:05:58.486Z | Checking spin v0.9.8 |
| 2258 | 2026-03-24T17:05:58.585Z | Checking flagset v0.4.7 |
| 2259 | 2026-03-24T17:05:58.607Z | Checking plain v0.2.3 |
| 2260 | 2026-03-24T17:05:58.627Z | Checking h2 v0.4.13 |
| 2261 | 2026-03-24T17:05:58.649Z | Checking tower v0.5.3 |
| 2262 | 2026-03-24T17:05:58.737Z | Checking serde_urlencoded v0.7.1 |
| 2263 | 2026-03-24T17:05:58.756Z | Checking der v0.7.10 |
| 2264 | 2026-03-24T17:05:58.777Z | Checking rand_chacha v0.3.1 |
| 2265 | 2026-03-24T17:05:58.838Z | Checking rustls v0.23.37 |
| 2266 | 2026-03-24T17:05:59.012Z | Checking webpki-roots v1.0.6 |
| 2267 | 2026-03-24T17:05:59.055Z | Checking tinyvec_macros v0.1.1 |
| 2268 | 2026-03-24T17:05:59.141Z | Checking iri-string v0.7.10 |
| 2269 | 2026-03-24T17:05:59.170Z | Checking ucd-trie v0.1.7 |
| 2270 | 2026-03-24T17:05:59.192Z | Checking tinyvec v1.10.0 |
| 2271 | 2026-03-24T17:05:59.338Z | Checking pest v2.8.6 |
| 2272 | 2026-03-24T17:05:59.612Z | Checking rand v0.8.5 |
| 2273 | 2026-03-24T17:05:59.677Z | Checking tempfile v3.25.0 |
| 2274 | 2026-03-24T17:05:59.808Z | Checking spki v0.7.3 |
| 2275 | 2026-03-24T17:05:59.916Z | Checking salsa20 v0.10.2 |
| 2276 | 2026-03-24T17:05:59.950Z | Checking pbkdf2 v0.12.2 |
| 2277 | 2026-03-24T17:06:00.050Z | Checking foreign-types-shared v0.1.1 |
| 2278 | 2026-03-24T17:06:00.082Z | Checking unicode-width v0.2.0 |
| 2279 | 2026-03-24T17:06:00.098Z | Checking foreign-types v0.3.2 |
| 2280 | 2026-03-24T17:06:00.098Z | Checking scrypt v0.11.0 |
| 2281 | 2026-03-24T17:06:00.185Z | Checking regex v1.12.3 |
| 2282 | 2026-03-24T17:06:00.294Z | Checking aes v0.8.4 |
| 2283 | 2026-03-24T17:06:00.313Z | Checking cbc v0.1.2 |
| 2284 | 2026-03-24T17:06:00.394Z | Checking anyhow v1.0.102 |
| 2285 | 2026-03-24T17:06:00.471Z | Checking openssl-sys v0.9.111 |
| 2286 | 2026-03-24T17:06:00.568Z | Checking crossbeam-utils v0.8.21 |
| 2287 | 2026-03-24T17:06:00.598Z | Checking tower-http v0.6.8 |
| 2288 | 2026-03-24T17:06:00.649Z | Checking oxnet v0.1.4 |
| 2289 | 2026-03-24T17:06:00.808Z | Checking mime v0.3.17 |
| 2290 | 2026-03-24T17:06:00.828Z | Checking pkcs5 v0.7.1 |
| 2291 | 2026-03-24T17:06:01.137Z | Checking openapiv3 v2.2.0 |
| 2292 | 2026-03-24T17:06:01.165Z | Checking scroll v0.12.0 |
| 2293 | 2026-03-24T17:06:01.165Z | Checking encoding_rs v0.8.35 |
| 2294 | 2026-03-24T17:06:01.165Z | Checking winnow v0.7.14 |
| 2295 | 2026-03-24T17:06:01.165Z | Checking openssl v0.10.75 |
| 2296 | 2026-03-24T17:06:01.184Z | Checking pkcs8 v0.10.2 |
| 2297 | 2026-03-24T17:06:01.275Z | Checking siphasher v1.0.2 |
| 2298 | 2026-03-24T17:06:01.407Z | Checking data-encoding v2.10.0 |
| 2299 | 2026-03-24T17:06:01.484Z | Checking goblin v0.8.2 |
| 2300 | 2026-03-24T17:06:01.749Z | Checking lazy_static v1.5.0 |
| 2301 | 2026-03-24T17:06:01.864Z | Checking zerocopy v0.7.35 |
| 2302 | 2026-03-24T17:06:02.085Z | Checking tokio-rustls v0.26.4 |
| 2303 | 2026-03-24T17:06:02.214Z | Checking hyper v1.8.1 |
| 2304 | 2026-03-24T17:06:02.297Z | Checking wait-timeout v0.2.1 |
| 2305 | 2026-03-24T17:06:02.378Z | Checking anstyle v1.0.13 |
| 2306 | 2026-03-24T17:06:02.451Z | Checking managed v0.8.0 |
| 2307 | 2026-03-24T17:06:02.595Z | Checking utf8parse v0.2.2 |
| 2308 | 2026-03-24T17:06:02.617Z | Checking bit-vec v0.8.0 |
| 2309 | 2026-03-24T17:06:02.663Z | Checking psl-types v2.0.11 |
| 2310 | 2026-03-24T17:06:02.687Z | Checking either v1.15.0 |
| 2311 | 2026-03-24T17:06:02.715Z | Checking bitflags v1.3.2 |
| 2312 | 2026-03-24T17:06:02.750Z | Checking quick-error v1.2.3 |
| 2313 | 2026-03-24T17:06:02.799Z | Checking anstyle-parse v0.2.7 |
| 2314 | 2026-03-24T17:06:02.823Z | Checking publicsuffix v2.3.0 |
| 2315 | 2026-03-24T17:06:02.875Z | Checking rusty-fork v0.3.1 |
| 2316 | 2026-03-24T17:06:02.923Z | Checking bit-set v0.8.0 |
| 2317 | 2026-03-24T17:06:02.988Z | Checking dtrace-parser v0.2.0 |
| 2318 | 2026-03-24T17:06:03.016Z | Checking cookie v0.18.1 |
| 2319 | 2026-03-24T17:06:03.053Z | Checking unicode-normalization v0.1.25 |
| 2320 | 2026-03-24T17:06:03.090Z | Checking rand_xorshift v0.4.0 |
| 2321 | 2026-03-24T17:06:03.090Z | Checking sha1 v0.10.6 |
| 2322 | 2026-03-24T17:06:03.220Z | Checking hex v0.4.3 |
| 2323 | 2026-03-24T17:06:03.242Z | Checking thread-id v4.2.2 |
| 2324 | 2026-03-24T17:06:03.333Z | Checking anstyle-query v1.1.5 |
| 2325 | 2026-03-24T17:06:03.379Z | Checking unarray v0.1.4 |
| 2326 | 2026-03-24T17:06:03.380Z | Checking is_terminal_polyfill v1.70.2 |
| 2327 | 2026-03-24T17:06:03.458Z | Checking colorchoice v1.0.4 |
| 2328 | 2026-03-24T17:06:03.458Z | Checking hyper-util v0.1.20 |
| 2329 | 2026-03-24T17:06:03.464Z | Checking proptest v1.10.0 |
| 2330 | 2026-03-24T17:06:03.464Z | Checking cookie_store v0.22.1 |
| 2331 | 2026-03-24T17:06:03.516Z | Checking rustls-platform-verifier v0.6.2 |
| 2332 | 2026-03-24T17:06:03.535Z | Checking anstream v0.6.21 |
| 2333 | 2026-03-24T17:06:03.562Z | Checking crossbeam-epoch v0.9.18 |
| 2334 | 2026-03-24T17:06:03.710Z | Checking terminal_size v0.4.3 |
| 2335 | 2026-03-24T17:06:03.814Z | Checking scroll v0.13.0 |
| 2336 | 2026-03-24T17:06:03.856Z | Checking num-integer v0.1.46 |
| 2337 | 2026-03-24T17:06:03.859Z | Checking simd-adler32 v0.3.8 |
| 2338 | 2026-03-24T17:06:03.904Z | Checking crossbeam-deque v0.8.6 |
| 2339 | 2026-03-24T17:06:03.931Z | Checking native-tls v0.2.18 |
| 2340 | 2026-03-24T17:06:04.084Z | Checking bstr v1.12.1 |
| 2341 | 2026-03-24T17:06:04.105Z | Checking goblin v0.10.5 |
| 2342 | 2026-03-24T17:06:04.136Z | Checking ref-cast v1.0.25 |
| 2343 | 2026-03-24T17:06:04.161Z | Checking dof v0.3.0 |
| 2344 | 2026-03-24T17:06:04.178Z | Checking tokio-native-tls v0.3.1 |
| 2345 | 2026-03-24T17:06:04.197Z | Checking rustix v0.38.44 |
| 2346 | 2026-03-24T17:06:04.262Z | Checking camino v1.2.2 |
| 2347 | 2026-03-24T17:06:04.373Z | Checking crc32fast v1.5.0 |
| 2348 | 2026-03-24T17:06:04.542Z | Checking usdt-impl v0.5.0 |
| 2349 | 2026-03-24T17:06:04.556Z | Checking signature v2.2.0 |
| 2350 | 2026-03-24T17:06:04.618Z | Checking serde_spanned v0.6.9 |
| 2351 | 2026-03-24T17:06:04.764Z | Checking toml_datetime v0.6.11 |
| 2352 | 2026-03-24T17:06:04.797Z | Checking ff v0.13.1 |
| 2353 | 2026-03-24T17:06:04.816Z | Checking unicode-bidi v0.3.18 |
| 2354 | 2026-03-24T17:06:04.878Z | Checking clap_lex v1.0.0 |
| 2355 | 2026-03-24T17:06:04.888Z | Checking base16ct v0.2.0 |
| 2356 | 2026-03-24T17:06:04.888Z | Checking strsim v0.11.1 |
| 2357 | 2026-03-24T17:06:05.052Z | Checking unicode-properties v0.1.4 |
| 2358 | 2026-03-24T17:06:05.065Z | Checking adler2 v2.0.1 |
| 2359 | 2026-03-24T17:06:05.133Z | Checking clap_builder v4.5.60 |
| 2360 | 2026-03-24T17:06:05.146Z | Checking hyper-rustls v0.27.7 |
| 2361 | 2026-03-24T17:06:05.167Z | Checking hyper-tls v0.6.0 |
| 2362 | 2026-03-24T17:06:05.310Z | Checking miniz_oxide v0.8.9 |
| 2363 | 2026-03-24T17:06:05.323Z | Checking stringprep v0.1.5 |
| 2364 | 2026-03-24T17:06:05.338Z | Checking sec1 v0.7.3 |
| 2365 | 2026-03-24T17:06:05.380Z | Checking group v0.13.0 |
| 2366 | 2026-03-24T17:06:05.410Z | Checking reqwest v0.12.28 |
| 2367 | 2026-03-24T17:06:05.479Z | Checking reqwest v0.13.2 |
| 2368 | 2026-03-24T17:06:05.566Z | Checking num-iter v0.1.45 |
| 2369 | 2026-03-24T17:06:05.599Z | Checking rayon-core v1.13.0 |
| 2370 | 2026-03-24T17:06:05.673Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2371 | 2026-03-24T17:06:05.714Z | Checking dtrace-parser v0.3.0 |
| 2372 | 2026-03-24T17:06:05.934Z | Checking newtype-uuid v1.3.2 |
| 2373 | 2026-03-24T17:06:06.025Z | Checking hkdf v0.12.4 |
| 2374 | 2026-03-24T17:06:06.028Z | Checking strum v0.26.3 |
| 2375 | 2026-03-24T17:06:06.110Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2376 | 2026-03-24T17:06:06.194Z | Checking hash32 v0.2.1 |
| 2377 | 2026-03-24T17:06:06.203Z | Checking md-5 v0.10.6 |
| 2378 | 2026-03-24T17:06:06.207Z | Checking daft v0.1.5 |
| 2379 | 2026-03-24T17:06:06.250Z | Checking crypto-bigint v0.5.5 |
| 2380 | 2026-03-24T17:06:06.377Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2381 | 2026-03-24T17:06:06.394Z | Checking thread-id v5.1.0 |
| 2382 | 2026-03-24T17:06:06.495Z | Checking unicode-segmentation v1.12.0 |
| 2383 | 2026-03-24T17:06:06.531Z | Checking zlib-rs v0.6.2 |
| 2384 | 2026-03-24T17:06:06.550Z | Checking fallible-iterator v0.2.0 |
| 2385 | 2026-03-24T17:06:06.587Z | Checking heapless v0.7.17 |
| 2386 | 2026-03-24T17:06:06.633Z | Checking zstd-safe v7.2.4 |
| 2387 | 2026-03-24T17:06:06.835Z | Checking clap v4.5.60 |
| 2388 | 2026-03-24T17:06:06.848Z | Checking rayon v1.11.0 |
| 2389 | 2026-03-24T17:06:06.891Z | Checking itertools v0.12.1 |
| 2390 | 2026-03-24T17:06:06.915Z | Checking phf_shared v0.13.1 |
| 2391 | 2026-03-24T17:06:06.929Z | Checking postgres-protocol v0.6.10 |
| 2392 | 2026-03-24T17:06:07.145Z | Checking console v0.16.2 |
| 2393 | 2026-03-24T17:06:07.194Z | Checking curve25519-dalek v4.1.3 |
| 2394 | 2026-03-24T17:06:07.311Z | Checking dof v0.4.0 |
| 2395 | 2026-03-24T17:06:07.347Z | Checking memoffset v0.9.1 |
| 2396 | 2026-03-24T17:06:07.446Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2397 | 2026-03-24T17:06:07.540Z | Checking signal-hook v0.3.18 |
| 2398 | 2026-03-24T17:06:07.560Z | Checking memmap2 v0.9.10 |
| 2399 | 2026-03-24T17:06:07.583Z | Checking elliptic-curve v0.13.8 |
| 2400 | 2026-03-24T17:06:07.732Z | Checking flate2 v1.1.9 |
| 2401 | 2026-03-24T17:06:07.766Z | Checking unit-prefix v0.5.2 |
| 2402 | 2026-03-24T17:06:07.786Z | Checking foldhash v0.1.5 |
| 2403 | 2026-03-24T17:06:07.920Z | Checking toml_write v0.1.2 |
| 2404 | 2026-03-24T17:06:07.957Z | Checking winnow v0.5.40 |
| 2405 | 2026-03-24T17:06:07.982Z | Checking bumpalo v3.20.2 |
| 2406 | 2026-03-24T17:06:08.127Z | Checking libbz2-rs-sys v0.2.2 |
| 2407 | 2026-03-24T17:06:08.147Z | Checking fixedbitset v0.4.2 |
| 2408 | 2026-03-24T17:06:08.167Z | Checking usdt-impl v0.6.0 |
| 2409 | 2026-03-24T17:06:08.238Z | Checking toml_edit v0.22.27 |
| 2410 | 2026-03-24T17:06:08.262Z | Checking zopfli v0.8.3 |
| 2411 | 2026-03-24T17:06:08.282Z | Checking zone v0.3.1 |
| 2412 | 2026-03-24T17:06:08.338Z | Checking petgraph v0.6.5 |
| 2413 | 2026-03-24T17:06:08.525Z | Checking usdt v0.6.0 |
| 2414 | 2026-03-24T17:06:08.640Z | Checking bzip2 v0.6.1 |
| 2415 | 2026-03-24T17:06:08.687Z | Checking hashbrown v0.15.5 |
| 2416 | 2026-03-24T17:06:08.738Z | Checking signal-hook-mio v0.2.5 |
| 2417 | 2026-03-24T17:06:08.758Z | Checking bzip2 v0.4.4 |
| 2418 | 2026-03-24T17:06:08.867Z | Checking nix v0.31.1 |
| 2419 | 2026-03-24T17:06:08.886Z | Checking postgres-types v0.2.12 |
| 2420 | 2026-03-24T17:06:08.904Z | Checking indicatif v0.18.4 |
| 2421 | 2026-03-24T17:06:08.974Z | Checking phf v0.13.1 |
| 2422 | 2026-03-24T17:06:09.171Z | Checking smoltcp v0.9.1 |
| 2423 | 2026-03-24T17:06:09.309Z | Checking similar v2.7.0 |
| 2424 | 2026-03-24T17:06:09.335Z | Checking zstd v0.13.3 |
| 2425 | 2026-03-24T17:06:09.404Z | Checking num-bigint-dig v0.8.6 |
| 2426 | 2026-03-24T17:06:09.545Z | Checking toml_edit v0.19.15 |
| 2427 | 2026-03-24T17:06:09.583Z | Checking ed25519 v2.2.3 |
| 2428 | 2026-03-24T17:06:09.743Z | Checking phf_shared v0.11.3 |
| 2429 | 2026-03-24T17:06:09.811Z | Checking pkcs1 v0.7.5 |
| 2430 | 2026-03-24T17:06:09.832Z | Checking tokio-stream v0.1.18 |
| 2431 | 2026-03-24T17:06:09.934Z | Checking strum v0.27.2 |
| 2432 | 2026-03-24T17:06:09.988Z | Checking hubpack v0.1.2 |
| 2433 | 2026-03-24T17:06:10.071Z | Checking rfc6979 v0.4.0 |
| 2434 | 2026-03-24T17:06:10.092Z | Checking serde-big-array v0.5.1 |
| 2435 | 2026-03-24T17:06:10.111Z | Checking float-cmp v0.10.0 |
| 2436 | 2026-03-24T17:06:10.205Z | Checking env_filter v1.0.0 |
| 2437 | 2026-03-24T17:06:10.225Z | Checking keccak v0.1.6 |
| 2438 | 2026-03-24T17:06:10.266Z | Checking static_assertions v1.1.0 |
| 2439 | 2026-03-24T17:06:10.286Z | Checking rustc-hash v2.1.1 |
| 2440 | 2026-03-24T17:06:10.291Z | Checking difflib v0.4.0 |
| 2441 | 2026-03-24T17:06:10.340Z | Checking new_debug_unreachable v1.0.6 |
| 2442 | 2026-03-24T17:06:10.360Z | Checking jiff v0.2.21 |
| 2443 | 2026-03-24T17:06:10.384Z | Checking precomputed-hash v0.1.1 |
| 2444 | 2026-03-24T17:06:10.426Z | Checking whoami v2.1.0 |
| 2445 | 2026-03-24T17:06:10.445Z | Checking predicates-core v1.0.10 |
| 2446 | 2026-03-24T17:06:10.449Z | Checking normalize-line-endings v0.3.0 |
| 2447 | 2026-03-24T17:06:10.487Z | Checking fixedbitset v0.5.7 |
| 2448 | 2026-03-24T17:06:10.534Z | Checking rsa v0.9.10 |
| 2449 | 2026-03-24T17:06:10.554Z | Checking string_cache v0.8.9 |
| 2450 | 2026-03-24T17:06:10.573Z | Checking iddqd v0.3.17 |
| 2451 | 2026-03-24T17:06:10.596Z | Checking predicates v3.1.4 |
| 2452 | 2026-03-24T17:06:10.677Z | Checking tokio-postgres v0.7.16 |
| 2453 | 2026-03-24T17:06:10.740Z | Checking petgraph v0.8.3 |
| 2454 | 2026-03-24T17:06:10.765Z | Checking sha3 v0.10.8 |
| 2455 | 2026-03-24T17:06:10.959Z | Checking toml v0.7.8 |
| 2456 | 2026-03-24T17:06:10.998Z | Checking env_logger v0.11.9 |
| 2457 | 2026-03-24T17:06:11.034Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2458 | 2026-03-24T17:06:11.153Z | Checking ecdsa v0.16.9 |
| 2459 | 2026-03-24T17:06:11.244Z | Checking ed25519-dalek v2.2.0 |
| 2460 | 2026-03-24T17:06:11.389Z | Checking zip v0.6.6 |
| 2461 | 2026-03-24T17:06:11.544Z | Checking crossterm v0.28.1 |
| 2462 | 2026-03-24T17:06:11.600Z | Checking serde_with v3.17.0 |
| 2463 | 2026-03-24T17:06:11.728Z | Checking itertools v0.13.0 |
| 2464 | 2026-03-24T17:06:11.808Z | Checking hickory-proto v0.25.2 |
| 2465 | 2026-03-24T17:06:12.356Z | Checking x509-cert v0.2.5 |
| 2466 | 2026-03-24T17:06:12.541Z | Checking fs-err v3.3.0 |
| 2467 | 2026-03-24T17:06:12.909Z | Checking ahash v0.8.12 |
| 2468 | 2026-03-24T17:06:12.929Z | Checking object v0.37.3 |
| 2469 | 2026-03-24T17:06:13.124Z | Checking buf-list v1.1.2 |
| 2470 | 2026-03-24T17:06:13.177Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2471 | 2026-03-24T17:06:13.239Z | Checking lalrpop-util v0.19.12 |
| 2472 | 2026-03-24T17:06:13.362Z | Checking peg-runtime v0.8.5 |
| 2473 | 2026-03-24T17:06:13.444Z | Compiling structmeta-derive v0.3.0 |
| 2474 | 2026-03-24T17:06:13.471Z | Checking zip v4.6.1 |
| 2475 | 2026-03-24T17:06:13.519Z | Compiling rustls v0.22.4 |
| 2476 | 2026-03-24T17:06:13.607Z | Compiling newtype-uuid-macros v0.1.0 |
| 2477 | 2026-03-24T17:06:13.617Z | Compiling multer v3.1.0 |
| 2478 | 2026-03-24T17:06:13.805Z | Compiling async-stream-impl v0.3.6 |
| 2479 | 2026-03-24T17:06:13.922Z | Checking futures-executor v0.3.32 |
| 2480 | 2026-03-24T17:06:14.098Z | Checking regress v0.10.5 |
| 2481 | 2026-03-24T17:06:14.308Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2482 | 2026-03-24T17:06:14.567Z | Compiling dropshot v0.16.7 |
| 2483 | 2026-03-24T17:06:14.587Z | Checking futures v0.3.32 |
| 2484 | 2026-03-24T17:06:14.687Z | Compiling dropshot_endpoint v0.16.7 |
| 2485 | 2026-03-24T17:06:14.804Z | Checking thread_local v1.1.9 |
| 2486 | 2026-03-24T17:06:14.888Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2487 | 2026-03-24T17:06:14.907Z | Compiling structmeta v0.3.0 |
| 2488 | 2026-03-24T17:06:15.017Z | Checking crossbeam-channel v0.5.15 |
| 2489 | 2026-03-24T17:06:15.179Z | Compiling derive-ex v0.1.8 |
| 2490 | 2026-03-24T17:06:15.358Z | Checking is-terminal v0.4.17 |
| 2491 | 2026-03-24T17:06:15.466Z | Checking term v1.2.1 |
| 2492 | 2026-03-24T17:06:15.470Z | Checking take_mut v0.2.2 |
| 2493 | 2026-03-24T17:06:15.618Z | Checking slog-async v2.8.0 |
| 2494 | 2026-03-24T17:06:15.637Z | Compiling parse-display-derive v0.10.0 |
| 2495 | 2026-03-24T17:06:15.753Z | Checking slog-term v2.9.2 |
| 2496 | 2026-03-24T17:06:15.841Z | Checking rustls-webpki v0.102.8 |
| 2497 | 2026-03-24T17:06:16.021Z | Checking serde_spanned v1.0.4 |
| 2498 | 2026-03-24T17:06:16.096Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2499 | 2026-03-24T17:06:16.228Z | Checking match_cfg v0.1.0 |
| 2500 | 2026-03-24T17:06:16.239Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2501 | 2026-03-24T17:06:16.299Z | Checking debug-ignore v1.0.5 |
| 2502 | 2026-03-24T17:06:16.311Z | Checking hostname v0.3.1 |
| 2503 | 2026-03-24T17:06:16.355Z | Checking toml v0.9.12+spec-1.1.0 |
| 2504 | 2026-03-24T17:06:16.409Z | Checking slog-json v2.6.1 |
| 2505 | 2026-03-24T17:06:16.439Z | Checking macaddr v1.0.1 |
| 2506 | 2026-03-24T17:06:16.614Z | Checking slog-bunyan v2.5.0 |
| 2507 | 2026-03-24T17:06:16.672Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2508 | 2026-03-24T17:06:16.752Z | Checking async-stream v0.3.6 |
| 2509 | 2026-03-24T17:06:17.063Z | Checking waitgroup v0.1.2 |
| 2510 | 2026-03-24T17:06:17.162Z | Checking rustls-pemfile v2.2.0 |
| 2511 | 2026-03-24T17:06:17.188Z | Checking serde_path_to_error v0.1.20 |
| 2512 | 2026-03-24T17:06:17.195Z | Checking hostname v0.4.2 |
| 2513 | 2026-03-24T17:06:17.238Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2514 | 2026-03-24T17:06:17.328Z | Checking progenitor-client v0.13.0 |
| 2515 | 2026-03-24T17:06:17.359Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2516 | 2026-03-24T17:06:17.378Z | Checking progenitor-client v0.10.0 |
| 2517 | 2026-03-24T17:06:17.454Z | Compiling test-strategy v0.4.5 |
| 2518 | 2026-03-24T17:06:17.530Z | Compiling itertools v0.14.0 |
| 2519 | 2026-03-24T17:06:17.565Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2520 | 2026-03-24T17:06:17.619Z | Checking backon v1.6.0 |
| 2521 | 2026-03-24T17:06:17.654Z | Checking instant v0.1.13 |
| 2522 | 2026-03-24T17:06:17.769Z | Checking backoff v0.4.0 |
| 2523 | 2026-03-24T17:06:17.836Z | Checking progenitor-extras v0.1.1 |
| 2524 | 2026-03-24T17:06:17.891Z | Checking parse-display v0.10.0 |
| 2525 | 2026-03-24T17:06:17.988Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2526 | 2026-03-24T17:06:18.075Z | Checking heck v0.5.0 |
| 2527 | 2026-03-24T17:06:18.138Z | Compiling crucible-workspace-hack v0.1.0 |
| 2528 | 2026-03-24T17:06:18.304Z | Checking tokio-rustls v0.25.0 |
| 2529 | 2026-03-24T17:06:18.438Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2530 | 2026-03-24T17:06:18.474Z | Compiling heapless v0.8.0 |
| 2531 | 2026-03-24T17:06:18.612Z | Compiling convert_case v0.4.0 |
| 2532 | 2026-03-24T17:06:18.846Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2533 | 2026-03-24T17:06:19.174Z | Compiling derive_more v0.99.20 |
| 2534 | 2026-03-24T17:06:19.296Z | Compiling ingot-macros v0.1.1 |
| 2535 | 2026-03-24T17:06:19.315Z | Compiling proc-macro-crate v3.4.0 |
| 2536 | 2026-03-24T17:06:19.361Z | Checking hash32 v0.3.1 |
| 2537 | 2026-03-24T17:06:19.528Z | Checking secrecy v0.10.3 |
| 2538 | 2026-03-24T17:06:19.534Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2539 | 2026-03-24T17:06:19.683Z | Compiling smoltcp v0.11.0 |
| 2540 | 2026-03-24T17:06:19.975Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2541 | 2026-03-24T17:06:20.057Z | Compiling prettyplease v0.2.37 |
| 2542 | 2026-03-24T17:06:20.061Z | Compiling num_enum_derive v0.7.5 |
| 2543 | 2026-03-24T17:06:20.226Z | Compiling typify-impl v0.6.1 |
| 2544 | 2026-03-24T17:06:20.345Z | Checking tabwriter v1.4.1 |
| 2545 | 2026-03-24T17:06:20.577Z | Checking cobs v0.3.0 |
| 2546 | 2026-03-24T17:06:20.683Z | Compiling foreign-types-macros v0.2.3 |
| 2547 | 2026-03-24T17:06:20.763Z | Checking foreign-types-shared v0.3.1 |
| 2548 | 2026-03-24T17:06:20.969Z | Compiling unsafe-libyaml v0.2.11 |
| 2549 | 2026-03-24T17:06:21.130Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2550 | 2026-03-24T17:06:21.443Z | Checking cpufeatures v0.3.0 |
| 2551 | 2026-03-24T17:06:21.465Z | Checking num_enum v0.7.5 |
| 2552 | 2026-03-24T17:06:21.534Z | Checking chacha20 v0.10.0 |
| 2553 | 2026-03-24T17:06:21.559Z | Checking foreign-types v0.5.0 |
| 2554 | 2026-03-24T17:06:21.815Z | Compiling serde_yaml v0.9.34+deprecated |
| 2555 | 2026-03-24T17:06:21.835Z | Checking postcard v1.1.3 |
| 2556 | 2026-03-24T17:06:22.732Z | Compiling proc-macro-crate v1.3.1 |
| 2557 | 2026-03-24T17:06:22.779Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2558 | 2026-03-24T17:06:23.097Z | Checking ingot-types v0.1.2 |
| 2559 | 2026-03-24T17:06:23.255Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2560 | 2026-03-24T17:06:23.295Z | Checking cstr-argument v0.1.2 |
| 2561 | 2026-03-24T17:06:23.461Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2562 | 2026-03-24T17:06:23.534Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2563 | 2026-03-24T17:06:23.591Z | Checking ingot v0.1.1 |
| 2564 | 2026-03-24T17:06:23.612Z | Checking colored v3.1.1 |
| 2565 | 2026-03-24T17:06:23.817Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2566 | 2026-03-24T17:06:23.866Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2567 | 2026-03-24T17:06:23.888Z | Compiling num_enum_derive v0.5.11 |
| 2568 | 2026-03-24T17:06:24.002Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2569 | 2026-03-24T17:06:24.038Z | Checking rand v0.10.0 |
| 2570 | 2026-03-24T17:06:25.207Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2571 | 2026-03-24T17:06:25.610Z | Checking num_enum v0.5.11 |
| 2572 | 2026-03-24T17:06:25.969Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2573 | 2026-03-24T17:06:26.426Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2574 | 2026-03-24T17:06:26.641Z | Compiling typify-macro v0.6.1 |
| 2575 | 2026-03-24T17:06:26.717Z | Compiling typify-impl v0.4.3 |
| 2576 | 2026-03-24T17:06:26.828Z | Checking camino-tempfile v1.4.1 |
| 2577 | 2026-03-24T17:06:26.847Z | Checking num-rational v0.4.2 |
| 2578 | 2026-03-24T17:06:27.413Z | Checking half v2.7.1 |
| 2579 | 2026-03-24T17:06:27.429Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2580 | 2026-03-24T17:06:27.576Z | Checking universal-hash v0.5.1 |
| 2581 | 2026-03-24T17:06:27.768Z | Checking num-complex v0.4.6 |
| 2582 | 2026-03-24T17:06:27.830Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2583 | 2026-03-24T17:06:28.076Z | Checking opaque-debug v0.3.1 |
| 2584 | 2026-03-24T17:06:28.167Z | Checking ciborium-io v0.2.2 |
| 2585 | 2026-03-24T17:06:28.204Z | Checking poly1305 v0.8.0 |
| 2586 | 2026-03-24T17:06:28.224Z | Checking num v0.4.3 |
| 2587 | 2026-03-24T17:06:28.302Z | Checking ciborium-ll v0.2.2 |
| 2588 | 2026-03-24T17:06:28.409Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2589 | 2026-03-24T17:06:28.415Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2590 | 2026-03-24T17:06:28.510Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2591 | 2026-03-24T17:06:28.538Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2592 | 2026-03-24T17:06:28.769Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2593 | 2026-03-24T17:06:28.950Z | Checking toml v0.8.23 |
| 2594 | 2026-03-24T17:06:28.969Z | Compiling typify v0.6.1 |
| 2595 | 2026-03-24T17:06:28.993Z | Checking thiserror-no-std v2.0.2 |
| 2596 | 2026-03-24T17:06:29.106Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2597 | 2026-03-24T17:06:29.109Z | Checking byte-wrapper v0.1.0 |
| 2598 | 2026-03-24T17:06:29.158Z | Checking password-hash v0.5.0 |
| 2599 | 2026-03-24T17:06:29.387Z | Checking chacha20 v0.9.1 |
| 2600 | 2026-03-24T17:06:29.466Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2601 | 2026-03-24T17:06:29.638Z | Compiling usdt-macro v0.5.0 |
| 2602 | 2026-03-24T17:06:29.779Z | Compiling usdt-attr-macro v0.5.0 |
| 2603 | 2026-03-24T17:06:29.791Z | Checking smf v0.2.3 |
| 2604 | 2026-03-24T17:06:30.126Z | Checking blake2 v0.10.6 |
| 2605 | 2026-03-24T17:06:30.245Z | Checking aead v0.5.2 |
| 2606 | 2026-03-24T17:06:30.421Z | Checking sigpipe v0.1.3 |
| 2607 | 2026-03-24T17:06:30.422Z | Checking memmap v0.7.0 |
| 2608 | 2026-03-24T17:06:30.524Z | Compiling num-derive v0.4.2 |
| 2609 | 2026-03-24T17:06:30.578Z | Checking glob v0.3.3 |
| 2610 | 2026-03-24T17:06:30.610Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2611 | 2026-03-24T17:06:30.778Z | Checking float-ord v0.3.2 |
| 2612 | 2026-03-24T17:06:30.816Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2613 | 2026-03-24T17:06:30.942Z | Checking usdt v0.5.0 |
| 2614 | 2026-03-24T17:06:30.955Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2615 | 2026-03-24T17:06:31.080Z | Checking chacha20poly1305 v0.10.1 |
| 2616 | 2026-03-24T17:06:31.125Z | Checking argon2 v0.5.3 |
| 2617 | 2026-03-24T17:06:31.182Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2618 | 2026-03-24T17:06:31.250Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2619 | 2026-03-24T17:06:31.449Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2620 | 2026-03-24T17:06:31.577Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2621 | 2026-03-24T17:06:31.728Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2622 | 2026-03-24T17:06:31.778Z | Checking vsss-rs v3.3.4 |
| 2623 | 2026-03-24T17:06:32.023Z | Compiling progenitor-impl v0.13.0 |
| 2624 | 2026-03-24T17:06:32.461Z | Checking ciborium v0.2.2 |
| 2625 | 2026-03-24T17:06:32.718Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2626 | 2026-03-24T17:06:32.858Z | Checking indent_write v2.2.0 |
| 2627 | 2026-03-24T17:06:33.015Z | Compiling typify-macro v0.4.3 |
| 2628 | 2026-03-24T17:06:33.052Z | Compiling semver v0.1.20 |
| 2629 | 2026-03-24T17:06:33.056Z | Checking whoami v1.6.1 |
| 2630 | 2026-03-24T17:06:33.182Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2631 | 2026-03-24T17:06:33.201Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2632 | 2026-03-24T17:06:33.318Z | Compiling rustc_version v0.1.7 |
| 2633 | 2026-03-24T17:06:33.393Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2634 | 2026-03-24T17:06:33.611Z | Compiling pin-project-internal v1.1.11 |
| 2635 | 2026-03-24T17:06:34.364Z | Compiling minimal-lexical v0.2.1 |
| 2636 | 2026-03-24T17:06:34.664Z | Checking linked-hash-map v0.5.6 |
| 2637 | 2026-03-24T17:06:34.699Z | Checking swrite v0.1.0 |
| 2638 | 2026-03-24T17:06:34.818Z | Compiling nom v7.1.3 |
| 2639 | 2026-03-24T17:06:34.855Z | Compiling newtype_derive v0.1.6 |
| 2640 | 2026-03-24T17:06:34.888Z | Checking lru-cache v0.1.2 |
| 2641 | 2026-03-24T17:06:35.178Z | Checking pin-project v1.1.11 |
| 2642 | 2026-03-24T17:06:35.288Z | Checking newline-converter v0.3.0 |
| 2643 | 2026-03-24T17:06:35.387Z | Compiling typify v0.4.3 |
| 2644 | 2026-03-24T17:06:35.463Z | Checking atomicwrites v0.4.4 |
| 2645 | 2026-03-24T17:06:35.472Z | Checking hickory-proto v0.24.4 |
| 2646 | 2026-03-24T17:06:35.595Z | Checking phf_shared v0.12.1 |
| 2647 | 2026-03-24T17:06:35.732Z | Compiling progenitor-macro v0.13.0 |
| 2648 | 2026-03-24T17:06:35.739Z | Checking console v0.15.11 |
| 2649 | 2026-03-24T17:06:35.782Z | Checking pem v3.0.6 |
| 2650 | 2026-03-24T17:06:36.004Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2651 | 2026-03-24T17:06:36.118Z | Checking csv-core v0.1.13 |
| 2652 | 2026-03-24T17:06:36.498Z | Compiling snafu-derive v0.8.9 |
| 2653 | 2026-03-24T17:06:36.692Z | Compiling derive-where v1.6.0 |
| 2654 | 2026-03-24T17:06:36.806Z | Compiling async-recursion v1.1.1 |
| 2655 | 2026-03-24T17:06:37.661Z | Compiling slog-dtrace v0.3.0 |
| 2656 | 2026-03-24T17:06:37.796Z | Checking unicode-width v0.1.14 |
| 2657 | 2026-03-24T17:06:37.902Z | Checking highway v1.3.0 |
| 2658 | 2026-03-24T17:06:38.108Z | Checking same-file v1.0.6 |
| 2659 | 2026-03-24T17:06:38.210Z | Compiling owo-colors v4.3.0 |
| 2660 | 2026-03-24T17:06:38.293Z | Compiling chrono-tz v0.10.4 |
| 2661 | 2026-03-24T17:06:38.422Z | Compiling cancel-safe-futures v0.1.5 |
| 2662 | 2026-03-24T17:06:38.507Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2663 | 2026-03-24T17:06:38.605Z | Checking resolv-conf v0.7.6 |
| 2664 | 2026-03-24T17:06:38.795Z | Checking walkdir v2.5.0 |
| 2665 | 2026-03-24T17:06:38.839Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2666 | 2026-03-24T17:06:38.861Z | Checking hickory-resolver v0.24.4 |
| 2667 | 2026-03-24T17:06:39.010Z | Compiling const_format_proc_macros v0.2.34 |
| 2668 | 2026-03-24T17:06:39.173Z | Checking snafu v0.8.9 |
| 2669 | 2026-03-24T17:06:39.562Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2670 | 2026-03-24T17:06:39.868Z | Checking csv v1.4.0 |
| 2671 | 2026-03-24T17:06:39.952Z | Checking expectorate v1.2.0 |
| 2672 | 2026-03-24T17:06:40.017Z | Checking phf v0.12.1 |
| 2673 | 2026-03-24T17:06:40.143Z | Compiling progenitor-impl v0.10.0 |
| 2674 | 2026-03-24T17:06:40.201Z | Checking tokio-dtrace v0.1.1 |
| 2675 | 2026-03-24T17:06:40.230Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2676 | 2026-03-24T17:06:40.348Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2677 | 2026-03-24T17:06:40.414Z | Checking globset v0.4.18 |
| 2678 | 2026-03-24T17:06:40.951Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2679 | 2026-03-24T17:06:40.951Z | Checking olpc-cjson v0.1.4 |
| 2680 | 2026-03-24T17:06:40.951Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2681 | 2026-03-24T17:06:40.978Z | Checking libsw-core v0.3.2 |
| 2682 | 2026-03-24T17:06:41.053Z | Checking serde_plain v1.0.2 |
| 2683 | 2026-03-24T17:06:41.130Z | Checking arc-swap v1.8.2 |
| 2684 | 2026-03-24T17:06:41.158Z | Compiling lzma-sys v0.1.20 |
| 2685 | 2026-03-24T17:06:41.220Z | Checking bytecount v0.6.9 |
| 2686 | 2026-03-24T17:06:41.374Z | Checking utf-8 v0.7.6 |
| 2687 | 2026-03-24T17:06:41.528Z | Checking typed-path v0.9.3 |
| 2688 | 2026-03-24T17:06:41.722Z | Checking tungstenite v0.21.0 |
| 2689 | 2026-03-24T17:06:42.258Z | Checking slog-scope v4.4.1 |
| 2690 | 2026-03-24T17:06:42.391Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2691 | 2026-03-24T17:06:42.403Z | Checking papergrid v0.11.0 |
| 2692 | 2026-03-24T17:06:42.473Z | Checking libsw v3.5.0 |
| 2693 | 2026-03-24T17:06:42.806Z | Checking tough v0.20.0 |
| 2694 | 2026-03-24T17:06:42.897Z | Checking oxide-tokio-rt v0.1.3 |
| 2695 | 2026-03-24T17:06:42.897Z | Checking progenitor v0.13.0 |
| 2696 | 2026-03-24T17:06:42.956Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2697 | 2026-03-24T17:06:46.591Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2698 | 2026-03-24T17:06:46.591Z | Checking const_format v0.2.35 |
| 2699 | 2026-03-24T17:06:46.659Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2700 | 2026-03-24T17:06:46.659Z | Compiling progenitor-macro v0.10.0 |
| 2701 | 2026-03-24T17:06:46.659Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2702 | 2026-03-24T17:06:46.659Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2703 | 2026-03-24T17:06:46.659Z | Checking qorb v0.4.1 |
| 2704 | 2026-03-24T17:06:46.660Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2705 | 2026-03-24T17:06:46.660Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2706 | 2026-03-24T17:06:46.660Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2707 | 2026-03-24T17:06:46.660Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2708 | 2026-03-24T17:06:46.711Z | Compiling cargo_toml v0.22.3 |
| 2709 | 2026-03-24T17:06:46.711Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2710 | 2026-03-24T17:06:46.711Z | Checking gethostname v0.5.0 |
| 2711 | 2026-03-24T17:06:46.711Z | Compiling tabled_derive v0.7.0 |
| 2712 | 2026-03-24T17:06:46.711Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2713 | 2026-03-24T17:06:46.711Z | Checking bcs v0.1.6 |
| 2714 | 2026-03-24T17:06:46.711Z | Checking unicode-linebreak v0.1.5 |
| 2715 | 2026-03-24T17:06:46.711Z | Checking smawk v0.3.2 |
| 2716 | 2026-03-24T17:06:46.712Z | Checking linear-map v1.2.0 |
| 2717 | 2026-03-24T17:06:46.712Z | Checking termtree v0.5.1 |
| 2718 | 2026-03-24T17:06:46.712Z | Checking textwrap v0.16.2 |
| 2719 | 2026-03-24T17:06:46.762Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2720 | 2026-03-24T17:06:46.762Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2721 | 2026-03-24T17:06:46.823Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2722 | 2026-03-24T17:06:47.372Z | Checking tabled v0.15.0 |
| 2723 | 2026-03-24T17:06:47.408Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2724 | 2026-03-24T17:06:47.969Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2725 | 2026-03-24T17:06:48.426Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2726 | 2026-03-24T17:06:48.434Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2727 | 2026-03-24T17:06:48.957Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2728 | 2026-03-24T17:06:49.022Z | Checking steno v0.4.1 |
| 2729 | 2026-03-24T17:06:49.022Z | Checking slog-stdlog v4.1.1 |
| 2730 | 2026-03-24T17:06:49.128Z | Checking tokio-tungstenite v0.21.0 |
| 2731 | 2026-03-24T17:06:49.541Z | Checking typeid v1.0.3 |
| 2732 | 2026-03-24T17:06:49.641Z | Checking base64 v0.21.7 |
| 2733 | 2026-03-24T17:06:49.676Z | Checking humantime v2.3.0 |
| 2734 | 2026-03-24T17:06:49.703Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2735 | 2026-03-24T17:06:49.928Z | Checking ron v0.12.0 |
| 2736 | 2026-03-24T17:06:49.951Z | Checking xz2 v0.1.7 |
| 2737 | 2026-03-24T17:06:51.474Z | Checking slog-envlogger v2.2.0 |
| 2738 | 2026-03-24T17:06:51.569Z | Checking yasna v0.5.2 |
| 2739 | 2026-03-24T17:06:51.569Z | Checking headers-core v0.3.0 |
| 2740 | 2026-03-24T17:06:51.569Z | Checking filetime v0.2.27 |
| 2741 | 2026-03-24T17:06:51.569Z | Checking xattr v1.6.1 |
| 2742 | 2026-03-24T17:06:51.569Z | Checking base16ct v1.0.0 |
| 2743 | 2026-03-24T17:06:51.569Z | Checking progenitor v0.10.0 |
| 2744 | 2026-03-24T17:06:51.569Z | Checking tar v0.4.44 |
| 2745 | 2026-03-24T17:06:51.569Z | Checking rcgen v0.12.1 |
| 2746 | 2026-03-24T17:06:51.569Z | Checking headers v0.4.1 |
| 2747 | 2026-03-24T17:06:51.569Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2748 | 2026-03-24T17:06:51.569Z | Checking subprocess v0.2.15 |
| 2749 | 2026-03-24T17:06:58.751Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2750 | 2026-03-24T17:07:07.108Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2751 | 2026-03-24T17:07:08.925Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2752 | 2026-03-24T17:07:10.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 2753 | 2026-03-24T17:07:10.730Z | |
| 2754 | 2026-03-24T17:07:10.730Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267) |
| 2755 | 2026-03-24T17:07:11.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2756 | 2026-03-24T17:07:11.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2757 | 2026-03-24T17:07:11.767Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2758 | 2026-03-24T17:07:13.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s |
| 2759 | 2026-03-24T17:07:13.719Z | |
| 2760 | 2026-03-24T17:07:13.719Z | info: running `cargo check --bins` on nexus-config (51/267) |
| 2761 | 2026-03-24T17:07:14.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2762 | 2026-03-24T17:07:14.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2763 | 2026-03-24T17:07:14.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2764 | 2026-03-24T17:07:14.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2765 | 2026-03-24T17:07:14.567Z | |
| 2766 | 2026-03-24T17:07:14.567Z | info: running `cargo check --bins` on nexus-types (52/267) |
| 2767 | 2026-03-24T17:07:15.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2768 | 2026-03-24T17:07:15.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2769 | 2026-03-24T17:07:15.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2770 | 2026-03-24T17:07:15.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2771 | 2026-03-24T17:07:15.422Z | |
| 2772 | 2026-03-24T17:07:15.422Z | info: running `cargo check --bins` on clickhouse-admin-types (53/267) |
| 2773 | 2026-03-24T17:07:16.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2774 | 2026-03-24T17:07:16.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2775 | 2026-03-24T17:07:16.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2776 | 2026-03-24T17:07:16.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2777 | 2026-03-24T17:07:16.230Z | |
| 2778 | 2026-03-24T17:07:16.230Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (54/267) |
| 2779 | 2026-03-24T17:07:16.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2026-03-24T17:07:16.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2026-03-24T17:07:16.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2782 | 2026-03-24T17:07:16.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2783 | 2026-03-24T17:07:17.058Z | |
| 2784 | 2026-03-24T17:07:17.058Z | info: running `cargo check --bins` on cockroach-admin-types (55/267) |
| 2785 | 2026-03-24T17:07:17.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2786 | 2026-03-24T17:07:17.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2787 | 2026-03-24T17:07:17.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2788 | 2026-03-24T17:07:17.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2789 | 2026-03-24T17:07:17.923Z | |
| 2790 | 2026-03-24T17:07:17.923Z | info: running `cargo check --bins` on cockroach-admin-types-versions (56/267) |
| 2791 | 2026-03-24T17:07:18.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2792 | 2026-03-24T17:07:18.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2793 | 2026-03-24T17:07:18.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2794 | 2026-03-24T17:07:18.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2795 | 2026-03-24T17:07:18.718Z | |
| 2796 | 2026-03-24T17:07:18.718Z | info: running `cargo check --bins` on ereport-types (57/267) |
| 2797 | 2026-03-24T17:07:19.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2798 | 2026-03-24T17:07:19.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2799 | 2026-03-24T17:07:19.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2800 | 2026-03-24T17:07:19.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2801 | 2026-03-24T17:07:19.386Z | |
| 2802 | 2026-03-24T17:07:19.386Z | info: running `cargo check --bins` on gateway-client (58/267) |
| 2803 | 2026-03-24T17:07:20.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2026-03-24T17:07:20.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2026-03-24T17:07:20.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2806 | 2026-03-24T17:07:20.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2807 | 2026-03-24T17:07:20.192Z | |
| 2808 | 2026-03-24T17:07:20.192Z | info: running `cargo check --bins --no-default-features` on gateway-types (59/267) |
| 2809 | 2026-03-24T17:07:20.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2026-03-24T17:07:20.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2026-03-24T17:07:20.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2812 | 2026-03-24T17:07:20.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2813 | 2026-03-24T17:07:20.984Z | |
| 2814 | 2026-03-24T17:07:20.984Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267) |
| 2815 | 2026-03-24T17:07:21.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2026-03-24T17:07:21.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2026-03-24T17:07:21.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2818 | 2026-03-24T17:07:21.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2819 | 2026-03-24T17:07:21.793Z | |
| 2820 | 2026-03-24T17:07:21.793Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267) |
| 2821 | 2026-03-24T17:07:22.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-03-24T17:07:22.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-03-24T17:07:22.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2824 | 2026-03-24T17:07:22.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2825 | 2026-03-24T17:07:22.570Z | |
| 2826 | 2026-03-24T17:07:22.570Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267) |
| 2827 | 2026-03-24T17:07:26.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-03-24T17:07:28.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-03-24T17:07:28.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2830 | 2026-03-24T17:07:28.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2831 | 2026-03-24T17:07:28.630Z | |
| 2832 | 2026-03-24T17:07:28.631Z | info: running `cargo check --bins --no-default-features` on illumos-utils (63/267) |
| 2833 | 2026-03-24T17:07:28.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-03-24T17:07:28.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-03-24T17:07:28.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2836 | 2026-03-24T17:07:28.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2837 | 2026-03-24T17:07:28.631Z | |
| 2838 | 2026-03-24T17:07:28.631Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267) |
| 2839 | 2026-03-24T17:07:28.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-03-24T17:07:28.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-03-24T17:07:28.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2842 | 2026-03-24T17:07:28.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2843 | 2026-03-24T17:07:28.631Z | |
| 2844 | 2026-03-24T17:07:28.631Z | info: running `cargo check --bins` on key-manager-types (65/267) |
| 2845 | 2026-03-24T17:07:28.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-03-24T17:07:28.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-03-24T17:07:28.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2848 | 2026-03-24T17:07:28.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2849 | 2026-03-24T17:07:28.632Z | |
| 2850 | 2026-03-24T17:07:28.632Z | info: running `cargo check --bins` on oxlog (66/267) |
| 2851 | 2026-03-24T17:07:28.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-03-24T17:07:28.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-03-24T17:07:28.696Z | Compiling newtype-uuid v1.3.2 |
| 2854 | 2026-03-24T17:07:28.696Z | Compiling daft v0.1.5 |
| 2855 | 2026-03-24T17:07:28.696Z | Compiling iddqd v0.3.17 |
| 2856 | 2026-03-24T17:07:28.696Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2857 | 2026-03-24T17:07:28.819Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2858 | 2026-03-24T17:07:29.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 2859 | 2026-03-24T17:07:29.229Z | |
| 2860 | 2026-03-24T17:07:29.229Z | info: running `cargo check --bins` on internal-dns-types (67/267) |
| 2861 | 2026-03-24T17:07:29.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-03-24T17:07:29.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-03-24T17:07:29.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2864 | 2026-03-24T17:07:29.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2865 | 2026-03-24T17:07:30.023Z | |
| 2866 | 2026-03-24T17:07:30.023Z | info: running `cargo check --bins` on internal-dns-types-versions (68/267) |
| 2867 | 2026-03-24T17:07:30.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-03-24T17:07:30.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-03-24T17:07:30.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2870 | 2026-03-24T17:07:30.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2871 | 2026-03-24T17:07:30.837Z | |
| 2872 | 2026-03-24T17:07:30.837Z | info: running `cargo check --bins` on nexus-types-versions (69/267) |
| 2873 | 2026-03-24T17:07:31.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2026-03-24T17:07:31.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2026-03-24T17:07:31.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2876 | 2026-03-24T17:07:31.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2877 | 2026-03-24T17:07:31.666Z | |
| 2878 | 2026-03-24T17:07:31.666Z | info: running `cargo check --bins` on omicron-passwords (70/267) |
| 2879 | 2026-03-24T17:07:32.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2026-03-24T17:07:32.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2026-03-24T17:07:32.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2026-03-24T17:07:32.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2883 | 2026-03-24T17:07:32.444Z | |
| 2884 | 2026-03-24T17:07:32.444Z | info: running `cargo check --bins` on oxql-types (71/267) |
| 2885 | 2026-03-24T17:07:33.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2026-03-24T17:07:33.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2026-03-24T17:07:33.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2888 | 2026-03-24T17:07:33.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2889 | 2026-03-24T17:07:33.238Z | |
| 2890 | 2026-03-24T17:07:33.238Z | info: running `cargo check --bins` on oximeter-types (72/267) |
| 2891 | 2026-03-24T17:07:33.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2026-03-24T17:07:33.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2026-03-24T17:07:33.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2026-03-24T17:07:33.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2895 | 2026-03-24T17:07:34.037Z | |
| 2896 | 2026-03-24T17:07:34.037Z | info: running `cargo check --bins` on oximeter-types-versions (73/267) |
| 2897 | 2026-03-24T17:07:34.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-03-24T17:07:34.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-03-24T17:07:34.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2026-03-24T17:07:34.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2901 | 2026-03-24T17:07:34.849Z | |
| 2902 | 2026-03-24T17:07:34.849Z | info: running `cargo check --bins` on oximeter-macro-impl (74/267) |
| 2903 | 2026-03-24T17:07:35.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-03-24T17:07:35.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-03-24T17:07:35.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2026-03-24T17:07:35.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2907 | 2026-03-24T17:07:35.716Z | |
| 2908 | 2026-03-24T17:07:35.717Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (75/267) |
| 2909 | 2026-03-24T17:07:36.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-03-24T17:07:36.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-03-24T17:07:36.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2026-03-24T17:07:36.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2913 | 2026-03-24T17:07:36.449Z | |
| 2914 | 2026-03-24T17:07:36.449Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267) |
| 2915 | 2026-03-24T17:07:37.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-03-24T17:07:37.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-03-24T17:07:37.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2026-03-24T17:07:37.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2919 | 2026-03-24T17:07:37.303Z | |
| 2920 | 2026-03-24T17:07:37.303Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267) |
| 2921 | 2026-03-24T17:07:38.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2026-03-24T17:07:38.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2026-03-24T17:07:38.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2026-03-24T17:07:38.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2925 | 2026-03-24T17:07:38.119Z | |
| 2926 | 2026-03-24T17:07:38.119Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267) |
| 2927 | 2026-03-24T17:07:38.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2026-03-24T17:07:38.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2026-03-24T17:07:38.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2026-03-24T17:07:38.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2931 | 2026-03-24T17:07:38.919Z | |
| 2932 | 2026-03-24T17:07:38.919Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267) |
| 2933 | 2026-03-24T17:07:40.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2026-03-24T17:07:40.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2026-03-24T17:07:40.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2026-03-24T17:07:40.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2937 | 2026-03-24T17:07:40.163Z | |
| 2938 | 2026-03-24T17:07:40.163Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267) |
| 2939 | 2026-03-24T17:07:40.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2026-03-24T17:07:40.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2026-03-24T17:07:40.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2026-03-24T17:07:40.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2943 | 2026-03-24T17:07:40.503Z | |
| 2944 | 2026-03-24T17:07:40.504Z | info: running `cargo check --bins --no-default-features` on gfss (81/267) |
| 2945 | 2026-03-24T17:07:41.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2026-03-24T17:07:41.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2026-03-24T17:07:41.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2948 | 2026-03-24T17:07:41.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2949 | 2026-03-24T17:07:41.284Z | |
| 2950 | 2026-03-24T17:07:41.284Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267) |
| 2951 | 2026-03-24T17:07:41.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2026-03-24T17:07:41.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2026-03-24T17:07:41.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2954 | 2026-03-24T17:07:41.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2955 | 2026-03-24T17:07:42.069Z | |
| 2956 | 2026-03-24T17:07:42.069Z | info: running `cargo check --bins --no-default-features` on oximeter-db (83/267) |
| 2957 | 2026-03-24T17:07:42.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2026-03-24T17:07:42.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2026-03-24T17:07:42.967Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2960 | 2026-03-24T17:07:43.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 2961 | 2026-03-24T17:07:43.884Z | |
| 2962 | 2026-03-24T17:07:43.884Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267) |
| 2963 | 2026-03-24T17:07:44.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2026-03-24T17:07:44.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2026-03-24T17:07:44.804Z | Compiling ar_archive_writer v0.5.1 |
| 2966 | 2026-03-24T17:07:44.930Z | Compiling stacker v0.1.23 |
| 2967 | 2026-03-24T17:07:44.935Z | Compiling cfg_aliases v0.1.1 |
| 2968 | 2026-03-24T17:07:44.957Z | Compiling convert_case v0.10.0 |
| 2969 | 2026-03-24T17:07:44.994Z | Checking fd-lock v4.0.4 |
| 2970 | 2026-03-24T17:07:45.005Z | Checking nibble_vec v0.1.0 |
| 2971 | 2026-03-24T17:07:45.005Z | Checking vte v0.14.1 |
| 2972 | 2026-03-24T17:07:45.005Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2973 | 2026-03-24T17:07:45.057Z | Compiling nix v0.28.0 |
| 2974 | 2026-03-24T17:07:45.186Z | Checking endian-type v0.1.2 |
| 2975 | 2026-03-24T17:07:45.212Z | Checking strip-ansi-escapes v0.2.1 |
| 2976 | 2026-03-24T17:07:45.221Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2977 | 2026-03-24T17:07:45.264Z | Compiling peg-macros v0.8.5 |
| 2978 | 2026-03-24T17:07:45.330Z | Checking winnow v0.6.26 |
| 2979 | 2026-03-24T17:07:45.340Z | Checking radix_trie v0.2.1 |
| 2980 | 2026-03-24T17:07:45.402Z | Compiling derive_more-impl v2.1.1 |
| 2981 | 2026-03-24T17:07:45.546Z | Compiling sqlparser_derive v0.5.0 |
| 2982 | 2026-03-24T17:07:45.607Z | Checking home v0.5.12 |
| 2983 | 2026-03-24T17:07:45.745Z | Checking unicode_categories v0.1.1 |
| 2984 | 2026-03-24T17:07:45.838Z | Checking nu-ansi-term v0.50.3 |
| 2985 | 2026-03-24T17:07:45.992Z | Checking display-error-chain v0.2.2 |
| 2986 | 2026-03-24T17:07:46.091Z | Compiling psm v0.1.30 |
| 2987 | 2026-03-24T17:07:46.111Z | Checking reedline v0.40.0 |
| 2988 | 2026-03-24T17:07:46.478Z | Checking derive_more v2.1.1 |
| 2989 | 2026-03-24T17:07:46.567Z | Checking crossterm v0.29.0 |
| 2990 | 2026-03-24T17:07:46.790Z | Checking peg v0.8.5 |
| 2991 | 2026-03-24T17:07:46.846Z | Checking rustyline v14.0.0 |
| 2992 | 2026-03-24T17:07:46.883Z | Checking sqlformat v0.3.5 |
| 2993 | 2026-03-24T17:07:47.025Z | Checking recursive v0.1.1 |
| 2994 | 2026-03-24T17:07:47.131Z | Checking sqlparser v0.61.0 |
| 2995 | 2026-03-24T17:08:03.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.09s |
| 2996 | 2026-03-24T17:08:03.260Z | |
| 2997 | 2026-03-24T17:08:03.260Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267) |
| 2998 | 2026-03-24T17:08:03.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2999 | 2026-03-24T17:08:03.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3000 | 2026-03-24T17:08:04.120Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3001 | 2026-03-24T17:08:10.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
| 3002 | 2026-03-24T17:08:10.896Z | |
| 3003 | 2026-03-24T17:08:10.896Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267) |
| 3004 | 2026-03-24T17:08:10.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3005 | 2026-03-24T17:08:10.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3006 | 2026-03-24T17:08:10.896Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3007 | 2026-03-24T17:08:13.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 3008 | 2026-03-24T17:08:13.421Z | |
| 3009 | 2026-03-24T17:08:13.421Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267) |
| 3010 | 2026-03-24T17:08:14.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3011 | 2026-03-24T17:08:14.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3012 | 2026-03-24T17:08:14.371Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3013 | 2026-03-24T17:08:18.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s |
| 3014 | 2026-03-24T17:08:18.961Z | |
| 3015 | 2026-03-24T17:08:18.961Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267) |
| 3016 | 2026-03-24T17:08:19.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3017 | 2026-03-24T17:08:19.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3018 | 2026-03-24T17:08:19.858Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3019 | 2026-03-24T17:08:24.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
| 3020 | 2026-03-24T17:08:24.522Z | |
| 3021 | 2026-03-24T17:08:24.522Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267) |
| 3022 | 2026-03-24T17:08:25.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3023 | 2026-03-24T17:08:25.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3024 | 2026-03-24T17:08:25.424Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3025 | 2026-03-24T17:08:29.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 3026 | 2026-03-24T17:08:30.038Z | |
| 3027 | 2026-03-24T17:08:30.039Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267) |
| 3028 | 2026-03-24T17:08:30.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-03-24T17:08:30.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-03-24T17:08:30.067Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3031 | 2026-03-24T17:08:33.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
| 3032 | 2026-03-24T17:08:33.825Z | |
| 3033 | 2026-03-24T17:08:33.825Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267) |
| 3034 | 2026-03-24T17:08:34.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-03-24T17:08:34.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-03-24T17:08:34.731Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3037 | 2026-03-24T17:08:39.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
| 3038 | 2026-03-24T17:08:39.581Z | |
| 3039 | 2026-03-24T17:08:39.581Z | info: running `cargo check --bins` on oximeter (92/267) |
| 3040 | 2026-03-24T17:08:40.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-03-24T17:08:40.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-03-24T17:08:40.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-03-24T17:08:40.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3044 | 2026-03-24T17:08:40.420Z | |
| 3045 | 2026-03-24T17:08:40.420Z | info: running `cargo check --bins` on oximeter-schema (93/267) |
| 3046 | 2026-03-24T17:08:41.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-03-24T17:08:41.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-03-24T17:08:41.253Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3049 | 2026-03-24T17:08:41.449Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3050 | 2026-03-24T17:08:41.484Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3051 | 2026-03-24T17:08:42.097Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3052 | 2026-03-24T17:08:46.743Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3053 | 2026-03-24T17:08:47.171Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3054 | 2026-03-24T17:08:48.784Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3055 | 2026-03-24T17:08:49.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s |
| 3056 | 2026-03-24T17:08:49.807Z | |
| 3057 | 2026-03-24T17:08:49.807Z | info: running `cargo check --bins` on oximeter-timeseries-macro (94/267) |
| 3058 | 2026-03-24T17:08:50.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-03-24T17:08:50.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-03-24T17:08:50.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-03-24T17:08:50.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3062 | 2026-03-24T17:08:50.602Z | |
| 3063 | 2026-03-24T17:08:50.602Z | info: running `cargo check --bins` on oximeter-test-utils (95/267) |
| 3064 | 2026-03-24T17:08:51.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-03-24T17:08:51.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-03-24T17:08:51.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-03-24T17:08:51.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3068 | 2026-03-24T17:08:51.483Z | |
| 3069 | 2026-03-24T17:08:51.483Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267) |
| 3070 | 2026-03-24T17:08:52.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-03-24T17:08:52.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-03-24T17:08:52.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-03-24T17:08:52.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3074 | 2026-03-24T17:08:52.329Z | |
| 3075 | 2026-03-24T17:08:52.330Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267) |
| 3076 | 2026-03-24T17:08:53.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-03-24T17:08:53.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-03-24T17:08:53.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-03-24T17:08:53.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3080 | 2026-03-24T17:08:53.169Z | |
| 3081 | 2026-03-24T17:08:53.169Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267) |
| 3082 | 2026-03-24T17:08:53.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-03-24T17:08:53.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-03-24T17:08:53.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-03-24T17:08:53.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3086 | 2026-03-24T17:08:53.941Z | |
| 3087 | 2026-03-24T17:08:53.941Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267) |
| 3088 | 2026-03-24T17:08:54.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-03-24T17:08:54.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-03-24T17:08:54.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-03-24T17:08:54.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3092 | 2026-03-24T17:08:54.776Z | |
| 3093 | 2026-03-24T17:08:54.776Z | info: running `cargo check --bins` on trust-quorum-types (100/267) |
| 3094 | 2026-03-24T17:08:55.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-03-24T17:08:55.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-03-24T17:08:55.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-03-24T17:08:55.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3098 | 2026-03-24T17:08:55.566Z | |
| 3099 | 2026-03-24T17:08:55.566Z | info: running `cargo check --bins` on trust-quorum-test-utils (101/267) |
| 3100 | 2026-03-24T17:08:56.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-03-24T17:08:56.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-03-24T17:08:56.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-03-24T17:08:56.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3104 | 2026-03-24T17:08:56.378Z | |
| 3105 | 2026-03-24T17:08:56.378Z | info: running `cargo check --bins` on update-engine (102/267) |
| 3106 | 2026-03-24T17:08:57.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-03-24T17:08:57.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-03-24T17:08:57.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-03-24T17:08:57.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3110 | 2026-03-24T17:08:57.162Z | |
| 3111 | 2026-03-24T17:08:57.163Z | info: running `cargo check --bins` on omicron-clickhouse-admin (103/267) |
| 3112 | 2026-03-24T17:08:58.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-03-24T17:08:58.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-03-24T17:08:58.574Z | Checking dropshot-api-manager-types v0.6.0 |
| 3115 | 2026-03-24T17:08:58.574Z | Checking nanorand v0.7.0 |
| 3116 | 2026-03-24T17:08:58.574Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3117 | 2026-03-24T17:08:58.574Z | Checking flume v0.11.1 |
| 3118 | 2026-03-24T17:08:58.721Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3119 | 2026-03-24T17:08:59.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s |
| 3120 | 2026-03-24T17:09:00.213Z | |
| 3121 | 2026-03-24T17:09:00.213Z | info: running `cargo check --bins` on clickhouse-admin-api (104/267) |
| 3122 | 2026-03-24T17:09:00.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2026-03-24T17:09:00.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2026-03-24T17:09:00.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2026-03-24T17:09:00.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3126 | 2026-03-24T17:09:01.013Z | |
| 3127 | 2026-03-24T17:09:01.013Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (105/267) |
| 3128 | 2026-03-24T17:09:01.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2026-03-24T17:09:01.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2026-03-24T17:09:01.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2026-03-24T17:09:01.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3132 | 2026-03-24T17:09:01.817Z | |
| 3133 | 2026-03-24T17:09:01.817Z | info: running `cargo check --bins` on bootstrap-agent-client (106/267) |
| 3134 | 2026-03-24T17:09:02.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2026-03-24T17:09:02.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2026-03-24T17:09:02.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2026-03-24T17:09:02.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3138 | 2026-03-24T17:09:02.621Z | |
| 3139 | 2026-03-24T17:09:02.621Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267) |
| 3140 | 2026-03-24T17:09:03.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2026-03-24T17:09:03.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2026-03-24T17:09:03.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2026-03-24T17:09:03.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3144 | 2026-03-24T17:09:03.452Z | |
| 3145 | 2026-03-24T17:09:03.452Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267) |
| 3146 | 2026-03-24T17:09:04.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2026-03-24T17:09:04.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2026-03-24T17:09:04.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2026-03-24T17:09:04.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3150 | 2026-03-24T17:09:04.259Z | |
| 3151 | 2026-03-24T17:09:04.260Z | info: running `cargo check --bins` on clickhouse-admin-server-client (109/267) |
| 3152 | 2026-03-24T17:09:04.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2026-03-24T17:09:04.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2026-03-24T17:09:04.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2026-03-24T17:09:04.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3156 | 2026-03-24T17:09:05.059Z | |
| 3157 | 2026-03-24T17:09:05.059Z | info: running `cargo check --bins` on clickhouse-admin-single-client (110/267) |
| 3158 | 2026-03-24T17:09:05.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2026-03-24T17:09:05.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2026-03-24T17:09:05.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2026-03-24T17:09:05.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3162 | 2026-03-24T17:09:05.865Z | |
| 3163 | 2026-03-24T17:09:05.865Z | info: running `cargo check --bins` on cockroach-admin-client (111/267) |
| 3164 | 2026-03-24T17:09:06.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2026-03-24T17:09:06.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2026-03-24T17:09:06.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2026-03-24T17:09:06.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3168 | 2026-03-24T17:09:06.644Z | |
| 3169 | 2026-03-24T17:09:06.644Z | info: running `cargo check --bins` on omicron-ddm-admin-client (112/267) |
| 3170 | 2026-03-24T17:09:07.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2026-03-24T17:09:07.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2026-03-24T17:09:07.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3173 | 2026-03-24T17:09:07.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3174 | 2026-03-24T17:09:07.450Z | |
| 3175 | 2026-03-24T17:09:07.450Z | info: running `cargo check --bins` on dns-service-client (113/267) |
| 3176 | 2026-03-24T17:09:08.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2026-03-24T17:09:08.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2026-03-24T17:09:08.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3179 | 2026-03-24T17:09:08.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3180 | 2026-03-24T17:09:08.263Z | |
| 3181 | 2026-03-24T17:09:08.263Z | info: running `cargo check --bins` on installinator-client (114/267) |
| 3182 | 2026-03-24T17:09:08.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2026-03-24T17:09:08.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2026-03-24T17:09:08.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3185 | 2026-03-24T17:09:08.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3186 | 2026-03-24T17:09:09.095Z | |
| 3187 | 2026-03-24T17:09:09.095Z | info: running `cargo check --bins` on nexus-client (115/267) |
| 3188 | 2026-03-24T17:09:09.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3189 | 2026-03-24T17:09:09.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3190 | 2026-03-24T17:09:09.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3191 | 2026-03-24T17:09:09.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3192 | 2026-03-24T17:09:09.904Z | |
| 3193 | 2026-03-24T17:09:09.904Z | info: running `cargo check --bins` on nexus-lockstep-client (116/267) |
| 3194 | 2026-03-24T17:09:10.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3195 | 2026-03-24T17:09:10.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3196 | 2026-03-24T17:09:10.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3197 | 2026-03-24T17:09:10.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3198 | 2026-03-24T17:09:10.788Z | |
| 3199 | 2026-03-24T17:09:10.788Z | info: running `cargo check --bins` on ntp-admin-client (117/267) |
| 3200 | 2026-03-24T17:09:11.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3201 | 2026-03-24T17:09:11.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3202 | 2026-03-24T17:09:11.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3203 | 2026-03-24T17:09:11.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3204 | 2026-03-24T17:09:11.557Z | |
| 3205 | 2026-03-24T17:09:11.557Z | info: running `cargo check --bins` on oxide-client (118/267) |
| 3206 | 2026-03-24T17:09:12.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2026-03-24T17:09:12.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2026-03-24T17:09:12.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3209 | 2026-03-24T17:09:12.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3210 | 2026-03-24T17:09:12.497Z | |
| 3211 | 2026-03-24T17:09:12.497Z | info: running `cargo check --bins` on oximeter-client (119/267) |
| 3212 | 2026-03-24T17:09:13.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-03-24T17:09:13.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-03-24T17:09:13.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3215 | 2026-03-24T17:09:13.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3216 | 2026-03-24T17:09:13.162Z | |
| 3217 | 2026-03-24T17:09:13.162Z | info: running `cargo check --bins` on repo-depot-client (120/267) |
| 3218 | 2026-03-24T17:09:13.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-03-24T17:09:13.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-03-24T17:09:13.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3221 | 2026-03-24T17:09:13.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3222 | 2026-03-24T17:09:13.946Z | |
| 3223 | 2026-03-24T17:09:13.946Z | info: running `cargo check --bins` on sled-agent-client (121/267) |
| 3224 | 2026-03-24T17:09:14.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-03-24T17:09:14.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-03-24T17:09:14.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3227 | 2026-03-24T17:09:14.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3228 | 2026-03-24T17:09:14.752Z | |
| 3229 | 2026-03-24T17:09:14.752Z | info: running `cargo check --bins` on wicketd-client (122/267) |
| 3230 | 2026-03-24T17:09:15.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-03-24T17:09:15.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-03-24T17:09:15.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3233 | 2026-03-24T17:09:15.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3234 | 2026-03-24T17:09:15.656Z | |
| 3235 | 2026-03-24T17:09:15.656Z | info: running `cargo check --bins` on installinator-common (123/267) |
| 3236 | 2026-03-24T17:09:16.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3237 | 2026-03-24T17:09:16.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3238 | 2026-03-24T17:09:16.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3239 | 2026-03-24T17:09:16.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3240 | 2026-03-24T17:09:16.410Z | |
| 3241 | 2026-03-24T17:09:16.410Z | info: running `cargo check --bins` on installinator-common-versions (124/267) |
| 3242 | 2026-03-24T17:09:17.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2026-03-24T17:09:17.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2026-03-24T17:09:17.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3245 | 2026-03-24T17:09:17.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3246 | 2026-03-24T17:09:17.504Z | |
| 3247 | 2026-03-24T17:09:17.504Z | info: running `cargo check --bins` on wicket-common (125/267) |
| 3248 | 2026-03-24T17:09:17.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3249 | 2026-03-24T17:09:17.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3250 | 2026-03-24T17:09:17.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3251 | 2026-03-24T17:09:17.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3252 | 2026-03-24T17:09:17.999Z | |
| 3253 | 2026-03-24T17:09:17.999Z | info: running `cargo check --bins` on omicron-cockroach-admin (126/267) |
| 3254 | 2026-03-24T17:09:18.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3255 | 2026-03-24T17:09:18.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3256 | 2026-03-24T17:09:18.906Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3257 | 2026-03-24T17:09:18.918Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3258 | 2026-03-24T17:09:18.919Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3259 | 2026-03-24T17:09:19.062Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3260 | 2026-03-24T17:09:19.072Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3261 | 2026-03-24T17:09:19.658Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3262 | 2026-03-24T17:09:19.821Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3263 | 2026-03-24T17:09:19.821Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3264 | 2026-03-24T17:09:19.821Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3265 | 2026-03-24T17:09:22.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
| 3266 | 2026-03-24T17:09:22.633Z | |
| 3267 | 2026-03-24T17:09:22.633Z | info: running `cargo check --bins` on cockroach-admin-api (127/267) |
| 3268 | 2026-03-24T17:09:27.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3269 | 2026-03-24T17:09:27.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3270 | 2026-03-24T17:09:27.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3271 | 2026-03-24T17:09:27.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3272 | 2026-03-24T17:09:27.913Z | |
| 3273 | 2026-03-24T17:09:27.913Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267) |
| 3274 | 2026-03-24T17:09:27.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3275 | 2026-03-24T17:09:27.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3276 | 2026-03-24T17:09:27.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3277 | 2026-03-24T17:09:27.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3278 | 2026-03-24T17:09:27.913Z | |
| 3279 | 2026-03-24T17:09:27.913Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267) |
| 3280 | 2026-03-24T17:09:27.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2026-03-24T17:09:27.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2026-03-24T17:09:27.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3283 | 2026-03-24T17:09:27.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3284 | 2026-03-24T17:09:27.913Z | |
| 3285 | 2026-03-24T17:09:27.913Z | info: running `cargo check --bins` on dns-server (130/267) |
| 3286 | 2026-03-24T17:09:28.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2026-03-24T17:09:28.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2026-03-24T17:09:28.178Z | Compiling parking_lot_core v0.8.6 |
| 3289 | 2026-03-24T17:09:28.178Z | Compiling git-stub v1.0.0 |
| 3290 | 2026-03-24T17:09:28.178Z | Compiling atomicwrites v0.4.4 |
| 3291 | 2026-03-24T17:09:28.178Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3292 | 2026-03-24T17:09:28.178Z | Checking tagptr v0.2.0 |
| 3293 | 2026-03-24T17:09:28.178Z | Checking prefix-trie v0.7.0 |
| 3294 | 2026-03-24T17:09:28.178Z | Checking fxhash v0.2.1 |
| 3295 | 2026-03-24T17:09:28.178Z | Checking hickory-client v0.25.2 |
| 3296 | 2026-03-24T17:09:28.178Z | Compiling git-stub-vcs v0.1.0 |
| 3297 | 2026-03-24T17:09:28.178Z | Checking moka v0.12.13 |
| 3298 | 2026-03-24T17:09:28.179Z | Checking hickory-server v0.25.2 |
| 3299 | 2026-03-24T17:09:28.179Z | Checking parking_lot v0.11.2 |
| 3300 | 2026-03-24T17:09:28.179Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3301 | 2026-03-24T17:09:28.179Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3302 | 2026-03-24T17:09:28.179Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3303 | 2026-03-24T17:09:28.179Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3304 | 2026-03-24T17:09:28.179Z | Checking sled v0.34.7 |
| 3305 | 2026-03-24T17:09:28.179Z | Checking hickory-resolver v0.25.2 |
| 3306 | 2026-03-24T17:09:29.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
| 3307 | 2026-03-24T17:09:30.079Z | |
| 3308 | 2026-03-24T17:09:30.079Z | info: running `cargo check --bins` on dns-server-api (131/267) |
| 3309 | 2026-03-24T17:09:30.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2026-03-24T17:09:30.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2026-03-24T17:09:30.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2026-03-24T17:09:30.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3313 | 2026-03-24T17:09:30.885Z | |
| 3314 | 2026-03-24T17:09:30.885Z | info: running `cargo check --bins` on gateway-test-utils (132/267) |
| 3315 | 2026-03-24T17:09:31.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2026-03-24T17:09:31.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2026-03-24T17:09:31.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2026-03-24T17:09:31.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3319 | 2026-03-24T17:09:31.763Z | |
| 3320 | 2026-03-24T17:09:31.764Z | info: running `cargo check --bins` on omicron-gateway (133/267) |
| 3321 | 2026-03-24T17:09:32.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2026-03-24T17:09:32.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2026-03-24T17:09:32.792Z | Compiling radium v0.7.0 |
| 3324 | 2026-03-24T17:09:32.811Z | Compiling maybe-uninit v2.0.0 |
| 3325 | 2026-03-24T17:09:32.811Z | Checking tap v1.0.1 |
| 3326 | 2026-03-24T17:09:32.811Z | Compiling zerocopy-derive v0.6.6 |
| 3327 | 2026-03-24T17:09:32.811Z | Compiling packed_struct v0.10.1 |
| 3328 | 2026-03-24T17:09:32.811Z | Checking funty v2.0.0 |
| 3329 | 2026-03-24T17:09:32.811Z | Checking crc-catalog v2.4.0 |
| 3330 | 2026-03-24T17:09:33.029Z | Compiling packed_struct_codegen v0.10.1 |
| 3331 | 2026-03-24T17:09:33.039Z | Checking crc v3.4.0 |
| 3332 | 2026-03-24T17:09:34.112Z | Checking wyz v0.5.1 |
| 3333 | 2026-03-24T17:09:34.118Z | Compiling bitfield-macros v0.19.4 |
| 3334 | 2026-03-24T17:09:34.118Z | Compiling indexmap v1.9.3 |
| 3335 | 2026-03-24T17:09:34.118Z | Checking nodrop v0.1.14 |
| 3336 | 2026-03-24T17:09:34.118Z | Checking hashbrown v0.12.3 |
| 3337 | 2026-03-24T17:09:34.118Z | Checking array-init v0.0.4 |
| 3338 | 2026-03-24T17:09:34.119Z | Checking smallvec v0.6.14 |
| 3339 | 2026-03-24T17:09:34.119Z | Checking bitvec v1.0.1 |
| 3340 | 2026-03-24T17:09:34.119Z | Checking ron v0.8.1 |
| 3341 | 2026-03-24T17:09:34.119Z | Checking hashbrown v0.13.2 |
| 3342 | 2026-03-24T17:09:34.119Z | Checking serde-hex v0.1.0 |
| 3343 | 2026-03-24T17:09:34.119Z | Checking zerocopy v0.6.6 |
| 3344 | 2026-03-24T17:09:34.225Z | Checking bitfield v0.19.4 |
| 3345 | 2026-03-24T17:09:34.311Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3346 | 2026-03-24T17:09:34.333Z | Checking crc-any v2.5.0 |
| 3347 | 2026-03-24T17:09:34.451Z | Checking object v0.30.4 |
| 3348 | 2026-03-24T17:09:34.460Z | Checking path-slash v0.1.5 |
| 3349 | 2026-03-24T17:09:34.516Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3350 | 2026-03-24T17:09:34.585Z | Checking void v1.0.2 |
| 3351 | 2026-03-24T17:09:34.597Z | Checking half v1.8.3 |
| 3352 | 2026-03-24T17:09:34.650Z | Checking tungstenite v0.23.0 |
| 3353 | 2026-03-24T17:09:34.698Z | Checking lzss v0.8.2 |
| 3354 | 2026-03-24T17:09:34.715Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3355 | 2026-03-24T17:09:34.768Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3356 | 2026-03-24T17:09:34.851Z | Checking serde_cbor v0.11.2 |
| 3357 | 2026-03-24T17:09:34.916Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3358 | 2026-03-24T17:09:34.949Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3359 | 2026-03-24T17:09:34.957Z | Checking nix v0.27.1 |
| 3360 | 2026-03-24T17:09:35.170Z | Checking kstat-rs v0.2.4 |
| 3361 | 2026-03-24T17:09:35.360Z | Checking serde_bytes v0.11.19 |
| 3362 | 2026-03-24T17:09:35.402Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3363 | 2026-03-24T17:09:35.424Z | Checking tokio-tungstenite v0.23.1 |
| 3364 | 2026-03-24T17:09:35.598Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3365 | 2026-03-24T17:09:35.644Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3366 | 2026-03-24T17:09:35.746Z | Checking signal-hook-tokio v0.3.1 |
| 3367 | 2026-03-24T17:09:36.794Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3368 | 2026-03-24T17:09:37.067Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3369 | 2026-03-24T17:09:40.335Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3370 | 2026-03-24T17:09:41.527Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3371 | 2026-03-24T17:09:41.894Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3372 | 2026-03-24T17:09:43.369Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3373 | 2026-03-24T17:09:46.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s |
| 3374 | 2026-03-24T17:09:46.347Z | |
| 3375 | 2026-03-24T17:09:46.347Z | info: running `cargo check --bins` on gateway-api (134/267) |
| 3376 | 2026-03-24T17:09:47.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-03-24T17:09:47.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-03-24T17:09:47.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-03-24T17:09:47.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3380 | 2026-03-24T17:09:47.157Z | |
| 3381 | 2026-03-24T17:09:47.157Z | info: running `cargo check --bins` on ipcc (135/267) |
| 3382 | 2026-03-24T17:09:47.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-03-24T17:09:47.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-03-24T17:09:47.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-03-24T17:09:47.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3386 | 2026-03-24T17:09:47.967Z | |
| 3387 | 2026-03-24T17:09:47.967Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267) |
| 3388 | 2026-03-24T17:09:48.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-03-24T17:09:48.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-03-24T17:09:48.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-03-24T17:09:48.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3392 | 2026-03-24T17:09:48.746Z | |
| 3393 | 2026-03-24T17:09:48.746Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267) |
| 3394 | 2026-03-24T17:09:49.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-03-24T17:09:49.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-03-24T17:09:49.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-03-24T17:09:49.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3398 | 2026-03-24T17:09:49.557Z | |
| 3399 | 2026-03-24T17:09:49.557Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267) |
| 3400 | 2026-03-24T17:09:50.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-03-24T17:09:50.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-03-24T17:09:50.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-03-24T17:09:50.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3404 | 2026-03-24T17:09:50.357Z | |
| 3405 | 2026-03-24T17:09:50.357Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267) |
| 3406 | 2026-03-24T17:09:51.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-03-24T17:09:51.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-03-24T17:09:51.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-03-24T17:09:51.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3410 | 2026-03-24T17:09:51.158Z | |
| 3411 | 2026-03-24T17:09:51.158Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267) |
| 3412 | 2026-03-24T17:09:51.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-03-24T17:09:51.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-03-24T17:09:51.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-03-24T17:09:51.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3416 | 2026-03-24T17:09:51.963Z | |
| 3417 | 2026-03-24T17:09:51.963Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267) |
| 3418 | 2026-03-24T17:09:52.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-03-24T17:09:52.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-03-24T17:09:52.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-03-24T17:09:52.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3422 | 2026-03-24T17:09:52.765Z | |
| 3423 | 2026-03-24T17:09:52.765Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267) |
| 3424 | 2026-03-24T17:09:53.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-03-24T17:09:53.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-03-24T17:09:53.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-03-24T17:09:53.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3428 | 2026-03-24T17:09:53.577Z | |
| 3429 | 2026-03-24T17:09:53.577Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267) |
| 3430 | 2026-03-24T17:09:54.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-03-24T17:09:54.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-03-24T17:09:54.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-03-24T17:09:54.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3434 | 2026-03-24T17:09:54.386Z | |
| 3435 | 2026-03-24T17:09:54.386Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267) |
| 3436 | 2026-03-24T17:09:55.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-03-24T17:09:55.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-03-24T17:09:55.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-03-24T17:09:55.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3440 | 2026-03-24T17:09:55.190Z | |
| 3441 | 2026-03-24T17:09:55.190Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267) |
| 3442 | 2026-03-24T17:09:55.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-03-24T17:09:55.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-03-24T17:09:55.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-03-24T17:09:55.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3446 | 2026-03-24T17:09:56.005Z | |
| 3447 | 2026-03-24T17:09:56.005Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267) |
| 3448 | 2026-03-24T17:09:56.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-03-24T17:09:56.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-03-24T17:09:56.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-03-24T17:09:56.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3452 | 2026-03-24T17:09:56.800Z | |
| 3453 | 2026-03-24T17:09:56.800Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267) |
| 3454 | 2026-03-24T17:09:57.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-03-24T17:09:57.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-03-24T17:09:57.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-03-24T17:09:57.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3458 | 2026-03-24T17:09:57.606Z | |
| 3459 | 2026-03-24T17:09:57.607Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267) |
| 3460 | 2026-03-24T17:09:58.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-03-24T17:09:58.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-03-24T17:09:58.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3463 | 2026-03-24T17:09:58.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3464 | 2026-03-24T17:09:58.477Z | |
| 3465 | 2026-03-24T17:09:58.477Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267) |
| 3466 | 2026-03-24T17:09:59.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-03-24T17:09:59.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-03-24T17:09:59.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3469 | 2026-03-24T17:09:59.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3470 | 2026-03-24T17:09:59.240Z | |
| 3471 | 2026-03-24T17:09:59.240Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267) |
| 3472 | 2026-03-24T17:09:59.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-03-24T17:09:59.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-03-24T17:09:59.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-03-24T17:09:59.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3476 | 2026-03-24T17:10:00.045Z | |
| 3477 | 2026-03-24T17:10:00.045Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267) |
| 3478 | 2026-03-24T17:10:00.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-03-24T17:10:00.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-03-24T17:10:00.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-03-24T17:10:00.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3482 | 2026-03-24T17:10:00.862Z | |
| 3483 | 2026-03-24T17:10:00.862Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267) |
| 3484 | 2026-03-24T17:10:01.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-03-24T17:10:01.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-03-24T17:10:01.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-03-24T17:10:01.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3488 | 2026-03-24T17:10:01.663Z | |
| 3489 | 2026-03-24T17:10:01.663Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267) |
| 3490 | 2026-03-24T17:10:02.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-03-24T17:10:02.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-03-24T17:10:02.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-03-24T17:10:02.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3494 | 2026-03-24T17:10:02.479Z | |
| 3495 | 2026-03-24T17:10:02.479Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267) |
| 3496 | 2026-03-24T17:10:03.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-03-24T17:10:03.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-03-24T17:10:03.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-03-24T17:10:03.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3500 | 2026-03-24T17:10:03.492Z | |
| 3501 | 2026-03-24T17:10:03.492Z | info: running `cargo check --bins` on oximeter-producer (155/267) |
| 3502 | 2026-03-24T17:10:04.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-03-24T17:10:04.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-03-24T17:10:04.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-03-24T17:10:04.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3506 | 2026-03-24T17:10:04.153Z | |
| 3507 | 2026-03-24T17:10:04.153Z | info: running `cargo check --bins` on internal-dns-resolver (156/267) |
| 3508 | 2026-03-24T17:10:04.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-03-24T17:10:04.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-03-24T17:10:04.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-03-24T17:10:04.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3512 | 2026-03-24T17:10:04.968Z | |
| 3513 | 2026-03-24T17:10:04.968Z | info: running `cargo check --bins` on sp-sim (157/267) |
| 3514 | 2026-03-24T17:10:05.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-03-24T17:10:05.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-03-24T17:10:05.933Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3517 | 2026-03-24T17:10:08.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 3518 | 2026-03-24T17:10:08.515Z | |
| 3519 | 2026-03-24T17:10:08.515Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267) |
| 3520 | 2026-03-24T17:10:11.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-03-24T17:10:11.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-03-24T17:10:11.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-03-24T17:10:11.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3524 | 2026-03-24T17:10:11.713Z | |
| 3525 | 2026-03-24T17:10:11.713Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267) |
| 3526 | 2026-03-24T17:10:11.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-03-24T17:10:11.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-03-24T17:10:11.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-03-24T17:10:11.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3530 | 2026-03-24T17:10:11.714Z | |
| 3531 | 2026-03-24T17:10:11.714Z | info: running `cargo check --bins` on db-macros (160/267) |
| 3532 | 2026-03-24T17:10:11.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-03-24T17:10:11.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-03-24T17:10:11.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-03-24T17:10:11.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3536 | 2026-03-24T17:10:11.714Z | |
| 3537 | 2026-03-24T17:10:11.715Z | info: running `cargo check --bins` on nexus-macros-common (161/267) |
| 3538 | 2026-03-24T17:10:11.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-03-24T17:10:11.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-03-24T17:10:11.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-03-24T17:10:11.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3542 | 2026-03-24T17:10:12.065Z | |
| 3543 | 2026-03-24T17:10:12.065Z | info: running `cargo check --bins` on nexus-auth (162/267) |
| 3544 | 2026-03-24T17:10:16.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-03-24T17:10:16.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-03-24T17:10:16.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-03-24T17:10:16.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3548 | 2026-03-24T17:10:16.581Z | |
| 3549 | 2026-03-24T17:10:16.581Z | info: running `cargo check --bins` on authz-macros (163/267) |
| 3550 | 2026-03-24T17:10:16.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-03-24T17:10:16.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-03-24T17:10:16.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-03-24T17:10:16.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3554 | 2026-03-24T17:10:16.581Z | |
| 3555 | 2026-03-24T17:10:16.581Z | info: running `cargo check --bins` on nexus-db-fixed-data (164/267) |
| 3556 | 2026-03-24T17:10:16.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-03-24T17:10:16.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-03-24T17:10:16.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-03-24T17:10:16.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3560 | 2026-03-24T17:10:16.581Z | |
| 3561 | 2026-03-24T17:10:16.581Z | info: running `cargo check --bins` on nexus-db-model (165/267) |
| 3562 | 2026-03-24T17:10:16.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-03-24T17:10:16.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-03-24T17:10:16.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-03-24T17:10:16.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3566 | 2026-03-24T17:10:16.581Z | |
| 3567 | 2026-03-24T17:10:16.581Z | info: running `cargo check --bins` on nexus-db-schema (166/267) |
| 3568 | 2026-03-24T17:10:16.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-03-24T17:10:16.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-03-24T17:10:16.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-03-24T17:10:16.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3572 | 2026-03-24T17:10:16.582Z | |
| 3573 | 2026-03-24T17:10:16.582Z | info: running `cargo check --bins` on omicron-rpaths (167/267) |
| 3574 | 2026-03-24T17:10:16.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-03-24T17:10:16.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-03-24T17:10:16.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-03-24T17:10:16.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3578 | 2026-03-24T17:10:16.773Z | |
| 3579 | 2026-03-24T17:10:16.773Z | info: running `cargo check --bins` on nexus-defaults (168/267) |
| 3580 | 2026-03-24T17:10:17.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-03-24T17:10:17.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-03-24T17:10:17.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-03-24T17:10:17.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3584 | 2026-03-24T17:10:17.572Z | |
| 3585 | 2026-03-24T17:10:17.573Z | info: running `cargo check --bins` on omicron-cockroach-metrics (169/267) |
| 3586 | 2026-03-24T17:10:18.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-03-24T17:10:18.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-03-24T17:10:18.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-03-24T17:10:18.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3590 | 2026-03-24T17:10:18.357Z | |
| 3591 | 2026-03-24T17:10:18.357Z | info: running `cargo check --bins` on parallel-task-set (170/267) |
| 3592 | 2026-03-24T17:10:19.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-03-24T17:10:19.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-03-24T17:10:19.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-03-24T17:10:19.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3596 | 2026-03-24T17:10:19.132Z | |
| 3597 | 2026-03-24T17:10:19.132Z | info: running `cargo check --bins` on nexus-db-errors (171/267) |
| 3598 | 2026-03-24T17:10:19.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-03-24T17:10:19.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-03-24T17:10:19.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-03-24T17:10:19.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3602 | 2026-03-24T17:10:20.007Z | |
| 3603 | 2026-03-24T17:10:20.007Z | info: running `cargo check --bins` on nexus-db-lookup (172/267) |
| 3604 | 2026-03-24T17:10:20.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-03-24T17:10:20.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-03-24T17:10:20.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-03-24T17:10:20.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3608 | 2026-03-24T17:10:20.878Z | |
| 3609 | 2026-03-24T17:10:20.878Z | info: running `cargo check --bins` on nexus-inventory (173/267) |
| 3610 | 2026-03-24T17:10:21.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-03-24T17:10:21.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-03-24T17:10:21.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-03-24T17:10:21.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3614 | 2026-03-24T17:10:21.740Z | |
| 3615 | 2026-03-24T17:10:21.740Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267) |
| 3616 | 2026-03-24T17:10:22.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-03-24T17:10:22.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-03-24T17:10:22.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-03-24T17:10:22.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3620 | 2026-03-24T17:10:22.562Z | |
| 3621 | 2026-03-24T17:10:22.562Z | info: running `cargo check --bins --no-default-features` on sled-storage (175/267) |
| 3622 | 2026-03-24T17:10:23.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-03-24T17:10:23.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-03-24T17:10:23.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-03-24T17:10:23.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3626 | 2026-03-24T17:10:23.378Z | |
| 3627 | 2026-03-24T17:10:23.378Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267) |
| 3628 | 2026-03-24T17:10:24.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-03-24T17:10:24.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-03-24T17:10:24.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-03-24T17:10:24.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3632 | 2026-03-24T17:10:24.195Z | |
| 3633 | 2026-03-24T17:10:24.195Z | info: running `cargo check --bins` on key-manager (177/267) |
| 3634 | 2026-03-24T17:10:24.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-03-24T17:10:24.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-03-24T17:10:24.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-03-24T17:10:24.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3638 | 2026-03-24T17:10:24.990Z | |
| 3639 | 2026-03-24T17:10:24.990Z | info: running `cargo check --bins --no-default-features` on sled-hardware (178/267) |
| 3640 | 2026-03-24T17:10:25.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-03-24T17:10:25.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-03-24T17:10:25.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-03-24T17:10:25.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3644 | 2026-03-24T17:10:25.805Z | |
| 3645 | 2026-03-24T17:10:25.805Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267) |
| 3646 | 2026-03-24T17:10:26.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-03-24T17:10:26.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-03-24T17:10:26.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-03-24T17:10:26.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3650 | 2026-03-24T17:10:26.618Z | |
| 3651 | 2026-03-24T17:10:26.618Z | info: running `cargo check --bins` on typed-rng (180/267) |
| 3652 | 2026-03-24T17:10:27.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-03-24T17:10:27.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-03-24T17:10:27.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-03-24T17:10:27.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3656 | 2026-03-24T17:10:27.406Z | |
| 3657 | 2026-03-24T17:10:27.406Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267) |
| 3658 | 2026-03-24T17:10:28.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-03-24T17:10:28.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-03-24T17:10:28.563Z | Compiling libefi-sys v0.1.0 |
| 3661 | 2026-03-24T17:10:28.567Z | Compiling bitfield-struct v0.6.2 |
| 3662 | 2026-03-24T17:10:28.743Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3663 | 2026-03-24T17:10:28.756Z | Compiling xshell-macros v0.2.7 |
| 3664 | 2026-03-24T17:10:28.774Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3665 | 2026-03-24T17:10:28.797Z | Compiling salty v0.3.0 |
| 3666 | 2026-03-24T17:10:28.819Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3667 | 2026-03-24T17:10:28.842Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3668 | 2026-03-24T17:10:28.842Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3669 | 2026-03-24T17:10:29.180Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3670 | 2026-03-24T17:10:29.201Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3671 | 2026-03-24T17:10:29.230Z | Checking xshell v0.2.7 |
| 3672 | 2026-03-24T17:10:29.365Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3673 | 2026-03-24T17:10:29.407Z | Checking primeorder v0.13.6 |
| 3674 | 2026-03-24T17:10:29.460Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3675 | 2026-03-24T17:10:29.483Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3676 | 2026-03-24T17:10:29.526Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3677 | 2026-03-24T17:10:29.545Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3678 | 2026-03-24T17:10:29.700Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3679 | 2026-03-24T17:10:29.738Z | Checking p384 v0.13.1 |
| 3680 | 2026-03-24T17:10:29.764Z | Compiling num-derive v0.3.3 |
| 3681 | 2026-03-24T17:10:29.874Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3682 | 2026-03-24T17:10:29.956Z | Compiling proc-macro-error2 v2.0.1 |
| 3683 | 2026-03-24T17:10:30.111Z | Compiling unicase v2.9.0 |
| 3684 | 2026-03-24T17:10:30.176Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3685 | 2026-03-24T17:10:30.317Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3686 | 2026-03-24T17:10:30.374Z | Compiling tabled_derive v0.11.0 |
| 3687 | 2026-03-24T17:10:30.385Z | Compiling mime_guess v2.0.5 |
| 3688 | 2026-03-24T17:10:30.459Z | Compiling progenitor-impl v0.11.2 |
| 3689 | 2026-03-24T17:10:30.795Z | Checking papergrid v0.17.0 |
| 3690 | 2026-03-24T17:10:30.927Z | Checking libscf-sys v1.1.0 |
| 3691 | 2026-03-24T17:10:31.086Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3692 | 2026-03-24T17:10:31.105Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3693 | 2026-03-24T17:10:31.229Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3694 | 2026-03-24T17:10:31.309Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3695 | 2026-03-24T17:10:31.901Z | Checking testing_table v0.3.0 |
| 3696 | 2026-03-24T17:10:31.939Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3697 | 2026-03-24T17:10:31.961Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3698 | 2026-03-24T17:10:32.020Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3699 | 2026-03-24T17:10:32.066Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3700 | 2026-03-24T17:10:32.157Z | Checking corncobs v0.1.4 |
| 3701 | 2026-03-24T17:10:32.194Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3702 | 2026-03-24T17:10:32.244Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3703 | 2026-03-24T17:10:32.320Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3704 | 2026-03-24T17:10:32.339Z | Checking tabled v0.20.0 |
| 3705 | 2026-03-24T17:10:32.461Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3706 | 2026-03-24T17:10:32.610Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3707 | 2026-03-24T17:10:32.689Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3708 | 2026-03-24T17:10:32.914Z | Checking progenitor-client v0.11.2 |
| 3709 | 2026-03-24T17:10:33.115Z | Checking secrecy v0.8.0 |
| 3710 | 2026-03-24T17:10:33.220Z | Checking http-range v0.1.5 |
| 3711 | 2026-03-24T17:10:33.454Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3712 | 2026-03-24T17:10:33.577Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3713 | 2026-03-24T17:10:33.759Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3714 | 2026-03-24T17:10:33.942Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3715 | 2026-03-24T17:10:33.960Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3716 | 2026-03-24T17:10:34.151Z | Compiling progenitor-macro v0.11.2 |
| 3717 | 2026-03-24T17:10:34.157Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3718 | 2026-03-24T17:10:34.308Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3719 | 2026-03-24T17:10:34.406Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3720 | 2026-03-24T17:10:34.449Z | Checking atty v0.2.14 |
| 3721 | 2026-03-24T17:10:34.573Z | Checking crc8 v0.1.1 |
| 3722 | 2026-03-24T17:10:34.696Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3723 | 2026-03-24T17:10:34.759Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3724 | 2026-03-24T17:10:35.136Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3725 | 2026-03-24T17:10:35.176Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3726 | 2026-03-24T17:10:35.482Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3727 | 2026-03-24T17:10:35.608Z | Checking hyper-staticfile v0.10.1 |
| 3728 | 2026-03-24T17:10:35.698Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3729 | 2026-03-24T17:10:35.743Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3730 | 2026-03-24T17:10:35.927Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3731 | 2026-03-24T17:10:35.995Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3732 | 2026-03-24T17:10:36.222Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3733 | 2026-03-24T17:10:36.293Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3734 | 2026-03-24T17:10:36.384Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3735 | 2026-03-24T17:10:36.628Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3736 | 2026-03-24T17:10:36.900Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3737 | 2026-03-24T17:10:36.998Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3738 | 2026-03-24T17:10:37.208Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3739 | 2026-03-24T17:10:37.235Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3740 | 2026-03-24T17:10:37.547Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3741 | 2026-03-24T17:10:37.846Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3742 | 2026-03-24T17:10:37.878Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3743 | 2026-03-24T17:10:38.424Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3744 | 2026-03-24T17:10:39.672Z | Checking progenitor v0.11.2 |
| 3745 | 2026-03-24T17:10:39.835Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3746 | 2026-03-24T17:10:46.618Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3747 | 2026-03-24T17:11:02.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.94s |
| 3748 | 2026-03-24T17:11:02.596Z | |
| 3749 | 2026-03-24T17:11:02.596Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267) |
| 3750 | 2026-03-24T17:11:03.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-03-24T17:11:03.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-03-24T17:11:03.676Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3753 | 2026-03-24T17:11:19.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.90s |
| 3754 | 2026-03-24T17:11:19.740Z | |
| 3755 | 2026-03-24T17:11:19.740Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267) |
| 3756 | 2026-03-24T17:11:20.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2026-03-24T17:11:20.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2026-03-24T17:11:20.829Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3759 | 2026-03-24T17:11:36.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s |
| 3760 | 2026-03-24T17:11:37.028Z | |
| 3761 | 2026-03-24T17:11:37.028Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267) |
| 3762 | 2026-03-24T17:11:37.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2026-03-24T17:11:37.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2026-03-24T17:11:37.996Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3765 | 2026-03-24T17:11:53.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.89s |
| 3766 | 2026-03-24T17:11:54.057Z | |
| 3767 | 2026-03-24T17:11:54.057Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267) |
| 3768 | 2026-03-24T17:11:54.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2026-03-24T17:11:54.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2026-03-24T17:11:55.136Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3771 | 2026-03-24T17:12:10.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.88s |
| 3772 | 2026-03-24T17:12:11.195Z | |
| 3773 | 2026-03-24T17:12:11.195Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267) |
| 3774 | 2026-03-24T17:12:11.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2026-03-24T17:12:11.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2026-03-24T17:12:12.285Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3777 | 2026-03-24T17:12:28.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s |
| 3778 | 2026-03-24T17:12:28.362Z | |
| 3779 | 2026-03-24T17:12:28.362Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267) |
| 3780 | 2026-03-24T17:12:29.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3781 | 2026-03-24T17:12:29.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3782 | 2026-03-24T17:12:29.453Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3783 | 2026-03-24T17:12:45.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.91s |
| 3784 | 2026-03-24T17:12:45.518Z | |
| 3785 | 2026-03-24T17:12:45.518Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267) |
| 3786 | 2026-03-24T17:12:46.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3787 | 2026-03-24T17:12:46.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3788 | 2026-03-24T17:12:46.613Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3789 | 2026-03-24T17:13:02.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.86s |
| 3790 | 2026-03-24T17:13:02.628Z | |
| 3791 | 2026-03-24T17:13:02.628Z | info: running `cargo check --bins` on bootstrap-agent-api (189/267) |
| 3792 | 2026-03-24T17:13:03.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3793 | 2026-03-24T17:13:03.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3794 | 2026-03-24T17:13:03.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3795 | 2026-03-24T17:13:03.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3796 | 2026-03-24T17:13:03.468Z | |
| 3797 | 2026-03-24T17:13:03.468Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267) |
| 3798 | 2026-03-24T17:13:04.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3799 | 2026-03-24T17:13:04.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3800 | 2026-03-24T17:13:04.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3801 | 2026-03-24T17:13:04.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3802 | 2026-03-24T17:13:04.304Z | |
| 3803 | 2026-03-24T17:13:04.304Z | info: running `cargo check --bins` on range-requests (191/267) |
| 3804 | 2026-03-24T17:13:04.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3805 | 2026-03-24T17:13:05.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3806 | 2026-03-24T17:13:05.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3807 | 2026-03-24T17:13:05.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3808 | 2026-03-24T17:13:05.104Z | |
| 3809 | 2026-03-24T17:13:05.104Z | info: running `cargo check --bins` on repo-depot-api (192/267) |
| 3810 | 2026-03-24T17:13:05.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3811 | 2026-03-24T17:13:05.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3812 | 2026-03-24T17:13:05.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3813 | 2026-03-24T17:13:05.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3814 | 2026-03-24T17:13:05.914Z | |
| 3815 | 2026-03-24T17:13:05.914Z | info: running `cargo check --bins` on sled-agent-api (193/267) |
| 3816 | 2026-03-24T17:13:06.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3817 | 2026-03-24T17:13:06.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3818 | 2026-03-24T17:13:06.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3819 | 2026-03-24T17:13:06.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3820 | 2026-03-24T17:13:06.764Z | |
| 3821 | 2026-03-24T17:13:06.764Z | info: running `cargo check --bins` on sled-diagnostics (194/267) |
| 3822 | 2026-03-24T17:13:07.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3823 | 2026-03-24T17:13:07.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3824 | 2026-03-24T17:13:07.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3825 | 2026-03-24T17:13:07.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3826 | 2026-03-24T17:13:07.575Z | |
| 3827 | 2026-03-24T17:13:07.575Z | info: running `cargo check --bins` on zfs-test-harness (195/267) |
| 3828 | 2026-03-24T17:13:08.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3829 | 2026-03-24T17:13:08.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3830 | 2026-03-24T17:13:08.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3831 | 2026-03-24T17:13:08.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3832 | 2026-03-24T17:13:08.404Z | |
| 3833 | 2026-03-24T17:13:08.404Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267) |
| 3834 | 2026-03-24T17:13:09.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2026-03-24T17:13:09.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2026-03-24T17:13:09.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3837 | 2026-03-24T17:13:09.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3838 | 2026-03-24T17:13:09.240Z | |
| 3839 | 2026-03-24T17:13:09.240Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267) |
| 3840 | 2026-03-24T17:13:10.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2026-03-24T17:13:10.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2026-03-24T17:13:10.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2026-03-24T17:13:10.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3844 | 2026-03-24T17:13:10.383Z | |
| 3845 | 2026-03-24T17:13:10.383Z | info: running `cargo check --bins` on sled-agent-health-monitor (198/267) |
| 3846 | 2026-03-24T17:13:11.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2026-03-24T17:13:11.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2026-03-24T17:13:11.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3849 | 2026-03-24T17:13:11.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3850 | 2026-03-24T17:13:11.626Z | |
| 3851 | 2026-03-24T17:13:11.626Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267) |
| 3852 | 2026-03-24T17:13:11.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2026-03-24T17:13:11.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2026-03-24T17:13:11.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3855 | 2026-03-24T17:13:11.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3856 | 2026-03-24T17:13:11.731Z | |
| 3857 | 2026-03-24T17:13:11.731Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267) |
| 3858 | 2026-03-24T17:13:12.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2026-03-24T17:13:12.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2026-03-24T17:13:12.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3861 | 2026-03-24T17:13:12.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3862 | 2026-03-24T17:13:12.570Z | |
| 3863 | 2026-03-24T17:13:12.570Z | info: running `cargo check --bins` on sled-agent-resolvable-files (201/267) |
| 3864 | 2026-03-24T17:13:13.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3865 | 2026-03-24T17:13:13.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3866 | 2026-03-24T17:13:13.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3867 | 2026-03-24T17:13:13.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3868 | 2026-03-24T17:13:13.404Z | |
| 3869 | 2026-03-24T17:13:13.405Z | info: running `cargo check --bins` on trust-quorum (202/267) |
| 3870 | 2026-03-24T17:13:14.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3871 | 2026-03-24T17:13:14.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3872 | 2026-03-24T17:13:14.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3873 | 2026-03-24T17:13:14.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3874 | 2026-03-24T17:13:14.228Z | |
| 3875 | 2026-03-24T17:13:14.229Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267) |
| 3876 | 2026-03-24T17:13:14.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3877 | 2026-03-24T17:13:14.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3878 | 2026-03-24T17:13:14.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3879 | 2026-03-24T17:13:14.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3880 | 2026-03-24T17:13:15.094Z | |
| 3881 | 2026-03-24T17:13:15.094Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (204/267) |
| 3882 | 2026-03-24T17:13:15.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3883 | 2026-03-24T17:13:15.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3884 | 2026-03-24T17:13:15.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3885 | 2026-03-24T17:13:15.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3886 | 2026-03-24T17:13:15.958Z | |
| 3887 | 2026-03-24T17:13:15.958Z | info: running `cargo check --bins` on update-common (205/267) |
| 3888 | 2026-03-24T17:13:16.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3889 | 2026-03-24T17:13:16.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3890 | 2026-03-24T17:13:16.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3891 | 2026-03-24T17:13:16.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3892 | 2026-03-24T17:13:16.770Z | |
| 3893 | 2026-03-24T17:13:16.770Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267) |
| 3894 | 2026-03-24T17:13:18.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3895 | 2026-03-24T17:13:18.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3896 | 2026-03-24T17:13:18.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3897 | 2026-03-24T17:13:18.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3898 | 2026-03-24T17:13:18.328Z | |
| 3899 | 2026-03-24T17:13:18.328Z | info: running `cargo check --bins` on reconfigurator-cli (207/267) |
| 3900 | 2026-03-24T17:13:18.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3901 | 2026-03-24T17:13:18.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3902 | 2026-03-24T17:13:18.713Z | Compiling fs-err v2.11.0 |
| 3903 | 2026-03-24T17:13:18.720Z | Checking ignore v0.4.25 |
| 3904 | 2026-03-24T17:13:18.859Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3905 | 2026-03-24T17:13:18.881Z | Checking predicates-tree v1.0.13 |
| 3906 | 2026-03-24T17:13:18.889Z | Checking parse-size v1.1.0 |
| 3907 | 2026-03-24T17:13:18.909Z | Checking rand_seeder v0.4.0 |
| 3908 | 2026-03-24T17:13:18.913Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3909 | 2026-03-24T17:13:18.940Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3910 | 2026-03-24T17:13:18.996Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3911 | 2026-03-24T17:13:19.029Z | Compiling petname v2.0.2 |
| 3912 | 2026-03-24T17:13:19.084Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3913 | 2026-03-24T17:13:19.272Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3914 | 2026-03-24T17:13:19.292Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3915 | 2026-03-24T17:13:19.378Z | Checking globwalk v0.9.1 |
| 3916 | 2026-03-24T17:13:19.399Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3917 | 2026-03-24T17:13:19.500Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3918 | 2026-03-24T17:13:19.597Z | Checking camino-tempfile-ext v0.3.3 |
| 3919 | 2026-03-24T17:13:19.619Z | Checking sapling-renderdag v0.1.0 |
| 3920 | 2026-03-24T17:13:19.723Z | Checking sync-ptr v0.1.4 |
| 3921 | 2026-03-24T17:13:19.853Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3922 | 2026-03-24T17:13:19.873Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3923 | 2026-03-24T17:13:19.962Z | Checking colored v2.2.0 |
| 3924 | 2026-03-24T17:13:19.988Z | Checking assert_matches v1.5.0 |
| 3925 | 2026-03-24T17:13:20.321Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3926 | 2026-03-24T17:13:20.426Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3927 | 2026-03-24T17:13:20.429Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3928 | 2026-03-24T17:13:21.186Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3929 | 2026-03-24T17:13:22.951Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3930 | 2026-03-24T17:13:25.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.22s |
| 3931 | 2026-03-24T17:13:26.106Z | |
| 3932 | 2026-03-24T17:13:26.106Z | info: running `cargo check --bins` on omicron-repl-utils (208/267) |
| 3933 | 2026-03-24T17:13:26.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3934 | 2026-03-24T17:13:26.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3935 | 2026-03-24T17:13:26.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3936 | 2026-03-24T17:13:26.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3937 | 2026-03-24T17:13:26.899Z | |
| 3938 | 2026-03-24T17:13:26.899Z | info: running `cargo check --bins` on nexus-test-interface (209/267) |
| 3939 | 2026-03-24T17:13:27.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2026-03-24T17:13:27.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2026-03-24T17:13:27.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3942 | 2026-03-24T17:13:27.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3943 | 2026-03-24T17:13:27.780Z | |
| 3944 | 2026-03-24T17:13:27.780Z | info: running `cargo check --bins` on oximeter-collector (210/267) |
| 3945 | 2026-03-24T17:13:28.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-03-24T17:13:28.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-03-24T17:13:28.764Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3948 | 2026-03-24T17:13:28.770Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3949 | 2026-03-24T17:13:29.605Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3950 | 2026-03-24T17:13:31.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
| 3951 | 2026-03-24T17:13:31.853Z | |
| 3952 | 2026-03-24T17:13:31.853Z | info: running `cargo check --bins` on oximeter-api (211/267) |
| 3953 | 2026-03-24T17:13:32.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-03-24T17:13:32.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-03-24T17:13:32.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-03-24T17:13:32.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3957 | 2026-03-24T17:13:32.669Z | |
| 3958 | 2026-03-24T17:13:32.669Z | info: running `cargo check --bins` on cert-dev (212/267) |
| 3959 | 2026-03-24T17:13:33.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-03-24T17:13:33.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-03-24T17:13:33.487Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3962 | 2026-03-24T17:13:33.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3963 | 2026-03-24T17:13:34.048Z | |
| 3964 | 2026-03-24T17:13:34.048Z | info: running `cargo check --bins` on clickana (213/267) |
| 3965 | 2026-03-24T17:13:34.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-03-24T17:13:34.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-03-24T17:13:34.935Z | Compiling darling_core v0.23.0 |
| 3968 | 2026-03-24T17:13:35.063Z | Compiling instability v0.3.11 |
| 3969 | 2026-03-24T17:13:35.077Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3970 | 2026-03-24T17:13:35.080Z | Checking castaway v0.2.4 |
| 3971 | 2026-03-24T17:13:35.088Z | Compiling indoc v2.0.7 |
| 3972 | 2026-03-24T17:13:35.118Z | Checking unicode-truncate v1.1.0 |
| 3973 | 2026-03-24T17:13:35.133Z | Checking lru v0.12.5 |
| 3974 | 2026-03-24T17:13:35.137Z | Checking cassowary v0.3.0 |
| 3975 | 2026-03-24T17:13:35.210Z | Checking compact_str v0.8.1 |
| 3976 | 2026-03-24T17:13:36.358Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3977 | 2026-03-24T17:13:36.577Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3978 | 2026-03-24T17:13:37.068Z | Compiling darling_macro v0.23.0 |
| 3979 | 2026-03-24T17:13:37.587Z | Compiling darling v0.23.0 |
| 3980 | 2026-03-24T17:13:38.371Z | Checking ratatui v0.29.0 |
| 3981 | 2026-03-24T17:13:39.895Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3982 | 2026-03-24T17:13:40.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s |
| 3983 | 2026-03-24T17:13:40.946Z | |
| 3984 | 2026-03-24T17:13:40.946Z | info: running `cargo check --bins` on clickhouse-cluster-dev (214/267) |
| 3985 | 2026-03-24T17:13:41.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-03-24T17:13:41.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-03-24T17:13:41.965Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3988 | 2026-03-24T17:13:41.972Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3989 | 2026-03-24T17:13:42.714Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3990 | 2026-03-24T17:13:43.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s |
| 3991 | 2026-03-24T17:13:43.457Z | |
| 3992 | 2026-03-24T17:13:43.457Z | info: running `cargo check --bins` on ch-dev (215/267) |
| 3993 | 2026-03-24T17:13:44.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-03-24T17:13:44.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-03-24T17:13:44.457Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3996 | 2026-03-24T17:13:45.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
| 3997 | 2026-03-24T17:13:45.620Z | |
| 3998 | 2026-03-24T17:13:45.621Z | info: running `cargo check --bins` on dev-tools-common (216/267) |
| 3999 | 2026-03-24T17:13:46.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-03-24T17:13:46.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-03-24T17:13:46.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4002 | 2026-03-24T17:13:46.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4003 | 2026-03-24T17:13:46.249Z | |
| 4004 | 2026-03-24T17:13:46.249Z | info: running `cargo check --bins` on crdb-seed (217/267) |
| 4005 | 2026-03-24T17:13:46.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-03-24T17:13:47.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-03-24T17:13:47.243Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4008 | 2026-03-24T17:13:47.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4009 | 2026-03-24T17:13:48.020Z | |
| 4010 | 2026-03-24T17:13:48.020Z | info: running `cargo check --bins` on db-dev (218/267) |
| 4011 | 2026-03-24T17:13:48.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-03-24T17:13:48.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-03-24T17:13:49.019Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4014 | 2026-03-24T17:13:49.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
| 4015 | 2026-03-24T17:13:50.215Z | |
| 4016 | 2026-03-24T17:13:50.215Z | info: running `cargo check --bins` on omicron-dev-lib (219/267) |
| 4017 | 2026-03-24T17:13:50.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-03-24T17:13:50.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-03-24T17:13:50.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4020 | 2026-03-24T17:13:50.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4021 | 2026-03-24T17:13:51.097Z | |
| 4022 | 2026-03-24T17:13:51.097Z | info: running `cargo check --bins` on xtask-downloader (220/267) |
| 4023 | 2026-03-24T17:13:51.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-03-24T17:13:51.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-03-24T17:13:51.940Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4026 | 2026-03-24T17:13:52.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 4027 | 2026-03-24T17:13:53.039Z | |
| 4028 | 2026-03-24T17:13:53.039Z | info: running `cargo check --bins` on omicron-dropshot-apis (221/267) |
| 4029 | 2026-03-24T17:13:53.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2026-03-24T17:13:53.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2026-03-24T17:13:54.086Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4032 | 2026-03-24T17:13:54.088Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4033 | 2026-03-24T17:13:54.092Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 4034 | 2026-03-24T17:13:54.092Z | Checking git-stub v1.0.0 |
| 4035 | 2026-03-24T17:13:54.092Z | Compiling trait-variant v0.1.2 |
| 4036 | 2026-03-24T17:13:54.230Z | Checking maplit v1.0.2 |
| 4037 | 2026-03-24T17:13:54.247Z | Checking is_ci v1.2.0 |
| 4038 | 2026-03-24T17:13:54.273Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4039 | 2026-03-24T17:13:54.369Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4040 | 2026-03-24T17:13:54.423Z | Checking supports-color v3.0.2 |
| 4041 | 2026-03-24T17:13:54.442Z | Checking git-stub-vcs v0.1.0 |
| 4042 | 2026-03-24T17:13:54.500Z | Checking drift v0.1.3 |
| 4043 | 2026-03-24T17:13:54.576Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4044 | 2026-03-24T17:13:54.596Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4045 | 2026-03-24T17:13:54.703Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4046 | 2026-03-24T17:13:54.832Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4047 | 2026-03-24T17:13:54.870Z | Checking dropshot-api-manager v0.6.0 |
| 4048 | 2026-03-24T17:13:54.915Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 4049 | 2026-03-24T17:13:54.936Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4050 | 2026-03-24T17:13:55.202Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4051 | 2026-03-24T17:13:55.272Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4052 | 2026-03-24T17:13:55.535Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 4053 | 2026-03-24T17:13:55.887Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4054 | 2026-03-24T17:14:02.843Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4055 | 2026-03-24T17:14:04.233Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4056 | 2026-03-24T17:14:05.001Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4057 | 2026-03-24T17:14:05.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.48s |
| 4058 | 2026-03-24T17:14:05.758Z | |
| 4059 | 2026-03-24T17:14:05.759Z | info: running `cargo check --bins` on installinator-api (222/267) |
| 4060 | 2026-03-24T17:14:06.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4061 | 2026-03-24T17:14:06.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4062 | 2026-03-24T17:14:06.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4063 | 2026-03-24T17:14:06.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4064 | 2026-03-24T17:14:06.576Z | |
| 4065 | 2026-03-24T17:14:06.577Z | info: running `cargo check --bins` on nexus-external-api (223/267) |
| 4066 | 2026-03-24T17:14:07.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4067 | 2026-03-24T17:14:07.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4068 | 2026-03-24T17:14:07.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4069 | 2026-03-24T17:14:07.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4070 | 2026-03-24T17:14:07.433Z | |
| 4071 | 2026-03-24T17:14:07.433Z | info: running `cargo check --bins` on nexus-internal-api (224/267) |
| 4072 | 2026-03-24T17:14:08.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4073 | 2026-03-24T17:14:08.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4074 | 2026-03-24T17:14:08.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4075 | 2026-03-24T17:14:08.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4076 | 2026-03-24T17:14:08.294Z | |
| 4077 | 2026-03-24T17:14:08.294Z | info: running `cargo check --bins` on nexus-lockstep-api (225/267) |
| 4078 | 2026-03-24T17:14:09.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-03-24T17:14:09.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-03-24T17:14:09.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-03-24T17:14:09.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4082 | 2026-03-24T17:14:09.153Z | |
| 4083 | 2026-03-24T17:14:09.153Z | info: running `cargo check --bins` on ntp-admin-api (226/267) |
| 4084 | 2026-03-24T17:14:09.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-03-24T17:14:09.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-03-24T17:14:09.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-03-24T17:14:09.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4088 | 2026-03-24T17:14:09.960Z | |
| 4089 | 2026-03-24T17:14:09.961Z | info: running `cargo check --bins` on ntp-admin-types-versions (227/267) |
| 4090 | 2026-03-24T17:14:10.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-03-24T17:14:10.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-03-24T17:14:10.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-03-24T17:14:10.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4094 | 2026-03-24T17:14:10.754Z | |
| 4095 | 2026-03-24T17:14:10.754Z | info: running `cargo check --bins` on wicketd-api (228/267) |
| 4096 | 2026-03-24T17:14:11.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-03-24T17:14:11.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-03-24T17:14:11.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-03-24T17:14:11.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4100 | 2026-03-24T17:14:11.585Z | |
| 4101 | 2026-03-24T17:14:11.585Z | info: running `cargo check --bins` on omicron-ls-apis (229/267) |
| 4102 | 2026-03-24T17:14:12.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-03-24T17:14:12.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-03-24T17:14:12.418Z | Checking erased-serde v0.4.9 |
| 4105 | 2026-03-24T17:14:12.545Z | Checking ordered-float v2.10.1 |
| 4106 | 2026-03-24T17:14:12.567Z | Checking unicode-xid v0.2.6 |
| 4107 | 2026-03-24T17:14:12.592Z | Checking cargo-platform v0.2.0 |
| 4108 | 2026-03-24T17:14:12.830Z | Checking serde-value v0.7.0 |
| 4109 | 2026-03-24T17:14:12.995Z | Checking serde-untagged v0.1.9 |
| 4110 | 2026-03-24T17:14:13.205Z | Checking cargo-util-schemas v0.8.2 |
| 4111 | 2026-03-24T17:14:14.199Z | Checking cargo_metadata v0.21.0 |
| 4112 | 2026-03-24T17:14:15.060Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4113 | 2026-03-24T17:14:15.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
| 4114 | 2026-03-24T17:14:16.188Z | |
| 4115 | 2026-03-24T17:14:16.188Z | info: running `cargo check --bins` on mgs-dev (230/267) |
| 4116 | 2026-03-24T17:14:16.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-03-24T17:14:16.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-03-24T17:14:17.214Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4119 | 2026-03-24T17:14:17.981Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4120 | 2026-03-24T17:14:18.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
| 4121 | 2026-03-24T17:14:18.818Z | |
| 4122 | 2026-03-24T17:14:18.818Z | info: running `cargo check --bins` on omicron-omdb (231/267) |
| 4123 | 2026-03-24T17:14:19.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4124 | 2026-03-24T17:14:19.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4125 | 2026-03-24T17:14:20.010Z | Compiling vergen-gitcl v1.0.8 |
| 4126 | 2026-03-24T17:14:20.011Z | Compiling dirs-sys-next v0.1.2 |
| 4127 | 2026-03-24T17:14:20.011Z | Compiling glob v0.3.3 |
| 4128 | 2026-03-24T17:14:20.019Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4129 | 2026-03-24T17:14:20.019Z | Compiling crunchy v0.2.4 |
| 4130 | 2026-03-24T17:14:20.019Z | Compiling diesel_derives v2.3.7 |
| 4131 | 2026-03-24T17:14:20.020Z | Compiling dsl_auto_type v0.2.0 |
| 4132 | 2026-03-24T17:14:20.166Z | Checking scheduled-thread-pool v0.2.7 |
| 4133 | 2026-03-24T17:14:20.349Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4134 | 2026-03-24T17:14:20.397Z | Compiling tiny-keccak v2.0.2 |
| 4135 | 2026-03-24T17:14:20.584Z | Compiling dirs-next v2.0.0 |
| 4136 | 2026-03-24T17:14:20.657Z | Checking r2d2 v0.8.10 |
| 4137 | 2026-03-24T17:14:20.695Z | Compiling bit-vec v0.6.3 |
| 4138 | 2026-03-24T17:14:20.734Z | Compiling term v0.7.0 |
| 4139 | 2026-03-24T17:14:20.747Z | Checking downcast-rs v2.0.2 |
| 4140 | 2026-03-24T17:14:20.773Z | Compiling clang-sys v1.8.1 |
| 4141 | 2026-03-24T17:14:20.888Z | Compiling itertools v0.10.5 |
| 4142 | 2026-03-24T17:14:20.967Z | Compiling bit-set v0.5.3 |
| 4143 | 2026-03-24T17:14:21.166Z | Compiling ascii-canvas v3.0.0 |
| 4144 | 2026-03-24T17:14:21.210Z | Compiling ena v0.14.4 |
| 4145 | 2026-03-24T17:14:21.265Z | Compiling libloading v0.8.9 |
| 4146 | 2026-03-24T17:14:21.404Z | Compiling diff v0.1.13 |
| 4147 | 2026-03-24T17:14:21.469Z | Compiling regex-syntax v0.6.29 |
| 4148 | 2026-03-24T17:14:21.493Z | Compiling bindgen v0.71.1 |
| 4149 | 2026-03-24T17:14:21.528Z | Compiling cexpr v0.6.0 |
| 4150 | 2026-03-24T17:14:21.742Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4151 | 2026-03-24T17:14:21.976Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4152 | 2026-03-24T17:14:22.075Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4153 | 2026-03-24T17:14:22.187Z | Compiling libxml v0.3.3 |
| 4154 | 2026-03-24T17:14:22.377Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4155 | 2026-03-24T17:14:22.463Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4156 | 2026-03-24T17:14:22.489Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4157 | 2026-03-24T17:14:22.733Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4158 | 2026-03-24T17:14:22.757Z | Compiling strum_macros v0.24.3 |
| 4159 | 2026-03-24T17:14:22.856Z | Compiling indoc v1.0.9 |
| 4160 | 2026-03-24T17:14:23.421Z | Compiling lalrpop v0.19.12 |
| 4161 | 2026-03-24T17:14:24.180Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4162 | 2026-03-24T17:14:24.404Z | Checking derive_builder v0.20.2 |
| 4163 | 2026-03-24T17:14:24.423Z | Compiling oso-derive v0.27.3 |
| 4164 | 2026-03-24T17:14:24.548Z | Checking quick-xml v0.37.5 |
| 4165 | 2026-03-24T17:14:24.595Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4166 | 2026-03-24T17:14:25.040Z | Checking openssl-probe v0.1.6 |
| 4167 | 2026-03-24T17:14:25.213Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4168 | 2026-03-24T17:14:25.737Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4169 | 2026-03-24T17:14:25.972Z | Checking bb8 v0.8.6 |
| 4170 | 2026-03-24T17:14:26.188Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4171 | 2026-03-24T17:14:26.330Z | Checking nonempty v0.12.0 |
| 4172 | 2026-03-24T17:14:26.452Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4173 | 2026-03-24T17:14:26.540Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4174 | 2026-03-24T17:14:26.714Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4175 | 2026-03-24T17:14:26.735Z | Checking support-bundle-viewer v0.1.2 |
| 4176 | 2026-03-24T17:14:26.806Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4177 | 2026-03-24T17:14:26.965Z | Checking multimap v0.10.1 |
| 4178 | 2026-03-24T17:14:28.060Z | Checking diesel v2.3.7 |
| 4179 | 2026-03-24T17:14:29.939Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4180 | 2026-03-24T17:14:31.043Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4181 | 2026-03-24T17:14:31.508Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4182 | 2026-03-24T17:14:32.107Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4183 | 2026-03-24T17:14:33.342Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4184 | 2026-03-24T17:14:33.442Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4185 | 2026-03-24T17:14:33.502Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4186 | 2026-03-24T17:14:34.223Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4187 | 2026-03-24T17:14:36.930Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4188 | 2026-03-24T17:14:43.194Z | Compiling samael v0.0.19 |
| 4189 | 2026-03-24T17:14:48.105Z | Checking diesel-dtrace v0.5.0 |
| 4190 | 2026-03-24T17:14:48.404Z | Checking async-bb8-diesel v0.2.1 |
| 4191 | 2026-03-24T17:14:49.778Z | Compiling polar-core v0.27.3 |
| 4192 | 2026-03-24T17:14:55.596Z | Checking oso v0.27.3 |
| 4193 | 2026-03-24T17:15:49.697Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4194 | 2026-03-24T17:16:36.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 4195 | 2026-03-24T17:16:36.926Z | |
| 4196 | 2026-03-24T17:16:36.926Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267) |
| 4197 | 2026-03-24T17:16:37.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-03-24T17:16:37.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-03-24T17:16:37.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4200 | 2026-03-24T17:16:37.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4201 | 2026-03-24T17:16:37.353Z | |
| 4202 | 2026-03-24T17:16:37.354Z | info: running `cargo check --bins` on nexus-saga-recovery (233/267) |
| 4203 | 2026-03-24T17:16:38.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4204 | 2026-03-24T17:16:38.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4205 | 2026-03-24T17:16:38.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4206 | 2026-03-24T17:16:38.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4207 | 2026-03-24T17:16:38.324Z | |
| 4208 | 2026-03-24T17:16:38.325Z | info: running `cargo check --bins` on nexus-test-utils-macros (234/267) |
| 4209 | 2026-03-24T17:16:38.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4210 | 2026-03-24T17:16:38.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4211 | 2026-03-24T17:16:38.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4212 | 2026-03-24T17:16:38.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4213 | 2026-03-24T17:16:39.006Z | |
| 4214 | 2026-03-24T17:16:39.006Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (235/267) |
| 4215 | 2026-03-24T17:16:39.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4216 | 2026-03-24T17:16:39.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4217 | 2026-03-24T17:16:40.196Z | Compiling libz-sys v1.1.24 |
| 4218 | 2026-03-24T17:16:40.360Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4219 | 2026-03-24T17:16:40.372Z | Compiling vergen-git2 v1.0.7 |
| 4220 | 2026-03-24T17:16:40.387Z | Compiling rustls v0.21.12 |
| 4221 | 2026-03-24T17:16:40.406Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4222 | 2026-03-24T17:16:40.427Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4223 | 2026-03-24T17:16:40.433Z | Checking sct v0.7.1 |
| 4224 | 2026-03-24T17:16:40.433Z | Checking rustls-webpki v0.101.7 |
| 4225 | 2026-03-24T17:16:40.610Z | Compiling nix v0.29.0 |
| 4226 | 2026-03-24T17:16:40.652Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4227 | 2026-03-24T17:16:40.690Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4228 | 2026-03-24T17:16:40.714Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4229 | 2026-03-24T17:16:40.867Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4230 | 2026-03-24T17:16:41.040Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4231 | 2026-03-24T17:16:41.063Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4232 | 2026-03-24T17:16:41.133Z | Checking rustls-pemfile v1.0.4 |
| 4233 | 2026-03-24T17:16:41.299Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4234 | 2026-03-24T17:16:41.438Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4235 | 2026-03-24T17:16:41.653Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4236 | 2026-03-24T17:16:41.674Z | Checking twox-hash v2.1.2 |
| 4237 | 2026-03-24T17:16:41.775Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4238 | 2026-03-24T17:16:42.437Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4239 | 2026-03-24T17:16:42.608Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4240 | 2026-03-24T17:16:42.668Z | Checking tokio-rustls v0.24.1 |
| 4241 | 2026-03-24T17:16:42.777Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4242 | 2026-03-24T17:16:42.920Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4243 | 2026-03-24T17:16:43.103Z | Checking fatfs v0.3.6 |
| 4244 | 2026-03-24T17:16:43.453Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4245 | 2026-03-24T17:16:43.682Z | Compiling seq-macro v0.3.6 |
| 4246 | 2026-03-24T17:16:48.527Z | Compiling git2 v0.20.4 |
| 4247 | 2026-03-24T17:16:49.445Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4248 | 2026-03-24T17:16:49.603Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4249 | 2026-03-24T17:16:51.747Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4250 | 2026-03-24T17:18:00.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 4251 | 2026-03-24T17:18:01.072Z | |
| 4252 | 2026-03-24T17:18:01.072Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267) |
| 4253 | 2026-03-24T17:18:01.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4254 | 2026-03-24T17:18:01.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4255 | 2026-03-24T17:18:02.301Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4256 | 2026-03-24T17:19:01.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4257 | 2026-03-24T17:19:01.712Z | |
| 4258 | 2026-03-24T17:19:01.712Z | info: running `cargo check --bins` on nexus-background-task-interface (237/267) |
| 4259 | 2026-03-24T17:19:02.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4260 | 2026-03-24T17:19:02.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4261 | 2026-03-24T17:19:02.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4262 | 2026-03-24T17:19:02.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4263 | 2026-03-24T17:19:02.514Z | |
| 4264 | 2026-03-24T17:19:02.514Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (238/267) |
| 4265 | 2026-03-24T17:19:03.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4266 | 2026-03-24T17:19:03.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4267 | 2026-03-24T17:19:03.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4268 | 2026-03-24T17:19:03.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4269 | 2026-03-24T17:19:03.394Z | |
| 4270 | 2026-03-24T17:19:03.394Z | info: running `cargo check --bins` on nexus-mgs-updates (239/267) |
| 4271 | 2026-03-24T17:19:04.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4272 | 2026-03-24T17:19:04.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4273 | 2026-03-24T17:19:04.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4274 | 2026-03-24T17:19:04.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4275 | 2026-03-24T17:19:04.253Z | |
| 4276 | 2026-03-24T17:19:04.253Z | info: running `cargo check --bins` on nexus-networking (240/267) |
| 4277 | 2026-03-24T17:19:05.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4278 | 2026-03-24T17:19:05.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4279 | 2026-03-24T17:19:05.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4280 | 2026-03-24T17:19:05.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4281 | 2026-03-24T17:19:05.123Z | |
| 4282 | 2026-03-24T17:19:05.123Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (241/267) |
| 4283 | 2026-03-24T17:19:05.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4284 | 2026-03-24T17:19:05.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4285 | 2026-03-24T17:19:05.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4286 | 2026-03-24T17:19:05.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4287 | 2026-03-24T17:19:06.015Z | |
| 4288 | 2026-03-24T17:19:06.015Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267) |
| 4289 | 2026-03-24T17:19:06.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4290 | 2026-03-24T17:19:06.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4291 | 2026-03-24T17:19:06.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4292 | 2026-03-24T17:19:06.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4293 | 2026-03-24T17:19:06.886Z | |
| 4294 | 2026-03-24T17:19:06.886Z | info: running `cargo check --bins --no-default-features` on nexus-fm (243/267) |
| 4295 | 2026-03-24T17:19:07.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4296 | 2026-03-24T17:19:07.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4297 | 2026-03-24T17:19:07.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4298 | 2026-03-24T17:19:07.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4299 | 2026-03-24T17:19:07.738Z | |
| 4300 | 2026-03-24T17:19:07.738Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267) |
| 4301 | 2026-03-24T17:19:08.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4302 | 2026-03-24T17:19:08.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4303 | 2026-03-24T17:19:08.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4304 | 2026-03-24T17:19:08.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4305 | 2026-03-24T17:19:08.615Z | |
| 4306 | 2026-03-24T17:19:08.615Z | info: running `cargo check --bins` on omicron-dev (245/267) |
| 4307 | 2026-03-24T17:19:09.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4308 | 2026-03-24T17:19:09.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4309 | 2026-03-24T17:19:09.853Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4310 | 2026-03-24T17:19:09.856Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4311 | 2026-03-24T17:19:10.044Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4312 | 2026-03-24T17:19:10.071Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4313 | 2026-03-24T17:19:10.074Z | Checking diff v0.1.13 |
| 4314 | 2026-03-24T17:19:10.074Z | Checking yansi v1.0.1 |
| 4315 | 2026-03-24T17:19:10.109Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4316 | 2026-03-24T17:19:10.129Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4317 | 2026-03-24T17:19:10.247Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4318 | 2026-03-24T17:19:10.447Z | Checking pretty_assertions v1.4.1 |
| 4319 | 2026-03-24T17:19:11.303Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4320 | 2026-03-24T17:19:43.804Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4321 | 2026-03-24T17:19:43.807Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4322 | 2026-03-24T17:19:43.807Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4323 | 2026-03-24T17:19:43.807Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4324 | 2026-03-24T17:19:43.807Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4325 | 2026-03-24T17:19:43.807Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4326 | 2026-03-24T17:19:44.721Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4327 | 2026-03-24T17:19:46.117Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4328 | 2026-03-24T17:20:45.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 4329 | 2026-03-24T17:20:45.946Z | |
| 4330 | 2026-03-24T17:20:45.946Z | info: running `cargo check --bins` on omicron-pins (246/267) |
| 4331 | 2026-03-24T17:20:46.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4332 | 2026-03-24T17:20:46.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4333 | 2026-03-24T17:20:46.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4334 | 2026-03-24T17:20:46.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4335 | 2026-03-24T17:20:46.736Z | |
| 4336 | 2026-03-24T17:20:46.736Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267) |
| 4337 | 2026-03-24T17:20:47.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4338 | 2026-03-24T17:20:47.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4339 | 2026-03-24T17:20:47.798Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4340 | 2026-03-24T17:20:47.946Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4341 | 2026-03-24T17:20:47.949Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4342 | 2026-03-24T17:21:28.389Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4343 | 2026-03-24T17:21:28.424Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4344 | 2026-03-24T17:21:28.424Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4345 | 2026-03-24T17:21:28.424Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4346 | 2026-03-24T17:21:32.098Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4347 | 2026-03-24T17:22:03.955Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4348 | 2026-03-24T17:22:04.750Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4349 | 2026-03-24T17:22:06.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 4350 | 2026-03-24T17:22:07.089Z | |
| 4351 | 2026-03-24T17:22:07.089Z | info: running `cargo check --bins` on reconfigurator-sp-updater (248/267) |
| 4352 | 2026-03-24T17:22:07.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4353 | 2026-03-24T17:22:07.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4354 | 2026-03-24T17:22:08.156Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4355 | 2026-03-24T17:22:08.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 4356 | 2026-03-24T17:22:09.167Z | |
| 4357 | 2026-03-24T17:22:09.167Z | info: running `cargo check --bins` on omicron-releng (249/267) |
| 4358 | 2026-03-24T17:22:09.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4359 | 2026-03-24T17:22:09.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4360 | 2026-03-24T17:22:10.057Z | Compiling blake3 v1.8.3 |
| 4361 | 2026-03-24T17:22:10.224Z | Checking arrayref v0.3.9 |
| 4362 | 2026-03-24T17:22:10.229Z | Checking arrayvec v0.7.6 |
| 4363 | 2026-03-24T17:22:10.230Z | Checking constant_time_eq v0.4.2 |
| 4364 | 2026-03-24T17:22:10.230Z | Checking topological-sort v0.2.2 |
| 4365 | 2026-03-24T17:22:10.230Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4366 | 2026-03-24T17:22:10.230Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4367 | 2026-03-24T17:22:10.230Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4368 | 2026-03-24T17:22:10.316Z | Checking shell-words v1.1.1 |
| 4369 | 2026-03-24T17:22:11.207Z | Checking omicron-zone-package v0.12.2 |
| 4370 | 2026-03-24T17:22:12.189Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4371 | 2026-03-24T17:22:13.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
| 4372 | 2026-03-24T17:22:13.509Z | |
| 4373 | 2026-03-24T17:22:13.509Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (250/267) |
| 4374 | 2026-03-24T17:22:14.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4375 | 2026-03-24T17:22:14.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4376 | 2026-03-24T17:22:14.387Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4377 | 2026-03-24T17:22:15.825Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4378 | 2026-03-24T17:22:15.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
| 4379 | 2026-03-24T17:22:15.842Z | |
| 4380 | 2026-03-24T17:22:15.842Z | info: running `cargo check --bins` on xtask (251/267) |
| 4381 | 2026-03-24T17:22:16.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4382 | 2026-03-24T17:22:16.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4383 | 2026-03-24T17:22:16.156Z | Checking libc v0.2.180 |
| 4384 | 2026-03-24T17:22:16.248Z | Checking serde v1.0.228 |
| 4385 | 2026-03-24T17:22:16.262Z | Checking zerofrom v0.1.6 |
| 4386 | 2026-03-24T17:22:16.267Z | Checking bitflags v2.11.0 |
| 4387 | 2026-03-24T17:22:16.281Z | Checking smallvec v1.15.1 |
| 4388 | 2026-03-24T17:22:16.299Z | Checking hashbrown v0.16.1 |
| 4389 | 2026-03-24T17:22:16.306Z | Checking serde_json v1.0.149 |
| 4390 | 2026-03-24T17:22:16.311Z | Checking scroll v0.12.0 |
| 4391 | 2026-03-24T17:22:16.394Z | Checking yoke v0.8.1 |
| 4392 | 2026-03-24T17:22:16.461Z | Checking num-traits v0.2.19 |
| 4393 | 2026-03-24T17:22:16.517Z | Checking thiserror v1.0.69 |
| 4394 | 2026-03-24T17:22:16.611Z | Checking zerovec v0.11.5 |
| 4395 | 2026-03-24T17:22:16.611Z | Checking zerotrie v0.2.3 |
| 4396 | 2026-03-24T17:22:16.637Z | Checking log v0.4.29 |
| 4397 | 2026-03-24T17:22:16.664Z | Checking errno v0.3.14 |
| 4398 | 2026-03-24T17:22:16.816Z | Checking toml_datetime v0.6.11 |
| 4399 | 2026-03-24T17:22:16.830Z | Checking serde_spanned v0.6.9 |
| 4400 | 2026-03-24T17:22:16.834Z | Checking rustix v1.1.3 |
| 4401 | 2026-03-24T17:22:16.934Z | Checking indexmap v2.13.0 |
| 4402 | 2026-03-24T17:22:16.957Z | Checking percent-encoding v2.3.2 |
| 4403 | 2026-03-24T17:22:16.986Z | Checking goblin v0.8.2 |
| 4404 | 2026-03-24T17:22:17.051Z | Checking zerocopy v0.7.35 |
| 4405 | 2026-03-24T17:22:17.131Z | Checking form_urlencoded v1.2.2 |
| 4406 | 2026-03-24T17:22:17.196Z | Checking getrandom v0.4.1 |
| 4407 | 2026-03-24T17:22:17.227Z | Checking tinystr v0.8.2 |
| 4408 | 2026-03-24T17:22:17.261Z | Checking potential_utf v0.1.4 |
| 4409 | 2026-03-24T17:22:17.300Z | Checking ordered-float v2.10.1 |
| 4410 | 2026-03-24T17:22:17.362Z | Checking thiserror v2.0.18 |
| 4411 | 2026-03-24T17:22:17.415Z | Checking icu_collections v2.1.1 |
| 4412 | 2026-03-24T17:22:17.465Z | Checking icu_locale_core v2.1.1 |
| 4413 | 2026-03-24T17:22:17.508Z | Checking syn v2.0.117 |
| 4414 | 2026-03-24T17:22:17.614Z | Checking serde-value v0.7.0 |
| 4415 | 2026-03-24T17:22:17.670Z | Checking toml_edit v0.22.27 |
| 4416 | 2026-03-24T17:22:17.756Z | Checking dtrace-parser v0.2.0 |
| 4417 | 2026-03-24T17:22:17.823Z | Checking thread-id v4.2.2 |
| 4418 | 2026-03-24T17:22:17.872Z | Checking once_cell v1.21.3 |
| 4419 | 2026-03-24T17:22:17.907Z | Checking cargo-platform v0.2.0 |
| 4420 | 2026-03-24T17:22:17.992Z | Checking terminal_size v0.4.3 |
| 4421 | 2026-03-24T17:22:18.073Z | Checking memmap v0.7.0 |
| 4422 | 2026-03-24T17:22:18.089Z | Checking tempfile v3.25.0 |
| 4423 | 2026-03-24T17:22:18.128Z | Checking clap_builder v4.5.60 |
| 4424 | 2026-03-24T17:22:18.149Z | Checking textwrap v0.16.2 |
| 4425 | 2026-03-24T17:22:18.233Z | Checking icu_provider v2.1.1 |
| 4426 | 2026-03-24T17:22:18.238Z | Checking fs-err v3.3.0 |
| 4427 | 2026-03-24T17:22:18.357Z | Checking camino-tempfile v1.4.1 |
| 4428 | 2026-03-24T17:22:18.429Z | Checking tabled v0.15.0 |
| 4429 | 2026-03-24T17:22:18.465Z | Checking anyhow v1.0.102 |
| 4430 | 2026-03-24T17:22:18.519Z | Checking icu_normalizer v2.1.1 |
| 4431 | 2026-03-24T17:22:18.538Z | Checking icu_properties v2.1.2 |
| 4432 | 2026-03-24T17:22:18.729Z | Checking macaddr v1.0.1 |
| 4433 | 2026-03-24T17:22:18.928Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4434 | 2026-03-24T17:22:19.190Z | Checking toml v0.8.23 |
| 4435 | 2026-03-24T17:22:19.608Z | Checking cargo_toml v0.21.0 |
| 4436 | 2026-03-24T17:22:19.633Z | Checking dof v0.3.0 |
| 4437 | 2026-03-24T17:22:19.668Z | Checking idna_adapter v1.2.1 |
| 4438 | 2026-03-24T17:22:19.763Z | Checking clap v4.5.60 |
| 4439 | 2026-03-24T17:22:19.820Z | Checking idna v1.1.0 |
| 4440 | 2026-03-24T17:22:20.032Z | Checking usdt-impl v0.5.0 |
| 4441 | 2026-03-24T17:22:20.107Z | Checking url v2.5.8 |
| 4442 | 2026-03-24T17:22:20.356Z | Checking usdt v0.5.0 |
| 4443 | 2026-03-24T17:22:20.589Z | Checking cargo-util-schemas v0.8.2 |
| 4444 | 2026-03-24T17:22:21.596Z | Checking cargo_metadata v0.21.0 |
| 4445 | 2026-03-24T17:22:22.475Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4446 | 2026-03-24T17:22:23.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.49s |
| 4447 | 2026-03-24T17:22:23.175Z | |
| 4448 | 2026-03-24T17:22:23.175Z | info: running `cargo check --bins` on end-to-end-tests (252/267) |
| 4449 | 2026-03-24T17:22:23.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-03-24T17:22:24.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-03-24T17:22:24.279Z | Checking polyval v0.6.2 |
| 4452 | 2026-03-24T17:22:24.477Z | Checking ctr v0.9.2 |
| 4453 | 2026-03-24T17:22:24.528Z | Checking ssh-encoding v0.2.0 |
| 4454 | 2026-03-24T17:22:24.528Z | Checking blowfish v0.9.1 |
| 4455 | 2026-03-24T17:22:24.541Z | Checking password-hash v0.4.2 |
| 4456 | 2026-03-24T17:22:24.541Z | Checking p256 v0.13.2 |
| 4457 | 2026-03-24T17:22:24.541Z | Checking p521 v0.13.3 |
| 4458 | 2026-03-24T17:22:24.664Z | Checking russh-cryptovec v0.7.3 |
| 4459 | 2026-03-24T17:22:24.664Z | Checking ghash v0.5.1 |
| 4460 | 2026-03-24T17:22:24.701Z | Checking md5 v0.7.0 |
| 4461 | 2026-03-24T17:22:24.701Z | Checking bcrypt-pbkdf v0.10.0 |
| 4462 | 2026-03-24T17:22:24.729Z | Checking num-bigint v0.4.6 |
| 4463 | 2026-03-24T17:22:24.729Z | Checking des v0.8.1 |
| 4464 | 2026-03-24T17:22:24.758Z | Checking aes-gcm v0.10.3 |
| 4465 | 2026-03-24T17:22:24.792Z | Checking pbkdf2 v0.11.0 |
| 4466 | 2026-03-24T17:22:24.839Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4467 | 2026-03-24T17:22:24.859Z | Checking hex-literal v0.4.1 |
| 4468 | 2026-03-24T17:22:24.864Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4469 | 2026-03-24T17:22:24.902Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4470 | 2026-03-24T17:22:24.939Z | Checking ssh-cipher v0.2.0 |
| 4471 | 2026-03-24T17:22:24.970Z | Checking socket2 v0.5.10 |
| 4472 | 2026-03-24T17:22:25.010Z | Checking internet-checksum v0.2.1 |
| 4473 | 2026-03-24T17:22:26.695Z | Checking ssh-key v0.6.7 |
| 4474 | 2026-03-24T17:22:26.736Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4475 | 2026-03-24T17:22:26.736Z | Checking russh-keys v0.45.0 |
| 4476 | 2026-03-24T17:22:26.771Z | Checking russh v0.45.0 |
| 4477 | 2026-03-24T17:22:48.260Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4478 | 2026-03-24T17:22:49.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.61s |
| 4479 | 2026-03-24T17:22:50.043Z | |
| 4480 | 2026-03-24T17:22:50.043Z | info: running `cargo check --bins` on gateway-cli (253/267) |
| 4481 | 2026-03-24T17:22:50.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4482 | 2026-03-24T17:22:50.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4483 | 2026-03-24T17:22:50.922Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4484 | 2026-03-24T17:22:51.055Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4485 | 2026-03-24T17:22:51.148Z | Checking termios v0.3.3 |
| 4486 | 2026-03-24T17:22:53.026Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4487 | 2026-03-24T17:22:53.617Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4488 | 2026-03-24T17:22:55.615Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4489 | 2026-03-24T17:22:56.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s |
| 4490 | 2026-03-24T17:22:56.609Z | |
| 4491 | 2026-03-24T17:22:56.609Z | info: running `cargo check --bins --no-default-features` on installinator (254/267) |
| 4492 | 2026-03-24T17:23:00.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4493 | 2026-03-24T17:23:00.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4494 | 2026-03-24T17:23:00.088Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4495 | 2026-03-24T17:23:00.088Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4496 | 2026-03-24T17:23:00.089Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4497 | 2026-03-24T17:23:00.089Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4498 | 2026-03-24T17:23:00.089Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4499 | 2026-03-24T17:23:00.089Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4500 | 2026-03-24T17:23:00.089Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4501 | 2026-03-24T17:23:00.089Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4502 | 2026-03-24T17:23:00.089Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4503 | 2026-03-24T17:23:00.089Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4504 | 2026-03-24T17:23:00.130Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4505 | 2026-03-24T17:23:02.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
| 4506 | 2026-03-24T17:23:02.434Z | |
| 4507 | 2026-03-24T17:23:02.434Z | info: running `cargo check --bins` on internal-dns-cli (255/267) |
| 4508 | 2026-03-24T17:23:03.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-03-24T17:23:03.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-03-24T17:23:03.301Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4511 | 2026-03-24T17:23:03.871Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4512 | 2026-03-24T17:23:04.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4513 | 2026-03-24T17:23:04.494Z | |
| 4514 | 2026-03-24T17:23:04.494Z | info: running `cargo check --bins` on omicron-live-tests (256/267) |
| 4515 | 2026-03-24T17:23:05.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4516 | 2026-03-24T17:23:05.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4517 | 2026-03-24T17:23:05.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4518 | 2026-03-24T17:23:05.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4519 | 2026-03-24T17:23:05.283Z | |
| 4520 | 2026-03-24T17:23:05.283Z | info: running `cargo check --bins` on live-tests-macros (257/267) |
| 4521 | 2026-03-24T17:23:05.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4522 | 2026-03-24T17:23:05.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4523 | 2026-03-24T17:23:05.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4524 | 2026-03-24T17:23:05.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4525 | 2026-03-24T17:23:06.085Z | |
| 4526 | 2026-03-24T17:23:06.086Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267) |
| 4527 | 2026-03-24T17:23:06.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4528 | 2026-03-24T17:23:06.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4529 | 2026-03-24T17:23:07.125Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4530 | 2026-03-24T17:23:07.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4531 | 2026-03-24T17:23:08.085Z | |
| 4532 | 2026-03-24T17:23:08.085Z | info: running `cargo check --bins` on omicron-ntp-admin (259/267) |
| 4533 | 2026-03-24T17:23:08.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4534 | 2026-03-24T17:23:08.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4535 | 2026-03-24T17:23:08.972Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4536 | 2026-03-24T17:23:08.975Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4537 | 2026-03-24T17:23:09.283Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4538 | 2026-03-24T17:23:09.286Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4539 | 2026-03-24T17:23:10.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s |
| 4540 | 2026-03-24T17:23:10.493Z | |
| 4541 | 2026-03-24T17:23:10.493Z | info: running `cargo check --bins` on ntp-admin-types (260/267) |
| 4542 | 2026-03-24T17:23:11.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4543 | 2026-03-24T17:23:11.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4544 | 2026-03-24T17:23:11.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4545 | 2026-03-24T17:23:11.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4546 | 2026-03-24T17:23:11.293Z | |
| 4547 | 2026-03-24T17:23:11.293Z | info: running `cargo check --bins` on omicron-package (261/267) |
| 4548 | 2026-03-24T17:23:12.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4549 | 2026-03-24T17:23:12.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4550 | 2026-03-24T17:23:12.205Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4551 | 2026-03-24T17:23:13.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
| 4552 | 2026-03-24T17:23:13.818Z | |
| 4553 | 2026-03-24T17:23:13.818Z | info: running `cargo check --bins` on tqdb (262/267) |
| 4554 | 2026-03-24T17:23:14.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4555 | 2026-03-24T17:23:14.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4556 | 2026-03-24T17:23:14.897Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4557 | 2026-03-24T17:23:15.346Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4558 | 2026-03-24T17:23:16.056Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4559 | 2026-03-24T17:23:16.061Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4560 | 2026-03-24T17:23:22.718Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4561 | 2026-03-24T17:23:23.633Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4562 | 2026-03-24T17:23:23.636Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4563 | 2026-03-24T17:23:23.637Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4564 | 2026-03-24T17:23:23.637Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4565 | 2026-03-24T17:23:24.618Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4566 | 2026-03-24T17:23:34.515Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4567 | 2026-03-24T17:23:42.441Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4568 | 2026-03-24T17:23:42.445Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4569 | 2026-03-24T17:23:42.445Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4570 | 2026-03-24T17:23:42.446Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4571 | 2026-03-24T17:23:44.390Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4572 | 2026-03-24T17:23:46.193Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4573 | 2026-03-24T17:23:47.075Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4574 | 2026-03-24T17:23:48.792Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4575 | 2026-03-24T17:23:49.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.67s |
| 4576 | 2026-03-24T17:23:49.724Z | |
| 4577 | 2026-03-24T17:23:49.724Z | info: running `cargo check --bins` on wicket-dbg (263/267) |
| 4578 | 2026-03-24T17:23:50.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4579 | 2026-03-24T17:23:50.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4580 | 2026-03-24T17:23:50.699Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4581 | 2026-03-24T17:23:50.836Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4582 | 2026-03-24T17:23:50.852Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4583 | 2026-03-24T17:23:50.871Z | Checking rtoolbox v0.0.3 |
| 4584 | 2026-03-24T17:23:50.890Z | Checking tui-tree-widget v0.23.1 |
| 4585 | 2026-03-24T17:23:51.022Z | Checking rpassword v7.4.0 |
| 4586 | 2026-03-24T17:23:51.156Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4587 | 2026-03-24T17:23:52.124Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4588 | 2026-03-24T17:23:58.752Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4589 | 2026-03-24T17:23:59.675Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4590 | 2026-03-24T17:24:01.069Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4591 | 2026-03-24T17:24:05.243Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4592 | 2026-03-24T17:24:07.779Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4593 | 2026-03-24T17:24:08.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s |
| 4594 | 2026-03-24T17:24:09.190Z | |
| 4595 | 2026-03-24T17:24:09.191Z | info: running `cargo check --bins` on wicket (264/267) |
| 4596 | 2026-03-24T17:24:09.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4597 | 2026-03-24T17:24:09.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4598 | 2026-03-24T17:24:10.139Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4599 | 2026-03-24T17:24:10.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4600 | 2026-03-24T17:24:10.819Z | |
| 4601 | 2026-03-24T17:24:10.819Z | info: running `cargo check --bins` on wicketd (265/267) |
| 4602 | 2026-03-24T17:24:11.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4603 | 2026-03-24T17:24:11.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4604 | 2026-03-24T17:24:11.801Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4605 | 2026-03-24T17:24:11.942Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4606 | 2026-03-24T17:24:11.949Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4607 | 2026-03-24T17:24:11.949Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4608 | 2026-03-24T17:24:13.359Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4609 | 2026-03-24T17:24:14.139Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4610 | 2026-03-24T17:24:18.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.34s |
| 4611 | 2026-03-24T17:24:18.406Z | |
| 4612 | 2026-03-24T17:24:18.406Z | info: running `cargo check --bins` on omicron-workspace-hack (266/267) |
| 4613 | 2026-03-24T17:24:19.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4614 | 2026-03-24T17:24:19.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4615 | 2026-03-24T17:24:19.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4616 | 2026-03-24T17:24:19.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4617 | 2026-03-24T17:24:19.206Z | |
| 4618 | 2026-03-24T17:24:19.206Z | info: running `cargo check --bins` on zone-setup (267/267) |
| 4619 | 2026-03-24T17:24:19.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4620 | 2026-03-24T17:24:19.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4621 | 2026-03-24T17:24:20.125Z | Checking uzers v0.12.2 |
| 4622 | 2026-03-24T17:24:20.470Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4623 | 2026-03-24T17:24:21.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
| 4624 | 2026-03-24T17:24:21.688Z | |
| 4625 | 2026-03-24T17:24:21.753Z | real 19:14.709459376 |
| 4626 | 2026-03-24T17:24:21.753Z | user 28:34.326297395 |
| 4627 | 2026-03-24T17:24:21.753Z | sys 5:16.715324311 |
| 4628 | 2026-03-24T17:24:21.753Z | trap 0.481152951 |
| 4629 | 2026-03-24T17:24:21.753Z | tflt 0.318928084 |
| 4630 | 2026-03-24T17:24:21.753Z | dflt 0.626260851 |
| 4631 | 2026-03-24T17:24:21.753Z | kflt 0.000810612 |
| 4632 | 2026-03-24T17:24:21.753Z | lock 1:45:11.820505562 |
| 4633 | 2026-03-24T17:24:21.753Z | slp 2:14:18.374473339 |
| 4634 | 2026-03-24T17:24:21.753Z | lat 1:22.662844825 |
| 4635 | 2026-03-24T17:24:21.753Z | stop 5:21.202350308 |
| 4636 | 2026-03-24T17:24:21.753Z | process exited: duration 1396282 ms, exit code 0 |
| |
| 4637 | 2026-03-24T17:24:21.776Z | found 0 output files |