|
|
|
| 1 | 2026-08-25T07:28:37.675Z | job assigned to worker 01M0VX34JV56A26KHZCY3HEBKK [factory aws, i-0a2bdf328f8f45abf] (queued for 53 s) |
| |
| 2 | 2026-08-25T07:28:44.334Z | starting task 0: "setup" |
| 3 | 2026-08-25T07:28:44.340Z | ++ uname -s |
| 4 | 2026-08-25T07:28:44.343Z | + kern=SunOS |
| 5 | 2026-08-25T07:28:44.343Z | + build_user=build |
| 6 | 2026-08-25T07:28:44.343Z | + build_uid=12345 |
| 7 | 2026-08-25T07:28:44.343Z | + work_dir=/work |
| 8 | 2026-08-25T07:28:44.343Z | + input_dir=/input |
| 9 | 2026-08-25T07:28:44.343Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T07:28:44.343Z | + case "$kern" in |
| 11 | 2026-08-25T07:28:44.343Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T07:28:44.343Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T07:28:46.409Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T07:28:46.420Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T07:28:46.420Z | + home_fs=zfs |
| 16 | 2026-08-25T07:28:46.420Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T07:28:46.420Z | + mkdir -p /home/build |
| 18 | 2026-08-25T07:28:46.420Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T07:28:48.404Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T07:28:48.409Z | process exited: duration 4072 ms, exit code 0 |
| |
| 21 | 2026-08-25T07:28:48.419Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T07:28:48.439Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T07:28:48.440Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T07:28:48.440Z | * rust toolchain profile = "default" |
| 25 | 2026-08-25T07:28:48.440Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-25T07:28:48.440Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T07:28:48.440Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T07:28:48.440Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T07:28:48.440Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T07:28:48.508Z | info: downloading installer |
| 31 | 2026-08-25T07:28:50.048Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T07:28:50.048Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T07:28:50.048Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T07:28:50.048Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T07:28:50.053Z | info: profile set to default |
| 36 | 2026-08-25T07:28:50.053Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T07:28:50.058Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T07:28:50.182Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T07:28:50.186Z | info: downloading 6 components |
| 40 | 2026-08-25T07:29:04.257Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T07:29:04.257Z | |
| 42 | 2026-08-25T07:29:04.284Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T07:29:04.284Z | |
| 44 | 2026-08-25T07:29:04.284Z | |
| 45 | 2026-08-25T07:29:04.284Z | Rust is installed now. Great! |
| 46 | 2026-08-25T07:29:04.284Z | |
| 47 | 2026-08-25T07:29:04.284Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T07:29:04.284Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T07:29:04.284Z | |
| 50 | 2026-08-25T07:29:04.284Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T07:29:04.284Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T07:29:04.285Z | |
| 53 | 2026-08-25T07:29:04.285Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T07:29:04.285Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T07:29:04.285Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T07:29:04.285Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T07:29:04.285Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T07:29:04.285Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T07:29:04.285Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T07:29:04.292Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T07:29:04.292Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T07:29:04.375Z | + rustup --version |
| 63 | 2026-08-25T07:29:04.378Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T07:29:04.379Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T07:29:04.406Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T07:29:04.420Z | + cargo --version |
| 67 | 2026-08-25T07:29:04.433Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T07:29:04.433Z | + rustc --version |
| 69 | 2026-08-25T07:29:04.458Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T07:29:04.458Z | process exited: duration 16021 ms, exit code 0 |
| |
| 71 | 2026-08-25T07:29:04.475Z | starting task 2: "authentication" |
| 72 | 2026-08-25T07:29:04.489Z | process exited: duration 21 ms, exit code 0 |
| |
| 73 | 2026-08-25T07:29:04.527Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T07:29:04.534Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T07:29:04.534Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T07:29:04.548Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T07:29:24.009Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T07:29:24.009Z | + git fetch origin 521e1b3903a3e4a1652a15395e0922723fc90cdc |
| 79 | 2026-08-25T07:29:24.056Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T07:29:24.056Z | * branch 521e1b3903a3e4a1652a15395e0922723fc90cdc -> FETCH_HEAD |
| 81 | 2026-08-25T07:29:24.056Z | + [[ -n zl/mcast-build ]] |
| 82 | 2026-08-25T07:29:24.056Z | ++ git branch --show-current |
| 83 | 2026-08-25T07:29:24.056Z | + current=main |
| 84 | 2026-08-25T07:29:24.056Z | + [[ main != zl/mcast-build ]] |
| 85 | 2026-08-25T07:29:24.056Z | + git branch -f zl/mcast-build 521e1b3903a3e4a1652a15395e0922723fc90cdc |
| 86 | 2026-08-25T07:29:24.056Z | + git checkout -f zl/mcast-build |
| 87 | 2026-08-25T07:29:24.056Z | Switched to branch 'zl/mcast-build' |
| 88 | 2026-08-25T07:29:24.056Z | + git reset --hard 521e1b3903a3e4a1652a15395e0922723fc90cdc |
| 89 | 2026-08-25T07:29:24.056Z | HEAD is now at 521e1b390 [merge] merge upstream |
| 90 | 2026-08-25T07:29:24.056Z | process exited: duration 19393 ms, exit code 0 |
| |
| 91 | 2026-08-25T07:29:24.074Z | starting task 4: "build" |
| 92 | 2026-08-25T07:29:24.147Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-25T07:29:24.148Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-25T07:29:24.148Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-25T07:29:24.148Z | +++ uname -s |
| 96 | 2026-08-25T07:29:24.148Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-25T07:29:24.148Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-25T07:29:24.148Z | + cargo --version |
| 99 | 2026-08-25T07:29:24.152Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-25T07:29:24.152Z | + rustc --version |
| 101 | 2026-08-25T07:29:24.152Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-25T07:29:24.152Z | + source ./env.sh |
| 103 | 2026-08-25T07:29:24.152Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-25T07:29:24.152Z | ++ set -o xtrace |
| 105 | 2026-08-25T07:29:24.152Z | ++++ dirname ./env.sh |
| 106 | 2026-08-25T07:29:24.152Z | +++ readlink -f . |
| 107 | 2026-08-25T07:29:24.152Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-25T07:29:24.152Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-25T07:29:24.152Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-25T07:29:24.152Z | ++ 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 |
| 111 | 2026-08-25T07:29:24.152Z | ++ 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 |
| 112 | 2026-08-25T07:29:24.152Z | ++ 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 |
| 113 | 2026-08-25T07:29:24.152Z | ++ 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 |
| 114 | 2026-08-25T07:29:24.152Z | ++ 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 |
| 115 | 2026-08-25T07:29:24.153Z | ++ 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 |
| 116 | 2026-08-25T07:29:24.153Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 117 | 2026-08-25T07:29:24.153Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 118 | 2026-08-25T07:29:24.153Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-25T07:29:24.153Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-25T07:29:24.153Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 121 | 2026-08-25T07:29:24.153Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 122 | 2026-08-25T07:29:24.153Z | + banner prerequisites |
| 123 | 2026-08-25T07:29:24.153Z | |
| 124 | 2026-08-25T07:29:24.153Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-25T07:29:24.153Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-25T07:29:24.153Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-25T07:29:24.153Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-25T07:29:24.153Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-25T07:29:24.153Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-25T07:29:24.153Z | |
| 131 | 2026-08-25T07:29:24.153Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-25T07:29:26.092Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-25T07:29:26.479Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-25T07:29:28.694Z | Planning: Solver setup ... Done (2.086s) |
| 135 | 2026-08-25T07:29:28.761Z | Planning: Running solver ... Done (0.072s) |
| 136 | 2026-08-25T07:29:28.829Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-25T07:29:28.839Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-25T07:29:28.864Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-25T07:29:28.887Z | Planning: Package planning ... Done (0.016s) |
| 140 | 2026-08-25T07:29:28.887Z | Planning: Merging actions ... Done (0.002s) |
| 141 | 2026-08-25T07:29:29.130Z | Planning: Checking for conflicting actions ... Done (0.259s) |
| 142 | 2026-08-25T07:29:29.155Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-25T07:29:29.966Z | Planning: Evaluating mediators ... Done (0.833s) |
| 144 | 2026-08-25T07:29:29.973Z | Planning: Planning completed in 3.45 seconds |
| 145 | 2026-08-25T07:29:29.977Z | Packages to install: 2 |
| 146 | 2026-08-25T07:29:29.977Z | Estimated space available: 156.01 GB |
| 147 | 2026-08-25T07:29:29.977Z | Estimated space to be consumed: 80.56 MB |
| 148 | 2026-08-25T07:29:29.977Z | Create boot environment: No |
| 149 | 2026-08-25T07:29:29.977Z | Create backup boot environment: No |
| 150 | 2026-08-25T07:29:29.977Z | Rebuild boot archive: No |
| 151 | 2026-08-25T07:29:29.977Z | |
| 152 | 2026-08-25T07:29:29.977Z | Changed packages: |
| 153 | 2026-08-25T07:29:29.977Z | helios |
| 154 | 2026-08-25T07:29:29.977Z | developer/build-essential |
| 155 | 2026-08-25T07:29:29.977Z | None -> 11-3.0 |
| 156 | 2026-08-25T07:29:29.977Z | library/libxmlsec1 |
| 157 | 2026-08-25T07:29:29.977Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-25T07:29:29.999Z | |
| 159 | 2026-08-25T07:29:29.999Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-25T07:29:30.086Z | Download: Completed 1.28 MB in 0.09 seconds (14.8M/s) |
| 161 | 2026-08-25T07:29:30.155Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-25T07:29:30.196Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-25T07:29:30.237Z | Finalize: Updating package state database ... Done (0.041s) |
| 164 | 2026-08-25T07:29:30.240Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-25T07:29:30.339Z | Finalize: Updating image state ... Done (0.102s) |
| 166 | 2026-08-25T07:29:32.914Z | Finalize: Creating fast lookup database ... Done (2.512s) |
| 167 | 2026-08-25T07:29:32.989Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-25T07:29:32.993Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-25T07:29:33.097Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-25T07:29:33.464Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-25T07:29:33.572Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-25T07:29:33.577Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-25T07:29:33.729Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-25T07:29:33.743Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-25T07:29:33.750Z | Mediators to change: 2 |
| 176 | 2026-08-25T07:29:33.751Z | Create boot environment: No |
| 177 | 2026-08-25T07:29:33.751Z | Create backup boot environment: No |
| 178 | 2026-08-25T07:29:33.800Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-25T07:29:33.800Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-25T07:29:33.849Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-25T07:29:35.796Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-25T07:29:35.860Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-25T07:29:35.863Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-25T07:29:35.943Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-25T07:29:36.214Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-25T07:29:36.323Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-25T07:29:36.326Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-25T07:29:36.481Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-25T07:29:36.485Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-25T07:29:36.503Z | Mediators to change: 1 |
| 191 | 2026-08-25T07:29:36.503Z | Create boot environment: No |
| 192 | 2026-08-25T07:29:36.503Z | Create backup boot environment: No |
| 193 | 2026-08-25T07:29:36.537Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-25T07:29:36.537Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-25T07:29:36.590Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-25T07:29:38.529Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-25T07:29:38.586Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-25T07:29:38.591Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-25T07:29:38.643Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-25T07:29:38.953Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-25T07:29:38.953Z | apache system 2.4 system |
| 202 | 2026-08-25T07:29:38.954Z | clang system 15 system |
| 203 | 2026-08-25T07:29:38.954Z | csh system system illumos |
| 204 | 2026-08-25T07:29:38.954Z | ctags system system illumos |
| 205 | 2026-08-25T07:29:38.954Z | file vendor vendor darwinsys |
| 206 | 2026-08-25T07:29:38.954Z | file system system illumos |
| 207 | 2026-08-25T07:29:38.954Z | gcc vendor 14 vendor |
| 208 | 2026-08-25T07:29:38.954Z | gcc system 13 system |
| 209 | 2026-08-25T07:29:38.954Z | gcc system 10 system |
| 210 | 2026-08-25T07:29:38.954Z | go system 1.25 system |
| 211 | 2026-08-25T07:29:38.954Z | llvm system 15 system |
| 212 | 2026-08-25T07:29:38.954Z | mariadb system 11.4 system |
| 213 | 2026-08-25T07:29:38.954Z | mta vendor vendor dma |
| 214 | 2026-08-25T07:29:38.954Z | openjdk system 17 system |
| 215 | 2026-08-25T07:29:38.954Z | openjdk system 11 system |
| 216 | 2026-08-25T07:29:38.954Z | openssl vendor 3 vendor |
| 217 | 2026-08-25T07:29:38.954Z | perl system 5.40 system |
| 218 | 2026-08-25T07:29:38.954Z | postgresql system 18 system |
| 219 | 2026-08-25T07:29:38.954Z | postgresql system 17 system |
| 220 | 2026-08-25T07:29:38.954Z | python vendor 3 vendor |
| 221 | 2026-08-25T07:29:38.954Z | python system 2 system |
| 222 | 2026-08-25T07:29:38.954Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-25T07:29:38.954Z | ruby system 3.4 system |
| 224 | 2026-08-25T07:29:38.954Z | ruby system 3.0 system |
| 225 | 2026-08-25T07:29:38.954Z | words vendor vendor american-english |
| 226 | 2026-08-25T07:29:38.954Z | words system system australian-english |
| 227 | 2026-08-25T07:29:38.954Z | words system system british-english |
| 228 | 2026-08-25T07:29:38.954Z | words system system canadian-english |
| 229 | 2026-08-25T07:29:38.954Z | words system system french |
| 230 | 2026-08-25T07:29:38.954Z | words system system italian |
| 231 | 2026-08-25T07:29:38.954Z | words system system ngerman |
| 232 | 2026-08-25T07:29:38.954Z | words system system ogerman |
| 233 | 2026-08-25T07:29:38.954Z | words system system spanish |
| 234 | 2026-08-25T07:29:39.208Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-25T07:29:39.208Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-25T07:29:39.704Z | FMRI IFO |
| 237 | 2026-08-25T07:29:39.704Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-25T07:29:39.704Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-25T07:29:39.705Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-25T07:29:39.705Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-25T07:29:39.705Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-25T07:29:39.705Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-25T07:29:39.705Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-25T07:29:39.705Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-25T07:29:39.705Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-25T07:29:40.063Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-25T07:29:40.380Z | Updating crates.io index |
| 248 | 2026-08-25T07:29:40.386Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-25T07:29:40.681Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-25T07:29:41.074Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-25T07:29:42.386Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-08-25T07:29:43.005Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-08-25T07:29:44.941Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-08-25T07:29:46.035Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-08-25T07:29:46.352Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-08-25T07:29:46.746Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-08-25T07:29:48.324Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-25T07:29:48.619Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-08-25T07:29:49.061Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-08-25T07:29:49.341Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-08-25T07:29:49.657Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-08-25T07:29:49.944Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-08-25T07:29:50.250Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-08-25T07:29:50.543Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-08-25T07:29:50.858Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 266 | 2026-08-25T07:29:51.464Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 267 | 2026-08-25T07:29:51.864Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 268 | 2026-08-25T07:29:52.137Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 269 | 2026-08-25T07:29:52.705Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 270 | 2026-08-25T07:29:52.991Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 271 | 2026-08-25T07:29:53.574Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 272 | 2026-08-25T07:29:53.983Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 273 | 2026-08-25T07:29:54.270Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 274 | 2026-08-25T07:29:54.736Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 275 | 2026-08-25T07:29:55.033Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 276 | 2026-08-25T07:29:55.471Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 277 | 2026-08-25T07:29:55.815Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2026-08-25T07:29:56.087Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-08-25T07:29:56.396Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-08-25T07:29:56.801Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 281 | 2026-08-25T07:29:57.383Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-08-25T07:29:57.998Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-25T07:29:58.276Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-08-25T07:29:58.595Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 285 | 2026-08-25T07:29:58.891Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2026-08-25T07:29:59.187Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 287 | 2026-08-25T07:29:59.476Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 288 | 2026-08-25T07:29:59.798Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 289 | 2026-08-25T07:30:00.146Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 290 | 2026-08-25T07:30:00.433Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 291 | 2026-08-25T07:30:03.086Z | Downloading crates ... |
| 292 | 2026-08-25T07:30:03.259Z | Downloaded anstream v1.0.0 |
| 293 | 2026-08-25T07:30:03.259Z | Downloaded block-buffer v0.10.4 |
| 294 | 2026-08-25T07:30:03.259Z | Downloaded equivalent v1.0.2 |
| 295 | 2026-08-25T07:30:03.259Z | Downloaded digest v0.10.7 |
| 296 | 2026-08-25T07:30:03.259Z | Downloaded bitflags v2.11.0 |
| 297 | 2026-08-25T07:30:03.259Z | Downloaded dof v0.3.0 |
| 298 | 2026-08-25T07:30:03.259Z | Downloaded once_cell v1.21.3 |
| 299 | 2026-08-25T07:30:03.259Z | Downloaded anstyle-query v1.1.5 |
| 300 | 2026-08-25T07:30:03.260Z | Downloaded dtrace-parser v0.2.0 |
| 301 | 2026-08-25T07:30:03.260Z | Downloaded cargo-platform v0.3.2 |
| 302 | 2026-08-25T07:30:03.260Z | Downloaded anstyle-parse v1.0.0 |
| 303 | 2026-08-25T07:30:03.260Z | Downloaded autocfg v1.5.0 |
| 304 | 2026-08-25T07:30:03.260Z | Downloaded bytecount v0.6.9 |
| 305 | 2026-08-25T07:30:03.260Z | Downloaded fs-err v3.3.0 |
| 306 | 2026-08-25T07:30:03.260Z | Downloaded zmij v1.0.21 |
| 307 | 2026-08-25T07:30:03.260Z | Downloaded itoa v1.0.17 |
| 308 | 2026-08-25T07:30:03.260Z | Downloaded zerocopy-derive v0.7.35 |
| 309 | 2026-08-25T07:30:03.260Z | Downloaded fastrand v2.3.0 |
| 310 | 2026-08-25T07:30:03.260Z | Downloaded macaddr v1.0.1 |
| 311 | 2026-08-25T07:30:03.260Z | Downloaded memmap v0.7.0 |
| 312 | 2026-08-25T07:30:03.260Z | Downloaded heck v0.5.0 |
| 313 | 2026-08-25T07:30:03.260Z | Downloaded clap_lex v1.0.0 |
| 314 | 2026-08-25T07:30:03.260Z | Downloaded anstyle v1.0.14 |
| 315 | 2026-08-25T07:30:03.260Z | Downloaded winnow v0.7.14 |
| 316 | 2026-08-25T07:30:03.375Z | Downloaded cfg-if v1.0.4 |
| 317 | 2026-08-25T07:30:03.375Z | Downloaded crypto-common v0.1.7 |
| 318 | 2026-08-25T07:30:03.376Z | Downloaded proc-macro-error-attr v1.0.4 |
| 319 | 2026-08-25T07:30:03.376Z | Downloaded cargo_metadata v0.23.1 |
| 320 | 2026-08-25T07:30:03.377Z | Downloaded camino-tempfile v1.4.1 |
| 321 | 2026-08-25T07:30:03.377Z | Downloaded sha2 v0.10.9 |
| 322 | 2026-08-25T07:30:03.377Z | Downloaded plain v0.2.3 |
| 323 | 2026-08-25T07:30:03.377Z | Downloaded tabled_derive v0.7.0 |
| 324 | 2026-08-25T07:30:03.377Z | Downloaded heck v0.4.1 |
| 325 | 2026-08-25T07:30:03.378Z | Downloaded fnv v1.0.7 |
| 326 | 2026-08-25T07:30:03.378Z | Downloaded colorchoice v1.0.4 |
| 327 | 2026-08-25T07:30:03.379Z | Downloaded pretty-hex v0.4.1 |
| 328 | 2026-08-25T07:30:03.379Z | Downloaded generic-array v0.14.7 |
| 329 | 2026-08-25T07:30:03.379Z | Downloaded version_check v0.9.5 |
| 330 | 2026-08-25T07:30:03.379Z | Downloaded errno v0.3.14 |
| 331 | 2026-08-25T07:30:03.379Z | Downloaded is_terminal_polyfill v1.70.2 |
| 332 | 2026-08-25T07:30:03.380Z | Downloaded scroll_derive v0.12.1 |
| 333 | 2026-08-25T07:30:03.380Z | Downloaded strsim v0.11.1 |
| 334 | 2026-08-25T07:30:03.380Z | Downloaded swrite v0.1.0 |
| 335 | 2026-08-25T07:30:03.380Z | Downloaded usdt v0.5.0 |
| 336 | 2026-08-25T07:30:03.380Z | Downloaded serde_spanned v0.6.9 |
| 337 | 2026-08-25T07:30:03.381Z | Downloaded usdt-macro v0.5.0 |
| 338 | 2026-08-25T07:30:03.381Z | Downloaded toml_write v0.1.2 |
| 339 | 2026-08-25T07:30:03.383Z | Downloaded unicode-linebreak v0.1.5 |
| 340 | 2026-08-25T07:30:03.383Z | Downloaded usdt-attr-macro v0.5.0 |
| 341 | 2026-08-25T07:30:03.383Z | Downloaded utf8parse v0.2.2 |
| 342 | 2026-08-25T07:30:03.383Z | Downloaded terminal_size v0.4.3 |
| 343 | 2026-08-25T07:30:03.383Z | Downloaded thread-id v4.2.2 |
| 344 | 2026-08-25T07:30:03.383Z | Downloaded cargo_toml v0.21.0 |
| 345 | 2026-08-25T07:30:03.383Z | Downloaded camino v1.2.5 |
| 346 | 2026-08-25T07:30:03.383Z | Downloaded pest_derive v2.8.6 |
| 347 | 2026-08-25T07:30:03.383Z | Downloaded anyhow v1.0.104 |
| 348 | 2026-08-25T07:30:03.383Z | Downloaded smawk v0.3.2 |
| 349 | 2026-08-25T07:30:03.383Z | Downloaded serde_tokenstream v0.2.3 |
| 350 | 2026-08-25T07:30:03.383Z | Downloaded thiserror v2.0.18 |
| 351 | 2026-08-25T07:30:03.384Z | Downloaded cpufeatures v0.2.17 |
| 352 | 2026-08-25T07:30:03.384Z | Downloaded proc-macro-error v1.0.4 |
| 353 | 2026-08-25T07:30:03.384Z | Downloaded toml_datetime v0.6.11 |
| 354 | 2026-08-25T07:30:03.384Z | Downloaded quote v1.0.45 |
| 355 | 2026-08-25T07:30:03.384Z | Downloaded usdt-impl v0.5.0 |
| 356 | 2026-08-25T07:30:03.384Z | Downloaded thiserror v1.0.69 |
| 357 | 2026-08-25T07:30:03.384Z | Downloaded thiserror-impl v1.0.69 |
| 358 | 2026-08-25T07:30:03.384Z | Downloaded clap_derive v4.6.1 |
| 359 | 2026-08-25T07:30:03.384Z | Downloaded papergrid v0.11.0 |
| 360 | 2026-08-25T07:30:03.384Z | Downloaded clap v4.6.1 |
| 361 | 2026-08-25T07:30:03.384Z | Downloaded scroll v0.12.0 |
| 362 | 2026-08-25T07:30:03.385Z | Downloaded byteorder v1.5.0 |
| 363 | 2026-08-25T07:30:03.385Z | Downloaded semver v1.0.28 |
| 364 | 2026-08-25T07:30:03.385Z | Downloaded tempfile v3.27.0 |
| 365 | 2026-08-25T07:30:03.385Z | Downloaded thiserror-impl v2.0.18 |
| 366 | 2026-08-25T07:30:03.385Z | Downloaded toml v0.8.23 |
| 367 | 2026-08-25T07:30:03.385Z | Downloaded pest_generator v2.8.6 |
| 368 | 2026-08-25T07:30:03.385Z | Downloaded ucd-trie v0.1.7 |
| 369 | 2026-08-25T07:30:03.385Z | Downloaded pest_meta v2.8.6 |
| 370 | 2026-08-25T07:30:03.385Z | Downloaded getrandom v0.4.3 |
| 371 | 2026-08-25T07:30:03.385Z | Downloaded proc-macro2 v1.0.106 |
| 372 | 2026-08-25T07:30:03.385Z | Downloaded log v0.4.33 |
| 373 | 2026-08-25T07:30:03.385Z | Downloaded textwrap v0.16.2 |
| 374 | 2026-08-25T07:30:03.385Z | Downloaded unicode-ident v1.0.24 |
| 375 | 2026-08-25T07:30:03.385Z | Downloaded serde_derive v1.0.229 |
| 376 | 2026-08-25T07:30:03.385Z | Downloaded memchr v2.8.0 |
| 377 | 2026-08-25T07:30:03.386Z | Downloaded serde_core v1.0.229 |
| 378 | 2026-08-25T07:30:03.386Z | Downloaded serde v1.0.229 |
| 379 | 2026-08-25T07:30:03.386Z | Downloaded indexmap v2.14.0 |
| 380 | 2026-08-25T07:30:03.386Z | Downloaded toml_edit v0.22.27 |
| 381 | 2026-08-25T07:30:03.386Z | Downloaded typenum v1.20.1 |
| 382 | 2026-08-25T07:30:03.552Z | Downloaded pest v2.8.6 |
| 383 | 2026-08-25T07:30:03.552Z | Downloaded clap_builder v4.6.0 |
| 384 | 2026-08-25T07:30:03.552Z | Downloaded hashbrown v0.17.0 |
| 385 | 2026-08-25T07:30:03.552Z | Downloaded zerocopy v0.7.35 |
| 386 | 2026-08-25T07:30:03.552Z | Downloaded serde_json v1.0.151 |
| 387 | 2026-08-25T07:30:03.552Z | Downloaded tabled v0.15.0 |
| 388 | 2026-08-25T07:30:03.552Z | Downloaded goblin v0.8.2 |
| 389 | 2026-08-25T07:30:03.552Z | Downloaded syn v1.0.109 |
| 390 | 2026-08-25T07:30:03.552Z | Downloaded syn v3.0.3 |
| 391 | 2026-08-25T07:30:03.552Z | Downloaded unicode-width v0.1.14 |
| 392 | 2026-08-25T07:30:03.552Z | Downloaded unicode-width v0.2.0 |
| 393 | 2026-08-25T07:30:03.552Z | Downloaded syn v2.0.117 |
| 394 | 2026-08-25T07:30:03.552Z | Downloaded rustix v1.1.4 |
| 395 | 2026-08-25T07:30:03.552Z | Downloaded libc v0.2.185 |
| 396 | 2026-08-25T07:30:03.635Z | Compiling proc-macro2 v1.0.106 |
| 397 | 2026-08-25T07:30:03.635Z | Compiling unicode-ident v1.0.24 |
| 398 | 2026-08-25T07:30:03.635Z | Compiling quote v1.0.45 |
| 399 | 2026-08-25T07:30:03.635Z | Compiling serde_core v1.0.229 |
| 400 | 2026-08-25T07:30:03.635Z | Compiling libc v0.2.185 |
| 401 | 2026-08-25T07:30:03.635Z | Compiling version_check v0.9.5 |
| 402 | 2026-08-25T07:30:03.635Z | Compiling memchr v2.8.0 |
| 403 | 2026-08-25T07:30:03.760Z | Compiling serde v1.0.229 |
| 404 | 2026-08-25T07:30:03.893Z | Compiling zmij v1.0.21 |
| 405 | 2026-08-25T07:30:04.244Z | Compiling ucd-trie v0.1.7 |
| 406 | 2026-08-25T07:30:04.285Z | Compiling thiserror v1.0.69 |
| 407 | 2026-08-25T07:30:04.425Z | Compiling itoa v1.0.17 |
| 408 | 2026-08-25T07:30:04.510Z | Compiling pest v2.8.6 |
| 409 | 2026-08-25T07:30:04.621Z | Compiling byteorder v1.5.0 |
| 410 | 2026-08-25T07:30:04.675Z | Compiling rustix v1.1.4 |
| 411 | 2026-08-25T07:30:04.730Z | Compiling errno v0.3.14 |
| 412 | 2026-08-25T07:30:04.836Z | Compiling serde_json v1.0.151 |
| 413 | 2026-08-25T07:30:04.885Z | Compiling bitflags v2.11.0 |
| 414 | 2026-08-25T07:30:05.089Z | Compiling syn v2.0.117 |
| 415 | 2026-08-25T07:30:05.143Z | Compiling syn v3.0.3 |
| 416 | 2026-08-25T07:30:05.183Z | Compiling thread-id v4.2.2 |
| 417 | 2026-08-25T07:30:05.293Z | Compiling proc-macro-error-attr v1.0.4 |
| 418 | 2026-08-25T07:30:05.469Z | Compiling usdt-impl v0.5.0 |
| 419 | 2026-08-25T07:30:05.561Z | Compiling camino v1.2.5 |
| 420 | 2026-08-25T07:30:05.631Z | Compiling pest_meta v2.8.6 |
| 421 | 2026-08-25T07:30:05.796Z | Compiling syn v1.0.109 |
| 422 | 2026-08-25T07:30:06.041Z | Compiling proc-macro-error v1.0.4 |
| 423 | 2026-08-25T07:30:06.243Z | Compiling log v0.4.33 |
| 424 | 2026-08-25T07:30:06.346Z | Compiling equivalent v1.0.2 |
| 425 | 2026-08-25T07:30:06.389Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-08-25T07:30:06.421Z | Compiling utf8parse v0.2.2 |
| 427 | 2026-08-25T07:30:06.455Z | Compiling plain v0.2.3 |
| 428 | 2026-08-25T07:30:06.538Z | Compiling getrandom v0.4.3 |
| 429 | 2026-08-25T07:30:06.566Z | Compiling anstyle-parse v1.0.0 |
| 430 | 2026-08-25T07:30:07.106Z | Compiling indexmap v2.14.0 |
| 431 | 2026-08-25T07:30:07.355Z | Compiling terminal_size v0.4.3 |
| 432 | 2026-08-25T07:30:07.446Z | Compiling thiserror v2.0.18 |
| 433 | 2026-08-25T07:30:07.517Z | Compiling serde_derive v1.0.229 |
| 434 | 2026-08-25T07:30:07.575Z | Compiling pest_generator v2.8.6 |
| 435 | 2026-08-25T07:30:07.596Z | Compiling winnow v0.7.14 |
| 436 | 2026-08-25T07:30:07.686Z | Compiling is_terminal_polyfill v1.70.2 |
| 437 | 2026-08-25T07:30:07.713Z | Compiling toml_write v0.1.2 |
| 438 | 2026-08-25T07:30:07.831Z | Compiling pretty-hex v0.4.1 |
| 439 | 2026-08-25T07:30:07.894Z | Compiling anstyle v1.0.14 |
| 440 | 2026-08-25T07:30:07.941Z | Compiling autocfg v1.5.0 |
| 441 | 2026-08-25T07:30:07.964Z | Compiling anstyle-query v1.1.5 |
| 442 | 2026-08-25T07:30:08.063Z | Compiling cfg-if v1.0.4 |
| 443 | 2026-08-25T07:30:08.063Z | Compiling colorchoice v1.0.4 |
| 444 | 2026-08-25T07:30:08.303Z | Compiling anstream v1.0.0 |
| 445 | 2026-08-25T07:30:08.427Z | Compiling fs-err v3.3.0 |
| 446 | 2026-08-25T07:30:08.719Z | Compiling anyhow v1.0.104 |
| 447 | 2026-08-25T07:30:08.776Z | Compiling clap_lex v1.0.0 |
| 448 | 2026-08-25T07:30:08.776Z | Compiling bytecount v0.6.9 |
| 449 | 2026-08-25T07:30:08.776Z | Compiling fnv v1.0.7 |
| 450 | 2026-08-25T07:30:08.833Z | Compiling once_cell v1.21.3 |
| 451 | 2026-08-25T07:30:08.833Z | Compiling heck v0.5.0 |
| 452 | 2026-08-25T07:30:08.897Z | Compiling strsim v0.11.1 |
| 453 | 2026-08-25T07:30:09.010Z | Compiling heck v0.4.1 |
| 454 | 2026-08-25T07:30:09.128Z | Compiling fastrand v2.3.0 |
| 455 | 2026-08-25T07:30:09.314Z | Compiling unicode-width v0.1.14 |
| 456 | 2026-08-25T07:30:09.314Z | Compiling clap_builder v4.6.0 |
| 457 | 2026-08-25T07:30:09.314Z | Compiling tabled_derive v0.7.0 |
| 458 | 2026-08-25T07:30:09.416Z | Compiling tempfile v3.27.0 |
| 459 | 2026-08-25T07:30:09.492Z | Compiling papergrid v0.11.0 |
| 460 | 2026-08-25T07:30:09.492Z | Compiling thiserror-impl v1.0.69 |
| 461 | 2026-08-25T07:30:09.586Z | Compiling zerocopy-derive v0.7.35 |
| 462 | 2026-08-25T07:30:09.586Z | Compiling pest_derive v2.8.6 |
| 463 | 2026-08-25T07:30:09.778Z | Compiling scroll_derive v0.12.1 |
| 464 | 2026-08-25T07:30:09.972Z | Compiling thiserror-impl v2.0.18 |
| 465 | 2026-08-25T07:30:10.184Z | Compiling clap_derive v4.6.1 |
| 466 | 2026-08-25T07:30:10.348Z | Compiling zerocopy v0.7.35 |
| 467 | 2026-08-25T07:30:10.399Z | Compiling scroll v0.12.0 |
| 468 | 2026-08-25T07:30:10.860Z | Compiling dtrace-parser v0.2.0 |
| 469 | 2026-08-25T07:30:11.132Z | Compiling goblin v0.8.2 |
| 470 | 2026-08-25T07:30:11.300Z | Compiling toml_datetime v0.6.11 |
| 471 | 2026-08-25T07:30:11.300Z | Compiling serde_spanned v0.6.9 |
| 472 | 2026-08-25T07:30:11.356Z | Compiling dof v0.3.0 |
| 473 | 2026-08-25T07:30:11.356Z | Compiling serde_tokenstream v0.2.3 |
| 474 | 2026-08-25T07:30:11.373Z | Compiling toml_edit v0.22.27 |
| 475 | 2026-08-25T07:30:11.691Z | Compiling cargo-platform v0.3.2 |
| 476 | 2026-08-25T07:30:11.746Z | Compiling semver v1.0.28 |
| 477 | 2026-08-25T07:30:11.746Z | Compiling memmap v0.7.0 |
| 478 | 2026-08-25T07:30:11.891Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-08-25T07:30:12.023Z | Compiling smawk v0.3.2 |
| 480 | 2026-08-25T07:30:12.094Z | Compiling unicode-linebreak v0.1.5 |
| 481 | 2026-08-25T07:30:12.119Z | Compiling clap v4.6.1 |
| 482 | 2026-08-25T07:30:12.119Z | Compiling cargo_metadata v0.23.1 |
| 483 | 2026-08-25T07:30:12.381Z | Compiling macaddr v1.0.1 |
| 484 | 2026-08-25T07:30:12.411Z | Compiling usdt-macro v0.5.0 |
| 485 | 2026-08-25T07:30:12.411Z | Compiling usdt-attr-macro v0.5.0 |
| 486 | 2026-08-25T07:30:12.462Z | Compiling textwrap v0.16.2 |
| 487 | 2026-08-25T07:30:12.463Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 488 | 2026-08-25T07:30:12.508Z | Compiling tabled v0.15.0 |
| 489 | 2026-08-25T07:30:12.874Z | Compiling toml v0.8.23 |
| 490 | 2026-08-25T07:30:12.903Z | Compiling camino-tempfile v1.4.1 |
| 491 | 2026-08-25T07:30:13.009Z | Compiling swrite v0.1.0 |
| 492 | 2026-08-25T07:30:13.353Z | Compiling cargo_toml v0.21.0 |
| 493 | 2026-08-25T07:30:14.072Z | Compiling usdt v0.5.0 |
| 494 | 2026-08-25T07:30:15.012Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 495 | 2026-08-25T07:30:16.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.10s |
| 496 | 2026-08-25T07:30:17.208Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 497 | 2026-08-25T07:30:18.256Z | Downloading crates ... |
| 498 | 2026-08-25T07:30:18.437Z | Downloaded async-recursion v1.1.1 |
| 499 | 2026-08-25T07:30:18.437Z | Downloaded addr2line v0.25.1 |
| 500 | 2026-08-25T07:30:18.437Z | Downloaded ahash v0.8.12 |
| 501 | 2026-08-25T07:30:18.437Z | Downloaded assert_matches v1.5.0 |
| 502 | 2026-08-25T07:30:18.438Z | Downloaded atomic-waker v1.1.2 |
| 503 | 2026-08-25T07:30:18.438Z | Downloaded adler2 v2.0.1 |
| 504 | 2026-08-25T07:30:18.438Z | Downloaded async-stream-impl v0.3.6 |
| 505 | 2026-08-25T07:30:18.438Z | Downloaded atomicwrites v0.4.4 |
| 506 | 2026-08-25T07:30:18.438Z | Downloaded backtrace-ext v0.2.1 |
| 507 | 2026-08-25T07:30:18.438Z | Downloaded endian-type v0.1.2 |
| 508 | 2026-08-25T07:30:18.438Z | Downloaded fd-lock v4.0.4 |
| 509 | 2026-08-25T07:30:18.438Z | Downloaded async-stream v0.3.6 |
| 510 | 2026-08-25T07:30:18.438Z | Downloaded aead v0.5.2 |
| 511 | 2026-08-25T07:30:18.438Z | Downloaded bit-set v0.8.0 |
| 512 | 2026-08-25T07:30:18.438Z | Downloaded bitfield-macros v0.19.4 |
| 513 | 2026-08-25T07:30:18.438Z | Downloaded ascii-canvas v3.0.0 |
| 514 | 2026-08-25T07:30:18.438Z | Downloaded const-oid v0.10.2 |
| 515 | 2026-08-25T07:30:18.438Z | Downloaded find-msvc-tools v0.1.9 |
| 516 | 2026-08-25T07:30:18.438Z | Downloaded block-padding v0.4.2 |
| 517 | 2026-08-25T07:30:18.438Z | Downloaded bb8 v0.8.6 |
| 518 | 2026-08-25T07:30:18.438Z | Downloaded fixedbitset v0.4.2 |
| 519 | 2026-08-25T07:30:18.438Z | Downloaded form_urlencoded v1.2.2 |
| 520 | 2026-08-25T07:30:18.438Z | Downloaded atty v0.2.14 |
| 521 | 2026-08-25T07:30:18.438Z | Downloaded base16ct v0.2.0 |
| 522 | 2026-08-25T07:30:18.438Z | Downloaded env_filter v2.0.0 |
| 523 | 2026-08-25T07:30:18.438Z | Downloaded bit-set v0.5.3 |
| 524 | 2026-08-25T07:30:18.438Z | Downloaded compression-core v0.4.31 |
| 525 | 2026-08-25T07:30:18.438Z | Downloaded embedded-io v0.4.0 |
| 526 | 2026-08-25T07:30:18.438Z | Downloaded foreign-types v0.5.0 |
| 527 | 2026-08-25T07:30:18.438Z | Downloaded futures-task v0.3.32 |
| 528 | 2026-08-25T07:30:18.438Z | Downloaded fxhash v0.2.1 |
| 529 | 2026-08-25T07:30:18.439Z | Downloaded embedded-io v0.6.1 |
| 530 | 2026-08-25T07:30:18.439Z | Downloaded funty v2.0.0 |
| 531 | 2026-08-25T07:30:18.439Z | Downloaded flagset v0.4.7 |
| 532 | 2026-08-25T07:30:18.439Z | Downloaded float-ord v0.3.2 |
| 533 | 2026-08-25T07:30:18.439Z | Downloaded bitfield-struct v0.6.2 |
| 534 | 2026-08-25T07:30:18.439Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 535 | 2026-08-25T07:30:18.439Z | Downloaded array-init v0.0.4 |
| 536 | 2026-08-25T07:30:18.439Z | Downloaded float-cmp v0.10.0 |
| 537 | 2026-08-25T07:30:18.439Z | Downloaded foreign-types-macros v0.2.3 |
| 538 | 2026-08-25T07:30:18.439Z | Downloaded foreign-types v0.3.2 |
| 539 | 2026-08-25T07:30:18.439Z | Downloaded futures-macro v0.3.32 |
| 540 | 2026-08-25T07:30:18.439Z | Downloaded gethostname v0.5.0 |
| 541 | 2026-08-25T07:30:18.439Z | Downloaded futures-io v0.3.32 |
| 542 | 2026-08-25T07:30:18.439Z | Downloaded futures-sink v0.3.32 |
| 543 | 2026-08-25T07:30:18.439Z | Downloaded ciborium-ll v0.2.2 |
| 544 | 2026-08-25T07:30:18.439Z | Downloaded arrayref v0.3.9 |
| 545 | 2026-08-25T07:30:18.439Z | Downloaded argon2 v0.6.0-rc.8 |
| 546 | 2026-08-25T07:30:18.439Z | Downloaded base16ct v1.0.0 |
| 547 | 2026-08-25T07:30:18.439Z | Downloaded hash32 v0.3.1 |
| 548 | 2026-08-25T07:30:18.439Z | Downloaded block-buffer v0.12.1 |
| 549 | 2026-08-25T07:30:18.439Z | Downloaded cobs v0.3.0 |
| 550 | 2026-08-25T07:30:18.439Z | Downloaded enum-as-inner v0.6.1 |
| 551 | 2026-08-25T07:30:18.439Z | Downloaded hostname v0.3.1 |
| 552 | 2026-08-25T07:30:18.439Z | Downloaded foreign-types-shared v0.1.1 |
| 553 | 2026-08-25T07:30:18.439Z | Downloaded ciborium-io v0.2.2 |
| 554 | 2026-08-25T07:30:18.439Z | Downloaded cfg_aliases v0.2.1 |
| 555 | 2026-08-25T07:30:18.439Z | Downloaded newline-converter v0.3.0 |
| 556 | 2026-08-25T07:30:18.439Z | Downloaded git-stub v1.0.0 |
| 557 | 2026-08-25T07:30:18.439Z | Downloaded enum_dispatch v0.3.13 |
| 558 | 2026-08-25T07:30:18.439Z | Downloaded foldhash v0.1.5 |
| 559 | 2026-08-25T07:30:18.439Z | Downloaded cfg_aliases v0.1.1 |
| 560 | 2026-08-25T07:30:18.439Z | Downloaded env_logger v0.11.11 |
| 561 | 2026-08-25T07:30:18.439Z | Downloaded fallible-iterator v0.2.0 |
| 562 | 2026-08-25T07:30:18.439Z | Downloaded filetime v0.2.27 |
| 563 | 2026-08-25T07:30:18.439Z | Downloaded futures-core v0.3.32 |
| 564 | 2026-08-25T07:30:18.439Z | Downloaded aead v0.6.1 |
| 565 | 2026-08-25T07:30:18.439Z | Downloaded argon2 v0.5.3 |
| 566 | 2026-08-25T07:30:18.439Z | Downloaded bit-vec v0.8.0 |
| 567 | 2026-08-25T07:30:18.439Z | Downloaded ghash v0.6.0 |
| 568 | 2026-08-25T07:30:18.439Z | Downloaded hex-literal v1.1.0 |
| 569 | 2026-08-25T07:30:18.440Z | Downloaded bs58 v0.5.1 |
| 570 | 2026-08-25T07:30:18.440Z | Downloaded backoff v0.4.0 |
| 571 | 2026-08-25T07:30:18.440Z | Downloaded anstyle-parse v0.2.7 |
| 572 | 2026-08-25T07:30:18.440Z | Downloaded openssl-macros v0.1.1 |
| 573 | 2026-08-25T07:30:18.440Z | Downloaded cipher v0.5.2 |
| 574 | 2026-08-25T07:30:18.440Z | Downloaded headers-core v0.3.0 |
| 575 | 2026-08-25T07:30:18.440Z | Downloaded hex v0.4.3 |
| 576 | 2026-08-25T07:30:18.440Z | Downloaded http-body v1.0.1 |
| 577 | 2026-08-25T07:30:18.440Z | Downloaded http-range v0.1.5 |
| 578 | 2026-08-25T07:30:18.440Z | Downloaded httpdate v1.0.3 |
| 579 | 2026-08-25T07:30:18.440Z | Downloaded base64ct v1.8.3 |
| 580 | 2026-08-25T07:30:18.440Z | Downloaded cexpr v0.6.0 |
| 581 | 2026-08-25T07:30:18.440Z | Downloaded home v0.5.12 |
| 582 | 2026-08-25T07:30:18.440Z | Downloaded nibble_vec v0.1.0 |
| 583 | 2026-08-25T07:30:18.440Z | Downloaded num-iter v0.1.45 |
| 584 | 2026-08-25T07:30:18.440Z | Downloaded async-bb8-diesel v0.2.1 |
| 585 | 2026-08-25T07:30:18.440Z | Downloaded hostname v0.4.2 |
| 586 | 2026-08-25T07:30:18.440Z | Downloaded hubpack_derive v0.1.1 |
| 587 | 2026-08-25T07:30:18.440Z | Downloaded normalize-line-endings v0.3.0 |
| 588 | 2026-08-25T07:30:18.440Z | Downloaded async-trait v0.1.89 |
| 589 | 2026-08-25T07:30:18.440Z | Downloaded bcs v0.1.6 |
| 590 | 2026-08-25T07:30:18.440Z | Downloaded num_threads v0.1.7 |
| 591 | 2026-08-25T07:30:18.440Z | Downloaded hubpack v0.1.2 |
| 592 | 2026-08-25T07:30:18.440Z | Downloaded oxide-generation-macros v0.2.0 |
| 593 | 2026-08-25T07:30:18.440Z | Downloaded percent-encoding v2.3.2 |
| 594 | 2026-08-25T07:30:18.440Z | Downloaded erased-serde v0.3.31 |
| 595 | 2026-08-25T07:30:18.440Z | Downloaded foreign-types-shared v0.3.1 |
| 596 | 2026-08-25T07:30:18.440Z | Downloaded fs-err v2.11.0 |
| 597 | 2026-08-25T07:30:18.440Z | Downloaded ena v0.14.4 |
| 598 | 2026-08-25T07:30:18.612Z | Downloaded foldhash v0.2.0 |
| 599 | 2026-08-25T07:30:18.613Z | Downloaded group v0.13.0 |
| 600 | 2026-08-25T07:30:18.613Z | Downloaded radium v0.7.0 |
| 601 | 2026-08-25T07:30:18.613Z | Downloaded futures-executor v0.3.32 |
| 602 | 2026-08-25T07:30:18.613Z | Downloaded globwalk v0.9.1 |
| 603 | 2026-08-25T07:30:18.613Z | Downloaded arrayvec v0.7.6 |
| 604 | 2026-08-25T07:30:18.613Z | Downloaded blowfish v0.10.0 |
| 605 | 2026-08-25T07:30:18.613Z | Downloaded bitfield v0.19.4 |
| 606 | 2026-08-25T07:30:18.613Z | Downloaded bitflags v1.3.2 |
| 607 | 2026-08-25T07:30:18.613Z | Downloaded globset v0.4.18 |
| 608 | 2026-08-25T07:30:18.614Z | Downloaded hash32 v0.2.1 |
| 609 | 2026-08-25T07:30:18.614Z | Downloaded byte-wrapper v0.1.0 |
| 610 | 2026-08-25T07:30:18.614Z | Downloaded cassowary v0.3.0 |
| 611 | 2026-08-25T07:30:18.614Z | Downloaded buf-list v1.1.2 |
| 612 | 2026-08-25T07:30:18.614Z | Downloaded group v0.14.0 |
| 613 | 2026-08-25T07:30:18.614Z | Downloaded cmake v0.1.57 |
| 614 | 2026-08-25T07:30:18.614Z | Downloaded camino-tempfile-ext v0.3.3 |
| 615 | 2026-08-25T07:30:18.614Z | Downloaded castaway v0.2.4 |
| 616 | 2026-08-25T07:30:18.614Z | Downloaded ff v0.13.1 |
| 617 | 2026-08-25T07:30:18.614Z | Downloaded predicates-tree v1.0.13 |
| 618 | 2026-08-25T07:30:18.615Z | Downloaded predicates-core v1.0.10 |
| 619 | 2026-08-25T07:30:18.615Z | Downloaded ref-cast v1.0.25 |
| 620 | 2026-08-25T07:30:18.615Z | Downloaded cbc v0.2.1 |
| 621 | 2026-08-25T07:30:18.615Z | Downloaded chacha20 v0.9.1 |
| 622 | 2026-08-25T07:30:18.615Z | Downloaded cipher v0.4.4 |
| 623 | 2026-08-25T07:30:18.615Z | Downloaded fixedbitset v0.5.7 |
| 624 | 2026-08-25T07:30:18.615Z | Downloaded ff v0.14.0 |
| 625 | 2026-08-25T07:30:18.615Z | Downloaded rustc-hash v2.1.1 |
| 626 | 2026-08-25T07:30:18.615Z | Downloaded backon v1.6.0 |
| 627 | 2026-08-25T07:30:18.615Z | Downloaded rand_xorshift v0.4.0 |
| 628 | 2026-08-25T07:30:18.615Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 629 | 2026-08-25T07:30:18.615Z | Downloaded bit-vec v0.6.3 |
| 630 | 2026-08-25T07:30:18.615Z | Downloaded http-body-util v0.1.3 |
| 631 | 2026-08-25T07:30:18.615Z | Downloaded const-oid v0.9.6 |
| 632 | 2026-08-25T07:30:18.615Z | Downloaded num-integer v0.1.46 |
| 633 | 2026-08-25T07:30:18.616Z | Downloaded compression-codecs v0.4.37 |
| 634 | 2026-08-25T07:30:18.616Z | Downloaded pbkdf2 v0.13.0 |
| 635 | 2026-08-25T07:30:18.616Z | Downloaded phf v0.12.1 |
| 636 | 2026-08-25T07:30:18.616Z | Downloaded scopeguard v1.2.0 |
| 637 | 2026-08-25T07:30:18.616Z | Downloaded secrecy v0.10.3 |
| 638 | 2026-08-25T07:30:18.616Z | Downloaded packed_struct v0.10.1 |
| 639 | 2026-08-25T07:30:18.616Z | Downloaded sha1 v0.10.6 |
| 640 | 2026-08-25T07:30:18.616Z | Downloaded oxnet v0.1.6 |
| 641 | 2026-08-25T07:30:18.616Z | Downloaded signature v2.2.0 |
| 642 | 2026-08-25T07:30:18.616Z | Downloaded signature v3.0.0 |
| 643 | 2026-08-25T07:30:18.616Z | Downloaded sigpipe v0.1.3 |
| 644 | 2026-08-25T07:30:18.616Z | Downloaded pem v3.0.6 |
| 645 | 2026-08-25T07:30:18.616Z | Downloaded pin-project-lite v0.2.17 |
| 646 | 2026-08-25T07:30:18.616Z | Downloaded postgres-protocol v0.6.10 |
| 647 | 2026-08-25T07:30:18.616Z | Downloaded sponge-cursor v0.1.0 |
| 648 | 2026-08-25T07:30:18.617Z | Downloaded pin-project-internal v1.1.11 |
| 649 | 2026-08-25T07:30:18.617Z | Downloaded rand_core v0.9.5 |
| 650 | 2026-08-25T07:30:18.617Z | Downloaded fs_extra v1.3.0 |
| 651 | 2026-08-25T07:30:18.617Z | Downloaded glob v0.3.3 |
| 652 | 2026-08-25T07:30:18.617Z | Downloaded phc v0.6.1 |
| 653 | 2026-08-25T07:30:18.617Z | Downloaded stable_deref_trait v1.2.1 |
| 654 | 2026-08-25T07:30:18.617Z | Downloaded structmeta v0.3.0 |
| 655 | 2026-08-25T07:30:18.617Z | Downloaded futures-channel v0.3.32 |
| 656 | 2026-08-25T07:30:18.617Z | Downloaded getrandom v0.2.17 |
| 657 | 2026-08-25T07:30:18.617Z | Downloaded subtle v2.6.1 |
| 658 | 2026-08-25T07:30:18.617Z | Downloaded time-core v0.1.8 |
| 659 | 2026-08-25T07:30:18.617Z | Downloaded highway v1.3.0 |
| 660 | 2026-08-25T07:30:18.617Z | Downloaded hmac v0.12.1 |
| 661 | 2026-08-25T07:30:18.617Z | Downloaded httparse v1.10.1 |
| 662 | 2026-08-25T07:30:18.617Z | Downloaded tokio-test v0.4.5 |
| 663 | 2026-08-25T07:30:18.618Z | Downloaded tower-layer v0.3.3 |
| 664 | 2026-08-25T07:30:18.618Z | Downloaded bzip2 v0.6.1 |
| 665 | 2026-08-25T07:30:18.618Z | Downloaded cmov v0.5.4 |
| 666 | 2026-08-25T07:30:18.618Z | Downloaded colored v2.2.0 |
| 667 | 2026-08-25T07:30:18.618Z | Downloaded colored v3.1.1 |
| 668 | 2026-08-25T07:30:18.618Z | Downloaded progenitor-extras v0.2.0 |
| 669 | 2026-08-25T07:30:18.618Z | Downloaded blake2 v0.11.0-rc.6 |
| 670 | 2026-08-25T07:30:18.618Z | Downloaded chacha20 v0.10.0 |
| 671 | 2026-08-25T07:30:18.618Z | Downloaded supports-unicode v3.0.0 |
| 672 | 2026-08-25T07:30:18.618Z | Downloaded sync-ptr v0.1.4 |
| 673 | 2026-08-25T07:30:18.618Z | Downloaded ciborium v0.2.2 |
| 674 | 2026-08-25T07:30:18.618Z | Downloaded console v0.16.2 |
| 675 | 2026-08-25T07:30:18.618Z | Downloaded anstream v0.6.21 |
| 676 | 2026-08-25T07:30:18.619Z | Downloaded elliptic-curve v0.14.1 |
| 677 | 2026-08-25T07:30:18.619Z | Downloaded fatfs v0.3.6 |
| 678 | 2026-08-25T07:30:18.619Z | Downloaded futures v0.3.32 |
| 679 | 2026-08-25T07:30:18.619Z | Downloaded console v0.15.11 |
| 680 | 2026-08-25T07:30:18.619Z | Downloaded untrusted v0.7.1 |
| 681 | 2026-08-25T07:30:18.619Z | Downloaded untrusted v0.9.0 |
| 682 | 2026-08-25T07:30:18.619Z | Downloaded wait-timeout v0.2.1 |
| 683 | 2026-08-25T07:30:18.619Z | Downloaded cancel-safe-futures v0.1.5 |
| 684 | 2026-08-25T07:30:18.619Z | Downloaded wnaf v0.14.0 |
| 685 | 2026-08-25T07:30:18.619Z | Downloaded schemars_derive v0.8.22 |
| 686 | 2026-08-25T07:30:18.619Z | Downloaded unit-prefix v0.5.2 |
| 687 | 2026-08-25T07:30:18.619Z | Downloaded half v1.8.3 |
| 688 | 2026-08-25T07:30:18.619Z | Downloaded zerofrom v0.1.6 |
| 689 | 2026-08-25T07:30:18.619Z | Downloaded zerofrom-derive v0.1.6 |
| 690 | 2026-08-25T07:30:18.619Z | Downloaded hmac v0.13.0 |
| 691 | 2026-08-25T07:30:18.619Z | Downloaded password-hash v0.5.0 |
| 692 | 2026-08-25T07:30:18.620Z | Downloaded serde_with_macros v1.5.2 |
| 693 | 2026-08-25T07:30:18.620Z | Downloaded serdect v0.4.3 |
| 694 | 2026-08-25T07:30:18.620Z | Downloaded spki v0.8.0 |
| 695 | 2026-08-25T07:30:18.620Z | Downloaded strum_macros v0.24.3 |
| 696 | 2026-08-25T07:30:18.620Z | Downloaded sync_wrapper v1.0.2 |
| 697 | 2026-08-25T07:30:18.620Z | Downloaded crypto-common v0.2.2 |
| 698 | 2026-08-25T07:30:18.848Z | Downloaded parking_lot_core v0.9.12 |
| 699 | 2026-08-25T07:30:18.848Z | Downloaded postcard v1.1.3 |
| 700 | 2026-08-25T07:30:18.848Z | Downloaded serde-hex v0.1.0 |
| 701 | 2026-08-25T07:30:18.848Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 702 | 2026-08-25T07:30:18.848Z | Downloaded serde_path_to_error v0.1.20 |
| 703 | 2026-08-25T07:30:18.848Z | Downloaded serde_tokenstream v0.3.0 |
| 704 | 2026-08-25T07:30:18.848Z | Downloaded slog-term v2.9.2 |
| 705 | 2026-08-25T07:30:18.848Z | Downloaded tokio-native-tls v0.3.1 |
| 706 | 2026-08-25T07:30:18.848Z | Downloaded display-error-chain v0.2.2 |
| 707 | 2026-08-25T07:30:18.848Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 708 | 2026-08-25T07:30:18.848Z | Downloaded dunce v1.0.5 |
| 709 | 2026-08-25T07:30:18.848Z | Downloaded getrandom v0.3.4 |
| 710 | 2026-08-25T07:30:18.848Z | Downloaded git-stub-vcs v0.1.0 |
| 711 | 2026-08-25T07:30:18.848Z | Downloaded blake2 v0.10.6 |
| 712 | 2026-08-25T07:30:18.848Z | Downloaded poly1305 v0.9.0 |
| 713 | 2026-08-25T07:30:18.848Z | Downloaded bzip2 v0.4.4 |
| 714 | 2026-08-25T07:30:18.849Z | Downloaded synstructure v0.13.2 |
| 715 | 2026-08-25T07:30:18.849Z | Downloaded downcast-rs v2.0.2 |
| 716 | 2026-08-25T07:30:18.849Z | Downloaded tls_codec_derive v0.4.2 |
| 717 | 2026-08-25T07:30:18.849Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 718 | 2026-08-25T07:30:18.849Z | Downloaded clang-sys v1.8.1 |
| 719 | 2026-08-25T07:30:18.849Z | Downloaded expectorate v1.2.0 |
| 720 | 2026-08-25T07:30:18.849Z | Downloaded unicase v2.9.0 |
| 721 | 2026-08-25T07:30:18.849Z | Downloaded lalrpop-util v0.19.12 |
| 722 | 2026-08-25T07:30:18.849Z | Downloaded uzers v0.12.2 |
| 723 | 2026-08-25T07:30:18.849Z | Downloaded zerovec-derive v0.11.2 |
| 724 | 2026-08-25T07:30:18.849Z | Downloaded nonempty v0.12.0 |
| 725 | 2026-08-25T07:30:18.849Z | Downloaded idna_adapter v1.2.1 |
| 726 | 2026-08-25T07:30:18.849Z | Downloaded allocator-api2 v0.2.21 |
| 727 | 2026-08-25T07:30:18.849Z | Downloaded maybe-uninit v2.0.0 |
| 728 | 2026-08-25T07:30:18.849Z | Downloaded multimap v0.10.1 |
| 729 | 2026-08-25T07:30:18.849Z | Downloaded md-5 v0.10.6 |
| 730 | 2026-08-25T07:30:18.849Z | Downloaded newtype-uuid-macros v0.1.0 |
| 731 | 2026-08-25T07:30:18.849Z | Downloaded lru v0.12.5 |
| 732 | 2026-08-25T07:30:18.849Z | Downloaded generic-array v1.4.3 |
| 733 | 2026-08-25T07:30:18.849Z | Downloaded num_enum_derive v0.5.11 |
| 734 | 2026-08-25T07:30:18.849Z | Downloaded oso v0.27.3 |
| 735 | 2026-08-25T07:30:18.849Z | Downloaded simd-adler32 v0.3.8 |
| 736 | 2026-08-25T07:30:18.849Z | Downloaded daft v0.1.8 |
| 737 | 2026-08-25T07:30:18.850Z | Downloaded delegate v0.13.5 |
| 738 | 2026-08-25T07:30:18.850Z | Downloaded peg-runtime v0.8.5 |
| 739 | 2026-08-25T07:30:18.850Z | Downloaded deranged v0.5.8 |
| 740 | 2026-08-25T07:30:18.850Z | Downloaded phf_shared v0.11.3 |
| 741 | 2026-08-25T07:30:18.850Z | Downloaded potential_utf v0.1.4 |
| 742 | 2026-08-25T07:30:18.850Z | Downloaded derive_builder_core v0.20.2 |
| 743 | 2026-08-25T07:30:18.850Z | Downloaded oxide-update-engine-types v0.1.2 |
| 744 | 2026-08-25T07:30:18.850Z | Downloaded quick-error v1.2.3 |
| 745 | 2026-08-25T07:30:18.850Z | Downloaded headers v0.4.1 |
| 746 | 2026-08-25T07:30:18.850Z | Downloaded flume v0.11.1 |
| 747 | 2026-08-25T07:30:18.850Z | Downloaded dyn-clone v1.0.20 |
| 748 | 2026-08-25T07:30:18.850Z | Downloaded progenitor-client v0.14.0 |
| 749 | 2026-08-25T07:30:18.850Z | Downloaded tracing-attributes v0.1.31 |
| 750 | 2026-08-25T07:30:18.850Z | Downloaded arc-swap v1.8.2 |
| 751 | 2026-08-25T07:30:18.850Z | Downloaded chacha20poly1305 v0.10.1 |
| 752 | 2026-08-25T07:30:18.850Z | Downloaded bytes v1.11.1 |
| 753 | 2026-08-25T07:30:18.850Z | Downloaded prefix-trie v0.7.0 |
| 754 | 2026-08-25T07:30:18.850Z | Downloaded chumsky v0.9.3 |
| 755 | 2026-08-25T07:30:18.850Z | Downloaded either v1.15.0 |
| 756 | 2026-08-25T07:30:18.850Z | Downloaded half v2.7.1 |
| 757 | 2026-08-25T07:30:18.850Z | Downloaded indoc v1.0.9 |
| 758 | 2026-08-25T07:30:18.850Z | Downloaded humantime v2.3.0 |
| 759 | 2026-08-25T07:30:18.850Z | Downloaded rand_chacha v0.3.1 |
| 760 | 2026-08-25T07:30:18.850Z | Downloaded rustls-platform-verifier v0.6.2 |
| 761 | 2026-08-25T07:30:18.851Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 762 | 2026-08-25T07:30:18.851Z | Downloaded ipnetwork v0.21.1 |
| 763 | 2026-08-25T07:30:18.851Z | Downloaded rfc6979 v0.6.0 |
| 764 | 2026-08-25T07:30:18.851Z | Downloaded scheduled-thread-pool v0.2.7 |
| 765 | 2026-08-25T07:30:18.851Z | Downloaded serde_plain v1.0.2 |
| 766 | 2026-08-25T07:30:18.851Z | Downloaded base64 v0.21.7 |
| 767 | 2026-08-25T07:30:18.851Z | Downloaded backtrace v0.3.76 |
| 768 | 2026-08-25T07:30:18.851Z | Downloaded indoc v2.0.7 |
| 769 | 2026-08-25T07:30:18.851Z | Downloaded ingot v0.2.1 |
| 770 | 2026-08-25T07:30:18.851Z | Downloaded whoami v1.6.1 |
| 771 | 2026-08-25T07:30:18.851Z | Downloaded jobserver v0.1.34 |
| 772 | 2026-08-25T07:30:18.851Z | Downloaded mime_guess v2.0.5 |
| 773 | 2026-08-25T07:30:18.851Z | Downloaded serde-big-array v0.5.1 |
| 774 | 2026-08-25T07:30:18.851Z | Downloaded signal-hook-tokio v0.3.1 |
| 775 | 2026-08-25T07:30:18.851Z | Downloaded schemars v0.8.22 |
| 776 | 2026-08-25T07:30:18.851Z | Downloaded ar_archive_writer v0.5.1 |
| 777 | 2026-08-25T07:30:18.851Z | Downloaded num-complex v0.4.6 |
| 778 | 2026-08-25T07:30:18.851Z | Downloaded num_enum v0.7.6 |
| 779 | 2026-08-25T07:30:18.851Z | Downloaded strum v0.26.3 |
| 780 | 2026-08-25T07:30:18.851Z | Downloaded heapless v0.8.0 |
| 781 | 2026-08-25T07:30:18.851Z | Downloaded yasna v0.5.2 |
| 782 | 2026-08-25T07:30:18.851Z | Downloaded cookie_store v0.22.1 |
| 783 | 2026-08-25T07:30:18.851Z | Downloaded num_enum v0.5.11 |
| 784 | 2026-08-25T07:30:18.851Z | Downloaded newtype-uuid v1.3.2 |
| 785 | 2026-08-25T07:30:18.851Z | Downloaded heapless v0.7.17 |
| 786 | 2026-08-25T07:30:18.852Z | Downloaded peg-macros v0.8.5 |
| 787 | 2026-08-25T07:30:18.852Z | Downloaded signal-hook v0.3.18 |
| 788 | 2026-08-25T07:30:18.852Z | Downloaded ctutils v0.4.2 |
| 789 | 2026-08-25T07:30:18.852Z | Downloaded oxide-generation v0.1.3 |
| 790 | 2026-08-25T07:30:18.852Z | Downloaded polyval v0.7.1 |
| 791 | 2026-08-25T07:30:18.852Z | Downloaded predicates v3.1.4 |
| 792 | 2026-08-25T07:30:18.852Z | Downloaded darling v0.21.3 |
| 793 | 2026-08-25T07:30:18.852Z | Downloaded darling v0.23.0 |
| 794 | 2026-08-25T07:30:18.852Z | Downloaded proc-macro-error2 v2.0.1 |
| 795 | 2026-08-25T07:30:18.852Z | Downloaded r2d2 v0.8.10 |
| 796 | 2026-08-25T07:30:18.852Z | Downloaded rand_pcg v0.10.2 |
| 797 | 2026-08-25T07:30:18.852Z | Downloaded rand_seeder v0.4.0 |
| 798 | 2026-08-25T07:30:18.869Z | Downloaded tinyvec_macros v0.1.1 |
| 799 | 2026-08-25T07:30:18.869Z | Downloaded utf-8 v0.7.6 |
| 800 | 2026-08-25T07:30:18.869Z | Downloaded base64 v0.22.1 |
| 801 | 2026-08-25T07:30:18.869Z | Downloaded bumpalo v3.20.2 |
| 802 | 2026-08-25T07:30:18.869Z | Downloaded flate2 v1.1.9 |
| 803 | 2026-08-25T07:30:18.869Z | Downloaded compact_str v0.8.1 |
| 804 | 2026-08-25T07:30:18.869Z | Downloaded hickory-resolver v0.25.2 |
| 805 | 2026-08-25T07:30:18.869Z | Downloaded cc v1.2.56 |
| 806 | 2026-08-25T07:30:18.869Z | Downloaded pretty_assertions v1.4.1 |
| 807 | 2026-08-25T07:30:18.869Z | Downloaded typify v0.6.2 |
| 808 | 2026-08-25T07:30:18.869Z | Downloaded progenitor-impl v0.13.0 |
| 809 | 2026-08-25T07:30:18.869Z | Downloaded typify-macro v0.6.2 |
| 810 | 2026-08-25T07:30:18.869Z | Downloaded serde_urlencoded v0.7.1 |
| 811 | 2026-08-25T07:30:18.869Z | Downloaded usdt v0.6.0 |
| 812 | 2026-08-25T07:30:18.869Z | Downloaded xattr v1.6.1 |
| 813 | 2026-08-25T07:30:18.869Z | Downloaded zone_cfg_derive v0.3.1 |
| 814 | 2026-08-25T07:30:18.870Z | Downloaded hybrid-array v0.4.13 |
| 815 | 2026-08-25T07:30:18.870Z | Downloaded async-compression v0.4.41 |
| 816 | 2026-08-25T07:30:18.870Z | Downloaded rpassword v7.5.4 |
| 817 | 2026-08-25T07:30:18.870Z | Downloaded lock_api v0.4.14 |
| 818 | 2026-08-25T07:30:18.870Z | Downloaded signal-hook-registry v1.4.8 |
| 819 | 2026-08-25T07:30:18.870Z | Downloaded void v1.0.2 |
| 820 | 2026-08-25T07:30:18.870Z | Downloaded waitgroup v0.1.2 |
| 821 | 2026-08-25T07:30:18.870Z | Downloaded yoke-derive v0.8.1 |
| 822 | 2026-08-25T07:30:18.870Z | Downloaded crc v3.4.0 |
| 823 | 2026-08-25T07:30:18.870Z | Downloaded crucible-workspace-hack v0.1.0 |
| 824 | 2026-08-25T07:30:18.870Z | Downloaded darling_macro v0.23.0 |
| 825 | 2026-08-25T07:30:18.870Z | Downloaded rayon-core v1.13.0 |
| 826 | 2026-08-25T07:30:18.870Z | Downloaded uuid v1.23.4 |
| 827 | 2026-08-25T07:30:18.871Z | Downloaded const_format_proc_macros v0.2.34 |
| 828 | 2026-08-25T07:30:18.871Z | Downloaded crc-any v2.5.0 |
| 829 | 2026-08-25T07:30:18.871Z | Downloaded libsw v3.5.0 |
| 830 | 2026-08-25T07:30:18.871Z | Downloaded slog-scope v4.4.1 |
| 831 | 2026-08-25T07:30:18.871Z | Downloaded smf v0.2.3 |
| 832 | 2026-08-25T07:30:18.871Z | Downloaded stringprep v0.1.5 |
| 833 | 2026-08-25T07:30:18.871Z | Downloaded tiny-keccak v2.0.2 |
| 834 | 2026-08-25T07:30:18.871Z | Downloaded termtree v0.5.1 |
| 835 | 2026-08-25T07:30:18.871Z | Downloaded tokio-tungstenite v0.23.1 |
| 836 | 2026-08-25T07:30:18.871Z | Downloaded dsl_auto_type v0.2.0 |
| 837 | 2026-08-25T07:30:18.871Z | Downloaded strum_macros v0.27.2 |
| 838 | 2026-08-25T07:30:18.871Z | Downloaded derive_builder_macro v0.20.2 |
| 839 | 2026-08-25T07:30:18.871Z | Downloaded dirs-sys-next v0.1.2 |
| 840 | 2026-08-25T07:30:18.871Z | Downloaded darling_core v0.13.4 |
| 841 | 2026-08-25T07:30:18.872Z | Downloaded unicode-truncate v1.1.0 |
| 842 | 2026-08-25T07:30:18.872Z | Downloaded ident_case v1.0.1 |
| 843 | 2026-08-25T07:30:18.872Z | Downloaded is_ci v1.2.0 |
| 844 | 2026-08-25T07:30:18.872Z | Downloaded managed v0.8.0 |
| 845 | 2026-08-25T07:30:18.872Z | Downloaded maplit v1.0.2 |
| 846 | 2026-08-25T07:30:18.872Z | Downloaded zeroize v1.9.0 |
| 847 | 2026-08-25T07:30:18.872Z | Downloaded pkcs1 v0.7.5 |
| 848 | 2026-08-25T07:30:18.872Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 849 | 2026-08-25T07:30:18.872Z | Downloaded thiserror-no-std v2.0.2 |
| 850 | 2026-08-25T07:30:18.872Z | Downloaded tracing-core v0.1.36 |
| 851 | 2026-08-25T07:30:18.872Z | Downloaded icu_provider v2.1.1 |
| 852 | 2026-08-25T07:30:18.872Z | Downloaded serde_with_macros v3.21.0 |
| 853 | 2026-08-25T07:30:18.872Z | Downloaded instability v0.3.11 |
| 854 | 2026-08-25T07:30:18.872Z | Downloaded hickory-server v0.25.2 |
| 855 | 2026-08-25T07:30:18.872Z | Downloaded inout v0.2.2 |
| 856 | 2026-08-25T07:30:18.872Z | Downloaded hashbrown v0.12.3 |
| 857 | 2026-08-25T07:30:18.872Z | Downloaded hashbrown v0.13.2 |
| 858 | 2026-08-25T07:30:18.872Z | Downloaded hickory-resolver v0.24.4 |
| 859 | 2026-08-25T07:30:18.872Z | Downloaded http v1.4.2 |
| 860 | 2026-08-25T07:30:18.873Z | Downloaded publicsuffix v2.3.0 |
| 861 | 2026-08-25T07:30:18.873Z | Downloaded quinn v0.11.11 |
| 862 | 2026-08-25T07:30:18.873Z | Downloaded samael v0.0.19 |
| 863 | 2026-08-25T07:30:18.873Z | Downloaded mime v0.3.17 |
| 864 | 2026-08-25T07:30:18.873Z | Downloaded num v0.4.3 |
| 865 | 2026-08-25T07:30:18.873Z | Downloaded olpc-cjson v0.1.4 |
| 866 | 2026-08-25T07:30:18.873Z | Downloaded oso-derive v0.27.3 |
| 867 | 2026-08-25T07:30:18.873Z | Downloaded critical-section v1.2.0 |
| 868 | 2026-08-25T07:30:18.873Z | Downloaded ctr v0.10.1 |
| 869 | 2026-08-25T07:30:18.873Z | Downloaded parse-size v1.1.0 |
| 870 | 2026-08-25T07:30:18.873Z | Downloaded const_format v0.2.35 |
| 871 | 2026-08-25T07:30:18.873Z | Downloaded russh-util v0.52.0 |
| 872 | 2026-08-25T07:30:18.873Z | Downloaded unsafe-libyaml v0.2.11 |
| 873 | 2026-08-25T07:30:18.873Z | Downloaded zip v0.6.6 |
| 874 | 2026-08-25T07:30:18.873Z | Downloaded num-traits v0.2.19 |
| 875 | 2026-08-25T07:30:18.873Z | Downloaded ed25519 v2.2.3 |
| 876 | 2026-08-25T07:30:18.873Z | Downloaded spin v0.9.8 |
| 877 | 2026-08-25T07:30:18.873Z | Downloaded defmt v1.0.1 |
| 878 | 2026-08-25T07:30:18.873Z | Downloaded recursive v0.1.1 |
| 879 | 2026-08-25T07:30:18.873Z | Downloaded ref-cast-impl v1.0.25 |
| 880 | 2026-08-25T07:30:18.873Z | Downloaded strip-ansi-escapes v0.2.1 |
| 881 | 2026-08-25T07:30:18.873Z | Downloaded steno v0.4.1 |
| 882 | 2026-08-25T07:30:18.873Z | Downloaded keccak v0.2.0 |
| 883 | 2026-08-25T07:30:18.873Z | Downloaded seq-macro v0.3.6 |
| 884 | 2026-08-25T07:30:18.873Z | Downloaded serde_repr v0.1.20 |
| 885 | 2026-08-25T07:30:18.873Z | Downloaded darling_core v0.20.11 |
| 886 | 2026-08-25T07:30:18.873Z | Downloaded parking_lot v0.11.2 |
| 887 | 2026-08-25T07:30:18.873Z | Downloaded parking_lot v0.12.5 |
| 888 | 2026-08-25T07:30:18.873Z | Downloaded strum v0.27.2 |
| 889 | 2026-08-25T07:30:18.873Z | Downloaded tabwriter v1.4.1 |
| 890 | 2026-08-25T07:30:18.873Z | Downloaded testing_table v0.3.0 |
| 891 | 2026-08-25T07:30:18.873Z | Downloaded knus v3.4.0 |
| 892 | 2026-08-25T07:30:18.873Z | Downloaded try-lock v0.2.5 |
| 893 | 2026-08-25T07:30:18.873Z | Downloaded libloading v0.8.9 |
| 894 | 2026-08-25T07:30:18.873Z | Downloaded toml_edit v0.19.15 |
| 895 | 2026-08-25T07:30:18.873Z | Downloaded linear-map v1.2.0 |
| 896 | 2026-08-25T07:30:18.874Z | Downloaded native-tls v0.2.18 |
| 897 | 2026-08-25T07:30:18.874Z | Downloaded nanorand v0.7.0 |
| 898 | 2026-08-25T07:30:19.027Z | Downloaded nu-ansi-term v0.50.3 |
| 899 | 2026-08-25T07:30:19.027Z | Downloaded universal-hash v0.6.1 |
| 900 | 2026-08-25T07:30:19.027Z | Downloaded module-lattice v0.2.3 |
| 901 | 2026-08-25T07:30:19.027Z | Downloaded vergen-git2 v9.1.0 |
| 902 | 2026-08-25T07:30:19.027Z | Downloaded socket2 v0.6.3 |
| 903 | 2026-08-25T07:30:19.027Z | Downloaded peg v0.8.5 |
| 904 | 2026-08-25T07:30:19.027Z | Downloaded convert_case v0.4.0 |
| 905 | 2026-08-25T07:30:19.027Z | Downloaded cstr-argument v0.1.2 |
| 906 | 2026-08-25T07:30:19.028Z | Downloaded difflib v0.4.0 |
| 907 | 2026-08-25T07:30:19.028Z | Downloaded dtrace-parser v0.3.0 |
| 908 | 2026-08-25T07:30:19.028Z | Downloaded defmt v0.3.100 |
| 909 | 2026-08-25T07:30:19.028Z | Downloaded elliptic-curve v0.13.8 |
| 910 | 2026-08-25T07:30:19.028Z | Downloaded yansi v1.0.1 |
| 911 | 2026-08-25T07:30:19.028Z | Downloaded crossbeam-channel v0.5.15 |
| 912 | 2026-08-25T07:30:19.028Z | Downloaded subprocess v0.2.15 |
| 913 | 2026-08-25T07:30:19.028Z | Downloaded port-file v0.1.0 |
| 914 | 2026-08-25T07:30:19.028Z | Downloaded sec1 v0.7.3 |
| 915 | 2026-08-25T07:30:19.028Z | Downloaded pkcs8 v0.10.2 |
| 916 | 2026-08-25T07:30:19.028Z | Downloaded pkg-config v0.3.32 |
| 917 | 2026-08-25T07:30:19.028Z | Downloaded resolv-conf v0.7.6 |
| 918 | 2026-08-25T07:30:19.028Z | Downloaded darling_macro v0.20.11 |
| 919 | 2026-08-25T07:30:19.028Z | Downloaded rand v0.10.1 |
| 920 | 2026-08-25T07:30:19.028Z | Downloaded internet-checksum v0.2.1 |
| 921 | 2026-08-25T07:30:19.028Z | Downloaded kstat-rs v0.2.5 |
| 922 | 2026-08-25T07:30:19.028Z | Downloaded slog-async v2.8.0 |
| 923 | 2026-08-25T07:30:19.028Z | Downloaded memoffset v0.9.1 |
| 924 | 2026-08-25T07:30:19.028Z | Downloaded num-conv v0.2.0 |
| 925 | 2026-08-25T07:30:19.029Z | Downloaded prettyplease v0.2.37 |
| 926 | 2026-08-25T07:30:19.029Z | Downloaded slog-json v2.6.1 |
| 927 | 2026-08-25T07:30:19.029Z | Downloaded snafu-derive v0.8.9 |
| 928 | 2026-08-25T07:30:19.029Z | Downloaded zopfli v0.8.3 |
| 929 | 2026-08-25T07:30:19.029Z | Downloaded tokio-tungstenite v0.21.0 |
| 930 | 2026-08-25T07:30:19.029Z | Downloaded lzss v0.8.2 |
| 931 | 2026-08-25T07:30:19.029Z | Downloaded new_debug_unreachable v1.0.6 |
| 932 | 2026-08-25T07:30:19.029Z | Downloaded time-macros v0.2.27 |
| 933 | 2026-08-25T07:30:19.029Z | Downloaded packed_struct_codegen v0.10.1 |
| 934 | 2026-08-25T07:30:19.029Z | Downloaded phf_shared v0.13.1 |
| 935 | 2026-08-25T07:30:19.029Z | Downloaded minimal-lexical v0.2.1 |
| 936 | 2026-08-25T07:30:19.029Z | Downloaded tungstenite v0.21.0 |
| 937 | 2026-08-25T07:30:19.029Z | Downloaded slog v2.8.2 |
| 938 | 2026-08-25T07:30:19.029Z | Downloaded aes v0.9.1 |
| 939 | 2026-08-25T07:30:19.030Z | Downloaded newtype_derive v0.1.6 |
| 940 | 2026-08-25T07:30:19.030Z | Downloaded vsss-rs v3.3.4 |
| 941 | 2026-08-25T07:30:19.030Z | Downloaded openssl-probe v0.1.6 |
| 942 | 2026-08-25T07:30:19.030Z | Downloaded openssl-probe v0.2.1 |
| 943 | 2026-08-25T07:30:19.030Z | Downloaded owo-colors v4.3.0 |
| 944 | 2026-08-25T07:30:19.030Z | Downloaded xshell v0.2.7 |
| 945 | 2026-08-25T07:30:19.030Z | Downloaded zstd v0.13.3 |
| 946 | 2026-08-25T07:30:19.030Z | Downloaded crossbeam-deque v0.8.6 |
| 947 | 2026-08-25T07:30:19.030Z | Downloaded precomputed-hash v0.1.1 |
| 948 | 2026-08-25T07:30:19.030Z | Downloaded proc-macro-crate v3.4.0 |
| 949 | 2026-08-25T07:30:19.030Z | Downloaded aes-gcm v0.11.0 |
| 950 | 2026-08-25T07:30:19.030Z | Downloaded cookie v0.18.1 |
| 951 | 2026-08-25T07:30:19.030Z | Downloaded digest v0.11.3 |
| 952 | 2026-08-25T07:30:19.030Z | Downloaded p256 v0.14.0 |
| 953 | 2026-08-25T07:30:19.031Z | Downloaded poly1305 v0.8.0 |
| 954 | 2026-08-25T07:30:19.031Z | Downloaded convert_case v0.10.0 |
| 955 | 2026-08-25T07:30:19.031Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 956 | 2026-08-25T07:30:19.031Z | Downloaded tar v0.4.46 |
| 957 | 2026-08-25T07:30:19.031Z | Downloaded pkcs8 v0.11.0 |
| 958 | 2026-08-25T07:30:19.031Z | Downloaded der_derive v0.7.3 |
| 959 | 2026-08-25T07:30:19.031Z | Downloaded drift v0.2.0 |
| 960 | 2026-08-25T07:30:19.031Z | Downloaded ingot-types v0.2.0 |
| 961 | 2026-08-25T07:30:19.031Z | Downloaded rustyline v14.0.0 |
| 962 | 2026-08-25T07:30:19.031Z | Downloaded secrecy v0.8.0 |
| 963 | 2026-08-25T07:30:19.031Z | Downloaded sha1 v0.11.0 |
| 964 | 2026-08-25T07:30:19.031Z | Downloaded postgres-types v0.2.12 |
| 965 | 2026-08-25T07:30:19.031Z | Downloaded derive_builder v0.20.2 |
| 966 | 2026-08-25T07:30:19.031Z | Downloaded salsa20 v0.11.0 |
| 967 | 2026-08-25T07:30:19.031Z | Downloaded siphasher v1.0.2 |
| 968 | 2026-08-25T07:30:19.031Z | Downloaded smallvec v1.15.1 |
| 969 | 2026-08-25T07:30:19.031Z | Downloaded derive_more-impl v2.1.1 |
| 970 | 2026-08-25T07:30:19.031Z | Downloaded derive_more v0.99.20 |
| 971 | 2026-08-25T07:30:19.032Z | Downloaded supports-color v3.0.2 |
| 972 | 2026-08-25T07:30:19.032Z | Downloaded twox-hash v2.1.2 |
| 973 | 2026-08-25T07:30:19.032Z | Downloaded schemars v0.9.0 |
| 974 | 2026-08-25T07:30:19.032Z | Downloaded scuffle v0.1.0 |
| 975 | 2026-08-25T07:30:19.032Z | Downloaded term v0.7.0 |
| 976 | 2026-08-25T07:30:19.032Z | Downloaded unicode-segmentation v1.12.0 |
| 977 | 2026-08-25T07:30:19.032Z | Downloaded usdt-impl v0.6.0 |
| 978 | 2026-08-25T07:30:19.032Z | Downloaded tokio-stream v0.1.18 |
| 979 | 2026-08-25T07:30:19.032Z | Downloaded strsim v0.10.0 |
| 980 | 2026-08-25T07:30:19.032Z | Downloaded tap v1.0.1 |
| 981 | 2026-08-25T07:30:19.032Z | Downloaded usdt-attr-macro v0.6.0 |
| 982 | 2026-08-25T07:30:19.032Z | Downloaded pem-rfc7468 v1.0.0 |
| 983 | 2026-08-25T07:30:19.032Z | Downloaded unicode-properties v0.1.4 |
| 984 | 2026-08-25T07:30:19.032Z | Downloaded vergen-gitcl v1.0.8 |
| 985 | 2026-08-25T07:30:19.032Z | Downloaded proc-macro-crate v1.3.1 |
| 986 | 2026-08-25T07:30:19.032Z | Downloaded rand_core v0.10.0 |
| 987 | 2026-08-25T07:30:19.032Z | Downloaded unicode-xid v0.2.6 |
| 988 | 2026-08-25T07:30:19.032Z | Downloaded ron v0.8.1 |
| 989 | 2026-08-25T07:30:19.032Z | Downloaded dof v0.4.0 |
| 990 | 2026-08-25T07:30:19.032Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 991 | 2026-08-25T07:30:19.032Z | Downloaded inout v0.1.4 |
| 992 | 2026-08-25T07:30:19.032Z | Downloaded instant v0.1.13 |
| 993 | 2026-08-25T07:30:19.032Z | Downloaded papergrid v0.18.0 |
| 994 | 2026-08-25T07:30:19.032Z | Downloaded pkcs5 v0.8.1 |
| 995 | 2026-08-25T07:30:19.032Z | Downloaded rustc-demangle v0.1.27 |
| 996 | 2026-08-25T07:30:19.032Z | Downloaded semver v0.1.20 |
| 997 | 2026-08-25T07:30:19.032Z | Downloaded cpufeatures v0.3.0 |
| 998 | 2026-08-25T07:30:19.088Z | Downloaded defmt-parser v1.0.0 |
| 999 | 2026-08-25T07:30:19.088Z | Downloaded digest-io v0.1.0 |
| 1000 | 2026-08-25T07:30:19.088Z | Downloaded hyper-tls v0.6.0 |
| 1001 | 2026-08-25T07:30:19.088Z | Downloaded jiff-static v0.2.34 |
| 1002 | 2026-08-25T07:30:19.088Z | Downloaded num-bigint-dig v0.8.6 |
| 1003 | 2026-08-25T07:30:19.088Z | Downloaded icu_normalizer v2.1.1 |
| 1004 | 2026-08-25T07:30:19.088Z | Downloaded indicatif v0.18.4 |
| 1005 | 2026-08-25T07:30:19.088Z | Downloaded litemap v0.8.1 |
| 1006 | 2026-08-25T07:30:19.088Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1007 | 2026-08-25T07:30:19.088Z | Downloaded similar v2.7.0 |
| 1008 | 2026-08-25T07:30:19.088Z | Downloaded lru-slab v0.1.2 |
| 1009 | 2026-08-25T07:30:19.088Z | Downloaded ssh-encoding v0.3.0 |
| 1010 | 2026-08-25T07:30:19.088Z | Downloaded rustls-pemfile v2.2.0 |
| 1011 | 2026-08-25T07:30:19.088Z | Downloaded lazy_static v1.5.0 |
| 1012 | 2026-08-25T07:30:19.088Z | Downloaded slog-stdlog v4.1.1 |
| 1013 | 2026-08-25T07:30:19.089Z | Downloaded nodrop v0.1.14 |
| 1014 | 2026-08-25T07:30:19.089Z | Downloaded opaque-debug v0.3.1 |
| 1015 | 2026-08-25T07:30:19.089Z | Downloaded hashbrown v0.14.5 |
| 1016 | 2026-08-25T07:30:19.089Z | Downloaded hashbrown v0.16.1 |
| 1017 | 2026-08-25T07:30:19.089Z | Downloaded tokio-postgres v0.7.16 |
| 1018 | 2026-08-25T07:30:19.089Z | Downloaded wyz v0.5.1 |
| 1019 | 2026-08-25T07:30:19.089Z | Downloaded hashbrown v0.15.5 |
| 1020 | 2026-08-25T07:30:19.089Z | Downloaded toml v0.7.8 |
| 1021 | 2026-08-25T07:30:19.089Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1022 | 2026-08-25T07:30:19.089Z | Downloaded diesel_derives v2.3.7 |
| 1023 | 2026-08-25T07:30:19.089Z | Downloaded sqlformat v0.3.5 |
| 1024 | 2026-08-25T07:30:19.089Z | Downloaded scroll_derive v0.13.1 |
| 1025 | 2026-08-25T07:30:19.089Z | Downloaded progenitor-macro v0.14.0 |
| 1026 | 2026-08-25T07:30:19.089Z | Downloaded trait-variant v0.1.2 |
| 1027 | 2026-08-25T07:30:19.089Z | Downloaded walkdir v2.5.0 |
| 1028 | 2026-08-25T07:30:19.089Z | Downloaded serde_spanned v1.1.1 |
| 1029 | 2026-08-25T07:30:19.089Z | Downloaded take_mut v0.2.2 |
| 1030 | 2026-08-25T07:30:19.089Z | Downloaded tagptr v0.2.0 |
| 1031 | 2026-08-25T07:30:19.089Z | Downloaded parking_lot_core v0.8.6 |
| 1032 | 2026-08-25T07:30:19.089Z | Downloaded rsa v0.9.10 |
| 1033 | 2026-08-25T07:30:19.089Z | Downloaded usdt-macro v0.6.0 |
| 1034 | 2026-08-25T07:30:19.089Z | Downloaded crossterm v0.28.1 |
| 1035 | 2026-08-25T07:30:19.089Z | Downloaded ed25519 v3.0.0 |
| 1036 | 2026-08-25T07:30:19.089Z | Downloaded hyper-staticfile v0.10.1 |
| 1037 | 2026-08-25T07:30:19.090Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1038 | 2026-08-25T07:30:19.090Z | Downloaded darling_macro v0.13.4 |
| 1039 | 2026-08-25T07:30:19.090Z | Downloaded darling_macro v0.21.3 |
| 1040 | 2026-08-25T07:30:19.090Z | Downloaded sha2 v0.11.0 |
| 1041 | 2026-08-25T07:30:19.090Z | Downloaded cpubits v0.1.1 |
| 1042 | 2026-08-25T07:30:19.090Z | Downloaded dropshot_endpoint v0.17.1 |
| 1043 | 2026-08-25T07:30:19.090Z | Downloaded icu_properties v2.1.2 |
| 1044 | 2026-08-25T07:30:19.090Z | Downloaded tokio-util v0.7.18 |
| 1045 | 2026-08-25T07:30:19.090Z | Downloaded scroll v0.13.0 |
| 1046 | 2026-08-25T07:30:19.090Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1047 | 2026-08-25T07:30:19.090Z | Downloaded phf_shared v0.12.1 |
| 1048 | 2026-08-25T07:30:19.090Z | Downloaded illumos-nvpair v0.3.0 |
| 1049 | 2026-08-25T07:30:19.090Z | Downloaded linked-hash-map v0.5.6 |
| 1050 | 2026-08-25T07:30:19.090Z | Downloaded document-features v0.2.12 |
| 1051 | 2026-08-25T07:30:19.090Z | Downloaded is-terminal v0.4.17 |
| 1052 | 2026-08-25T07:30:19.090Z | Downloaded kem v0.3.0 |
| 1053 | 2026-08-25T07:30:19.090Z | Downloaded psl-types v2.0.11 |
| 1054 | 2026-08-25T07:30:19.090Z | Downloaded reedline v0.40.0 |
| 1055 | 2026-08-25T07:30:19.090Z | Downloaded progenitor v0.14.0 |
| 1056 | 2026-08-25T07:30:19.090Z | Downloaded itertools v0.10.5 |
| 1057 | 2026-08-25T07:30:19.090Z | Downloaded tokio-rustls v0.26.4 |
| 1058 | 2026-08-25T07:30:19.090Z | Downloaded term v1.2.1 |
| 1059 | 2026-08-25T07:30:19.090Z | Downloaded zerocopy v0.6.6 |
| 1060 | 2026-08-25T07:30:19.090Z | Downloaded rustc_version v0.4.1 |
| 1061 | 2026-08-25T07:30:19.091Z | Downloaded num-derive v0.4.2 |
| 1062 | 2026-08-25T07:30:19.091Z | Downloaded rand_chacha v0.9.0 |
| 1063 | 2026-08-25T07:30:19.091Z | Downloaded rand_core v0.6.4 |
| 1064 | 2026-08-25T07:30:19.091Z | Downloaded rusty-fork v0.3.1 |
| 1065 | 2026-08-25T07:30:19.091Z | Downloaded serde_derive_internals v0.29.1 |
| 1066 | 2026-08-25T07:30:19.091Z | Downloaded spki v0.7.3 |
| 1067 | 2026-08-25T07:30:19.091Z | Downloaded tokio-dtrace v0.1.1 |
| 1068 | 2026-08-25T07:30:19.091Z | Downloaded libscf-sys v1.2.0 |
| 1069 | 2026-08-25T07:30:19.091Z | Downloaded lru-cache v0.1.2 |
| 1070 | 2026-08-25T07:30:19.091Z | Downloaded sapling-renderdag v0.1.0 |
| 1071 | 2026-08-25T07:30:19.091Z | Downloaded crossbeam-utils v0.8.21 |
| 1072 | 2026-08-25T07:30:19.091Z | Downloaded vergen v9.1.0 |
| 1073 | 2026-08-25T07:30:19.091Z | Downloaded hkdf v0.12.4 |
| 1074 | 2026-08-25T07:30:19.091Z | Downloaded strum_macros v0.26.4 |
| 1075 | 2026-08-25T07:30:19.091Z | Downloaded zerotrie v0.2.3 |
| 1076 | 2026-08-25T07:30:19.091Z | Downloaded thread-id v5.1.0 |
| 1077 | 2026-08-25T07:30:19.091Z | Downloaded aho-corasick v1.1.4 |
| 1078 | 2026-08-25T07:30:19.091Z | Downloaded futures-util v0.3.32 |
| 1079 | 2026-08-25T07:30:19.091Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1080 | 2026-08-25T07:30:19.091Z | Downloaded unarray v0.1.4 |
| 1081 | 2026-08-25T07:30:19.091Z | Downloaded des v0.9.0 |
| 1082 | 2026-08-25T07:30:19.091Z | Downloaded crossbeam-epoch v0.9.18 |
| 1083 | 2026-08-25T07:30:19.091Z | Downloaded rsa v0.10.0-rc.18 |
| 1084 | 2026-08-25T07:30:19.091Z | Downloaded darling v0.20.11 |
| 1085 | 2026-08-25T07:30:19.091Z | Downloaded tower-service v0.3.3 |
| 1086 | 2026-08-25T07:30:19.091Z | Downloaded crossterm v0.29.0 |
| 1087 | 2026-08-25T07:30:19.091Z | Downloaded crc8 v0.1.1 |
| 1088 | 2026-08-25T07:30:19.092Z | Downloaded crunchy v0.2.4 |
| 1089 | 2026-08-25T07:30:19.092Z | Downloaded libsw-core v0.3.2 |
| 1090 | 2026-08-25T07:30:19.092Z | Downloaded ryu v1.0.23 |
| 1091 | 2026-08-25T07:30:19.092Z | Downloaded whoami v2.1.0 |
| 1092 | 2026-08-25T07:30:19.092Z | Downloaded yoke v0.8.1 |
| 1093 | 2026-08-25T07:30:19.092Z | Downloaded corncobs v0.1.4 |
| 1094 | 2026-08-25T07:30:19.092Z | Downloaded displaydoc v0.2.5 |
| 1095 | 2026-08-25T07:30:19.092Z | Downloaded rustls-webpki v0.103.13 |
| 1096 | 2026-08-25T07:30:19.092Z | Downloaded schemars v1.2.1 |
| 1097 | 2026-08-25T07:30:19.092Z | Downloaded memmap2 v0.9.10 |
| 1098 | 2026-08-25T07:30:19.124Z | Downloaded oxide-update-engine v0.1.2 |
| 1099 | 2026-08-25T07:30:19.124Z | Downloaded match_cfg v0.1.0 |
| 1100 | 2026-08-25T07:30:19.124Z | Downloaded h2 v0.4.15 |
| 1101 | 2026-08-25T07:30:19.124Z | Downloaded itertools v0.12.1 |
| 1102 | 2026-08-25T07:30:19.124Z | Downloaded zerocopy-derive v0.8.55 |
| 1103 | 2026-08-25T07:30:19.124Z | Downloaded num_enum_derive v0.7.6 |
| 1104 | 2026-08-25T07:30:19.124Z | Downloaded quinn-udp v0.5.14 |
| 1105 | 2026-08-25T07:30:19.124Z | Downloaded tinyvec v1.10.0 |
| 1106 | 2026-08-25T07:30:19.124Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1107 | 2026-08-25T07:30:19.124Z | Downloaded serde_cbor v0.11.2 |
| 1108 | 2026-08-25T07:30:19.125Z | Downloaded ssh-cipher v0.3.0 |
| 1109 | 2026-08-25T07:30:19.125Z | Downloaded psm v0.1.30 |
| 1110 | 2026-08-25T07:30:19.125Z | Downloaded serde_bytes v0.11.19 |
| 1111 | 2026-08-25T07:30:19.125Z | Downloaded slab v0.4.12 |
| 1112 | 2026-08-25T07:30:19.125Z | Downloaded tokio-macros v2.7.0 |
| 1113 | 2026-08-25T07:30:19.125Z | Downloaded reqwest v0.13.2 |
| 1114 | 2026-08-25T07:30:19.125Z | Downloaded crypto-bigint v0.5.5 |
| 1115 | 2026-08-25T07:30:19.125Z | Downloaded xshell-macros v0.2.7 |
| 1116 | 2026-08-25T07:30:19.125Z | Downloaded der v0.8.0 |
| 1117 | 2026-08-25T07:30:19.125Z | Downloaded termios v0.3.3 |
| 1118 | 2026-08-25T07:30:19.125Z | Downloaded vergen-lib v0.1.6 |
| 1119 | 2026-08-25T07:30:19.125Z | Downloaded zstd-safe v7.2.4 |
| 1120 | 2026-08-25T07:30:19.125Z | Downloaded universal-hash v0.5.1 |
| 1121 | 2026-08-25T07:30:19.125Z | Downloaded sqlparser_derive v0.5.0 |
| 1122 | 2026-08-25T07:30:19.125Z | Downloaded pin-project v1.1.11 |
| 1123 | 2026-08-25T07:30:19.125Z | Downloaded primefield v0.14.0 |
| 1124 | 2026-08-25T07:30:19.125Z | Downloaded topological-sort v0.2.2 |
| 1125 | 2026-08-25T07:30:19.125Z | Downloaded libefi-sys v0.1.0 |
| 1126 | 2026-08-25T07:30:19.125Z | Downloaded crc-catalog v2.4.0 |
| 1127 | 2026-08-25T07:30:19.125Z | Downloaded path-slash v0.1.5 |
| 1128 | 2026-08-25T07:30:19.125Z | Downloaded shell-words v1.1.1 |
| 1129 | 2026-08-25T07:30:19.125Z | Downloaded keccak v0.1.6 |
| 1130 | 2026-08-25T07:30:19.125Z | Downloaded utf8_iter v1.0.4 |
| 1131 | 2026-08-25T07:30:19.125Z | Downloaded hkdf v0.13.0 |
| 1132 | 2026-08-25T07:30:19.125Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1133 | 2026-08-25T07:30:19.125Z | Downloaded litrs v1.0.0 |
| 1134 | 2026-08-25T07:30:19.125Z | Downloaded num-rational v0.4.2 |
| 1135 | 2026-08-25T07:30:19.125Z | Downloaded progenitor-macro v0.13.0 |
| 1136 | 2026-08-25T07:30:19.125Z | Downloaded rustc_version v0.1.7 |
| 1137 | 2026-08-25T07:30:19.126Z | Downloaded slog-envlogger v2.2.0 |
| 1138 | 2026-08-25T07:30:19.126Z | Downloaded rustls-pki-types v1.14.0 |
| 1139 | 2026-08-25T07:30:19.126Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1140 | 2026-08-25T07:30:19.126Z | Downloaded unicode-bidi v0.3.18 |
| 1141 | 2026-08-25T07:30:19.126Z | Downloaded progenitor-client v0.13.0 |
| 1142 | 2026-08-25T07:30:19.126Z | Downloaded smallvec v0.6.14 |
| 1143 | 2026-08-25T07:30:19.126Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1144 | 2026-08-25T07:30:19.126Z | Downloaded stacker v0.1.23 |
| 1145 | 2026-08-25T07:30:19.126Z | Downloaded darling_core v0.21.3 |
| 1146 | 2026-08-25T07:30:19.126Z | Downloaded constant_time_eq v0.4.2 |
| 1147 | 2026-08-25T07:30:19.126Z | Downloaded russh-cryptovec v0.62.0 |
| 1148 | 2026-08-25T07:30:19.126Z | Downloaded diesel-dtrace v0.5.0 |
| 1149 | 2026-08-25T07:30:19.126Z | Downloaded darling v0.13.4 |
| 1150 | 2026-08-25T07:30:19.126Z | Downloaded structmeta-derive v0.3.0 |
| 1151 | 2026-08-25T07:30:19.126Z | Downloaded thread_local v1.1.9 |
| 1152 | 2026-08-25T07:30:19.126Z | Downloaded ipnet v2.12.0 |
| 1153 | 2026-08-25T07:30:19.126Z | Downloaded rustls-native-certs v0.8.3 |
| 1154 | 2026-08-25T07:30:19.126Z | Downloaded rustversion v1.0.22 |
| 1155 | 2026-08-25T07:30:19.126Z | Downloaded progenitor v0.13.0 |
| 1156 | 2026-08-25T07:30:19.126Z | Downloaded ecdsa v0.16.9 |
| 1157 | 2026-08-25T07:30:19.126Z | Downloaded daft-derive v0.1.8 |
| 1158 | 2026-08-25T07:30:19.126Z | Downloaded primeorder v0.14.0 |
| 1159 | 2026-08-25T07:30:19.126Z | Downloaded parse-display-derive v0.10.0 |
| 1160 | 2026-08-25T07:30:19.126Z | Downloaded indent_write v2.2.0 |
| 1161 | 2026-08-25T07:30:19.126Z | Downloaded reqwest v0.12.28 |
| 1162 | 2026-08-25T07:30:19.127Z | Downloaded hyper-rustls v0.27.7 |
| 1163 | 2026-08-25T07:30:19.127Z | Downloaded snafu v0.8.9 |
| 1164 | 2026-08-25T07:30:19.127Z | Downloaded icu_collections v2.1.1 |
| 1165 | 2026-08-25T07:30:19.127Z | Downloaded p384 v0.14.0 |
| 1166 | 2026-08-25T07:30:19.127Z | Downloaded rfc6979 v0.4.0 |
| 1167 | 2026-08-25T07:30:19.127Z | Downloaded derive-ex v0.1.8 |
| 1168 | 2026-08-25T07:30:19.127Z | Downloaded static_assertions v1.1.0 |
| 1169 | 2026-08-25T07:30:19.127Z | Downloaded tls_codec v0.4.2 |
| 1170 | 2026-08-25T07:30:19.127Z | Downloaded want v0.3.1 |
| 1171 | 2026-08-25T07:30:19.127Z | Downloaded tinystr v0.8.2 |
| 1172 | 2026-08-25T07:30:19.127Z | Downloaded parse-display v0.10.0 |
| 1173 | 2026-08-25T07:30:19.127Z | Downloaded zeroize_derive v1.5.0 |
| 1174 | 2026-08-25T07:30:19.127Z | Downloaded hyper-util v0.1.20 |
| 1175 | 2026-08-25T07:30:19.127Z | Downloaded same-file v1.0.6 |
| 1176 | 2026-08-25T07:30:19.127Z | Downloaded slog-dtrace v0.3.0 |
| 1177 | 2026-08-25T07:30:19.127Z | Downloaded libxml v0.3.3 |
| 1178 | 2026-08-25T07:30:19.127Z | Downloaded defmt-macros v1.0.1 |
| 1179 | 2026-08-25T07:30:19.127Z | Downloaded password-hash v0.6.1 |
| 1180 | 2026-08-25T07:30:19.127Z | Downloaded rtoolbox v0.0.3 |
| 1181 | 2026-08-25T07:30:19.128Z | Downloaded blake3 v1.8.5 |
| 1182 | 2026-08-25T07:30:19.128Z | Downloaded derive_more v2.1.1 |
| 1183 | 2026-08-25T07:30:19.128Z | Downloaded miette-derive v7.6.0 |
| 1184 | 2026-08-25T07:30:19.128Z | Downloaded supports-hyperlinks v3.2.0 |
| 1185 | 2026-08-25T07:30:19.128Z | Downloaded debug-ignore v1.0.5 |
| 1186 | 2026-08-25T07:30:19.128Z | Downloaded derive-where v1.6.0 |
| 1187 | 2026-08-25T07:30:19.128Z | Downloaded tui-tree-widget v0.23.1 |
| 1188 | 2026-08-25T07:30:19.128Z | Downloaded dirs-next v2.0.0 |
| 1189 | 2026-08-25T07:30:19.128Z | Downloaded primeorder v0.13.6 |
| 1190 | 2026-08-25T07:30:19.128Z | Downloaded shlex v1.3.0 |
| 1191 | 2026-08-25T07:30:19.128Z | Downloaded signal-hook-mio v0.2.5 |
| 1192 | 2026-08-25T07:30:19.128Z | Downloaded multer v3.1.0 |
| 1193 | 2026-08-25T07:30:19.128Z | Downloaded powerfmt v0.2.0 |
| 1194 | 2026-08-25T07:30:19.128Z | Downloaded pem-rfc7468 v0.7.0 |
| 1195 | 2026-08-25T07:30:19.128Z | Downloaded tough v0.22.0 |
| 1196 | 2026-08-25T07:30:19.128Z | Downloaded ignore v0.4.25 |
| 1197 | 2026-08-25T07:30:19.128Z | Downloaded data-encoding v2.10.0 |
| 1198 | 2026-08-25T07:30:19.199Z | Downloaded sec1 v0.8.1 |
| 1199 | 2026-08-25T07:30:19.200Z | Downloaded support-bundle-viewer v0.1.2 |
| 1200 | 2026-08-25T07:30:19.200Z | Downloaded zone v0.3.1 |
| 1201 | 2026-08-25T07:30:19.200Z | Downloaded md5 v0.8.0 |
| 1202 | 2026-08-25T07:30:19.200Z | Downloaded writeable v0.6.2 |
| 1203 | 2026-08-25T07:30:19.200Z | Downloaded iana-time-zone v0.1.65 |
| 1204 | 2026-08-25T07:30:19.200Z | Downloaded mio v1.2.0 |
| 1205 | 2026-08-25T07:30:19.200Z | Downloaded test-strategy v0.4.5 |
| 1206 | 2026-08-25T07:30:19.200Z | Downloaded crc32fast v1.5.0 |
| 1207 | 2026-08-25T07:30:19.200Z | Downloaded bindgen v0.71.1 |
| 1208 | 2026-08-25T07:30:19.200Z | Downloaded progenitor-impl v0.14.0 |
| 1209 | 2026-08-25T07:30:19.200Z | Downloaded socket2 v0.5.10 |
| 1210 | 2026-08-25T07:30:19.200Z | Downloaded ecdsa v0.17.0 |
| 1211 | 2026-08-25T07:30:19.200Z | Downloaded phf v0.13.1 |
| 1212 | 2026-08-25T07:30:19.200Z | Downloaded slog-bunyan v2.5.0 |
| 1213 | 2026-08-25T07:30:19.200Z | Downloaded vte v0.14.1 |
| 1214 | 2026-08-25T07:30:19.200Z | Downloaded p384 v0.13.1 |
| 1215 | 2026-08-25T07:30:19.201Z | Downloaded winnow v0.6.26 |
| 1216 | 2026-08-25T07:30:19.201Z | Downloaded omicron-zone-package v0.12.3 |
| 1217 | 2026-08-25T07:30:19.201Z | Downloaded paste v1.0.15 |
| 1218 | 2026-08-25T07:30:19.201Z | Downloaded ppv-lite86 v0.2.21 |
| 1219 | 2026-08-25T07:30:19.201Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1220 | 2026-08-25T07:30:19.201Z | Downloaded vergen-lib v9.1.0 |
| 1221 | 2026-08-25T07:30:19.201Z | Downloaded csv-core v0.1.13 |
| 1222 | 2026-08-25T07:30:19.201Z | Downloaded scrypt v0.12.0 |
| 1223 | 2026-08-25T07:30:19.201Z | Downloaded chrono v0.4.45 |
| 1224 | 2026-08-25T07:30:19.201Z | Downloaded bitvec v1.0.1 |
| 1225 | 2026-08-25T07:30:19.201Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1226 | 2026-08-25T07:30:19.201Z | Downloaded tower v0.5.3 |
| 1227 | 2026-08-25T07:30:19.201Z | Downloaded typed-path v0.9.3 |
| 1228 | 2026-08-25T07:30:19.201Z | Downloaded russh v0.62.4 |
| 1229 | 2026-08-25T07:30:19.288Z | Downloaded git2 v0.20.4 |
| 1230 | 2026-08-25T07:30:19.288Z | Downloaded knus-derive v3.4.0 |
| 1231 | 2026-08-25T07:30:19.288Z | Downloaded ingot-macros v0.2.0 |
| 1232 | 2026-08-25T07:30:19.288Z | Downloaded string_cache v0.8.9 |
| 1233 | 2026-08-25T07:30:19.288Z | Downloaded indexmap v1.9.3 |
| 1234 | 2026-08-25T07:30:19.288Z | Downloaded aws-lc-rs v1.16.3 |
| 1235 | 2026-08-25T07:30:19.288Z | Downloaded sha3 v0.12.0 |
| 1236 | 2026-08-25T07:30:19.289Z | Downloaded hyper v1.10.1 |
| 1237 | 2026-08-25T07:30:19.289Z | Downloaded url v2.5.8 |
| 1238 | 2026-08-25T07:30:19.289Z | Downloaded diff v0.1.13 |
| 1239 | 2026-08-25T07:30:19.289Z | Downloaded rawzip v0.4.4 |
| 1240 | 2026-08-25T07:30:19.289Z | Downloaded ml-kem v0.3.2 |
| 1241 | 2026-08-25T07:30:19.289Z | Downloaded tungstenite v0.23.0 |
| 1242 | 2026-08-25T07:30:19.289Z | Downloaded winnow v1.0.3 |
| 1243 | 2026-08-25T07:30:19.289Z | Downloaded dropshot-api-manager v0.8.0 |
| 1244 | 2026-08-25T07:30:19.289Z | Downloaded miette v7.6.0 |
| 1245 | 2026-08-25T07:30:19.289Z | Downloaded nom v7.1.3 |
| 1246 | 2026-08-25T07:30:19.289Z | Downloaded zerovec v0.11.5 |
| 1247 | 2026-08-25T07:30:19.289Z | Downloaded qorb v0.4.1 |
| 1248 | 2026-08-25T07:30:19.289Z | Downloaded crypto-primes v0.7.2 |
| 1249 | 2026-08-25T07:30:19.289Z | Downloaded goblin v0.10.5 |
| 1250 | 2026-08-25T07:30:19.289Z | Downloaded icu_normalizer_data v2.1.1 |
| 1251 | 2026-08-25T07:30:19.289Z | Downloaded serde_with v1.14.0 |
| 1252 | 2026-08-25T07:30:19.289Z | Downloaded tabled v0.21.0 |
| 1253 | 2026-08-25T07:30:19.347Z | Downloaded icu_locale_core v2.1.1 |
| 1254 | 2026-08-25T07:30:19.347Z | Downloaded time v0.3.47 |
| 1255 | 2026-08-25T07:30:19.347Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1256 | 2026-08-25T07:30:19.347Z | Downloaded object v0.30.4 |
| 1257 | 2026-08-25T07:30:19.347Z | Downloaded iddqd v0.4.2 |
| 1258 | 2026-08-25T07:30:19.348Z | Downloaded rcgen v0.12.1 |
| 1259 | 2026-08-25T07:30:19.348Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1260 | 2026-08-25T07:30:19.348Z | Downloaded miniz_oxide v0.8.9 |
| 1261 | 2026-08-25T07:30:19.348Z | Downloaded num-bigint v0.4.6 |
| 1262 | 2026-08-25T07:30:19.348Z | Downloaded icu_properties_data v2.1.2 |
| 1263 | 2026-08-25T07:30:19.348Z | Downloaded itertools v0.13.0 |
| 1264 | 2026-08-25T07:30:19.348Z | Downloaded itertools v0.14.0 |
| 1265 | 2026-08-25T07:30:19.348Z | Downloaded openssl-sys v0.9.117 |
| 1266 | 2026-08-25T07:30:19.348Z | Downloaded winnow v0.5.40 |
| 1267 | 2026-08-25T07:30:19.348Z | Downloaded nix v0.27.1 |
| 1268 | 2026-08-25T07:30:19.348Z | Downloaded der v0.7.10 |
| 1269 | 2026-08-25T07:30:19.348Z | Downloaded ed25519-dalek v2.2.0 |
| 1270 | 2026-08-25T07:30:19.348Z | Downloaded portable-atomic v1.13.1 |
| 1271 | 2026-08-25T07:30:19.348Z | Downloaded darling_core v0.23.0 |
| 1272 | 2026-08-25T07:30:19.348Z | Downloaded libm v0.2.16 |
| 1273 | 2026-08-25T07:30:19.349Z | Downloaded rand v0.9.2 |
| 1274 | 2026-08-25T07:30:19.349Z | Downloaded smoltcp v0.9.1 |
| 1275 | 2026-08-25T07:30:19.349Z | Downloaded rand v0.8.6 |
| 1276 | 2026-08-25T07:30:19.349Z | Downloaded ed25519-dalek v3.0.0 |
| 1277 | 2026-08-25T07:30:19.349Z | Downloaded jiff-core v0.1.0 |
| 1278 | 2026-08-25T07:30:19.450Z | Downloaded nom v8.0.0 |
| 1279 | 2026-08-25T07:30:19.450Z | Downloaded x509-cert v0.2.5 |
| 1280 | 2026-08-25T07:30:19.450Z | Downloaded unicode-normalization v0.1.25 |
| 1281 | 2026-08-25T07:30:19.450Z | Downloaded unicode_categories v0.1.1 |
| 1282 | 2026-08-25T07:30:19.450Z | Downloaded rayon v1.11.0 |
| 1283 | 2026-08-25T07:30:19.450Z | Downloaded p521 v0.14.0 |
| 1284 | 2026-08-25T07:30:19.450Z | Downloaded proptest v1.11.0 |
| 1285 | 2026-08-25T07:30:19.451Z | Downloaded quick-xml v0.37.5 |
| 1286 | 2026-08-25T07:30:19.451Z | Downloaded zip v4.6.1 |
| 1287 | 2026-08-25T07:30:19.451Z | Downloaded gimli v0.32.3 |
| 1288 | 2026-08-25T07:30:19.451Z | Downloaded tower-http v0.6.8 |
| 1289 | 2026-08-25T07:30:19.451Z | Downloaded petname v2.0.2 |
| 1290 | 2026-08-25T07:30:19.451Z | Downloaded iri-string v0.7.10 |
| 1291 | 2026-08-25T07:30:19.539Z | Downloaded bstr v1.12.1 |
| 1292 | 2026-08-25T07:30:19.539Z | Downloaded idna v1.1.0 |
| 1293 | 2026-08-25T07:30:19.539Z | Downloaded lalrpop v0.19.12 |
| 1294 | 2026-08-25T07:30:19.539Z | Downloaded smoltcp v0.11.0 |
| 1295 | 2026-08-25T07:30:19.539Z | Downloaded regex v1.12.3 |
| 1296 | 2026-08-25T07:30:19.539Z | Downloaded itertools v0.15.0 |
| 1297 | 2026-08-25T07:30:19.539Z | Downloaded salty v0.3.0 |
| 1298 | 2026-08-25T07:30:19.540Z | Downloaded curve25519-dalek v4.1.3 |
| 1299 | 2026-08-25T07:30:19.540Z | Downloaded zerocopy v0.8.55 |
| 1300 | 2026-08-25T07:30:19.540Z | Downloaded serde_with v3.21.0 |
| 1301 | 2026-08-25T07:30:19.540Z | Downloaded polar-core v0.27.3 |
| 1302 | 2026-08-25T07:30:19.540Z | Downloaded quinn-proto v0.11.16 |
| 1303 | 2026-08-25T07:30:19.540Z | Downloaded rustls v0.23.41 |
| 1304 | 2026-08-25T07:30:19.540Z | Downloaded zlib-rs v0.6.2 |
| 1305 | 2026-08-25T07:30:19.540Z | Downloaded openssl v0.10.80 |
| 1306 | 2026-08-25T07:30:19.836Z | Downloaded vcpkg v0.2.15 |
| 1307 | 2026-08-25T07:30:19.836Z | Downloaded curve25519-dalek v5.0.0 |
| 1308 | 2026-08-25T07:30:19.836Z | Downloaded object v0.37.3 |
| 1309 | 2026-08-25T07:30:19.836Z | Downloaded crypto-bigint v0.7.5 |
| 1310 | 2026-08-25T07:30:19.836Z | Downloaded hickory-proto v0.24.4 |
| 1311 | 2026-08-25T07:30:19.836Z | Downloaded moka v0.12.13 |
| 1312 | 2026-08-25T07:30:19.836Z | Downloaded radix_trie v0.2.1 |
| 1313 | 2026-08-25T07:30:19.836Z | Downloaded rustix v0.38.44 |
| 1314 | 2026-08-25T07:30:19.836Z | Downloaded regex-syntax v0.8.10 |
| 1315 | 2026-08-25T07:30:19.836Z | Downloaded nix v0.31.2 |
| 1316 | 2026-08-25T07:30:19.836Z | Downloaded regress v0.10.5 |
| 1317 | 2026-08-25T07:30:19.836Z | Downloaded hickory-proto v0.25.2 |
| 1318 | 2026-08-25T07:30:20.348Z | Downloaded regex-syntax v0.6.29 |
| 1319 | 2026-08-25T07:30:20.348Z | Downloaded sqlparser v0.61.0 |
| 1320 | 2026-08-25T07:30:20.348Z | Downloaded regress v0.11.1 |
| 1321 | 2026-08-25T07:30:20.348Z | Downloaded nix v0.28.0 |
| 1322 | 2026-08-25T07:30:20.349Z | Downloaded sled v0.34.7 |
| 1323 | 2026-08-25T07:30:20.349Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1324 | 2026-08-25T07:30:20.349Z | Downloaded sha3 v0.11.0 |
| 1325 | 2026-08-25T07:30:20.349Z | Downloaded dropshot v0.17.1 |
| 1326 | 2026-08-25T07:30:20.349Z | Downloaded typify-impl v0.6.2 |
| 1327 | 2026-08-25T07:30:20.349Z | Downloaded tracing v0.1.44 |
| 1328 | 2026-08-25T07:30:20.349Z | Downloaded chrono-tz v0.10.4 |
| 1329 | 2026-08-25T07:30:20.349Z | Downloaded petgraph v0.6.5 |
| 1330 | 2026-08-25T07:30:20.349Z | Downloaded petgraph v0.8.3 |
| 1331 | 2026-08-25T07:30:20.349Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1332 | 2026-08-25T07:30:20.350Z | Downloaded ratatui v0.29.0 |
| 1333 | 2026-08-25T07:30:20.351Z | Downloaded diesel v2.3.7 |
| 1334 | 2026-08-25T07:30:20.351Z | Downloaded openapiv3 v2.2.0 |
| 1335 | 2026-08-25T07:30:20.351Z | Downloaded zerocopy-derive v0.6.6 |
| 1336 | 2026-08-25T07:30:20.351Z | Downloaded jiff v0.2.34 |
| 1337 | 2026-08-25T07:30:20.351Z | Downloaded regex-automata v0.4.14 |
| 1338 | 2026-08-25T07:30:20.561Z | Downloaded libz-sys v1.1.24 |
| 1339 | 2026-08-25T07:30:20.561Z | Downloaded tokio v1.52.1 |
| 1340 | 2026-08-25T07:30:20.561Z | Downloaded sha3 v0.10.8 |
| 1341 | 2026-08-25T07:30:20.561Z | Downloaded csv v1.4.0 |
| 1342 | 2026-08-25T07:30:20.561Z | Downloaded encoding_rs v0.8.35 |
| 1343 | 2026-08-25T07:30:20.561Z | Downloaded ring v0.17.14 |
| 1344 | 2026-08-25T07:30:20.561Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1345 | 2026-08-25T07:30:20.561Z | Downloaded aws-lc-sys v0.40.0 |
| 1346 | 2026-08-25T07:30:20.715Z | Compiling serde_core v1.0.229 |
| 1347 | 2026-08-25T07:30:20.716Z | Compiling libc v0.2.185 |
| 1348 | 2026-08-25T07:30:20.716Z | Compiling serde v1.0.229 |
| 1349 | 2026-08-25T07:30:20.716Z | Compiling log v0.4.33 |
| 1350 | 2026-08-25T07:30:20.716Z | Compiling smallvec v1.15.1 |
| 1351 | 2026-08-25T07:30:20.716Z | Compiling find-msvc-tools v0.1.9 |
| 1352 | 2026-08-25T07:30:20.730Z | Compiling shlex v1.3.0 |
| 1353 | 2026-08-25T07:30:20.730Z | Compiling syn v2.0.117 |
| 1354 | 2026-08-25T07:30:20.929Z | Compiling syn v3.0.3 |
| 1355 | 2026-08-25T07:30:21.091Z | Compiling subtle v2.6.1 |
| 1356 | 2026-08-25T07:30:21.439Z | Compiling scopeguard v1.2.0 |
| 1357 | 2026-08-25T07:30:21.439Z | Compiling stable_deref_trait v1.2.1 |
| 1358 | 2026-08-25T07:30:21.439Z | Compiling lock_api v0.4.14 |
| 1359 | 2026-08-25T07:30:21.439Z | Compiling typenum v1.20.1 |
| 1360 | 2026-08-25T07:30:21.439Z | Compiling zerocopy v0.8.55 |
| 1361 | 2026-08-25T07:30:21.439Z | Compiling portable-atomic v1.13.1 |
| 1362 | 2026-08-25T07:30:21.526Z | Compiling serde_json v1.0.151 |
| 1363 | 2026-08-25T07:30:21.658Z | Compiling critical-section v1.2.0 |
| 1364 | 2026-08-25T07:30:21.856Z | Compiling libm v0.2.16 |
| 1365 | 2026-08-25T07:30:21.856Z | Compiling errno v0.3.14 |
| 1366 | 2026-08-25T07:30:21.856Z | Compiling jobserver v0.1.34 |
| 1367 | 2026-08-25T07:30:21.900Z | Compiling getrandom v0.2.17 |
| 1368 | 2026-08-25T07:30:22.325Z | Compiling cc v1.2.56 |
| 1369 | 2026-08-25T07:30:22.518Z | Compiling num-traits v0.2.19 |
| 1370 | 2026-08-25T07:30:22.518Z | Compiling rand_core v0.6.4 |
| 1371 | 2026-08-25T07:30:22.518Z | Compiling once_cell v1.21.3 |
| 1372 | 2026-08-25T07:30:22.585Z | Compiling getrandom v0.4.3 |
| 1373 | 2026-08-25T07:30:22.586Z | Compiling pkg-config v0.3.32 |
| 1374 | 2026-08-25T07:30:22.586Z | Compiling generic-array v0.14.7 |
| 1375 | 2026-08-25T07:30:22.921Z | Compiling parking_lot_core v0.9.12 |
| 1376 | 2026-08-25T07:30:23.150Z | Compiling rand_core v0.10.0 |
| 1377 | 2026-08-25T07:30:23.150Z | Compiling const-oid v0.9.6 |
| 1378 | 2026-08-25T07:30:23.376Z | Compiling bitflags v2.11.0 |
| 1379 | 2026-08-25T07:30:23.607Z | Compiling pin-project-lite v0.2.17 |
| 1380 | 2026-08-25T07:30:23.674Z | Compiling litemap v0.8.1 |
| 1381 | 2026-08-25T07:30:23.674Z | Compiling writeable v0.6.2 |
| 1382 | 2026-08-25T07:30:23.674Z | Compiling percent-encoding v2.3.2 |
| 1383 | 2026-08-25T07:30:23.798Z | Compiling semver v1.0.28 |
| 1384 | 2026-08-25T07:30:23.858Z | Compiling signal-hook-registry v1.4.8 |
| 1385 | 2026-08-25T07:30:23.936Z | Compiling synstructure v0.13.2 |
| 1386 | 2026-08-25T07:30:24.056Z | Compiling futures-core v0.3.32 |
| 1387 | 2026-08-25T07:30:24.095Z | Compiling icu_properties_data v2.1.2 |
| 1388 | 2026-08-25T07:30:24.095Z | Compiling icu_normalizer_data v2.1.1 |
| 1389 | 2026-08-25T07:30:24.178Z | Compiling parking_lot v0.12.5 |
| 1390 | 2026-08-25T07:30:24.234Z | Compiling mio v1.2.0 |
| 1391 | 2026-08-25T07:30:25.056Z | Compiling rustix v1.1.4 |
| 1392 | 2026-08-25T07:30:25.056Z | Compiling getrandom v0.3.4 |
| 1393 | 2026-08-25T07:30:25.056Z | Compiling socket2 v0.6.3 |
| 1394 | 2026-08-25T07:30:25.056Z | Compiling utf8_iter v1.0.4 |
| 1395 | 2026-08-25T07:30:25.056Z | Compiling futures-sink v0.3.32 |
| 1396 | 2026-08-25T07:30:25.056Z | Compiling indexmap v2.14.0 |
| 1397 | 2026-08-25T07:30:25.056Z | Compiling futures-channel v0.3.32 |
| 1398 | 2026-08-25T07:30:25.056Z | Compiling form_urlencoded v1.2.2 |
| 1399 | 2026-08-25T07:30:25.056Z | Compiling serde_derive v1.0.229 |
| 1400 | 2026-08-25T07:30:25.064Z | Compiling futures-io v0.3.32 |
| 1401 | 2026-08-25T07:30:25.064Z | Compiling futures-task v0.3.32 |
| 1402 | 2026-08-25T07:30:25.064Z | Compiling slab v0.4.12 |
| 1403 | 2026-08-25T07:30:25.064Z | Compiling rustversion v1.0.22 |
| 1404 | 2026-08-25T07:30:25.164Z | Compiling iana-time-zone v0.1.65 |
| 1405 | 2026-08-25T07:30:25.226Z | Compiling regex-syntax v0.8.10 |
| 1406 | 2026-08-25T07:30:25.407Z | Compiling base64ct v1.8.3 |
| 1407 | 2026-08-25T07:30:25.510Z | Compiling rand_core v0.9.5 |
| 1408 | 2026-08-25T07:30:25.545Z | Compiling uuid v1.23.4 |
| 1409 | 2026-08-25T07:30:25.926Z | Compiling pem-rfc7468 v0.7.0 |
| 1410 | 2026-08-25T07:30:26.048Z | Compiling cmake v0.1.57 |
| 1411 | 2026-08-25T07:30:26.048Z | Compiling zeroize_derive v1.5.0 |
| 1412 | 2026-08-25T07:30:26.836Z | Compiling zerocopy-derive v0.8.55 |
| 1413 | 2026-08-25T07:30:26.951Z | Compiling zerofrom-derive v0.1.6 |
| 1414 | 2026-08-25T07:30:26.951Z | Compiling yoke-derive v0.8.1 |
| 1415 | 2026-08-25T07:30:26.951Z | Compiling zerovec-derive v0.11.2 |
| 1416 | 2026-08-25T07:30:26.951Z | Compiling displaydoc v0.2.5 |
| 1417 | 2026-08-25T07:30:26.951Z | Compiling tokio-macros v2.7.0 |
| 1418 | 2026-08-25T07:30:27.177Z | Compiling futures-macro v0.3.32 |
| 1419 | 2026-08-25T07:30:27.365Z | Compiling thiserror-impl v2.0.18 |
| 1420 | 2026-08-25T07:30:27.486Z | Compiling der_derive v0.7.3 |
| 1421 | 2026-08-25T07:30:27.507Z | Compiling flagset v0.4.7 |
| 1422 | 2026-08-25T07:30:27.711Z | Compiling ident_case v1.0.1 |
| 1423 | 2026-08-25T07:30:27.802Z | Compiling zerofrom v0.1.6 |
| 1424 | 2026-08-25T07:30:27.863Z | Compiling dunce v1.0.5 |
| 1425 | 2026-08-25T07:30:27.863Z | Compiling fs_extra v1.3.0 |
| 1426 | 2026-08-25T07:30:28.238Z | Compiling yoke v0.8.1 |
| 1427 | 2026-08-25T07:30:28.239Z | Compiling base64 v0.22.1 |
| 1428 | 2026-08-25T07:30:28.326Z | Compiling zerovec v0.11.5 |
| 1429 | 2026-08-25T07:30:28.326Z | Compiling zerotrie v0.2.3 |
| 1430 | 2026-08-25T07:30:28.327Z | Compiling futures-util v0.3.32 |
| 1431 | 2026-08-25T07:30:28.327Z | Compiling aws-lc-sys v0.40.0 |
| 1432 | 2026-08-25T07:30:28.437Z | Compiling serde_derive_internals v0.29.1 |
| 1433 | 2026-08-25T07:30:28.564Z | Compiling zeroize v1.9.0 |
| 1434 | 2026-08-25T07:30:28.654Z | Compiling bytes v1.11.1 |
| 1435 | 2026-08-25T07:30:28.740Z | Compiling tinystr v0.8.2 |
| 1436 | 2026-08-25T07:30:28.870Z | Compiling potential_utf v0.1.4 |
| 1437 | 2026-08-25T07:30:28.976Z | Compiling icu_locale_core v2.1.1 |
| 1438 | 2026-08-25T07:30:29.084Z | Compiling icu_collections v2.1.1 |
| 1439 | 2026-08-25T07:30:29.577Z | Compiling tokio v1.52.1 |
| 1440 | 2026-08-25T07:30:29.824Z | Compiling crypto-common v0.1.7 |
| 1441 | 2026-08-25T07:30:29.824Z | Compiling block-buffer v0.10.4 |
| 1442 | 2026-08-25T07:30:29.824Z | Compiling chrono v0.4.45 |
| 1443 | 2026-08-25T07:30:29.824Z | Compiling icu_provider v2.1.1 |
| 1444 | 2026-08-25T07:30:30.052Z | Compiling digest v0.10.7 |
| 1445 | 2026-08-25T07:30:30.143Z | Compiling icu_properties v2.1.2 |
| 1446 | 2026-08-25T07:30:30.143Z | Compiling icu_normalizer v2.1.1 |
| 1447 | 2026-08-25T07:30:30.143Z | Compiling thiserror v2.0.18 |
| 1448 | 2026-08-25T07:30:30.225Z | Compiling der v0.7.10 |
| 1449 | 2026-08-25T07:30:30.892Z | Compiling http v1.4.2 |
| 1450 | 2026-08-25T07:30:31.030Z | Compiling vcpkg v0.2.15 |
| 1451 | 2026-08-25T07:30:31.149Z | Compiling ppv-lite86 v0.2.21 |
| 1452 | 2026-08-25T07:30:31.189Z | Compiling idna_adapter v1.2.1 |
| 1453 | 2026-08-25T07:30:31.233Z | Compiling spki v0.7.3 |
| 1454 | 2026-08-25T07:30:31.375Z | Compiling idna v1.1.0 |
| 1455 | 2026-08-25T07:30:31.440Z | Compiling syn v1.0.109 |
| 1456 | 2026-08-25T07:30:31.466Z | Compiling rand_chacha v0.9.0 |
| 1457 | 2026-08-25T07:30:31.489Z | Compiling schemars v0.8.22 |
| 1458 | 2026-08-25T07:30:31.592Z | Compiling dyn-clone v1.0.20 |
| 1459 | 2026-08-25T07:30:31.738Z | Compiling openssl-sys v0.9.117 |
| 1460 | 2026-08-25T07:30:31.779Z | Compiling url v2.5.8 |
| 1461 | 2026-08-25T07:30:31.779Z | Compiling rand v0.9.2 |
| 1462 | 2026-08-25T07:30:31.955Z | Compiling schemars_derive v0.8.22 |
| 1463 | 2026-08-25T07:30:32.114Z | Compiling tracing-attributes v0.1.31 |
| 1464 | 2026-08-25T07:30:32.165Z | Compiling rustc_version v0.4.1 |
| 1465 | 2026-08-25T07:30:32.196Z | Compiling tracing-core v0.1.36 |
| 1466 | 2026-08-25T07:30:33.415Z | Compiling cpufeatures v0.2.17 |
| 1467 | 2026-08-25T07:30:33.458Z | Compiling simd-adler32 v0.3.8 |
| 1468 | 2026-08-25T07:30:33.458Z | Compiling aws-lc-rs v1.16.3 |
| 1469 | 2026-08-25T07:30:33.458Z | Compiling tempfile v3.27.0 |
| 1470 | 2026-08-25T07:30:33.458Z | Compiling pkcs8 v0.10.2 |
| 1471 | 2026-08-25T07:30:33.458Z | Compiling http-body v1.0.1 |
| 1472 | 2026-08-25T07:30:33.459Z | Compiling rustls-pki-types v1.14.0 |
| 1473 | 2026-08-25T07:30:33.459Z | Compiling spin v0.9.8 |
| 1474 | 2026-08-25T07:30:33.459Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-08-25T07:30:33.459Z | Compiling cmov v0.5.4 |
| 1476 | 2026-08-25T07:30:33.792Z | Compiling httparse v1.10.1 |
| 1477 | 2026-08-25T07:30:33.793Z | Compiling tracing v0.1.44 |
| 1478 | 2026-08-25T07:30:33.901Z | Compiling tokio-util v0.7.18 |
| 1479 | 2026-08-25T07:30:33.901Z | Compiling tinyvec_macros v0.1.1 |
| 1480 | 2026-08-25T07:30:33.901Z | Compiling openssl-probe v0.2.1 |
| 1481 | 2026-08-25T07:30:33.985Z | Compiling adler2 v2.0.1 |
| 1482 | 2026-08-25T07:30:34.018Z | Compiling miniz_oxide v0.8.9 |
| 1483 | 2026-08-25T07:30:34.018Z | Compiling tinyvec v1.10.0 |
| 1484 | 2026-08-25T07:30:34.018Z | Compiling ctutils v0.4.2 |
| 1485 | 2026-08-25T07:30:34.465Z | Compiling pest_generator v2.8.6 |
| 1486 | 2026-08-25T07:30:34.489Z | Compiling sha2 v0.10.9 |
| 1487 | 2026-08-25T07:30:34.661Z | Compiling terminal_size v0.4.3 |
| 1488 | 2026-08-25T07:30:35.059Z | Compiling aho-corasick v1.1.4 |
| 1489 | 2026-08-25T07:30:35.442Z | Compiling tower-layer v0.3.3 |
| 1490 | 2026-08-25T07:30:35.442Z | Compiling try-lock v0.2.5 |
| 1491 | 2026-08-25T07:30:35.442Z | Compiling untrusted v0.7.1 |
| 1492 | 2026-08-25T07:30:35.442Z | Compiling radium v0.7.0 |
| 1493 | 2026-08-25T07:30:35.443Z | Compiling tower-service v0.3.3 |
| 1494 | 2026-08-25T07:30:35.443Z | Compiling atomic-waker v1.1.2 |
| 1495 | 2026-08-25T07:30:35.443Z | Compiling pest_derive v2.8.6 |
| 1496 | 2026-08-25T07:30:35.795Z | Compiling h2 v0.4.15 |
| 1497 | 2026-08-25T07:30:35.795Z | Compiling want v0.3.1 |
| 1498 | 2026-08-25T07:30:36.034Z | Compiling regex-automata v0.4.14 |
| 1499 | 2026-08-25T07:30:36.034Z | Compiling hybrid-array v0.4.13 |
| 1500 | 2026-08-25T07:30:36.034Z | Compiling ipnet v2.12.0 |
| 1501 | 2026-08-25T07:30:36.137Z | Compiling darling_core v0.20.11 |
| 1502 | 2026-08-25T07:30:36.442Z | Compiling scroll_derive v0.13.1 |
| 1503 | 2026-08-25T07:30:36.655Z | Compiling wait-timeout v0.2.1 |
| 1504 | 2026-08-25T07:30:36.655Z | Compiling bit-vec v0.8.0 |
| 1505 | 2026-08-25T07:30:36.998Z | Compiling untrusted v0.9.0 |
| 1506 | 2026-08-25T07:30:37.095Z | Compiling tap v1.0.1 |
| 1507 | 2026-08-25T07:30:37.095Z | Compiling openssl v0.10.80 |
| 1508 | 2026-08-25T07:30:37.095Z | Compiling maybe-uninit v2.0.0 |
| 1509 | 2026-08-25T07:30:37.157Z | Compiling foreign-types-shared v0.1.1 |
| 1510 | 2026-08-25T07:30:37.157Z | Compiling quick-error v1.2.3 |
| 1511 | 2026-08-25T07:30:37.244Z | Compiling httpdate v1.0.3 |
| 1512 | 2026-08-25T07:30:37.245Z | Compiling rustls v0.23.41 |
| 1513 | 2026-08-25T07:30:37.245Z | Compiling scroll v0.13.0 |
| 1514 | 2026-08-25T07:30:37.358Z | Compiling rusty-fork v0.3.1 |
| 1515 | 2026-08-25T07:30:37.456Z | Compiling foreign-types v0.3.2 |
| 1516 | 2026-08-25T07:30:37.499Z | Compiling wyz v0.5.1 |
| 1517 | 2026-08-25T07:30:37.499Z | Compiling bit-set v0.8.0 |
| 1518 | 2026-08-25T07:30:37.560Z | Compiling unicode-normalization v0.1.25 |
| 1519 | 2026-08-25T07:30:37.623Z | Compiling rand_chacha v0.3.1 |
| 1520 | 2026-08-25T07:30:37.703Z | Compiling signature v2.2.0 |
| 1521 | 2026-08-25T07:30:37.970Z | Compiling hex v0.4.3 |
| 1522 | 2026-08-25T07:30:38.386Z | Compiling thiserror-impl v1.0.69 |
| 1523 | 2026-08-25T07:30:38.455Z | Compiling openssl-macros v0.1.1 |
| 1524 | 2026-08-25T07:30:38.455Z | Compiling rand_xorshift v0.4.0 |
| 1525 | 2026-08-25T07:30:38.455Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1526 | 2026-08-25T07:30:38.455Z | Compiling darling_macro v0.20.11 |
| 1527 | 2026-08-25T07:30:38.514Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1528 | 2026-08-25T07:30:38.515Z | Compiling num-integer v0.1.46 |
| 1529 | 2026-08-25T07:30:38.731Z | Compiling hyper v1.10.1 |
| 1530 | 2026-08-25T07:30:38.790Z | Compiling ahash v0.8.12 |
| 1531 | 2026-08-25T07:30:38.910Z | Compiling powerfmt v0.2.0 |
| 1532 | 2026-08-25T07:30:38.971Z | Compiling unarray v0.1.4 |
| 1533 | 2026-08-25T07:30:39.128Z | Compiling native-tls v0.2.18 |
| 1534 | 2026-08-25T07:30:39.175Z | Compiling num-bigint-dig v0.8.6 |
| 1535 | 2026-08-25T07:30:39.175Z | Compiling time-core v0.1.8 |
| 1536 | 2026-08-25T07:30:39.231Z | Compiling paste v1.0.15 |
| 1537 | 2026-08-25T07:30:39.440Z | Compiling funty v2.0.0 |
| 1538 | 2026-08-25T07:30:39.529Z | Compiling num-conv v0.2.0 |
| 1539 | 2026-08-25T07:30:39.529Z | Compiling packed_struct v0.10.1 |
| 1540 | 2026-08-25T07:30:39.852Z | Compiling time-macros v0.2.27 |
| 1541 | 2026-08-25T07:30:39.852Z | Compiling thiserror v1.0.69 |
| 1542 | 2026-08-25T07:30:39.852Z | Compiling bitvec v1.0.1 |
| 1543 | 2026-08-25T07:30:39.852Z | Compiling clap_builder v4.6.0 |
| 1544 | 2026-08-25T07:30:39.852Z | Compiling proptest v1.11.0 |
| 1545 | 2026-08-25T07:30:39.964Z | Compiling deranged v0.5.8 |
| 1546 | 2026-08-25T07:30:40.066Z | Compiling hyper-util v0.1.20 |
| 1547 | 2026-08-25T07:30:40.635Z | Compiling darling v0.20.11 |
| 1548 | 2026-08-25T07:30:41.143Z | Compiling num-iter v0.1.45 |
| 1549 | 2026-08-25T07:30:41.406Z | Compiling rand v0.8.6 |
| 1550 | 2026-08-25T07:30:41.488Z | Compiling goblin v0.10.5 |
| 1551 | 2026-08-25T07:30:41.866Z | Compiling packed_struct_codegen v0.10.1 |
| 1552 | 2026-08-25T07:30:42.012Z | Compiling ipnetwork v0.21.1 |
| 1553 | 2026-08-25T07:30:42.475Z | Compiling lazy_static v1.5.0 |
| 1554 | 2026-08-25T07:30:42.527Z | Compiling hmac v0.12.1 |
| 1555 | 2026-08-25T07:30:42.820Z | Compiling serde_spanned v0.6.9 |
| 1556 | 2026-08-25T07:30:42.959Z | Compiling toml_datetime v0.6.11 |
| 1557 | 2026-08-25T07:30:42.959Z | Compiling slog v2.8.2 |
| 1558 | 2026-08-25T07:30:43.021Z | Compiling bitfield-macros v0.19.4 |
| 1559 | 2026-08-25T07:30:43.032Z | Compiling clap_derive v4.6.1 |
| 1560 | 2026-08-25T07:30:43.244Z | Compiling zerocopy-derive v0.6.6 |
| 1561 | 2026-08-25T07:30:43.956Z | Compiling sync_wrapper v1.0.2 |
| 1562 | 2026-08-25T07:30:44.035Z | Compiling indexmap v1.9.3 |
| 1563 | 2026-08-25T07:30:44.095Z | Compiling crossbeam-utils v0.8.21 |
| 1564 | 2026-08-25T07:30:44.125Z | Compiling siphasher v1.0.2 |
| 1565 | 2026-08-25T07:30:44.381Z | Compiling nodrop v0.1.14 |
| 1566 | 2026-08-25T07:30:44.442Z | Compiling zlib-rs v0.6.2 |
| 1567 | 2026-08-25T07:30:44.443Z | Compiling unicode-segmentation v1.12.0 |
| 1568 | 2026-08-25T07:30:44.443Z | Compiling usdt-impl v0.6.0 |
| 1569 | 2026-08-25T07:30:44.635Z | Compiling crc-catalog v2.4.0 |
| 1570 | 2026-08-25T07:30:44.807Z | Compiling num_threads v0.1.7 |
| 1571 | 2026-08-25T07:30:44.853Z | Compiling object v0.37.3 |
| 1572 | 2026-08-25T07:30:44.862Z | Compiling time v0.3.47 |
| 1573 | 2026-08-25T07:30:45.005Z | Compiling clap v4.6.1 |
| 1574 | 2026-08-25T07:30:45.079Z | Compiling crc v3.4.0 |
| 1575 | 2026-08-25T07:30:45.191Z | Compiling array-init v0.0.4 |
| 1576 | 2026-08-25T07:30:45.339Z | Compiling dof v0.4.0 |
| 1577 | 2026-08-25T07:30:45.531Z | Compiling zerocopy v0.6.6 |
| 1578 | 2026-08-25T07:30:46.039Z | Compiling tower v0.5.3 |
| 1579 | 2026-08-25T07:30:46.085Z | Compiling bitfield v0.19.4 |
| 1580 | 2026-08-25T07:30:46.560Z | Compiling oxnet v0.1.6 |
| 1581 | 2026-08-25T07:30:46.815Z | Compiling newtype-uuid v1.3.2 |
| 1582 | 2026-08-25T07:30:46.914Z | Compiling smallvec v0.6.14 |
| 1583 | 2026-08-25T07:30:47.055Z | Compiling derive_builder_core v0.20.2 |
| 1584 | 2026-08-25T07:30:48.252Z | Compiling flate2 v1.1.9 |
| 1585 | 2026-08-25T07:30:48.437Z | Compiling dtrace-parser v0.3.0 |
| 1586 | 2026-08-25T07:30:48.437Z | Compiling http-body-util v0.1.3 |
| 1587 | 2026-08-25T07:30:48.438Z | Compiling pkcs1 v0.7.5 |
| 1588 | 2026-08-25T07:30:48.438Z | Compiling heapless v0.7.17 |
| 1589 | 2026-08-25T07:30:48.438Z | Compiling erased-serde v0.3.31 |
| 1590 | 2026-08-25T07:30:48.438Z | Compiling darling_core v0.23.0 |
| 1591 | 2026-08-25T07:30:48.516Z | Compiling structmeta-derive v0.3.0 |
| 1592 | 2026-08-25T07:30:48.516Z | Compiling scroll_derive v0.12.1 |
| 1593 | 2026-08-25T07:30:48.565Z | Compiling daft-derive v0.1.8 |
| 1594 | 2026-08-25T07:30:48.654Z | Compiling thread-id v5.1.0 |
| 1595 | 2026-08-25T07:30:48.909Z | Compiling cookie v0.18.1 |
| 1596 | 2026-08-25T07:30:48.992Z | Compiling env_filter v2.0.0 |
| 1597 | 2026-08-25T07:30:49.356Z | Compiling signal-hook v0.3.18 |
| 1598 | 2026-08-25T07:30:49.615Z | Compiling iri-string v0.7.10 |
| 1599 | 2026-08-25T07:30:49.615Z | Compiling ryu v1.0.23 |
| 1600 | 2026-08-25T07:30:49.616Z | Compiling allocator-api2 v0.2.21 |
| 1601 | 2026-08-25T07:30:49.840Z | Compiling unicode-bidi v0.3.18 |
| 1602 | 2026-08-25T07:30:49.840Z | Compiling unicode-properties v0.1.4 |
| 1603 | 2026-08-25T07:30:49.840Z | Compiling anyhow v1.0.104 |
| 1604 | 2026-08-25T07:30:50.124Z | Compiling winnow v0.5.40 |
| 1605 | 2026-08-25T07:30:50.239Z | Compiling hashbrown v0.12.3 |
| 1606 | 2026-08-25T07:30:50.239Z | Compiling zstd-safe v7.2.4 |
| 1607 | 2026-08-25T07:30:50.406Z | Compiling base64 v0.21.7 |
| 1608 | 2026-08-25T07:30:50.533Z | Compiling gimli v0.32.3 |
| 1609 | 2026-08-25T07:30:50.611Z | Compiling ron v0.8.1 |
| 1610 | 2026-08-25T07:30:51.063Z | Compiling tower-http v0.6.8 |
| 1611 | 2026-08-25T07:30:51.628Z | Compiling darling_macro v0.23.0 |
| 1612 | 2026-08-25T07:30:51.694Z | Compiling toml_edit v0.19.15 |
| 1613 | 2026-08-25T07:30:51.694Z | Compiling stringprep v0.1.5 |
| 1614 | 2026-08-25T07:30:51.694Z | Compiling structmeta v0.3.0 |
| 1615 | 2026-08-25T07:30:51.694Z | Compiling serde_urlencoded v0.7.1 |
| 1616 | 2026-08-25T07:30:51.827Z | Compiling daft v0.1.8 |
| 1617 | 2026-08-25T07:30:51.861Z | Compiling scroll v0.12.0 |
| 1618 | 2026-08-25T07:30:51.937Z | Compiling env_logger v0.11.11 |
| 1619 | 2026-08-25T07:30:52.161Z | Compiling rsa v0.9.10 |
| 1620 | 2026-08-25T07:30:52.261Z | Compiling derive_builder_macro v0.20.2 |
| 1621 | 2026-08-25T07:30:52.346Z | Compiling addr2line v0.25.1 |
| 1622 | 2026-08-25T07:30:52.398Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1623 | 2026-08-25T07:30:52.537Z | Compiling hashbrown v0.13.2 |
| 1624 | 2026-08-25T07:30:52.595Z | Compiling serde-hex v0.1.0 |
| 1625 | 2026-08-25T07:30:52.847Z | Compiling bzip2 v0.4.4 |
| 1626 | 2026-08-25T07:30:53.057Z | Compiling tokio-native-tls v0.3.1 |
| 1627 | 2026-08-25T07:30:53.057Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1628 | 2026-08-25T07:30:53.133Z | Compiling camino v1.2.5 |
| 1629 | 2026-08-25T07:30:53.379Z | Compiling bstr v1.12.1 |
| 1630 | 2026-08-25T07:30:53.435Z | Compiling block-buffer v0.12.1 |
| 1631 | 2026-08-25T07:30:53.787Z | Compiling block-padding v0.4.2 |
| 1632 | 2026-08-25T07:30:54.379Z | Compiling crypto-common v0.2.2 |
| 1633 | 2026-08-25T07:30:54.815Z | Compiling rustls-native-certs v0.8.3 |
| 1634 | 2026-08-25T07:30:54.816Z | Compiling curve25519-dalek v4.1.3 |
| 1635 | 2026-08-25T07:30:54.816Z | Compiling x509-cert v0.2.5 |
| 1636 | 2026-08-25T07:30:55.068Z | Compiling md-5 v0.10.6 |
| 1637 | 2026-08-25T07:30:55.068Z | Compiling serde_tokenstream v0.2.3 |
| 1638 | 2026-08-25T07:30:55.068Z | Compiling vergen-lib v9.1.0 |
| 1639 | 2026-08-25T07:30:55.068Z | Compiling async-trait v0.1.89 |
| 1640 | 2026-08-25T07:30:55.068Z | Compiling zerocopy-derive v0.7.35 |
| 1641 | 2026-08-25T07:30:55.290Z | Compiling pin-project-internal v1.1.11 |
| 1642 | 2026-08-25T07:30:55.592Z | Compiling hash32 v0.2.1 |
| 1643 | 2026-08-25T07:30:56.408Z | Compiling memoffset v0.9.1 |
| 1644 | 2026-08-25T07:30:56.546Z | Compiling encoding_rs v0.8.35 |
| 1645 | 2026-08-25T07:30:56.546Z | Compiling litrs v1.0.0 |
| 1646 | 2026-08-25T07:30:56.547Z | Compiling mime v0.3.17 |
| 1647 | 2026-08-25T07:30:56.547Z | Compiling rustc-demangle v0.1.27 |
| 1648 | 2026-08-25T07:30:56.547Z | Compiling ref-cast v1.0.25 |
| 1649 | 2026-08-25T07:30:56.547Z | Compiling psl-types v2.0.11 |
| 1650 | 2026-08-25T07:30:56.547Z | Compiling fallible-iterator v0.2.0 |
| 1651 | 2026-08-25T07:30:56.547Z | Compiling crc-any v2.5.0 |
| 1652 | 2026-08-25T07:30:56.547Z | Compiling smoltcp v0.9.1 |
| 1653 | 2026-08-25T07:30:56.547Z | Compiling owo-colors v4.3.0 |
| 1654 | 2026-08-25T07:30:56.547Z | Compiling rustix v0.38.44 |
| 1655 | 2026-08-25T07:30:56.547Z | Compiling cfg_aliases v0.2.1 |
| 1656 | 2026-08-25T07:30:56.612Z | Compiling postgres-protocol v0.6.10 |
| 1657 | 2026-08-25T07:30:56.612Z | Compiling nix v0.31.2 |
| 1658 | 2026-08-25T07:30:56.612Z | Compiling pin-project v1.1.11 |
| 1659 | 2026-08-25T07:30:56.689Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1660 | 2026-08-25T07:30:56.838Z | Compiling document-features v0.2.12 |
| 1661 | 2026-08-25T07:30:56.921Z | Compiling publicsuffix v2.3.0 |
| 1662 | 2026-08-25T07:30:57.166Z | Compiling backtrace v0.3.76 |
| 1663 | 2026-08-25T07:30:57.438Z | Compiling zerocopy v0.7.35 |
| 1664 | 2026-08-25T07:30:57.475Z | Compiling inout v0.2.2 |
| 1665 | 2026-08-25T07:30:57.476Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1666 | 2026-08-25T07:30:57.476Z | Compiling object v0.30.4 |
| 1667 | 2026-08-25T07:30:57.476Z | Compiling hyper-tls v0.6.0 |
| 1668 | 2026-08-25T07:30:57.567Z | Compiling zip v0.6.6 |
| 1669 | 2026-08-25T07:30:57.623Z | Compiling derive_builder v0.20.2 |
| 1670 | 2026-08-25T07:30:57.687Z | Compiling toml v0.7.8 |
| 1671 | 2026-08-25T07:30:57.830Z | Compiling goblin v0.8.2 |
| 1672 | 2026-08-25T07:30:58.158Z | Compiling derive-ex v0.1.8 |
| 1673 | 2026-08-25T07:30:58.394Z | Compiling darling v0.23.0 |
| 1674 | 2026-08-25T07:30:58.421Z | Compiling convert_case v0.10.0 |
| 1675 | 2026-08-25T07:30:58.572Z | Compiling phf_shared v0.13.1 |
| 1676 | 2026-08-25T07:30:58.650Z | Compiling regex v1.12.3 |
| 1677 | 2026-08-25T07:30:58.704Z | Compiling hubpack_derive v0.1.1 |
| 1678 | 2026-08-25T07:30:58.784Z | Compiling futures-executor v0.3.32 |
| 1679 | 2026-08-25T07:30:59.000Z | Compiling vergen v9.1.0 |
| 1680 | 2026-08-25T07:30:59.029Z | Compiling snafu-derive v0.8.9 |
| 1681 | 2026-08-25T07:30:59.110Z | Compiling ref-cast-impl v1.0.25 |
| 1682 | 2026-08-25T07:30:59.218Z | Compiling strum_macros v0.27.2 |
| 1683 | 2026-08-25T07:30:59.848Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1684 | 2026-08-25T07:30:59.996Z | Compiling cargo-platform v0.3.2 |
| 1685 | 2026-08-25T07:31:00.143Z | Compiling ff v0.13.1 |
| 1686 | 2026-08-25T07:31:00.268Z | Compiling fs-err v3.3.0 |
| 1687 | 2026-08-25T07:31:00.409Z | Compiling libbz2-rs-sys v0.2.2 |
| 1688 | 2026-08-25T07:31:00.451Z | Compiling same-file v1.0.6 |
| 1689 | 2026-08-25T07:31:00.451Z | Compiling bumpalo v3.20.2 |
| 1690 | 2026-08-25T07:31:00.629Z | Compiling foldhash v0.1.5 |
| 1691 | 2026-08-25T07:31:00.709Z | Compiling managed v0.8.0 |
| 1692 | 2026-08-25T07:31:00.738Z | Compiling bitflags v1.3.2 |
| 1693 | 2026-08-25T07:31:00.770Z | Compiling foldhash v0.2.0 |
| 1694 | 2026-08-25T07:31:00.994Z | Compiling base16ct v0.2.0 |
| 1695 | 2026-08-25T07:31:01.124Z | Compiling path-slash v0.1.5 |
| 1696 | 2026-08-25T07:31:01.124Z | Compiling jiff-core v0.1.0 |
| 1697 | 2026-08-25T07:31:01.124Z | Compiling is_ci v1.2.0 |
| 1698 | 2026-08-25T07:31:01.204Z | Compiling either v1.15.0 |
| 1699 | 2026-08-25T07:31:01.204Z | Compiling textwrap v0.16.2 |
| 1700 | 2026-08-25T07:31:01.204Z | Compiling strum v0.27.2 |
| 1701 | 2026-08-25T07:31:01.204Z | Compiling supports-color v3.0.2 |
| 1702 | 2026-08-25T07:31:01.420Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1703 | 2026-08-25T07:31:01.420Z | Compiling sec1 v0.7.3 |
| 1704 | 2026-08-25T07:31:01.561Z | Compiling snafu v0.8.9 |
| 1705 | 2026-08-25T07:31:01.561Z | Compiling hashbrown v0.16.1 |
| 1706 | 2026-08-25T07:31:01.607Z | Compiling bzip2 v0.6.1 |
| 1707 | 2026-08-25T07:31:01.623Z | Compiling zopfli v0.8.3 |
| 1708 | 2026-08-25T07:31:01.720Z | Compiling jiff v0.2.34 |
| 1709 | 2026-08-25T07:31:01.865Z | Compiling hashbrown v0.15.5 |
| 1710 | 2026-08-25T07:31:02.013Z | Compiling walkdir v2.5.0 |
| 1711 | 2026-08-25T07:31:02.365Z | Compiling group v0.13.0 |
| 1712 | 2026-08-25T07:31:02.432Z | Compiling cargo_metadata v0.23.1 |
| 1713 | 2026-08-25T07:31:02.481Z | Compiling dof v0.3.0 |
| 1714 | 2026-08-25T07:31:02.549Z | Compiling test-strategy v0.4.5 |
| 1715 | 2026-08-25T07:31:02.743Z | Compiling hubpack v0.1.2 |
| 1716 | 2026-08-25T07:31:02.958Z | Compiling futures v0.3.32 |
| 1717 | 2026-08-25T07:31:03.018Z | Compiling derive_more-impl v2.1.1 |
| 1718 | 2026-08-25T07:31:03.181Z | Compiling phf v0.13.1 |
| 1719 | 2026-08-25T07:31:03.357Z | Compiling serde_with_macros v3.21.0 |
| 1720 | 2026-08-25T07:31:04.003Z | Compiling signal-hook-mio v0.2.5 |
| 1721 | 2026-08-25T07:31:04.406Z | Compiling cookie_store v0.22.1 |
| 1722 | 2026-08-25T07:31:04.722Z | Compiling zstd v0.13.3 |
| 1723 | 2026-08-25T07:31:04.723Z | Compiling reqwest v0.12.28 |
| 1724 | 2026-08-25T07:31:04.792Z | Compiling cipher v0.5.2 |
| 1725 | 2026-08-25T07:31:04.792Z | Compiling backtrace-ext v0.2.1 |
| 1726 | 2026-08-25T07:31:04.792Z | Compiling postgres-types v0.2.12 |
| 1727 | 2026-08-25T07:31:05.450Z | Compiling usdt-attr-macro v0.6.0 |
| 1728 | 2026-08-25T07:31:05.730Z | Compiling usdt-macro v0.6.0 |
| 1729 | 2026-08-25T07:31:05.730Z | Compiling globset v0.4.18 |
| 1730 | 2026-08-25T07:31:06.050Z | Compiling phf_shared v0.11.3 |
| 1731 | 2026-08-25T07:31:06.050Z | Compiling hkdf v0.12.4 |
| 1732 | 2026-08-25T07:31:06.239Z | Compiling dtrace-parser v0.2.0 |
| 1733 | 2026-08-25T07:31:06.239Z | Compiling byte-wrapper v0.1.0 |
| 1734 | 2026-08-25T07:31:06.239Z | Compiling olpc-cjson v0.1.4 |
| 1735 | 2026-08-25T07:31:06.239Z | Compiling ed25519 v2.2.3 |
| 1736 | 2026-08-25T07:31:06.409Z | Compiling crypto-bigint v0.5.5 |
| 1737 | 2026-08-25T07:31:06.409Z | Compiling serde_plain v1.0.2 |
| 1738 | 2026-08-25T07:31:06.409Z | Compiling serde-big-array v0.5.1 |
| 1739 | 2026-08-25T07:31:06.410Z | Compiling pem v3.0.6 |
| 1740 | 2026-08-25T07:31:06.556Z | Compiling strum_macros v0.26.4 |
| 1741 | 2026-08-25T07:31:06.556Z | Compiling serde_repr v0.1.20 |
| 1742 | 2026-08-25T07:31:06.582Z | Compiling enum-as-inner v0.6.1 |
| 1743 | 2026-08-25T07:31:06.708Z | Compiling miette-derive v7.6.0 |
| 1744 | 2026-08-25T07:31:06.874Z | Compiling async-recursion v1.1.1 |
| 1745 | 2026-08-25T07:31:06.971Z | Compiling float-cmp v0.10.0 |
| 1746 | 2026-08-25T07:31:07.067Z | Compiling memmap2 v0.9.10 |
| 1747 | 2026-08-25T07:31:07.157Z | Compiling thread-id v4.2.2 |
| 1748 | 2026-08-25T07:31:07.418Z | Compiling fixedbitset v0.4.2 |
| 1749 | 2026-08-25T07:31:07.428Z | Compiling winnow v1.0.3 |
| 1750 | 2026-08-25T07:31:07.488Z | Compiling precomputed-hash v0.1.1 |
| 1751 | 2026-08-25T07:31:07.569Z | Compiling fixedbitset v0.5.7 |
| 1752 | 2026-08-25T07:31:07.569Z | Compiling whoami v2.1.0 |
| 1753 | 2026-08-25T07:31:07.763Z | Compiling typed-path v0.9.3 |
| 1754 | 2026-08-25T07:31:07.807Z | Compiling difflib v0.4.0 |
| 1755 | 2026-08-25T07:31:07.899Z | Compiling supports-hyperlinks v3.2.0 |
| 1756 | 2026-08-25T07:31:08.020Z | Compiling predicates-core v1.0.10 |
| 1757 | 2026-08-25T07:31:08.123Z | Compiling static_assertions v1.1.0 |
| 1758 | 2026-08-25T07:31:08.172Z | Compiling const-oid v0.10.2 |
| 1759 | 2026-08-25T07:31:08.172Z | Compiling keccak v0.1.6 |
| 1760 | 2026-08-25T07:31:08.363Z | Compiling supports-unicode v3.0.0 |
| 1761 | 2026-08-25T07:31:08.462Z | Compiling normalize-line-endings v0.3.0 |
| 1762 | 2026-08-25T07:31:08.462Z | Compiling data-encoding v2.10.0 |
| 1763 | 2026-08-25T07:31:08.462Z | Compiling new_debug_unreachable v1.0.6 |
| 1764 | 2026-08-25T07:31:08.462Z | Compiling cpufeatures v0.3.0 |
| 1765 | 2026-08-25T07:31:08.462Z | Compiling toml_edit v0.22.27 |
| 1766 | 2026-08-25T07:31:08.463Z | Compiling string_cache v0.8.9 |
| 1767 | 2026-08-25T07:31:08.463Z | Compiling predicates v3.1.4 |
| 1768 | 2026-08-25T07:31:08.463Z | Compiling chacha20 v0.10.0 |
| 1769 | 2026-08-25T07:31:08.787Z | Compiling hickory-proto v0.25.2 |
| 1770 | 2026-08-25T07:31:08.862Z | Compiling miette v7.6.0 |
| 1771 | 2026-08-25T07:31:08.904Z | Compiling sha3 v0.10.8 |
| 1772 | 2026-08-25T07:31:09.484Z | Compiling digest v0.11.3 |
| 1773 | 2026-08-25T07:31:09.504Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1774 | 2026-08-25T07:31:09.504Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1775 | 2026-08-25T07:31:09.504Z | Compiling strum v0.26.3 |
| 1776 | 2026-08-25T07:31:09.505Z | Compiling tokio-postgres v0.7.16 |
| 1777 | 2026-08-25T07:31:09.505Z | Compiling petgraph v0.8.3 |
| 1778 | 2026-08-25T07:31:09.733Z | Compiling petgraph v0.6.5 |
| 1779 | 2026-08-25T07:31:10.256Z | Compiling usdt v0.6.0 |
| 1780 | 2026-08-25T07:31:11.172Z | Compiling usdt-impl v0.5.0 |
| 1781 | 2026-08-25T07:31:11.291Z | Compiling elliptic-curve v0.13.8 |
| 1782 | 2026-08-25T07:31:11.291Z | Compiling ed25519-dalek v2.2.0 |
| 1783 | 2026-08-25T07:31:11.390Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1784 | 2026-08-25T07:31:11.390Z | Compiling crossterm v0.28.1 |
| 1785 | 2026-08-25T07:31:11.986Z | Compiling serde_with v3.21.0 |
| 1786 | 2026-08-25T07:31:12.047Z | Compiling zip v4.6.1 |
| 1787 | 2026-08-25T07:31:12.047Z | Compiling derive_more v2.1.1 |
| 1788 | 2026-08-25T07:31:12.453Z | Compiling iddqd v0.4.2 |
| 1789 | 2026-08-25T07:31:12.761Z | Compiling itertools v0.15.0 |
| 1790 | 2026-08-25T07:31:12.972Z | Compiling itertools v0.13.0 |
| 1791 | 2026-08-25T07:31:13.101Z | Compiling similar v2.7.0 |
| 1792 | 2026-08-25T07:31:13.206Z | Compiling crossbeam-epoch v0.9.18 |
| 1793 | 2026-08-25T07:31:13.348Z | Compiling oxide-generation v0.1.3 |
| 1794 | 2026-08-25T07:31:13.412Z | Compiling heck v0.4.1 |
| 1795 | 2026-08-25T07:31:13.412Z | Compiling tokio-stream v0.1.18 |
| 1796 | 2026-08-25T07:31:13.602Z | Compiling buf-list v1.1.2 |
| 1797 | 2026-08-25T07:31:13.772Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1798 | 2026-08-25T07:31:13.998Z | Compiling openapiv3 v2.2.0 |
| 1799 | 2026-08-25T07:31:13.998Z | Compiling lalrpop-util v0.19.12 |
| 1800 | 2026-08-25T07:31:13.998Z | Compiling peg-runtime v0.8.5 |
| 1801 | 2026-08-25T07:31:14.259Z | Compiling thread_local v1.1.9 |
| 1802 | 2026-08-25T07:31:14.259Z | Compiling slog-async v2.8.0 |
| 1803 | 2026-08-25T07:31:14.259Z | Compiling crossbeam-channel v0.5.15 |
| 1804 | 2026-08-25T07:31:14.259Z | Compiling is-terminal v0.4.17 |
| 1805 | 2026-08-25T07:31:14.259Z | Compiling filetime v0.2.27 |
| 1806 | 2026-08-25T07:31:14.505Z | Compiling term v1.2.1 |
| 1807 | 2026-08-25T07:31:14.505Z | Compiling xattr v1.6.1 |
| 1808 | 2026-08-25T07:31:14.505Z | Compiling take_mut v0.2.2 |
| 1809 | 2026-08-25T07:31:14.505Z | Compiling camino-tempfile v1.4.1 |
| 1810 | 2026-08-25T07:31:14.505Z | Compiling tar v0.4.46 |
| 1811 | 2026-08-25T07:31:14.625Z | Compiling slog-term v2.9.2 |
| 1812 | 2026-08-25T07:31:20.953Z | Compiling rustls-webpki v0.103.13 |
| 1813 | 2026-08-25T07:31:23.563Z | Compiling tokio-rustls v0.26.4 |
| 1814 | 2026-08-25T07:31:23.563Z | Compiling rustls-platform-verifier v0.6.2 |
| 1815 | 2026-08-25T07:31:23.564Z | Compiling tough v0.22.0 |
| 1816 | 2026-08-25T07:31:23.717Z | Compiling hyper-rustls v0.27.7 |
| 1817 | 2026-08-25T07:31:23.899Z | Compiling reqwest v0.13.2 |
| 1818 | 2026-08-25T07:31:26.145Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1819 | 2026-08-25T07:31:26.353Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1820 | 2026-08-25T07:31:29.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 1821 | 2026-08-25T07:31:29.956Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1822 | 2026-08-25T07:31:29.956Z | Aug 25 07:31:28.232 INFO Starting download, target: Clickhouse |
| 1823 | 2026-08-25T07:31:29.956Z | Aug 25 07:31:28.232 INFO Starting download, target: Console |
| 1824 | 2026-08-25T07:31:29.956Z | Aug 25 07:31:28.232 INFO Starting download, target: Cockroach |
| 1825 | 2026-08-25T07:31:29.956Z | Aug 25 07:31:28.232 INFO Starting download, target: DendriteStub |
| 1826 | 2026-08-25T07:31:29.956Z | Aug 25 07:31:28.232 INFO Starting download, target: MaghemiteMgd |
| 1827 | 2026-08-25T07:31:29.956Z | Aug 25 07:31:28.232 INFO Starting download, target: MaghemiteDdmd |
| 1828 | 2026-08-25T07:31:29.956Z | Aug 25 07:31:28.233 INFO Starting download, target: TransceiverControl |
| 1829 | 2026-08-25T07:31:29.956Z | Aug 25 07:31:28.233 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1830 | 2026-08-25T07:31:29.956Z | Aug 25 07:31:28.233 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1831 | 2026-08-25T07:31:29.957Z | Aug 25 07:31:28.233 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1832 | 2026-08-25T07:31:29.957Z | Aug 25 07:31:28.233 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1833 | 2026-08-25T07:31:29.958Z | Aug 25 07:31:28.233 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1834 | 2026-08-25T07:31:29.958Z | Aug 25 07:31:28.233 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1835 | 2026-08-25T07:31:29.958Z | Aug 25 07:31:28.233 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1836 | 2026-08-25T07:31:30.468Z | Aug 25 07:31:29.181 WARN Download failed, retrying: HTTP status client error (404 Not Found) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-stub.tar.gz), target: DendriteStub |
| 1837 | 2026-08-25T07:31:30.468Z | Aug 25 07:31:29.181 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub |
| 1838 | 2026-08-25T07:31:30.491Z | Aug 25 07:31:29.182 WARN Download failed, retrying: HTTP status server error (500 Internal Server Error) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-stub.tar.gz), target: DendriteStub |
| 1839 | 2026-08-25T07:31:30.491Z | Aug 25 07:31:29.182 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 3/3), target: DendriteStub |
| 1840 | 2026-08-25T07:31:30.491Z | Error: Failed to download DendriteStub |
| 1841 | 2026-08-25T07:31:30.491Z | |
| 1842 | 2026-08-25T07:31:30.491Z | Caused by: |
| 1843 | 2026-08-25T07:31:30.491Z | HTTP status server error (500 Internal Server Error) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-stub.tar.gz) |
| 1844 | 2026-08-25T07:31:30.491Z | Failed to run command -- will try 2 more times |
| 1845 | 2026-08-25T07:31:31.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1846 | 2026-08-25T07:31:31.444Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1847 | 2026-08-25T07:31:31.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1848 | 2026-08-25T07:31:31.999Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1849 | 2026-08-25T07:31:32.000Z | Aug 25 07:31:30.572 INFO Starting download, target: Clickhouse |
| 1850 | 2026-08-25T07:31:32.000Z | Aug 25 07:31:30.573 INFO Starting download, target: Console |
| 1851 | 2026-08-25T07:31:32.000Z | Aug 25 07:31:30.573 INFO Starting download, target: Cockroach |
| 1852 | 2026-08-25T07:31:32.000Z | Aug 25 07:31:30.573 INFO Starting download, target: DendriteStub |
| 1853 | 2026-08-25T07:31:32.000Z | Aug 25 07:31:30.573 INFO Starting download, target: MaghemiteMgd |
| 1854 | 2026-08-25T07:31:32.000Z | Aug 25 07:31:30.573 INFO Starting download, target: MaghemiteDdmd |
| 1855 | 2026-08-25T07:31:32.000Z | Aug 25 07:31:30.573 INFO Starting download, target: TransceiverControl |
| 1856 | 2026-08-25T07:31:32.000Z | Aug 25 07:31:30.573 INFO Already downloaded (out/downloads/console.tar.gz), target: Console |
| 1857 | 2026-08-25T07:31:32.000Z | Aug 25 07:31:30.573 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1858 | 2026-08-25T07:31:32.000Z | Aug 25 07:31:30.573 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1859 | 2026-08-25T07:31:32.000Z | Aug 25 07:31:30.573 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1860 | 2026-08-25T07:31:32.000Z | Aug 25 07:31:30.573 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1861 | 2026-08-25T07:31:32.003Z | Aug 25 07:31:30.573 INFO Already downloaded (out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz), target: Clickhouse |
| 1862 | 2026-08-25T07:31:32.003Z | Aug 25 07:31:30.573 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1863 | 2026-08-25T07:31:32.080Z | Aug 25 07:31:30.577 WARN Checksum mismatch - retrying download, target: Console |
| 1864 | 2026-08-25T07:31:32.080Z | Aug 25 07:31:30.577 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1865 | 2026-08-25T07:31:32.081Z | Aug 25 07:31:30.645 WARN Checksum mismatch - retrying download, target: Clickhouse |
| 1866 | 2026-08-25T07:31:32.081Z | Aug 25 07:31:30.645 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1867 | 2026-08-25T07:31:32.081Z | Aug 25 07:31:30.655 WARN Download failed, retrying: HTTP status server error (500 Internal Server Error) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/cockroach/illumos-amd64/86fdbfca060275d794a557be7289020ffd848850/cockroach.tgz), target: Cockroach |
| 1868 | 2026-08-25T07:31:32.081Z | Aug 25 07:31:30.655 WARN Download failed, retrying: HTTP status server error (500 Internal Server Error) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mgd.tar.gz), target: MaghemiteMgd |
| 1869 | 2026-08-25T07:31:32.081Z | Aug 25 07:31:30.655 INFO Downloading out/downloads/cockroach.tgz (attempt 2/3), target: Cockroach |
| 1870 | 2026-08-25T07:31:32.081Z | Aug 25 07:31:30.655 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd |
| 1871 | 2026-08-25T07:31:32.287Z | Aug 25 07:31:30.777 WARN Download failed, retrying: HTTP status client error (404 Not Found) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mgd.tar.gz), target: MaghemiteMgd |
| 1872 | 2026-08-25T07:31:32.287Z | Aug 25 07:31:30.777 INFO Downloading out/downloads/mgd.tar.gz (attempt 3/3), target: MaghemiteMgd |
| 1873 | 2026-08-25T07:31:32.287Z | Aug 25 07:31:30.804 WARN Download failed, retrying: HTTP status client error (404 Not Found) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/03a79a895871f9eca5400fac1556ed8526e031b7/xcvradm.gz), target: TransceiverControl |
| 1874 | 2026-08-25T07:31:32.287Z | Aug 25 07:31:30.804 INFO Downloading out/downloads/xcvradm.gz (attempt 2/3), target: TransceiverControl |
| 1875 | 2026-08-25T07:31:32.443Z | Aug 25 07:31:30.875 WARN Download failed, retrying: HTTP status client error (404 Not Found) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/03a79a895871f9eca5400fac1556ed8526e031b7/xcvradm.gz), target: TransceiverControl |
| 1876 | 2026-08-25T07:31:32.444Z | Aug 25 07:31:30.875 INFO Downloading out/downloads/xcvradm.gz (attempt 3/3), target: TransceiverControl |
| 1877 | 2026-08-25T07:31:32.444Z | Error: Failed to download MaghemiteMgd |
| 1878 | 2026-08-25T07:31:32.444Z | |
| 1879 | 2026-08-25T07:31:32.444Z | Caused by: |
| 1880 | 2026-08-25T07:31:32.444Z | HTTP status client error (404 Not Found) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mgd.tar.gz) |
| 1881 | 2026-08-25T07:31:32.444Z | Failed to run command -- will try 1 more times |
| 1882 | 2026-08-25T07:31:32.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1883 | 2026-08-25T07:31:32.648Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1884 | 2026-08-25T07:31:33.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1885 | 2026-08-25T07:31:34.205Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1886 | 2026-08-25T07:31:34.205Z | Aug 25 07:31:32.201 INFO Starting download, target: Console |
| 1887 | 2026-08-25T07:31:34.205Z | Aug 25 07:31:32.202 INFO Starting download, target: Clickhouse |
| 1888 | 2026-08-25T07:31:34.205Z | Aug 25 07:31:32.202 INFO Starting download, target: Cockroach |
| 1889 | 2026-08-25T07:31:34.205Z | Aug 25 07:31:32.202 INFO Starting download, target: DendriteStub |
| 1890 | 2026-08-25T07:31:34.206Z | Aug 25 07:31:32.202 INFO Starting download, target: MaghemiteMgd |
| 1891 | 2026-08-25T07:31:34.206Z | Aug 25 07:31:32.202 INFO Starting download, target: MaghemiteDdmd |
| 1892 | 2026-08-25T07:31:34.206Z | Aug 25 07:31:32.202 INFO Starting download, target: TransceiverControl |
| 1893 | 2026-08-25T07:31:34.206Z | Aug 25 07:31:32.202 INFO Already downloaded (out/downloads/console.tar.gz), target: Console |
| 1894 | 2026-08-25T07:31:34.206Z | Aug 25 07:31:32.202 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1895 | 2026-08-25T07:31:34.206Z | Aug 25 07:31:32.202 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1896 | 2026-08-25T07:31:34.206Z | Aug 25 07:31:32.202 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1897 | 2026-08-25T07:31:34.206Z | Aug 25 07:31:32.202 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1898 | 2026-08-25T07:31:34.206Z | Aug 25 07:31:32.202 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1899 | 2026-08-25T07:31:34.206Z | Aug 25 07:31:32.202 INFO Already downloaded (out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz), target: Clickhouse |
| 1900 | 2026-08-25T07:31:34.207Z | Aug 25 07:31:32.203 WARN Checksum mismatch - retrying download, target: Console |
| 1901 | 2026-08-25T07:31:34.207Z | Aug 25 07:31:32.203 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1902 | 2026-08-25T07:31:34.207Z | Aug 25 07:31:32.227 WARN Checksum mismatch - retrying download, target: Clickhouse |
| 1903 | 2026-08-25T07:31:34.207Z | Aug 25 07:31:32.227 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1904 | 2026-08-25T07:31:35.184Z | Aug 25 07:31:33.813 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1905 | 2026-08-25T07:31:36.397Z | Aug 25 07:31:33.827 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1906 | 2026-08-25T07:31:36.648Z | Aug 25 07:31:34.059 INFO Download complete, target: Console |
| 1907 | 2026-08-25T07:31:42.955Z | Aug 25 07:31:40.563 INFO Checking that binary works, target: Clickhouse |
| 1908 | 2026-08-25T07:31:43.096Z | Aug 25 07:31:40.650 INFO Download complete, target: Clickhouse |
| 1909 | 2026-08-25T07:31:47.934Z | Aug 25 07:31:46.562 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1910 | 2026-08-25T07:31:48.057Z | Aug 25 07:31:46.774 INFO Download complete, target: TransceiverControl |
| 1911 | 2026-08-25T07:33:20.470Z | Aug 25 07:33:19.218 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1912 | 2026-08-25T07:33:22.399Z | Aug 25 07:33:21.130 INFO Download complete, target: MaghemiteDdmd |
| 1913 | 2026-08-25T07:33:34.559Z | Aug 25 07:33:33.310 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1914 | 2026-08-25T07:33:37.440Z | Aug 25 07:33:36.189 INFO Download complete, target: DendriteStub |
| 1915 | 2026-08-25T07:33:46.896Z | Aug 25 07:33:45.633 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1916 | 2026-08-25T07:33:49.627Z | Aug 25 07:33:48.375 INFO Download complete, target: MaghemiteMgd |
| 1917 | 2026-08-25T07:33:51.773Z | Aug 25 07:33:50.465 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1918 | 2026-08-25T07:33:51.773Z | Aug 25 07:33:50.465 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1919 | 2026-08-25T07:33:56.386Z | Aug 25 07:33:55.135 INFO Checking that binary works, target: Cockroach |
| 1920 | 2026-08-25T07:33:56.496Z | Aug 25 07:33:55.246 INFO Download complete, target: Cockroach |
| 1921 | 2026-08-25T07:33:56.511Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1922 | 2026-08-25T07:33:56.514Z | |
| 1923 | 2026-08-25T07:33:56.514Z | real 4:32.389936405 |
| 1924 | 2026-08-25T07:33:56.514Z | user 7:53.488237992 |
| 1925 | 2026-08-25T07:33:56.514Z | sys 1:34.928161999 |
| 1926 | 2026-08-25T07:33:56.514Z | trap 0.250078354 |
| 1927 | 2026-08-25T07:33:56.514Z | tflt 0.549203183 |
| 1928 | 2026-08-25T07:33:56.514Z | dflt 0.846482046 |
| 1929 | 2026-08-25T07:33:56.514Z | kflt 0.025108785 |
| 1930 | 2026-08-25T07:33:56.514Z | lock 1:09:34.655799290 |
| 1931 | 2026-08-25T07:33:56.514Z | slp 27:57.731929420 |
| 1932 | 2026-08-25T07:33:56.514Z | lat 55.475241020 |
| 1933 | 2026-08-25T07:33:56.515Z | stop 3:02.075256744 |
| 1934 | 2026-08-25T07:33:56.515Z | + banner hack-check |
| 1935 | 2026-08-25T07:33:56.515Z | |
| 1936 | 2026-08-25T07:33:56.515Z | # # ## #### # # #### # # ###### #### # # |
| 1937 | 2026-08-25T07:33:56.515Z | # # # # # # # # # # # # # # # # # |
| 1938 | 2026-08-25T07:33:56.515Z | ###### # # # #### ##### # ###### ##### # #### |
| 1939 | 2026-08-25T07:33:56.515Z | # # ###### # # # # # # # # # # |
| 1940 | 2026-08-25T07:33:56.515Z | # # # # # # # # # # # # # # # # # |
| 1941 | 2026-08-25T07:33:56.515Z | # # # # #### # # #### # # ###### #### # # |
| 1942 | 2026-08-25T07:33:56.515Z | |
| 1943 | 2026-08-25T07:33:56.515Z | + export CARGO_INCREMENTAL=0 |
| 1944 | 2026-08-25T07:33:56.515Z | + CARGO_INCREMENTAL=0 |
| 1945 | 2026-08-25T07:33:56.516Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1946 | 2026-08-25T07:33:56.966Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1947 | 2026-08-25T07:33:57.250Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1948 | 2026-08-25T07:33:59.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
| 1949 | 2026-08-25T07:33:59.187Z | Running `target/debug/xtask check-features --ci` |
| 1950 | 2026-08-25T07:33:59.214Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1951 | 2026-08-25T07:33:59.219Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1952 | 2026-08-25T07:33:59.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1953 | 2026-08-25T07:33:59.672Z | Running `target/debug/xtask download cargo-hack` |
| 1954 | 2026-08-25T07:34:00.469Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1955 | 2026-08-25T07:34:00.776Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1956 | 2026-08-25T07:34:03.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s |
| 1957 | 2026-08-25T07:34:03.562Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1958 | 2026-08-25T07:34:03.569Z | Aug 25 07:34:02.304 INFO Starting download, target: CargoHack |
| 1959 | 2026-08-25T07:34:03.569Z | Aug 25 07:34:02.305 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1960 | 2026-08-25T07:34:04.134Z | Aug 25 07:34:02.887 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1961 | 2026-08-25T07:34:04.185Z | Aug 25 07:34:02.937 INFO Download complete, target: CargoHack |
| 1962 | 2026-08-25T07:34:04.188Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1963 | 2026-08-25T07:34:04.201Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1964 | 2026-08-25T07:34:04.364Z | info: running `cargo check --bins` on api_identity (1/380) |
| 1965 | 2026-08-25T07:34:04.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-08-25T07:34:04.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-08-25T07:34:04.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-08-25T07:34:04.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1969 | 2026-08-25T07:34:04.929Z | |
| 1970 | 2026-08-25T07:34:04.929Z | info: running `cargo check --bins` on bootstore (2/380) |
| 1971 | 2026-08-25T07:34:05.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-08-25T07:34:05.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-08-25T07:34:05.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-08-25T07:34:05.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1975 | 2026-08-25T07:34:05.488Z | |
| 1976 | 2026-08-25T07:34:05.488Z | info: running `cargo check --bins` on omicron-ledger (3/380) |
| 1977 | 2026-08-25T07:34:05.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-08-25T07:34:05.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-08-25T07:34:05.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-08-25T07:34:05.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1981 | 2026-08-25T07:34:06.053Z | |
| 1982 | 2026-08-25T07:34:06.053Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/380) |
| 1983 | 2026-08-25T07:34:06.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-08-25T07:34:06.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-08-25T07:34:06.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-08-25T07:34:06.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1987 | 2026-08-25T07:34:06.656Z | |
| 1988 | 2026-08-25T07:34:06.656Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/380) |
| 1989 | 2026-08-25T07:34:07.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-08-25T07:34:07.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-08-25T07:34:07.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-08-25T07:34:07.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1993 | 2026-08-25T07:34:07.183Z | |
| 1994 | 2026-08-25T07:34:07.183Z | info: running `cargo check --bins` on omicron-certificates (6/380) |
| 1995 | 2026-08-25T07:34:07.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-08-25T07:34:07.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-08-25T07:34:07.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-08-25T07:34:07.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1999 | 2026-08-25T07:34:07.753Z | |
| 2000 | 2026-08-25T07:34:07.754Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/380) |
| 2001 | 2026-08-25T07:34:08.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-08-25T07:34:08.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-08-25T07:34:08.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-08-25T07:34:08.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2005 | 2026-08-25T07:34:08.331Z | |
| 2006 | 2026-08-25T07:34:08.331Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/380) |
| 2007 | 2026-08-25T07:34:08.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-08-25T07:34:08.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-08-25T07:34:08.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-08-25T07:34:08.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2011 | 2026-08-25T07:34:08.906Z | |
| 2012 | 2026-08-25T07:34:08.906Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/380) |
| 2013 | 2026-08-25T07:34:09.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-08-25T07:34:09.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-08-25T07:34:09.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-08-25T07:34:09.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2017 | 2026-08-25T07:34:09.325Z | |
| 2018 | 2026-08-25T07:34:09.325Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/380) |
| 2019 | 2026-08-25T07:34:09.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-08-25T07:34:09.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-08-25T07:34:09.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-08-25T07:34:09.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2023 | 2026-08-25T07:34:09.746Z | |
| 2024 | 2026-08-25T07:34:09.746Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/380) |
| 2025 | 2026-08-25T07:34:10.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-08-25T07:34:10.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-08-25T07:34:10.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-08-25T07:34:10.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2029 | 2026-08-25T07:34:10.190Z | |
| 2030 | 2026-08-25T07:34:10.190Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/380) |
| 2031 | 2026-08-25T07:34:10.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-08-25T07:34:10.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-08-25T07:34:10.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-08-25T07:34:10.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2035 | 2026-08-25T07:34:10.590Z | |
| 2036 | 2026-08-25T07:34:10.590Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/380) |
| 2037 | 2026-08-25T07:34:10.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-08-25T07:34:10.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-08-25T07:34:10.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-08-25T07:34:10.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2041 | 2026-08-25T07:34:11.007Z | |
| 2042 | 2026-08-25T07:34:11.007Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/380) |
| 2043 | 2026-08-25T07:34:11.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-08-25T07:34:11.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-08-25T07:34:11.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-08-25T07:34:11.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2047 | 2026-08-25T07:34:11.434Z | |
| 2048 | 2026-08-25T07:34:11.434Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/380) |
| 2049 | 2026-08-25T07:34:11.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-08-25T07:34:11.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-08-25T07:34:11.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-08-25T07:34:11.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2053 | 2026-08-25T07:34:11.848Z | |
| 2054 | 2026-08-25T07:34:11.848Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/380) |
| 2055 | 2026-08-25T07:34:12.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-08-25T07:34:12.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-08-25T07:34:12.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-08-25T07:34:12.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2059 | 2026-08-25T07:34:12.266Z | |
| 2060 | 2026-08-25T07:34:12.266Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/380) |
| 2061 | 2026-08-25T07:34:12.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-08-25T07:34:12.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-08-25T07:34:12.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-08-25T07:34:12.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2065 | 2026-08-25T07:34:12.687Z | |
| 2066 | 2026-08-25T07:34:12.687Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/380) |
| 2067 | 2026-08-25T07:34:13.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-08-25T07:34:13.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-08-25T07:34:13.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-08-25T07:34:13.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2071 | 2026-08-25T07:34:13.105Z | |
| 2072 | 2026-08-25T07:34:13.106Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/380) |
| 2073 | 2026-08-25T07:34:13.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-08-25T07:34:13.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-08-25T07:34:13.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-08-25T07:34:13.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2077 | 2026-08-25T07:34:13.530Z | |
| 2078 | 2026-08-25T07:34:13.531Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/380) |
| 2079 | 2026-08-25T07:34:13.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-08-25T07:34:13.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-08-25T07:34:13.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-08-25T07:34:13.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2083 | 2026-08-25T07:34:13.950Z | |
| 2084 | 2026-08-25T07:34:13.950Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/380) |
| 2085 | 2026-08-25T07:34:14.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-08-25T07:34:14.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-08-25T07:34:14.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-08-25T07:34:14.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2089 | 2026-08-25T07:34:14.379Z | |
| 2090 | 2026-08-25T07:34:14.379Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/380) |
| 2091 | 2026-08-25T07:34:14.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-08-25T07:34:14.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-08-25T07:34:14.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-08-25T07:34:14.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2095 | 2026-08-25T07:34:14.798Z | |
| 2096 | 2026-08-25T07:34:14.798Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/380) |
| 2097 | 2026-08-25T07:34:15.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-08-25T07:34:15.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-08-25T07:34:15.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-08-25T07:34:15.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2101 | 2026-08-25T07:34:15.220Z | |
| 2102 | 2026-08-25T07:34:15.220Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/380) |
| 2103 | 2026-08-25T07:34:15.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-08-25T07:34:15.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-08-25T07:34:15.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-08-25T07:34:15.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2107 | 2026-08-25T07:34:15.644Z | |
| 2108 | 2026-08-25T07:34:15.644Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/380) |
| 2109 | 2026-08-25T07:34:16.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-08-25T07:34:16.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-08-25T07:34:16.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-08-25T07:34:16.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2113 | 2026-08-25T07:34:16.070Z | |
| 2114 | 2026-08-25T07:34:16.070Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/380) |
| 2115 | 2026-08-25T07:34:16.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-08-25T07:34:16.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-08-25T07:34:16.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-08-25T07:34:16.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2119 | 2026-08-25T07:34:16.498Z | |
| 2120 | 2026-08-25T07:34:16.498Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/380) |
| 2121 | 2026-08-25T07:34:16.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-08-25T07:34:16.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-08-25T07:34:16.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-08-25T07:34:16.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2125 | 2026-08-25T07:34:16.922Z | |
| 2126 | 2026-08-25T07:34:16.922Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/380) |
| 2127 | 2026-08-25T07:34:17.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-08-25T07:34:17.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-08-25T07:34:17.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-08-25T07:34:17.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2131 | 2026-08-25T07:34:17.347Z | |
| 2132 | 2026-08-25T07:34:17.347Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/380) |
| 2133 | 2026-08-25T07:34:17.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-08-25T07:34:17.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-08-25T07:34:17.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-08-25T07:34:17.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2137 | 2026-08-25T07:34:17.775Z | |
| 2138 | 2026-08-25T07:34:17.776Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/380) |
| 2139 | 2026-08-25T07:34:18.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-08-25T07:34:18.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-08-25T07:34:18.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-08-25T07:34:18.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2143 | 2026-08-25T07:34:18.212Z | |
| 2144 | 2026-08-25T07:34:18.212Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/380) |
| 2145 | 2026-08-25T07:34:18.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-08-25T07:34:18.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-08-25T07:34:18.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-08-25T07:34:18.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2149 | 2026-08-25T07:34:18.640Z | |
| 2150 | 2026-08-25T07:34:18.640Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/380) |
| 2151 | 2026-08-25T07:34:19.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-08-25T07:34:19.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-08-25T07:34:19.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-08-25T07:34:19.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2155 | 2026-08-25T07:34:19.076Z | |
| 2156 | 2026-08-25T07:34:19.076Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/380) |
| 2157 | 2026-08-25T07:34:19.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-08-25T07:34:19.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-08-25T07:34:19.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-08-25T07:34:19.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2161 | 2026-08-25T07:34:19.510Z | |
| 2162 | 2026-08-25T07:34:19.510Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/380) |
| 2163 | 2026-08-25T07:34:19.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-08-25T07:34:19.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-08-25T07:34:19.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-08-25T07:34:19.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2167 | 2026-08-25T07:34:19.946Z | |
| 2168 | 2026-08-25T07:34:19.946Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/380) |
| 2169 | 2026-08-25T07:34:20.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-08-25T07:34:20.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-08-25T07:34:20.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-08-25T07:34:20.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2173 | 2026-08-25T07:34:20.391Z | |
| 2174 | 2026-08-25T07:34:20.391Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/380) |
| 2175 | 2026-08-25T07:34:20.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-08-25T07:34:20.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-08-25T07:34:20.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-08-25T07:34:20.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2179 | 2026-08-25T07:34:20.807Z | |
| 2180 | 2026-08-25T07:34:20.807Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/380) |
| 2181 | 2026-08-25T07:34:21.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-08-25T07:34:21.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-08-25T07:34:21.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-08-25T07:34:21.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2185 | 2026-08-25T07:34:21.247Z | |
| 2186 | 2026-08-25T07:34:21.247Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/380) |
| 2187 | 2026-08-25T07:34:21.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-08-25T07:34:21.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-08-25T07:34:21.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-08-25T07:34:21.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2191 | 2026-08-25T07:34:21.700Z | |
| 2192 | 2026-08-25T07:34:21.700Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/380) |
| 2193 | 2026-08-25T07:34:22.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-08-25T07:34:22.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-08-25T07:34:22.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-08-25T07:34:22.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2197 | 2026-08-25T07:34:22.119Z | |
| 2198 | 2026-08-25T07:34:22.119Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/380) |
| 2199 | 2026-08-25T07:34:22.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-08-25T07:34:22.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-08-25T07:34:22.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-08-25T07:34:22.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2203 | 2026-08-25T07:34:22.563Z | |
| 2204 | 2026-08-25T07:34:22.563Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/380) |
| 2205 | 2026-08-25T07:34:22.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-08-25T07:34:22.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-08-25T07:34:22.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-08-25T07:34:22.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2209 | 2026-08-25T07:34:22.997Z | |
| 2210 | 2026-08-25T07:34:22.997Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/380) |
| 2211 | 2026-08-25T07:34:23.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-08-25T07:34:23.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-08-25T07:34:23.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-08-25T07:34:23.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2215 | 2026-08-25T07:34:23.433Z | |
| 2216 | 2026-08-25T07:34:23.433Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/380) |
| 2217 | 2026-08-25T07:34:23.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-08-25T07:34:23.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-08-25T07:34:23.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-08-25T07:34:23.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2221 | 2026-08-25T07:34:23.875Z | |
| 2222 | 2026-08-25T07:34:23.876Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/380) |
| 2223 | 2026-08-25T07:34:24.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-08-25T07:34:24.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-08-25T07:34:24.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-08-25T07:34:24.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2227 | 2026-08-25T07:34:24.309Z | |
| 2228 | 2026-08-25T07:34:24.309Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/380) |
| 2229 | 2026-08-25T07:34:24.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-08-25T07:34:24.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-08-25T07:34:24.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-08-25T07:34:24.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2233 | 2026-08-25T07:34:24.750Z | |
| 2234 | 2026-08-25T07:34:24.750Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/380) |
| 2235 | 2026-08-25T07:34:25.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-08-25T07:34:25.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-08-25T07:34:25.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-08-25T07:34:25.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2239 | 2026-08-25T07:34:25.184Z | |
| 2240 | 2026-08-25T07:34:25.184Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/380) |
| 2241 | 2026-08-25T07:34:25.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-08-25T07:34:25.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-08-25T07:34:25.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2244 | 2026-08-25T07:34:25.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2245 | 2026-08-25T07:34:25.623Z | |
| 2246 | 2026-08-25T07:34:25.623Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/380) |
| 2247 | 2026-08-25T07:34:26.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2248 | 2026-08-25T07:34:26.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2249 | 2026-08-25T07:34:26.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2250 | 2026-08-25T07:34:26.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2251 | 2026-08-25T07:34:26.066Z | |
| 2252 | 2026-08-25T07:34:26.066Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/380) |
| 2253 | 2026-08-25T07:34:26.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2254 | 2026-08-25T07:34:26.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2255 | 2026-08-25T07:34:26.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2256 | 2026-08-25T07:34:26.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2257 | 2026-08-25T07:34:26.694Z | |
| 2258 | 2026-08-25T07:34:26.694Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/380) |
| 2259 | 2026-08-25T07:34:27.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2260 | 2026-08-25T07:34:27.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2261 | 2026-08-25T07:34:27.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2262 | 2026-08-25T07:34:27.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2263 | 2026-08-25T07:34:27.322Z | |
| 2264 | 2026-08-25T07:34:27.322Z | info: running `cargo check --bins` on nexus-config (51/380) |
| 2265 | 2026-08-25T07:34:27.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2266 | 2026-08-25T07:34:27.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2267 | 2026-08-25T07:34:27.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2268 | 2026-08-25T07:34:27.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2269 | 2026-08-25T07:34:27.949Z | |
| 2270 | 2026-08-25T07:34:27.949Z | info: running `cargo check --bins` on nexus-types (52/380) |
| 2271 | 2026-08-25T07:34:28.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2272 | 2026-08-25T07:34:28.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2273 | 2026-08-25T07:34:28.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2274 | 2026-08-25T07:34:28.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2275 | 2026-08-25T07:34:28.578Z | |
| 2276 | 2026-08-25T07:34:28.578Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/380) |
| 2277 | 2026-08-25T07:34:29.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2278 | 2026-08-25T07:34:29.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2279 | 2026-08-25T07:34:29.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2280 | 2026-08-25T07:34:29.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2281 | 2026-08-25T07:34:29.173Z | |
| 2282 | 2026-08-25T07:34:29.173Z | info: running `cargo check --bins` on omicron-passwords (54/380) |
| 2283 | 2026-08-25T07:34:29.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2284 | 2026-08-25T07:34:29.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2285 | 2026-08-25T07:34:29.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2286 | 2026-08-25T07:34:29.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2287 | 2026-08-25T07:34:29.748Z | |
| 2288 | 2026-08-25T07:34:29.748Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/380) |
| 2289 | 2026-08-25T07:34:30.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2290 | 2026-08-25T07:34:30.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2291 | 2026-08-25T07:34:30.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2292 | 2026-08-25T07:34:30.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2293 | 2026-08-25T07:34:30.337Z | |
| 2294 | 2026-08-25T07:34:30.337Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/380) |
| 2295 | 2026-08-25T07:34:30.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2296 | 2026-08-25T07:34:30.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2297 | 2026-08-25T07:34:30.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2298 | 2026-08-25T07:34:30.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2299 | 2026-08-25T07:34:30.925Z | |
| 2300 | 2026-08-25T07:34:30.925Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/380) |
| 2301 | 2026-08-25T07:34:31.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2302 | 2026-08-25T07:34:31.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2303 | 2026-08-25T07:34:31.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2304 | 2026-08-25T07:34:31.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2305 | 2026-08-25T07:34:31.523Z | |
| 2306 | 2026-08-25T07:34:31.523Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/380) |
| 2307 | 2026-08-25T07:34:32.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2308 | 2026-08-25T07:34:32.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2309 | 2026-08-25T07:34:32.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2310 | 2026-08-25T07:34:32.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2311 | 2026-08-25T07:34:32.115Z | |
| 2312 | 2026-08-25T07:34:32.115Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/380) |
| 2313 | 2026-08-25T07:34:32.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2314 | 2026-08-25T07:34:32.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2315 | 2026-08-25T07:34:32.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2316 | 2026-08-25T07:34:32.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2317 | 2026-08-25T07:34:32.692Z | |
| 2318 | 2026-08-25T07:34:32.692Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/380) |
| 2319 | 2026-08-25T07:34:33.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2320 | 2026-08-25T07:34:33.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2321 | 2026-08-25T07:34:33.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2322 | 2026-08-25T07:34:33.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2323 | 2026-08-25T07:34:33.257Z | |
| 2324 | 2026-08-25T07:34:33.257Z | info: running `cargo check --bins --no-default-features` on gfss (61/380) |
| 2325 | 2026-08-25T07:34:33.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2326 | 2026-08-25T07:34:33.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2327 | 2026-08-25T07:34:33.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2328 | 2026-08-25T07:34:33.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2329 | 2026-08-25T07:34:33.827Z | |
| 2330 | 2026-08-25T07:34:33.827Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/380) |
| 2331 | 2026-08-25T07:34:34.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2332 | 2026-08-25T07:34:34.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2333 | 2026-08-25T07:34:34.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2334 | 2026-08-25T07:34:34.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2335 | 2026-08-25T07:34:34.392Z | |
| 2336 | 2026-08-25T07:34:34.392Z | info: running `cargo check --bins` on trust-quorum-types (63/380) |
| 2337 | 2026-08-25T07:34:34.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2338 | 2026-08-25T07:34:34.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2339 | 2026-08-25T07:34:34.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2340 | 2026-08-25T07:34:34.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2341 | 2026-08-25T07:34:34.965Z | |
| 2342 | 2026-08-25T07:34:34.965Z | info: running `cargo check --bins` on wicketd-commission-types (64/380) |
| 2343 | 2026-08-25T07:34:35.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2344 | 2026-08-25T07:34:35.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2345 | 2026-08-25T07:34:35.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2346 | 2026-08-25T07:34:35.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2347 | 2026-08-25T07:34:35.558Z | |
| 2348 | 2026-08-25T07:34:35.558Z | info: running `cargo check --bins` on wicketd-commission-types-versions (65/380) |
| 2349 | 2026-08-25T07:34:36.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2350 | 2026-08-25T07:34:36.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2351 | 2026-08-25T07:34:36.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2352 | 2026-08-25T07:34:36.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2353 | 2026-08-25T07:34:36.157Z | |
| 2354 | 2026-08-25T07:34:36.157Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (66/380) |
| 2355 | 2026-08-25T07:34:36.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2356 | 2026-08-25T07:34:36.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2357 | 2026-08-25T07:34:36.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2358 | 2026-08-25T07:34:36.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2359 | 2026-08-25T07:34:36.737Z | |
| 2360 | 2026-08-25T07:34:36.737Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/380) |
| 2361 | 2026-08-25T07:34:37.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2362 | 2026-08-25T07:34:37.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2363 | 2026-08-25T07:34:37.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2364 | 2026-08-25T07:34:37.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2365 | 2026-08-25T07:34:37.328Z | |
| 2366 | 2026-08-25T07:34:37.328Z | info: running `cargo check --bins` on clickhouse-admin-types (68/380) |
| 2367 | 2026-08-25T07:34:37.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2368 | 2026-08-25T07:34:37.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2369 | 2026-08-25T07:34:37.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2370 | 2026-08-25T07:34:37.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2371 | 2026-08-25T07:34:37.920Z | |
| 2372 | 2026-08-25T07:34:37.920Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (69/380) |
| 2373 | 2026-08-25T07:34:38.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2374 | 2026-08-25T07:34:38.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2375 | 2026-08-25T07:34:38.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2376 | 2026-08-25T07:34:38.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2377 | 2026-08-25T07:34:38.508Z | |
| 2378 | 2026-08-25T07:34:38.508Z | info: running `cargo check --bins` on cockroach-admin-types (70/380) |
| 2379 | 2026-08-25T07:34:39.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2380 | 2026-08-25T07:34:39.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2381 | 2026-08-25T07:34:39.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2382 | 2026-08-25T07:34:39.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2383 | 2026-08-25T07:34:39.099Z | |
| 2384 | 2026-08-25T07:34:39.099Z | info: running `cargo check --bins` on cockroach-admin-types-versions (71/380) |
| 2385 | 2026-08-25T07:34:39.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2386 | 2026-08-25T07:34:39.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2387 | 2026-08-25T07:34:39.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2388 | 2026-08-25T07:34:39.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2389 | 2026-08-25T07:34:39.687Z | |
| 2390 | 2026-08-25T07:34:39.687Z | info: running `cargo check --bins` on ereport-types (72/380) |
| 2391 | 2026-08-25T07:34:40.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2392 | 2026-08-25T07:34:40.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2393 | 2026-08-25T07:34:40.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2394 | 2026-08-25T07:34:40.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2395 | 2026-08-25T07:34:40.276Z | |
| 2396 | 2026-08-25T07:34:40.276Z | info: running `cargo check --bins` on gateway-client (73/380) |
| 2397 | 2026-08-25T07:34:40.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2398 | 2026-08-25T07:34:40.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2399 | 2026-08-25T07:34:40.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2400 | 2026-08-25T07:34:40.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2401 | 2026-08-25T07:34:40.868Z | |
| 2402 | 2026-08-25T07:34:40.868Z | info: running `cargo check --bins --no-default-features` on gateway-types (74/380) |
| 2403 | 2026-08-25T07:34:41.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2404 | 2026-08-25T07:34:41.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2405 | 2026-08-25T07:34:41.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2406 | 2026-08-25T07:34:41.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2407 | 2026-08-25T07:34:41.454Z | |
| 2408 | 2026-08-25T07:34:41.454Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/380) |
| 2409 | 2026-08-25T07:34:41.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2410 | 2026-08-25T07:34:41.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2411 | 2026-08-25T07:34:41.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2412 | 2026-08-25T07:34:41.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2413 | 2026-08-25T07:34:42.046Z | |
| 2414 | 2026-08-25T07:34:42.046Z | info: running `cargo check --bins --no-default-features` on illumos-utils (76/380) |
| 2415 | 2026-08-25T07:34:42.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2416 | 2026-08-25T07:34:42.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2417 | 2026-08-25T07:34:42.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2418 | 2026-08-25T07:34:42.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2419 | 2026-08-25T07:34:42.652Z | |
| 2420 | 2026-08-25T07:34:42.652Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/380) |
| 2421 | 2026-08-25T07:34:43.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2422 | 2026-08-25T07:34:43.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2423 | 2026-08-25T07:34:43.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2424 | 2026-08-25T07:34:43.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2425 | 2026-08-25T07:34:43.252Z | |
| 2426 | 2026-08-25T07:34:43.252Z | info: running `cargo check --bins` on key-manager-types (78/380) |
| 2427 | 2026-08-25T07:34:43.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2428 | 2026-08-25T07:34:43.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2429 | 2026-08-25T07:34:43.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2430 | 2026-08-25T07:34:43.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2431 | 2026-08-25T07:34:43.832Z | |
| 2432 | 2026-08-25T07:34:43.832Z | info: running `cargo check --bins` on oxlog (79/380) |
| 2433 | 2026-08-25T07:34:44.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2434 | 2026-08-25T07:34:44.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2435 | 2026-08-25T07:34:44.469Z | Checking cfg-if v1.0.4 |
| 2436 | 2026-08-25T07:34:44.475Z | Checking serde_core v1.0.229 |
| 2437 | 2026-08-25T07:34:44.475Z | Checking libc v0.2.185 |
| 2438 | 2026-08-25T07:34:44.592Z | Checking memchr v2.8.0 |
| 2439 | 2026-08-25T07:34:44.601Z | Checking smallvec v1.15.1 |
| 2440 | 2026-08-25T07:34:44.604Z | Checking log v0.4.33 |
| 2441 | 2026-08-25T07:34:44.624Z | Checking subtle v2.6.1 |
| 2442 | 2026-08-25T07:34:44.632Z | Checking itoa v1.0.17 |
| 2443 | 2026-08-25T07:34:44.644Z | Checking scopeguard v1.2.0 |
| 2444 | 2026-08-25T07:34:44.741Z | Checking lock_api v0.4.14 |
| 2445 | 2026-08-25T07:34:44.827Z | Checking stable_deref_trait v1.2.1 |
| 2446 | 2026-08-25T07:34:44.840Z | Checking typenum v1.20.1 |
| 2447 | 2026-08-25T07:34:44.840Z | Checking zerofrom v0.1.6 |
| 2448 | 2026-08-25T07:34:44.840Z | Checking portable-atomic v1.13.1 |
| 2449 | 2026-08-25T07:34:44.851Z | Checking zerocopy v0.8.55 |
| 2450 | 2026-08-25T07:34:44.904Z | Checking yoke v0.8.1 |
| 2451 | 2026-08-25T07:34:44.944Z | Checking critical-section v1.2.0 |
| 2452 | 2026-08-25T07:34:44.979Z | Checking libm v0.2.16 |
| 2453 | 2026-08-25T07:34:44.993Z | Checking errno v0.3.14 |
| 2454 | 2026-08-25T07:34:45.040Z | Checking getrandom v0.2.17 |
| 2455 | 2026-08-25T07:34:45.073Z | Checking zerovec v0.11.5 |
| 2456 | 2026-08-25T07:34:45.108Z | Checking zmij v1.0.21 |
| 2457 | 2026-08-25T07:34:45.188Z | Checking rand_core v0.6.4 |
| 2458 | 2026-08-25T07:34:45.228Z | Checking once_cell v1.21.3 |
| 2459 | 2026-08-25T07:34:45.327Z | Checking pin-project-lite v0.2.17 |
| 2460 | 2026-08-25T07:34:45.369Z | Checking const-oid v0.9.6 |
| 2461 | 2026-08-25T07:34:45.409Z | Checking writeable v0.6.2 |
| 2462 | 2026-08-25T07:34:45.421Z | Checking litemap v0.8.1 |
| 2463 | 2026-08-25T07:34:45.530Z | Checking tinystr v0.8.2 |
| 2464 | 2026-08-25T07:34:45.547Z | Checking rand_core v0.10.0 |
| 2465 | 2026-08-25T07:34:45.573Z | Checking percent-encoding v2.3.2 |
| 2466 | 2026-08-25T07:34:45.590Z | Checking potential_utf v0.1.4 |
| 2467 | 2026-08-25T07:34:45.689Z | Checking getrandom v0.4.3 |
| 2468 | 2026-08-25T07:34:45.702Z | Checking num-traits v0.2.19 |
| 2469 | 2026-08-25T07:34:45.709Z | Checking icu_locale_core v2.1.1 |
| 2470 | 2026-08-25T07:34:45.712Z | Checking signal-hook-registry v1.4.8 |
| 2471 | 2026-08-25T07:34:45.715Z | Checking zerotrie v0.2.3 |
| 2472 | 2026-08-25T07:34:45.833Z | Checking parking_lot_core v0.9.12 |
| 2473 | 2026-08-25T07:34:45.926Z | Checking futures-core v0.3.32 |
| 2474 | 2026-08-25T07:34:45.989Z | Checking icu_collections v2.1.1 |
| 2475 | 2026-08-25T07:34:46.022Z | Checking parking_lot v0.12.5 |
| 2476 | 2026-08-25T07:34:46.050Z | Checking mio v1.2.0 |
| 2477 | 2026-08-25T07:34:46.076Z | Checking equivalent v1.0.2 |
| 2478 | 2026-08-25T07:34:46.132Z | Checking serde v1.0.229 |
| 2479 | 2026-08-25T07:34:46.156Z | Checking bitflags v2.11.0 |
| 2480 | 2026-08-25T07:34:46.209Z | Checking serde_json v1.0.151 |
| 2481 | 2026-08-25T07:34:46.270Z | Checking icu_properties_data v2.1.2 |
| 2482 | 2026-08-25T07:34:46.343Z | Checking icu_normalizer_data v2.1.1 |
| 2483 | 2026-08-25T07:34:46.348Z | Checking socket2 v0.6.3 |
| 2484 | 2026-08-25T07:34:46.348Z | Checking byteorder v1.5.0 |
| 2485 | 2026-08-25T07:34:46.352Z | Checking icu_provider v2.1.1 |
| 2486 | 2026-08-25T07:34:46.364Z | Checking getrandom v0.3.4 |
| 2487 | 2026-08-25T07:34:46.395Z | Checking hashbrown v0.17.0 |
| 2488 | 2026-08-25T07:34:46.508Z | Checking futures-sink v0.3.32 |
| 2489 | 2026-08-25T07:34:46.537Z | Checking utf8_iter v1.0.4 |
| 2490 | 2026-08-25T07:34:46.551Z | Checking zeroize v1.9.0 |
| 2491 | 2026-08-25T07:34:46.566Z | Checking bytes v1.11.1 |
| 2492 | 2026-08-25T07:34:46.578Z | Checking icu_normalizer v2.1.1 |
| 2493 | 2026-08-25T07:34:46.605Z | Checking icu_properties v2.1.2 |
| 2494 | 2026-08-25T07:34:46.657Z | Checking futures-channel v0.3.32 |
| 2495 | 2026-08-25T07:34:46.720Z | Checking generic-array v0.14.7 |
| 2496 | 2026-08-25T07:34:46.859Z | Checking rustix v1.1.4 |
| 2497 | 2026-08-25T07:34:46.876Z | Checking indexmap v2.14.0 |
| 2498 | 2026-08-25T07:34:46.889Z | Checking form_urlencoded v1.2.2 |
| 2499 | 2026-08-25T07:34:46.911Z | Checking futures-io v0.3.32 |
| 2500 | 2026-08-25T07:34:47.013Z | Checking futures-task v0.3.32 |
| 2501 | 2026-08-25T07:34:47.027Z | Checking slab v0.4.12 |
| 2502 | 2026-08-25T07:34:47.030Z | Checking tokio v1.52.1 |
| 2503 | 2026-08-25T07:34:47.157Z | Checking fnv v1.0.7 |
| 2504 | 2026-08-25T07:34:47.182Z | Checking futures-util v0.3.32 |
| 2505 | 2026-08-25T07:34:47.196Z | Checking block-buffer v0.10.4 |
| 2506 | 2026-08-25T07:34:47.251Z | Checking crypto-common v0.1.7 |
| 2507 | 2026-08-25T07:34:47.338Z | Checking base64ct v1.8.3 |
| 2508 | 2026-08-25T07:34:47.379Z | Checking digest v0.10.7 |
| 2509 | 2026-08-25T07:34:47.456Z | Checking iana-time-zone v0.1.65 |
| 2510 | 2026-08-25T07:34:47.460Z | Checking idna_adapter v1.2.1 |
| 2511 | 2026-08-25T07:34:47.575Z | Checking chrono v0.4.45 |
| 2512 | 2026-08-25T07:34:47.579Z | Checking idna v1.1.0 |
| 2513 | 2026-08-25T07:34:47.579Z | Checking pem-rfc7468 v0.7.0 |
| 2514 | 2026-08-25T07:34:47.610Z | Checking rand_core v0.9.5 |
| 2515 | 2026-08-25T07:34:47.716Z | Checking uuid v1.23.4 |
| 2516 | 2026-08-25T07:34:47.763Z | Checking ppv-lite86 v0.2.21 |
| 2517 | 2026-08-25T07:34:47.770Z | Checking flagset v0.4.7 |
| 2518 | 2026-08-25T07:34:47.782Z | Checking regex-syntax v0.8.10 |
| 2519 | 2026-08-25T07:34:47.835Z | Checking url v2.5.8 |
| 2520 | 2026-08-25T07:34:47.892Z | Checking der v0.7.10 |
| 2521 | 2026-08-25T07:34:48.057Z | Checking base64 v0.22.1 |
| 2522 | 2026-08-25T07:34:48.073Z | Checking rand_chacha v0.9.0 |
| 2523 | 2026-08-25T07:34:48.281Z | Checking http v1.4.2 |
| 2524 | 2026-08-25T07:34:48.306Z | Checking dyn-clone v1.0.20 |
| 2525 | 2026-08-25T07:34:48.317Z | Checking rand v0.9.2 |
| 2526 | 2026-08-25T07:34:48.405Z | Checking semver v1.0.28 |
| 2527 | 2026-08-25T07:34:48.485Z | Checking tracing-core v0.1.36 |
| 2528 | 2026-08-25T07:34:48.619Z | Checking cpufeatures v0.2.17 |
| 2529 | 2026-08-25T07:34:48.675Z | Checking spki v0.7.3 |
| 2530 | 2026-08-25T07:34:48.690Z | Checking simd-adler32 v0.3.8 |
| 2531 | 2026-08-25T07:34:48.802Z | Checking schemars v0.8.22 |
| 2532 | 2026-08-25T07:34:48.815Z | Checking tracing v0.1.44 |
| 2533 | 2026-08-25T07:34:48.846Z | Checking pkcs8 v0.10.2 |
| 2534 | 2026-08-25T07:34:48.859Z | Checking http-body v1.0.1 |
| 2535 | 2026-08-25T07:34:48.873Z | Checking rustls-pki-types v1.14.0 |
| 2536 | 2026-08-25T07:34:49.016Z | Checking spin v0.9.8 |
| 2537 | 2026-08-25T07:34:49.023Z | Checking adler2 v2.0.1 |
| 2538 | 2026-08-25T07:34:49.023Z | Checking openssl-probe v0.2.1 |
| 2539 | 2026-08-25T07:34:49.109Z | Checking fastrand v2.3.0 |
| 2540 | 2026-08-25T07:34:49.122Z | Checking tinyvec_macros v0.1.1 |
| 2541 | 2026-08-25T07:34:49.155Z | Checking utf8parse v0.2.2 |
| 2542 | 2026-08-25T07:34:49.168Z | Checking anstyle v1.0.14 |
| 2543 | 2026-08-25T07:34:49.180Z | Checking cmov v0.5.4 |
| 2544 | 2026-08-25T07:34:49.190Z | Checking tinyvec v1.10.0 |
| 2545 | 2026-08-25T07:34:49.215Z | Checking miniz_oxide v0.8.9 |
| 2546 | 2026-08-25T07:34:49.250Z | Checking anstyle-parse v1.0.0 |
| 2547 | 2026-08-25T07:34:49.291Z | Checking tempfile v3.27.0 |
| 2548 | 2026-08-25T07:34:49.346Z | Checking sha2 v0.10.9 |
| 2549 | 2026-08-25T07:34:49.365Z | Checking ctutils v0.4.2 |
| 2550 | 2026-08-25T07:34:49.401Z | Checking terminal_size v0.4.3 |
| 2551 | 2026-08-25T07:34:49.470Z | Checking aws-lc-sys v0.40.0 |
| 2552 | 2026-08-25T07:34:49.487Z | Checking thiserror v2.0.18 |
| 2553 | 2026-08-25T07:34:49.506Z | Checking is_terminal_polyfill v1.70.2 |
| 2554 | 2026-08-25T07:34:49.516Z | Checking tower-layer v0.3.3 |
| 2555 | 2026-08-25T07:34:49.574Z | Checking untrusted v0.7.1 |
| 2556 | 2026-08-25T07:34:49.578Z | Checking tower-service v0.3.3 |
| 2557 | 2026-08-25T07:34:49.599Z | Checking try-lock v0.2.5 |
| 2558 | 2026-08-25T07:34:49.614Z | Checking colorchoice v1.0.4 |
| 2559 | 2026-08-25T07:34:49.624Z | Checking atomic-waker v1.1.2 |
| 2560 | 2026-08-25T07:34:49.662Z | Checking anstyle-query v1.1.5 |
| 2561 | 2026-08-25T07:34:49.675Z | Checking hybrid-array v0.4.13 |
| 2562 | 2026-08-25T07:34:49.689Z | Checking ipnet v2.12.0 |
| 2563 | 2026-08-25T07:34:49.703Z | Checking want v0.3.1 |
| 2564 | 2026-08-25T07:34:49.713Z | Checking httparse v1.10.1 |
| 2565 | 2026-08-25T07:34:49.726Z | Checking crc32fast v1.5.0 |
| 2566 | 2026-08-25T07:34:49.747Z | Checking anstream v1.0.0 |
| 2567 | 2026-08-25T07:34:49.821Z | Checking wait-timeout v0.2.1 |
| 2568 | 2026-08-25T07:34:49.861Z | Checking aho-corasick v1.1.4 |
| 2569 | 2026-08-25T07:34:49.923Z | Checking httpdate v1.0.3 |
| 2570 | 2026-08-25T07:34:49.942Z | Checking bit-vec v0.8.0 |
| 2571 | 2026-08-25T07:34:49.947Z | Checking quick-error v1.2.3 |
| 2572 | 2026-08-25T07:34:49.947Z | Checking untrusted v0.9.0 |
| 2573 | 2026-08-25T07:34:49.983Z | Checking aws-lc-rs v1.16.3 |
| 2574 | 2026-08-25T07:34:50.049Z | Checking tap v1.0.1 |
| 2575 | 2026-08-25T07:34:50.066Z | Checking plain v0.2.3 |
| 2576 | 2026-08-25T07:34:50.066Z | Checking foreign-types-shared v0.1.1 |
| 2577 | 2026-08-25T07:34:50.138Z | Checking bit-set v0.8.0 |
| 2578 | 2026-08-25T07:34:50.152Z | Checking wyz v0.5.1 |
| 2579 | 2026-08-25T07:34:50.163Z | Checking foreign-types v0.3.2 |
| 2580 | 2026-08-25T07:34:50.175Z | Checking rusty-fork v0.3.1 |
| 2581 | 2026-08-25T07:34:50.229Z | Checking unicode-normalization v0.1.25 |
| 2582 | 2026-08-25T07:34:50.283Z | Checking rand_chacha v0.3.1 |
| 2583 | 2026-08-25T07:34:50.325Z | Checking rand_xorshift v0.4.0 |
| 2584 | 2026-08-25T07:34:50.381Z | Checking signature v2.2.0 |
| 2585 | 2026-08-25T07:34:50.438Z | Checking radium v0.7.0 |
| 2586 | 2026-08-25T07:34:50.452Z | Checking hex v0.4.3 |
| 2587 | 2026-08-25T07:34:50.471Z | Checking tokio-util v0.7.18 |
| 2588 | 2026-08-25T07:34:50.484Z | Checking openssl-sys v0.9.117 |
| 2589 | 2026-08-25T07:34:50.496Z | Checking num-integer v0.1.46 |
| 2590 | 2026-08-25T07:34:50.562Z | Checking regex-automata v0.4.14 |
| 2591 | 2026-08-25T07:34:50.617Z | Checking unicode-ident v1.0.24 |
| 2592 | 2026-08-25T07:34:50.637Z | Checking funty v2.0.0 |
| 2593 | 2026-08-25T07:34:50.666Z | Checking unarray v0.1.4 |
| 2594 | 2026-08-25T07:34:50.717Z | Checking ucd-trie v0.1.7 |
| 2595 | 2026-08-25T07:34:50.721Z | Checking strsim v0.11.1 |
| 2596 | 2026-08-25T07:34:50.766Z | Checking clap_lex v1.0.0 |
| 2597 | 2026-08-25T07:34:50.852Z | Checking rustls-webpki v0.103.13 |
| 2598 | 2026-08-25T07:34:50.865Z | Checking openssl v0.10.80 |
| 2599 | 2026-08-25T07:34:50.871Z | Checking pest v2.8.6 |
| 2600 | 2026-08-25T07:34:50.878Z | Checking proptest v1.11.0 |
| 2601 | 2026-08-25T07:34:50.912Z | Checking clap_builder v4.6.0 |
| 2602 | 2026-08-25T07:34:50.953Z | Checking bitvec v1.0.1 |
| 2603 | 2026-08-25T07:34:51.095Z | Checking h2 v0.4.15 |
| 2604 | 2026-08-25T07:34:51.271Z | Checking rustls v0.23.41 |
| 2605 | 2026-08-25T07:34:51.948Z | Checking proc-macro2 v1.0.106 |
| 2606 | 2026-08-25T07:34:52.138Z | Checking num-iter v0.1.45 |
| 2607 | 2026-08-25T07:34:52.251Z | Checking rand v0.8.6 |
| 2608 | 2026-08-25T07:34:52.268Z | Checking ipnetwork v0.21.1 |
| 2609 | 2026-08-25T07:34:52.281Z | Checking lazy_static v1.5.0 |
| 2610 | 2026-08-25T07:34:52.369Z | Checking hmac v0.12.1 |
| 2611 | 2026-08-25T07:34:52.407Z | Checking thiserror v1.0.69 |
| 2612 | 2026-08-25T07:34:52.480Z | Checking maybe-uninit v2.0.0 |
| 2613 | 2026-08-25T07:34:52.502Z | Checking serde_spanned v0.6.9 |
| 2614 | 2026-08-25T07:34:52.502Z | Checking toml_datetime v0.6.11 |
| 2615 | 2026-08-25T07:34:52.542Z | Checking sync_wrapper v1.0.2 |
| 2616 | 2026-08-25T07:34:52.634Z | Checking siphasher v1.0.2 |
| 2617 | 2026-08-25T07:34:52.648Z | Checking powerfmt v0.2.0 |
| 2618 | 2026-08-25T07:34:52.683Z | Checking nodrop v0.1.14 |
| 2619 | 2026-08-25T07:34:52.715Z | Checking crc-catalog v2.4.0 |
| 2620 | 2026-08-25T07:34:52.769Z | Checking zlib-rs v0.6.2 |
| 2621 | 2026-08-25T07:34:52.782Z | Checking pretty-hex v0.4.1 |
| 2622 | 2026-08-25T07:34:52.795Z | Checking deranged v0.5.8 |
| 2623 | 2026-08-25T07:34:52.798Z | Checking num-bigint-dig v0.8.6 |
| 2624 | 2026-08-25T07:34:52.818Z | Checking crc v3.4.0 |
| 2625 | 2026-08-25T07:34:52.894Z | Checking array-init v0.0.4 |
| 2626 | 2026-08-25T07:34:52.904Z | Checking native-tls v0.2.18 |
| 2627 | 2026-08-25T07:34:52.997Z | Checking newtype-uuid v1.3.2 |
| 2628 | 2026-08-25T07:34:53.085Z | Checking tower v0.5.3 |
| 2629 | 2026-08-25T07:34:53.200Z | Checking smallvec v0.6.14 |
| 2630 | 2026-08-25T07:34:53.204Z | Checking oxnet v0.1.6 |
| 2631 | 2026-08-25T07:34:53.391Z | Checking packed_struct v0.10.1 |
| 2632 | 2026-08-25T07:34:53.474Z | Checking quote v1.0.45 |
| 2633 | 2026-08-25T07:34:53.477Z | Checking clap v4.6.1 |
| 2634 | 2026-08-25T07:34:53.564Z | Checking pkcs1 v0.7.5 |
| 2635 | 2026-08-25T07:34:53.610Z | Checking http-body-util v0.1.3 |
| 2636 | 2026-08-25T07:34:53.644Z | Checking crossbeam-utils v0.8.21 |
| 2637 | 2026-08-25T07:34:53.657Z | Checking zerocopy v0.6.6 |
| 2638 | 2026-08-25T07:34:53.690Z | Checking flate2 v1.1.9 |
| 2639 | 2026-08-25T07:34:53.767Z | Checking bitfield v0.19.4 |
| 2640 | 2026-08-25T07:34:53.781Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2641 | 2026-08-25T07:34:53.828Z | Checking ahash v0.8.12 |
| 2642 | 2026-08-25T07:34:53.850Z | Checking scroll v0.13.0 |
| 2643 | 2026-08-25T07:34:53.949Z | Checking env_filter v2.0.0 |
| 2644 | 2026-08-25T07:34:53.973Z | Checking hyper v1.10.1 |
| 2645 | 2026-08-25T07:34:53.988Z | Checking time-core v0.1.8 |
| 2646 | 2026-08-25T07:34:53.999Z | Checking winnow v0.5.40 |
| 2647 | 2026-08-25T07:34:54.013Z | Checking iri-string v0.7.10 |
| 2648 | 2026-08-25T07:34:54.023Z | Checking unicode-properties v0.1.4 |
| 2649 | 2026-08-25T07:34:54.076Z | Checking base64 v0.21.7 |
| 2650 | 2026-08-25T07:34:54.088Z | Checking hashbrown v0.12.3 |
| 2651 | 2026-08-25T07:34:54.123Z | Checking unicode-bidi v0.3.18 |
| 2652 | 2026-08-25T07:34:54.206Z | Checking num_threads v0.1.7 |
| 2653 | 2026-08-25T07:34:54.291Z | Checking gimli v0.32.3 |
| 2654 | 2026-08-25T07:34:54.306Z | Checking num-conv v0.2.0 |
| 2655 | 2026-08-25T07:34:54.412Z | Checking ryu v1.0.23 |
| 2656 | 2026-08-25T07:34:54.425Z | Checking allocator-api2 v0.2.21 |
| 2657 | 2026-08-25T07:34:54.465Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2658 | 2026-08-25T07:34:54.490Z | Checking indexmap v1.9.3 |
| 2659 | 2026-08-25T07:34:54.543Z | Checking serde_urlencoded v0.7.1 |
| 2660 | 2026-08-25T07:34:54.699Z | Checking time v0.3.47 |
| 2661 | 2026-08-25T07:34:54.739Z | Checking stringprep v0.1.5 |
| 2662 | 2026-08-25T07:34:54.810Z | Checking ron v0.8.1 |
| 2663 | 2026-08-25T07:34:54.894Z | Checking env_logger v0.11.11 |
| 2664 | 2026-08-25T07:34:54.915Z | Checking hyper-util v0.1.20 |
| 2665 | 2026-08-25T07:34:55.044Z | Checking tower-http v0.6.8 |
| 2666 | 2026-08-25T07:34:55.084Z | Checking goblin v0.10.5 |
| 2667 | 2026-08-25T07:34:55.168Z | Checking toml_edit v0.19.15 |
| 2668 | 2026-08-25T07:34:55.327Z | Checking hashbrown v0.13.2 |
| 2669 | 2026-08-25T07:34:55.339Z | Checking crossbeam-epoch v0.9.18 |
| 2670 | 2026-08-25T07:34:55.563Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2671 | 2026-08-25T07:34:55.724Z | Checking bzip2 v0.4.4 |
| 2672 | 2026-08-25T07:34:55.754Z | Checking rsa v0.9.10 |
| 2673 | 2026-08-25T07:34:55.842Z | Checking syn v2.0.117 |
| 2674 | 2026-08-25T07:34:55.870Z | Checking addr2line v0.25.1 |
| 2675 | 2026-08-25T07:34:55.921Z | Checking daft v0.1.8 |
| 2676 | 2026-08-25T07:34:56.139Z | Checking serde-hex v0.1.0 |
| 2677 | 2026-08-25T07:34:56.170Z | Checking tokio-native-tls v0.3.1 |
| 2678 | 2026-08-25T07:34:56.195Z | Checking bstr v1.12.1 |
| 2679 | 2026-08-25T07:34:56.226Z | Checking crypto-common v0.2.2 |
| 2680 | 2026-08-25T07:34:56.245Z | Checking block-padding v0.4.2 |
| 2681 | 2026-08-25T07:34:56.331Z | Checking block-buffer v0.12.1 |
| 2682 | 2026-08-25T07:34:56.384Z | Checking rustls-native-certs v0.8.3 |
| 2683 | 2026-08-25T07:34:56.497Z | Checking x509-cert v0.2.5 |
| 2684 | 2026-08-25T07:34:56.520Z | Checking scroll v0.12.0 |
| 2685 | 2026-08-25T07:34:56.590Z | Checking object v0.37.3 |
| 2686 | 2026-08-25T07:34:56.752Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2687 | 2026-08-25T07:34:56.847Z | Checking md-5 v0.10.6 |
| 2688 | 2026-08-25T07:34:56.865Z | Checking hash32 v0.2.1 |
| 2689 | 2026-08-25T07:34:56.987Z | Checking encoding_rs v0.8.35 |
| 2690 | 2026-08-25T07:34:57.024Z | Checking mime v0.3.17 |
| 2691 | 2026-08-25T07:34:57.177Z | Checking rustc-demangle v0.1.27 |
| 2692 | 2026-08-25T07:34:57.198Z | Checking fallible-iterator v0.2.0 |
| 2693 | 2026-08-25T07:34:57.393Z | Checking either v1.15.0 |
| 2694 | 2026-08-25T07:34:57.474Z | Checking psl-types v2.0.11 |
| 2695 | 2026-08-25T07:34:57.487Z | Checking crc-any v2.5.0 |
| 2696 | 2026-08-25T07:34:57.570Z | Checking dof v0.4.0 |
| 2697 | 2026-08-25T07:34:57.583Z | Checking publicsuffix v2.3.0 |
| 2698 | 2026-08-25T07:34:57.598Z | Checking postgres-protocol v0.6.10 |
| 2699 | 2026-08-25T07:34:57.659Z | Checking heapless v0.7.17 |
| 2700 | 2026-08-25T07:34:57.672Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2701 | 2026-08-25T07:34:57.736Z | Checking zstd-safe v7.2.4 |
| 2702 | 2026-08-25T07:34:57.905Z | Checking goblin v0.8.2 |
| 2703 | 2026-08-25T07:34:57.920Z | Checking inout v0.2.2 |
| 2704 | 2026-08-25T07:34:57.965Z | Checking hyper-tls v0.6.0 |
| 2705 | 2026-08-25T07:34:58.066Z | Checking toml v0.7.8 |
| 2706 | 2026-08-25T07:34:58.081Z | Checking zip v0.6.6 |
| 2707 | 2026-08-25T07:34:58.136Z | Checking cookie v0.18.1 |
| 2708 | 2026-08-25T07:34:58.203Z | Checking object v0.30.4 |
| 2709 | 2026-08-25T07:34:58.216Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2710 | 2026-08-25T07:34:58.404Z | Checking tokio-rustls v0.26.4 |
| 2711 | 2026-08-25T07:34:58.421Z | Checking phf_shared v0.13.1 |
| 2712 | 2026-08-25T07:34:58.421Z | Checking dtrace-parser v0.3.0 |
| 2713 | 2026-08-25T07:34:58.445Z | Checking zerocopy v0.7.35 |
| 2714 | 2026-08-25T07:34:58.584Z | Checking pin-project v1.1.11 |
| 2715 | 2026-08-25T07:34:58.594Z | Checking signal-hook v0.3.18 |
| 2716 | 2026-08-25T07:34:58.636Z | Checking futures-executor v0.3.32 |
| 2717 | 2026-08-25T07:34:58.673Z | Checking erased-serde v0.3.31 |
| 2718 | 2026-08-25T07:34:58.684Z | Checking ff v0.13.1 |
| 2719 | 2026-08-25T07:34:58.777Z | Checking thread-id v5.1.0 |
| 2720 | 2026-08-25T07:34:58.782Z | Checking unicode-linebreak v0.1.5 |
| 2721 | 2026-08-25T07:34:58.806Z | Checking foldhash v0.1.5 |
| 2722 | 2026-08-25T07:34:58.854Z | Checking libbz2-rs-sys v0.2.2 |
| 2723 | 2026-08-25T07:34:58.898Z | Checking is_ci v1.2.0 |
| 2724 | 2026-08-25T07:34:58.936Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2725 | 2026-08-25T07:34:58.988Z | Checking backtrace v0.3.76 |
| 2726 | 2026-08-25T07:34:58.998Z | Checking unicode-width v0.2.0 |
| 2727 | 2026-08-25T07:34:59.004Z | Checking foldhash v0.2.0 |
| 2728 | 2026-08-25T07:34:59.073Z | Checking jiff-core v0.1.0 |
| 2729 | 2026-08-25T07:34:59.106Z | Checking managed v0.8.0 |
| 2730 | 2026-08-25T07:34:59.155Z | Checking base16ct v0.2.0 |
| 2731 | 2026-08-25T07:34:59.239Z | Checking bumpalo v3.20.2 |
| 2732 | 2026-08-25T07:34:59.254Z | Compiling rayon-core v1.13.0 |
| 2733 | 2026-08-25T07:34:59.270Z | Checking path-slash v0.1.5 |
| 2734 | 2026-08-25T07:34:59.283Z | Checking same-file v1.0.6 |
| 2735 | 2026-08-25T07:34:59.295Z | Checking bitflags v1.3.2 |
| 2736 | 2026-08-25T07:34:59.362Z | Checking smawk v0.3.2 |
| 2737 | 2026-08-25T07:34:59.428Z | Checking smoltcp v0.9.1 |
| 2738 | 2026-08-25T07:34:59.453Z | Checking walkdir v2.5.0 |
| 2739 | 2026-08-25T07:34:59.453Z | Checking zopfli v0.8.3 |
| 2740 | 2026-08-25T07:34:59.471Z | Checking sec1 v0.7.3 |
| 2741 | 2026-08-25T07:34:59.490Z | Checking textwrap v0.16.2 |
| 2742 | 2026-08-25T07:34:59.552Z | Checking backtrace-ext v0.2.1 |
| 2743 | 2026-08-25T07:34:59.644Z | Checking bzip2 v0.6.1 |
| 2744 | 2026-08-25T07:34:59.659Z | Checking hashbrown v0.16.1 |
| 2745 | 2026-08-25T07:34:59.706Z | Checking slog v2.8.2 |
| 2746 | 2026-08-25T07:34:59.735Z | Checking jiff v0.2.34 |
| 2747 | 2026-08-25T07:34:59.752Z | Checking supports-color v3.0.2 |
| 2748 | 2026-08-25T07:34:59.800Z | Checking hashbrown v0.15.5 |
| 2749 | 2026-08-25T07:34:59.843Z | Checking dof v0.3.0 |
| 2750 | 2026-08-25T07:34:59.867Z | Checking usdt-impl v0.6.0 |
| 2751 | 2026-08-25T07:34:59.959Z | Checking group v0.13.0 |
| 2752 | 2026-08-25T07:34:59.972Z | Checking futures v0.3.32 |
| 2753 | 2026-08-25T07:35:00.045Z | Checking signal-hook-mio v0.2.5 |
| 2754 | 2026-08-25T07:35:00.104Z | Checking snafu v0.8.9 |
| 2755 | 2026-08-25T07:35:00.121Z | Checking hyper-rustls v0.27.7 |
| 2756 | 2026-08-25T07:35:00.143Z | Checking phf v0.13.1 |
| 2757 | 2026-08-25T07:35:00.156Z | Checking cookie_store v0.22.1 |
| 2758 | 2026-08-25T07:35:00.160Z | Checking reqwest v0.12.28 |
| 2759 | 2026-08-25T07:35:00.266Z | Checking cipher v0.5.2 |
| 2760 | 2026-08-25T07:35:00.287Z | Checking zstd v0.13.3 |
| 2761 | 2026-08-25T07:35:00.320Z | Checking postgres-types v0.2.12 |
| 2762 | 2026-08-25T07:35:00.336Z | Checking globset v0.4.18 |
| 2763 | 2026-08-25T07:35:00.339Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2764 | 2026-08-25T07:35:00.467Z | Checking rustls-platform-verifier v0.6.2 |
| 2765 | 2026-08-25T07:35:00.483Z | Checking crossbeam-deque v0.8.6 |
| 2766 | 2026-08-25T07:35:00.497Z | Checking phf_shared v0.11.3 |
| 2767 | 2026-08-25T07:35:00.582Z | Checking dtrace-parser v0.2.0 |
| 2768 | 2026-08-25T07:35:00.603Z | Checking hkdf v0.12.4 |
| 2769 | 2026-08-25T07:35:00.629Z | Checking regex v1.12.3 |
| 2770 | 2026-08-25T07:35:00.645Z | Checking byte-wrapper v0.1.0 |
| 2771 | 2026-08-25T07:35:00.657Z | Checking olpc-cjson v0.1.4 |
| 2772 | 2026-08-25T07:35:00.678Z | Checking ref-cast v1.0.25 |
| 2773 | 2026-08-25T07:35:00.749Z | Checking curve25519-dalek v4.1.3 |
| 2774 | 2026-08-25T07:35:00.771Z | Checking strum v0.27.2 |
| 2775 | 2026-08-25T07:35:00.789Z | Checking hubpack v0.1.2 |
| 2776 | 2026-08-25T07:35:00.816Z | Checking ed25519 v2.2.3 |
| 2777 | 2026-08-25T07:35:00.842Z | Checking memoffset v0.9.1 |
| 2778 | 2026-08-25T07:35:00.877Z | Checking rustix v0.38.44 |
| 2779 | 2026-08-25T07:35:00.906Z | Checking owo-colors v4.3.0 |
| 2780 | 2026-08-25T07:35:00.919Z | Checking pem v3.0.6 |
| 2781 | 2026-08-25T07:35:00.931Z | Checking crypto-bigint v0.5.5 |
| 2782 | 2026-08-25T07:35:00.947Z | Checking serde_plain v1.0.2 |
| 2783 | 2026-08-25T07:35:01.001Z | Checking serde-big-array v0.5.1 |
| 2784 | 2026-08-25T07:35:01.070Z | Checking float-cmp v0.10.0 |
| 2785 | 2026-08-25T07:35:01.091Z | Checking thread-id v4.2.2 |
| 2786 | 2026-08-25T07:35:01.135Z | Checking memmap2 v0.9.10 |
| 2787 | 2026-08-25T07:35:01.163Z | Checking unicode-width v0.1.14 |
| 2788 | 2026-08-25T07:35:01.194Z | Checking const-oid v0.10.2 |
| 2789 | 2026-08-25T07:35:01.289Z | Checking data-encoding v2.10.0 |
| 2790 | 2026-08-25T07:35:01.345Z | Checking fixedbitset v0.5.7 |
| 2791 | 2026-08-25T07:35:01.402Z | Checking supports-unicode v3.0.0 |
| 2792 | 2026-08-25T07:35:01.459Z | Checking winnow v1.0.3 |
| 2793 | 2026-08-25T07:35:01.505Z | Checking supports-hyperlinks v3.2.0 |
| 2794 | 2026-08-25T07:35:01.510Z | Checking keccak v0.1.6 |
| 2795 | 2026-08-25T07:35:01.539Z | Checking new_debug_unreachable v1.0.6 |
| 2796 | 2026-08-25T07:35:01.557Z | Checking unicode-segmentation v1.12.0 |
| 2797 | 2026-08-25T07:35:01.603Z | Checking difflib v0.4.0 |
| 2798 | 2026-08-25T07:35:01.613Z | Checking predicates-core v1.0.10 |
| 2799 | 2026-08-25T07:35:01.643Z | Checking fixedbitset v0.4.2 |
| 2800 | 2026-08-25T07:35:01.677Z | Checking whoami v2.1.0 |
| 2801 | 2026-08-25T07:35:01.680Z | Checking static_assertions v1.1.0 |
| 2802 | 2026-08-25T07:35:01.729Z | Checking normalize-line-endings v0.3.0 |
| 2803 | 2026-08-25T07:35:01.756Z | Checking precomputed-hash v0.1.1 |
| 2804 | 2026-08-25T07:35:01.775Z | Checking cpufeatures v0.3.0 |
| 2805 | 2026-08-25T07:35:01.791Z | Checking toml_write v0.1.2 |
| 2806 | 2026-08-25T07:35:01.846Z | Checking winnow v0.7.14 |
| 2807 | 2026-08-25T07:35:01.861Z | Checking typed-path v0.9.3 |
| 2808 | 2026-08-25T07:35:01.861Z | Checking chacha20 v0.10.0 |
| 2809 | 2026-08-25T07:35:01.868Z | Checking elliptic-curve v0.13.8 |
| 2810 | 2026-08-25T07:35:01.874Z | Checking tokio-postgres v0.7.16 |
| 2811 | 2026-08-25T07:35:01.877Z | Checking similar v2.7.0 |
| 2812 | 2026-08-25T07:35:01.955Z | Checking string_cache v0.8.9 |
| 2813 | 2026-08-25T07:35:02.098Z | Checking predicates v3.1.4 |
| 2814 | 2026-08-25T07:35:02.118Z | Checking petgraph v0.6.5 |
| 2815 | 2026-08-25T07:35:02.165Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2816 | 2026-08-25T07:35:02.259Z | Checking crossterm v0.28.1 |
| 2817 | 2026-08-25T07:35:02.319Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2818 | 2026-08-25T07:35:02.391Z | Checking sha3 v0.10.8 |
| 2819 | 2026-08-25T07:35:02.603Z | Checking zip v4.6.1 |
| 2820 | 2026-08-25T07:35:02.610Z | Checking tough v0.22.0 |
| 2821 | 2026-08-25T07:35:02.639Z | Checking miette v7.6.0 |
| 2822 | 2026-08-25T07:35:02.983Z | Checking hickory-proto v0.25.2 |
| 2823 | 2026-08-25T07:35:03.013Z | Checking toml_edit v0.22.27 |
| 2824 | 2026-08-25T07:35:03.158Z | Checking petgraph v0.8.3 |
| 2825 | 2026-08-25T07:35:03.176Z | Checking ed25519-dalek v2.2.0 |
| 2826 | 2026-08-25T07:35:03.191Z | Checking digest v0.11.3 |
| 2827 | 2026-08-25T07:35:03.386Z | Checking usdt v0.6.0 |
| 2828 | 2026-08-25T07:35:03.403Z | Checking usdt-impl v0.5.0 |
| 2829 | 2026-08-25T07:35:03.408Z | Checking nix v0.31.2 |
| 2830 | 2026-08-25T07:35:03.538Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2831 | 2026-08-25T07:35:03.673Z | Checking iddqd v0.4.2 |
| 2832 | 2026-08-25T07:35:04.133Z | Checking reqwest v0.13.2 |
| 2833 | 2026-08-25T07:35:04.444Z | Checking oxide-generation v0.1.3 |
| 2834 | 2026-08-25T07:35:04.576Z | Checking itertools v0.15.0 |
| 2835 | 2026-08-25T07:35:04.591Z | Checking itertools v0.13.0 |
| 2836 | 2026-08-25T07:35:04.606Z | Checking strum v0.26.3 |
| 2837 | 2026-08-25T07:35:04.638Z | Checking serde_with v3.21.0 |
| 2838 | 2026-08-25T07:35:04.663Z | Checking derive_more v2.1.1 |
| 2839 | 2026-08-25T07:35:04.704Z | Checking fs-err v3.3.0 |
| 2840 | 2026-08-25T07:35:04.716Z | Checking tokio-stream v0.1.18 |
| 2841 | 2026-08-25T07:35:04.759Z | Checking buf-list v1.1.2 |
| 2842 | 2026-08-25T07:35:04.941Z | Checking anyhow v1.0.104 |
| 2843 | 2026-08-25T07:35:04.997Z | Checking camino v1.2.5 |
| 2844 | 2026-08-25T07:35:05.006Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2845 | 2026-08-25T07:35:05.097Z | Checking openapiv3 v2.2.0 |
| 2846 | 2026-08-25T07:35:05.135Z | Checking lalrpop-util v0.19.12 |
| 2847 | 2026-08-25T07:35:05.233Z | Checking peg-runtime v0.8.5 |
| 2848 | 2026-08-25T07:35:05.264Z | Checking illumos-nvpair v0.3.0 |
| 2849 | 2026-08-25T07:35:05.293Z | Checking rayon v1.11.0 |
| 2850 | 2026-08-25T07:35:05.368Z | Checking sigpipe v0.1.3 |
| 2851 | 2026-08-25T07:35:05.412Z | Checking glob v0.3.3 |
| 2852 | 2026-08-25T07:35:06.270Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2853 | 2026-08-25T07:35:06.636Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2854 | 2026-08-25T07:35:06.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.07s |
| 2855 | 2026-08-25T07:35:07.071Z | |
| 2856 | 2026-08-25T07:35:07.071Z | info: running `cargo check --bins` on internal-dns-types (80/380) |
| 2857 | 2026-08-25T07:35:07.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-08-25T07:35:07.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-08-25T07:35:07.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2860 | 2026-08-25T07:35:07.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2861 | 2026-08-25T07:35:07.649Z | |
| 2862 | 2026-08-25T07:35:07.649Z | info: running `cargo check --bins` on internal-dns-types-versions (81/380) |
| 2863 | 2026-08-25T07:35:08.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-08-25T07:35:08.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-08-25T07:35:08.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2026-08-25T07:35:08.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2867 | 2026-08-25T07:35:08.236Z | |
| 2868 | 2026-08-25T07:35:08.236Z | info: running `cargo check --bins` on nexus-types-versions (82/380) |
| 2869 | 2026-08-25T07:35:08.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-08-25T07:35:08.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-08-25T07:35:08.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2026-08-25T07:35:08.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2873 | 2026-08-25T07:35:08.825Z | |
| 2874 | 2026-08-25T07:35:08.826Z | info: running `cargo check --bins` on oxql-types (83/380) |
| 2875 | 2026-08-25T07:35:09.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2026-08-25T07:35:09.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2026-08-25T07:35:09.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2878 | 2026-08-25T07:35:09.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2879 | 2026-08-25T07:35:09.402Z | |
| 2880 | 2026-08-25T07:35:09.402Z | info: running `cargo check --bins` on oximeter-types (84/380) |
| 2881 | 2026-08-25T07:35:09.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2026-08-25T07:35:09.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2026-08-25T07:35:09.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2026-08-25T07:35:09.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2885 | 2026-08-25T07:35:09.978Z | |
| 2886 | 2026-08-25T07:35:09.978Z | info: running `cargo check --bins` on oximeter-types-versions (85/380) |
| 2887 | 2026-08-25T07:35:10.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-08-25T07:35:10.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-08-25T07:35:10.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-08-25T07:35:10.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2891 | 2026-08-25T07:35:10.559Z | |
| 2892 | 2026-08-25T07:35:10.559Z | info: running `cargo check --bins` on oximeter-macro-impl (86/380) |
| 2893 | 2026-08-25T07:35:11.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-08-25T07:35:11.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-08-25T07:35:11.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-08-25T07:35:11.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2897 | 2026-08-25T07:35:11.123Z | |
| 2898 | 2026-08-25T07:35:11.123Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (87/380) |
| 2899 | 2026-08-25T07:35:11.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-08-25T07:35:11.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-08-25T07:35:11.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-08-25T07:35:11.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2903 | 2026-08-25T07:35:11.593Z | |
| 2904 | 2026-08-25T07:35:11.593Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (88/380) |
| 2905 | 2026-08-25T07:35:11.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-08-25T07:35:11.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-08-25T07:35:11.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-08-25T07:35:11.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2909 | 2026-08-25T07:35:11.971Z | |
| 2910 | 2026-08-25T07:35:11.971Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (89/380) |
| 2911 | 2026-08-25T07:35:12.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-08-25T07:35:12.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-08-25T07:35:12.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-08-25T07:35:12.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2915 | 2026-08-25T07:35:12.393Z | |
| 2916 | 2026-08-25T07:35:12.393Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (90/380) |
| 2917 | 2026-08-25T07:35:12.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-08-25T07:35:12.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-08-25T07:35:12.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-08-25T07:35:12.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2921 | 2026-08-25T07:35:13.227Z | |
| 2922 | 2026-08-25T07:35:13.227Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (91/380) |
| 2923 | 2026-08-25T07:35:13.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-08-25T07:35:13.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-08-25T07:35:13.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-08-25T07:35:13.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2927 | 2026-08-25T07:35:13.244Z | |
| 2928 | 2026-08-25T07:35:13.244Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (92/380) |
| 2929 | 2026-08-25T07:35:13.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-08-25T07:35:13.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-08-25T07:35:13.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-08-25T07:35:13.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2933 | 2026-08-25T07:35:13.667Z | |
| 2934 | 2026-08-25T07:35:13.667Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (93/380) |
| 2935 | 2026-08-25T07:35:14.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-08-25T07:35:14.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-08-25T07:35:14.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2938 | 2026-08-25T07:35:14.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2939 | 2026-08-25T07:35:14.089Z | |
| 2940 | 2026-08-25T07:35:14.089Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (94/380) |
| 2941 | 2026-08-25T07:35:14.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2026-08-25T07:35:14.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2026-08-25T07:35:14.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2944 | 2026-08-25T07:35:14.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2945 | 2026-08-25T07:35:14.511Z | |
| 2946 | 2026-08-25T07:35:14.511Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (95/380) |
| 2947 | 2026-08-25T07:35:14.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2948 | 2026-08-25T07:35:14.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2949 | 2026-08-25T07:35:14.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2950 | 2026-08-25T07:35:14.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2951 | 2026-08-25T07:35:14.934Z | |
| 2952 | 2026-08-25T07:35:14.935Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (96/380) |
| 2953 | 2026-08-25T07:35:15.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2954 | 2026-08-25T07:35:15.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2955 | 2026-08-25T07:35:15.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2956 | 2026-08-25T07:35:15.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2957 | 2026-08-25T07:35:15.361Z | |
| 2958 | 2026-08-25T07:35:15.361Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (97/380) |
| 2959 | 2026-08-25T07:35:15.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2960 | 2026-08-25T07:35:15.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2961 | 2026-08-25T07:35:15.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2962 | 2026-08-25T07:35:15.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2963 | 2026-08-25T07:35:15.781Z | |
| 2964 | 2026-08-25T07:35:15.781Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (98/380) |
| 2965 | 2026-08-25T07:35:16.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2966 | 2026-08-25T07:35:16.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2967 | 2026-08-25T07:35:16.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2968 | 2026-08-25T07:35:16.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2969 | 2026-08-25T07:35:16.202Z | |
| 2970 | 2026-08-25T07:35:16.202Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (99/380) |
| 2971 | 2026-08-25T07:35:16.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2972 | 2026-08-25T07:35:16.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2973 | 2026-08-25T07:35:16.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2974 | 2026-08-25T07:35:16.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2975 | 2026-08-25T07:35:16.626Z | |
| 2976 | 2026-08-25T07:35:16.626Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (100/380) |
| 2977 | 2026-08-25T07:35:16.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2978 | 2026-08-25T07:35:16.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2979 | 2026-08-25T07:35:16.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2980 | 2026-08-25T07:35:16.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2981 | 2026-08-25T07:35:17.048Z | |
| 2982 | 2026-08-25T07:35:17.048Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (101/380) |
| 2983 | 2026-08-25T07:35:17.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2026-08-25T07:35:17.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2026-08-25T07:35:17.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2986 | 2026-08-25T07:35:17.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2987 | 2026-08-25T07:35:17.479Z | |
| 2988 | 2026-08-25T07:35:17.479Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (102/380) |
| 2989 | 2026-08-25T07:35:17.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2026-08-25T07:35:17.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2026-08-25T07:35:17.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2992 | 2026-08-25T07:35:17.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2993 | 2026-08-25T07:35:17.905Z | |
| 2994 | 2026-08-25T07:35:17.905Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (103/380) |
| 2995 | 2026-08-25T07:35:18.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2026-08-25T07:35:18.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2026-08-25T07:35:18.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2998 | 2026-08-25T07:35:18.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2999 | 2026-08-25T07:35:18.336Z | |
| 3000 | 2026-08-25T07:35:18.336Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (104/380) |
| 3001 | 2026-08-25T07:35:18.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2026-08-25T07:35:18.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2026-08-25T07:35:18.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3004 | 2026-08-25T07:35:18.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3005 | 2026-08-25T07:35:18.760Z | |
| 3006 | 2026-08-25T07:35:18.760Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (105/380) |
| 3007 | 2026-08-25T07:35:19.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2026-08-25T07:35:19.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2026-08-25T07:35:19.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2026-08-25T07:35:19.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3011 | 2026-08-25T07:35:19.182Z | |
| 3012 | 2026-08-25T07:35:19.182Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (106/380) |
| 3013 | 2026-08-25T07:35:19.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2026-08-25T07:35:19.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2026-08-25T07:35:19.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2026-08-25T07:35:19.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3017 | 2026-08-25T07:35:19.602Z | |
| 3018 | 2026-08-25T07:35:19.602Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (107/380) |
| 3019 | 2026-08-25T07:35:19.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-08-25T07:35:19.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-08-25T07:35:19.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2026-08-25T07:35:19.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3023 | 2026-08-25T07:35:20.023Z | |
| 3024 | 2026-08-25T07:35:20.023Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (108/380) |
| 3025 | 2026-08-25T07:35:20.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-08-25T07:35:20.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-08-25T07:35:20.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-08-25T07:35:20.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3029 | 2026-08-25T07:35:20.450Z | |
| 3030 | 2026-08-25T07:35:20.450Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (109/380) |
| 3031 | 2026-08-25T07:35:20.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-08-25T07:35:20.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-08-25T07:35:20.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-08-25T07:35:20.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3035 | 2026-08-25T07:35:20.876Z | |
| 3036 | 2026-08-25T07:35:20.876Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (110/380) |
| 3037 | 2026-08-25T07:35:21.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-08-25T07:35:21.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-08-25T07:35:21.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-08-25T07:35:21.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3041 | 2026-08-25T07:35:21.306Z | |
| 3042 | 2026-08-25T07:35:21.306Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (111/380) |
| 3043 | 2026-08-25T07:35:21.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-08-25T07:35:21.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-08-25T07:35:21.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-08-25T07:35:21.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3047 | 2026-08-25T07:35:21.736Z | |
| 3048 | 2026-08-25T07:35:21.736Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (112/380) |
| 3049 | 2026-08-25T07:35:22.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-08-25T07:35:22.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-08-25T07:35:22.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-08-25T07:35:22.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3053 | 2026-08-25T07:35:22.162Z | |
| 3054 | 2026-08-25T07:35:22.162Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (113/380) |
| 3055 | 2026-08-25T07:35:22.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-08-25T07:35:22.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-08-25T07:35:22.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2026-08-25T07:35:22.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3059 | 2026-08-25T07:35:22.587Z | |
| 3060 | 2026-08-25T07:35:22.587Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (114/380) |
| 3061 | 2026-08-25T07:35:22.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2026-08-25T07:35:22.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2026-08-25T07:35:22.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2026-08-25T07:35:22.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3065 | 2026-08-25T07:35:23.014Z | |
| 3066 | 2026-08-25T07:35:23.014Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (115/380) |
| 3067 | 2026-08-25T07:35:23.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2026-08-25T07:35:23.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2026-08-25T07:35:23.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2026-08-25T07:35:23.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3071 | 2026-08-25T07:35:23.438Z | |
| 3072 | 2026-08-25T07:35:23.438Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (116/380) |
| 3073 | 2026-08-25T07:35:23.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2026-08-25T07:35:23.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2026-08-25T07:35:23.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3076 | 2026-08-25T07:35:23.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3077 | 2026-08-25T07:35:23.862Z | |
| 3078 | 2026-08-25T07:35:23.862Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (117/380) |
| 3079 | 2026-08-25T07:35:24.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3080 | 2026-08-25T07:35:24.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3081 | 2026-08-25T07:35:24.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3082 | 2026-08-25T07:35:24.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3083 | 2026-08-25T07:35:24.290Z | |
| 3084 | 2026-08-25T07:35:24.290Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (118/380) |
| 3085 | 2026-08-25T07:35:24.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2026-08-25T07:35:24.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2026-08-25T07:35:24.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3088 | 2026-08-25T07:35:24.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3089 | 2026-08-25T07:35:24.719Z | |
| 3090 | 2026-08-25T07:35:24.719Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (119/380) |
| 3091 | 2026-08-25T07:35:25.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3092 | 2026-08-25T07:35:25.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3093 | 2026-08-25T07:35:25.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3094 | 2026-08-25T07:35:25.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3095 | 2026-08-25T07:35:25.206Z | |
| 3096 | 2026-08-25T07:35:25.206Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (120/380) |
| 3097 | 2026-08-25T07:35:25.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3098 | 2026-08-25T07:35:25.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3099 | 2026-08-25T07:35:25.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3100 | 2026-08-25T07:35:25.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3101 | 2026-08-25T07:35:25.578Z | |
| 3102 | 2026-08-25T07:35:25.578Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (121/380) |
| 3103 | 2026-08-25T07:35:25.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3104 | 2026-08-25T07:35:25.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3105 | 2026-08-25T07:35:25.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3106 | 2026-08-25T07:35:25.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3107 | 2026-08-25T07:35:26.004Z | |
| 3108 | 2026-08-25T07:35:26.004Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (122/380) |
| 3109 | 2026-08-25T07:35:26.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3110 | 2026-08-25T07:35:26.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3111 | 2026-08-25T07:35:26.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3112 | 2026-08-25T07:35:26.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3113 | 2026-08-25T07:35:26.480Z | |
| 3114 | 2026-08-25T07:35:26.480Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (123/380) |
| 3115 | 2026-08-25T07:35:26.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2026-08-25T07:35:26.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2026-08-25T07:35:26.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2026-08-25T07:35:26.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3119 | 2026-08-25T07:35:26.860Z | |
| 3120 | 2026-08-25T07:35:26.860Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (124/380) |
| 3121 | 2026-08-25T07:35:27.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2026-08-25T07:35:27.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2026-08-25T07:35:27.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2026-08-25T07:35:27.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3125 | 2026-08-25T07:35:27.291Z | |
| 3126 | 2026-08-25T07:35:27.291Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (125/380) |
| 3127 | 2026-08-25T07:35:27.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2026-08-25T07:35:27.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2026-08-25T07:35:27.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3130 | 2026-08-25T07:35:27.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 3131 | 2026-08-25T07:35:27.811Z | |
| 3132 | 2026-08-25T07:35:27.811Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (126/380) |
| 3133 | 2026-08-25T07:35:28.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3134 | 2026-08-25T07:35:28.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3135 | 2026-08-25T07:35:28.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3136 | 2026-08-25T07:35:28.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3137 | 2026-08-25T07:35:28.142Z | |
| 3138 | 2026-08-25T07:35:28.142Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/380) |
| 3139 | 2026-08-25T07:35:28.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3140 | 2026-08-25T07:35:28.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3141 | 2026-08-25T07:35:28.835Z | Compiling multer v3.1.0 |
| 3142 | 2026-08-25T07:35:28.949Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3143 | 2026-08-25T07:35:28.949Z | Compiling async-stream-impl v0.3.6 |
| 3144 | 2026-08-25T07:35:29.056Z | Compiling dropshot v0.17.1 |
| 3145 | 2026-08-25T07:35:29.072Z | Compiling parse-display-derive v0.10.0 |
| 3146 | 2026-08-25T07:35:29.072Z | Compiling newtype-uuid-macros v0.1.0 |
| 3147 | 2026-08-25T07:35:29.072Z | Compiling dropshot_endpoint v0.17.1 |
| 3148 | 2026-08-25T07:35:29.072Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3149 | 2026-08-25T07:35:29.190Z | Checking thread_local v1.1.9 |
| 3150 | 2026-08-25T07:35:29.195Z | Checking compression-core v0.4.31 |
| 3151 | 2026-08-25T07:35:29.329Z | Checking match_cfg v0.1.0 |
| 3152 | 2026-08-25T07:35:29.345Z | Checking compression-codecs v0.4.37 |
| 3153 | 2026-08-25T07:35:29.367Z | Checking crossbeam-channel v0.5.15 |
| 3154 | 2026-08-25T07:35:29.395Z | Checking hostname v0.3.1 |
| 3155 | 2026-08-25T07:35:29.412Z | Checking atomicwrites v0.4.4 |
| 3156 | 2026-08-25T07:35:29.490Z | Checking slog-json v2.6.1 |
| 3157 | 2026-08-25T07:35:29.508Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3158 | 2026-08-25T07:35:29.522Z | Checking serde_spanned v1.1.1 |
| 3159 | 2026-08-25T07:35:29.535Z | Checking is-terminal v0.4.17 |
| 3160 | 2026-08-25T07:35:29.620Z | Checking take_mut v0.2.2 |
| 3161 | 2026-08-25T07:35:29.638Z | Checking debug-ignore v1.0.5 |
| 3162 | 2026-08-25T07:35:29.652Z | Checking term v1.2.1 |
| 3163 | 2026-08-25T07:35:29.700Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3164 | 2026-08-25T07:35:29.715Z | Checking slog-bunyan v2.5.0 |
| 3165 | 2026-08-25T07:35:29.729Z | Checking slog-async v2.8.0 |
| 3166 | 2026-08-25T07:35:29.738Z | Checking async-stream v0.3.6 |
| 3167 | 2026-08-25T07:35:29.750Z | Checking async-compression v0.4.41 |
| 3168 | 2026-08-25T07:35:29.820Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3169 | 2026-08-25T07:35:29.858Z | Checking progenitor-client v0.14.0 |
| 3170 | 2026-08-25T07:35:29.871Z | Checking slog-term v2.9.2 |
| 3171 | 2026-08-25T07:35:29.889Z | Checking toml v1.1.2+spec-1.1.0 |
| 3172 | 2026-08-25T07:35:29.897Z | Checking sha1 v0.11.0 |
| 3173 | 2026-08-25T07:35:29.992Z | Checking waitgroup v0.1.2 |
| 3174 | 2026-08-25T07:35:30.108Z | Checking rustls-pemfile v2.2.0 |
| 3175 | 2026-08-25T07:35:30.114Z | Checking backon v1.6.0 |
| 3176 | 2026-08-25T07:35:30.114Z | Checking serde_path_to_error v0.1.20 |
| 3177 | 2026-08-25T07:35:30.125Z | Checking hostname v0.4.2 |
| 3178 | 2026-08-25T07:35:30.144Z | Checking instant v0.1.13 |
| 3179 | 2026-08-25T07:35:30.220Z | Checking backoff v0.4.0 |
| 3180 | 2026-08-25T07:35:30.259Z | Checking progenitor-extras v0.2.0 |
| 3181 | 2026-08-25T07:35:30.375Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3182 | 2026-08-25T07:35:30.405Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3183 | 2026-08-25T07:35:30.445Z | Checking regress v0.10.5 |
| 3184 | 2026-08-25T07:35:30.493Z | Checking itertools v0.14.0 |
| 3185 | 2026-08-25T07:35:30.590Z | Checking macaddr v1.0.1 |
| 3186 | 2026-08-25T07:35:30.667Z | Checking parse-display v0.10.0 |
| 3187 | 2026-08-25T07:35:30.785Z | Checking humantime v2.3.0 |
| 3188 | 2026-08-25T07:35:31.568Z | Compiling prettyplease v0.2.37 |
| 3189 | 2026-08-25T07:35:31.814Z | Checking num-rational v0.4.2 |
| 3190 | 2026-08-25T07:35:32.094Z | Checking num-complex v0.4.6 |
| 3191 | 2026-08-25T07:35:32.587Z | Compiling num v0.4.3 |
| 3192 | 2026-08-25T07:35:32.649Z | Compiling usdt-attr-macro v0.5.0 |
| 3193 | 2026-08-25T07:35:32.661Z | Compiling usdt-macro v0.5.0 |
| 3194 | 2026-08-25T07:35:32.706Z | Checking memmap v0.7.0 |
| 3195 | 2026-08-25T07:35:32.721Z | Compiling float-ord v0.3.2 |
| 3196 | 2026-08-25T07:35:32.733Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3197 | 2026-08-25T07:35:32.835Z | Compiling convert_case v0.4.0 |
| 3198 | 2026-08-25T07:35:33.159Z | Checking newline-converter v0.3.0 |
| 3199 | 2026-08-25T07:35:33.246Z | Compiling derive_more v0.99.20 |
| 3200 | 2026-08-25T07:35:33.269Z | Checking console v0.15.11 |
| 3201 | 2026-08-25T07:35:33.430Z | Compiling toml v0.8.23 |
| 3202 | 2026-08-25T07:35:33.469Z | Checking usdt v0.5.0 |
| 3203 | 2026-08-25T07:35:33.619Z | Compiling minimal-lexical v0.2.1 |
| 3204 | 2026-08-25T07:35:33.651Z | Checking linked-hash-map v0.5.6 |
| 3205 | 2026-08-25T07:35:33.815Z | Checking lru-cache v0.1.2 |
| 3206 | 2026-08-25T07:35:33.829Z | Compiling nom v7.1.3 |
| 3207 | 2026-08-25T07:35:33.933Z | Checking expectorate v1.2.0 |
| 3208 | 2026-08-25T07:35:34.137Z | Checking camino-tempfile v1.4.1 |
| 3209 | 2026-08-25T07:35:34.298Z | Checking hickory-proto v0.24.4 |
| 3210 | 2026-08-25T07:35:34.386Z | Checking phf_shared v0.12.1 |
| 3211 | 2026-08-25T07:35:34.527Z | Compiling slog-dtrace v0.3.0 |
| 3212 | 2026-08-25T07:35:34.546Z | Checking heck v0.5.0 |
| 3213 | 2026-08-25T07:35:34.739Z | Checking resolv-conf v0.7.6 |
| 3214 | 2026-08-25T07:35:34.903Z | Compiling chrono-tz v0.10.4 |
| 3215 | 2026-08-25T07:35:34.976Z | Compiling unicode-xid v0.2.6 |
| 3216 | 2026-08-25T07:35:35.110Z | Compiling const_format_proc_macros v0.2.34 |
| 3217 | 2026-08-25T07:35:35.147Z | Checking phf v0.12.1 |
| 3218 | 2026-08-25T07:35:35.168Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3219 | 2026-08-25T07:35:35.291Z | Checking tokio-dtrace v0.1.1 |
| 3220 | 2026-08-25T07:35:35.484Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3221 | 2026-08-25T07:35:35.540Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3222 | 2026-08-25T07:35:35.638Z | Compiling derive-where v1.6.0 |
| 3223 | 2026-08-25T07:35:35.797Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3224 | 2026-08-25T07:35:36.010Z | Checking highway v1.3.0 |
| 3225 | 2026-08-25T07:35:36.132Z | Checking hickory-resolver v0.24.4 |
| 3226 | 2026-08-25T07:35:36.239Z | Checking const_format v0.2.35 |
| 3227 | 2026-08-25T07:35:36.471Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3228 | 2026-08-25T07:35:36.901Z | Checking oxide-tokio-rt v0.1.4 |
| 3229 | 2026-08-25T07:35:36.950Z | Checking qorb v0.4.1 |
| 3230 | 2026-08-25T07:35:37.134Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3231 | 2026-08-25T07:35:37.214Z | Checking gethostname v0.5.0 |
| 3232 | 2026-08-25T07:35:37.294Z | Checking bcs v0.1.6 |
| 3233 | 2026-08-25T07:35:37.309Z | Checking termtree v0.5.1 |
| 3234 | 2026-08-25T07:35:37.321Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3235 | 2026-08-25T07:35:37.373Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3236 | 2026-08-25T07:35:37.373Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3237 | 2026-08-25T07:35:40.417Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3238 | 2026-08-25T07:35:43.521Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3239 | 2026-08-25T07:35:45.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.62s |
| 3240 | 2026-08-25T07:35:45.946Z | |
| 3241 | 2026-08-25T07:35:45.946Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/380) |
| 3242 | 2026-08-25T07:35:46.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2026-08-25T07:35:46.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2026-08-25T07:35:46.625Z | Compiling ar_archive_writer v0.5.1 |
| 3245 | 2026-08-25T07:35:46.740Z | Compiling stacker v0.1.23 |
| 3246 | 2026-08-25T07:35:46.743Z | Compiling cfg_aliases v0.1.1 |
| 3247 | 2026-08-25T07:35:46.748Z | Compiling proc-macro-error v1.0.4 |
| 3248 | 2026-08-25T07:35:46.756Z | Checking fd-lock v4.0.4 |
| 3249 | 2026-08-25T07:35:46.759Z | Checking nibble_vec v0.1.0 |
| 3250 | 2026-08-25T07:35:46.759Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3251 | 2026-08-25T07:35:46.759Z | Checking vte v0.14.1 |
| 3252 | 2026-08-25T07:35:46.799Z | Compiling nix v0.28.0 |
| 3253 | 2026-08-25T07:35:46.865Z | Checking endian-type v0.1.2 |
| 3254 | 2026-08-25T07:35:46.896Z | Checking bytecount v0.6.9 |
| 3255 | 2026-08-25T07:35:46.919Z | Checking strip-ansi-escapes v0.2.1 |
| 3256 | 2026-08-25T07:35:46.983Z | Checking radix_trie v0.2.1 |
| 3257 | 2026-08-25T07:35:47.017Z | Checking papergrid v0.11.0 |
| 3258 | 2026-08-25T07:35:47.026Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3259 | 2026-08-25T07:35:47.026Z | Compiling peg-macros v0.8.5 |
| 3260 | 2026-08-25T07:35:47.065Z | Compiling tabled_derive v0.7.0 |
| 3261 | 2026-08-25T07:35:47.162Z | Checking winnow v0.6.26 |
| 3262 | 2026-08-25T07:35:47.183Z | Compiling sqlparser_derive v0.5.0 |
| 3263 | 2026-08-25T07:35:47.528Z | Checking nu-ansi-term v0.50.3 |
| 3264 | 2026-08-25T07:35:47.542Z | Compiling psm v0.1.30 |
| 3265 | 2026-08-25T07:35:47.651Z | Checking unicode_categories v0.1.1 |
| 3266 | 2026-08-25T07:35:47.734Z | Checking home v0.5.12 |
| 3267 | 2026-08-25T07:35:47.791Z | Checking reedline v0.40.0 |
| 3268 | 2026-08-25T07:35:47.859Z | Checking crossterm v0.29.0 |
| 3269 | 2026-08-25T07:35:47.981Z | Checking display-error-chain v0.2.2 |
| 3270 | 2026-08-25T07:35:48.073Z | Checking tabled v0.15.0 |
| 3271 | 2026-08-25T07:35:48.120Z | Checking rustyline v14.0.0 |
| 3272 | 2026-08-25T07:35:48.351Z | Checking sqlformat v0.3.5 |
| 3273 | 2026-08-25T07:35:48.367Z | Checking recursive v0.1.1 |
| 3274 | 2026-08-25T07:35:48.400Z | Checking peg v0.8.5 |
| 3275 | 2026-08-25T07:35:48.499Z | Checking sqlparser v0.61.0 |
| 3276 | 2026-08-25T07:35:59.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s |
| 3277 | 2026-08-25T07:35:59.938Z | |
| 3278 | 2026-08-25T07:35:59.938Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/380) |
| 3279 | 2026-08-25T07:36:00.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2026-08-25T07:36:00.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2026-08-25T07:36:00.618Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3282 | 2026-08-25T07:36:04.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
| 3283 | 2026-08-25T07:36:04.370Z | |
| 3284 | 2026-08-25T07:36:04.370Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/380) |
| 3285 | 2026-08-25T07:36:04.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3286 | 2026-08-25T07:36:04.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3287 | 2026-08-25T07:36:05.054Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3288 | 2026-08-25T07:36:07.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 3289 | 2026-08-25T07:36:07.778Z | |
| 3290 | 2026-08-25T07:36:07.778Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/380) |
| 3291 | 2026-08-25T07:36:08.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3292 | 2026-08-25T07:36:08.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3293 | 2026-08-25T07:36:08.451Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3294 | 2026-08-25T07:36:11.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
| 3295 | 2026-08-25T07:36:11.964Z | |
| 3296 | 2026-08-25T07:36:11.964Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/380) |
| 3297 | 2026-08-25T07:36:12.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3298 | 2026-08-25T07:36:12.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3299 | 2026-08-25T07:36:12.643Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3300 | 2026-08-25T07:36:16.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 3301 | 2026-08-25T07:36:16.212Z | |
| 3302 | 2026-08-25T07:36:16.212Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/380) |
| 3303 | 2026-08-25T07:36:16.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2026-08-25T07:36:16.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2026-08-25T07:36:16.976Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3306 | 2026-08-25T07:36:19.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
| 3307 | 2026-08-25T07:36:19.764Z | |
| 3308 | 2026-08-25T07:36:19.764Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/380) |
| 3309 | 2026-08-25T07:36:20.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2026-08-25T07:36:20.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2026-08-25T07:36:20.439Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3312 | 2026-08-25T07:36:23.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 3313 | 2026-08-25T07:36:23.349Z | |
| 3314 | 2026-08-25T07:36:23.349Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/380) |
| 3315 | 2026-08-25T07:36:23.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2026-08-25T07:36:23.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2026-08-25T07:36:24.023Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3318 | 2026-08-25T07:36:27.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 3319 | 2026-08-25T07:36:27.720Z | |
| 3320 | 2026-08-25T07:36:27.720Z | info: running `cargo check --bins` on oximeter (136/380) |
| 3321 | 2026-08-25T07:36:28.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2026-08-25T07:36:28.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2026-08-25T07:36:28.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2026-08-25T07:36:28.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3325 | 2026-08-25T07:36:28.298Z | |
| 3326 | 2026-08-25T07:36:28.298Z | info: running `cargo check --bins` on oximeter-schema (137/380) |
| 3327 | 2026-08-25T07:36:28.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2026-08-25T07:36:28.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2026-08-25T07:36:28.936Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3330 | 2026-08-25T07:36:29.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3331 | 2026-08-25T07:36:29.488Z | |
| 3332 | 2026-08-25T07:36:29.488Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/380) |
| 3333 | 2026-08-25T07:36:29.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2026-08-25T07:36:29.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2026-08-25T07:36:29.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2026-08-25T07:36:29.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3337 | 2026-08-25T07:36:30.069Z | |
| 3338 | 2026-08-25T07:36:30.069Z | info: running `cargo check --bins` on oximeter-test-utils (139/380) |
| 3339 | 2026-08-25T07:36:30.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2026-08-25T07:36:30.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2026-08-25T07:36:30.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2026-08-25T07:36:30.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3343 | 2026-08-25T07:36:30.690Z | |
| 3344 | 2026-08-25T07:36:30.690Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/380) |
| 3345 | 2026-08-25T07:36:31.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2026-08-25T07:36:31.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2026-08-25T07:36:31.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2026-08-25T07:36:31.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3349 | 2026-08-25T07:36:31.279Z | |
| 3350 | 2026-08-25T07:36:31.279Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/380) |
| 3351 | 2026-08-25T07:36:31.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2026-08-25T07:36:31.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2026-08-25T07:36:31.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3354 | 2026-08-25T07:36:31.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3355 | 2026-08-25T07:36:31.864Z | |
| 3356 | 2026-08-25T07:36:31.864Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/380) |
| 3357 | 2026-08-25T07:36:32.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3358 | 2026-08-25T07:36:32.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3359 | 2026-08-25T07:36:32.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3360 | 2026-08-25T07:36:32.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3361 | 2026-08-25T07:36:32.451Z | |
| 3362 | 2026-08-25T07:36:32.451Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/380) |
| 3363 | 2026-08-25T07:36:32.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3364 | 2026-08-25T07:36:32.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3365 | 2026-08-25T07:36:32.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3366 | 2026-08-25T07:36:32.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3367 | 2026-08-25T07:36:33.041Z | |
| 3368 | 2026-08-25T07:36:33.041Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/380) |
| 3369 | 2026-08-25T07:36:33.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2026-08-25T07:36:33.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2026-08-25T07:36:33.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2026-08-25T07:36:33.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3373 | 2026-08-25T07:36:33.628Z | |
| 3374 | 2026-08-25T07:36:33.628Z | info: running `cargo check --bins` on reconfigurator-cli (145/380) |
| 3375 | 2026-08-25T07:36:34.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2026-08-25T07:36:34.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2026-08-25T07:36:34.473Z | Compiling crucible-workspace-hack v0.1.0 |
| 3378 | 2026-08-25T07:36:34.473Z | Compiling regress v0.11.1 |
| 3379 | 2026-08-25T07:36:34.473Z | Checking secrecy v0.10.3 |
| 3380 | 2026-08-25T07:36:34.477Z | Checking half v2.7.1 |
| 3381 | 2026-08-25T07:36:34.477Z | Checking ciborium-io v0.2.2 |
| 3382 | 2026-08-25T07:36:34.477Z | Checking inout v0.1.4 |
| 3383 | 2026-08-25T07:36:34.477Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3384 | 2026-08-25T07:36:34.477Z | Checking universal-hash v0.5.1 |
| 3385 | 2026-08-25T07:36:34.700Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3386 | 2026-08-25T07:36:34.732Z | Checking cipher v0.4.4 |
| 3387 | 2026-08-25T07:36:34.758Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3388 | 2026-08-25T07:36:34.761Z | Checking opaque-debug v0.3.1 |
| 3389 | 2026-08-25T07:36:34.834Z | Checking poly1305 v0.8.0 |
| 3390 | 2026-08-25T07:36:34.852Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3391 | 2026-08-25T07:36:34.919Z | Checking ciborium-ll v0.2.2 |
| 3392 | 2026-08-25T07:36:34.934Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3393 | 2026-08-25T07:36:34.937Z | Checking chacha20 v0.9.1 |
| 3394 | 2026-08-25T07:36:35.089Z | Checking ciborium v0.2.2 |
| 3395 | 2026-08-25T07:36:35.105Z | Checking password-hash v0.5.0 |
| 3396 | 2026-08-25T07:36:35.131Z | Checking blake2 v0.10.6 |
| 3397 | 2026-08-25T07:36:35.154Z | Checking aead v0.5.2 |
| 3398 | 2026-08-25T07:36:35.303Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3399 | 2026-08-25T07:36:35.335Z | Checking indent_write v2.2.0 |
| 3400 | 2026-08-25T07:36:35.350Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3401 | 2026-08-25T07:36:35.370Z | Checking argon2 v0.5.3 |
| 3402 | 2026-08-25T07:36:35.467Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3403 | 2026-08-25T07:36:35.513Z | Checking chacha20poly1305 v0.10.1 |
| 3404 | 2026-08-25T07:36:35.548Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3405 | 2026-08-25T07:36:35.646Z | Compiling unsafe-libyaml v0.2.11 |
| 3406 | 2026-08-25T07:36:35.720Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3407 | 2026-08-25T07:36:35.932Z | Checking thiserror-no-std v2.0.2 |
| 3408 | 2026-08-25T07:36:35.950Z | Compiling heapless v0.8.0 |
| 3409 | 2026-08-25T07:36:36.024Z | Checking vsss-rs v3.3.4 |
| 3410 | 2026-08-25T07:36:36.169Z | Compiling typify-impl v0.6.2 |
| 3411 | 2026-08-25T07:36:36.240Z | Compiling serde_yaml v0.9.34+deprecated |
| 3412 | 2026-08-25T07:36:36.408Z | Compiling proc-macro-crate v3.4.0 |
| 3413 | 2026-08-25T07:36:36.708Z | Compiling ingot-macros v0.2.0 |
| 3414 | 2026-08-25T07:36:36.943Z | Compiling num_enum_derive v0.7.6 |
| 3415 | 2026-08-25T07:36:37.029Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3416 | 2026-08-25T07:36:37.128Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3417 | 2026-08-25T07:36:37.143Z | Checking hash32 v0.3.1 |
| 3418 | 2026-08-25T07:36:37.275Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3419 | 2026-08-25T07:36:37.489Z | Compiling smoltcp v0.11.0 |
| 3420 | 2026-08-25T07:36:37.699Z | Checking tabwriter v1.4.1 |
| 3421 | 2026-08-25T07:36:37.809Z | Checking cobs v0.3.0 |
| 3422 | 2026-08-25T07:36:37.844Z | Checking swrite v0.1.0 |
| 3423 | 2026-08-25T07:36:37.862Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3424 | 2026-08-25T07:36:37.956Z | Checking postcard v1.1.3 |
| 3425 | 2026-08-25T07:36:37.973Z | Compiling proc-macro-crate v1.3.1 |
| 3426 | 2026-08-25T07:36:37.992Z | Checking num_enum v0.7.6 |
| 3427 | 2026-08-25T07:36:38.095Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3428 | 2026-08-25T07:36:38.110Z | Compiling foreign-types-macros v0.2.3 |
| 3429 | 2026-08-25T07:36:38.253Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3430 | 2026-08-25T07:36:38.279Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3431 | 2026-08-25T07:36:38.308Z | Checking colored v3.1.1 |
| 3432 | 2026-08-25T07:36:38.388Z | Checking foreign-types-shared v0.3.1 |
| 3433 | 2026-08-25T07:36:38.480Z | Compiling num_enum_derive v0.5.11 |
| 3434 | 2026-08-25T07:36:38.609Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3435 | 2026-08-25T07:36:38.630Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3436 | 2026-08-25T07:36:38.724Z | Checking foreign-types v0.5.0 |
| 3437 | 2026-08-25T07:36:38.800Z | Checking cstr-argument v0.1.2 |
| 3438 | 2026-08-25T07:36:38.925Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3439 | 2026-08-25T07:36:39.044Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3440 | 2026-08-25T07:36:39.090Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3441 | 2026-08-25T07:36:39.133Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3442 | 2026-08-25T07:36:39.154Z | Checking rand v0.10.1 |
| 3443 | 2026-08-25T07:36:39.256Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3444 | 2026-08-25T07:36:39.274Z | Compiling zone_cfg_derive v0.3.1 |
| 3445 | 2026-08-25T07:36:39.300Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3446 | 2026-08-25T07:36:39.420Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3447 | 2026-08-25T07:36:39.533Z | Checking num_enum v0.5.11 |
| 3448 | 2026-08-25T07:36:39.583Z | Checking ingot-types v0.2.0 |
| 3449 | 2026-08-25T07:36:39.598Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3450 | 2026-08-25T07:36:39.680Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3451 | 2026-08-25T07:36:39.770Z | Checking itertools v0.12.1 |
| 3452 | 2026-08-25T07:36:39.822Z | Compiling num-derive v0.4.2 |
| 3453 | 2026-08-25T07:36:39.927Z | Compiling semver v0.1.20 |
| 3454 | 2026-08-25T07:36:39.955Z | Checking ingot v0.2.1 |
| 3455 | 2026-08-25T07:36:40.223Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3456 | 2026-08-25T07:36:40.436Z | Compiling rustc_version v0.1.7 |
| 3457 | 2026-08-25T07:36:40.664Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3458 | 2026-08-25T07:36:40.681Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3459 | 2026-08-25T07:36:40.746Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3460 | 2026-08-25T07:36:40.763Z | Compiling typify-macro v0.6.2 |
| 3461 | 2026-08-25T07:36:40.794Z | Checking zone v0.3.1 |
| 3462 | 2026-08-25T07:36:40.825Z | Checking smf v0.2.3 |
| 3463 | 2026-08-25T07:36:40.882Z | Checking csv-core v0.1.13 |
| 3464 | 2026-08-25T07:36:40.967Z | Checking nom v8.0.0 |
| 3465 | 2026-08-25T07:36:40.984Z | Checking whoami v1.6.1 |
| 3466 | 2026-08-25T07:36:41.056Z | Checking csv v1.4.0 |
| 3467 | 2026-08-25T07:36:41.071Z | Compiling newtype_derive v0.1.6 |
| 3468 | 2026-08-25T07:36:41.149Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3469 | 2026-08-25T07:36:41.164Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3470 | 2026-08-25T07:36:41.261Z | Compiling cancel-safe-futures v0.1.5 |
| 3471 | 2026-08-25T07:36:41.332Z | Compiling serde_tokenstream v0.3.0 |
| 3472 | 2026-08-25T07:36:41.426Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3473 | 2026-08-25T07:36:41.489Z | Compiling libefi-sys v0.1.0 |
| 3474 | 2026-08-25T07:36:41.590Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3475 | 2026-08-25T07:36:41.650Z | Compiling oxide-generation-macros v0.2.0 |
| 3476 | 2026-08-25T07:36:41.735Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3477 | 2026-08-25T07:36:41.852Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3478 | 2026-08-25T07:36:42.015Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3479 | 2026-08-25T07:36:42.034Z | Checking oxide-update-engine-types v0.1.2 |
| 3480 | 2026-08-25T07:36:42.169Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3481 | 2026-08-25T07:36:42.220Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3482 | 2026-08-25T07:36:42.411Z | Compiling bitfield-struct v0.6.2 |
| 3483 | 2026-08-25T07:36:42.511Z | Compiling typify v0.6.2 |
| 3484 | 2026-08-25T07:36:42.628Z | Compiling progenitor-impl v0.14.0 |
| 3485 | 2026-08-25T07:36:42.704Z | Checking linear-map v1.2.0 |
| 3486 | 2026-08-25T07:36:42.720Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3487 | 2026-08-25T07:36:42.878Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3488 | 2026-08-25T07:36:42.963Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3489 | 2026-08-25T07:36:42.976Z | Checking oxide-update-engine v0.1.2 |
| 3490 | 2026-08-25T07:36:43.122Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3491 | 2026-08-25T07:36:43.135Z | Checking steno v0.4.1 |
| 3492 | 2026-08-25T07:36:43.412Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3493 | 2026-08-25T07:36:43.566Z | Checking sha1 v0.10.6 |
| 3494 | 2026-08-25T07:36:43.585Z | Checking utf-8 v0.7.6 |
| 3495 | 2026-08-25T07:36:43.619Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3496 | 2026-08-25T07:36:43.702Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3497 | 2026-08-25T07:36:43.729Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3498 | 2026-08-25T07:36:43.744Z | Checking tungstenite v0.21.0 |
| 3499 | 2026-08-25T07:36:43.855Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3500 | 2026-08-25T07:36:43.887Z | Checking ignore v0.4.25 |
| 3501 | 2026-08-25T07:36:43.947Z | Checking anstyle-parse v0.2.7 |
| 3502 | 2026-08-25T07:36:44.084Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3503 | 2026-08-25T07:36:44.112Z | Compiling xshell-macros v0.2.7 |
| 3504 | 2026-08-25T07:36:44.165Z | Checking anstream v0.6.21 |
| 3505 | 2026-08-25T07:36:44.182Z | Checking tokio-tungstenite v0.21.0 |
| 3506 | 2026-08-25T07:36:44.290Z | Checking predicates-tree v1.0.13 |
| 3507 | 2026-08-25T07:36:44.310Z | Checking globwalk v0.9.1 |
| 3508 | 2026-08-25T07:36:44.380Z | Checking filetime v0.2.27 |
| 3509 | 2026-08-25T07:36:44.407Z | Checking xattr v1.6.1 |
| 3510 | 2026-08-25T07:36:44.466Z | Checking tagptr v0.2.0 |
| 3511 | 2026-08-25T07:36:44.489Z | Checking camino-tempfile-ext v0.3.3 |
| 3512 | 2026-08-25T07:36:44.505Z | Checking xshell v0.2.7 |
| 3513 | 2026-08-25T07:36:44.520Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3514 | 2026-08-25T07:36:44.542Z | Checking tar v0.4.46 |
| 3515 | 2026-08-25T07:36:44.613Z | Checking moka v0.12.13 |
| 3516 | 2026-08-25T07:36:44.688Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3517 | 2026-08-25T07:36:44.701Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3518 | 2026-08-25T07:36:44.717Z | Checking rand_seeder v0.4.0 |
| 3519 | 2026-08-25T07:36:44.820Z | Checking half v1.8.3 |
| 3520 | 2026-08-25T07:36:44.843Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3521 | 2026-08-25T07:36:44.863Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3522 | 2026-08-25T07:36:44.931Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3523 | 2026-08-25T07:36:45.032Z | Checking serde_cbor v0.11.2 |
| 3524 | 2026-08-25T07:36:45.177Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3525 | 2026-08-25T07:36:45.192Z | Checking sha2 v0.11.0 |
| 3526 | 2026-08-25T07:36:45.264Z | Checking hickory-resolver v0.25.2 |
| 3527 | 2026-08-25T07:36:45.280Z | Compiling progenitor-macro v0.14.0 |
| 3528 | 2026-08-25T07:36:45.412Z | Checking digest-io v0.1.0 |
| 3529 | 2026-08-25T07:36:45.548Z | Compiling petname v2.0.2 |
| 3530 | 2026-08-25T07:36:45.805Z | Checking rawzip v0.4.4 |
| 3531 | 2026-08-25T07:36:45.865Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3532 | 2026-08-25T07:36:45.972Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3533 | 2026-08-25T07:36:46.255Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3534 | 2026-08-25T07:36:46.271Z | Checking sapling-renderdag v0.1.0 |
| 3535 | 2026-08-25T07:36:46.441Z | Checking subprocess v0.2.15 |
| 3536 | 2026-08-25T07:36:46.457Z | Checking sync-ptr v0.1.4 |
| 3537 | 2026-08-25T07:36:46.553Z | Checking colored v2.2.0 |
| 3538 | 2026-08-25T07:36:46.575Z | Checking assert_matches v1.5.0 |
| 3539 | 2026-08-25T07:36:46.727Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3540 | 2026-08-25T07:36:46.794Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3541 | 2026-08-25T07:36:46.879Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3542 | 2026-08-25T07:36:46.959Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3543 | 2026-08-25T07:36:47.204Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3544 | 2026-08-25T07:36:47.566Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3545 | 2026-08-25T07:36:47.566Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3546 | 2026-08-25T07:36:48.598Z | Checking progenitor v0.14.0 |
| 3547 | 2026-08-25T07:36:48.736Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3548 | 2026-08-25T07:36:48.739Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3549 | 2026-08-25T07:36:48.739Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3550 | 2026-08-25T07:36:48.739Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3551 | 2026-08-25T07:36:48.739Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3552 | 2026-08-25T07:36:48.739Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3553 | 2026-08-25T07:36:49.038Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3554 | 2026-08-25T07:36:49.113Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3555 | 2026-08-25T07:36:49.279Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3556 | 2026-08-25T07:36:49.385Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3557 | 2026-08-25T07:36:49.585Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3558 | 2026-08-25T07:36:49.612Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3559 | 2026-08-25T07:36:50.466Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3560 | 2026-08-25T07:36:50.493Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3561 | 2026-08-25T07:36:51.143Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3562 | 2026-08-25T07:36:52.130Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3563 | 2026-08-25T07:37:00.854Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3564 | 2026-08-25T07:37:08.240Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3565 | 2026-08-25T07:37:08.240Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3566 | 2026-08-25T07:37:08.244Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3567 | 2026-08-25T07:37:09.761Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3568 | 2026-08-25T07:37:11.059Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3569 | 2026-08-25T07:37:13.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.71s |
| 3570 | 2026-08-25T07:37:13.556Z | |
| 3571 | 2026-08-25T07:37:13.556Z | info: running `cargo check --bins` on nexus-inventory (146/380) |
| 3572 | 2026-08-25T07:37:14.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2026-08-25T07:37:14.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2026-08-25T07:37:14.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3575 | 2026-08-25T07:37:14.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3576 | 2026-08-25T07:37:14.261Z | |
| 3577 | 2026-08-25T07:37:14.261Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/380) |
| 3578 | 2026-08-25T07:37:14.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2026-08-25T07:37:14.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2026-08-25T07:37:14.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3581 | 2026-08-25T07:37:14.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3582 | 2026-08-25T07:37:14.767Z | |
| 3583 | 2026-08-25T07:37:14.767Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/380) |
| 3584 | 2026-08-25T07:37:15.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2026-08-25T07:37:15.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2026-08-25T07:37:15.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2026-08-25T07:37:15.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3588 | 2026-08-25T07:37:15.351Z | |
| 3589 | 2026-08-25T07:37:15.351Z | info: running `cargo check --bins` on dns-service-client (149/380) |
| 3590 | 2026-08-25T07:37:15.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2026-08-25T07:37:15.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2026-08-25T07:37:15.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3593 | 2026-08-25T07:37:15.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3594 | 2026-08-25T07:37:15.933Z | |
| 3595 | 2026-08-25T07:37:15.933Z | info: running `cargo check --bins` on ntp-admin-client (150/380) |
| 3596 | 2026-08-25T07:37:16.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2026-08-25T07:37:16.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2026-08-25T07:37:16.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3599 | 2026-08-25T07:37:16.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3600 | 2026-08-25T07:37:16.503Z | |
| 3601 | 2026-08-25T07:37:16.503Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/380) |
| 3602 | 2026-08-25T07:37:16.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2026-08-25T07:37:16.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2026-08-25T07:37:16.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2026-08-25T07:37:16.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3606 | 2026-08-25T07:37:17.074Z | |
| 3607 | 2026-08-25T07:37:17.075Z | info: running `cargo check --bins` on cockroach-admin-client (152/380) |
| 3608 | 2026-08-25T07:37:17.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2026-08-25T07:37:17.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2026-08-25T07:37:17.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3611 | 2026-08-25T07:37:17.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3612 | 2026-08-25T07:37:17.647Z | |
| 3613 | 2026-08-25T07:37:17.647Z | info: running `cargo check --bins` on parallel-task-set (153/380) |
| 3614 | 2026-08-25T07:37:18.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-08-25T07:37:18.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-08-25T07:37:18.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2026-08-25T07:37:18.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3618 | 2026-08-25T07:37:18.218Z | |
| 3619 | 2026-08-25T07:37:18.218Z | info: running `cargo check --bins` on sled-agent-client (154/380) |
| 3620 | 2026-08-25T07:37:18.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2026-08-25T07:37:18.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2026-08-25T07:37:18.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3623 | 2026-08-25T07:37:18.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3624 | 2026-08-25T07:37:18.809Z | |
| 3625 | 2026-08-25T07:37:18.809Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/380) |
| 3626 | 2026-08-25T07:37:19.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2026-08-25T07:37:19.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2026-08-25T07:37:19.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3629 | 2026-08-25T07:37:19.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3630 | 2026-08-25T07:37:19.413Z | |
| 3631 | 2026-08-25T07:37:19.413Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/380) |
| 3632 | 2026-08-25T07:37:19.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2026-08-25T07:37:19.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2026-08-25T07:37:19.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3635 | 2026-08-25T07:37:19.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3636 | 2026-08-25T07:37:20.011Z | |
| 3637 | 2026-08-25T07:37:20.011Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/380) |
| 3638 | 2026-08-25T07:37:20.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3639 | 2026-08-25T07:37:20.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3640 | 2026-08-25T07:37:20.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3641 | 2026-08-25T07:37:20.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3642 | 2026-08-25T07:37:20.610Z | |
| 3643 | 2026-08-25T07:37:20.610Z | info: running `cargo check --bins` on key-manager (158/380) |
| 3644 | 2026-08-25T07:37:21.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3645 | 2026-08-25T07:37:21.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3646 | 2026-08-25T07:37:21.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3647 | 2026-08-25T07:37:21.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3648 | 2026-08-25T07:37:21.199Z | |
| 3649 | 2026-08-25T07:37:21.199Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/380) |
| 3650 | 2026-08-25T07:37:21.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2026-08-25T07:37:21.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2026-08-25T07:37:21.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2026-08-25T07:37:21.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3654 | 2026-08-25T07:37:21.799Z | |
| 3655 | 2026-08-25T07:37:21.799Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/380) |
| 3656 | 2026-08-25T07:37:22.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2026-08-25T07:37:22.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2026-08-25T07:37:22.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3659 | 2026-08-25T07:37:22.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3660 | 2026-08-25T07:37:22.399Z | |
| 3661 | 2026-08-25T07:37:22.399Z | info: running `cargo check --bins` on typed-rng (161/380) |
| 3662 | 2026-08-25T07:37:22.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2026-08-25T07:37:22.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2026-08-25T07:37:22.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3665 | 2026-08-25T07:37:22.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3666 | 2026-08-25T07:37:22.972Z | |
| 3667 | 2026-08-25T07:37:22.972Z | info: running `cargo check --bins` on gateway-test-utils (162/380) |
| 3668 | 2026-08-25T07:37:23.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2026-08-25T07:37:23.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2026-08-25T07:37:23.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2026-08-25T07:37:23.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3672 | 2026-08-25T07:37:23.607Z | |
| 3673 | 2026-08-25T07:37:23.607Z | info: running `cargo check --bins` on omicron-gateway (163/380) |
| 3674 | 2026-08-25T07:37:24.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-08-25T07:37:24.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-08-25T07:37:24.352Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3677 | 2026-08-25T07:37:24.352Z | Checking void v1.0.2 |
| 3678 | 2026-08-25T07:37:24.355Z | Checking tungstenite v0.23.0 |
| 3679 | 2026-08-25T07:37:24.355Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3680 | 2026-08-25T07:37:24.355Z | Checking dropshot-api-manager-types v0.8.0 |
| 3681 | 2026-08-25T07:37:24.356Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3682 | 2026-08-25T07:37:24.471Z | Checking nix v0.27.1 |
| 3683 | 2026-08-25T07:37:24.481Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3684 | 2026-08-25T07:37:24.628Z | Checking lzss v0.8.2 |
| 3685 | 2026-08-25T07:37:24.654Z | Checking kstat-rs v0.2.5 |
| 3686 | 2026-08-25T07:37:24.684Z | Checking fxhash v0.2.1 |
| 3687 | 2026-08-25T07:37:24.730Z | Checking serde_bytes v0.11.19 |
| 3688 | 2026-08-25T07:37:24.792Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3689 | 2026-08-25T07:37:24.792Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3690 | 2026-08-25T07:37:24.818Z | Checking signal-hook-tokio v0.3.1 |
| 3691 | 2026-08-25T07:37:24.831Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3692 | 2026-08-25T07:37:24.872Z | Checking tokio-tungstenite v0.23.1 |
| 3693 | 2026-08-25T07:37:24.998Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3694 | 2026-08-25T07:37:26.071Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3695 | 2026-08-25T07:37:26.622Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3696 | 2026-08-25T07:37:28.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s |
| 3697 | 2026-08-25T07:37:28.975Z | |
| 3698 | 2026-08-25T07:37:28.975Z | info: running `cargo check --bins` on gateway-api (164/380) |
| 3699 | 2026-08-25T07:37:29.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3700 | 2026-08-25T07:37:29.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3701 | 2026-08-25T07:37:29.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3702 | 2026-08-25T07:37:29.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3703 | 2026-08-25T07:37:29.556Z | |
| 3704 | 2026-08-25T07:37:29.557Z | info: running `cargo check --bins` on ipcc (165/380) |
| 3705 | 2026-08-25T07:37:30.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3706 | 2026-08-25T07:37:30.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3707 | 2026-08-25T07:37:30.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3708 | 2026-08-25T07:37:30.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3709 | 2026-08-25T07:37:30.137Z | |
| 3710 | 2026-08-25T07:37:30.137Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/380) |
| 3711 | 2026-08-25T07:37:30.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3712 | 2026-08-25T07:37:30.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3713 | 2026-08-25T07:37:30.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3714 | 2026-08-25T07:37:30.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3715 | 2026-08-25T07:37:30.710Z | |
| 3716 | 2026-08-25T07:37:30.710Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/380) |
| 3717 | 2026-08-25T07:37:31.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3718 | 2026-08-25T07:37:31.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3719 | 2026-08-25T07:37:31.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3720 | 2026-08-25T07:37:31.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3721 | 2026-08-25T07:37:31.314Z | |
| 3722 | 2026-08-25T07:37:31.314Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/380) |
| 3723 | 2026-08-25T07:37:31.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3724 | 2026-08-25T07:37:31.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3725 | 2026-08-25T07:37:31.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3726 | 2026-08-25T07:37:31.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3727 | 2026-08-25T07:37:31.897Z | |
| 3728 | 2026-08-25T07:37:31.897Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/380) |
| 3729 | 2026-08-25T07:37:32.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3730 | 2026-08-25T07:37:32.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3731 | 2026-08-25T07:37:32.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3732 | 2026-08-25T07:37:32.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3733 | 2026-08-25T07:37:32.488Z | |
| 3734 | 2026-08-25T07:37:32.488Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/380) |
| 3735 | 2026-08-25T07:37:32.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3736 | 2026-08-25T07:37:32.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3737 | 2026-08-25T07:37:32.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3738 | 2026-08-25T07:37:32.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3739 | 2026-08-25T07:37:33.072Z | |
| 3740 | 2026-08-25T07:37:33.072Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/380) |
| 3741 | 2026-08-25T07:37:33.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3742 | 2026-08-25T07:37:33.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3743 | 2026-08-25T07:37:33.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3744 | 2026-08-25T07:37:33.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3745 | 2026-08-25T07:37:33.673Z | |
| 3746 | 2026-08-25T07:37:33.673Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/380) |
| 3747 | 2026-08-25T07:37:34.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3748 | 2026-08-25T07:37:34.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3749 | 2026-08-25T07:37:34.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3750 | 2026-08-25T07:37:34.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3751 | 2026-08-25T07:37:34.260Z | |
| 3752 | 2026-08-25T07:37:34.260Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/380) |
| 3753 | 2026-08-25T07:37:34.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3754 | 2026-08-25T07:37:34.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3755 | 2026-08-25T07:37:34.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3756 | 2026-08-25T07:37:34.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3757 | 2026-08-25T07:37:34.850Z | |
| 3758 | 2026-08-25T07:37:34.850Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/380) |
| 3759 | 2026-08-25T07:37:35.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3760 | 2026-08-25T07:37:35.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3761 | 2026-08-25T07:37:35.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3762 | 2026-08-25T07:37:35.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3763 | 2026-08-25T07:37:35.439Z | |
| 3764 | 2026-08-25T07:37:35.439Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/380) |
| 3765 | 2026-08-25T07:37:35.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3766 | 2026-08-25T07:37:35.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3767 | 2026-08-25T07:37:35.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3768 | 2026-08-25T07:37:35.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3769 | 2026-08-25T07:37:36.021Z | |
| 3770 | 2026-08-25T07:37:36.021Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/380) |
| 3771 | 2026-08-25T07:37:36.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3772 | 2026-08-25T07:37:36.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3773 | 2026-08-25T07:37:36.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3774 | 2026-08-25T07:37:36.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3775 | 2026-08-25T07:37:36.603Z | |
| 3776 | 2026-08-25T07:37:36.603Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/380) |
| 3777 | 2026-08-25T07:37:37.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3778 | 2026-08-25T07:37:37.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3779 | 2026-08-25T07:37:37.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3780 | 2026-08-25T07:37:37.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3781 | 2026-08-25T07:37:37.189Z | |
| 3782 | 2026-08-25T07:37:37.189Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/380) |
| 3783 | 2026-08-25T07:37:37.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3784 | 2026-08-25T07:37:37.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3785 | 2026-08-25T07:37:37.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3786 | 2026-08-25T07:37:37.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3787 | 2026-08-25T07:37:37.771Z | |
| 3788 | 2026-08-25T07:37:37.771Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/380) |
| 3789 | 2026-08-25T07:37:38.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3790 | 2026-08-25T07:37:38.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3791 | 2026-08-25T07:37:38.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3792 | 2026-08-25T07:37:38.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3793 | 2026-08-25T07:37:38.356Z | |
| 3794 | 2026-08-25T07:37:38.356Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/380) |
| 3795 | 2026-08-25T07:37:38.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3796 | 2026-08-25T07:37:38.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3797 | 2026-08-25T07:37:38.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3798 | 2026-08-25T07:37:38.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3799 | 2026-08-25T07:37:38.938Z | |
| 3800 | 2026-08-25T07:37:38.938Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/380) |
| 3801 | 2026-08-25T07:37:39.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3802 | 2026-08-25T07:37:39.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3803 | 2026-08-25T07:37:39.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3804 | 2026-08-25T07:37:39.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3805 | 2026-08-25T07:37:39.527Z | |
| 3806 | 2026-08-25T07:37:39.527Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/380) |
| 3807 | 2026-08-25T07:37:40.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3808 | 2026-08-25T07:37:40.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3809 | 2026-08-25T07:37:40.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3810 | 2026-08-25T07:37:40.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3811 | 2026-08-25T07:37:40.111Z | |
| 3812 | 2026-08-25T07:37:40.111Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/380) |
| 3813 | 2026-08-25T07:37:40.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3814 | 2026-08-25T07:37:40.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3815 | 2026-08-25T07:37:40.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3816 | 2026-08-25T07:37:40.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3817 | 2026-08-25T07:37:40.701Z | |
| 3818 | 2026-08-25T07:37:40.702Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/380) |
| 3819 | 2026-08-25T07:37:41.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3820 | 2026-08-25T07:37:41.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3821 | 2026-08-25T07:37:41.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3822 | 2026-08-25T07:37:41.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3823 | 2026-08-25T07:37:41.290Z | |
| 3824 | 2026-08-25T07:37:41.290Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/380) |
| 3825 | 2026-08-25T07:37:41.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3826 | 2026-08-25T07:37:41.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3827 | 2026-08-25T07:37:41.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3828 | 2026-08-25T07:37:41.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3829 | 2026-08-25T07:37:41.872Z | |
| 3830 | 2026-08-25T07:37:41.872Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/380) |
| 3831 | 2026-08-25T07:37:42.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3832 | 2026-08-25T07:37:42.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3833 | 2026-08-25T07:37:42.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3834 | 2026-08-25T07:37:42.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3835 | 2026-08-25T07:37:42.481Z | |
| 3836 | 2026-08-25T07:37:42.481Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/380) |
| 3837 | 2026-08-25T07:37:42.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3838 | 2026-08-25T07:37:42.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3839 | 2026-08-25T07:37:42.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3840 | 2026-08-25T07:37:42.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3841 | 2026-08-25T07:37:43.083Z | |
| 3842 | 2026-08-25T07:37:43.083Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/380) |
| 3843 | 2026-08-25T07:37:43.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3844 | 2026-08-25T07:37:43.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3845 | 2026-08-25T07:37:43.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3846 | 2026-08-25T07:37:43.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3847 | 2026-08-25T07:37:43.690Z | |
| 3848 | 2026-08-25T07:37:43.690Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/380) |
| 3849 | 2026-08-25T07:37:44.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3850 | 2026-08-25T07:37:44.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3851 | 2026-08-25T07:37:44.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3852 | 2026-08-25T07:37:44.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3853 | 2026-08-25T07:37:44.294Z | |
| 3854 | 2026-08-25T07:37:44.294Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/380) |
| 3855 | 2026-08-25T07:37:44.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3856 | 2026-08-25T07:37:44.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3857 | 2026-08-25T07:37:44.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3858 | 2026-08-25T07:37:44.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3859 | 2026-08-25T07:37:44.901Z | |
| 3860 | 2026-08-25T07:37:44.901Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/380) |
| 3861 | 2026-08-25T07:37:45.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3862 | 2026-08-25T07:37:45.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3863 | 2026-08-25T07:37:45.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3864 | 2026-08-25T07:37:45.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3865 | 2026-08-25T07:37:45.506Z | |
| 3866 | 2026-08-25T07:37:45.506Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/380) |
| 3867 | 2026-08-25T07:37:46.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3868 | 2026-08-25T07:37:46.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3869 | 2026-08-25T07:37:46.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3870 | 2026-08-25T07:37:46.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3871 | 2026-08-25T07:37:46.109Z | |
| 3872 | 2026-08-25T07:37:46.109Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/380) |
| 3873 | 2026-08-25T07:37:46.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3874 | 2026-08-25T07:37:46.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3875 | 2026-08-25T07:37:46.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3876 | 2026-08-25T07:37:46.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3877 | 2026-08-25T07:37:46.715Z | |
| 3878 | 2026-08-25T07:37:46.715Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/380) |
| 3879 | 2026-08-25T07:37:47.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2026-08-25T07:37:47.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2026-08-25T07:37:47.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3882 | 2026-08-25T07:37:47.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3883 | 2026-08-25T07:37:47.323Z | |
| 3884 | 2026-08-25T07:37:47.323Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/380) |
| 3885 | 2026-08-25T07:37:47.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2026-08-25T07:37:47.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2026-08-25T07:37:47.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3888 | 2026-08-25T07:37:47.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3889 | 2026-08-25T07:37:47.922Z | |
| 3890 | 2026-08-25T07:37:47.922Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/380) |
| 3891 | 2026-08-25T07:37:48.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3892 | 2026-08-25T07:37:48.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3893 | 2026-08-25T07:37:48.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3894 | 2026-08-25T07:37:48.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3895 | 2026-08-25T07:37:48.527Z | |
| 3896 | 2026-08-25T07:37:48.527Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/380) |
| 3897 | 2026-08-25T07:37:49.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2026-08-25T07:37:49.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2026-08-25T07:37:49.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3900 | 2026-08-25T07:37:49.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3901 | 2026-08-25T07:37:49.130Z | |
| 3902 | 2026-08-25T07:37:49.130Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/380) |
| 3903 | 2026-08-25T07:37:49.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3904 | 2026-08-25T07:37:49.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3905 | 2026-08-25T07:37:49.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3906 | 2026-08-25T07:37:49.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3907 | 2026-08-25T07:37:49.730Z | |
| 3908 | 2026-08-25T07:37:49.730Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/380) |
| 3909 | 2026-08-25T07:37:50.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2026-08-25T07:37:50.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2026-08-25T07:37:50.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3912 | 2026-08-25T07:37:50.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3913 | 2026-08-25T07:37:50.330Z | |
| 3914 | 2026-08-25T07:37:50.330Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/380) |
| 3915 | 2026-08-25T07:37:50.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3916 | 2026-08-25T07:37:50.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3917 | 2026-08-25T07:37:50.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3918 | 2026-08-25T07:37:50.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3919 | 2026-08-25T07:37:50.929Z | |
| 3920 | 2026-08-25T07:37:50.929Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/380) |
| 3921 | 2026-08-25T07:37:51.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3922 | 2026-08-25T07:37:51.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3923 | 2026-08-25T07:37:51.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3924 | 2026-08-25T07:37:51.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3925 | 2026-08-25T07:37:51.526Z | |
| 3926 | 2026-08-25T07:37:51.526Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/380) |
| 3927 | 2026-08-25T07:37:52.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3928 | 2026-08-25T07:37:52.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3929 | 2026-08-25T07:37:52.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3930 | 2026-08-25T07:37:52.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3931 | 2026-08-25T07:37:52.123Z | |
| 3932 | 2026-08-25T07:37:52.123Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/380) |
| 3933 | 2026-08-25T07:37:52.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3934 | 2026-08-25T07:37:52.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3935 | 2026-08-25T07:37:52.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3936 | 2026-08-25T07:37:52.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3937 | 2026-08-25T07:37:52.725Z | |
| 3938 | 2026-08-25T07:37:52.725Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/380) |
| 3939 | 2026-08-25T07:37:53.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2026-08-25T07:37:53.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2026-08-25T07:37:53.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3942 | 2026-08-25T07:37:53.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3943 | 2026-08-25T07:37:53.312Z | |
| 3944 | 2026-08-25T07:37:53.312Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/380) |
| 3945 | 2026-08-25T07:37:53.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-08-25T07:37:53.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-08-25T07:37:53.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2026-08-25T07:37:53.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3949 | 2026-08-25T07:37:53.891Z | |
| 3950 | 2026-08-25T07:37:53.891Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/380) |
| 3951 | 2026-08-25T07:37:54.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2026-08-25T07:37:54.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2026-08-25T07:37:54.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3954 | 2026-08-25T07:37:54.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3955 | 2026-08-25T07:37:54.472Z | |
| 3956 | 2026-08-25T07:37:54.472Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/380) |
| 3957 | 2026-08-25T07:37:54.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2026-08-25T07:37:54.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2026-08-25T07:37:54.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3960 | 2026-08-25T07:37:54.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3961 | 2026-08-25T07:37:55.054Z | |
| 3962 | 2026-08-25T07:37:55.054Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/380) |
| 3963 | 2026-08-25T07:37:55.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2026-08-25T07:37:55.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2026-08-25T07:37:55.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3966 | 2026-08-25T07:37:55.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3967 | 2026-08-25T07:37:55.638Z | |
| 3968 | 2026-08-25T07:37:55.638Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/380) |
| 3969 | 2026-08-25T07:37:56.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3970 | 2026-08-25T07:37:56.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3971 | 2026-08-25T07:37:56.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3972 | 2026-08-25T07:37:56.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3973 | 2026-08-25T07:37:56.219Z | |
| 3974 | 2026-08-25T07:37:56.219Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/380) |
| 3975 | 2026-08-25T07:37:56.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3976 | 2026-08-25T07:37:56.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3977 | 2026-08-25T07:37:56.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3978 | 2026-08-25T07:37:56.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3979 | 2026-08-25T07:37:56.799Z | |
| 3980 | 2026-08-25T07:37:56.800Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/380) |
| 3981 | 2026-08-25T07:37:57.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3982 | 2026-08-25T07:37:57.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3983 | 2026-08-25T07:37:57.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3984 | 2026-08-25T07:37:57.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3985 | 2026-08-25T07:37:57.381Z | |
| 3986 | 2026-08-25T07:37:57.381Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/380) |
| 3987 | 2026-08-25T07:37:57.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-08-25T07:37:57.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-08-25T07:37:57.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3990 | 2026-08-25T07:37:57.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3991 | 2026-08-25T07:37:57.966Z | |
| 3992 | 2026-08-25T07:37:57.966Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/380) |
| 3993 | 2026-08-25T07:37:58.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-08-25T07:37:58.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-08-25T07:37:58.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3996 | 2026-08-25T07:37:58.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3997 | 2026-08-25T07:37:58.550Z | |
| 3998 | 2026-08-25T07:37:58.550Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/380) |
| 3999 | 2026-08-25T07:37:59.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-08-25T07:37:59.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-08-25T07:37:59.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4002 | 2026-08-25T07:37:59.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4003 | 2026-08-25T07:37:59.136Z | |
| 4004 | 2026-08-25T07:37:59.136Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/380) |
| 4005 | 2026-08-25T07:37:59.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-08-25T07:37:59.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-08-25T07:37:59.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4008 | 2026-08-25T07:37:59.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4009 | 2026-08-25T07:37:59.719Z | |
| 4010 | 2026-08-25T07:37:59.719Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/380) |
| 4011 | 2026-08-25T07:38:00.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-08-25T07:38:00.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-08-25T07:38:00.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4014 | 2026-08-25T07:38:00.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4015 | 2026-08-25T07:38:00.301Z | |
| 4016 | 2026-08-25T07:38:00.301Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/380) |
| 4017 | 2026-08-25T07:38:00.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-08-25T07:38:00.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-08-25T07:38:00.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4020 | 2026-08-25T07:38:00.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4021 | 2026-08-25T07:38:00.884Z | |
| 4022 | 2026-08-25T07:38:00.884Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/380) |
| 4023 | 2026-08-25T07:38:01.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-08-25T07:38:01.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-08-25T07:38:01.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4026 | 2026-08-25T07:38:01.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4027 | 2026-08-25T07:38:01.466Z | |
| 4028 | 2026-08-25T07:38:01.466Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/380) |
| 4029 | 2026-08-25T07:38:01.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2026-08-25T07:38:01.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2026-08-25T07:38:01.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4032 | 2026-08-25T07:38:01.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4033 | 2026-08-25T07:38:02.045Z | |
| 4034 | 2026-08-25T07:38:02.045Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/380) |
| 4035 | 2026-08-25T07:38:02.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4036 | 2026-08-25T07:38:02.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4037 | 2026-08-25T07:38:02.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4038 | 2026-08-25T07:38:02.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4039 | 2026-08-25T07:38:02.648Z | |
| 4040 | 2026-08-25T07:38:02.648Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/380) |
| 4041 | 2026-08-25T07:38:03.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4042 | 2026-08-25T07:38:03.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4043 | 2026-08-25T07:38:03.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4044 | 2026-08-25T07:38:03.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4045 | 2026-08-25T07:38:03.251Z | |
| 4046 | 2026-08-25T07:38:03.251Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/380) |
| 4047 | 2026-08-25T07:38:03.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4048 | 2026-08-25T07:38:03.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4049 | 2026-08-25T07:38:03.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4050 | 2026-08-25T07:38:03.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4051 | 2026-08-25T07:38:03.850Z | |
| 4052 | 2026-08-25T07:38:03.850Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/380) |
| 4053 | 2026-08-25T07:38:04.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-08-25T07:38:04.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-08-25T07:38:04.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-08-25T07:38:04.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4057 | 2026-08-25T07:38:04.458Z | |
| 4058 | 2026-08-25T07:38:04.458Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/380) |
| 4059 | 2026-08-25T07:38:04.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-08-25T07:38:04.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-08-25T07:38:04.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-08-25T07:38:04.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4063 | 2026-08-25T07:38:05.061Z | |
| 4064 | 2026-08-25T07:38:05.061Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/380) |
| 4065 | 2026-08-25T07:38:05.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-08-25T07:38:05.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-08-25T07:38:05.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-08-25T07:38:05.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4069 | 2026-08-25T07:38:05.664Z | |
| 4070 | 2026-08-25T07:38:05.664Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/380) |
| 4071 | 2026-08-25T07:38:06.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-08-25T07:38:06.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-08-25T07:38:06.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4074 | 2026-08-25T07:38:06.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4075 | 2026-08-25T07:38:06.269Z | |
| 4076 | 2026-08-25T07:38:06.270Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/380) |
| 4077 | 2026-08-25T07:38:06.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2026-08-25T07:38:06.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2026-08-25T07:38:06.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4080 | 2026-08-25T07:38:06.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4081 | 2026-08-25T07:38:06.870Z | |
| 4082 | 2026-08-25T07:38:06.870Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/380) |
| 4083 | 2026-08-25T07:38:07.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4084 | 2026-08-25T07:38:07.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4085 | 2026-08-25T07:38:07.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4086 | 2026-08-25T07:38:07.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4087 | 2026-08-25T07:38:07.477Z | |
| 4088 | 2026-08-25T07:38:07.477Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/380) |
| 4089 | 2026-08-25T07:38:07.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4090 | 2026-08-25T07:38:07.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4091 | 2026-08-25T07:38:07.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4092 | 2026-08-25T07:38:07.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4093 | 2026-08-25T07:38:08.080Z | |
| 4094 | 2026-08-25T07:38:08.080Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/380) |
| 4095 | 2026-08-25T07:38:08.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4096 | 2026-08-25T07:38:08.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4097 | 2026-08-25T07:38:08.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4098 | 2026-08-25T07:38:08.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4099 | 2026-08-25T07:38:08.686Z | |
| 4100 | 2026-08-25T07:38:08.686Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/380) |
| 4101 | 2026-08-25T07:38:09.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4102 | 2026-08-25T07:38:09.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4103 | 2026-08-25T07:38:09.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4104 | 2026-08-25T07:38:09.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4105 | 2026-08-25T07:38:09.374Z | |
| 4106 | 2026-08-25T07:38:09.375Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/380) |
| 4107 | 2026-08-25T07:38:09.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4108 | 2026-08-25T07:38:09.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4109 | 2026-08-25T07:38:09.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4110 | 2026-08-25T07:38:09.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4111 | 2026-08-25T07:38:09.895Z | |
| 4112 | 2026-08-25T07:38:09.895Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/380) |
| 4113 | 2026-08-25T07:38:10.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2026-08-25T07:38:10.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2026-08-25T07:38:10.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4116 | 2026-08-25T07:38:10.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4117 | 2026-08-25T07:38:10.498Z | |
| 4118 | 2026-08-25T07:38:10.498Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/380) |
| 4119 | 2026-08-25T07:38:11.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4120 | 2026-08-25T07:38:11.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4121 | 2026-08-25T07:38:11.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4122 | 2026-08-25T07:38:11.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4123 | 2026-08-25T07:38:11.100Z | |
| 4124 | 2026-08-25T07:38:11.100Z | info: running `cargo check --bins` on oximeter-producer (235/380) |
| 4125 | 2026-08-25T07:38:11.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4126 | 2026-08-25T07:38:11.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4127 | 2026-08-25T07:38:11.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4128 | 2026-08-25T07:38:11.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4129 | 2026-08-25T07:38:11.723Z | |
| 4130 | 2026-08-25T07:38:11.723Z | info: running `cargo check --bins` on internal-dns-resolver (236/380) |
| 4131 | 2026-08-25T07:38:12.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4132 | 2026-08-25T07:38:12.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4133 | 2026-08-25T07:38:12.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4134 | 2026-08-25T07:38:12.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4135 | 2026-08-25T07:38:12.310Z | |
| 4136 | 2026-08-25T07:38:12.310Z | info: running `cargo check --bins` on dns-server (237/380) |
| 4137 | 2026-08-25T07:38:12.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4138 | 2026-08-25T07:38:12.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4139 | 2026-08-25T07:38:12.966Z | Compiling parking_lot_core v0.8.6 |
| 4140 | 2026-08-25T07:38:12.970Z | Compiling git-stub v1.0.0 |
| 4141 | 2026-08-25T07:38:12.970Z | Checking prefix-trie v0.7.0 |
| 4142 | 2026-08-25T07:38:13.087Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4143 | 2026-08-25T07:38:13.199Z | Compiling git-stub-vcs v0.1.0 |
| 4144 | 2026-08-25T07:38:13.358Z | Checking hickory-server v0.25.2 |
| 4145 | 2026-08-25T07:38:13.470Z | Checking parking_lot v0.11.2 |
| 4146 | 2026-08-25T07:38:13.503Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4147 | 2026-08-25T07:38:13.640Z | Checking sled v0.34.7 |
| 4148 | 2026-08-25T07:38:15.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 4149 | 2026-08-25T07:38:15.757Z | |
| 4150 | 2026-08-25T07:38:15.757Z | info: running `cargo check --bins` on dns-server-api (238/380) |
| 4151 | 2026-08-25T07:38:16.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4152 | 2026-08-25T07:38:16.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4153 | 2026-08-25T07:38:16.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4154 | 2026-08-25T07:38:16.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4155 | 2026-08-25T07:38:16.341Z | |
| 4156 | 2026-08-25T07:38:16.341Z | info: running `cargo check --bins` on nexus-client (239/380) |
| 4157 | 2026-08-25T07:38:16.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4158 | 2026-08-25T07:38:16.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4159 | 2026-08-25T07:38:16.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4160 | 2026-08-25T07:38:16.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4161 | 2026-08-25T07:38:16.962Z | |
| 4162 | 2026-08-25T07:38:16.962Z | info: running `cargo check --bins` on oximeter-producer-api (240/380) |
| 4163 | 2026-08-25T07:38:17.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4164 | 2026-08-25T07:38:17.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4165 | 2026-08-25T07:38:17.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4166 | 2026-08-25T07:38:17.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4167 | 2026-08-25T07:38:17.542Z | |
| 4168 | 2026-08-25T07:38:17.542Z | info: running `cargo check --bins` on sp-sim (241/380) |
| 4169 | 2026-08-25T07:38:18.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4170 | 2026-08-25T07:38:18.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4171 | 2026-08-25T07:38:18.263Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4172 | 2026-08-25T07:38:18.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 4173 | 2026-08-25T07:38:18.978Z | |
| 4174 | 2026-08-25T07:38:18.978Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/380) |
| 4175 | 2026-08-25T07:38:19.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4176 | 2026-08-25T07:38:19.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4177 | 2026-08-25T07:38:19.821Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4178 | 2026-08-25T07:38:19.954Z | Compiling hashbrown v0.14.5 |
| 4179 | 2026-08-25T07:38:19.954Z | Compiling rfc6979 v0.4.0 |
| 4180 | 2026-08-25T07:38:19.970Z | Compiling salty v0.3.0 |
| 4181 | 2026-08-25T07:38:19.980Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4182 | 2026-08-25T07:38:19.993Z | Compiling primeorder v0.13.6 |
| 4183 | 2026-08-25T07:38:20.007Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4184 | 2026-08-25T07:38:20.074Z | Compiling ecdsa v0.16.9 |
| 4185 | 2026-08-25T07:38:20.137Z | Compiling sha1 v0.10.6 |
| 4186 | 2026-08-25T07:38:20.244Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4187 | 2026-08-25T07:38:20.320Z | Compiling proc-macro-error2 v2.0.1 |
| 4188 | 2026-08-25T07:38:20.428Z | Compiling p384 v0.13.1 |
| 4189 | 2026-08-25T07:38:20.448Z | Compiling chumsky v0.9.3 |
| 4190 | 2026-08-25T07:38:20.465Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4191 | 2026-08-25T07:38:20.495Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4192 | 2026-08-25T07:38:20.624Z | Compiling knus-derive v3.4.0 |
| 4193 | 2026-08-25T07:38:20.660Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4194 | 2026-08-25T07:38:20.739Z | Checking libscf-sys v1.2.0 |
| 4195 | 2026-08-25T07:38:20.768Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4196 | 2026-08-25T07:38:20.871Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4197 | 2026-08-25T07:38:20.970Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4198 | 2026-08-25T07:38:20.988Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4199 | 2026-08-25T07:38:21.166Z | Checking corncobs v0.1.4 |
| 4200 | 2026-08-25T07:38:21.195Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4201 | 2026-08-25T07:38:21.211Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4202 | 2026-08-25T07:38:21.227Z | Checking papergrid v0.18.0 |
| 4203 | 2026-08-25T07:38:21.258Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4204 | 2026-08-25T07:38:21.292Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4205 | 2026-08-25T07:38:21.344Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 4206 | 2026-08-25T07:38:21.397Z | Checking secrecy v0.8.0 |
| 4207 | 2026-08-25T07:38:21.527Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4208 | 2026-08-25T07:38:21.544Z | Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 4209 | 2026-08-25T07:38:21.662Z | Compiling unicase v2.9.0 |
| 4210 | 2026-08-25T07:38:21.770Z | Compiling progenitor-impl v0.13.0 |
| 4211 | 2026-08-25T07:38:21.815Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 4212 | 2026-08-25T07:38:21.863Z | Compiling mime_guess v2.0.5 |
| 4213 | 2026-08-25T07:38:22.008Z | Checking tabled v0.21.0 |
| 4214 | 2026-08-25T07:38:22.024Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4215 | 2026-08-25T07:38:22.062Z | Compiling knus v3.4.0 |
| 4216 | 2026-08-25T07:38:22.077Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4217 | 2026-08-25T07:38:22.188Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 4218 | 2026-08-25T07:38:22.397Z | Checking crc8 v0.1.1 |
| 4219 | 2026-08-25T07:38:22.853Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4220 | 2026-08-25T07:38:22.884Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4221 | 2026-08-25T07:38:22.963Z | Checking progenitor-client v0.13.0 |
| 4222 | 2026-08-25T07:38:23.218Z | Checking http-range v0.1.5 |
| 4223 | 2026-08-25T07:38:23.351Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4224 | 2026-08-25T07:38:23.439Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4225 | 2026-08-25T07:38:23.536Z | Checking scuffle v0.1.0 |
| 4226 | 2026-08-25T07:38:23.810Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4227 | 2026-08-25T07:38:24.110Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4228 | 2026-08-25T07:38:24.174Z | Checking nanorand v0.7.0 |
| 4229 | 2026-08-25T07:38:24.332Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4230 | 2026-08-25T07:38:24.379Z | Checking flume v0.11.1 |
| 4231 | 2026-08-25T07:38:24.398Z | Checking hyper-staticfile v0.10.1 |
| 4232 | 2026-08-25T07:38:24.413Z | Compiling progenitor-macro v0.13.0 |
| 4233 | 2026-08-25T07:38:24.496Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4234 | 2026-08-25T07:38:24.643Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4235 | 2026-08-25T07:38:24.689Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4236 | 2026-08-25T07:38:24.819Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4237 | 2026-08-25T07:38:24.834Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4238 | 2026-08-25T07:38:24.872Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4239 | 2026-08-25T07:38:25.054Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4240 | 2026-08-25T07:38:25.075Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 4241 | 2026-08-25T07:38:25.214Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4242 | 2026-08-25T07:38:25.353Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4243 | 2026-08-25T07:38:25.370Z | Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 4244 | 2026-08-25T07:38:25.467Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4245 | 2026-08-25T07:38:25.519Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4246 | 2026-08-25T07:38:25.584Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 4247 | 2026-08-25T07:38:26.140Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 4248 | 2026-08-25T07:38:26.715Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4249 | 2026-08-25T07:38:27.956Z | Checking progenitor v0.13.0 |
| 4250 | 2026-08-25T07:38:28.100Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4251 | 2026-08-25T07:38:28.720Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4252 | 2026-08-25T07:38:29.810Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4253 | 2026-08-25T07:38:30.397Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4254 | 2026-08-25T07:38:30.398Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4255 | 2026-08-25T07:38:32.115Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4256 | 2026-08-25T07:38:44.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.63s |
| 4257 | 2026-08-25T07:38:44.620Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4258 | 2026-08-25T07:38:44.620Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4259 | 2026-08-25T07:38:44.820Z | |
| 4260 | 2026-08-25T07:38:44.820Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/380) |
| 4261 | 2026-08-25T07:38:45.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4262 | 2026-08-25T07:38:45.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4263 | 2026-08-25T07:38:45.612Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4264 | 2026-08-25T07:38:56.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.03s |
| 4265 | 2026-08-25T07:38:56.862Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4266 | 2026-08-25T07:38:56.862Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4267 | 2026-08-25T07:38:57.068Z | |
| 4268 | 2026-08-25T07:38:57.068Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/380) |
| 4269 | 2026-08-25T07:38:57.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-08-25T07:38:57.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-08-25T07:38:57.855Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4272 | 2026-08-25T07:39:09.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.05s |
| 4273 | 2026-08-25T07:39:09.130Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4274 | 2026-08-25T07:39:09.130Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4275 | 2026-08-25T07:39:09.333Z | |
| 4276 | 2026-08-25T07:39:09.333Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/380) |
| 4277 | 2026-08-25T07:39:09.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4278 | 2026-08-25T07:39:09.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4279 | 2026-08-25T07:39:10.121Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4280 | 2026-08-25T07:39:21.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.01s |
| 4281 | 2026-08-25T07:39:21.357Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4282 | 2026-08-25T07:39:21.357Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4283 | 2026-08-25T07:39:21.560Z | |
| 4284 | 2026-08-25T07:39:21.560Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/380) |
| 4285 | 2026-08-25T07:39:22.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4286 | 2026-08-25T07:39:22.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4287 | 2026-08-25T07:39:22.353Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4288 | 2026-08-25T07:39:33.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.05s |
| 4289 | 2026-08-25T07:39:33.625Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4290 | 2026-08-25T07:39:33.625Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4291 | 2026-08-25T07:39:33.827Z | |
| 4292 | 2026-08-25T07:39:33.827Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/380) |
| 4293 | 2026-08-25T07:39:34.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-08-25T07:39:34.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-08-25T07:39:34.617Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4296 | 2026-08-25T07:39:45.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.00s |
| 4297 | 2026-08-25T07:39:45.840Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4298 | 2026-08-25T07:39:45.840Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4299 | 2026-08-25T07:39:46.041Z | |
| 4300 | 2026-08-25T07:39:46.041Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/380) |
| 4301 | 2026-08-25T07:39:46.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4302 | 2026-08-25T07:39:46.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4303 | 2026-08-25T07:39:46.835Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4304 | 2026-08-25T07:39:58.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s |
| 4305 | 2026-08-25T07:39:58.070Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4306 | 2026-08-25T07:39:58.070Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4307 | 2026-08-25T07:39:58.271Z | |
| 4308 | 2026-08-25T07:39:58.271Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/380) |
| 4309 | 2026-08-25T07:39:58.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4310 | 2026-08-25T07:39:58.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4311 | 2026-08-25T07:39:59.051Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4312 | 2026-08-25T07:40:10.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.06s |
| 4313 | 2026-08-25T07:40:10.341Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4314 | 2026-08-25T07:40:10.341Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4315 | 2026-08-25T07:40:10.544Z | |
| 4316 | 2026-08-25T07:40:10.544Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/380) |
| 4317 | 2026-08-25T07:40:11.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4318 | 2026-08-25T07:40:11.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4319 | 2026-08-25T07:40:11.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4320 | 2026-08-25T07:40:11.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4321 | 2026-08-25T07:40:11.127Z | |
| 4322 | 2026-08-25T07:40:11.127Z | info: running `cargo check --bins` on installinator-common (251/380) |
| 4323 | 2026-08-25T07:40:11.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4324 | 2026-08-25T07:40:11.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4325 | 2026-08-25T07:40:11.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4326 | 2026-08-25T07:40:11.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4327 | 2026-08-25T07:40:11.728Z | |
| 4328 | 2026-08-25T07:40:11.729Z | info: running `cargo check --bins` on installinator-common-versions (252/380) |
| 4329 | 2026-08-25T07:40:12.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4330 | 2026-08-25T07:40:12.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4331 | 2026-08-25T07:40:12.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4332 | 2026-08-25T07:40:12.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4333 | 2026-08-25T07:40:12.288Z | |
| 4334 | 2026-08-25T07:40:12.288Z | info: running `cargo check --bins` on nexus-lockstep-client (253/380) |
| 4335 | 2026-08-25T07:40:12.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4336 | 2026-08-25T07:40:12.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4337 | 2026-08-25T07:40:12.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4338 | 2026-08-25T07:40:12.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4339 | 2026-08-25T07:40:12.903Z | |
| 4340 | 2026-08-25T07:40:12.904Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/380) |
| 4341 | 2026-08-25T07:40:13.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4342 | 2026-08-25T07:40:13.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4343 | 2026-08-25T07:40:13.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4344 | 2026-08-25T07:40:13.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4345 | 2026-08-25T07:40:13.486Z | |
| 4346 | 2026-08-25T07:40:13.486Z | info: running `cargo check --bins` on range-requests (255/380) |
| 4347 | 2026-08-25T07:40:13.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4348 | 2026-08-25T07:40:13.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4349 | 2026-08-25T07:40:13.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4350 | 2026-08-25T07:40:13.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4351 | 2026-08-25T07:40:14.065Z | |
| 4352 | 2026-08-25T07:40:14.065Z | info: running `cargo check --bins` on repo-depot-api (256/380) |
| 4353 | 2026-08-25T07:40:14.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-08-25T07:40:14.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-08-25T07:40:14.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4356 | 2026-08-25T07:40:14.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4357 | 2026-08-25T07:40:14.642Z | |
| 4358 | 2026-08-25T07:40:14.642Z | info: running `cargo check --bins` on repo-depot-client (257/380) |
| 4359 | 2026-08-25T07:40:15.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4360 | 2026-08-25T07:40:15.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4361 | 2026-08-25T07:40:15.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4362 | 2026-08-25T07:40:15.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4363 | 2026-08-25T07:40:15.206Z | |
| 4364 | 2026-08-25T07:40:15.206Z | info: running `cargo check --bins` on sled-agent-api (258/380) |
| 4365 | 2026-08-25T07:40:15.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4366 | 2026-08-25T07:40:15.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4367 | 2026-08-25T07:40:15.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4368 | 2026-08-25T07:40:15.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4369 | 2026-08-25T07:40:15.803Z | |
| 4370 | 2026-08-25T07:40:15.804Z | info: running `cargo check --bins` on sled-diagnostics (259/380) |
| 4371 | 2026-08-25T07:40:16.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4372 | 2026-08-25T07:40:16.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4373 | 2026-08-25T07:40:16.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4374 | 2026-08-25T07:40:16.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4375 | 2026-08-25T07:40:16.399Z | |
| 4376 | 2026-08-25T07:40:16.399Z | info: running `cargo check --bins` on zfs-test-harness (260/380) |
| 4377 | 2026-08-25T07:40:16.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-08-25T07:40:16.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-08-25T07:40:16.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-08-25T07:40:16.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4381 | 2026-08-25T07:40:16.996Z | |
| 4382 | 2026-08-25T07:40:16.996Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/380) |
| 4383 | 2026-08-25T07:40:17.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-08-25T07:40:17.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-08-25T07:40:17.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-08-25T07:40:17.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4387 | 2026-08-25T07:40:17.600Z | |
| 4388 | 2026-08-25T07:40:17.600Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/380) |
| 4389 | 2026-08-25T07:40:18.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-08-25T07:40:18.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-08-25T07:40:18.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-08-25T07:40:18.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4393 | 2026-08-25T07:40:18.199Z | |
| 4394 | 2026-08-25T07:40:18.199Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/380) |
| 4395 | 2026-08-25T07:40:18.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-08-25T07:40:18.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-08-25T07:40:18.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-08-25T07:40:18.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4399 | 2026-08-25T07:40:18.801Z | |
| 4400 | 2026-08-25T07:40:18.801Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/380) |
| 4401 | 2026-08-25T07:40:19.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-08-25T07:40:19.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-08-25T07:40:19.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4404 | 2026-08-25T07:40:19.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4405 | 2026-08-25T07:40:19.401Z | |
| 4406 | 2026-08-25T07:40:19.401Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/380) |
| 4407 | 2026-08-25T07:40:19.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-08-25T07:40:19.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-08-25T07:40:19.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4410 | 2026-08-25T07:40:19.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4411 | 2026-08-25T07:40:20.002Z | |
| 4412 | 2026-08-25T07:40:20.002Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/380) |
| 4413 | 2026-08-25T07:40:20.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-08-25T07:40:20.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-08-25T07:40:20.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4416 | 2026-08-25T07:40:20.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4417 | 2026-08-25T07:40:20.601Z | |
| 4418 | 2026-08-25T07:40:20.601Z | info: running `cargo check --bins` on trust-quorum (267/380) |
| 4419 | 2026-08-25T07:40:21.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-08-25T07:40:21.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-08-25T07:40:21.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4422 | 2026-08-25T07:40:21.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4423 | 2026-08-25T07:40:21.207Z | |
| 4424 | 2026-08-25T07:40:21.207Z | info: running `cargo check --bins` on sled-agent-early-networking (268/380) |
| 4425 | 2026-08-25T07:40:21.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-08-25T07:40:21.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-08-25T07:40:21.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-08-25T07:40:21.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4429 | 2026-08-25T07:40:21.802Z | |
| 4430 | 2026-08-25T07:40:21.802Z | info: running `cargo check --bins` on sled-agent-health-monitor (269/380) |
| 4431 | 2026-08-25T07:40:22.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-08-25T07:40:22.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-08-25T07:40:22.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4434 | 2026-08-25T07:40:22.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4435 | 2026-08-25T07:40:22.398Z | |
| 4436 | 2026-08-25T07:40:22.398Z | info: running `cargo check --bins` on sled-agent-multirack-join (270/380) |
| 4437 | 2026-08-25T07:40:22.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4438 | 2026-08-25T07:40:22.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4439 | 2026-08-25T07:40:22.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4440 | 2026-08-25T07:40:22.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4441 | 2026-08-25T07:40:23.022Z | |
| 4442 | 2026-08-25T07:40:23.022Z | info: running `cargo check --bins` on sled-agent-rack-setup (271/380) |
| 4443 | 2026-08-25T07:40:23.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4444 | 2026-08-25T07:40:23.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4445 | 2026-08-25T07:40:23.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4446 | 2026-08-25T07:40:23.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4447 | 2026-08-25T07:40:23.651Z | |
| 4448 | 2026-08-25T07:40:23.651Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (272/380) |
| 4449 | 2026-08-25T07:40:24.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-08-25T07:40:24.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-08-25T07:40:24.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4452 | 2026-08-25T07:40:24.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4453 | 2026-08-25T07:40:24.271Z | |
| 4454 | 2026-08-25T07:40:24.271Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (273/380) |
| 4455 | 2026-08-25T07:40:24.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4456 | 2026-08-25T07:40:24.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4457 | 2026-08-25T07:40:24.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4458 | 2026-08-25T07:40:24.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4459 | 2026-08-25T07:40:24.897Z | |
| 4460 | 2026-08-25T07:40:24.897Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (274/380) |
| 4461 | 2026-08-25T07:40:25.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4462 | 2026-08-25T07:40:25.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4463 | 2026-08-25T07:40:25.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4464 | 2026-08-25T07:40:25.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4465 | 2026-08-25T07:40:25.527Z | |
| 4466 | 2026-08-25T07:40:25.527Z | info: running `cargo check --bins` on omicron-deployment-graph (275/380) |
| 4467 | 2026-08-25T07:40:26.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4468 | 2026-08-25T07:40:26.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4469 | 2026-08-25T07:40:26.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4470 | 2026-08-25T07:40:26.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4471 | 2026-08-25T07:40:26.093Z | |
| 4472 | 2026-08-25T07:40:26.093Z | info: running `cargo check --bins` on transient-dns-server (276/380) |
| 4473 | 2026-08-25T07:40:26.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4474 | 2026-08-25T07:40:26.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4475 | 2026-08-25T07:40:26.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4476 | 2026-08-25T07:40:26.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4477 | 2026-08-25T07:40:26.685Z | |
| 4478 | 2026-08-25T07:40:26.685Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/380) |
| 4479 | 2026-08-25T07:40:27.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4480 | 2026-08-25T07:40:27.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4481 | 2026-08-25T07:40:27.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4482 | 2026-08-25T07:40:27.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4483 | 2026-08-25T07:40:27.287Z | |
| 4484 | 2026-08-25T07:40:27.287Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/380) |
| 4485 | 2026-08-25T07:40:27.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4486 | 2026-08-25T07:40:27.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4487 | 2026-08-25T07:40:27.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4488 | 2026-08-25T07:40:27.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4489 | 2026-08-25T07:40:27.885Z | |
| 4490 | 2026-08-25T07:40:27.885Z | info: running `cargo check --bins` on omicron-rpaths (279/380) |
| 4491 | 2026-08-25T07:40:28.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4492 | 2026-08-25T07:40:28.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4493 | 2026-08-25T07:40:28.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4494 | 2026-08-25T07:40:28.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4495 | 2026-08-25T07:40:28.452Z | |
| 4496 | 2026-08-25T07:40:28.452Z | info: running `cargo check --bins` on omicron-repl-utils (280/380) |
| 4497 | 2026-08-25T07:40:28.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4498 | 2026-08-25T07:40:28.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4499 | 2026-08-25T07:40:28.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4500 | 2026-08-25T07:40:28.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4501 | 2026-08-25T07:40:29.020Z | |
| 4502 | 2026-08-25T07:40:29.021Z | info: running `cargo check --bins` on omicron-clickhouse-admin (281/380) |
| 4503 | 2026-08-25T07:40:29.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4504 | 2026-08-25T07:40:29.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4505 | 2026-08-25T07:40:29.732Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4506 | 2026-08-25T07:40:30.148Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4507 | 2026-08-25T07:40:31.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
| 4508 | 2026-08-25T07:40:31.539Z | |
| 4509 | 2026-08-25T07:40:31.539Z | info: running `cargo check --bins` on clickhouse-admin-api (282/380) |
| 4510 | 2026-08-25T07:40:32.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4511 | 2026-08-25T07:40:32.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4512 | 2026-08-25T07:40:32.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4513 | 2026-08-25T07:40:32.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4514 | 2026-08-25T07:40:32.125Z | |
| 4515 | 2026-08-25T07:40:32.125Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (283/380) |
| 4516 | 2026-08-25T07:40:32.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4517 | 2026-08-25T07:40:32.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4518 | 2026-08-25T07:40:32.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4519 | 2026-08-25T07:40:32.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4520 | 2026-08-25T07:40:32.708Z | |
| 4521 | 2026-08-25T07:40:32.709Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/380) |
| 4522 | 2026-08-25T07:40:33.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4523 | 2026-08-25T07:40:33.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4524 | 2026-08-25T07:40:33.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4525 | 2026-08-25T07:40:33.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4526 | 2026-08-25T07:40:33.300Z | |
| 4527 | 2026-08-25T07:40:33.300Z | info: running `cargo check --bins` on clickhouse-admin-single-client (285/380) |
| 4528 | 2026-08-25T07:40:33.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4529 | 2026-08-25T07:40:33.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4530 | 2026-08-25T07:40:33.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4531 | 2026-08-25T07:40:33.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4532 | 2026-08-25T07:40:33.876Z | |
| 4533 | 2026-08-25T07:40:33.876Z | info: running `cargo check --bins` on installinator-client (286/380) |
| 4534 | 2026-08-25T07:40:34.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4535 | 2026-08-25T07:40:34.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4536 | 2026-08-25T07:40:34.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4537 | 2026-08-25T07:40:34.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4538 | 2026-08-25T07:40:34.461Z | |
| 4539 | 2026-08-25T07:40:34.461Z | info: running `cargo check --bins` on oxide-client (287/380) |
| 4540 | 2026-08-25T07:40:34.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4541 | 2026-08-25T07:40:34.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4542 | 2026-08-25T07:40:34.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4543 | 2026-08-25T07:40:34.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4544 | 2026-08-25T07:40:35.027Z | |
| 4545 | 2026-08-25T07:40:35.028Z | info: running `cargo check --bins` on oximeter-client (288/380) |
| 4546 | 2026-08-25T07:40:35.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4547 | 2026-08-25T07:40:35.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4548 | 2026-08-25T07:40:35.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4549 | 2026-08-25T07:40:35.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4550 | 2026-08-25T07:40:35.609Z | |
| 4551 | 2026-08-25T07:40:35.609Z | info: running `cargo check --bins` on wicketd-client (289/380) |
| 4552 | 2026-08-25T07:40:36.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4553 | 2026-08-25T07:40:36.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4554 | 2026-08-25T07:40:36.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4555 | 2026-08-25T07:40:36.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4556 | 2026-08-25T07:40:36.216Z | |
| 4557 | 2026-08-25T07:40:36.216Z | info: running `cargo check --bins` on wicket-common (290/380) |
| 4558 | 2026-08-25T07:40:36.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4559 | 2026-08-25T07:40:36.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4560 | 2026-08-25T07:40:36.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4561 | 2026-08-25T07:40:36.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4562 | 2026-08-25T07:40:36.807Z | |
| 4563 | 2026-08-25T07:40:36.807Z | info: running `cargo check --bins` on wicketd-commission-client (291/380) |
| 4564 | 2026-08-25T07:40:37.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4565 | 2026-08-25T07:40:37.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4566 | 2026-08-25T07:40:37.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4567 | 2026-08-25T07:40:37.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4568 | 2026-08-25T07:40:37.397Z | |
| 4569 | 2026-08-25T07:40:37.397Z | info: running `cargo check --bins` on omicron-cockroach-admin (292/380) |
| 4570 | 2026-08-25T07:40:37.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4571 | 2026-08-25T07:40:37.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4572 | 2026-08-25T07:40:38.079Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4573 | 2026-08-25T07:40:38.082Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4574 | 2026-08-25T07:40:39.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 4575 | 2026-08-25T07:40:39.445Z | |
| 4576 | 2026-08-25T07:40:39.445Z | info: running `cargo check --bins` on cockroach-admin-api (293/380) |
| 4577 | 2026-08-25T07:40:39.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4578 | 2026-08-25T07:40:39.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4579 | 2026-08-25T07:40:39.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4580 | 2026-08-25T07:40:39.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4581 | 2026-08-25T07:40:40.024Z | |
| 4582 | 2026-08-25T07:40:40.024Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (294/380) |
| 4583 | 2026-08-25T07:40:40.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4584 | 2026-08-25T07:40:40.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4585 | 2026-08-25T07:40:40.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4586 | 2026-08-25T07:40:40.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4587 | 2026-08-25T07:40:40.691Z | |
| 4588 | 2026-08-25T07:40:40.691Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/380) |
| 4589 | 2026-08-25T07:40:41.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-08-25T07:40:41.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-08-25T07:40:41.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4592 | 2026-08-25T07:40:41.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4593 | 2026-08-25T07:40:41.358Z | |
| 4594 | 2026-08-25T07:40:41.358Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (296/380) |
| 4595 | 2026-08-25T07:40:41.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-08-25T07:40:41.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-08-25T07:40:41.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4598 | 2026-08-25T07:40:41.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4599 | 2026-08-25T07:40:41.996Z | |
| 4600 | 2026-08-25T07:40:41.996Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/380) |
| 4601 | 2026-08-25T07:40:42.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-08-25T07:40:42.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-08-25T07:40:42.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4604 | 2026-08-25T07:40:42.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4605 | 2026-08-25T07:40:42.632Z | |
| 4606 | 2026-08-25T07:40:42.632Z | info: running `cargo check --bins` on db-macros (298/380) |
| 4607 | 2026-08-25T07:40:43.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4608 | 2026-08-25T07:40:43.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4609 | 2026-08-25T07:40:43.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4610 | 2026-08-25T07:40:43.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4611 | 2026-08-25T07:40:43.193Z | |
| 4612 | 2026-08-25T07:40:43.193Z | info: running `cargo check --bins` on nexus-macros-common (299/380) |
| 4613 | 2026-08-25T07:40:43.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4614 | 2026-08-25T07:40:43.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4615 | 2026-08-25T07:40:43.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4616 | 2026-08-25T07:40:43.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4617 | 2026-08-25T07:40:43.754Z | |
| 4618 | 2026-08-25T07:40:43.754Z | info: running `cargo check --bins` on nexus-auth (300/380) |
| 4619 | 2026-08-25T07:40:44.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4620 | 2026-08-25T07:40:44.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4621 | 2026-08-25T07:40:44.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4622 | 2026-08-25T07:40:44.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4623 | 2026-08-25T07:40:44.386Z | |
| 4624 | 2026-08-25T07:40:44.386Z | info: running `cargo check --bins` on authz-macros (301/380) |
| 4625 | 2026-08-25T07:40:44.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4626 | 2026-08-25T07:40:44.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4627 | 2026-08-25T07:40:44.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4628 | 2026-08-25T07:40:44.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4629 | 2026-08-25T07:40:44.951Z | |
| 4630 | 2026-08-25T07:40:44.952Z | info: running `cargo check --bins` on nexus-db-fixed-data (302/380) |
| 4631 | 2026-08-25T07:40:45.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4632 | 2026-08-25T07:40:45.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4633 | 2026-08-25T07:40:45.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4634 | 2026-08-25T07:40:45.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4635 | 2026-08-25T07:40:45.574Z | |
| 4636 | 2026-08-25T07:40:45.574Z | info: running `cargo check --bins` on nexus-db-model (303/380) |
| 4637 | 2026-08-25T07:40:46.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4638 | 2026-08-25T07:40:46.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4639 | 2026-08-25T07:40:46.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4640 | 2026-08-25T07:40:46.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4641 | 2026-08-25T07:40:46.185Z | |
| 4642 | 2026-08-25T07:40:46.185Z | info: running `cargo check --bins` on nexus-db-schema (304/380) |
| 4643 | 2026-08-25T07:40:46.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4644 | 2026-08-25T07:40:46.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4645 | 2026-08-25T07:40:46.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4646 | 2026-08-25T07:40:46.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4647 | 2026-08-25T07:40:46.751Z | |
| 4648 | 2026-08-25T07:40:46.751Z | info: running `cargo check --bins` on nexus-defaults (305/380) |
| 4649 | 2026-08-25T07:40:47.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-08-25T07:40:47.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-08-25T07:40:47.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4652 | 2026-08-25T07:40:47.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4653 | 2026-08-25T07:40:47.333Z | |
| 4654 | 2026-08-25T07:40:47.333Z | info: running `cargo check --bins` on omicron-git-version (306/380) |
| 4655 | 2026-08-25T07:40:47.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-08-25T07:40:47.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-08-25T07:40:47.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4658 | 2026-08-25T07:40:47.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4659 | 2026-08-25T07:40:47.900Z | |
| 4660 | 2026-08-25T07:40:47.900Z | info: running `cargo check --bins` on nexus-db-errors (307/380) |
| 4661 | 2026-08-25T07:40:48.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4662 | 2026-08-25T07:40:48.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4663 | 2026-08-25T07:40:48.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4664 | 2026-08-25T07:40:48.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4665 | 2026-08-25T07:40:48.534Z | |
| 4666 | 2026-08-25T07:40:48.534Z | info: running `cargo check --bins` on nexus-db-lookup (308/380) |
| 4667 | 2026-08-25T07:40:49.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4668 | 2026-08-25T07:40:49.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4669 | 2026-08-25T07:40:49.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4670 | 2026-08-25T07:40:49.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4671 | 2026-08-25T07:40:49.167Z | |
| 4672 | 2026-08-25T07:40:49.167Z | info: running `cargo check --bins` on nexus-test-interface (309/380) |
| 4673 | 2026-08-25T07:40:49.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4674 | 2026-08-25T07:40:49.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4675 | 2026-08-25T07:40:49.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4676 | 2026-08-25T07:40:49.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4677 | 2026-08-25T07:40:49.798Z | |
| 4678 | 2026-08-25T07:40:49.798Z | info: running `cargo check --bins` on oximeter-collector (310/380) |
| 4679 | 2026-08-25T07:40:50.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4680 | 2026-08-25T07:40:50.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4681 | 2026-08-25T07:40:50.524Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4682 | 2026-08-25T07:40:50.524Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4683 | 2026-08-25T07:40:51.199Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4684 | 2026-08-25T07:40:52.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 4685 | 2026-08-25T07:40:53.102Z | |
| 4686 | 2026-08-25T07:40:53.103Z | info: running `cargo check --bins` on oximeter-api (311/380) |
| 4687 | 2026-08-25T07:40:53.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4688 | 2026-08-25T07:40:53.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4689 | 2026-08-25T07:40:53.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4690 | 2026-08-25T07:40:53.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4691 | 2026-08-25T07:40:53.676Z | |
| 4692 | 2026-08-25T07:40:53.676Z | info: running `cargo check --bins` on cert-dev (312/380) |
| 4693 | 2026-08-25T07:40:54.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4694 | 2026-08-25T07:40:54.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4695 | 2026-08-25T07:40:54.291Z | Checking yasna v0.5.2 |
| 4696 | 2026-08-25T07:40:54.696Z | Checking rcgen v0.12.1 |
| 4697 | 2026-08-25T07:40:54.949Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4698 | 2026-08-25T07:40:55.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4699 | 2026-08-25T07:40:55.299Z | |
| 4700 | 2026-08-25T07:40:55.299Z | info: running `cargo check --bins` on clickana (313/380) |
| 4701 | 2026-08-25T07:40:55.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4702 | 2026-08-25T07:40:55.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4703 | 2026-08-25T07:40:55.943Z | Compiling instability v0.3.11 |
| 4704 | 2026-08-25T07:40:55.944Z | Checking castaway v0.2.4 |
| 4705 | 2026-08-25T07:40:55.947Z | Compiling indoc v2.0.7 |
| 4706 | 2026-08-25T07:40:55.947Z | Checking unicode-truncate v1.1.0 |
| 4707 | 2026-08-25T07:40:55.947Z | Checking lru v0.12.5 |
| 4708 | 2026-08-25T07:40:55.947Z | Checking cassowary v0.3.0 |
| 4709 | 2026-08-25T07:40:56.142Z | Checking compact_str v0.8.1 |
| 4710 | 2026-08-25T07:40:56.956Z | Checking ratatui v0.29.0 |
| 4711 | 2026-08-25T07:40:58.010Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4712 | 2026-08-25T07:40:58.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
| 4713 | 2026-08-25T07:40:58.905Z | |
| 4714 | 2026-08-25T07:40:58.905Z | info: running `cargo check --bins` on clickhouse-cluster-dev (314/380) |
| 4715 | 2026-08-25T07:40:59.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4716 | 2026-08-25T07:40:59.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4717 | 2026-08-25T07:40:59.627Z | Checking headers-core v0.3.0 |
| 4718 | 2026-08-25T07:40:59.630Z | Checking port-file v0.1.0 |
| 4719 | 2026-08-25T07:40:59.630Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4720 | 2026-08-25T07:40:59.824Z | Checking headers v0.4.1 |
| 4721 | 2026-08-25T07:41:00.200Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4722 | 2026-08-25T07:41:01.160Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4723 | 2026-08-25T07:41:01.685Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4724 | 2026-08-25T07:41:02.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 4725 | 2026-08-25T07:41:02.324Z | |
| 4726 | 2026-08-25T07:41:02.324Z | info: running `cargo check --bins` on ch-dev (315/380) |
| 4727 | 2026-08-25T07:41:02.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4728 | 2026-08-25T07:41:02.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4729 | 2026-08-25T07:41:03.047Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4730 | 2026-08-25T07:41:03.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4731 | 2026-08-25T07:41:04.006Z | |
| 4732 | 2026-08-25T07:41:04.006Z | info: running `cargo check --bins` on dev-tools-common (316/380) |
| 4733 | 2026-08-25T07:41:04.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4734 | 2026-08-25T07:41:04.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4735 | 2026-08-25T07:41:04.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4736 | 2026-08-25T07:41:04.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 4737 | 2026-08-25T07:41:04.431Z | |
| 4738 | 2026-08-25T07:41:04.432Z | info: running `cargo check --bins` on corpus-adjust (317/380) |
| 4739 | 2026-08-25T07:41:04.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4740 | 2026-08-25T07:41:04.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4741 | 2026-08-25T07:41:05.069Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4742 | 2026-08-25T07:41:05.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 4743 | 2026-08-25T07:41:05.617Z | |
| 4744 | 2026-08-25T07:41:05.617Z | info: running `cargo check --bins` on crdb-seed (318/380) |
| 4745 | 2026-08-25T07:41:06.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4746 | 2026-08-25T07:41:06.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4747 | 2026-08-25T07:41:06.341Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4748 | 2026-08-25T07:41:07.437Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4749 | 2026-08-25T07:41:07.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 4750 | 2026-08-25T07:41:07.987Z | |
| 4751 | 2026-08-25T07:41:07.987Z | info: running `cargo check --bins` on db-dev (319/380) |
| 4752 | 2026-08-25T07:41:08.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4753 | 2026-08-25T07:41:08.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4754 | 2026-08-25T07:41:08.722Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4755 | 2026-08-25T07:41:09.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4756 | 2026-08-25T07:41:09.682Z | |
| 4757 | 2026-08-25T07:41:09.682Z | info: running `cargo check --bins` on omicron-dev-lib (320/380) |
| 4758 | 2026-08-25T07:41:10.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4759 | 2026-08-25T07:41:10.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4760 | 2026-08-25T07:41:10.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4761 | 2026-08-25T07:41:10.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4762 | 2026-08-25T07:41:10.302Z | |
| 4763 | 2026-08-25T07:41:10.302Z | info: running `cargo check --bins` on xtask-downloader (321/380) |
| 4764 | 2026-08-25T07:41:10.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4765 | 2026-08-25T07:41:10.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4766 | 2026-08-25T07:41:10.922Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4767 | 2026-08-25T07:41:11.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4768 | 2026-08-25T07:41:11.774Z | |
| 4769 | 2026-08-25T07:41:11.774Z | info: running `cargo check --bins` on omicron-dropshot-apis (322/380) |
| 4770 | 2026-08-25T07:41:12.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4771 | 2026-08-25T07:41:12.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4772 | 2026-08-25T07:41:12.527Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4773 | 2026-08-25T07:41:12.527Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4774 | 2026-08-25T07:41:12.531Z | Checking git-stub v1.0.0 |
| 4775 | 2026-08-25T07:41:12.531Z | Compiling trait-variant v0.1.2 |
| 4776 | 2026-08-25T07:41:12.531Z | Checking maplit v1.0.2 |
| 4777 | 2026-08-25T07:41:12.674Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4778 | 2026-08-25T07:41:12.677Z | Checking drift v0.2.0 |
| 4779 | 2026-08-25T07:41:12.677Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4780 | 2026-08-25T07:41:12.715Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4781 | 2026-08-25T07:41:12.796Z | Checking git-stub-vcs v0.1.0 |
| 4782 | 2026-08-25T07:41:12.858Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4783 | 2026-08-25T07:41:12.882Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4784 | 2026-08-25T07:41:12.990Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4785 | 2026-08-25T07:41:13.041Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4786 | 2026-08-25T07:41:13.055Z | Checking dropshot-api-manager v0.8.0 |
| 4787 | 2026-08-25T07:41:13.188Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4788 | 2026-08-25T07:41:13.395Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4789 | 2026-08-25T07:41:13.904Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4790 | 2026-08-25T07:41:14.830Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4791 | 2026-08-25T07:41:15.841Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4792 | 2026-08-25T07:41:16.684Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4793 | 2026-08-25T07:41:17.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
| 4794 | 2026-08-25T07:41:17.322Z | |
| 4795 | 2026-08-25T07:41:17.322Z | info: running `cargo check --bins` on installinator-api (323/380) |
| 4796 | 2026-08-25T07:41:17.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4797 | 2026-08-25T07:41:17.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4798 | 2026-08-25T07:41:17.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4799 | 2026-08-25T07:41:17.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4800 | 2026-08-25T07:41:17.904Z | |
| 4801 | 2026-08-25T07:41:17.904Z | info: running `cargo check --bins` on nexus-external-api (324/380) |
| 4802 | 2026-08-25T07:41:18.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4803 | 2026-08-25T07:41:18.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4804 | 2026-08-25T07:41:18.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4805 | 2026-08-25T07:41:18.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4806 | 2026-08-25T07:41:18.518Z | |
| 4807 | 2026-08-25T07:41:18.518Z | info: running `cargo check --bins` on nexus-internal-api (325/380) |
| 4808 | 2026-08-25T07:41:19.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4809 | 2026-08-25T07:41:19.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4810 | 2026-08-25T07:41:19.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4811 | 2026-08-25T07:41:19.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4812 | 2026-08-25T07:41:19.137Z | |
| 4813 | 2026-08-25T07:41:19.137Z | info: running `cargo check --bins` on nexus-lockstep-api (326/380) |
| 4814 | 2026-08-25T07:41:19.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4815 | 2026-08-25T07:41:19.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4816 | 2026-08-25T07:41:19.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4817 | 2026-08-25T07:41:19.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4818 | 2026-08-25T07:41:19.767Z | |
| 4819 | 2026-08-25T07:41:19.767Z | info: running `cargo check --bins` on ntp-admin-api (327/380) |
| 4820 | 2026-08-25T07:41:20.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4821 | 2026-08-25T07:41:20.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4822 | 2026-08-25T07:41:20.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4823 | 2026-08-25T07:41:20.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4824 | 2026-08-25T07:41:20.351Z | |
| 4825 | 2026-08-25T07:41:20.351Z | info: running `cargo check --bins` on ntp-admin-types-versions (328/380) |
| 4826 | 2026-08-25T07:41:20.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4827 | 2026-08-25T07:41:20.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4828 | 2026-08-25T07:41:20.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4829 | 2026-08-25T07:41:20.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4830 | 2026-08-25T07:41:20.924Z | |
| 4831 | 2026-08-25T07:41:20.924Z | info: running `cargo check --bins` on wicketd-api (329/380) |
| 4832 | 2026-08-25T07:41:21.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4833 | 2026-08-25T07:41:21.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4834 | 2026-08-25T07:41:21.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4835 | 2026-08-25T07:41:21.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4836 | 2026-08-25T07:41:21.520Z | |
| 4837 | 2026-08-25T07:41:21.520Z | info: running `cargo check --bins` on wicketd-commission-api (330/380) |
| 4838 | 2026-08-25T07:41:22.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4839 | 2026-08-25T07:41:22.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4840 | 2026-08-25T07:41:22.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4841 | 2026-08-25T07:41:22.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4842 | 2026-08-25T07:41:22.110Z | |
| 4843 | 2026-08-25T07:41:22.110Z | info: running `cargo check --bins` on omicron-ls-apis (331/380) |
| 4844 | 2026-08-25T07:41:22.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4845 | 2026-08-25T07:41:22.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4846 | 2026-08-25T07:41:22.739Z | Compiling blake3 v1.8.5 |
| 4847 | 2026-08-25T07:41:22.846Z | Checking constant_time_eq v0.4.2 |
| 4848 | 2026-08-25T07:41:22.849Z | Checking arrayvec v0.7.6 |
| 4849 | 2026-08-25T07:41:22.856Z | Checking arrayref v0.3.9 |
| 4850 | 2026-08-25T07:41:22.872Z | Checking cargo-platform v0.3.2 |
| 4851 | 2026-08-25T07:41:22.872Z | Checking topological-sort v0.2.2 |
| 4852 | 2026-08-25T07:41:22.875Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4853 | 2026-08-25T07:41:23.022Z | Checking cargo_metadata v0.23.1 |
| 4854 | 2026-08-25T07:41:23.718Z | Checking omicron-zone-package v0.12.3 |
| 4855 | 2026-08-25T07:41:24.439Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4856 | 2026-08-25T07:41:25.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 4857 | 2026-08-25T07:41:25.448Z | |
| 4858 | 2026-08-25T07:41:25.448Z | info: running `cargo check --bins` on mgs-dev (332/380) |
| 4859 | 2026-08-25T07:41:25.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4860 | 2026-08-25T07:41:25.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4861 | 2026-08-25T07:41:26.184Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4862 | 2026-08-25T07:41:26.816Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4863 | 2026-08-25T07:41:27.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4864 | 2026-08-25T07:41:27.526Z | |
| 4865 | 2026-08-25T07:41:27.526Z | info: running `cargo check --bins --no-default-features` on omicron-omdb (333/380) |
| 4866 | 2026-08-25T07:41:28.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4867 | 2026-08-25T07:41:28.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4868 | 2026-08-25T07:41:28.510Z | Compiling darling_core v0.21.3 |
| 4869 | 2026-08-25T07:41:28.510Z | Compiling vergen-lib v0.1.6 |
| 4870 | 2026-08-25T07:41:28.510Z | Compiling diesel_derives v2.3.7 |
| 4871 | 2026-08-25T07:41:28.510Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4872 | 2026-08-25T07:41:28.514Z | Checking scheduled-thread-pool v0.2.7 |
| 4873 | 2026-08-25T07:41:28.514Z | Compiling vergen-gitcl v1.0.8 |
| 4874 | 2026-08-25T07:41:28.656Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4875 | 2026-08-25T07:41:28.719Z | Compiling dirs-sys-next v0.1.2 |
| 4876 | 2026-08-25T07:41:28.811Z | Compiling glob v0.3.3 |
| 4877 | 2026-08-25T07:41:28.842Z | Compiling crunchy v0.2.4 |
| 4878 | 2026-08-25T07:41:28.908Z | Compiling dirs-next v2.0.0 |
| 4879 | 2026-08-25T07:41:28.974Z | Checking r2d2 v0.8.10 |
| 4880 | 2026-08-25T07:41:29.012Z | Compiling tiny-keccak v2.0.2 |
| 4881 | 2026-08-25T07:41:29.053Z | Checking downcast-rs v2.0.2 |
| 4882 | 2026-08-25T07:41:29.168Z | Compiling term v0.7.0 |
| 4883 | 2026-08-25T07:41:29.188Z | Compiling clang-sys v1.8.1 |
| 4884 | 2026-08-25T07:41:29.220Z | Compiling bit-vec v0.6.3 |
| 4885 | 2026-08-25T07:41:29.235Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4886 | 2026-08-25T07:41:29.421Z | Compiling bit-set v0.5.3 |
| 4887 | 2026-08-25T07:41:29.438Z | Compiling ascii-canvas v3.0.0 |
| 4888 | 2026-08-25T07:41:29.560Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4889 | 2026-08-25T07:41:29.582Z | Compiling itertools v0.10.5 |
| 4890 | 2026-08-25T07:41:29.664Z | Compiling ena v0.14.4 |
| 4891 | 2026-08-25T07:41:29.680Z | Compiling libloading v0.8.9 |
| 4892 | 2026-08-25T07:41:29.701Z | Compiling bindgen v0.71.1 |
| 4893 | 2026-08-25T07:41:29.718Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4894 | 2026-08-25T07:41:29.734Z | Compiling regex-syntax v0.6.29 |
| 4895 | 2026-08-25T07:41:29.875Z | Compiling diff v0.1.13 |
| 4896 | 2026-08-25T07:41:30.121Z | Compiling cexpr v0.6.0 |
| 4897 | 2026-08-25T07:41:30.145Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4898 | 2026-08-25T07:41:30.335Z | Compiling rustc-hash v2.1.1 |
| 4899 | 2026-08-25T07:41:30.410Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4900 | 2026-08-25T07:41:30.661Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4901 | 2026-08-25T07:41:30.679Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4902 | 2026-08-25T07:41:30.760Z | Compiling libxml v0.3.3 |
| 4903 | 2026-08-25T07:41:30.787Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4904 | 2026-08-25T07:41:30.961Z | Compiling strum_macros v0.24.3 |
| 4905 | 2026-08-25T07:41:30.979Z | Compiling indoc v1.0.9 |
| 4906 | 2026-08-25T07:41:31.025Z | Compiling lalrpop v0.19.12 |
| 4907 | 2026-08-25T07:41:31.234Z | Compiling darling_macro v0.21.3 |
| 4908 | 2026-08-25T07:41:31.747Z | Compiling darling v0.21.3 |
| 4909 | 2026-08-25T07:41:31.843Z | Compiling dsl_auto_type v0.2.0 |
| 4910 | 2026-08-25T07:41:31.932Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4911 | 2026-08-25T07:41:32.121Z | Checking derive_builder v0.20.2 |
| 4912 | 2026-08-25T07:41:32.245Z | Compiling oso-derive v0.27.3 |
| 4913 | 2026-08-25T07:41:32.293Z | Checking quick-xml v0.37.5 |
| 4914 | 2026-08-25T07:41:32.372Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4915 | 2026-08-25T07:41:32.748Z | Checking openssl-probe v0.1.6 |
| 4916 | 2026-08-25T07:41:32.934Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4917 | 2026-08-25T07:41:33.223Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4918 | 2026-08-25T07:41:33.418Z | Checking bb8 v0.8.6 |
| 4919 | 2026-08-25T07:41:33.526Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4920 | 2026-08-25T07:41:33.681Z | Checking nonempty v0.12.0 |
| 4921 | 2026-08-25T07:41:33.705Z | Compiling libz-sys v1.1.24 |
| 4922 | 2026-08-25T07:41:33.748Z | Compiling strsim v0.10.0 |
| 4923 | 2026-08-25T07:41:33.853Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4924 | 2026-08-25T07:41:33.930Z | Compiling darling_core v0.13.4 |
| 4925 | 2026-08-25T07:41:34.085Z | Compiling vergen-git2 v9.1.0 |
| 4926 | 2026-08-25T07:41:34.306Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4927 | 2026-08-25T07:41:34.329Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4928 | 2026-08-25T07:41:34.517Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4929 | 2026-08-25T07:41:34.770Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4930 | 2026-08-25T07:41:34.916Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4931 | 2026-08-25T07:41:35.104Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4932 | 2026-08-25T07:41:35.287Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4933 | 2026-08-25T07:41:35.291Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4934 | 2026-08-25T07:41:35.490Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4935 | 2026-08-25T07:41:35.679Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4936 | 2026-08-25T07:41:35.801Z | Compiling darling_macro v0.13.4 |
| 4937 | 2026-08-25T07:41:35.866Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4938 | 2026-08-25T07:41:36.053Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4939 | 2026-08-25T07:41:36.295Z | Compiling darling v0.13.4 |
| 4940 | 2026-08-25T07:41:36.386Z | Compiling serde_with_macros v1.5.2 |
| 4941 | 2026-08-25T07:41:36.475Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4942 | 2026-08-25T07:41:36.851Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4943 | 2026-08-25T07:41:37.216Z | Compiling serde_with v1.14.0 |
| 4944 | 2026-08-25T07:41:37.433Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4945 | 2026-08-25T07:41:37.626Z | Checking twox-hash v2.1.2 |
| 4946 | 2026-08-25T07:41:37.646Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4947 | 2026-08-25T07:41:37.709Z | Checking diesel v2.3.7 |
| 4948 | 2026-08-25T07:41:37.956Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4949 | 2026-08-25T07:41:38.413Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4950 | 2026-08-25T07:41:39.379Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4951 | 2026-08-25T07:41:39.821Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4952 | 2026-08-25T07:41:40.047Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4953 | 2026-08-25T07:41:40.552Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4954 | 2026-08-25T07:41:41.005Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4955 | 2026-08-25T07:41:41.194Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4956 | 2026-08-25T07:41:41.237Z | Checking libsw-core v0.3.2 |
| 4957 | 2026-08-25T07:41:41.368Z | Checking atty v0.2.14 |
| 4958 | 2026-08-25T07:41:41.472Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4959 | 2026-08-25T07:41:41.515Z | Checking libsw v3.5.0 |
| 4960 | 2026-08-25T07:41:41.675Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4961 | 2026-08-25T07:41:41.892Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4962 | 2026-08-25T07:41:42.042Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4963 | 2026-08-25T07:41:42.059Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4964 | 2026-08-25T07:41:43.343Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4965 | 2026-08-25T07:41:43.684Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4966 | 2026-08-25T07:41:43.747Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4967 | 2026-08-25T07:41:44.086Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4968 | 2026-08-25T07:41:44.397Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4969 | 2026-08-25T07:41:44.586Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4970 | 2026-08-25T07:41:44.735Z | Checking fatfs v0.3.6 |
| 4971 | 2026-08-25T07:41:45.073Z | Checking console v0.16.2 |
| 4972 | 2026-08-25T07:41:45.190Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4973 | 2026-08-25T07:41:45.389Z | Compiling seq-macro v0.3.6 |
| 4974 | 2026-08-25T07:41:45.894Z | Checking unit-prefix v0.5.2 |
| 4975 | 2026-08-25T07:41:46.033Z | Checking indicatif v0.18.4 |
| 4976 | 2026-08-25T07:41:46.471Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4977 | 2026-08-25T07:41:46.521Z | Checking oxide-update-engine-display v0.1.2 |
| 4978 | 2026-08-25T07:41:46.836Z | Checking support-bundle-viewer v0.1.2 |
| 4979 | 2026-08-25T07:41:47.090Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4980 | 2026-08-25T07:41:47.137Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4981 | 2026-08-25T07:41:47.158Z | Checking multimap v0.10.1 |
| 4982 | 2026-08-25T07:41:53.282Z | Checking diesel-dtrace v0.5.0 |
| 4983 | 2026-08-25T07:41:53.535Z | Checking async-bb8-diesel v0.2.1 |
| 4984 | 2026-08-25T07:41:57.101Z | Compiling samael v0.0.19 |
| 4985 | 2026-08-25T07:42:00.916Z | Compiling git2 v0.20.4 |
| 4986 | 2026-08-25T07:42:02.328Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4987 | 2026-08-25T07:42:03.556Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4988 | 2026-08-25T07:42:03.882Z | Compiling polar-core v0.27.3 |
| 4989 | 2026-08-25T07:42:08.415Z | Checking oso v0.27.3 |
| 4990 | 2026-08-25T07:42:40.592Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4991 | 2026-08-25T07:43:56.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
| 4992 | 2026-08-25T07:43:57.012Z | |
| 4993 | 2026-08-25T07:43:57.012Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (334/380) |
| 4994 | 2026-08-25T07:43:57.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4995 | 2026-08-25T07:43:57.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4996 | 2026-08-25T07:43:57.915Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4997 | 2026-08-25T07:44:05.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s |
| 4998 | 2026-08-25T07:44:06.046Z | |
| 4999 | 2026-08-25T07:44:06.046Z | info: running `cargo check --bins --no-default-features --features default` on omicron-omdb (335/380) |
| 5000 | 2026-08-25T07:44:06.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5001 | 2026-08-25T07:44:06.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5002 | 2026-08-25T07:44:06.877Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 5003 | 2026-08-25T07:44:14.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.84s |
| 5004 | 2026-08-25T07:44:15.109Z | |
| 5005 | 2026-08-25T07:44:15.109Z | info: running `cargo check --bins` on nexus-networking (336/380) |
| 5006 | 2026-08-25T07:44:15.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5007 | 2026-08-25T07:44:15.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5008 | 2026-08-25T07:44:15.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5009 | 2026-08-25T07:44:15.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5010 | 2026-08-25T07:44:15.741Z | |
| 5011 | 2026-08-25T07:44:15.741Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (337/380) |
| 5012 | 2026-08-25T07:44:16.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5013 | 2026-08-25T07:44:16.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5014 | 2026-08-25T07:44:16.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5015 | 2026-08-25T07:44:16.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5016 | 2026-08-25T07:44:16.379Z | |
| 5017 | 2026-08-25T07:44:16.379Z | info: running `cargo check --bins` on nexus-saga-recovery (338/380) |
| 5018 | 2026-08-25T07:44:16.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5019 | 2026-08-25T07:44:16.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5020 | 2026-08-25T07:44:16.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5021 | 2026-08-25T07:44:16.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5022 | 2026-08-25T07:44:17.018Z | |
| 5023 | 2026-08-25T07:44:17.018Z | info: running `cargo check --bins` on nexus-test-utils-macros (339/380) |
| 5024 | 2026-08-25T07:44:17.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5025 | 2026-08-25T07:44:17.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5026 | 2026-08-25T07:44:17.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5027 | 2026-08-25T07:44:17.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5028 | 2026-08-25T07:44:17.591Z | |
| 5029 | 2026-08-25T07:44:17.591Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (340/380) |
| 5030 | 2026-08-25T07:44:18.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5031 | 2026-08-25T07:44:18.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5032 | 2026-08-25T07:44:18.409Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5033 | 2026-08-25T07:44:57.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.23s |
| 5034 | 2026-08-25T07:44:58.044Z | |
| 5035 | 2026-08-25T07:44:58.044Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (341/380) |
| 5036 | 2026-08-25T07:44:58.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5037 | 2026-08-25T07:44:58.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5038 | 2026-08-25T07:44:58.881Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5039 | 2026-08-25T07:45:38.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.16s |
| 5040 | 2026-08-25T07:45:38.433Z | |
| 5041 | 2026-08-25T07:45:38.433Z | info: running `cargo check --bins --no-default-features --features default` on omicron-nexus (342/380) |
| 5042 | 2026-08-25T07:45:38.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5043 | 2026-08-25T07:45:38.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5044 | 2026-08-25T07:45:39.268Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5045 | 2026-08-25T07:45:40.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 5046 | 2026-08-25T07:45:40.218Z | |
| 5047 | 2026-08-25T07:45:40.218Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (343/380) |
| 5048 | 2026-08-25T07:45:40.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5049 | 2026-08-25T07:45:40.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5050 | 2026-08-25T07:45:40.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5051 | 2026-08-25T07:45:40.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5052 | 2026-08-25T07:45:40.793Z | |
| 5053 | 2026-08-25T07:45:40.793Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (344/380) |
| 5054 | 2026-08-25T07:45:41.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5055 | 2026-08-25T07:45:41.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5056 | 2026-08-25T07:45:41.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5057 | 2026-08-25T07:45:41.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5058 | 2026-08-25T07:45:41.366Z | |
| 5059 | 2026-08-25T07:45:41.366Z | info: running `cargo check --bins --no-default-features` on nexus-fm (345/380) |
| 5060 | 2026-08-25T07:45:41.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5061 | 2026-08-25T07:45:41.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5062 | 2026-08-25T07:45:41.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5063 | 2026-08-25T07:45:41.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5064 | 2026-08-25T07:45:41.985Z | |
| 5065 | 2026-08-25T07:45:41.985Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (346/380) |
| 5066 | 2026-08-25T07:45:42.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5067 | 2026-08-25T07:45:42.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5068 | 2026-08-25T07:45:42.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5069 | 2026-08-25T07:45:42.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5070 | 2026-08-25T07:45:42.624Z | |
| 5071 | 2026-08-25T07:45:42.624Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (347/380) |
| 5072 | 2026-08-25T07:45:43.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5073 | 2026-08-25T07:45:43.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5074 | 2026-08-25T07:45:43.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5075 | 2026-08-25T07:45:43.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5076 | 2026-08-25T07:45:43.261Z | |
| 5077 | 2026-08-25T07:45:43.262Z | info: running `cargo check --bins` on nexus-mgs-updates (348/380) |
| 5078 | 2026-08-25T07:45:43.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5079 | 2026-08-25T07:45:43.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5080 | 2026-08-25T07:45:43.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5081 | 2026-08-25T07:45:43.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5082 | 2026-08-25T07:45:43.882Z | |
| 5083 | 2026-08-25T07:45:43.882Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (349/380) |
| 5084 | 2026-08-25T07:45:44.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5085 | 2026-08-25T07:45:44.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5086 | 2026-08-25T07:45:44.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5087 | 2026-08-25T07:45:44.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5088 | 2026-08-25T07:45:44.522Z | |
| 5089 | 2026-08-25T07:45:44.522Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (350/380) |
| 5090 | 2026-08-25T07:45:45.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5091 | 2026-08-25T07:45:45.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5092 | 2026-08-25T07:45:45.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5093 | 2026-08-25T07:45:45.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5094 | 2026-08-25T07:45:45.158Z | |
| 5095 | 2026-08-25T07:45:45.158Z | info: running `cargo check --bins` on nexus-switch-config (351/380) |
| 5096 | 2026-08-25T07:45:45.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5097 | 2026-08-25T07:45:45.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5098 | 2026-08-25T07:45:45.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5099 | 2026-08-25T07:45:45.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5100 | 2026-08-25T07:45:45.776Z | |
| 5101 | 2026-08-25T07:45:45.777Z | info: running `cargo check --bins` on nexus-switch-config-preparation (352/380) |
| 5102 | 2026-08-25T07:45:46.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5103 | 2026-08-25T07:45:46.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5104 | 2026-08-25T07:45:46.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5105 | 2026-08-25T07:45:46.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5106 | 2026-08-25T07:45:46.420Z | |
| 5107 | 2026-08-25T07:45:46.420Z | info: running `cargo check --bins` on support-bundle-collection (353/380) |
| 5108 | 2026-08-25T07:45:46.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5109 | 2026-08-25T07:45:46.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5110 | 2026-08-25T07:45:46.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5111 | 2026-08-25T07:45:46.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5112 | 2026-08-25T07:45:47.063Z | |
| 5113 | 2026-08-25T07:45:47.063Z | info: running `cargo check --bins` on omicron-dev (354/380) |
| 5114 | 2026-08-25T07:45:47.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5115 | 2026-08-25T07:45:47.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5116 | 2026-08-25T07:45:47.979Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5117 | 2026-08-25T07:45:47.979Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5118 | 2026-08-25T07:45:48.171Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5119 | 2026-08-25T07:45:48.199Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5120 | 2026-08-25T07:45:48.216Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5121 | 2026-08-25T07:45:48.237Z | Checking diff v0.1.13 |
| 5122 | 2026-08-25T07:45:48.245Z | Checking yansi v1.0.1 |
| 5123 | 2026-08-25T07:45:48.245Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5124 | 2026-08-25T07:45:48.304Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5125 | 2026-08-25T07:45:48.498Z | Checking pretty_assertions v1.4.1 |
| 5126 | 2026-08-25T07:45:49.253Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5127 | 2026-08-25T07:45:49.256Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5128 | 2026-08-25T07:46:14.851Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5129 | 2026-08-25T07:46:14.854Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5130 | 2026-08-25T07:46:14.854Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5131 | 2026-08-25T07:46:14.854Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5132 | 2026-08-25T07:46:14.854Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5133 | 2026-08-25T07:46:14.854Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5134 | 2026-08-25T07:46:14.854Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5135 | 2026-08-25T07:46:15.730Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5136 | 2026-08-25T07:46:15.733Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5137 | 2026-08-25T07:46:17.009Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5138 | 2026-08-25T07:46:56.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 5139 | 2026-08-25T07:46:56.592Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5140 | 2026-08-25T07:46:56.592Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5141 | 2026-08-25T07:46:56.801Z | |
| 5142 | 2026-08-25T07:46:56.801Z | info: running `cargo check --bins` on oximeter-load-test (355/380) |
| 5143 | 2026-08-25T07:46:57.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5144 | 2026-08-25T07:46:57.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5145 | 2026-08-25T07:46:57.515Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5146 | 2026-08-25T07:46:58.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 5147 | 2026-08-25T07:46:58.364Z | |
| 5148 | 2026-08-25T07:46:58.364Z | info: running `cargo check --bins` on omicron-pins (356/380) |
| 5149 | 2026-08-25T07:46:58.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5150 | 2026-08-25T07:46:58.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5151 | 2026-08-25T07:46:58.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5152 | 2026-08-25T07:46:58.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5153 | 2026-08-25T07:46:58.930Z | |
| 5154 | 2026-08-25T07:46:58.930Z | info: running `cargo check --bins` on rack-init-config (357/380) |
| 5155 | 2026-08-25T07:46:59.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5156 | 2026-08-25T07:46:59.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5157 | 2026-08-25T07:46:59.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5158 | 2026-08-25T07:46:59.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5159 | 2026-08-25T07:46:59.513Z | |
| 5160 | 2026-08-25T07:46:59.513Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (358/380) |
| 5161 | 2026-08-25T07:47:00.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5162 | 2026-08-25T07:47:00.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5163 | 2026-08-25T07:47:00.297Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5164 | 2026-08-25T07:47:00.420Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5165 | 2026-08-25T07:47:00.423Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5166 | 2026-08-25T07:47:27.645Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5167 | 2026-08-25T07:47:28.055Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5168 | 2026-08-25T07:47:29.834Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5169 | 2026-08-25T07:47:30.316Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5170 | 2026-08-25T07:47:33.453Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5171 | 2026-08-25T07:47:57.946Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5172 | 2026-08-25T07:47:58.691Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5173 | 2026-08-25T07:48:00.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 5174 | 2026-08-25T07:48:00.624Z | |
| 5175 | 2026-08-25T07:48:00.624Z | info: running `cargo check --bins` on reconfigurator-sp-updater (359/380) |
| 5176 | 2026-08-25T07:48:01.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5177 | 2026-08-25T07:48:01.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5178 | 2026-08-25T07:48:01.346Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5179 | 2026-08-25T07:48:02.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 5180 | 2026-08-25T07:48:02.240Z | |
| 5181 | 2026-08-25T07:48:02.240Z | info: running `cargo check --bins` on omicron-releng (360/380) |
| 5182 | 2026-08-25T07:48:02.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5183 | 2026-08-25T07:48:02.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5184 | 2026-08-25T07:48:02.869Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5185 | 2026-08-25T07:48:02.872Z | Compiling fs-err v2.11.0 |
| 5186 | 2026-08-25T07:48:02.992Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5187 | 2026-08-25T07:48:02.999Z | Checking parse-size v1.1.0 |
| 5188 | 2026-08-25T07:48:03.007Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5189 | 2026-08-25T07:48:03.011Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5190 | 2026-08-25T07:48:03.011Z | Checking shell-words v1.1.1 |
| 5191 | 2026-08-25T07:48:03.093Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5192 | 2026-08-25T07:48:03.416Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5193 | 2026-08-25T07:48:03.591Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5194 | 2026-08-25T07:48:04.257Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5195 | 2026-08-25T07:48:05.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 5196 | 2026-08-25T07:48:05.396Z | |
| 5197 | 2026-08-25T07:48:05.396Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (361/380) |
| 5198 | 2026-08-25T07:48:05.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5199 | 2026-08-25T07:48:05.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5200 | 2026-08-25T07:48:06.035Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5201 | 2026-08-25T07:48:06.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 5202 | 2026-08-25T07:48:06.707Z | |
| 5203 | 2026-08-25T07:48:06.707Z | info: running `cargo check --bins` on schema (362/380) |
| 5204 | 2026-08-25T07:48:07.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5205 | 2026-08-25T07:48:07.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5206 | 2026-08-25T07:48:07.440Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5207 | 2026-08-25T07:48:08.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 5208 | 2026-08-25T07:48:08.336Z | |
| 5209 | 2026-08-25T07:48:08.336Z | info: running `cargo check --bins` on xtask (363/380) |
| 5210 | 2026-08-25T07:48:08.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5211 | 2026-08-25T07:48:08.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5212 | 2026-08-25T07:48:08.745Z | Checking serde_core v1.0.229 |
| 5213 | 2026-08-25T07:48:08.745Z | Checking libc v0.2.185 |
| 5214 | 2026-08-25T07:48:08.826Z | Checking bitflags v2.11.0 |
| 5215 | 2026-08-25T07:48:08.834Z | Checking scroll v0.12.0 |
| 5216 | 2026-08-25T07:48:08.839Z | Checking thiserror v1.0.69 |
| 5217 | 2026-08-25T07:48:08.845Z | Checking log v0.4.33 |
| 5218 | 2026-08-25T07:48:08.851Z | Checking indexmap v2.14.0 |
| 5219 | 2026-08-25T07:48:08.859Z | Checking zerocopy v0.7.35 |
| 5220 | 2026-08-25T07:48:08.924Z | Checking syn v2.0.117 |
| 5221 | 2026-08-25T07:48:08.964Z | Checking dtrace-parser v0.2.0 |
| 5222 | 2026-08-25T07:48:08.983Z | Checking once_cell v1.21.3 |
| 5223 | 2026-08-25T07:48:09.041Z | Checking goblin v0.8.2 |
| 5224 | 2026-08-25T07:48:09.103Z | Checking errno v0.3.14 |
| 5225 | 2026-08-25T07:48:09.152Z | Checking getrandom v0.4.3 |
| 5226 | 2026-08-25T07:48:09.196Z | Checking thread-id v4.2.2 |
| 5227 | 2026-08-25T07:48:09.220Z | Checking rustix v1.1.4 |
| 5228 | 2026-08-25T07:48:09.274Z | Checking memmap v0.7.0 |
| 5229 | 2026-08-25T07:48:09.286Z | Checking thiserror v2.0.18 |
| 5230 | 2026-08-25T07:48:09.332Z | Checking fs-err v3.3.0 |
| 5231 | 2026-08-25T07:48:09.380Z | Checking tabled v0.15.0 |
| 5232 | 2026-08-25T07:48:09.383Z | Checking anyhow v1.0.104 |
| 5233 | 2026-08-25T07:48:09.995Z | Checking terminal_size v0.4.3 |
| 5234 | 2026-08-25T07:48:09.995Z | Checking tempfile v3.27.0 |
| 5235 | 2026-08-25T07:48:10.118Z | Checking clap_builder v4.6.0 |
| 5236 | 2026-08-25T07:48:10.121Z | Checking textwrap v0.16.2 |
| 5237 | 2026-08-25T07:48:10.258Z | Checking serde v1.0.229 |
| 5238 | 2026-08-25T07:48:10.261Z | Checking serde_json v1.0.151 |
| 5239 | 2026-08-25T07:48:10.261Z | Checking camino v1.2.5 |
| 5240 | 2026-08-25T07:48:10.321Z | Checking cargo-platform v0.3.2 |
| 5241 | 2026-08-25T07:48:10.457Z | Checking semver v1.0.28 |
| 5242 | 2026-08-25T07:48:10.515Z | Checking camino-tempfile v1.4.1 |
| 5243 | 2026-08-25T07:48:10.652Z | Checking serde_spanned v0.6.9 |
| 5244 | 2026-08-25T07:48:10.652Z | Checking toml_datetime v0.6.11 |
| 5245 | 2026-08-25T07:48:10.672Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5246 | 2026-08-25T07:48:10.681Z | Checking macaddr v1.0.1 |
| 5247 | 2026-08-25T07:48:10.835Z | Checking toml_edit v0.22.27 |
| 5248 | 2026-08-25T07:48:10.872Z | Checking dof v0.3.0 |
| 5249 | 2026-08-25T07:48:10.875Z | Checking cargo_metadata v0.23.1 |
| 5250 | 2026-08-25T07:48:11.138Z | Checking usdt-impl v0.5.0 |
| 5251 | 2026-08-25T07:48:11.308Z | Checking clap v4.6.1 |
| 5252 | 2026-08-25T07:48:11.397Z | Checking usdt v0.5.0 |
| 5253 | 2026-08-25T07:48:11.790Z | Checking toml v0.8.23 |
| 5254 | 2026-08-25T07:48:12.044Z | Checking cargo_toml v0.21.0 |
| 5255 | 2026-08-25T07:48:12.676Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5256 | 2026-08-25T07:48:13.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
| 5257 | 2026-08-25T07:48:13.167Z | |
| 5258 | 2026-08-25T07:48:13.167Z | info: running `cargo check --bins` on dnsadm (364/380) |
| 5259 | 2026-08-25T07:48:13.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5260 | 2026-08-25T07:48:13.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5261 | 2026-08-25T07:48:13.810Z | Checking arc-swap v1.8.2 |
| 5262 | 2026-08-25T07:48:14.087Z | Checking slog-scope v4.4.1 |
| 5263 | 2026-08-25T07:48:14.196Z | Checking slog-stdlog v4.1.1 |
| 5264 | 2026-08-25T07:48:14.292Z | Checking slog-envlogger v2.2.0 |
| 5265 | 2026-08-25T07:48:14.408Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5266 | 2026-08-25T07:48:14.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 5267 | 2026-08-25T07:48:15.002Z | |
| 5268 | 2026-08-25T07:48:15.002Z | info: running `cargo check --bins` on end-to-end-tests (365/380) |
| 5269 | 2026-08-25T07:48:15.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5270 | 2026-08-25T07:48:15.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5271 | 2026-08-25T07:48:15.818Z | Checking cpubits v0.1.1 |
| 5272 | 2026-08-25T07:48:15.944Z | Checking pem-rfc7468 v1.0.0 |
| 5273 | 2026-08-25T07:48:15.958Z | Checking hmac v0.13.0 |
| 5274 | 2026-08-25T07:48:15.961Z | Checking universal-hash v0.6.1 |
| 5275 | 2026-08-25T07:48:15.982Z | Checking ctr v0.10.1 |
| 5276 | 2026-08-25T07:48:15.982Z | Checking aead v0.6.1 |
| 5277 | 2026-08-25T07:48:16.009Z | Checking crypto-bigint v0.7.5 |
| 5278 | 2026-08-25T07:48:16.009Z | Checking aes v0.9.1 |
| 5279 | 2026-08-25T07:48:16.037Z | Checking salsa20 v0.11.0 |
| 5280 | 2026-08-25T07:48:16.083Z | Checking der v0.8.0 |
| 5281 | 2026-08-25T07:48:16.086Z | Checking polyval v0.7.1 |
| 5282 | 2026-08-25T07:48:16.111Z | Checking pbkdf2 v0.13.0 |
| 5283 | 2026-08-25T07:48:16.127Z | Checking cbc v0.2.1 |
| 5284 | 2026-08-25T07:48:16.188Z | Checking ff v0.14.0 |
| 5285 | 2026-08-25T07:48:16.193Z | Checking signature v3.0.0 |
| 5286 | 2026-08-25T07:48:16.238Z | Checking scrypt v0.12.0 |
| 5287 | 2026-08-25T07:48:16.261Z | Checking base16ct v1.0.0 |
| 5288 | 2026-08-25T07:48:16.264Z | Checking ghash v0.6.0 |
| 5289 | 2026-08-25T07:48:16.333Z | Checking group v0.14.0 |
| 5290 | 2026-08-25T07:48:16.369Z | Checking hkdf v0.13.0 |
| 5291 | 2026-08-25T07:48:16.388Z | Compiling curve25519-dalek v5.0.0 |
| 5292 | 2026-08-25T07:48:16.405Z | Checking aes-gcm v0.11.0 |
| 5293 | 2026-08-25T07:48:16.420Z | Checking keccak v0.2.0 |
| 5294 | 2026-08-25T07:48:16.436Z | Checking poly1305 v0.9.0 |
| 5295 | 2026-08-25T07:48:16.478Z | Checking wnaf v0.14.0 |
| 5296 | 2026-08-25T07:48:16.501Z | Checking blowfish v0.10.0 |
| 5297 | 2026-08-25T07:48:16.565Z | Checking blake2 v0.11.0-rc.6 |
| 5298 | 2026-08-25T07:48:16.581Z | Checking sha3 v0.11.0 |
| 5299 | 2026-08-25T07:48:16.647Z | Checking kem v0.3.0 |
| 5300 | 2026-08-25T07:48:16.662Z | Checking bcrypt-pbkdf v0.11.0 |
| 5301 | 2026-08-25T07:48:16.702Z | Checking module-lattice v0.2.3 |
| 5302 | 2026-08-25T07:48:16.764Z | Checking sponge-cursor v0.1.0 |
| 5303 | 2026-08-25T07:48:16.815Z | Checking argon2 v0.6.0-rc.8 |
| 5304 | 2026-08-25T07:48:16.833Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5305 | 2026-08-25T07:48:16.887Z | Checking sha3 v0.12.0 |
| 5306 | 2026-08-25T07:48:16.902Z | Checking spki v0.8.0 |
| 5307 | 2026-08-25T07:48:16.918Z | Checking sec1 v0.8.1 |
| 5308 | 2026-08-25T07:48:16.921Z | Checking ml-kem v0.3.2 |
| 5309 | 2026-08-25T07:48:17.008Z | Checking internal-russh-num-bigint v0.5.0 |
| 5310 | 2026-08-25T07:48:17.071Z | Checking pkcs5 v0.8.1 |
| 5311 | 2026-08-25T07:48:17.087Z | Checking pkcs1 v0.8.0-rc.4 |
| 5312 | 2026-08-25T07:48:17.122Z | Checking num-bigint v0.4.6 |
| 5313 | 2026-08-25T07:48:17.126Z | Checking generic-array v1.4.3 |
| 5314 | 2026-08-25T07:48:17.293Z | Checking russh-util v0.52.0 |
| 5315 | 2026-08-25T07:48:17.360Z | Checking pkcs8 v0.11.0 |
| 5316 | 2026-08-25T07:48:17.414Z | Compiling enum_dispatch v0.3.13 |
| 5317 | 2026-08-25T07:48:17.538Z | Compiling delegate v0.13.5 |
| 5318 | 2026-08-25T07:48:17.558Z | Checking ed25519 v3.0.0 |
| 5319 | 2026-08-25T07:48:17.673Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5320 | 2026-08-25T07:48:17.702Z | Checking md5 v0.8.0 |
| 5321 | 2026-08-25T07:48:17.758Z | Checking ed25519-dalek v3.0.0 |
| 5322 | 2026-08-25T07:48:17.845Z | Checking hex-literal v1.1.0 |
| 5323 | 2026-08-25T07:48:17.887Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5324 | 2026-08-25T07:48:17.946Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5325 | 2026-08-25T07:48:17.983Z | Checking socket2 v0.5.10 |
| 5326 | 2026-08-25T07:48:18.038Z | Checking internet-checksum v0.2.1 |
| 5327 | 2026-08-25T07:48:18.078Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5328 | 2026-08-25T07:48:18.226Z | Checking elliptic-curve v0.14.1 |
| 5329 | 2026-08-25T07:48:18.226Z | Checking rfc6979 v0.6.0 |
| 5330 | 2026-08-25T07:48:18.229Z | Checking primefield v0.14.0 |
| 5331 | 2026-08-25T07:48:18.230Z | Checking ssh-encoding v0.3.0 |
| 5332 | 2026-08-25T07:48:18.354Z | Checking crypto-primes v0.7.2 |
| 5333 | 2026-08-25T07:48:18.448Z | Checking ssh-cipher v0.3.0 |
| 5334 | 2026-08-25T07:48:18.448Z | Checking russh-cryptovec v0.62.0 |
| 5335 | 2026-08-25T07:48:18.639Z | Checking primeorder v0.14.0 |
| 5336 | 2026-08-25T07:48:18.642Z | Checking ecdsa v0.17.0 |
| 5337 | 2026-08-25T07:48:19.007Z | Checking p256 v0.14.0 |
| 5338 | 2026-08-25T07:48:19.007Z | Checking p384 v0.14.0 |
| 5339 | 2026-08-25T07:48:19.010Z | Checking p521 v0.14.0 |
| 5340 | 2026-08-25T07:48:19.285Z | Checking rsa v0.10.0-rc.18 |
| 5341 | 2026-08-25T07:48:21.884Z | Checking ssh-key v0.7.0-rc.11 |
| 5342 | 2026-08-25T07:48:22.625Z | Checking russh v0.62.4 |
| 5343 | 2026-08-25T07:48:36.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.42s |
| 5344 | 2026-08-25T07:48:36.437Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5345 | 2026-08-25T07:48:36.437Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5346 | 2026-08-25T07:48:36.646Z | |
| 5347 | 2026-08-25T07:48:36.646Z | info: running `cargo check --bins` on gateway-cli (366/380) |
| 5348 | 2026-08-25T07:48:37.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5349 | 2026-08-25T07:48:37.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5350 | 2026-08-25T07:48:37.295Z | Checking termios v0.3.3 |
| 5351 | 2026-08-25T07:48:37.489Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5352 | 2026-08-25T07:48:38.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 5353 | 2026-08-25T07:48:38.255Z | |
| 5354 | 2026-08-25T07:48:38.255Z | info: running `cargo check --bins --no-default-features` on installinator (367/380) |
| 5355 | 2026-08-25T07:48:38.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5356 | 2026-08-25T07:48:38.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5357 | 2026-08-25T07:48:38.948Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5358 | 2026-08-25T07:48:39.651Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5359 | 2026-08-25T07:48:41.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 5360 | 2026-08-25T07:48:41.437Z | |
| 5361 | 2026-08-25T07:48:41.437Z | info: running `cargo check --bins` on internal-dns-cli (368/380) |
| 5362 | 2026-08-25T07:48:41.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5363 | 2026-08-25T07:48:41.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5364 | 2026-08-25T07:48:42.082Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5365 | 2026-08-25T07:48:42.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 5366 | 2026-08-25T07:48:42.686Z | |
| 5367 | 2026-08-25T07:48:42.686Z | info: running `cargo check --bins` on omicron-live-tests (369/380) |
| 5368 | 2026-08-25T07:48:43.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5369 | 2026-08-25T07:48:43.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5370 | 2026-08-25T07:48:43.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5371 | 2026-08-25T07:48:43.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5372 | 2026-08-25T07:48:43.252Z | |
| 5373 | 2026-08-25T07:48:43.252Z | info: running `cargo check --bins` on live-tests-macros (370/380) |
| 5374 | 2026-08-25T07:48:43.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5375 | 2026-08-25T07:48:43.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5376 | 2026-08-25T07:48:43.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5377 | 2026-08-25T07:48:43.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5378 | 2026-08-25T07:48:43.823Z | |
| 5379 | 2026-08-25T07:48:43.823Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (371/380) |
| 5380 | 2026-08-25T07:48:44.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5381 | 2026-08-25T07:48:44.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5382 | 2026-08-25T07:48:44.573Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5383 | 2026-08-25T07:48:45.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 5384 | 2026-08-25T07:48:45.365Z | |
| 5385 | 2026-08-25T07:48:45.365Z | info: running `cargo check --bins` on omicron-ntp-admin (372/380) |
| 5386 | 2026-08-25T07:48:45.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5387 | 2026-08-25T07:48:45.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5388 | 2026-08-25T07:48:46.014Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5389 | 2026-08-25T07:48:46.017Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5390 | 2026-08-25T07:48:46.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 5391 | 2026-08-25T07:48:47.115Z | |
| 5392 | 2026-08-25T07:48:47.115Z | info: running `cargo check --bins` on ntp-admin-types (373/380) |
| 5393 | 2026-08-25T07:48:47.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5394 | 2026-08-25T07:48:47.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5395 | 2026-08-25T07:48:47.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5396 | 2026-08-25T07:48:47.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5397 | 2026-08-25T07:48:47.682Z | |
| 5398 | 2026-08-25T07:48:47.682Z | info: running `cargo check --bins` on omicron-package (374/380) |
| 5399 | 2026-08-25T07:48:48.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5400 | 2026-08-25T07:48:48.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5401 | 2026-08-25T07:48:48.367Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5402 | 2026-08-25T07:48:49.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 5403 | 2026-08-25T07:48:49.640Z | |
| 5404 | 2026-08-25T07:48:49.640Z | info: running `cargo check --bins` on tqdb (375/380) |
| 5405 | 2026-08-25T07:48:50.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5406 | 2026-08-25T07:48:50.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5407 | 2026-08-25T07:48:50.429Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5408 | 2026-08-25T07:48:50.781Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5409 | 2026-08-25T07:48:51.289Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5410 | 2026-08-25T07:48:51.289Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5411 | 2026-08-25T07:48:58.276Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5412 | 2026-08-25T07:48:58.276Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5413 | 2026-08-25T07:48:58.276Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5414 | 2026-08-25T07:48:58.894Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5415 | 2026-08-25T07:48:58.894Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5416 | 2026-08-25T07:48:58.898Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5417 | 2026-08-25T07:48:58.898Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5418 | 2026-08-25T07:48:59.684Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5419 | 2026-08-25T07:49:00.301Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5420 | 2026-08-25T07:49:00.534Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5421 | 2026-08-25T07:49:00.825Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5422 | 2026-08-25T07:49:01.692Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5423 | 2026-08-25T07:49:02.336Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5424 | 2026-08-25T07:49:07.180Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5425 | 2026-08-25T07:49:14.452Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5426 | 2026-08-25T07:49:14.452Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5427 | 2026-08-25T07:49:14.452Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5428 | 2026-08-25T07:49:14.464Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5429 | 2026-08-25T07:49:15.969Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5430 | 2026-08-25T07:49:17.257Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5431 | 2026-08-25T07:49:17.946Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5432 | 2026-08-25T07:49:19.238Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5433 | 2026-08-25T07:49:19.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.14s |
| 5434 | 2026-08-25T07:49:19.987Z | |
| 5435 | 2026-08-25T07:49:19.987Z | info: running `cargo check --bins` on wicket-dbg (376/380) |
| 5436 | 2026-08-25T07:49:20.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5437 | 2026-08-25T07:49:20.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5438 | 2026-08-25T07:49:20.705Z | Checking rtoolbox v0.0.3 |
| 5439 | 2026-08-25T07:49:20.705Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5440 | 2026-08-25T07:49:20.709Z | Checking tui-tree-widget v0.23.1 |
| 5441 | 2026-08-25T07:49:20.833Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5442 | 2026-08-25T07:49:20.940Z | Checking rpassword v7.5.4 |
| 5443 | 2026-08-25T07:49:23.806Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5444 | 2026-08-25T07:49:25.654Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5445 | 2026-08-25T07:49:26.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s |
| 5446 | 2026-08-25T07:49:26.958Z | |
| 5447 | 2026-08-25T07:49:26.958Z | info: running `cargo check --bins` on wicket (377/380) |
| 5448 | 2026-08-25T07:49:27.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5449 | 2026-08-25T07:49:27.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5450 | 2026-08-25T07:49:27.475Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5451 | 2026-08-25T07:49:27.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 5452 | 2026-08-25T07:49:28.026Z | |
| 5453 | 2026-08-25T07:49:28.027Z | info: running `cargo check --bins` on wicketd (378/380) |
| 5454 | 2026-08-25T07:49:28.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5455 | 2026-08-25T07:49:28.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5456 | 2026-08-25T07:49:28.739Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5457 | 2026-08-25T07:49:32.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
| 5458 | 2026-08-25T07:49:32.698Z | |
| 5459 | 2026-08-25T07:49:32.698Z | info: running `cargo check --bins` on omicron-workspace-hack (379/380) |
| 5460 | 2026-08-25T07:49:32.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5461 | 2026-08-25T07:49:33.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5462 | 2026-08-25T07:49:33.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5463 | 2026-08-25T07:49:33.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5464 | 2026-08-25T07:49:33.059Z | |
| 5465 | 2026-08-25T07:49:33.059Z | info: running `cargo check --bins` on zone-setup (380/380) |
| 5466 | 2026-08-25T07:49:33.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5467 | 2026-08-25T07:49:33.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5468 | 2026-08-25T07:49:33.729Z | Checking uzers v0.12.2 |
| 5469 | 2026-08-25T07:49:34.018Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5470 | 2026-08-25T07:49:34.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 5471 | 2026-08-25T07:49:34.974Z | |
| 5472 | 2026-08-25T07:49:34.974Z | real 15:38.450570693 |
| 5473 | 2026-08-25T07:49:34.974Z | user 22:56.101607585 |
| 5474 | 2026-08-25T07:49:34.974Z | sys 4:35.379000805 |
| 5475 | 2026-08-25T07:49:34.974Z | trap 0.351517724 |
| 5476 | 2026-08-25T07:49:34.974Z | tflt 0.604158363 |
| 5477 | 2026-08-25T07:49:34.974Z | dflt 0.835708472 |
| 5478 | 2026-08-25T07:49:34.974Z | kflt 0.005177840 |
| 5479 | 2026-08-25T07:49:34.974Z | lock 1:37:30.725433813 |
| 5480 | 2026-08-25T07:49:34.975Z | slp 1:50:22.413336425 |
| 5481 | 2026-08-25T07:49:34.975Z | lat 58.266341006 |
| 5482 | 2026-08-25T07:49:34.975Z | stop 4:15.773186047 |
| 5483 | 2026-08-25T07:49:35.441Z | process exited: duration 1210898 ms, exit code 0 |
| |
| 5484 | 2026-08-25T07:49:35.525Z | found 0 output files |