|
|
|
| 1 | 2026-08-21T17:17:27.860Z | job assigned to worker 01M0JN6EMQRWP22MX55KPZN326 [factory aws, i-03c6d83cd2d82b9a2] (queued for 51 s) |
| |
| 2 | 2026-08-21T17:17:34.757Z | starting task 0: "setup" |
| 3 | 2026-08-21T17:17:34.764Z | ++ uname -s |
| 4 | 2026-08-21T17:17:34.767Z | + kern=SunOS |
| 5 | 2026-08-21T17:17:34.767Z | + build_user=build |
| 6 | 2026-08-21T17:17:34.767Z | + build_uid=12345 |
| 7 | 2026-08-21T17:17:34.767Z | + work_dir=/work |
| 8 | 2026-08-21T17:17:34.767Z | + input_dir=/input |
| 9 | 2026-08-21T17:17:34.767Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-21T17:17:34.767Z | + case "$kern" in |
| 11 | 2026-08-21T17:17:34.767Z | + groupadd -g 12345 build |
| 12 | 2026-08-21T17:17:34.767Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-21T17:17:36.771Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-21T17:17:36.817Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-21T17:17:36.820Z | + home_fs=zfs |
| 16 | 2026-08-21T17:17:36.820Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-21T17:17:36.820Z | + mkdir -p /home/build |
| 18 | 2026-08-21T17:17:36.820Z | + chown build:build /home/build /work |
| 19 | 2026-08-21T17:17:38.821Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-21T17:17:38.824Z | process exited: duration 4065 ms, exit code 0 |
| |
| 21 | 2026-08-21T17:17:38.831Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-21T17:17:38.834Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-21T17:17:38.834Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-21T17:17:38.834Z | * rust toolchain profile = "default" |
| 25 | 2026-08-21T17:17:38.834Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-21T17:17:38.834Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-21T17:17:38.834Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-21T17:17:38.837Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-21T17:17:38.837Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-21T17:17:38.919Z | info: downloading installer |
| 31 | 2026-08-21T17:17:40.332Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-21T17:17:40.332Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-21T17:17:40.332Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-21T17:17:40.332Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-21T17:17:40.344Z | info: profile set to default |
| 36 | 2026-08-21T17:17:40.344Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-21T17:17:40.347Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-21T17:17:40.483Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-21T17:17:40.486Z | info: downloading 6 components |
| 40 | 2026-08-21T17:17:56.335Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-21T17:17:56.335Z | |
| 42 | 2026-08-21T17:17:56.362Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-21T17:17:56.362Z | |
| 44 | 2026-08-21T17:17:56.362Z | |
| 45 | 2026-08-21T17:17:56.362Z | Rust is installed now. Great! |
| 46 | 2026-08-21T17:17:56.362Z | |
| 47 | 2026-08-21T17:17:56.362Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-21T17:17:56.362Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-21T17:17:56.362Z | |
| 50 | 2026-08-21T17:17:56.362Z | To configure your current shell, you need to source |
| 51 | 2026-08-21T17:17:56.362Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-21T17:17:56.362Z | |
| 53 | 2026-08-21T17:17:56.362Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-21T17:17:56.365Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-21T17:17:56.365Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-21T17:17:56.365Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-21T17:17:56.365Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-21T17:17:56.365Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-21T17:17:56.365Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-21T17:17:56.365Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-21T17:17:56.365Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-21T17:17:56.444Z | + rustup --version |
| 63 | 2026-08-21T17:17:56.453Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-21T17:17:56.456Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-21T17:17:56.474Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-21T17:17:56.477Z | + cargo --version |
| 67 | 2026-08-21T17:17:56.491Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-21T17:17:56.495Z | + rustc --version |
| 69 | 2026-08-21T17:17:56.513Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-21T17:17:56.516Z | process exited: duration 17684 ms, exit code 0 |
| |
| 71 | 2026-08-21T17:17:56.521Z | starting task 2: "authentication" |
| 72 | 2026-08-21T17:17:56.538Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-21T17:17:56.545Z | starting task 3: "clone repository" |
| 74 | 2026-08-21T17:17:56.548Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-21T17:17:56.551Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-21T17:17:56.577Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-21T17:18:09.588Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-21T17:18:09.588Z | + git fetch origin 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79 |
| 79 | 2026-08-21T17:18:09.926Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-21T17:18:09.927Z | * branch 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79 -> FETCH_HEAD |
| 81 | 2026-08-21T17:18:09.937Z | + [[ -n ben/multiple-eips-in-database-blueprints ]] |
| 82 | 2026-08-21T17:18:09.937Z | ++ git branch --show-current |
| 83 | 2026-08-21T17:18:09.937Z | + current=main |
| 84 | 2026-08-21T17:18:09.937Z | + [[ main != ben/multiple-eips-in-database-blueprints ]] |
| 85 | 2026-08-21T17:18:09.949Z | + git branch -f ben/multiple-eips-in-database-blueprints 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79 |
| 86 | 2026-08-21T17:18:09.949Z | + git checkout -f ben/multiple-eips-in-database-blueprints |
| 87 | 2026-08-21T17:18:10.051Z | Switched to branch 'ben/multiple-eips-in-database-blueprints' |
| 88 | 2026-08-21T17:18:10.079Z | + git reset --hard 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79 |
| 89 | 2026-08-21T17:18:10.182Z | HEAD is now at 230b14bb6 Support multiple external IPs for services in blueprint tables |
| 90 | 2026-08-21T17:18:10.229Z | process exited: duration 13612 ms, exit code 0 |
| |
| 91 | 2026-08-21T17:18:10.266Z | starting task 4: "build" |
| 92 | 2026-08-21T17:18:10.286Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-21T17:18:10.286Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-21T17:18:10.286Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-21T17:18:10.286Z | +++ uname -s |
| 96 | 2026-08-21T17:18:10.286Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-21T17:18:10.287Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-21T17:18:10.287Z | + cargo --version |
| 99 | 2026-08-21T17:18:10.287Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-21T17:18:10.287Z | + rustc --version |
| 101 | 2026-08-21T17:18:10.305Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-21T17:18:10.330Z | + source ./env.sh |
| 103 | 2026-08-21T17:18:10.331Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-21T17:18:10.331Z | ++ set -o xtrace |
| 105 | 2026-08-21T17:18:10.331Z | ++++ dirname ./env.sh |
| 106 | 2026-08-21T17:18:10.331Z | +++ readlink -f . |
| 107 | 2026-08-21T17:18:10.331Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-21T17:18:10.331Z | ++ 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-21T17:18:10.331Z | ++ 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-21T17:18:10.331Z | ++ 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-21T17:18:10.331Z | ++ 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-21T17:18:10.331Z | ++ 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-21T17:18:10.331Z | ++ 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-21T17:18:10.331Z | ++ 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-21T17:18:10.331Z | ++ 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-21T17:18:10.331Z | ++ 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-21T17:18:10.332Z | ++ 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-21T17:18:10.332Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-21T17:18:10.332Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-21T17:18:10.332Z | + 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-21T17:18:10.332Z | + 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-21T17:18:10.332Z | + banner prerequisites |
| 123 | 2026-08-21T17:18:10.332Z | |
| 124 | 2026-08-21T17:18:10.332Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-21T17:18:10.332Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-21T17:18:10.332Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-21T17:18:10.332Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-21T17:18:10.332Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-21T17:18:10.332Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-21T17:18:10.332Z | |
| 131 | 2026-08-21T17:18:10.332Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-21T17:18:12.183Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-21T17:18:12.535Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-21T17:18:14.463Z | Planning: Solver setup ... Done (1.817s) |
| 135 | 2026-08-21T17:18:14.515Z | Planning: Running solver ... Done (0.059s) |
| 136 | 2026-08-21T17:18:14.568Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-21T17:18:14.576Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-21T17:18:14.592Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-21T17:18:14.606Z | Planning: Package planning ... Done (0.014s) |
| 140 | 2026-08-21T17:18:14.609Z | Planning: Merging actions ... Done (0.002s) |
| 141 | 2026-08-21T17:18:14.767Z | Planning: Checking for conflicting actions ... Done (0.160s) |
| 142 | 2026-08-21T17:18:14.770Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-21T17:18:15.648Z | Planning: Evaluating mediators ... Done (0.874s) |
| 144 | 2026-08-21T17:18:15.656Z | Planning: Planning completed in 3.08 seconds |
| 145 | 2026-08-21T17:18:15.657Z | Packages to install: 2 |
| 146 | 2026-08-21T17:18:15.657Z | Estimated space available: 156.01 GB |
| 147 | 2026-08-21T17:18:15.657Z | Estimated space to be consumed: 73.56 MB |
| 148 | 2026-08-21T17:18:15.657Z | Create boot environment: No |
| 149 | 2026-08-21T17:18:15.657Z | Create backup boot environment: No |
| 150 | 2026-08-21T17:18:15.657Z | Rebuild boot archive: No |
| 151 | 2026-08-21T17:18:15.657Z | |
| 152 | 2026-08-21T17:18:15.657Z | Changed packages: |
| 153 | 2026-08-21T17:18:15.657Z | helios |
| 154 | 2026-08-21T17:18:15.657Z | developer/build-essential |
| 155 | 2026-08-21T17:18:15.657Z | None -> 11-3.0 |
| 156 | 2026-08-21T17:18:15.658Z | library/libxmlsec1 |
| 157 | 2026-08-21T17:18:15.658Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-21T17:18:15.689Z | |
| 159 | 2026-08-21T17:18:15.689Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-21T17:18:15.760Z | Download: Completed 1.28 MB in 0.08 seconds (16.5M/s) |
| 161 | 2026-08-21T17:18:15.821Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-21T17:18:15.868Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-21T17:18:15.895Z | Finalize: Updating package state database ... Done (0.030s) |
| 164 | 2026-08-21T17:18:15.908Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-21T17:18:15.973Z | Finalize: Updating image state ... Done (0.081s) |
| 166 | 2026-08-21T17:18:18.403Z | Finalize: Creating fast lookup database ... Done (2.373s) |
| 167 | 2026-08-21T17:18:18.456Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-21T17:18:18.462Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-21T17:18:18.543Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-21T17:18:18.896Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-21T17:18:19.002Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-21T17:18:19.005Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-21T17:18:19.162Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-21T17:18:19.165Z | Planning: Planning completed in 0.27 seconds |
| 175 | 2026-08-21T17:18:19.185Z | Mediators to change: 2 |
| 176 | 2026-08-21T17:18:19.185Z | Create boot environment: No |
| 177 | 2026-08-21T17:18:19.185Z | Create backup boot environment: No |
| 178 | 2026-08-21T17:18:19.220Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-21T17:18:19.220Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-21T17:18:19.271Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-21T17:18:21.240Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-21T17:18:21.302Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-21T17:18:21.305Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-21T17:18:21.359Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-21T17:18:21.646Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-21T17:18:21.749Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-21T17:18:21.752Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-21T17:18:21.908Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-21T17:18:21.912Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-21T17:18:21.930Z | Mediators to change: 1 |
| 191 | 2026-08-21T17:18:21.930Z | Create boot environment: No |
| 192 | 2026-08-21T17:18:21.931Z | Create backup boot environment: No |
| 193 | 2026-08-21T17:18:21.968Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-21T17:18:21.968Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-21T17:18:22.014Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-21T17:18:24.024Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-21T17:18:24.043Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-21T17:18:24.046Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-21T17:18:24.090Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-21T17:18:24.401Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-21T17:18:24.401Z | apache system 2.4 system |
| 202 | 2026-08-21T17:18:24.401Z | clang system 15 system |
| 203 | 2026-08-21T17:18:24.401Z | csh system system illumos |
| 204 | 2026-08-21T17:18:24.401Z | ctags system system illumos |
| 205 | 2026-08-21T17:18:24.402Z | file vendor vendor darwinsys |
| 206 | 2026-08-21T17:18:24.402Z | file system system illumos |
| 207 | 2026-08-21T17:18:24.402Z | gcc vendor 14 vendor |
| 208 | 2026-08-21T17:18:24.402Z | gcc system 13 system |
| 209 | 2026-08-21T17:18:24.402Z | gcc system 10 system |
| 210 | 2026-08-21T17:18:24.402Z | go system 1.25 system |
| 211 | 2026-08-21T17:18:24.402Z | llvm system 15 system |
| 212 | 2026-08-21T17:18:24.402Z | mariadb system 11.4 system |
| 213 | 2026-08-21T17:18:24.402Z | mta vendor vendor dma |
| 214 | 2026-08-21T17:18:24.402Z | openjdk system 17 system |
| 215 | 2026-08-21T17:18:24.402Z | openjdk system 11 system |
| 216 | 2026-08-21T17:18:24.402Z | openssl vendor 3 vendor |
| 217 | 2026-08-21T17:18:24.402Z | perl system 5.40 system |
| 218 | 2026-08-21T17:18:24.402Z | postgresql system 18 system |
| 219 | 2026-08-21T17:18:24.402Z | postgresql system 17 system |
| 220 | 2026-08-21T17:18:24.402Z | python vendor 3 vendor |
| 221 | 2026-08-21T17:18:24.402Z | python system 2 system |
| 222 | 2026-08-21T17:18:24.402Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-21T17:18:24.402Z | ruby system 3.4 system |
| 224 | 2026-08-21T17:18:24.402Z | ruby system 3.0 system |
| 225 | 2026-08-21T17:18:24.402Z | words vendor vendor american-english |
| 226 | 2026-08-21T17:18:24.402Z | words system system australian-english |
| 227 | 2026-08-21T17:18:24.402Z | words system system british-english |
| 228 | 2026-08-21T17:18:24.402Z | words system system canadian-english |
| 229 | 2026-08-21T17:18:24.402Z | words system system french |
| 230 | 2026-08-21T17:18:24.402Z | words system system italian |
| 231 | 2026-08-21T17:18:24.402Z | words system system ngerman |
| 232 | 2026-08-21T17:18:24.403Z | words system system ogerman |
| 233 | 2026-08-21T17:18:24.403Z | words system system spanish |
| 234 | 2026-08-21T17:18:24.657Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-21T17:18:24.657Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-21T17:18:25.122Z | FMRI IFO |
| 237 | 2026-08-21T17:18:25.122Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-21T17:18:25.122Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-21T17:18:25.122Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-21T17:18:25.122Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-21T17:18:25.122Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-21T17:18:25.122Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-21T17:18:25.122Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-21T17:18:25.123Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-21T17:18:25.123Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-21T17:18:25.443Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-21T17:18:25.852Z | Updating crates.io index |
| 248 | 2026-08-21T17:18:25.856Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-21T17:18:26.114Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-21T17:18:26.523Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-21T17:18:27.517Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-08-21T17:18:28.133Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-08-21T17:18:29.838Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-08-21T17:18:30.724Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-08-21T17:18:31.081Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-08-21T17:18:31.425Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-08-21T17:18:32.640Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-21T17:18:32.926Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-08-21T17:18:33.347Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-08-21T17:18:33.593Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-08-21T17:18:34.115Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-08-21T17:18:34.401Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-08-21T17:18:34.694Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-08-21T17:18:34.939Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-08-21T17:18:35.274Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 266 | 2026-08-21T17:18:35.773Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 267 | 2026-08-21T17:18:36.124Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 268 | 2026-08-21T17:18:36.649Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 269 | 2026-08-21T17:18:36.949Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 270 | 2026-08-21T17:18:37.687Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 271 | 2026-08-21T17:18:38.085Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-08-21T17:18:38.373Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-08-21T17:18:38.793Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-08-21T17:18:39.082Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-08-21T17:18:39.510Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2026-08-21T17:18:39.912Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2026-08-21T17:18:40.196Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-08-21T17:18:40.571Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-08-21T17:18:41.004Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 280 | 2026-08-21T17:18:41.614Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2026-08-21T17:18:42.136Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 282 | 2026-08-21T17:18:42.455Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 283 | 2026-08-21T17:18:42.782Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 284 | 2026-08-21T17:18:43.110Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-08-21T17:18:43.603Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-08-21T17:18:43.889Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-08-21T17:18:44.212Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-08-21T17:18:44.503Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 289 | 2026-08-21T17:18:44.801Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 290 | 2026-08-21T17:18:47.456Z | Downloading crates ... |
| 291 | 2026-08-21T17:18:47.503Z | Downloaded anstyle-query v1.1.5 |
| 292 | 2026-08-21T17:18:47.508Z | Downloaded anstream v1.0.0 |
| 293 | 2026-08-21T17:18:47.524Z | Downloaded anstyle v1.0.14 |
| 294 | 2026-08-21T17:18:47.524Z | Downloaded block-buffer v0.10.4 |
| 295 | 2026-08-21T17:18:47.524Z | Downloaded dof v0.3.0 |
| 296 | 2026-08-21T17:18:47.524Z | Downloaded zmij v1.0.21 |
| 297 | 2026-08-21T17:18:47.543Z | Downloaded autocfg v1.5.0 |
| 298 | 2026-08-21T17:18:47.543Z | Downloaded cfg-if v1.0.4 |
| 299 | 2026-08-21T17:18:47.543Z | Downloaded digest v0.10.7 |
| 300 | 2026-08-21T17:18:47.553Z | Downloaded itoa v1.0.17 |
| 301 | 2026-08-21T17:18:47.554Z | Downloaded zerocopy v0.7.35 |
| 302 | 2026-08-21T17:18:47.554Z | Downloaded generic-array v0.14.7 |
| 303 | 2026-08-21T17:18:47.554Z | Downloaded heck v0.5.0 |
| 304 | 2026-08-21T17:18:47.554Z | Downloaded dtrace-parser v0.2.0 |
| 305 | 2026-08-21T17:18:47.554Z | Downloaded fastrand v2.3.0 |
| 306 | 2026-08-21T17:18:47.554Z | Downloaded fnv v1.0.7 |
| 307 | 2026-08-21T17:18:47.554Z | Downloaded is_terminal_polyfill v1.70.2 |
| 308 | 2026-08-21T17:18:47.566Z | Downloaded cargo-platform v0.3.2 |
| 309 | 2026-08-21T17:18:47.567Z | Downloaded equivalent v1.0.2 |
| 310 | 2026-08-21T17:18:47.567Z | Downloaded anstyle-parse v1.0.0 |
| 311 | 2026-08-21T17:18:47.567Z | Downloaded anyhow v1.0.104 |
| 312 | 2026-08-21T17:18:47.573Z | Downloaded quote v1.0.45 |
| 313 | 2026-08-21T17:18:47.573Z | Downloaded usdt-impl v0.5.0 |
| 314 | 2026-08-21T17:18:47.573Z | Downloaded proc-macro-error v1.0.4 |
| 315 | 2026-08-21T17:18:47.573Z | Downloaded bitflags v2.11.0 |
| 316 | 2026-08-21T17:18:47.574Z | Downloaded heck v0.4.1 |
| 317 | 2026-08-21T17:18:47.574Z | Downloaded crypto-common v0.1.7 |
| 318 | 2026-08-21T17:18:47.574Z | Downloaded colorchoice v1.0.4 |
| 319 | 2026-08-21T17:18:47.574Z | Downloaded clap_lex v1.0.0 |
| 320 | 2026-08-21T17:18:47.585Z | Downloaded cpufeatures v0.2.17 |
| 321 | 2026-08-21T17:18:47.585Z | Downloaded errno v0.3.14 |
| 322 | 2026-08-21T17:18:47.586Z | Downloaded macaddr v1.0.1 |
| 323 | 2026-08-21T17:18:47.601Z | Downloaded usdt v0.5.0 |
| 324 | 2026-08-21T17:18:47.601Z | Downloaded memmap v0.7.0 |
| 325 | 2026-08-21T17:18:47.601Z | Downloaded bytecount v0.6.9 |
| 326 | 2026-08-21T17:18:47.609Z | Downloaded fs-err v3.3.0 |
| 327 | 2026-08-21T17:18:47.609Z | Downloaded thiserror v1.0.69 |
| 328 | 2026-08-21T17:18:47.609Z | Downloaded clap_derive v4.6.1 |
| 329 | 2026-08-21T17:18:47.609Z | Downloaded getrandom v0.3.4 |
| 330 | 2026-08-21T17:18:47.615Z | Downloaded usdt-macro v0.5.0 |
| 331 | 2026-08-21T17:18:47.615Z | Downloaded scroll_derive v0.12.1 |
| 332 | 2026-08-21T17:18:47.615Z | Downloaded tabled_derive v0.7.0 |
| 333 | 2026-08-21T17:18:47.615Z | Downloaded usdt-attr-macro v0.5.0 |
| 334 | 2026-08-21T17:18:47.615Z | Downloaded strsim v0.11.1 |
| 335 | 2026-08-21T17:18:47.615Z | Downloaded serde_spanned v0.6.9 |
| 336 | 2026-08-21T17:18:47.618Z | Downloaded proc-macro-error-attr v1.0.4 |
| 337 | 2026-08-21T17:18:47.623Z | Downloaded plain v0.2.3 |
| 338 | 2026-08-21T17:18:47.623Z | Downloaded smawk v0.3.2 |
| 339 | 2026-08-21T17:18:47.627Z | Downloaded toml_datetime v0.6.11 |
| 340 | 2026-08-21T17:18:47.629Z | Downloaded unicode-linebreak v0.1.5 |
| 341 | 2026-08-21T17:18:47.629Z | Downloaded utf8parse v0.2.2 |
| 342 | 2026-08-21T17:18:47.632Z | Downloaded swrite v0.1.0 |
| 343 | 2026-08-21T17:18:47.632Z | Downloaded thread-id v4.2.2 |
| 344 | 2026-08-21T17:18:47.632Z | Downloaded pretty-hex v0.4.1 |
| 345 | 2026-08-21T17:18:47.638Z | Downloaded version_check v0.9.5 |
| 346 | 2026-08-21T17:18:47.646Z | Downloaded toml_write v0.1.2 |
| 347 | 2026-08-21T17:18:47.653Z | Downloaded cargo_toml v0.21.0 |
| 348 | 2026-08-21T17:18:47.656Z | Downloaded camino-tempfile v1.4.1 |
| 349 | 2026-08-21T17:18:47.662Z | Downloaded camino v1.2.5 |
| 350 | 2026-08-21T17:18:47.665Z | Downloaded pest_derive v2.8.6 |
| 351 | 2026-08-21T17:18:47.668Z | Downloaded byteorder v1.5.0 |
| 352 | 2026-08-21T17:18:47.672Z | Downloaded terminal_size v0.4.3 |
| 353 | 2026-08-21T17:18:47.676Z | Downloaded scroll v0.12.0 |
| 354 | 2026-08-21T17:18:47.679Z | Downloaded thiserror v2.0.18 |
| 355 | 2026-08-21T17:18:47.682Z | Downloaded thiserror-impl v2.0.18 |
| 356 | 2026-08-21T17:18:47.682Z | Downloaded serde_tokenstream v0.2.3 |
| 357 | 2026-08-21T17:18:47.682Z | Downloaded once_cell v1.21.3 |
| 358 | 2026-08-21T17:18:47.685Z | Downloaded sha2 v0.10.9 |
| 359 | 2026-08-21T17:18:47.689Z | Downloaded thiserror-impl v1.0.69 |
| 360 | 2026-08-21T17:18:47.689Z | Downloaded cargo_metadata v0.23.1 |
| 361 | 2026-08-21T17:18:47.698Z | Downloaded unicode-ident v1.0.24 |
| 362 | 2026-08-21T17:18:47.703Z | Downloaded pest_generator v2.8.6 |
| 363 | 2026-08-21T17:18:47.703Z | Downloaded ucd-trie v0.1.7 |
| 364 | 2026-08-21T17:18:47.709Z | Downloaded log v0.4.33 |
| 365 | 2026-08-21T17:18:47.715Z | Downloaded semver v1.0.28 |
| 366 | 2026-08-21T17:18:47.719Z | Downloaded toml v0.8.23 |
| 367 | 2026-08-21T17:18:47.719Z | Downloaded zerocopy-derive v0.7.35 |
| 368 | 2026-08-21T17:18:47.730Z | Downloaded clap v4.6.1 |
| 369 | 2026-08-21T17:18:47.734Z | Downloaded papergrid v0.11.0 |
| 370 | 2026-08-21T17:18:47.737Z | Downloaded serde v1.0.228 |
| 371 | 2026-08-21T17:18:47.743Z | Downloaded serde_derive v1.0.228 |
| 372 | 2026-08-21T17:18:47.746Z | Downloaded proc-macro2 v1.0.106 |
| 373 | 2026-08-21T17:18:47.750Z | Downloaded tempfile v3.27.0 |
| 374 | 2026-08-21T17:18:47.765Z | Downloaded pest_meta v2.8.6 |
| 375 | 2026-08-21T17:18:47.768Z | Downloaded serde_core v1.0.228 |
| 376 | 2026-08-21T17:18:47.772Z | Downloaded toml_edit v0.22.27 |
| 377 | 2026-08-21T17:18:47.775Z | Downloaded memchr v2.8.0 |
| 378 | 2026-08-21T17:18:47.790Z | Downloaded textwrap v0.16.2 |
| 379 | 2026-08-21T17:18:47.797Z | Downloaded indexmap v2.14.0 |
| 380 | 2026-08-21T17:18:47.822Z | Downloaded pest v2.8.6 |
| 381 | 2026-08-21T17:18:47.827Z | Downloaded typenum v1.20.1 |
| 382 | 2026-08-21T17:18:47.859Z | Downloaded clap_builder v4.6.0 |
| 383 | 2026-08-21T17:18:47.871Z | Downloaded hashbrown v0.17.0 |
| 384 | 2026-08-21T17:18:47.875Z | Downloaded goblin v0.8.2 |
| 385 | 2026-08-21T17:18:47.881Z | Downloaded serde_json v1.0.151 |
| 386 | 2026-08-21T17:18:47.897Z | Downloaded tabled v0.15.0 |
| 387 | 2026-08-21T17:18:47.905Z | Downloaded winnow v0.7.14 |
| 388 | 2026-08-21T17:18:47.914Z | Downloaded syn v1.0.109 |
| 389 | 2026-08-21T17:18:47.919Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-08-21T17:18:47.937Z | Downloaded unicode-width v0.2.0 |
| 391 | 2026-08-21T17:18:47.940Z | Downloaded syn v2.0.117 |
| 392 | 2026-08-21T17:18:47.960Z | Downloaded rustix v1.1.4 |
| 393 | 2026-08-21T17:18:47.986Z | Downloaded libc v0.2.185 |
| 394 | 2026-08-21T17:18:48.072Z | Compiling proc-macro2 v1.0.106 |
| 395 | 2026-08-21T17:18:48.072Z | Compiling unicode-ident v1.0.24 |
| 396 | 2026-08-21T17:18:48.077Z | Compiling quote v1.0.45 |
| 397 | 2026-08-21T17:18:48.077Z | Compiling serde_core v1.0.228 |
| 398 | 2026-08-21T17:18:48.077Z | Compiling libc v0.2.185 |
| 399 | 2026-08-21T17:18:48.077Z | Compiling version_check v0.9.5 |
| 400 | 2026-08-21T17:18:48.077Z | Compiling memchr v2.8.0 |
| 401 | 2026-08-21T17:18:48.077Z | Compiling serde v1.0.228 |
| 402 | 2026-08-21T17:18:48.354Z | Compiling zmij v1.0.21 |
| 403 | 2026-08-21T17:18:48.536Z | Compiling thiserror v1.0.69 |
| 404 | 2026-08-21T17:18:48.632Z | Compiling itoa v1.0.17 |
| 405 | 2026-08-21T17:18:48.802Z | Compiling ucd-trie v0.1.7 |
| 406 | 2026-08-21T17:18:48.902Z | Compiling byteorder v1.5.0 |
| 407 | 2026-08-21T17:18:48.985Z | Compiling pest v2.8.6 |
| 408 | 2026-08-21T17:18:49.003Z | Compiling rustix v1.1.4 |
| 409 | 2026-08-21T17:18:49.107Z | Compiling errno v0.3.14 |
| 410 | 2026-08-21T17:18:49.167Z | Compiling serde_json v1.0.151 |
| 411 | 2026-08-21T17:18:49.358Z | Compiling bitflags v2.11.0 |
| 412 | 2026-08-21T17:18:49.448Z | Compiling syn v2.0.117 |
| 413 | 2026-08-21T17:18:49.533Z | Compiling thread-id v4.2.2 |
| 414 | 2026-08-21T17:18:49.584Z | Compiling proc-macro-error-attr v1.0.4 |
| 415 | 2026-08-21T17:18:49.620Z | Compiling usdt-impl v0.5.0 |
| 416 | 2026-08-21T17:18:49.725Z | Compiling syn v1.0.109 |
| 417 | 2026-08-21T17:18:49.773Z | Compiling camino v1.2.5 |
| 418 | 2026-08-21T17:18:49.988Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2026-08-21T17:18:50.084Z | Compiling pest_meta v2.8.6 |
| 420 | 2026-08-21T17:18:50.152Z | Compiling getrandom v0.3.4 |
| 421 | 2026-08-21T17:18:50.213Z | Compiling equivalent v1.0.2 |
| 422 | 2026-08-21T17:18:50.273Z | Compiling hashbrown v0.17.0 |
| 423 | 2026-08-21T17:18:50.291Z | Compiling plain v0.2.3 |
| 424 | 2026-08-21T17:18:50.407Z | Compiling log v0.4.33 |
| 425 | 2026-08-21T17:18:50.605Z | Compiling utf8parse v0.2.2 |
| 426 | 2026-08-21T17:18:50.722Z | Compiling anstyle-parse v1.0.0 |
| 427 | 2026-08-21T17:18:50.739Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-08-21T17:18:50.856Z | Compiling indexmap v2.14.0 |
| 429 | 2026-08-21T17:18:51.399Z | Compiling colorchoice v1.0.4 |
| 430 | 2026-08-21T17:18:51.471Z | Compiling cfg-if v1.0.4 |
| 431 | 2026-08-21T17:18:51.491Z | Compiling is_terminal_polyfill v1.70.2 |
| 432 | 2026-08-21T17:18:51.519Z | Compiling toml_write v0.1.2 |
| 433 | 2026-08-21T17:18:51.549Z | Compiling pretty-hex v0.4.1 |
| 434 | 2026-08-21T17:18:51.579Z | Compiling autocfg v1.5.0 |
| 435 | 2026-08-21T17:18:51.595Z | Compiling winnow v0.7.14 |
| 436 | 2026-08-21T17:18:51.691Z | Compiling thiserror v2.0.18 |
| 437 | 2026-08-21T17:18:51.708Z | Compiling anstyle v1.0.14 |
| 438 | 2026-08-21T17:18:51.723Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-21T17:18:51.802Z | Compiling anstyle-query v1.1.5 |
| 440 | 2026-08-21T17:18:51.917Z | Compiling anstream v1.0.0 |
| 441 | 2026-08-21T17:18:52.010Z | Compiling fs-err v3.3.0 |
| 442 | 2026-08-21T17:18:52.231Z | Compiling strsim v0.11.1 |
| 443 | 2026-08-21T17:18:52.245Z | Compiling fnv v1.0.7 |
| 444 | 2026-08-21T17:18:52.315Z | Compiling heck v0.4.1 |
| 445 | 2026-08-21T17:18:52.350Z | Compiling anyhow v1.0.104 |
| 446 | 2026-08-21T17:18:52.412Z | Compiling fastrand v2.3.0 |
| 447 | 2026-08-21T17:18:52.436Z | Compiling heck v0.5.0 |
| 448 | 2026-08-21T17:18:52.547Z | Compiling unicode-width v0.1.14 |
| 449 | 2026-08-21T17:18:52.571Z | Compiling once_cell v1.21.3 |
| 450 | 2026-08-21T17:18:52.655Z | Compiling bytecount v0.6.9 |
| 451 | 2026-08-21T17:18:52.671Z | Compiling clap_lex v1.0.0 |
| 452 | 2026-08-21T17:18:52.808Z | Compiling papergrid v0.11.0 |
| 453 | 2026-08-21T17:18:52.896Z | Compiling tempfile v3.27.0 |
| 454 | 2026-08-21T17:18:52.998Z | Compiling clap_builder v4.6.0 |
| 455 | 2026-08-21T17:18:52.998Z | Compiling semver v1.0.28 |
| 456 | 2026-08-21T17:18:52.998Z | Compiling cargo-platform v0.3.2 |
| 457 | 2026-08-21T17:18:53.081Z | Compiling tabled_derive v0.7.0 |
| 458 | 2026-08-21T17:18:53.149Z | Compiling memmap v0.7.0 |
| 459 | 2026-08-21T17:18:53.244Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2026-08-21T17:18:53.311Z | Compiling unicode-width v0.2.0 |
| 461 | 2026-08-21T17:18:53.312Z | Compiling smawk v0.3.2 |
| 462 | 2026-08-21T17:18:53.312Z | Compiling camino-tempfile v1.4.1 |
| 463 | 2026-08-21T17:18:53.441Z | Compiling serde_derive v1.0.228 |
| 464 | 2026-08-21T17:18:53.493Z | Compiling thiserror-impl v1.0.69 |
| 465 | 2026-08-21T17:18:53.555Z | Compiling zerocopy-derive v0.7.35 |
| 466 | 2026-08-21T17:18:53.555Z | Compiling pest_derive v2.8.6 |
| 467 | 2026-08-21T17:18:53.722Z | Compiling scroll_derive v0.12.1 |
| 468 | 2026-08-21T17:18:53.895Z | Compiling thiserror-impl v2.0.18 |
| 469 | 2026-08-21T17:18:53.961Z | Compiling clap_derive v4.6.1 |
| 470 | 2026-08-21T17:18:54.263Z | Compiling tabled v0.15.0 |
| 471 | 2026-08-21T17:18:54.395Z | Compiling scroll v0.12.0 |
| 472 | 2026-08-21T17:18:54.410Z | Compiling zerocopy v0.7.35 |
| 473 | 2026-08-21T17:18:54.660Z | Compiling goblin v0.8.2 |
| 474 | 2026-08-21T17:18:54.841Z | Compiling dtrace-parser v0.2.0 |
| 475 | 2026-08-21T17:18:54.974Z | Compiling textwrap v0.16.2 |
| 476 | 2026-08-21T17:18:55.445Z | Compiling swrite v0.1.0 |
| 477 | 2026-08-21T17:18:55.692Z | Compiling clap v4.6.1 |
| 478 | 2026-08-21T17:18:56.497Z | Compiling dof v0.3.0 |
| 479 | 2026-08-21T17:18:56.497Z | Compiling serde_tokenstream v0.2.3 |
| 480 | 2026-08-21T17:18:56.557Z | Compiling toml_datetime v0.6.11 |
| 481 | 2026-08-21T17:18:56.589Z | Compiling serde_spanned v0.6.9 |
| 482 | 2026-08-21T17:18:56.589Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-08-21T17:18:56.614Z | Compiling macaddr v1.0.1 |
| 484 | 2026-08-21T17:18:56.614Z | Compiling cargo_metadata v0.23.1 |
| 485 | 2026-08-21T17:18:56.683Z | Compiling toml_edit v0.22.27 |
| 486 | 2026-08-21T17:18:57.306Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2026-08-21T17:18:57.310Z | Compiling usdt-macro v0.5.0 |
| 488 | 2026-08-21T17:18:57.901Z | Compiling usdt v0.5.0 |
| 489 | 2026-08-21T17:18:58.014Z | Compiling toml v0.8.23 |
| 490 | 2026-08-21T17:18:58.363Z | Compiling cargo_toml v0.21.0 |
| 491 | 2026-08-21T17:18:59.636Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 492 | 2026-08-21T17:19:01.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.39s |
| 493 | 2026-08-21T17:19:01.877Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 494 | 2026-08-21T17:19:02.396Z | Downloading crates ... |
| 495 | 2026-08-21T17:19:02.442Z | Downloaded ascii-canvas v3.0.0 |
| 496 | 2026-08-21T17:19:02.448Z | Downloaded backtrace-ext v0.2.1 |
| 497 | 2026-08-21T17:19:02.451Z | Downloaded ahash v0.8.12 |
| 498 | 2026-08-21T17:19:02.453Z | Downloaded base64 v0.21.7 |
| 499 | 2026-08-21T17:19:02.456Z | Downloaded compression-core v0.4.31 |
| 500 | 2026-08-21T17:19:02.456Z | Downloaded aead v0.5.2 |
| 501 | 2026-08-21T17:19:02.456Z | Downloaded block-buffer v0.12.1 |
| 502 | 2026-08-21T17:19:02.463Z | Downloaded adler2 v2.0.1 |
| 503 | 2026-08-21T17:19:02.471Z | Downloaded futures-task v0.3.32 |
| 504 | 2026-08-21T17:19:02.474Z | Downloaded flagset v0.4.7 |
| 505 | 2026-08-21T17:19:02.477Z | Downloaded array-init v0.0.4 |
| 506 | 2026-08-21T17:19:02.479Z | Downloaded async-recursion v1.1.1 |
| 507 | 2026-08-21T17:19:02.482Z | Downloaded bit-vec v0.8.0 |
| 508 | 2026-08-21T17:19:02.482Z | Downloaded bitfield v0.19.4 |
| 509 | 2026-08-21T17:19:02.482Z | Downloaded enum_dispatch v0.3.13 |
| 510 | 2026-08-21T17:19:02.485Z | Downloaded ff v0.13.1 |
| 511 | 2026-08-21T17:19:02.485Z | Downloaded fs_extra v1.3.0 |
| 512 | 2026-08-21T17:19:02.488Z | Downloaded futures-channel v0.3.32 |
| 513 | 2026-08-21T17:19:02.488Z | Downloaded foreign-types-macros v0.2.3 |
| 514 | 2026-08-21T17:19:02.488Z | Downloaded fxhash v0.2.1 |
| 515 | 2026-08-21T17:19:02.488Z | Downloaded float-cmp v0.10.0 |
| 516 | 2026-08-21T17:19:02.491Z | Downloaded async-stream v0.3.6 |
| 517 | 2026-08-21T17:19:02.491Z | Downloaded atomicwrites v0.4.4 |
| 518 | 2026-08-21T17:19:02.495Z | Downloaded atty v0.2.14 |
| 519 | 2026-08-21T17:19:02.498Z | Downloaded bitfield-struct v0.6.2 |
| 520 | 2026-08-21T17:19:02.498Z | Downloaded ff v0.14.0 |
| 521 | 2026-08-21T17:19:02.498Z | Downloaded addr2line v0.25.1 |
| 522 | 2026-08-21T17:19:02.500Z | Downloaded foreign-types v0.3.2 |
| 523 | 2026-08-21T17:19:02.500Z | Downloaded arrayref v0.3.9 |
| 524 | 2026-08-21T17:19:02.500Z | Downloaded bcs v0.1.6 |
| 525 | 2026-08-21T17:19:02.503Z | Downloaded console v0.16.2 |
| 526 | 2026-08-21T17:19:02.503Z | Downloaded foldhash v0.2.0 |
| 527 | 2026-08-21T17:19:02.503Z | Downloaded futures-macro v0.3.32 |
| 528 | 2026-08-21T17:19:02.503Z | Downloaded async-bb8-diesel v0.2.1 |
| 529 | 2026-08-21T17:19:02.507Z | Downloaded hmac v0.13.0 |
| 530 | 2026-08-21T17:19:02.507Z | Downloaded atomic-waker v1.1.2 |
| 531 | 2026-08-21T17:19:02.510Z | Downloaded bit-set v0.8.0 |
| 532 | 2026-08-21T17:19:02.510Z | Downloaded embedded-io v0.4.0 |
| 533 | 2026-08-21T17:19:02.510Z | Downloaded fixedbitset v0.4.2 |
| 534 | 2026-08-21T17:19:02.510Z | Downloaded assert_matches v1.5.0 |
| 535 | 2026-08-21T17:19:02.510Z | Downloaded fallible-iterator v0.2.0 |
| 536 | 2026-08-21T17:19:02.510Z | Downloaded foldhash v0.1.5 |
| 537 | 2026-08-21T17:19:02.513Z | Downloaded futures-sink v0.3.32 |
| 538 | 2026-08-21T17:19:02.513Z | Downloaded endian-type v0.1.2 |
| 539 | 2026-08-21T17:19:02.517Z | Downloaded elliptic-curve v0.14.1 |
| 540 | 2026-08-21T17:19:02.517Z | Downloaded enum-as-inner v0.6.1 |
| 541 | 2026-08-21T17:19:02.522Z | Downloaded filetime v0.2.27 |
| 542 | 2026-08-21T17:19:02.523Z | Downloaded env_filter v2.0.0 |
| 543 | 2026-08-21T17:19:02.529Z | Downloaded gethostname v0.5.0 |
| 544 | 2026-08-21T17:19:02.529Z | Downloaded bitfield-macros v0.19.4 |
| 545 | 2026-08-21T17:19:02.529Z | Downloaded cobs v0.3.0 |
| 546 | 2026-08-21T17:19:02.529Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 547 | 2026-08-21T17:19:02.533Z | Downloaded cfg_aliases v0.2.1 |
| 548 | 2026-08-21T17:19:02.533Z | Downloaded futures-io v0.3.32 |
| 549 | 2026-08-21T17:19:02.533Z | Downloaded headers-core v0.3.0 |
| 550 | 2026-08-21T17:19:02.537Z | Downloaded embedded-io v0.6.1 |
| 551 | 2026-08-21T17:19:02.537Z | Downloaded float-ord v0.3.2 |
| 552 | 2026-08-21T17:19:02.537Z | Downloaded base16ct v1.0.0 |
| 553 | 2026-08-21T17:19:02.537Z | Downloaded globwalk v0.9.1 |
| 554 | 2026-08-21T17:19:02.543Z | Downloaded form_urlencoded v1.2.2 |
| 555 | 2026-08-21T17:19:02.543Z | Downloaded bb8 v0.8.6 |
| 556 | 2026-08-21T17:19:02.543Z | Downloaded bit-vec v0.6.3 |
| 557 | 2026-08-21T17:19:02.543Z | Downloaded futures-core v0.3.32 |
| 558 | 2026-08-21T17:19:02.547Z | Downloaded async-trait v0.1.89 |
| 559 | 2026-08-21T17:19:02.547Z | Downloaded hostname v0.4.2 |
| 560 | 2026-08-21T17:19:02.547Z | Downloaded hubpack v0.1.2 |
| 561 | 2026-08-21T17:19:02.547Z | Downloaded funty v2.0.0 |
| 562 | 2026-08-21T17:19:02.552Z | Downloaded hex-literal v1.1.0 |
| 563 | 2026-08-21T17:19:02.552Z | Downloaded num-derive v0.4.2 |
| 564 | 2026-08-21T17:19:02.556Z | Downloaded base16ct v0.2.0 |
| 565 | 2026-08-21T17:19:02.556Z | Downloaded block-padding v0.4.2 |
| 566 | 2026-08-21T17:19:02.556Z | Downloaded cfg_aliases v0.1.1 |
| 567 | 2026-08-21T17:19:02.556Z | Downloaded ciborium-io v0.2.2 |
| 568 | 2026-08-21T17:19:02.559Z | Downloaded hashbrown v0.12.3 |
| 569 | 2026-08-21T17:19:02.559Z | Downloaded erased-serde v0.3.31 |
| 570 | 2026-08-21T17:19:02.562Z | Downloaded group v0.13.0 |
| 571 | 2026-08-21T17:19:02.562Z | Downloaded foreign-types-shared v0.1.1 |
| 572 | 2026-08-21T17:19:02.562Z | Downloaded async-stream-impl v0.3.6 |
| 573 | 2026-08-21T17:19:02.562Z | Downloaded foreign-types v0.5.0 |
| 574 | 2026-08-21T17:19:02.566Z | Downloaded ciborium-ll v0.2.2 |
| 575 | 2026-08-21T17:19:02.568Z | Downloaded foreign-types-shared v0.3.1 |
| 576 | 2026-08-21T17:19:02.568Z | Downloaded castaway v0.2.4 |
| 577 | 2026-08-21T17:19:02.568Z | Downloaded hostname v0.3.1 |
| 578 | 2026-08-21T17:19:02.572Z | Downloaded ghash v0.6.0 |
| 579 | 2026-08-21T17:19:02.575Z | Downloaded argon2 v0.5.3 |
| 580 | 2026-08-21T17:19:02.575Z | Downloaded hash32 v0.3.1 |
| 581 | 2026-08-21T17:19:02.579Z | Downloaded http-range v0.1.5 |
| 582 | 2026-08-21T17:19:02.585Z | Downloaded nodrop v0.1.14 |
| 583 | 2026-08-21T17:19:02.585Z | Downloaded nibble_vec v0.1.0 |
| 584 | 2026-08-21T17:19:02.585Z | Downloaded normalize-line-endings v0.3.0 |
| 585 | 2026-08-21T17:19:02.585Z | Downloaded num_threads v0.1.7 |
| 586 | 2026-08-21T17:19:02.585Z | Downloaded git-stub v1.0.0 |
| 587 | 2026-08-21T17:19:02.591Z | Downloaded openssl-macros v0.1.1 |
| 588 | 2026-08-21T17:19:02.591Z | Downloaded hash32 v0.2.1 |
| 589 | 2026-08-21T17:19:02.595Z | Downloaded hex v0.4.3 |
| 590 | 2026-08-21T17:19:02.595Z | Downloaded backoff v0.4.0 |
| 591 | 2026-08-21T17:19:02.595Z | Downloaded cmov v0.5.4 |
| 592 | 2026-08-21T17:19:02.595Z | Downloaded http-body v1.0.1 |
| 593 | 2026-08-21T17:19:02.595Z | Downloaded base64ct v1.8.3 |
| 594 | 2026-08-21T17:19:02.595Z | Downloaded parse-size v1.1.0 |
| 595 | 2026-08-21T17:19:02.601Z | Downloaded bit-set v0.5.3 |
| 596 | 2026-08-21T17:19:02.601Z | Downloaded hubpack_derive v0.1.1 |
| 597 | 2026-08-21T17:19:02.601Z | Downloaded arrayvec v0.7.6 |
| 598 | 2026-08-21T17:19:02.604Z | Downloaded blowfish v0.10.0 |
| 599 | 2026-08-21T17:19:02.604Z | Downloaded percent-encoding v2.3.2 |
| 600 | 2026-08-21T17:19:02.604Z | Downloaded cexpr v0.6.0 |
| 601 | 2026-08-21T17:19:02.604Z | Downloaded chacha20 v0.9.1 |
| 602 | 2026-08-21T17:19:02.604Z | Downloaded aead v0.6.1 |
| 603 | 2026-08-21T17:19:02.604Z | Downloaded progenitor-macro v0.13.0 |
| 604 | 2026-08-21T17:19:02.605Z | Downloaded fd-lock v4.0.4 |
| 605 | 2026-08-21T17:19:02.607Z | Downloaded bitflags v1.3.2 |
| 606 | 2026-08-21T17:19:02.607Z | Downloaded argon2 v0.6.0-rc.8 |
| 607 | 2026-08-21T17:19:02.607Z | Downloaded home v0.5.12 |
| 608 | 2026-08-21T17:19:02.611Z | Downloaded http-body-util v0.1.3 |
| 609 | 2026-08-21T17:19:02.611Z | Downloaded backon v1.6.0 |
| 610 | 2026-08-21T17:19:02.611Z | Downloaded futures-executor v0.3.32 |
| 611 | 2026-08-21T17:19:02.611Z | Downloaded precomputed-hash v0.1.1 |
| 612 | 2026-08-21T17:19:02.611Z | Downloaded proc-macro-crate v1.3.1 |
| 613 | 2026-08-21T17:19:02.614Z | Downloaded quick-error v1.2.3 |
| 614 | 2026-08-21T17:19:02.614Z | Downloaded recursive v0.1.1 |
| 615 | 2026-08-21T17:19:02.617Z | Downloaded anstyle-parse v0.2.7 |
| 616 | 2026-08-21T17:19:02.617Z | Downloaded ref-cast-impl v1.0.25 |
| 617 | 2026-08-21T17:19:02.621Z | Downloaded camino-tempfile-ext v0.3.3 |
| 618 | 2026-08-21T17:19:02.624Z | Downloaded rfc6979 v0.6.0 |
| 619 | 2026-08-21T17:19:02.624Z | Downloaded russh-cryptovec v0.62.0 |
| 620 | 2026-08-21T17:19:02.624Z | Downloaded russh-util v0.52.0 |
| 621 | 2026-08-21T17:19:02.624Z | Downloaded cmake v0.1.57 |
| 622 | 2026-08-21T17:19:02.627Z | Downloaded cipher v0.4.4 |
| 623 | 2026-08-21T17:19:02.627Z | Downloaded cipher v0.5.2 |
| 624 | 2026-08-21T17:19:02.627Z | Downloaded buf-list v1.1.2 |
| 625 | 2026-08-21T17:19:02.631Z | Downloaded bs58 v0.5.1 |
| 626 | 2026-08-21T17:19:02.634Z | Downloaded scroll_derive v0.13.1 |
| 627 | 2026-08-21T17:19:02.637Z | Downloaded console v0.15.11 |
| 628 | 2026-08-21T17:19:02.645Z | Downloaded newline-converter v0.3.0 |
| 629 | 2026-08-21T17:19:02.645Z | Downloaded parse-display-derive v0.10.0 |
| 630 | 2026-08-21T17:19:02.648Z | Downloaded git-stub-vcs v0.1.0 |
| 631 | 2026-08-21T17:19:02.648Z | Downloaded oxide-update-engine-display v0.1.2 |
| 632 | 2026-08-21T17:19:02.648Z | Downloaded find-msvc-tools v0.1.9 |
| 633 | 2026-08-21T17:19:02.648Z | Downloaded fixedbitset v0.5.7 |
| 634 | 2026-08-21T17:19:02.648Z | Downloaded num_enum v0.5.11 |
| 635 | 2026-08-21T17:19:02.648Z | Downloaded oxide-update-engine v0.1.2 |
| 636 | 2026-08-21T17:19:02.654Z | Downloaded pin-project-internal v1.1.11 |
| 637 | 2026-08-21T17:19:02.654Z | Downloaded httpdate v1.0.3 |
| 638 | 2026-08-21T17:19:02.654Z | Downloaded sqlparser_derive v0.5.0 |
| 639 | 2026-08-21T17:19:02.657Z | Downloaded strsim v0.10.0 |
| 640 | 2026-08-21T17:19:02.657Z | Downloaded colored v2.2.0 |
| 641 | 2026-08-21T17:19:02.657Z | Downloaded colored v3.1.1 |
| 642 | 2026-08-21T17:19:02.657Z | Downloaded ena v0.14.4 |
| 643 | 2026-08-21T17:19:02.657Z | Downloaded bzip2 v0.6.1 |
| 644 | 2026-08-21T17:19:02.657Z | Downloaded globset v0.4.18 |
| 645 | 2026-08-21T17:19:02.660Z | Downloaded phf_shared v0.11.3 |
| 646 | 2026-08-21T17:19:02.660Z | Downloaded anstream v0.6.21 |
| 647 | 2026-08-21T17:19:02.662Z | Downloaded cbc v0.2.1 |
| 648 | 2026-08-21T17:19:02.663Z | Downloaded chacha20 v0.10.0 |
| 649 | 2026-08-21T17:19:02.665Z | Downloaded ciborium v0.2.2 |
| 650 | 2026-08-21T17:19:02.665Z | Downloaded env_logger v0.11.11 |
| 651 | 2026-08-21T17:19:02.665Z | Downloaded glob v0.3.3 |
| 652 | 2026-08-21T17:19:02.668Z | Downloaded group v0.14.0 |
| 653 | 2026-08-21T17:19:02.668Z | Downloaded pbkdf2 v0.13.0 |
| 654 | 2026-08-21T17:19:02.668Z | Downloaded predicates v3.1.4 |
| 655 | 2026-08-21T17:19:02.677Z | Downloaded slog-envlogger v2.2.0 |
| 656 | 2026-08-21T17:19:02.677Z | Downloaded structmeta v0.3.0 |
| 657 | 2026-08-21T17:19:02.677Z | Downloaded pem-rfc7468 v1.0.0 |
| 658 | 2026-08-21T17:19:02.677Z | Downloaded port-file v0.1.0 |
| 659 | 2026-08-21T17:19:02.677Z | Downloaded take_mut v0.2.2 |
| 660 | 2026-08-21T17:19:02.686Z | Downloaded testing_table v0.3.0 |
| 661 | 2026-08-21T17:19:02.686Z | Downloaded trait-variant v0.1.2 |
| 662 | 2026-08-21T17:19:02.686Z | Downloaded httparse v1.10.1 |
| 663 | 2026-08-21T17:19:02.686Z | Downloaded universal-hash v0.6.1 |
| 664 | 2026-08-21T17:19:02.686Z | Downloaded base64 v0.22.1 |
| 665 | 2026-08-21T17:19:02.687Z | Downloaded primeorder v0.14.0 |
| 666 | 2026-08-21T17:19:02.687Z | Downloaded rand_chacha v0.9.0 |
| 667 | 2026-08-21T17:19:02.693Z | Downloaded bzip2 v0.4.4 |
| 668 | 2026-08-21T17:19:02.693Z | Downloaded cancel-safe-futures v0.1.5 |
| 669 | 2026-08-21T17:19:02.693Z | Downloaded byte-wrapper v0.1.0 |
| 670 | 2026-08-21T17:19:02.693Z | Downloaded blake2 v0.10.6 |
| 671 | 2026-08-21T17:19:02.693Z | Downloaded compression-codecs v0.4.37 |
| 672 | 2026-08-21T17:19:02.693Z | Downloaded subtle v2.6.1 |
| 673 | 2026-08-21T17:19:02.693Z | Downloaded tokio-macros v2.7.0 |
| 674 | 2026-08-21T17:19:02.693Z | Downloaded clang-sys v1.8.1 |
| 675 | 2026-08-21T17:19:02.698Z | Downloaded unarray v0.1.4 |
| 676 | 2026-08-21T17:19:02.698Z | Downloaded cassowary v0.3.0 |
| 677 | 2026-08-21T17:19:02.698Z | Downloaded rand_core v0.10.0 |
| 678 | 2026-08-21T17:19:02.698Z | Downloaded rand_pcg v0.10.2 |
| 679 | 2026-08-21T17:19:02.698Z | Downloaded seq-macro v0.3.6 |
| 680 | 2026-08-21T17:19:02.702Z | Downloaded yoke-derive v0.8.1 |
| 681 | 2026-08-21T17:19:02.702Z | Downloaded rustls-pemfile v2.2.0 |
| 682 | 2026-08-21T17:19:02.702Z | Downloaded rustversion v1.0.22 |
| 683 | 2026-08-21T17:19:02.702Z | Downloaded sec1 v0.8.1 |
| 684 | 2026-08-21T17:19:02.706Z | Downloaded aes-gcm v0.11.0 |
| 685 | 2026-08-21T17:19:02.706Z | Downloaded serdect v0.4.3 |
| 686 | 2026-08-21T17:19:02.707Z | Downloaded simd-adler32 v0.3.8 |
| 687 | 2026-08-21T17:19:02.707Z | Downloaded slog-dtrace v0.3.0 |
| 688 | 2026-08-21T17:19:02.710Z | Downloaded const-oid v0.9.6 |
| 689 | 2026-08-21T17:19:02.710Z | Downloaded untrusted v0.7.1 |
| 690 | 2026-08-21T17:19:02.710Z | Downloaded wnaf v0.14.0 |
| 691 | 2026-08-21T17:19:02.710Z | Downloaded zeroize_derive v1.5.0 |
| 692 | 2026-08-21T17:19:02.710Z | Downloaded shlex v1.3.0 |
| 693 | 2026-08-21T17:19:02.710Z | Downloaded signal-hook-registry v1.4.8 |
| 694 | 2026-08-21T17:19:02.713Z | Downloaded convert_case v0.4.0 |
| 695 | 2026-08-21T17:19:02.713Z | Downloaded wait-timeout v0.2.1 |
| 696 | 2026-08-21T17:19:02.713Z | Downloaded cpubits v0.1.1 |
| 697 | 2026-08-21T17:19:02.713Z | Downloaded cpufeatures v0.3.0 |
| 698 | 2026-08-21T17:19:02.717Z | Downloaded blake2 v0.11.0-rc.6 |
| 699 | 2026-08-21T17:19:02.717Z | Downloaded fs-err v2.11.0 |
| 700 | 2026-08-21T17:19:02.717Z | Downloaded spki v0.7.3 |
| 701 | 2026-08-21T17:19:02.717Z | Downloaded ssh-cipher v0.3.0 |
| 702 | 2026-08-21T17:19:02.721Z | Downloaded allocator-api2 v0.2.21 |
| 703 | 2026-08-21T17:19:02.721Z | Downloaded half v1.8.3 |
| 704 | 2026-08-21T17:19:02.724Z | Downloaded hmac v0.12.1 |
| 705 | 2026-08-21T17:19:02.724Z | Downloaded crunchy v0.2.4 |
| 706 | 2026-08-21T17:19:02.724Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 707 | 2026-08-21T17:19:02.728Z | Downloaded darling_macro v0.20.11 |
| 708 | 2026-08-21T17:19:02.728Z | Downloaded highway v1.3.0 |
| 709 | 2026-08-21T17:19:02.728Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 710 | 2026-08-21T17:19:02.728Z | Downloaded getrandom v0.2.17 |
| 711 | 2026-08-21T17:19:02.732Z | Downloaded tiny-keccak v2.0.2 |
| 712 | 2026-08-21T17:19:02.732Z | Downloaded bytes v1.11.1 |
| 713 | 2026-08-21T17:19:02.735Z | Downloaded primeorder v0.13.6 |
| 714 | 2026-08-21T17:19:02.735Z | Downloaded smf v0.2.3 |
| 715 | 2026-08-21T17:19:02.735Z | Downloaded debug-ignore v1.0.5 |
| 716 | 2026-08-21T17:19:02.735Z | Downloaded defmt v0.3.100 |
| 717 | 2026-08-21T17:19:02.738Z | Downloaded dirs-sys-next v0.1.2 |
| 718 | 2026-08-21T17:19:02.738Z | Downloaded dof v0.4.0 |
| 719 | 2026-08-21T17:19:02.738Z | Downloaded synstructure v0.13.2 |
| 720 | 2026-08-21T17:19:02.738Z | Downloaded futures v0.3.32 |
| 721 | 2026-08-21T17:19:02.742Z | Downloaded postgres-types v0.2.12 |
| 722 | 2026-08-21T17:19:02.745Z | Downloaded dtrace-parser v0.3.0 |
| 723 | 2026-08-21T17:19:02.745Z | Downloaded generic-array v1.4.3 |
| 724 | 2026-08-21T17:19:02.745Z | Downloaded instant v0.1.13 |
| 725 | 2026-08-21T17:19:02.745Z | Downloaded half v2.7.1 |
| 726 | 2026-08-21T17:19:02.748Z | Downloaded instability v0.3.11 |
| 727 | 2026-08-21T17:19:02.748Z | Downloaded async-compression v0.4.41 |
| 728 | 2026-08-21T17:19:02.751Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 729 | 2026-08-21T17:19:02.751Z | Downloaded thread_local v1.1.9 |
| 730 | 2026-08-21T17:19:02.757Z | Downloaded hyper-tls v0.6.0 |
| 731 | 2026-08-21T17:19:02.760Z | Downloaded kem v0.3.0 |
| 732 | 2026-08-21T17:19:02.764Z | Downloaded zeroize v1.9.0 |
| 733 | 2026-08-21T17:19:02.766Z | Downloaded jiff-static v0.2.34 |
| 734 | 2026-08-21T17:19:02.766Z | Downloaded mime v0.3.17 |
| 735 | 2026-08-21T17:19:02.766Z | Downloaded lalrpop-util v0.19.12 |
| 736 | 2026-08-21T17:19:02.766Z | Downloaded quinn-udp v0.5.14 |
| 737 | 2026-08-21T17:19:02.769Z | Downloaded oso v0.27.3 |
| 738 | 2026-08-21T17:19:02.772Z | Downloaded oxide-update-engine-types v0.1.2 |
| 739 | 2026-08-21T17:19:02.772Z | Downloaded serde_cbor v0.11.2 |
| 740 | 2026-08-21T17:19:02.775Z | Downloaded serde_derive_internals v0.29.1 |
| 741 | 2026-08-21T17:19:02.775Z | Downloaded snafu-derive v0.8.9 |
| 742 | 2026-08-21T17:19:02.779Z | Downloaded lazy_static v1.5.0 |
| 743 | 2026-08-21T17:19:02.779Z | Downloaded vergen-lib v0.1.6 |
| 744 | 2026-08-21T17:19:02.782Z | Downloaded num-iter v0.1.45 |
| 745 | 2026-08-21T17:19:02.782Z | Downloaded num_enum_derive v0.5.11 |
| 746 | 2026-08-21T17:19:02.782Z | Downloaded new_debug_unreachable v1.0.6 |
| 747 | 2026-08-21T17:19:02.782Z | Downloaded openssl-probe v0.2.1 |
| 748 | 2026-08-21T17:19:02.786Z | Downloaded olpc-cjson v0.1.4 |
| 749 | 2026-08-21T17:19:02.786Z | Downloaded corncobs v0.1.4 |
| 750 | 2026-08-21T17:19:02.789Z | Downloaded arc-swap v1.8.2 |
| 751 | 2026-08-21T17:19:02.789Z | Downloaded chumsky v0.9.3 |
| 752 | 2026-08-21T17:19:02.792Z | Downloaded fatfs v0.3.6 |
| 753 | 2026-08-21T17:19:02.792Z | Downloaded const-oid v0.10.2 |
| 754 | 2026-08-21T17:19:02.794Z | Downloaded omicron-zone-package v0.12.3 |
| 755 | 2026-08-21T17:19:02.794Z | Downloaded parse-display v0.10.0 |
| 756 | 2026-08-21T17:19:02.797Z | Downloaded peg-runtime v0.8.5 |
| 757 | 2026-08-21T17:19:02.800Z | Downloaded parking_lot v0.12.5 |
| 758 | 2026-08-21T17:19:02.800Z | Downloaded pkcs5 v0.8.1 |
| 759 | 2026-08-21T17:19:02.803Z | Downloaded backtrace v0.3.76 |
| 760 | 2026-08-21T17:19:02.806Z | Downloaded defmt v1.0.1 |
| 761 | 2026-08-21T17:19:02.806Z | Downloaded phf_shared v0.13.1 |
| 762 | 2026-08-21T17:19:02.808Z | Downloaded potential_utf v0.1.4 |
| 763 | 2026-08-21T17:19:02.808Z | Downloaded proc-macro-crate v3.4.0 |
| 764 | 2026-08-21T17:19:02.808Z | Downloaded rand_chacha v0.3.1 |
| 765 | 2026-08-21T17:19:02.811Z | Downloaded term v1.2.1 |
| 766 | 2026-08-21T17:19:02.811Z | Downloaded predicates-tree v1.0.13 |
| 767 | 2026-08-21T17:19:02.814Z | Downloaded psl-types v2.0.11 |
| 768 | 2026-08-21T17:19:02.814Z | Downloaded rand_xorshift v0.4.0 |
| 769 | 2026-08-21T17:19:02.814Z | Downloaded rfc6979 v0.4.0 |
| 770 | 2026-08-21T17:19:02.814Z | Downloaded serde_repr v0.1.20 |
| 771 | 2026-08-21T17:19:02.818Z | Downloaded heapless v0.8.0 |
| 772 | 2026-08-21T17:19:02.820Z | Downloaded signature v2.2.0 |
| 773 | 2026-08-21T17:19:02.820Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 774 | 2026-08-21T17:19:02.823Z | Downloaded rustc_version v0.1.7 |
| 775 | 2026-08-21T17:19:02.826Z | Downloaded rustc-hash v2.1.1 |
| 776 | 2026-08-21T17:19:02.826Z | Downloaded serde_spanned v1.1.1 |
| 777 | 2026-08-21T17:19:02.829Z | Downloaded ryu v1.0.23 |
| 778 | 2026-08-21T17:19:02.833Z | Downloaded salsa20 v0.11.0 |
| 779 | 2026-08-21T17:19:02.833Z | Downloaded siphasher v1.0.2 |
| 780 | 2026-08-21T17:19:02.833Z | Downloaded chacha20poly1305 v0.10.1 |
| 781 | 2026-08-21T17:19:02.836Z | Downloaded tls_codec v0.4.2 |
| 782 | 2026-08-21T17:19:02.839Z | Downloaded sha1 v0.11.0 |
| 783 | 2026-08-21T17:19:02.843Z | Downloaded thread-id v5.1.0 |
| 784 | 2026-08-21T17:19:02.846Z | Downloaded aes v0.9.1 |
| 785 | 2026-08-21T17:19:02.849Z | Downloaded tokio-stream v0.1.18 |
| 786 | 2026-08-21T17:19:02.852Z | Downloaded libloading v0.8.9 |
| 787 | 2026-08-21T17:19:02.856Z | Downloaded multer v3.1.0 |
| 788 | 2026-08-21T17:19:02.856Z | Downloaded supports-color v3.0.2 |
| 789 | 2026-08-21T17:19:02.856Z | Downloaded unicode-properties v0.1.4 |
| 790 | 2026-08-21T17:19:02.859Z | Downloaded mime_guess v2.0.5 |
| 791 | 2026-08-21T17:19:02.859Z | Downloaded sync_wrapper v1.0.2 |
| 792 | 2026-08-21T17:19:02.859Z | Downloaded tower-layer v0.3.3 |
| 793 | 2026-08-21T17:19:02.864Z | Downloaded tokio-test v0.4.5 |
| 794 | 2026-08-21T17:19:02.864Z | Downloaded typify-macro v0.6.2 |
| 795 | 2026-08-21T17:19:02.864Z | Downloaded ar_archive_writer v0.5.1 |
| 796 | 2026-08-21T17:19:02.867Z | Downloaded ctr v0.10.1 |
| 797 | 2026-08-21T17:19:02.867Z | Downloaded openssl-probe v0.1.6 |
| 798 | 2026-08-21T17:19:02.867Z | Downloaded utf8_iter v1.0.4 |
| 799 | 2026-08-21T17:19:02.872Z | Downloaded xshell-macros v0.2.7 |
| 800 | 2026-08-21T17:19:02.872Z | Downloaded unit-prefix v0.5.2 |
| 801 | 2026-08-21T17:19:02.872Z | Downloaded usdt-attr-macro v0.6.0 |
| 802 | 2026-08-21T17:19:02.877Z | Downloaded flume v0.11.1 |
| 803 | 2026-08-21T17:19:02.882Z | Downloaded headers v0.4.1 |
| 804 | 2026-08-21T17:19:02.882Z | Downloaded darling v0.20.11 |
| 805 | 2026-08-21T17:19:02.921Z | Downloaded heapless v0.7.17 |
| 806 | 2026-08-21T17:19:02.921Z | Downloaded primefield v0.14.0 |
| 807 | 2026-08-21T17:19:02.921Z | Downloaded progenitor-extras v0.2.0 |
| 808 | 2026-08-21T17:19:02.921Z | Downloaded derive_builder v0.20.2 |
| 809 | 2026-08-21T17:19:02.921Z | Downloaded tokio-rustls v0.26.4 |
| 810 | 2026-08-21T17:19:02.921Z | Downloaded rusty-fork v0.3.1 |
| 811 | 2026-08-21T17:19:02.921Z | Downloaded zerofrom v0.1.6 |
| 812 | 2026-08-21T17:19:02.921Z | Downloaded crc v3.4.0 |
| 813 | 2026-08-21T17:19:02.921Z | Downloaded crucible-workspace-hack v0.1.0 |
| 814 | 2026-08-21T17:19:02.921Z | Downloaded getrandom v0.4.3 |
| 815 | 2026-08-21T17:19:02.921Z | Downloaded hickory-resolver v0.25.2 |
| 816 | 2026-08-21T17:19:02.922Z | Downloaded cstr-argument v0.1.2 |
| 817 | 2026-08-21T17:19:02.922Z | Downloaded scroll v0.13.0 |
| 818 | 2026-08-21T17:19:02.922Z | Downloaded ingot-macros v0.2.0 |
| 819 | 2026-08-21T17:19:02.922Z | Downloaded darling_macro v0.23.0 |
| 820 | 2026-08-21T17:19:02.922Z | Downloaded scrypt v0.12.0 |
| 821 | 2026-08-21T17:19:02.922Z | Downloaded slab v0.4.12 |
| 822 | 2026-08-21T17:19:02.922Z | Downloaded cc v1.2.56 |
| 823 | 2026-08-21T17:19:02.922Z | Downloaded ecdsa v0.17.0 |
| 824 | 2026-08-21T17:19:02.922Z | Downloaded unsafe-libyaml v0.2.11 |
| 825 | 2026-08-21T17:19:02.922Z | Downloaded vte v0.14.1 |
| 826 | 2026-08-21T17:19:02.922Z | Downloaded ssh-encoding v0.3.0 |
| 827 | 2026-08-21T17:19:02.922Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 828 | 2026-08-21T17:19:02.922Z | Downloaded progenitor-impl v0.14.0 |
| 829 | 2026-08-21T17:19:02.928Z | Downloaded crossbeam-utils v0.8.21 |
| 830 | 2026-08-21T17:19:02.933Z | Downloaded libefi-sys v0.1.0 |
| 831 | 2026-08-21T17:19:02.933Z | Downloaded inout v0.2.2 |
| 832 | 2026-08-21T17:19:02.933Z | Downloaded static_assertions v1.1.0 |
| 833 | 2026-08-21T17:19:02.936Z | Downloaded maybe-uninit v2.0.0 |
| 834 | 2026-08-21T17:19:02.939Z | Downloaded memoffset v0.9.1 |
| 835 | 2026-08-21T17:19:02.939Z | Downloaded vergen-git2 v9.1.0 |
| 836 | 2026-08-21T17:19:02.939Z | Downloaded flate2 v1.1.9 |
| 837 | 2026-08-21T17:19:02.944Z | Downloaded strum_macros v0.24.3 |
| 838 | 2026-08-21T17:19:02.949Z | Downloaded tinystr v0.8.2 |
| 839 | 2026-08-21T17:19:02.955Z | Downloaded compact_str v0.8.1 |
| 840 | 2026-08-21T17:19:02.957Z | Downloaded pkcs8 v0.11.0 |
| 841 | 2026-08-21T17:19:02.957Z | Downloaded polyval v0.7.1 |
| 842 | 2026-08-21T17:19:02.960Z | Downloaded whoami v1.6.1 |
| 843 | 2026-08-21T17:19:02.961Z | Downloaded vsss-rs v3.3.4 |
| 844 | 2026-08-21T17:19:02.964Z | Downloaded const_format_proc_macros v0.2.34 |
| 845 | 2026-08-21T17:19:02.964Z | Downloaded darling_core v0.13.4 |
| 846 | 2026-08-21T17:19:02.967Z | Downloaded lzss v0.8.2 |
| 847 | 2026-08-21T17:19:02.967Z | Downloaded newtype-uuid-macros v0.1.0 |
| 848 | 2026-08-21T17:19:02.967Z | Downloaded newtype_derive v0.1.6 |
| 849 | 2026-08-21T17:19:02.967Z | Downloaded expectorate v1.2.0 |
| 850 | 2026-08-21T17:19:02.970Z | Downloaded parking_lot_core v0.9.12 |
| 851 | 2026-08-21T17:19:02.970Z | Downloaded darling v0.13.4 |
| 852 | 2026-08-21T17:19:02.970Z | Downloaded hybrid-array v0.4.13 |
| 853 | 2026-08-21T17:19:02.973Z | Downloaded whoami v2.1.0 |
| 854 | 2026-08-21T17:19:02.973Z | Downloaded path-slash v0.1.5 |
| 855 | 2026-08-21T17:19:02.973Z | Downloaded ref-cast v1.0.25 |
| 856 | 2026-08-21T17:19:02.976Z | Downloaded subprocess v0.2.15 |
| 857 | 2026-08-21T17:19:02.976Z | Downloaded crossbeam-deque v0.8.6 |
| 858 | 2026-08-21T17:19:02.979Z | Downloaded icu_provider v2.1.1 |
| 859 | 2026-08-21T17:19:02.982Z | Downloaded diesel-dtrace v0.5.0 |
| 860 | 2026-08-21T17:19:02.985Z | Downloaded displaydoc v0.2.5 |
| 861 | 2026-08-21T17:19:02.985Z | Downloaded schemars v1.2.1 |
| 862 | 2026-08-21T17:19:02.991Z | Downloaded digest v0.11.3 |
| 863 | 2026-08-21T17:19:02.994Z | Downloaded idna_adapter v1.2.1 |
| 864 | 2026-08-21T17:19:02.994Z | Downloaded ed25519 v3.0.0 |
| 865 | 2026-08-21T17:19:02.994Z | Downloaded slog-term v2.9.2 |
| 866 | 2026-08-21T17:19:02.997Z | Downloaded same-file v1.0.6 |
| 867 | 2026-08-21T17:19:02.997Z | Downloaded scopeguard v1.2.0 |
| 868 | 2026-08-21T17:19:02.997Z | Downloaded delegate v0.13.5 |
| 869 | 2026-08-21T17:19:02.997Z | Downloaded deranged v0.5.8 |
| 870 | 2026-08-21T17:19:03.000Z | Downloaded derive-ex v0.1.8 |
| 871 | 2026-08-21T17:19:03.001Z | Downloaded signal-hook-mio v0.2.5 |
| 872 | 2026-08-21T17:19:03.001Z | Downloaded term v0.7.0 |
| 873 | 2026-08-21T17:19:03.001Z | Downloaded indoc v2.0.7 |
| 874 | 2026-08-21T17:19:03.004Z | Downloaded humantime v2.3.0 |
| 875 | 2026-08-21T17:19:03.007Z | Downloaded lock_api v0.4.14 |
| 876 | 2026-08-21T17:19:03.011Z | Downloaded sigpipe v0.1.3 |
| 877 | 2026-08-21T17:19:03.014Z | Downloaded signal-hook-tokio v0.3.1 |
| 878 | 2026-08-21T17:19:03.014Z | Downloaded signature v3.0.0 |
| 879 | 2026-08-21T17:19:03.017Z | Downloaded strum v0.27.2 |
| 880 | 2026-08-21T17:19:03.017Z | Downloaded tap v1.0.1 |
| 881 | 2026-08-21T17:19:03.017Z | Downloaded hickory-server v0.25.2 |
| 882 | 2026-08-21T17:19:03.020Z | Downloaded hickory-resolver v0.24.4 |
| 883 | 2026-08-21T17:19:03.024Z | Downloaded http v1.4.2 |
| 884 | 2026-08-21T17:19:03.027Z | Downloaded tagptr v0.2.0 |
| 885 | 2026-08-21T17:19:03.030Z | Downloaded topological-sort v0.2.2 |
| 886 | 2026-08-21T17:19:03.030Z | Downloaded newtype-uuid v1.3.2 |
| 887 | 2026-08-21T17:19:03.032Z | Downloaded hashbrown v0.13.2 |
| 888 | 2026-08-21T17:19:03.040Z | Downloaded cookie_store v0.22.1 |
| 889 | 2026-08-21T17:19:03.043Z | Downloaded parking_lot_core v0.8.6 |
| 890 | 2026-08-21T17:19:03.043Z | Downloaded peg v0.8.5 |
| 891 | 2026-08-21T17:19:03.046Z | Downloaded poly1305 v0.8.0 |
| 892 | 2026-08-21T17:19:03.047Z | Downloaded proc-macro-error2 v2.0.1 |
| 893 | 2026-08-21T17:19:03.050Z | Downloaded schemars v0.8.22 |
| 894 | 2026-08-21T17:19:03.053Z | Downloaded zerocopy v0.6.6 |
| 895 | 2026-08-21T17:19:03.060Z | Downloaded void v1.0.2 |
| 896 | 2026-08-21T17:19:03.060Z | Downloaded packed_struct v0.10.1 |
| 897 | 2026-08-21T17:19:03.060Z | Downloaded indicatif v0.18.4 |
| 898 | 2026-08-21T17:19:03.065Z | Downloaded sha2 v0.11.0 |
| 899 | 2026-08-21T17:19:03.065Z | Downloaded universal-hash v0.5.1 |
| 900 | 2026-08-21T17:19:03.065Z | Downloaded schemars_derive v0.8.22 |
| 901 | 2026-08-21T17:19:03.069Z | Downloaded bumpalo v3.20.2 |
| 902 | 2026-08-21T17:19:03.069Z | Downloaded crc-catalog v2.4.0 |
| 903 | 2026-08-21T17:19:03.072Z | Downloaded phf v0.13.1 |
| 904 | 2026-08-21T17:19:03.078Z | Downloaded serde_path_to_error v0.1.20 |
| 905 | 2026-08-21T17:19:03.078Z | Downloaded serde_with_macros v1.5.2 |
| 906 | 2026-08-21T17:19:03.084Z | Downloaded unicode_categories v0.1.1 |
| 907 | 2026-08-21T17:19:03.084Z | Downloaded tracing-core v0.1.36 |
| 908 | 2026-08-21T17:19:03.084Z | Downloaded dyn-clone v1.0.20 |
| 909 | 2026-08-21T17:19:03.084Z | Downloaded libbz2-rs-sys v0.2.2 |
| 910 | 2026-08-21T17:19:03.084Z | Downloaded toml v0.7.8 |
| 911 | 2026-08-21T17:19:03.089Z | Downloaded stringprep v0.1.5 |
| 912 | 2026-08-21T17:19:03.089Z | Downloaded ident_case v1.0.1 |
| 913 | 2026-08-21T17:19:03.092Z | Downloaded tinyvec v1.10.0 |
| 914 | 2026-08-21T17:19:03.094Z | Downloaded support-bundle-viewer v0.1.2 |
| 915 | 2026-08-21T17:19:03.095Z | Downloaded rcgen v0.12.1 |
| 916 | 2026-08-21T17:19:03.098Z | Downloaded tls_codec_derive v0.4.2 |
| 917 | 2026-08-21T17:19:03.098Z | Downloaded inout v0.1.4 |
| 918 | 2026-08-21T17:19:03.101Z | Downloaded is_ci v1.2.0 |
| 919 | 2026-08-21T17:19:03.101Z | Downloaded libscf-sys v1.2.0 |
| 920 | 2026-08-21T17:19:03.103Z | Downloaded p384 v0.14.0 |
| 921 | 2026-08-21T17:19:03.103Z | Downloaded crypto-bigint v0.5.5 |
| 922 | 2026-08-21T17:19:03.106Z | Downloaded lru-slab v0.1.2 |
| 923 | 2026-08-21T17:19:03.106Z | Downloaded opaque-debug v0.3.1 |
| 924 | 2026-08-21T17:19:03.109Z | Downloaded tungstenite v0.23.0 |
| 925 | 2026-08-21T17:19:03.109Z | Downloaded oxide-tokio-rt v0.1.4 |
| 926 | 2026-08-21T17:19:03.109Z | Downloaded rayon-core v1.13.0 |
| 927 | 2026-08-21T17:19:03.113Z | Downloaded pkcs1 v0.7.5 |
| 928 | 2026-08-21T17:19:03.113Z | Downloaded md5 v0.8.0 |
| 929 | 2026-08-21T17:19:03.117Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 930 | 2026-08-21T17:19:03.117Z | Downloaded nonempty v0.12.0 |
| 931 | 2026-08-21T17:19:03.119Z | Downloaded password-hash v0.6.1 |
| 932 | 2026-08-21T17:19:03.119Z | Downloaded phf_shared v0.12.1 |
| 933 | 2026-08-21T17:19:03.123Z | Downloaded zopfli v0.8.3 |
| 934 | 2026-08-21T17:19:03.126Z | Downloaded derive_more v2.1.1 |
| 935 | 2026-08-21T17:19:03.131Z | Downloaded progenitor v0.13.0 |
| 936 | 2026-08-21T17:19:03.135Z | Downloaded scuffle v0.1.0 |
| 937 | 2026-08-21T17:19:03.135Z | Downloaded uzers v0.12.2 |
| 938 | 2026-08-21T17:19:03.135Z | Downloaded usdt-impl v0.6.0 |
| 939 | 2026-08-21T17:19:03.138Z | Downloaded postcard v1.1.3 |
| 940 | 2026-08-21T17:19:03.138Z | Downloaded rustc-demangle v0.1.27 |
| 941 | 2026-08-21T17:19:03.141Z | Downloaded csv-core v0.1.13 |
| 942 | 2026-08-21T17:19:03.141Z | Downloaded ctutils v0.4.2 |
| 943 | 2026-08-21T17:19:03.141Z | Downloaded psm v0.1.30 |
| 944 | 2026-08-21T17:19:03.144Z | Downloaded data-encoding v2.10.0 |
| 945 | 2026-08-21T17:19:03.146Z | Downloaded rsa v0.10.0-rc.18 |
| 946 | 2026-08-21T17:19:03.156Z | Downloaded der_derive v0.7.3 |
| 947 | 2026-08-21T17:19:03.158Z | Downloaded slog-bunyan v2.5.0 |
| 948 | 2026-08-21T17:19:03.163Z | Downloaded semver v0.1.20 |
| 949 | 2026-08-21T17:19:03.166Z | Downloaded serde_urlencoded v0.7.1 |
| 950 | 2026-08-21T17:19:03.166Z | Downloaded aho-corasick v1.1.4 |
| 951 | 2026-08-21T17:19:03.169Z | Downloaded snafu v0.8.9 |
| 952 | 2026-08-21T17:19:03.172Z | Downloaded twox-hash v2.1.2 |
| 953 | 2026-08-21T17:19:03.175Z | Downloaded serde_plain v1.0.2 |
| 954 | 2026-08-21T17:19:03.175Z | Downloaded either v1.15.0 |
| 955 | 2026-08-21T17:19:03.178Z | Downloaded stable_deref_trait v1.2.1 |
| 956 | 2026-08-21T17:19:03.178Z | Downloaded supports-hyperlinks v3.2.0 |
| 957 | 2026-08-21T17:19:03.178Z | Downloaded supports-unicode v3.0.0 |
| 958 | 2026-08-21T17:19:03.178Z | Downloaded strip-ansi-escapes v0.2.1 |
| 959 | 2026-08-21T17:19:03.181Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 960 | 2026-08-21T17:19:03.181Z | Downloaded rsa v0.9.10 |
| 961 | 2026-08-21T17:19:03.188Z | Downloaded indoc v1.0.9 |
| 962 | 2026-08-21T17:19:03.191Z | Downloaded oxnet v0.1.6 |
| 963 | 2026-08-21T17:19:03.191Z | Downloaded owo-colors v4.3.0 |
| 964 | 2026-08-21T17:19:03.194Z | Downloaded nu-ansi-term v0.50.3 |
| 965 | 2026-08-21T17:19:03.194Z | Downloaded usdt-macro v0.6.0 |
| 966 | 2026-08-21T17:19:03.197Z | Downloaded tinyvec_macros v0.1.1 |
| 967 | 2026-08-21T17:19:03.197Z | Downloaded unicode-truncate v1.1.0 |
| 968 | 2026-08-21T17:19:03.197Z | Downloaded toml_edit v0.19.15 |
| 969 | 2026-08-21T17:19:03.205Z | Downloaded yasna v0.5.2 |
| 970 | 2026-08-21T17:19:03.209Z | Downloaded difflib v0.4.0 |
| 971 | 2026-08-21T17:19:03.209Z | Downloaded tracing-attributes v0.1.31 |
| 972 | 2026-08-21T17:19:03.209Z | Downloaded pkcs8 v0.10.2 |
| 973 | 2026-08-21T17:19:03.212Z | Downloaded pkg-config v0.3.32 |
| 974 | 2026-08-21T17:19:03.212Z | Downloaded typed-path v0.9.3 |
| 975 | 2026-08-21T17:19:03.216Z | Downloaded derive_more-impl v2.1.1 |
| 976 | 2026-08-21T17:19:03.219Z | Downloaded icu_normalizer_data v2.1.1 |
| 977 | 2026-08-21T17:19:03.219Z | Downloaded rustls-webpki v0.103.13 |
| 978 | 2026-08-21T17:19:03.219Z | Downloaded tower v0.5.3 |
| 979 | 2026-08-21T17:19:03.222Z | Downloaded zip v0.6.6 |
| 980 | 2026-08-21T17:19:03.226Z | Downloaded usdt v0.6.0 |
| 981 | 2026-08-21T17:19:03.226Z | Downloaded diff v0.1.13 |
| 982 | 2026-08-21T17:19:03.229Z | Downloaded rpassword v7.5.4 |
| 983 | 2026-08-21T17:19:03.229Z | Downloaded rand_core v0.9.5 |
| 984 | 2026-08-21T17:19:03.229Z | Downloaded crc8 v0.1.1 |
| 985 | 2026-08-21T17:19:03.229Z | Downloaded downcast-rs v2.0.2 |
| 986 | 2026-08-21T17:19:03.232Z | Downloaded steno v0.4.1 |
| 987 | 2026-08-21T17:19:03.232Z | Downloaded zerocopy-derive v0.8.55 |
| 988 | 2026-08-21T17:19:03.240Z | Downloaded miniz_oxide v0.8.9 |
| 989 | 2026-08-21T17:19:03.251Z | Downloaded match_cfg v0.1.0 |
| 990 | 2026-08-21T17:19:03.251Z | Downloaded darling_macro v0.13.4 |
| 991 | 2026-08-21T17:19:03.251Z | Downloaded iana-time-zone v0.1.65 |
| 992 | 2026-08-21T17:19:03.251Z | Downloaded num-bigint-dig v0.8.6 |
| 993 | 2026-08-21T17:19:03.251Z | Downloaded smallvec v0.6.14 |
| 994 | 2026-08-21T17:19:03.251Z | Downloaded hashbrown v0.14.5 |
| 995 | 2026-08-21T17:19:03.254Z | Downloaded darling_macro v0.21.3 |
| 996 | 2026-08-21T17:19:03.254Z | Downloaded internet-checksum v0.2.1 |
| 997 | 2026-08-21T17:19:03.254Z | Downloaded multimap v0.10.1 |
| 998 | 2026-08-21T17:19:03.254Z | Downloaded predicates-core v1.0.10 |
| 999 | 2026-08-21T17:19:03.258Z | Downloaded quinn v0.11.11 |
| 1000 | 2026-08-21T17:19:03.262Z | Downloaded git2 v0.20.4 |
| 1001 | 2026-08-21T17:19:03.266Z | Downloaded maplit v1.0.2 |
| 1002 | 2026-08-21T17:19:03.268Z | Downloaded litrs v1.0.0 |
| 1003 | 2026-08-21T17:19:03.268Z | Downloaded tui-tree-widget v0.23.1 |
| 1004 | 2026-08-21T17:19:03.268Z | Downloaded xattr v1.6.1 |
| 1005 | 2026-08-21T17:19:03.272Z | Downloaded pem-rfc7468 v0.7.0 |
| 1006 | 2026-08-21T17:19:03.272Z | Downloaded walkdir v2.5.0 |
| 1007 | 2026-08-21T17:19:03.272Z | Downloaded tokio-tungstenite v0.21.0 |
| 1008 | 2026-08-21T17:19:03.275Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1009 | 2026-08-21T17:19:03.275Z | Downloaded progenitor-client v0.14.0 |
| 1010 | 2026-08-21T17:19:03.275Z | Downloaded ed25519-dalek v3.0.0 |
| 1011 | 2026-08-21T17:19:03.279Z | Downloaded hyper-util v0.1.20 |
| 1012 | 2026-08-21T17:19:03.283Z | Downloaded darling v0.23.0 |
| 1013 | 2026-08-21T17:19:03.286Z | Downloaded prefix-trie v0.7.0 |
| 1014 | 2026-08-21T17:19:03.289Z | Downloaded sapling-renderdag v0.1.0 |
| 1015 | 2026-08-21T17:19:03.289Z | Downloaded zstd-safe v7.2.4 |
| 1016 | 2026-08-21T17:19:03.289Z | Downloaded hyper-staticfile v0.10.1 |
| 1017 | 2026-08-21T17:19:03.293Z | Downloaded secrecy v0.8.0 |
| 1018 | 2026-08-21T17:19:03.293Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1019 | 2026-08-21T17:19:03.296Z | Downloaded darling_core v0.21.3 |
| 1020 | 2026-08-21T17:19:03.302Z | Downloaded crc-any v2.5.0 |
| 1021 | 2026-08-21T17:19:03.306Z | Downloaded serde_bytes v0.11.19 |
| 1022 | 2026-08-21T17:19:03.309Z | Downloaded structmeta-derive v0.3.0 |
| 1023 | 2026-08-21T17:19:03.309Z | Downloaded drift v0.2.0 |
| 1024 | 2026-08-21T17:19:03.312Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1025 | 2026-08-21T17:19:03.315Z | Downloaded spin v0.9.8 |
| 1026 | 2026-08-21T17:19:03.315Z | Downloaded unicode-xid v0.2.6 |
| 1027 | 2026-08-21T17:19:03.318Z | Downloaded defmt-macros v1.0.1 |
| 1028 | 2026-08-21T17:19:03.318Z | Downloaded zone v0.3.1 |
| 1029 | 2026-08-21T17:19:03.318Z | Downloaded crypto-common v0.2.2 |
| 1030 | 2026-08-21T17:19:03.321Z | Downloaded display-error-chain v0.2.2 |
| 1031 | 2026-08-21T17:19:03.324Z | Downloaded ingot-types v0.2.0 |
| 1032 | 2026-08-21T17:19:03.328Z | Downloaded icu_properties v2.1.2 |
| 1033 | 2026-08-21T17:19:03.328Z | Downloaded time-core v0.1.8 |
| 1034 | 2026-08-21T17:19:03.328Z | Downloaded try-lock v0.2.5 |
| 1035 | 2026-08-21T17:19:03.332Z | Downloaded nanorand v0.7.0 |
| 1036 | 2026-08-21T17:19:03.332Z | Downloaded digest-io v0.1.0 |
| 1037 | 2026-08-21T17:19:03.333Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1038 | 2026-08-21T17:19:03.333Z | Downloaded keccak v0.1.6 |
| 1039 | 2026-08-21T17:19:03.336Z | Downloaded paste v1.0.15 |
| 1040 | 2026-08-21T17:19:03.336Z | Downloaded dirs-next v2.0.0 |
| 1041 | 2026-08-21T17:19:03.336Z | Downloaded hashbrown v0.16.1 |
| 1042 | 2026-08-21T17:19:03.339Z | Downloaded lru v0.12.5 |
| 1043 | 2026-08-21T17:19:03.339Z | Downloaded ecdsa v0.16.9 |
| 1044 | 2026-08-21T17:19:03.339Z | Downloaded hkdf v0.12.4 |
| 1045 | 2026-08-21T17:19:03.339Z | Downloaded hkdf v0.13.0 |
| 1046 | 2026-08-21T17:19:03.342Z | Downloaded futures-util v0.3.32 |
| 1047 | 2026-08-21T17:19:03.346Z | Downloaded num-rational v0.4.2 |
| 1048 | 2026-08-21T17:19:03.349Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1049 | 2026-08-21T17:19:03.349Z | Downloaded progenitor-macro v0.14.0 |
| 1050 | 2026-08-21T17:19:03.349Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1051 | 2026-08-21T17:19:03.354Z | Downloaded unicode-segmentation v1.12.0 |
| 1052 | 2026-08-21T17:19:03.357Z | Downloaded zerotrie v0.2.3 |
| 1053 | 2026-08-21T17:19:03.360Z | Downloaded crc32fast v1.5.0 |
| 1054 | 2026-08-21T17:19:03.363Z | Downloaded rtoolbox v0.0.3 |
| 1055 | 2026-08-21T17:19:03.363Z | Downloaded secrecy v0.10.3 |
| 1056 | 2026-08-21T17:19:03.363Z | Downloaded sha1 v0.10.6 |
| 1057 | 2026-08-21T17:19:03.363Z | Downloaded oso-derive v0.27.3 |
| 1058 | 2026-08-21T17:19:03.367Z | Downloaded publicsuffix v2.3.0 |
| 1059 | 2026-08-21T17:19:03.367Z | Downloaded qorb v0.4.1 |
| 1060 | 2026-08-21T17:19:03.371Z | Downloaded rand_core v0.6.4 |
| 1061 | 2026-08-21T17:19:03.371Z | Downloaded strum v0.26.3 |
| 1062 | 2026-08-21T17:19:03.371Z | Downloaded tough v0.22.0 |
| 1063 | 2026-08-21T17:19:03.374Z | Downloaded termios v0.3.3 |
| 1064 | 2026-08-21T17:19:03.380Z | Downloaded tokio-native-tls v0.3.1 |
| 1065 | 2026-08-21T17:19:03.380Z | Downloaded hyper-rustls v0.27.7 |
| 1066 | 2026-08-21T17:19:03.380Z | Downloaded regex v1.12.3 |
| 1067 | 2026-08-21T17:19:03.386Z | Downloaded reqwest v0.13.2 |
| 1068 | 2026-08-21T17:19:03.386Z | Downloaded slog-stdlog v4.1.1 |
| 1069 | 2026-08-21T17:19:03.389Z | Downloaded litemap v0.8.1 |
| 1070 | 2026-08-21T17:19:03.389Z | Downloaded vergen-gitcl v1.0.8 |
| 1071 | 2026-08-21T17:19:03.389Z | Downloaded wyz v0.5.1 |
| 1072 | 2026-08-21T17:19:03.390Z | Downloaded string_cache v0.8.9 |
| 1073 | 2026-08-21T17:19:03.390Z | Downloaded libsw-core v0.3.2 |
| 1074 | 2026-08-21T17:19:03.390Z | Downloaded h2 v0.4.15 |
| 1075 | 2026-08-21T17:19:03.392Z | Downloaded num-bigint v0.4.6 |
| 1076 | 2026-08-21T17:19:03.395Z | Downloaded hashbrown v0.15.5 |
| 1077 | 2026-08-21T17:19:03.398Z | Downloaded parking_lot v0.11.2 |
| 1078 | 2026-08-21T17:19:03.398Z | Downloaded password-hash v0.5.0 |
| 1079 | 2026-08-21T17:19:03.401Z | Downloaded zone_cfg_derive v0.3.1 |
| 1080 | 2026-08-21T17:19:03.401Z | Downloaded ipnet v2.12.0 |
| 1081 | 2026-08-21T17:19:03.401Z | Downloaded document-features v0.2.12 |
| 1082 | 2026-08-21T17:19:03.401Z | Downloaded tower-service v0.3.3 |
| 1083 | 2026-08-21T17:19:03.404Z | Downloaded unicode-bidi v0.3.18 |
| 1084 | 2026-08-21T17:19:03.404Z | Downloaded libsw v3.5.0 |
| 1085 | 2026-08-21T17:19:03.407Z | Downloaded zerovec-derive v0.11.2 |
| 1086 | 2026-08-21T17:19:03.410Z | Downloaded phf v0.12.1 |
| 1087 | 2026-08-21T17:19:03.410Z | Downloaded derive_builder_core v0.20.2 |
| 1088 | 2026-08-21T17:19:03.413Z | Downloaded num-complex v0.4.6 |
| 1089 | 2026-08-21T17:19:03.417Z | Downloaded indent_write v2.2.0 |
| 1090 | 2026-08-21T17:19:03.419Z | Downloaded prettyplease v0.2.37 |
| 1091 | 2026-08-21T17:19:03.423Z | Downloaded dropshot-api-manager v0.8.0 |
| 1092 | 2026-08-21T17:19:03.426Z | Downloaded r2d2 v0.8.10 |
| 1093 | 2026-08-21T17:19:03.430Z | Downloaded num v0.4.3 |
| 1094 | 2026-08-21T17:19:03.430Z | Downloaded smallvec v1.15.1 |
| 1095 | 2026-08-21T17:19:03.430Z | Downloaded is-terminal v0.4.17 |
| 1096 | 2026-08-21T17:19:03.433Z | Downloaded pretty_assertions v1.4.1 |
| 1097 | 2026-08-21T17:19:03.436Z | Downloaded rand_seeder v0.4.0 |
| 1098 | 2026-08-21T17:19:03.436Z | Downloaded dsl_auto_type v0.2.0 |
| 1099 | 2026-08-21T17:19:03.439Z | Downloaded daft-derive v0.1.7 |
| 1100 | 2026-08-21T17:19:03.439Z | Downloaded sqlformat v0.3.5 |
| 1101 | 2026-08-21T17:19:03.443Z | Downloaded stacker v0.1.23 |
| 1102 | 2026-08-21T17:19:03.443Z | Downloaded serde_with_macros v3.21.0 |
| 1103 | 2026-08-21T17:19:03.447Z | Downloaded waitgroup v0.1.2 |
| 1104 | 2026-08-21T17:19:03.449Z | Downloaded tabwriter v1.4.1 |
| 1105 | 2026-08-21T17:19:03.452Z | Downloaded kstat-rs v0.2.5 |
| 1106 | 2026-08-21T17:19:03.452Z | Downloaded derive_builder_macro v0.20.2 |
| 1107 | 2026-08-21T17:19:03.453Z | Downloaded vergen-lib v9.1.0 |
| 1108 | 2026-08-21T17:19:03.455Z | Downloaded xshell v0.2.7 |
| 1109 | 2026-08-21T17:19:03.455Z | Downloaded yoke v0.8.1 |
| 1110 | 2026-08-21T17:19:03.458Z | Downloaded winnow v0.6.26 |
| 1111 | 2026-08-21T17:19:03.465Z | Downloaded nom v8.0.0 |
| 1112 | 2026-08-21T17:19:03.468Z | Downloaded dunce v1.0.5 |
| 1113 | 2026-08-21T17:19:03.471Z | Downloaded radium v0.7.0 |
| 1114 | 2026-08-21T17:19:03.473Z | Downloaded minimal-lexical v0.2.1 |
| 1115 | 2026-08-21T17:19:03.476Z | Downloaded memmap2 v0.9.10 |
| 1116 | 2026-08-21T17:19:03.476Z | Downloaded ml-kem v0.3.2 |
| 1117 | 2026-08-21T17:19:03.479Z | Downloaded num_enum v0.7.6 |
| 1118 | 2026-08-21T17:19:03.482Z | Downloaded keccak v0.2.0 |
| 1119 | 2026-08-21T17:19:03.482Z | Downloaded tokio-postgres v0.7.16 |
| 1120 | 2026-08-21T17:19:03.484Z | Downloaded sync-ptr v0.1.4 |
| 1121 | 2026-08-21T17:19:03.484Z | Downloaded lru-cache v0.1.2 |
| 1122 | 2026-08-21T17:19:03.484Z | Downloaded critical-section v1.2.0 |
| 1123 | 2026-08-21T17:19:03.487Z | Downloaded termtree v0.5.1 |
| 1124 | 2026-08-21T17:19:03.488Z | Downloaded ed25519 v2.2.3 |
| 1125 | 2026-08-21T17:19:03.491Z | Downloaded managed v0.8.0 |
| 1126 | 2026-08-21T17:19:03.495Z | Downloaded itertools v0.14.0 |
| 1127 | 2026-08-21T17:19:03.495Z | Downloaded miette-derive v7.6.0 |
| 1128 | 2026-08-21T17:19:03.498Z | Downloaded num_enum_derive v0.7.6 |
| 1129 | 2026-08-21T17:19:03.498Z | Downloaded phc v0.6.1 |
| 1130 | 2026-08-21T17:19:03.498Z | Downloaded const_format v0.2.35 |
| 1131 | 2026-08-21T17:19:03.501Z | Downloaded x509-cert v0.2.5 |
| 1132 | 2026-08-21T17:19:03.504Z | Downloaded libm v0.2.16 |
| 1133 | 2026-08-21T17:19:03.507Z | Downloaded rand v0.8.6 |
| 1134 | 2026-08-21T17:19:03.510Z | Downloaded packed_struct_codegen v0.10.1 |
| 1135 | 2026-08-21T17:19:03.510Z | Downloaded poly1305 v0.9.0 |
| 1136 | 2026-08-21T17:19:03.513Z | Downloaded jobserver v0.1.34 |
| 1137 | 2026-08-21T17:19:03.513Z | Downloaded defmt-parser v1.0.0 |
| 1138 | 2026-08-21T17:19:03.513Z | Downloaded progenitor-client v0.13.0 |
| 1139 | 2026-08-21T17:19:03.513Z | Downloaded thiserror-no-std v2.0.2 |
| 1140 | 2026-08-21T17:19:03.516Z | Downloaded unicase v2.9.0 |
| 1141 | 2026-08-21T17:19:03.516Z | Downloaded want v0.3.1 |
| 1142 | 2026-08-21T17:19:03.516Z | Downloaded writeable v0.6.2 |
| 1143 | 2026-08-21T17:19:03.516Z | Downloaded icu_properties_data v2.1.2 |
| 1144 | 2026-08-21T17:19:03.521Z | Downloaded slog v2.8.2 |
| 1145 | 2026-08-21T17:19:03.524Z | Downloaded tokio-util v0.7.18 |
| 1146 | 2026-08-21T17:19:03.527Z | Downloaded rustls-native-certs v0.8.3 |
| 1147 | 2026-08-21T17:19:03.530Z | Downloaded slog-json v2.6.1 |
| 1148 | 2026-08-21T17:19:03.530Z | Downloaded slog-scope v4.4.1 |
| 1149 | 2026-08-21T17:19:03.530Z | Downloaded illumos-nvpair v0.3.0 |
| 1150 | 2026-08-21T17:19:03.533Z | Downloaded samael v0.0.19 |
| 1151 | 2026-08-21T17:19:03.545Z | Downloaded cookie v0.18.1 |
| 1152 | 2026-08-21T17:19:03.548Z | Downloaded num-integer v0.1.46 |
| 1153 | 2026-08-21T17:19:03.548Z | Downloaded jiff-core v0.1.0 |
| 1154 | 2026-08-21T17:19:03.551Z | Downloaded module-lattice v0.2.3 |
| 1155 | 2026-08-21T17:19:03.557Z | Downloaded utf-8 v0.7.6 |
| 1156 | 2026-08-21T17:19:03.559Z | Downloaded knus-derive v3.4.0 |
| 1157 | 2026-08-21T17:19:03.559Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1158 | 2026-08-21T17:19:03.563Z | Downloaded time-macros v0.2.27 |
| 1159 | 2026-08-21T17:19:03.566Z | Downloaded idna v1.1.0 |
| 1160 | 2026-08-21T17:19:03.570Z | Downloaded papergrid v0.18.0 |
| 1161 | 2026-08-21T17:19:03.573Z | Downloaded peg-macros v0.8.5 |
| 1162 | 2026-08-21T17:19:03.576Z | Downloaded md-5 v0.10.6 |
| 1163 | 2026-08-21T17:19:03.579Z | Downloaded bindgen v0.71.1 |
| 1164 | 2026-08-21T17:19:03.581Z | Downloaded der v0.8.0 |
| 1165 | 2026-08-21T17:19:03.584Z | Downloaded powerfmt v0.2.0 |
| 1166 | 2026-08-21T17:19:03.584Z | Downloaded rustc_version v0.4.1 |
| 1167 | 2026-08-21T17:19:03.587Z | Downloaded sponge-cursor v0.1.0 |
| 1168 | 2026-08-21T17:19:03.587Z | Downloaded socket2 v0.5.10 |
| 1169 | 2026-08-21T17:19:03.587Z | Downloaded blake3 v1.8.5 |
| 1170 | 2026-08-21T17:19:03.591Z | Downloaded postgres-protocol v0.6.10 |
| 1171 | 2026-08-21T17:19:03.594Z | Downloaded rustyline v14.0.0 |
| 1172 | 2026-08-21T17:19:03.598Z | Downloaded iri-string v0.7.10 |
| 1173 | 2026-08-21T17:19:03.603Z | Downloaded rustls-pki-types v1.14.0 |
| 1174 | 2026-08-21T17:19:03.603Z | Downloaded num-conv v0.2.0 |
| 1175 | 2026-08-21T17:19:03.603Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1176 | 2026-08-21T17:19:03.611Z | Downloaded shell-words v1.1.1 |
| 1177 | 2026-08-21T17:19:03.611Z | Downloaded zerofrom-derive v0.1.6 |
| 1178 | 2026-08-21T17:19:03.611Z | Downloaded linked-hash-map v0.5.6 |
| 1179 | 2026-08-21T17:19:03.611Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1180 | 2026-08-21T17:19:03.611Z | Downloaded diesel_derives v2.3.7 |
| 1181 | 2026-08-21T17:19:03.614Z | Downloaded winnow v1.0.3 |
| 1182 | 2026-08-21T17:19:03.615Z | Downloaded knus v3.4.0 |
| 1183 | 2026-08-21T17:19:03.619Z | Downloaded similar v2.7.0 |
| 1184 | 2026-08-21T17:19:03.619Z | Downloaded itertools v0.10.5 |
| 1185 | 2026-08-21T17:19:03.628Z | Downloaded native-tls v0.2.18 |
| 1186 | 2026-08-21T17:19:03.628Z | Downloaded serde-big-array v0.5.1 |
| 1187 | 2026-08-21T17:19:03.628Z | Downloaded spki v0.8.0 |
| 1188 | 2026-08-21T17:19:03.628Z | Downloaded untrusted v0.9.0 |
| 1189 | 2026-08-21T17:19:03.633Z | Downloaded mio v1.2.0 |
| 1190 | 2026-08-21T17:19:03.633Z | Downloaded linear-map v1.2.0 |
| 1191 | 2026-08-21T17:19:03.633Z | Downloaded ipnetwork v0.21.1 |
| 1192 | 2026-08-21T17:19:03.633Z | Downloaded pem v3.0.6 |
| 1193 | 2026-08-21T17:19:03.633Z | Downloaded bitvec v1.0.1 |
| 1194 | 2026-08-21T17:19:03.639Z | Downloaded itertools v0.12.1 |
| 1195 | 2026-08-21T17:19:03.643Z | Downloaded nom v7.1.3 |
| 1196 | 2026-08-21T17:19:03.657Z | Downloaded convert_case v0.10.0 |
| 1197 | 2026-08-21T17:19:03.657Z | Downloaded constant_time_eq v0.4.2 |
| 1198 | 2026-08-21T17:19:03.657Z | Downloaded pin-project-lite v0.2.17 |
| 1199 | 2026-08-21T17:19:03.660Z | Downloaded strum_macros v0.27.2 |
| 1200 | 2026-08-21T17:19:03.661Z | Downloaded p256 v0.14.0 |
| 1201 | 2026-08-21T17:19:03.661Z | Downloaded pin-project v1.1.11 |
| 1202 | 2026-08-21T17:19:03.661Z | Downloaded zerovec v0.11.5 |
| 1203 | 2026-08-21T17:19:03.661Z | Downloaded strum_macros v0.26.4 |
| 1204 | 2026-08-21T17:19:03.661Z | Downloaded darling v0.21.3 |
| 1205 | 2026-08-21T17:19:03.664Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1206 | 2026-08-21T17:19:03.666Z | Downloaded iddqd v0.4.2 |
| 1207 | 2026-08-21T17:19:03.669Z | Downloaded serde_with v1.14.0 |
| 1208 | 2026-08-21T17:19:03.673Z | Downloaded daft v0.1.7 |
| 1209 | 2026-08-21T17:19:03.676Z | Downloaded sec1 v0.7.3 |
| 1210 | 2026-08-21T17:19:03.676Z | Downloaded resolv-conf v0.7.6 |
| 1211 | 2026-08-21T17:19:03.676Z | Downloaded tokio-dtrace v0.1.1 |
| 1212 | 2026-08-21T17:19:03.676Z | Downloaded hyper v1.10.1 |
| 1213 | 2026-08-21T17:19:03.679Z | Downloaded itertools v0.13.0 |
| 1214 | 2026-08-21T17:19:03.682Z | Downloaded darling_core v0.20.11 |
| 1215 | 2026-08-21T17:19:03.685Z | Downloaded ingot v0.2.1 |
| 1216 | 2026-08-21T17:19:03.687Z | Downloaded derive-where v1.6.0 |
| 1217 | 2026-08-21T17:19:03.687Z | Downloaded ppv-lite86 v0.2.21 |
| 1218 | 2026-08-21T17:19:03.690Z | Downloaded progenitor v0.14.0 |
| 1219 | 2026-08-21T17:19:03.690Z | Downloaded quick-xml v0.37.5 |
| 1220 | 2026-08-21T17:19:03.693Z | Downloaded itertools v0.15.0 |
| 1221 | 2026-08-21T17:19:03.696Z | Downloaded test-strategy v0.4.5 |
| 1222 | 2026-08-21T17:19:03.699Z | Downloaded icu_locale_core v2.1.1 |
| 1223 | 2026-08-21T17:19:03.705Z | Downloaded serde-hex v0.1.0 |
| 1224 | 2026-08-21T17:19:03.705Z | Downloaded ignore v0.4.25 |
| 1225 | 2026-08-21T17:19:03.705Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1226 | 2026-08-21T17:19:03.708Z | Downloaded vergen v9.1.0 |
| 1227 | 2026-08-21T17:19:03.708Z | Downloaded crossbeam-epoch v0.9.18 |
| 1228 | 2026-08-21T17:19:03.708Z | Downloaded slog-async v2.8.0 |
| 1229 | 2026-08-21T17:19:03.708Z | Downloaded derive_more v0.99.20 |
| 1230 | 2026-08-21T17:19:03.711Z | Downloaded chrono v0.4.45 |
| 1231 | 2026-08-21T17:19:03.716Z | Downloaded crossterm v0.29.0 |
| 1232 | 2026-08-21T17:19:03.719Z | Downloaded zip v4.6.1 |
| 1233 | 2026-08-21T17:19:03.722Z | Downloaded url v2.5.8 |
| 1234 | 2026-08-21T17:19:03.722Z | Downloaded serde_with v3.21.0 |
| 1235 | 2026-08-21T17:19:03.727Z | Downloaded signal-hook v0.3.18 |
| 1236 | 2026-08-21T17:19:03.732Z | Downloaded tokio-tungstenite v0.23.1 |
| 1237 | 2026-08-21T17:19:03.732Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1238 | 2026-08-21T17:19:03.735Z | Downloaded indexmap v1.9.3 |
| 1239 | 2026-08-21T17:19:03.735Z | Downloaded zlib-rs v0.6.2 |
| 1240 | 2026-08-21T17:19:03.738Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1241 | 2026-08-21T17:19:03.741Z | Downloaded tungstenite v0.21.0 |
| 1242 | 2026-08-21T17:19:03.744Z | Downloaded typify v0.6.2 |
| 1243 | 2026-08-21T17:19:03.748Z | Downloaded des v0.9.0 |
| 1244 | 2026-08-21T17:19:03.748Z | Downloaded ron v0.8.1 |
| 1245 | 2026-08-21T17:19:03.750Z | Downloaded socket2 v0.6.3 |
| 1246 | 2026-08-21T17:19:03.751Z | Downloaded zstd v0.13.3 |
| 1247 | 2026-08-21T17:19:03.751Z | Downloaded radix_trie v0.2.1 |
| 1248 | 2026-08-21T17:19:03.753Z | Downloaded p384 v0.13.1 |
| 1249 | 2026-08-21T17:19:03.756Z | Downloaded num-traits v0.2.19 |
| 1250 | 2026-08-21T17:19:03.759Z | Downloaded aws-lc-rs v1.16.3 |
| 1251 | 2026-08-21T17:19:03.762Z | Downloaded dropshot_endpoint v0.17.1 |
| 1252 | 2026-08-21T17:19:03.765Z | Downloaded darling_core v0.23.0 |
| 1253 | 2026-08-21T17:19:03.768Z | Downloaded reedline v0.40.0 |
| 1254 | 2026-08-21T17:19:03.771Z | Downloaded progenitor-impl v0.13.0 |
| 1255 | 2026-08-21T17:19:03.774Z | Downloaded schemars v0.9.0 |
| 1256 | 2026-08-21T17:19:03.814Z | Downloaded elliptic-curve v0.13.8 |
| 1257 | 2026-08-21T17:19:03.814Z | Downloaded vcpkg v0.2.15 |
| 1258 | 2026-08-21T17:19:03.814Z | Downloaded icu_normalizer v2.1.1 |
| 1259 | 2026-08-21T17:19:03.814Z | Downloaded rand v0.9.2 |
| 1260 | 2026-08-21T17:19:03.814Z | Downloaded rand v0.10.1 |
| 1261 | 2026-08-21T17:19:03.814Z | Downloaded der v0.7.10 |
| 1262 | 2026-08-21T17:19:03.818Z | Downloaded uuid v1.23.4 |
| 1263 | 2026-08-21T17:19:03.819Z | Downloaded tar v0.4.46 |
| 1264 | 2026-08-21T17:19:03.823Z | Downloaded lalrpop v0.19.12 |
| 1265 | 2026-08-21T17:19:03.827Z | Downloaded openssl-sys v0.9.117 |
| 1266 | 2026-08-21T17:19:03.827Z | Downloaded unicode-normalization v0.1.25 |
| 1267 | 2026-08-21T17:19:03.831Z | Downloaded crossbeam-channel v0.5.15 |
| 1268 | 2026-08-21T17:19:03.834Z | Downloaded polar-core v0.27.3 |
| 1269 | 2026-08-21T17:19:03.837Z | Downloaded goblin v0.10.5 |
| 1270 | 2026-08-21T17:19:03.840Z | Downloaded crossterm v0.28.1 |
| 1271 | 2026-08-21T17:19:03.844Z | Downloaded winnow v0.5.40 |
| 1272 | 2026-08-21T17:19:03.847Z | Downloaded icu_collections v2.1.1 |
| 1273 | 2026-08-21T17:19:03.852Z | Downloaded tabled v0.21.0 |
| 1274 | 2026-08-21T17:19:03.860Z | Downloaded ed25519-dalek v2.2.0 |
| 1275 | 2026-08-21T17:19:03.864Z | Downloaded salty v0.3.0 |
| 1276 | 2026-08-21T17:19:03.867Z | Downloaded yansi v1.0.1 |
| 1277 | 2026-08-21T17:19:03.867Z | Downloaded tower-http v0.6.8 |
| 1278 | 2026-08-21T17:19:03.871Z | Downloaded hickory-proto v0.24.4 |
| 1279 | 2026-08-21T17:19:03.878Z | Downloaded moka v0.12.13 |
| 1280 | 2026-08-21T17:19:03.883Z | Downloaded miette v7.6.0 |
| 1281 | 2026-08-21T17:19:03.886Z | Downloaded gimli v0.32.3 |
| 1282 | 2026-08-21T17:19:03.890Z | Downloaded crypto-primes v0.7.2 |
| 1283 | 2026-08-21T17:19:03.894Z | Downloaded proptest v1.11.0 |
| 1284 | 2026-08-21T17:19:03.897Z | Downloaded p521 v0.14.0 |
| 1285 | 2026-08-21T17:19:03.901Z | Downloaded petname v2.0.2 |
| 1286 | 2026-08-21T17:19:03.928Z | Downloaded nix v0.27.1 |
| 1287 | 2026-08-21T17:19:03.931Z | Downloaded portable-atomic v1.13.1 |
| 1288 | 2026-08-21T17:19:03.931Z | Downloaded object v0.30.4 |
| 1289 | 2026-08-21T17:19:03.936Z | Downloaded time v0.3.47 |
| 1290 | 2026-08-21T17:19:03.940Z | Downloaded libxml v0.3.3 |
| 1291 | 2026-08-21T17:19:03.944Z | Downloaded reqwest v0.12.28 |
| 1292 | 2026-08-21T17:19:03.947Z | Downloaded rawzip v0.4.4 |
| 1293 | 2026-08-21T17:19:03.950Z | Downloaded russh v0.62.4 |
| 1294 | 2026-08-21T17:19:03.972Z | Downloaded sha3 v0.12.0 |
| 1295 | 2026-08-21T17:19:03.977Z | Downloaded smoltcp v0.11.0 |
| 1296 | 2026-08-21T17:19:03.981Z | Downloaded rayon v1.11.0 |
| 1297 | 2026-08-21T17:19:03.986Z | Downloaded smoltcp v0.9.1 |
| 1298 | 2026-08-21T17:19:03.999Z | Downloaded bstr v1.12.1 |
| 1299 | 2026-08-21T17:19:04.005Z | Downloaded zerocopy v0.8.55 |
| 1300 | 2026-08-21T17:19:04.018Z | Downloaded nix v0.28.0 |
| 1301 | 2026-08-21T17:19:04.035Z | Downloaded openssl v0.10.80 |
| 1302 | 2026-08-21T17:19:04.057Z | Downloaded quinn-proto v0.11.16 |
| 1303 | 2026-08-21T17:19:04.063Z | Downloaded regex-syntax v0.6.29 |
| 1304 | 2026-08-21T17:19:04.088Z | Downloaded dropshot v0.17.1 |
| 1305 | 2026-08-21T17:19:04.101Z | Downloaded crypto-bigint v0.7.5 |
| 1306 | 2026-08-21T17:19:04.130Z | Downloaded hickory-proto v0.25.2 |
| 1307 | 2026-08-21T17:19:04.140Z | Downloaded regress v0.10.5 |
| 1308 | 2026-08-21T17:19:04.145Z | Downloaded object v0.37.3 |
| 1309 | 2026-08-21T17:19:04.151Z | Downloaded regress v0.11.1 |
| 1310 | 2026-08-21T17:19:04.155Z | Downloaded sqlparser v0.61.0 |
| 1311 | 2026-08-21T17:19:04.162Z | Downloaded rustls v0.23.41 |
| 1312 | 2026-08-21T17:19:04.166Z | Downloaded sled v0.34.7 |
| 1313 | 2026-08-21T17:19:04.173Z | Downloaded rustix v0.38.44 |
| 1314 | 2026-08-21T17:19:04.184Z | Downloaded curve25519-dalek v4.1.3 |
| 1315 | 2026-08-21T17:19:04.188Z | Downloaded nix v0.31.2 |
| 1316 | 2026-08-21T17:19:04.196Z | Downloaded regex-syntax v0.8.10 |
| 1317 | 2026-08-21T17:19:04.199Z | Downloaded curve25519-dalek v5.0.0 |
| 1318 | 2026-08-21T17:19:04.203Z | Downloaded openapiv3 v2.2.0 |
| 1319 | 2026-08-21T17:19:04.209Z | Downloaded ratatui v0.29.0 |
| 1320 | 2026-08-21T17:19:04.220Z | Downloaded typify-impl v0.6.2 |
| 1321 | 2026-08-21T17:19:04.225Z | Downloaded diesel v2.3.7 |
| 1322 | 2026-08-21T17:19:04.236Z | Downloaded sha3 v0.11.0 |
| 1323 | 2026-08-21T17:19:04.239Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1324 | 2026-08-21T17:19:04.244Z | Downloaded tracing v0.1.44 |
| 1325 | 2026-08-21T17:19:04.254Z | Downloaded regex-automata v0.4.14 |
| 1326 | 2026-08-21T17:19:04.269Z | Downloaded zerocopy-derive v0.6.6 |
| 1327 | 2026-08-21T17:19:04.285Z | Downloaded jiff v0.2.34 |
| 1328 | 2026-08-21T17:19:04.295Z | Downloaded sha3 v0.10.8 |
| 1329 | 2026-08-21T17:19:04.304Z | Downloaded libz-sys v1.1.24 |
| 1330 | 2026-08-21T17:19:04.318Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1331 | 2026-08-21T17:19:04.327Z | Downloaded tokio v1.52.1 |
| 1332 | 2026-08-21T17:19:04.349Z | Downloaded chrono-tz v0.10.4 |
| 1333 | 2026-08-21T17:19:04.359Z | Downloaded petgraph v0.8.3 |
| 1334 | 2026-08-21T17:19:04.373Z | Downloaded petgraph v0.6.5 |
| 1335 | 2026-08-21T17:19:04.380Z | Downloaded encoding_rs v0.8.35 |
| 1336 | 2026-08-21T17:19:04.392Z | Downloaded csv v1.4.0 |
| 1337 | 2026-08-21T17:19:04.404Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1338 | 2026-08-21T17:19:04.443Z | Downloaded ring v0.17.14 |
| 1339 | 2026-08-21T17:19:04.933Z | Downloaded aws-lc-sys v0.40.0 |
| 1340 | 2026-08-21T17:19:05.195Z | Compiling serde_core v1.0.228 |
| 1341 | 2026-08-21T17:19:05.195Z | Compiling libc v0.2.185 |
| 1342 | 2026-08-21T17:19:05.195Z | Compiling serde v1.0.228 |
| 1343 | 2026-08-21T17:19:05.200Z | Compiling log v0.4.33 |
| 1344 | 2026-08-21T17:19:05.200Z | Compiling smallvec v1.15.1 |
| 1345 | 2026-08-21T17:19:05.201Z | Compiling find-msvc-tools v0.1.9 |
| 1346 | 2026-08-21T17:19:05.318Z | Compiling shlex v1.3.0 |
| 1347 | 2026-08-21T17:19:05.323Z | Compiling syn v2.0.117 |
| 1348 | 2026-08-21T17:19:05.547Z | Compiling subtle v2.6.1 |
| 1349 | 2026-08-21T17:19:05.561Z | Compiling scopeguard v1.2.0 |
| 1350 | 2026-08-21T17:19:05.561Z | Compiling typenum v1.20.1 |
| 1351 | 2026-08-21T17:19:05.598Z | Compiling stable_deref_trait v1.2.1 |
| 1352 | 2026-08-21T17:19:05.653Z | Compiling lock_api v0.4.14 |
| 1353 | 2026-08-21T17:19:05.669Z | Compiling zerocopy v0.8.55 |
| 1354 | 2026-08-21T17:19:05.682Z | Compiling portable-atomic v1.13.1 |
| 1355 | 2026-08-21T17:19:05.726Z | Compiling serde_json v1.0.151 |
| 1356 | 2026-08-21T17:19:05.897Z | Compiling critical-section v1.2.0 |
| 1357 | 2026-08-21T17:19:05.938Z | Compiling libm v0.2.16 |
| 1358 | 2026-08-21T17:19:06.005Z | Compiling num-traits v0.2.19 |
| 1359 | 2026-08-21T17:19:06.114Z | Compiling pkg-config v0.3.32 |
| 1360 | 2026-08-21T17:19:06.184Z | Compiling errno v0.3.14 |
| 1361 | 2026-08-21T17:19:06.194Z | Compiling jobserver v0.1.34 |
| 1362 | 2026-08-21T17:19:06.251Z | Compiling getrandom v0.2.17 |
| 1363 | 2026-08-21T17:19:06.387Z | Compiling cc v1.2.56 |
| 1364 | 2026-08-21T17:19:06.504Z | Compiling rand_core v0.6.4 |
| 1365 | 2026-08-21T17:19:06.679Z | Compiling generic-array v0.14.7 |
| 1366 | 2026-08-21T17:19:06.733Z | Compiling once_cell v1.21.3 |
| 1367 | 2026-08-21T17:19:06.759Z | Compiling const-oid v0.9.6 |
| 1368 | 2026-08-21T17:19:06.813Z | Compiling pin-project-lite v0.2.17 |
| 1369 | 2026-08-21T17:19:06.869Z | Compiling parking_lot_core v0.9.12 |
| 1370 | 2026-08-21T17:19:06.951Z | Compiling getrandom v0.3.4 |
| 1371 | 2026-08-21T17:19:06.966Z | Compiling signal-hook-registry v1.4.8 |
| 1372 | 2026-08-21T17:19:07.480Z | Compiling bitflags v2.11.0 |
| 1373 | 2026-08-21T17:19:07.536Z | Compiling percent-encoding v2.3.2 |
| 1374 | 2026-08-21T17:19:07.608Z | Compiling futures-core v0.3.32 |
| 1375 | 2026-08-21T17:19:07.641Z | Compiling writeable v0.6.2 |
| 1376 | 2026-08-21T17:19:07.706Z | Compiling litemap v0.8.1 |
| 1377 | 2026-08-21T17:19:07.751Z | Compiling semver v1.0.28 |
| 1378 | 2026-08-21T17:19:07.766Z | Compiling parking_lot v0.12.5 |
| 1379 | 2026-08-21T17:19:07.832Z | Compiling mio v1.2.0 |
| 1380 | 2026-08-21T17:19:07.895Z | Compiling icu_normalizer_data v2.1.1 |
| 1381 | 2026-08-21T17:19:07.938Z | Compiling icu_properties_data v2.1.2 |
| 1382 | 2026-08-21T17:19:07.965Z | Compiling socket2 v0.6.3 |
| 1383 | 2026-08-21T17:19:08.068Z | Compiling rustix v1.1.4 |
| 1384 | 2026-08-21T17:19:08.130Z | Compiling getrandom v0.4.3 |
| 1385 | 2026-08-21T17:19:08.176Z | Compiling rand_core v0.10.0 |
| 1386 | 2026-08-21T17:19:08.278Z | Compiling synstructure v0.13.2 |
| 1387 | 2026-08-21T17:19:08.294Z | Compiling futures-sink v0.3.32 |
| 1388 | 2026-08-21T17:19:08.341Z | Compiling indexmap v2.14.0 |
| 1389 | 2026-08-21T17:19:08.361Z | Compiling slab v0.4.12 |
| 1390 | 2026-08-21T17:19:08.397Z | Compiling futures-channel v0.3.32 |
| 1391 | 2026-08-21T17:19:08.540Z | Compiling futures-task v0.3.32 |
| 1392 | 2026-08-21T17:19:08.596Z | Compiling futures-io v0.3.32 |
| 1393 | 2026-08-21T17:19:08.626Z | Compiling utf8_iter v1.0.4 |
| 1394 | 2026-08-21T17:19:08.719Z | Compiling form_urlencoded v1.2.2 |
| 1395 | 2026-08-21T17:19:08.735Z | Compiling rustversion v1.0.22 |
| 1396 | 2026-08-21T17:19:08.763Z | Compiling base64ct v1.8.3 |
| 1397 | 2026-08-21T17:19:08.786Z | Compiling iana-time-zone v0.1.65 |
| 1398 | 2026-08-21T17:19:08.861Z | Compiling cmake v0.1.57 |
| 1399 | 2026-08-21T17:19:08.891Z | Compiling dunce v1.0.5 |
| 1400 | 2026-08-21T17:19:08.983Z | Compiling pem-rfc7468 v0.7.0 |
| 1401 | 2026-08-21T17:19:08.999Z | Compiling ident_case v1.0.1 |
| 1402 | 2026-08-21T17:19:09.013Z | Compiling flagset v0.4.7 |
| 1403 | 2026-08-21T17:19:09.039Z | Compiling fs_extra v1.3.0 |
| 1404 | 2026-08-21T17:19:09.174Z | Compiling regex-syntax v0.8.10 |
| 1405 | 2026-08-21T17:19:09.191Z | Compiling uuid v1.23.4 |
| 1406 | 2026-08-21T17:19:09.314Z | Compiling rand_core v0.9.5 |
| 1407 | 2026-08-21T17:19:09.329Z | Compiling base64 v0.22.1 |
| 1408 | 2026-08-21T17:19:09.374Z | Compiling aws-lc-sys v0.40.0 |
| 1409 | 2026-08-21T17:19:09.595Z | Compiling vcpkg v0.2.15 |
| 1410 | 2026-08-21T17:19:09.654Z | Compiling syn v1.0.109 |
| 1411 | 2026-08-21T17:19:09.723Z | Compiling serde_derive_internals v0.29.1 |
| 1412 | 2026-08-21T17:19:09.886Z | Compiling rustc_version v0.4.1 |
| 1413 | 2026-08-21T17:19:09.900Z | Compiling tracing-core v0.1.36 |
| 1414 | 2026-08-21T17:19:09.987Z | Compiling serde_derive v1.0.228 |
| 1415 | 2026-08-21T17:19:10.011Z | Compiling zeroize_derive v1.5.0 |
| 1416 | 2026-08-21T17:19:10.253Z | Compiling zerofrom-derive v0.1.6 |
| 1417 | 2026-08-21T17:19:10.322Z | Compiling zerocopy-derive v0.8.55 |
| 1418 | 2026-08-21T17:19:10.464Z | Compiling yoke-derive v0.8.1 |
| 1419 | 2026-08-21T17:19:10.639Z | Compiling zerovec-derive v0.11.2 |
| 1420 | 2026-08-21T17:19:10.670Z | Compiling displaydoc v0.2.5 |
| 1421 | 2026-08-21T17:19:11.428Z | Compiling tokio-macros v2.7.0 |
| 1422 | 2026-08-21T17:19:11.557Z | Compiling futures-macro v0.3.32 |
| 1423 | 2026-08-21T17:19:11.658Z | Compiling zerofrom v0.1.6 |
| 1424 | 2026-08-21T17:19:11.672Z | Compiling thiserror-impl v2.0.18 |
| 1425 | 2026-08-21T17:19:11.787Z | Compiling yoke v0.8.1 |
| 1426 | 2026-08-21T17:19:11.802Z | Compiling der_derive v0.7.3 |
| 1427 | 2026-08-21T17:19:11.971Z | Compiling zerovec v0.11.5 |
| 1428 | 2026-08-21T17:19:12.177Z | Compiling zerotrie v0.2.3 |
| 1429 | 2026-08-21T17:19:12.364Z | Compiling futures-util v0.3.32 |
| 1430 | 2026-08-21T17:19:12.477Z | Compiling tinystr v0.8.2 |
| 1431 | 2026-08-21T17:19:12.492Z | Compiling potential_utf v0.1.4 |
| 1432 | 2026-08-21T17:19:12.654Z | Compiling icu_locale_core v2.1.1 |
| 1433 | 2026-08-21T17:19:12.681Z | Compiling icu_collections v2.1.1 |
| 1434 | 2026-08-21T17:19:12.754Z | Compiling openssl-sys v0.9.117 |
| 1435 | 2026-08-21T17:19:13.008Z | Compiling thiserror v2.0.18 |
| 1436 | 2026-08-21T17:19:13.116Z | Compiling tracing-attributes v0.1.31 |
| 1437 | 2026-08-21T17:19:13.143Z | Compiling schemars v0.8.22 |
| 1438 | 2026-08-21T17:19:13.272Z | Compiling icu_provider v2.1.1 |
| 1439 | 2026-08-21T17:19:13.341Z | Compiling aws-lc-rs v1.16.3 |
| 1440 | 2026-08-21T17:19:13.523Z | Compiling zeroize v1.9.0 |
| 1441 | 2026-08-21T17:19:13.540Z | Compiling bytes v1.11.1 |
| 1442 | 2026-08-21T17:19:13.568Z | Compiling icu_normalizer v2.1.1 |
| 1443 | 2026-08-21T17:19:13.628Z | Compiling icu_properties v2.1.2 |
| 1444 | 2026-08-21T17:19:14.164Z | Compiling tokio v1.52.1 |
| 1445 | 2026-08-21T17:19:14.209Z | Compiling chrono v0.4.45 |
| 1446 | 2026-08-21T17:19:14.391Z | Compiling crypto-common v0.1.7 |
| 1447 | 2026-08-21T17:19:14.455Z | Compiling block-buffer v0.10.4 |
| 1448 | 2026-08-21T17:19:14.544Z | Compiling idna_adapter v1.2.1 |
| 1449 | 2026-08-21T17:19:14.631Z | Compiling digest v0.10.7 |
| 1450 | 2026-08-21T17:19:14.647Z | Compiling der v0.7.10 |
| 1451 | 2026-08-21T17:19:14.688Z | Compiling idna v1.1.0 |
| 1452 | 2026-08-21T17:19:14.796Z | Compiling ppv-lite86 v0.2.21 |
| 1453 | 2026-08-21T17:19:14.900Z | Compiling http v1.4.2 |
| 1454 | 2026-08-21T17:19:14.935Z | Compiling simd-adler32 v0.3.8 |
| 1455 | 2026-08-21T17:19:15.130Z | Compiling url v2.5.8 |
| 1456 | 2026-08-21T17:19:15.183Z | Compiling rand_chacha v0.9.0 |
| 1457 | 2026-08-21T17:19:15.355Z | Compiling dyn-clone v1.0.20 |
| 1458 | 2026-08-21T17:19:15.496Z | Compiling spki v0.7.3 |
| 1459 | 2026-08-21T17:19:15.601Z | Compiling cpufeatures v0.2.17 |
| 1460 | 2026-08-21T17:19:15.678Z | Compiling pkcs8 v0.10.2 |
| 1461 | 2026-08-21T17:19:15.707Z | Compiling http-body v1.0.1 |
| 1462 | 2026-08-21T17:19:15.817Z | Compiling rand v0.9.2 |
| 1463 | 2026-08-21T17:19:15.860Z | Compiling tracing v0.1.44 |
| 1464 | 2026-08-21T17:19:15.873Z | Compiling rustls-pki-types v1.14.0 |
| 1465 | 2026-08-21T17:19:15.932Z | Compiling schemars_derive v0.8.22 |
| 1466 | 2026-08-21T17:19:15.965Z | Compiling spin v0.9.8 |
| 1467 | 2026-08-21T17:19:16.113Z | Compiling adler2 v2.0.1 |
| 1468 | 2026-08-21T17:19:16.167Z | Compiling httparse v1.10.1 |
| 1469 | 2026-08-21T17:19:16.244Z | Compiling crc32fast v1.5.0 |
| 1470 | 2026-08-21T17:19:16.310Z | Compiling cmov v0.5.4 |
| 1471 | 2026-08-21T17:19:16.493Z | Compiling tinyvec_macros v0.1.1 |
| 1472 | 2026-08-21T17:19:16.507Z | Compiling openssl-probe v0.2.1 |
| 1473 | 2026-08-21T17:19:16.558Z | Compiling tinyvec v1.10.0 |
| 1474 | 2026-08-21T17:19:16.572Z | Compiling ctutils v0.4.2 |
| 1475 | 2026-08-21T17:19:16.586Z | Compiling tempfile v3.27.0 |
| 1476 | 2026-08-21T17:19:16.672Z | Compiling miniz_oxide v0.8.9 |
| 1477 | 2026-08-21T17:19:16.803Z | Compiling pest_generator v2.8.6 |
| 1478 | 2026-08-21T17:19:16.897Z | Compiling sha2 v0.10.9 |
| 1479 | 2026-08-21T17:19:16.943Z | Compiling terminal_size v0.4.3 |
| 1480 | 2026-08-21T17:19:17.102Z | Compiling aho-corasick v1.1.4 |
| 1481 | 2026-08-21T17:19:17.262Z | Compiling untrusted v0.7.1 |
| 1482 | 2026-08-21T17:19:17.386Z | Compiling tower-service v0.3.3 |
| 1483 | 2026-08-21T17:19:17.474Z | Compiling radium v0.7.0 |
| 1484 | 2026-08-21T17:19:17.485Z | Compiling try-lock v0.2.5 |
| 1485 | 2026-08-21T17:19:17.589Z | Compiling tower-layer v0.3.3 |
| 1486 | 2026-08-21T17:19:17.712Z | Compiling atomic-waker v1.1.2 |
| 1487 | 2026-08-21T17:19:17.768Z | Compiling want v0.3.1 |
| 1488 | 2026-08-21T17:19:17.837Z | Compiling pest_derive v2.8.6 |
| 1489 | 2026-08-21T17:19:17.930Z | Compiling regex-automata v0.4.14 |
| 1490 | 2026-08-21T17:19:18.176Z | Compiling tokio-util v0.7.18 |
| 1491 | 2026-08-21T17:19:18.264Z | Compiling hybrid-array v0.4.13 |
| 1492 | 2026-08-21T17:19:18.730Z | Compiling ipnet v2.12.0 |
| 1493 | 2026-08-21T17:19:18.899Z | Compiling h2 v0.4.15 |
| 1494 | 2026-08-21T17:19:19.018Z | Compiling scroll_derive v0.13.1 |
| 1495 | 2026-08-21T17:19:19.204Z | Compiling darling_core v0.20.11 |
| 1496 | 2026-08-21T17:19:19.235Z | Compiling untrusted v0.9.0 |
| 1497 | 2026-08-21T17:19:19.357Z | Compiling httpdate v1.0.3 |
| 1498 | 2026-08-21T17:19:19.591Z | Compiling rustls v0.23.41 |
| 1499 | 2026-08-21T17:19:19.753Z | Compiling maybe-uninit v2.0.0 |
| 1500 | 2026-08-21T17:19:19.766Z | Compiling openssl v0.10.80 |
| 1501 | 2026-08-21T17:19:19.853Z | Compiling foreign-types-shared v0.1.1 |
| 1502 | 2026-08-21T17:19:19.906Z | Compiling tap v1.0.1 |
| 1503 | 2026-08-21T17:19:19.937Z | Compiling foreign-types v0.3.2 |
| 1504 | 2026-08-21T17:19:20.007Z | Compiling wyz v0.5.1 |
| 1505 | 2026-08-21T17:19:20.022Z | Compiling scroll v0.13.0 |
| 1506 | 2026-08-21T17:19:20.080Z | Compiling unicode-normalization v0.1.25 |
| 1507 | 2026-08-21T17:19:20.243Z | Compiling rand_chacha v0.3.1 |
| 1508 | 2026-08-21T17:19:20.284Z | Compiling signature v2.2.0 |
| 1509 | 2026-08-21T17:19:20.471Z | Compiling hex v0.4.3 |
| 1510 | 2026-08-21T17:19:20.538Z | Compiling thiserror-impl v1.0.69 |
| 1511 | 2026-08-21T17:19:20.598Z | Compiling openssl-macros v0.1.1 |
| 1512 | 2026-08-21T17:19:20.738Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1513 | 2026-08-21T17:19:20.986Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-08-21T17:19:21.016Z | Compiling num-integer v0.1.46 |
| 1515 | 2026-08-21T17:19:21.118Z | Compiling wait-timeout v0.2.1 |
| 1516 | 2026-08-21T17:19:21.262Z | Compiling ahash v0.8.12 |
| 1517 | 2026-08-21T17:19:21.327Z | Compiling powerfmt v0.2.0 |
| 1518 | 2026-08-21T17:19:21.379Z | Compiling quick-error v1.2.3 |
| 1519 | 2026-08-21T17:19:21.463Z | Compiling native-tls v0.2.18 |
| 1520 | 2026-08-21T17:19:21.485Z | Compiling time-core v0.1.8 |
| 1521 | 2026-08-21T17:19:21.501Z | Compiling darling_macro v0.20.11 |
| 1522 | 2026-08-21T17:19:21.526Z | Compiling funty v2.0.0 |
| 1523 | 2026-08-21T17:19:21.627Z | Compiling packed_struct v0.10.1 |
| 1524 | 2026-08-21T17:19:21.663Z | Compiling num-bigint-dig v0.8.6 |
| 1525 | 2026-08-21T17:19:21.767Z | Compiling num-conv v0.2.0 |
| 1526 | 2026-08-21T17:19:21.843Z | Compiling bit-vec v0.8.0 |
| 1527 | 2026-08-21T17:19:21.899Z | Compiling time-macros v0.2.27 |
| 1528 | 2026-08-21T17:19:21.916Z | Compiling bitvec v1.0.1 |
| 1529 | 2026-08-21T17:19:21.975Z | Compiling darling v0.20.11 |
| 1530 | 2026-08-21T17:19:22.020Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-08-21T17:19:22.054Z | Compiling bit-set v0.8.0 |
| 1532 | 2026-08-21T17:19:22.074Z | Compiling hyper v1.10.1 |
| 1533 | 2026-08-21T17:19:22.120Z | Compiling deranged v0.5.8 |
| 1534 | 2026-08-21T17:19:22.166Z | Compiling rusty-fork v0.3.1 |
| 1535 | 2026-08-21T17:19:22.214Z | Compiling clap_builder v4.6.0 |
| 1536 | 2026-08-21T17:19:22.943Z | Compiling num-iter v0.1.45 |
| 1537 | 2026-08-21T17:19:23.091Z | Compiling rand v0.8.6 |
| 1538 | 2026-08-21T17:19:23.279Z | Compiling hyper-util v0.1.20 |
| 1539 | 2026-08-21T17:19:23.327Z | Compiling goblin v0.10.5 |
| 1540 | 2026-08-21T17:19:23.713Z | Compiling packed_struct_codegen v0.10.1 |
| 1541 | 2026-08-21T17:19:23.878Z | Compiling lazy_static v1.5.0 |
| 1542 | 2026-08-21T17:19:23.970Z | Compiling hmac v0.12.1 |
| 1543 | 2026-08-21T17:19:24.186Z | Compiling serde_spanned v0.6.9 |
| 1544 | 2026-08-21T17:19:24.331Z | Compiling toml_datetime v0.6.11 |
| 1545 | 2026-08-21T17:19:24.596Z | Compiling bitfield-macros v0.19.4 |
| 1546 | 2026-08-21T17:19:24.825Z | Compiling zerocopy-derive v0.6.6 |
| 1547 | 2026-08-21T17:19:25.060Z | Compiling clap_derive v4.6.1 |
| 1548 | 2026-08-21T17:19:25.231Z | Compiling rand_xorshift v0.4.0 |
| 1549 | 2026-08-21T17:19:25.338Z | Compiling sync_wrapper v1.0.2 |
| 1550 | 2026-08-21T17:19:25.395Z | Compiling indexmap v1.9.3 |
| 1551 | 2026-08-21T17:19:25.411Z | Compiling unarray v0.1.4 |
| 1552 | 2026-08-21T17:19:25.522Z | Compiling object v0.37.3 |
| 1553 | 2026-08-21T17:19:25.591Z | Compiling crc-catalog v2.4.0 |
| 1554 | 2026-08-21T17:19:25.659Z | Compiling paste v1.0.15 |
| 1555 | 2026-08-21T17:19:25.677Z | Compiling usdt-impl v0.6.0 |
| 1556 | 2026-08-21T17:19:25.782Z | Compiling num_threads v0.1.7 |
| 1557 | 2026-08-21T17:19:25.878Z | Compiling nodrop v0.1.14 |
| 1558 | 2026-08-21T17:19:25.889Z | Compiling zlib-rs v0.6.2 |
| 1559 | 2026-08-21T17:19:25.913Z | Compiling crossbeam-utils v0.8.21 |
| 1560 | 2026-08-21T17:19:25.967Z | Compiling siphasher v1.0.2 |
| 1561 | 2026-08-21T17:19:26.059Z | Compiling array-init v0.0.4 |
| 1562 | 2026-08-21T17:19:26.153Z | Compiling dof v0.4.0 |
| 1563 | 2026-08-21T17:19:26.273Z | Compiling time v0.3.47 |
| 1564 | 2026-08-21T17:19:26.442Z | Compiling zerocopy v0.6.6 |
| 1565 | 2026-08-21T17:19:26.767Z | Compiling crc v3.4.0 |
| 1566 | 2026-08-21T17:19:26.786Z | Compiling clap v4.6.1 |
| 1567 | 2026-08-21T17:19:26.892Z | Compiling proptest v1.11.0 |
| 1568 | 2026-08-21T17:19:26.964Z | Compiling tower v0.5.3 |
| 1569 | 2026-08-21T17:19:27.298Z | Compiling bitfield v0.19.4 |
| 1570 | 2026-08-21T17:19:27.727Z | Compiling smallvec v0.6.14 |
| 1571 | 2026-08-21T17:19:27.917Z | Compiling derive_builder_core v0.20.2 |
| 1572 | 2026-08-21T17:19:28.150Z | Compiling dtrace-parser v0.3.0 |
| 1573 | 2026-08-21T17:19:28.733Z | Compiling flate2 v1.1.9 |
| 1574 | 2026-08-21T17:19:28.833Z | Compiling ipnetwork v0.21.1 |
| 1575 | 2026-08-21T17:19:28.865Z | Compiling pkcs1 v0.7.5 |
| 1576 | 2026-08-21T17:19:29.091Z | Compiling http-body-util v0.1.3 |
| 1577 | 2026-08-21T17:19:29.162Z | Compiling heapless v0.7.17 |
| 1578 | 2026-08-21T17:19:29.257Z | Compiling structmeta-derive v0.3.0 |
| 1579 | 2026-08-21T17:19:29.293Z | Compiling scroll_derive v0.12.1 |
| 1580 | 2026-08-21T17:19:29.356Z | Compiling slog v2.8.2 |
| 1581 | 2026-08-21T17:19:29.396Z | Compiling darling_core v0.23.0 |
| 1582 | 2026-08-21T17:19:29.542Z | Compiling thread-id v5.1.0 |
| 1583 | 2026-08-21T17:19:29.629Z | Compiling cookie v0.18.1 |
| 1584 | 2026-08-21T17:19:29.753Z | Compiling env_filter v2.0.0 |
| 1585 | 2026-08-21T17:19:29.809Z | Compiling unicode-bidi v0.3.18 |
| 1586 | 2026-08-21T17:19:29.964Z | Compiling base64 v0.21.7 |
| 1587 | 2026-08-21T17:19:30.059Z | Compiling iri-string v0.7.10 |
| 1588 | 2026-08-21T17:19:30.280Z | Compiling zstd-safe v7.2.4 |
| 1589 | 2026-08-21T17:19:30.317Z | Compiling hashbrown v0.12.3 |
| 1590 | 2026-08-21T17:19:30.342Z | Compiling gimli v0.32.3 |
| 1591 | 2026-08-21T17:19:30.476Z | Compiling allocator-api2 v0.2.21 |
| 1592 | 2026-08-21T17:19:30.804Z | Compiling unicode-properties v0.1.4 |
| 1593 | 2026-08-21T17:19:30.836Z | Compiling ryu v1.0.23 |
| 1594 | 2026-08-21T17:19:30.990Z | Compiling anyhow v1.0.104 |
| 1595 | 2026-08-21T17:19:31.026Z | Compiling signal-hook v0.3.18 |
| 1596 | 2026-08-21T17:19:31.197Z | Compiling winnow v0.5.40 |
| 1597 | 2026-08-21T17:19:31.587Z | Compiling tower-http v0.6.8 |
| 1598 | 2026-08-21T17:19:31.595Z | Compiling stringprep v0.1.5 |
| 1599 | 2026-08-21T17:19:31.939Z | Compiling darling_macro v0.23.0 |
| 1600 | 2026-08-21T17:19:31.939Z | Compiling serde_urlencoded v0.7.1 |
| 1601 | 2026-08-21T17:19:32.198Z | Compiling addr2line v0.25.1 |
| 1602 | 2026-08-21T17:19:32.296Z | Compiling structmeta v0.3.0 |
| 1603 | 2026-08-21T17:19:32.376Z | Compiling ron v0.8.1 |
| 1604 | 2026-08-21T17:19:32.443Z | Compiling scroll v0.12.0 |
| 1605 | 2026-08-21T17:19:32.511Z | Compiling toml_edit v0.19.15 |
| 1606 | 2026-08-21T17:19:32.531Z | Compiling env_logger v0.11.11 |
| 1607 | 2026-08-21T17:19:32.860Z | Compiling newtype-uuid v1.3.2 |
| 1608 | 2026-08-21T17:19:32.920Z | Compiling rsa v0.9.10 |
| 1609 | 2026-08-21T17:19:33.066Z | Compiling oxnet v0.1.6 |
| 1610 | 2026-08-21T17:19:33.188Z | Compiling derive_builder_macro v0.20.2 |
| 1611 | 2026-08-21T17:19:33.272Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1612 | 2026-08-21T17:19:33.303Z | Compiling hashbrown v0.13.2 |
| 1613 | 2026-08-21T17:19:33.502Z | Compiling bzip2 v0.4.4 |
| 1614 | 2026-08-21T17:19:33.662Z | Compiling serde-hex v0.1.0 |
| 1615 | 2026-08-21T17:19:33.707Z | Compiling tokio-native-tls v0.3.1 |
| 1616 | 2026-08-21T17:19:33.788Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1617 | 2026-08-21T17:19:33.889Z | Compiling camino v1.2.5 |
| 1618 | 2026-08-21T17:19:35.208Z | Compiling bstr v1.12.1 |
| 1619 | 2026-08-21T17:19:35.335Z | Compiling crypto-common v0.2.2 |
| 1620 | 2026-08-21T17:19:35.433Z | Compiling block-padding v0.4.2 |
| 1621 | 2026-08-21T17:19:35.609Z | Compiling block-buffer v0.12.1 |
| 1622 | 2026-08-21T17:19:35.818Z | Compiling rustls-native-certs v0.8.3 |
| 1623 | 2026-08-21T17:19:35.854Z | Compiling x509-cert v0.2.5 |
| 1624 | 2026-08-21T17:19:36.022Z | Compiling md-5 v0.10.6 |
| 1625 | 2026-08-21T17:19:36.117Z | Compiling erased-serde v0.3.31 |
| 1626 | 2026-08-21T17:19:36.198Z | Compiling serde_tokenstream v0.2.3 |
| 1627 | 2026-08-21T17:19:36.544Z | Compiling curve25519-dalek v4.1.3 |
| 1628 | 2026-08-21T17:19:36.602Z | Compiling zerocopy-derive v0.7.35 |
| 1629 | 2026-08-21T17:19:36.827Z | Compiling pin-project-internal v1.1.11 |
| 1630 | 2026-08-21T17:19:36.854Z | Compiling async-trait v0.1.89 |
| 1631 | 2026-08-21T17:19:37.060Z | Compiling daft-derive v0.1.7 |
| 1632 | 2026-08-21T17:19:37.466Z | Compiling vergen-lib v9.1.0 |
| 1633 | 2026-08-21T17:19:37.487Z | Compiling hash32 v0.2.1 |
| 1634 | 2026-08-21T17:19:37.648Z | Compiling memoffset v0.9.1 |
| 1635 | 2026-08-21T17:19:37.678Z | Compiling encoding_rs v0.8.35 |
| 1636 | 2026-08-21T17:19:37.780Z | Compiling rustix v0.38.44 |
| 1637 | 2026-08-21T17:19:37.841Z | Compiling rustc-demangle v0.1.27 |
| 1638 | 2026-08-21T17:19:37.858Z | Compiling owo-colors v4.3.0 |
| 1639 | 2026-08-21T17:19:37.905Z | Compiling litrs v1.0.0 |
| 1640 | 2026-08-21T17:19:37.919Z | Compiling smoltcp v0.9.1 |
| 1641 | 2026-08-21T17:19:37.922Z | Compiling mime v0.3.17 |
| 1642 | 2026-08-21T17:19:38.109Z | Compiling psl-types v2.0.11 |
| 1643 | 2026-08-21T17:19:38.163Z | Compiling ref-cast v1.0.25 |
| 1644 | 2026-08-21T17:19:38.178Z | Compiling cfg_aliases v0.2.1 |
| 1645 | 2026-08-21T17:19:38.229Z | Compiling fallible-iterator v0.2.0 |
| 1646 | 2026-08-21T17:19:38.232Z | Compiling crc-any v2.5.0 |
| 1647 | 2026-08-21T17:19:38.256Z | Compiling nix v0.31.2 |
| 1648 | 2026-08-21T17:19:38.289Z | Compiling publicsuffix v2.3.0 |
| 1649 | 2026-08-21T17:19:38.400Z | Compiling document-features v0.2.12 |
| 1650 | 2026-08-21T17:19:38.456Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1651 | 2026-08-21T17:19:38.518Z | Compiling postgres-protocol v0.6.10 |
| 1652 | 2026-08-21T17:19:38.533Z | Compiling backtrace v0.3.76 |
| 1653 | 2026-08-21T17:19:38.565Z | Compiling pin-project v1.1.11 |
| 1654 | 2026-08-21T17:19:38.664Z | Compiling daft v0.1.7 |
| 1655 | 2026-08-21T17:19:38.947Z | Compiling zerocopy v0.7.35 |
| 1656 | 2026-08-21T17:19:39.060Z | Compiling inout v0.2.2 |
| 1657 | 2026-08-21T17:19:39.186Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1658 | 2026-08-21T17:19:39.236Z | Compiling toml v0.7.8 |
| 1659 | 2026-08-21T17:19:39.271Z | Compiling hyper-tls v0.6.0 |
| 1660 | 2026-08-21T17:19:39.469Z | Compiling object v0.30.4 |
| 1661 | 2026-08-21T17:19:39.470Z | Compiling derive_builder v0.20.2 |
| 1662 | 2026-08-21T17:19:39.499Z | Compiling zip v0.6.6 |
| 1663 | 2026-08-21T17:19:39.702Z | Compiling goblin v0.8.2 |
| 1664 | 2026-08-21T17:19:39.763Z | Compiling derive-ex v0.1.8 |
| 1665 | 2026-08-21T17:19:39.840Z | Compiling darling v0.23.0 |
| 1666 | 2026-08-21T17:19:40.143Z | Compiling phf_shared v0.13.1 |
| 1667 | 2026-08-21T17:19:40.227Z | Compiling regex v1.12.3 |
| 1668 | 2026-08-21T17:19:40.385Z | Compiling hubpack_derive v0.1.1 |
| 1669 | 2026-08-21T17:19:40.423Z | Compiling futures-executor v0.3.32 |
| 1670 | 2026-08-21T17:19:40.650Z | Compiling ref-cast-impl v1.0.25 |
| 1671 | 2026-08-21T17:19:40.679Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1672 | 2026-08-21T17:19:40.881Z | Compiling strum_macros v0.27.2 |
| 1673 | 2026-08-21T17:19:41.200Z | Compiling snafu-derive v0.8.9 |
| 1674 | 2026-08-21T17:19:41.318Z | Compiling vergen v9.1.0 |
| 1675 | 2026-08-21T17:19:41.429Z | Compiling cargo-platform v0.3.2 |
| 1676 | 2026-08-21T17:19:41.495Z | Compiling ff v0.13.1 |
| 1677 | 2026-08-21T17:19:41.638Z | Compiling fs-err v3.3.0 |
| 1678 | 2026-08-21T17:19:41.695Z | Compiling either v1.15.0 |
| 1679 | 2026-08-21T17:19:41.829Z | Compiling libbz2-rs-sys v0.2.2 |
| 1680 | 2026-08-21T17:19:41.911Z | Compiling unicode-segmentation v1.12.0 |
| 1681 | 2026-08-21T17:19:42.289Z | Compiling foldhash v0.2.0 |
| 1682 | 2026-08-21T17:19:42.361Z | Compiling jiff-core v0.1.0 |
| 1683 | 2026-08-21T17:19:42.496Z | Compiling foldhash v0.1.5 |
| 1684 | 2026-08-21T17:19:42.515Z | Compiling managed v0.8.0 |
| 1685 | 2026-08-21T17:19:42.673Z | Compiling same-file v1.0.6 |
| 1686 | 2026-08-21T17:19:42.737Z | Compiling path-slash v0.1.5 |
| 1687 | 2026-08-21T17:19:42.774Z | Compiling base16ct v0.2.0 |
| 1688 | 2026-08-21T17:19:42.839Z | Compiling is_ci v1.2.0 |
| 1689 | 2026-08-21T17:19:42.869Z | Compiling bumpalo v3.20.2 |
| 1690 | 2026-08-21T17:19:42.953Z | Compiling bitflags v1.3.2 |
| 1691 | 2026-08-21T17:19:42.976Z | Compiling supports-color v3.0.2 |
| 1692 | 2026-08-21T17:19:43.121Z | Compiling snafu v0.8.9 |
| 1693 | 2026-08-21T17:19:43.135Z | Compiling jiff v0.2.34 |
| 1694 | 2026-08-21T17:19:43.150Z | Compiling zopfli v0.8.3 |
| 1695 | 2026-08-21T17:19:43.164Z | Compiling sec1 v0.7.3 |
| 1696 | 2026-08-21T17:19:43.437Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1697 | 2026-08-21T17:19:43.452Z | Compiling walkdir v2.5.0 |
| 1698 | 2026-08-21T17:19:43.465Z | Compiling strum v0.27.2 |
| 1699 | 2026-08-21T17:19:43.596Z | Compiling hashbrown v0.15.5 |
| 1700 | 2026-08-21T17:19:43.758Z | Compiling hashbrown v0.16.1 |
| 1701 | 2026-08-21T17:19:43.792Z | Compiling bzip2 v0.6.1 |
| 1702 | 2026-08-21T17:19:43.827Z | Compiling textwrap v0.16.2 |
| 1703 | 2026-08-21T17:19:44.002Z | Compiling dof v0.3.0 |
| 1704 | 2026-08-21T17:19:44.306Z | Compiling group v0.13.0 |
| 1705 | 2026-08-21T17:19:44.335Z | Compiling cargo_metadata v0.23.1 |
| 1706 | 2026-08-21T17:19:44.419Z | Compiling test-strategy v0.4.5 |
| 1707 | 2026-08-21T17:19:44.876Z | Compiling hubpack v0.1.2 |
| 1708 | 2026-08-21T17:19:44.914Z | Compiling futures v0.3.32 |
| 1709 | 2026-08-21T17:19:45.002Z | Compiling phf v0.13.1 |
| 1710 | 2026-08-21T17:19:45.204Z | Compiling signal-hook-mio v0.2.5 |
| 1711 | 2026-08-21T17:19:45.308Z | Compiling serde_with_macros v3.21.0 |
| 1712 | 2026-08-21T17:19:45.462Z | Compiling cookie_store v0.22.1 |
| 1713 | 2026-08-21T17:19:45.705Z | Compiling zstd v0.13.3 |
| 1714 | 2026-08-21T17:19:45.907Z | Compiling reqwest v0.12.28 |
| 1715 | 2026-08-21T17:19:45.972Z | Compiling cipher v0.5.2 |
| 1716 | 2026-08-21T17:19:46.133Z | Compiling backtrace-ext v0.2.1 |
| 1717 | 2026-08-21T17:19:46.286Z | Compiling postgres-types v0.2.12 |
| 1718 | 2026-08-21T17:19:46.725Z | Compiling usdt-attr-macro v0.6.0 |
| 1719 | 2026-08-21T17:19:46.844Z | Compiling usdt-macro v0.6.0 |
| 1720 | 2026-08-21T17:19:47.229Z | Compiling globset v0.4.18 |
| 1721 | 2026-08-21T17:19:47.511Z | Compiling phf_shared v0.11.3 |
| 1722 | 2026-08-21T17:19:47.547Z | Compiling hkdf v0.12.4 |
| 1723 | 2026-08-21T17:19:47.576Z | Compiling dtrace-parser v0.2.0 |
| 1724 | 2026-08-21T17:19:47.610Z | Compiling byte-wrapper v0.1.0 |
| 1725 | 2026-08-21T17:19:47.667Z | Compiling olpc-cjson v0.1.4 |
| 1726 | 2026-08-21T17:19:47.703Z | Compiling ed25519 v2.2.3 |
| 1727 | 2026-08-21T17:19:47.712Z | Compiling crypto-bigint v0.5.5 |
| 1728 | 2026-08-21T17:19:47.816Z | Compiling serde_plain v1.0.2 |
| 1729 | 2026-08-21T17:19:47.875Z | Compiling serde-big-array v0.5.1 |
| 1730 | 2026-08-21T17:19:47.936Z | Compiling serde_repr v0.1.20 |
| 1731 | 2026-08-21T17:19:48.019Z | Compiling miette-derive v7.6.0 |
| 1732 | 2026-08-21T17:19:48.049Z | Compiling enum-as-inner v0.6.1 |
| 1733 | 2026-08-21T17:19:48.291Z | Compiling async-recursion v1.1.1 |
| 1734 | 2026-08-21T17:19:48.460Z | Compiling strum_macros v0.26.4 |
| 1735 | 2026-08-21T17:19:48.535Z | Compiling pem v3.0.6 |
| 1736 | 2026-08-21T17:19:48.602Z | Compiling float-cmp v0.10.0 |
| 1737 | 2026-08-21T17:19:48.772Z | Compiling memmap2 v0.9.10 |
| 1738 | 2026-08-21T17:19:48.858Z | Compiling thread-id v4.2.2 |
| 1739 | 2026-08-21T17:19:48.940Z | Compiling keccak v0.1.6 |
| 1740 | 2026-08-21T17:19:48.957Z | Compiling const-oid v0.10.2 |
| 1741 | 2026-08-21T17:19:49.007Z | Compiling supports-hyperlinks v3.2.0 |
| 1742 | 2026-08-21T17:19:49.198Z | Compiling typed-path v0.9.3 |
| 1743 | 2026-08-21T17:19:49.215Z | Compiling static_assertions v1.1.0 |
| 1744 | 2026-08-21T17:19:49.230Z | Compiling new_debug_unreachable v1.0.6 |
| 1745 | 2026-08-21T17:19:49.349Z | Compiling predicates-core v1.0.10 |
| 1746 | 2026-08-21T17:19:49.372Z | Compiling fixedbitset v0.5.7 |
| 1747 | 2026-08-21T17:19:49.467Z | Compiling precomputed-hash v0.1.1 |
| 1748 | 2026-08-21T17:19:49.558Z | Compiling supports-unicode v3.0.0 |
| 1749 | 2026-08-21T17:19:49.621Z | Compiling normalize-line-endings v0.3.0 |
| 1750 | 2026-08-21T17:19:49.690Z | Compiling fixedbitset v0.4.2 |
| 1751 | 2026-08-21T17:19:49.706Z | Compiling winnow v1.0.3 |
| 1752 | 2026-08-21T17:19:49.719Z | Compiling difflib v0.4.0 |
| 1753 | 2026-08-21T17:19:49.734Z | Compiling data-encoding v2.10.0 |
| 1754 | 2026-08-21T17:19:49.898Z | Compiling cpufeatures v0.3.0 |
| 1755 | 2026-08-21T17:19:49.929Z | Compiling whoami v2.1.0 |
| 1756 | 2026-08-21T17:19:49.980Z | Compiling chacha20 v0.10.0 |
| 1757 | 2026-08-21T17:19:50.289Z | Compiling tokio-postgres v0.7.16 |
| 1758 | 2026-08-21T17:19:50.296Z | Compiling strum v0.26.3 |
| 1759 | 2026-08-21T17:19:50.309Z | Compiling hickory-proto v0.25.2 |
| 1760 | 2026-08-21T17:19:50.351Z | Compiling predicates v3.1.4 |
| 1761 | 2026-08-21T17:19:50.425Z | Compiling petgraph v0.6.5 |
| 1762 | 2026-08-21T17:19:50.442Z | Compiling miette v7.6.0 |
| 1763 | 2026-08-21T17:19:50.451Z | Compiling toml_edit v0.22.27 |
| 1764 | 2026-08-21T17:19:50.812Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1765 | 2026-08-21T17:19:51.006Z | Compiling string_cache v0.8.9 |
| 1766 | 2026-08-21T17:19:51.276Z | Compiling petgraph v0.8.3 |
| 1767 | 2026-08-21T17:19:51.441Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1768 | 2026-08-21T17:19:51.585Z | Compiling sha3 v0.10.8 |
| 1769 | 2026-08-21T17:19:51.895Z | Compiling digest v0.11.3 |
| 1770 | 2026-08-21T17:19:52.036Z | Compiling usdt-impl v0.5.0 |
| 1771 | 2026-08-21T17:19:52.137Z | Compiling usdt v0.6.0 |
| 1772 | 2026-08-21T17:19:52.402Z | Compiling elliptic-curve v0.13.8 |
| 1773 | 2026-08-21T17:19:52.494Z | Compiling ed25519-dalek v2.2.0 |
| 1774 | 2026-08-21T17:19:52.626Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1775 | 2026-08-21T17:19:52.815Z | Compiling crossterm v0.28.1 |
| 1776 | 2026-08-21T17:19:53.029Z | Compiling serde_with v3.21.0 |
| 1777 | 2026-08-21T17:19:53.209Z | Compiling zip v4.6.1 |
| 1778 | 2026-08-21T17:19:54.162Z | Compiling iddqd v0.4.2 |
| 1779 | 2026-08-21T17:19:54.264Z | Compiling heck v0.4.1 |
| 1780 | 2026-08-21T17:19:54.491Z | Compiling similar v2.7.0 |
| 1781 | 2026-08-21T17:19:54.535Z | Compiling itertools v0.15.0 |
| 1782 | 2026-08-21T17:19:54.607Z | Compiling itertools v0.13.0 |
| 1783 | 2026-08-21T17:19:54.932Z | Compiling crossbeam-epoch v0.9.18 |
| 1784 | 2026-08-21T17:19:54.978Z | Compiling tokio-stream v0.1.18 |
| 1785 | 2026-08-21T17:19:55.110Z | Compiling buf-list v1.1.2 |
| 1786 | 2026-08-21T17:19:55.190Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1787 | 2026-08-21T17:19:55.306Z | Compiling openapiv3 v2.2.0 |
| 1788 | 2026-08-21T17:19:55.352Z | Compiling peg-runtime v0.8.5 |
| 1789 | 2026-08-21T17:19:55.369Z | Compiling lalrpop-util v0.19.12 |
| 1790 | 2026-08-21T17:19:55.444Z | Compiling thread_local v1.1.9 |
| 1791 | 2026-08-21T17:19:55.513Z | Compiling slog-async v2.8.0 |
| 1792 | 2026-08-21T17:19:55.557Z | Compiling crossbeam-channel v0.5.15 |
| 1793 | 2026-08-21T17:19:55.620Z | Compiling is-terminal v0.4.17 |
| 1794 | 2026-08-21T17:19:55.700Z | Compiling filetime v0.2.27 |
| 1795 | 2026-08-21T17:19:55.731Z | Compiling take_mut v0.2.2 |
| 1796 | 2026-08-21T17:19:55.816Z | Compiling term v1.2.1 |
| 1797 | 2026-08-21T17:19:55.827Z | Compiling xattr v1.6.1 |
| 1798 | 2026-08-21T17:19:55.827Z | Compiling camino-tempfile v1.4.1 |
| 1799 | 2026-08-21T17:19:56.012Z | Compiling tar v0.4.46 |
| 1800 | 2026-08-21T17:19:56.372Z | Compiling slog-term v2.9.2 |
| 1801 | 2026-08-21T17:20:02.206Z | Compiling rustls-webpki v0.103.13 |
| 1802 | 2026-08-21T17:20:04.781Z | Compiling tokio-rustls v0.26.4 |
| 1803 | 2026-08-21T17:20:04.781Z | Compiling rustls-platform-verifier v0.6.2 |
| 1804 | 2026-08-21T17:20:04.784Z | Compiling tough v0.22.0 |
| 1805 | 2026-08-21T17:20:04.999Z | Compiling hyper-rustls v0.27.7 |
| 1806 | 2026-08-21T17:20:05.196Z | Compiling reqwest v0.13.2 |
| 1807 | 2026-08-21T17:20:07.430Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1808 | 2026-08-21T17:20:07.640Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1809 | 2026-08-21T17:20:10.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1810 | 2026-08-21T17:20:10.727Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1811 | 2026-08-21T17:20:10.775Z | Aug 21 17:20:09.303 INFO Starting download, target: Clickhouse |
| 1812 | 2026-08-21T17:20:10.775Z | Aug 21 17:20:09.303 INFO Starting download, target: Console |
| 1813 | 2026-08-21T17:20:10.776Z | Aug 21 17:20:09.303 INFO Starting download, target: DendriteStub |
| 1814 | 2026-08-21T17:20:10.781Z | Aug 21 17:20:09.303 INFO Starting download, target: Cockroach |
| 1815 | 2026-08-21T17:20:10.781Z | Aug 21 17:20:09.303 INFO Starting download, target: MaghemiteMgd |
| 1816 | 2026-08-21T17:20:10.781Z | Aug 21 17:20:09.303 INFO Starting download, target: MaghemiteDdmd |
| 1817 | 2026-08-21T17:20:10.781Z | Aug 21 17:20:09.303 INFO Starting download, target: TransceiverControl |
| 1818 | 2026-08-21T17:20:10.781Z | Aug 21 17:20:09.303 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1819 | 2026-08-21T17:20:10.781Z | Aug 21 17:20:09.303 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1820 | 2026-08-21T17:20:10.781Z | Aug 21 17:20:09.303 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1821 | 2026-08-21T17:20:10.781Z | Aug 21 17:20:09.303 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1822 | 2026-08-21T17:20:10.781Z | Aug 21 17:20:09.303 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1823 | 2026-08-21T17:20:10.781Z | Aug 21 17:20:09.303 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1824 | 2026-08-21T17:20:10.781Z | Aug 21 17:20:09.303 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1825 | 2026-08-21T17:20:11.392Z | Aug 21 17:20:09.913 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1826 | 2026-08-21T17:20:11.684Z | Aug 21 17:20:10.209 INFO Download complete, target: TransceiverControl |
| 1827 | 2026-08-21T17:20:12.617Z | Aug 21 17:20:11.134 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1828 | 2026-08-21T17:20:12.642Z | Aug 21 17:20:11.153 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1829 | 2026-08-21T17:20:12.872Z | Aug 21 17:20:11.395 INFO Download complete, target: Console |
| 1830 | 2026-08-21T17:20:13.873Z | Aug 21 17:20:12.379 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1831 | 2026-08-21T17:20:13.976Z | Aug 21 17:20:12.475 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1832 | 2026-08-21T17:20:14.135Z | Aug 21 17:20:12.561 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1833 | 2026-08-21T17:20:14.995Z | Aug 21 17:20:13.512 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1834 | 2026-08-21T17:20:14.996Z | Aug 21 17:20:13.513 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1835 | 2026-08-21T17:20:15.843Z | Aug 21 17:20:14.367 INFO Download complete, target: MaghemiteDdmd |
| 1836 | 2026-08-21T17:20:16.519Z | Aug 21 17:20:15.047 INFO Download complete, target: DendriteStub |
| 1837 | 2026-08-21T17:20:16.620Z | Aug 21 17:20:15.144 INFO Download complete, target: MaghemiteMgd |
| 1838 | 2026-08-21T17:20:19.387Z | Aug 21 17:20:17.915 INFO Checking that binary works, target: Clickhouse |
| 1839 | 2026-08-21T17:20:19.509Z | Aug 21 17:20:18.033 INFO Download complete, target: Clickhouse |
| 1840 | 2026-08-21T17:20:19.621Z | Aug 21 17:20:18.149 INFO Checking that binary works, target: Cockroach |
| 1841 | 2026-08-21T17:20:19.738Z | Aug 21 17:20:18.266 INFO Download complete, target: Cockroach |
| 1842 | 2026-08-21T17:20:19.754Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1843 | 2026-08-21T17:20:19.757Z | |
| 1844 | 2026-08-21T17:20:19.757Z | real 2:09.448089018 |
| 1845 | 2026-08-21T17:20:19.757Z | user 7:21.859222371 |
| 1846 | 2026-08-21T17:20:19.757Z | sys 1:26.584472999 |
| 1847 | 2026-08-21T17:20:19.757Z | trap 0.248810776 |
| 1848 | 2026-08-21T17:20:19.757Z | tflt 0.514788008 |
| 1849 | 2026-08-21T17:20:19.757Z | dflt 0.947641199 |
| 1850 | 2026-08-21T17:20:19.757Z | kflt 0.021487784 |
| 1851 | 2026-08-21T17:20:19.757Z | lock 27:26.340460939 |
| 1852 | 2026-08-21T17:20:19.757Z | slp 22:08.578791235 |
| 1853 | 2026-08-21T17:20:19.757Z | lat 48.371893231 |
| 1854 | 2026-08-21T17:20:19.757Z | stop 2:39.911322188 |
| 1855 | 2026-08-21T17:20:19.757Z | + banner hack-check |
| 1856 | 2026-08-21T17:20:19.757Z | |
| 1857 | 2026-08-21T17:20:19.757Z | # # ## #### # # #### # # ###### #### # # |
| 1858 | 2026-08-21T17:20:19.757Z | # # # # # # # # # # # # # # # # # |
| 1859 | 2026-08-21T17:20:19.758Z | ###### # # # #### ##### # ###### ##### # #### |
| 1860 | 2026-08-21T17:20:19.758Z | # # ###### # # # # # # # # # # |
| 1861 | 2026-08-21T17:20:19.758Z | # # # # # # # # # # # # # # # # # |
| 1862 | 2026-08-21T17:20:19.758Z | # # # # #### # # #### # # ###### #### # # |
| 1863 | 2026-08-21T17:20:19.758Z | |
| 1864 | 2026-08-21T17:20:19.758Z | + export CARGO_INCREMENTAL=0 |
| 1865 | 2026-08-21T17:20:19.758Z | + CARGO_INCREMENTAL=0 |
| 1866 | 2026-08-21T17:20:19.758Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1867 | 2026-08-21T17:20:20.247Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1868 | 2026-08-21T17:20:20.533Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1869 | 2026-08-21T17:20:22.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s |
| 1870 | 2026-08-21T17:20:22.502Z | Running `target/debug/xtask check-features --ci` |
| 1871 | 2026-08-21T17:20:22.529Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1872 | 2026-08-21T17:20:22.532Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1873 | 2026-08-21T17:20:22.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1874 | 2026-08-21T17:20:22.980Z | Running `target/debug/xtask download cargo-hack` |
| 1875 | 2026-08-21T17:20:23.771Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1876 | 2026-08-21T17:20:24.082Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1877 | 2026-08-21T17:20:26.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
| 1878 | 2026-08-21T17:20:26.847Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1879 | 2026-08-21T17:20:26.892Z | Aug 21 17:20:25.420 INFO Starting download, target: CargoHack |
| 1880 | 2026-08-21T17:20:26.896Z | Aug 21 17:20:25.420 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1881 | 2026-08-21T17:20:27.079Z | Aug 21 17:20:25.607 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1882 | 2026-08-21T17:20:27.175Z | Aug 21 17:20:25.658 INFO Download complete, target: CargoHack |
| 1883 | 2026-08-21T17:20:27.187Z | 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" |
| 1884 | 2026-08-21T17:20:27.187Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1885 | 2026-08-21T17:20:27.307Z | info: running `cargo check --bins` on api_identity (1/337) |
| 1886 | 2026-08-21T17:20:27.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-08-21T17:20:27.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-08-21T17:20:27.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-08-21T17:20:27.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1890 | 2026-08-21T17:20:27.858Z | |
| 1891 | 2026-08-21T17:20:27.858Z | info: running `cargo check --bins` on bootstore (2/337) |
| 1892 | 2026-08-21T17:20:28.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-08-21T17:20:28.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-08-21T17:20:28.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-08-21T17:20:28.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1896 | 2026-08-21T17:20:28.417Z | |
| 1897 | 2026-08-21T17:20:28.417Z | info: running `cargo check --bins` on omicron-ledger (3/337) |
| 1898 | 2026-08-21T17:20:28.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-08-21T17:20:28.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-08-21T17:20:28.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-08-21T17:20:28.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1902 | 2026-08-21T17:20:28.971Z | |
| 1903 | 2026-08-21T17:20:28.971Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337) |
| 1904 | 2026-08-21T17:20:29.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-08-21T17:20:29.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-08-21T17:20:29.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-08-21T17:20:29.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1908 | 2026-08-21T17:20:29.527Z | |
| 1909 | 2026-08-21T17:20:29.527Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337) |
| 1910 | 2026-08-21T17:20:29.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-08-21T17:20:29.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-08-21T17:20:29.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-08-21T17:20:29.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1914 | 2026-08-21T17:20:30.073Z | |
| 1915 | 2026-08-21T17:20:30.073Z | info: running `cargo check --bins` on omicron-certificates (6/337) |
| 1916 | 2026-08-21T17:20:30.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-08-21T17:20:30.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-08-21T17:20:30.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-08-21T17:20:30.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1920 | 2026-08-21T17:20:30.640Z | |
| 1921 | 2026-08-21T17:20:30.640Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/337) |
| 1922 | 2026-08-21T17:20:31.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-08-21T17:20:31.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-08-21T17:20:31.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-08-21T17:20:31.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1926 | 2026-08-21T17:20:31.205Z | |
| 1927 | 2026-08-21T17:20:31.205Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337) |
| 1928 | 2026-08-21T17:20:31.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-08-21T17:20:31.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-08-21T17:20:31.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-08-21T17:20:31.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1932 | 2026-08-21T17:20:31.779Z | |
| 1933 | 2026-08-21T17:20:31.779Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337) |
| 1934 | 2026-08-21T17:20:32.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-08-21T17:20:32.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-08-21T17:20:32.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-08-21T17:20:32.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1938 | 2026-08-21T17:20:32.191Z | |
| 1939 | 2026-08-21T17:20:32.191Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337) |
| 1940 | 2026-08-21T17:20:32.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-08-21T17:20:32.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-08-21T17:20:32.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-08-21T17:20:32.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1944 | 2026-08-21T17:20:32.612Z | |
| 1945 | 2026-08-21T17:20:32.612Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337) |
| 1946 | 2026-08-21T17:20:32.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-08-21T17:20:32.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-08-21T17:20:32.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-08-21T17:20:32.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1950 | 2026-08-21T17:20:33.028Z | |
| 1951 | 2026-08-21T17:20:33.028Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337) |
| 1952 | 2026-08-21T17:20:33.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-08-21T17:20:33.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-08-21T17:20:33.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-08-21T17:20:33.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1956 | 2026-08-21T17:20:33.445Z | |
| 1957 | 2026-08-21T17:20:33.445Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337) |
| 1958 | 2026-08-21T17:20:33.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-08-21T17:20:33.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-08-21T17:20:33.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-08-21T17:20:33.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1962 | 2026-08-21T17:20:33.865Z | |
| 1963 | 2026-08-21T17:20:33.865Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337) |
| 1964 | 2026-08-21T17:20:34.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-08-21T17:20:34.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-08-21T17:20:34.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-08-21T17:20:34.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1968 | 2026-08-21T17:20:34.284Z | |
| 1969 | 2026-08-21T17:20:34.284Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337) |
| 1970 | 2026-08-21T17:20:34.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-08-21T17:20:34.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-08-21T17:20:34.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-08-21T17:20:34.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1974 | 2026-08-21T17:20:34.705Z | |
| 1975 | 2026-08-21T17:20:34.705Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337) |
| 1976 | 2026-08-21T17:20:35.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-08-21T17:20:35.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-08-21T17:20:35.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-08-21T17:20:35.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1980 | 2026-08-21T17:20:35.127Z | |
| 1981 | 2026-08-21T17:20:35.127Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337) |
| 1982 | 2026-08-21T17:20:35.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-08-21T17:20:35.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-08-21T17:20:35.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-08-21T17:20:35.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1986 | 2026-08-21T17:20:35.550Z | |
| 1987 | 2026-08-21T17:20:35.551Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337) |
| 1988 | 2026-08-21T17:20:35.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-08-21T17:20:35.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-08-21T17:20:35.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-08-21T17:20:35.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1992 | 2026-08-21T17:20:35.967Z | |
| 1993 | 2026-08-21T17:20:35.967Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337) |
| 1994 | 2026-08-21T17:20:36.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-08-21T17:20:36.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-08-21T17:20:36.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-08-21T17:20:36.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1998 | 2026-08-21T17:20:36.386Z | |
| 1999 | 2026-08-21T17:20:36.386Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337) |
| 2000 | 2026-08-21T17:20:36.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-08-21T17:20:36.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-08-21T17:20:36.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-08-21T17:20:36.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2004 | 2026-08-21T17:20:36.808Z | |
| 2005 | 2026-08-21T17:20:36.808Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337) |
| 2006 | 2026-08-21T17:20:37.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-08-21T17:20:37.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-08-21T17:20:37.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-08-21T17:20:37.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2010 | 2026-08-21T17:20:37.227Z | |
| 2011 | 2026-08-21T17:20:37.228Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337) |
| 2012 | 2026-08-21T17:20:37.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-08-21T17:20:37.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-08-21T17:20:37.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-08-21T17:20:37.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2016 | 2026-08-21T17:20:37.650Z | |
| 2017 | 2026-08-21T17:20:37.650Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337) |
| 2018 | 2026-08-21T17:20:38.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-08-21T17:20:38.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-08-21T17:20:38.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-08-21T17:20:38.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2022 | 2026-08-21T17:20:38.072Z | |
| 2023 | 2026-08-21T17:20:38.072Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337) |
| 2024 | 2026-08-21T17:20:38.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-08-21T17:20:38.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-08-21T17:20:38.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-08-21T17:20:38.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2028 | 2026-08-21T17:20:38.494Z | |
| 2029 | 2026-08-21T17:20:38.494Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337) |
| 2030 | 2026-08-21T17:20:38.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-08-21T17:20:38.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-08-21T17:20:38.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-08-21T17:20:38.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2034 | 2026-08-21T17:20:38.916Z | |
| 2035 | 2026-08-21T17:20:38.916Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337) |
| 2036 | 2026-08-21T17:20:39.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-08-21T17:20:39.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-08-21T17:20:39.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-08-21T17:20:39.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2040 | 2026-08-21T17:20:39.339Z | |
| 2041 | 2026-08-21T17:20:39.339Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337) |
| 2042 | 2026-08-21T17:20:39.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-08-21T17:20:39.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-08-21T17:20:39.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-08-21T17:20:39.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2046 | 2026-08-21T17:20:39.766Z | |
| 2047 | 2026-08-21T17:20:39.766Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337) |
| 2048 | 2026-08-21T17:20:40.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-08-21T17:20:40.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-08-21T17:20:40.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-08-21T17:20:40.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2052 | 2026-08-21T17:20:40.188Z | |
| 2053 | 2026-08-21T17:20:40.188Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337) |
| 2054 | 2026-08-21T17:20:40.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-08-21T17:20:40.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-08-21T17:20:40.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-08-21T17:20:40.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2058 | 2026-08-21T17:20:40.618Z | |
| 2059 | 2026-08-21T17:20:40.618Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337) |
| 2060 | 2026-08-21T17:20:40.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-08-21T17:20:40.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-08-21T17:20:40.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-08-21T17:20:40.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2064 | 2026-08-21T17:20:41.045Z | |
| 2065 | 2026-08-21T17:20:41.045Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337) |
| 2066 | 2026-08-21T17:20:41.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-08-21T17:20:41.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-08-21T17:20:41.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-08-21T17:20:41.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2070 | 2026-08-21T17:20:41.453Z | |
| 2071 | 2026-08-21T17:20:41.453Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337) |
| 2072 | 2026-08-21T17:20:41.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-08-21T17:20:41.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-08-21T17:20:41.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-08-21T17:20:41.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2076 | 2026-08-21T17:20:41.874Z | |
| 2077 | 2026-08-21T17:20:41.874Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337) |
| 2078 | 2026-08-21T17:20:42.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-08-21T17:20:42.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-08-21T17:20:42.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-08-21T17:20:42.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2082 | 2026-08-21T17:20:42.336Z | |
| 2083 | 2026-08-21T17:20:42.336Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337) |
| 2084 | 2026-08-21T17:20:42.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-08-21T17:20:42.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-08-21T17:20:42.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-08-21T17:20:42.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2088 | 2026-08-21T17:20:42.720Z | |
| 2089 | 2026-08-21T17:20:42.720Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337) |
| 2090 | 2026-08-21T17:20:43.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-08-21T17:20:43.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-08-21T17:20:43.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-08-21T17:20:43.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2094 | 2026-08-21T17:20:43.301Z | |
| 2095 | 2026-08-21T17:20:43.302Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337) |
| 2096 | 2026-08-21T17:20:43.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-08-21T17:20:43.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-08-21T17:20:43.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-08-21T17:20:43.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2100 | 2026-08-21T17:20:43.571Z | |
| 2101 | 2026-08-21T17:20:43.571Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337) |
| 2102 | 2026-08-21T17:20:43.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-08-21T17:20:43.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-08-21T17:20:43.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-08-21T17:20:43.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2106 | 2026-08-21T17:20:43.991Z | |
| 2107 | 2026-08-21T17:20:43.992Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337) |
| 2108 | 2026-08-21T17:20:44.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-08-21T17:20:44.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-08-21T17:20:44.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-08-21T17:20:44.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2112 | 2026-08-21T17:20:44.403Z | |
| 2113 | 2026-08-21T17:20:44.403Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337) |
| 2114 | 2026-08-21T17:20:44.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-08-21T17:20:44.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-08-21T17:20:44.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-08-21T17:20:44.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2118 | 2026-08-21T17:20:44.859Z | |
| 2119 | 2026-08-21T17:20:44.859Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337) |
| 2120 | 2026-08-21T17:20:45.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-08-21T17:20:45.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-08-21T17:20:45.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-08-21T17:20:45.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2124 | 2026-08-21T17:20:45.243Z | |
| 2125 | 2026-08-21T17:20:45.243Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337) |
| 2126 | 2026-08-21T17:20:45.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-08-21T17:20:45.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-08-21T17:20:45.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-08-21T17:20:45.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2130 | 2026-08-21T17:20:45.667Z | |
| 2131 | 2026-08-21T17:20:45.667Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337) |
| 2132 | 2026-08-21T17:20:46.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-08-21T17:20:46.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-08-21T17:20:46.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-08-21T17:20:46.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2136 | 2026-08-21T17:20:46.091Z | |
| 2137 | 2026-08-21T17:20:46.091Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337) |
| 2138 | 2026-08-21T17:20:46.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-08-21T17:20:46.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-08-21T17:20:46.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-08-21T17:20:46.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2142 | 2026-08-21T17:20:46.526Z | |
| 2143 | 2026-08-21T17:20:46.527Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337) |
| 2144 | 2026-08-21T17:20:46.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-08-21T17:20:46.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-08-21T17:20:46.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-08-21T17:20:46.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2148 | 2026-08-21T17:20:46.950Z | |
| 2149 | 2026-08-21T17:20:46.950Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337) |
| 2150 | 2026-08-21T17:20:47.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-08-21T17:20:47.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-08-21T17:20:47.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-08-21T17:20:47.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2154 | 2026-08-21T17:20:47.373Z | |
| 2155 | 2026-08-21T17:20:47.373Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337) |
| 2156 | 2026-08-21T17:20:47.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-08-21T17:20:47.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-08-21T17:20:47.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-08-21T17:20:47.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2160 | 2026-08-21T17:20:47.798Z | |
| 2161 | 2026-08-21T17:20:47.798Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337) |
| 2162 | 2026-08-21T17:20:48.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-08-21T17:20:48.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-08-21T17:20:48.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-08-21T17:20:48.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2166 | 2026-08-21T17:20:48.215Z | |
| 2167 | 2026-08-21T17:20:48.215Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337) |
| 2168 | 2026-08-21T17:20:48.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-08-21T17:20:48.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-08-21T17:20:48.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-08-21T17:20:48.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2172 | 2026-08-21T17:20:48.634Z | |
| 2173 | 2026-08-21T17:20:48.635Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337) |
| 2174 | 2026-08-21T17:20:49.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-08-21T17:20:49.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-08-21T17:20:49.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-08-21T17:20:49.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2178 | 2026-08-21T17:20:49.246Z | |
| 2179 | 2026-08-21T17:20:49.247Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337) |
| 2180 | 2026-08-21T17:20:49.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-08-21T17:20:49.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-08-21T17:20:49.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-08-21T17:20:49.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2184 | 2026-08-21T17:20:49.854Z | |
| 2185 | 2026-08-21T17:20:49.854Z | info: running `cargo check --bins` on nexus-config (51/337) |
| 2186 | 2026-08-21T17:20:50.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-08-21T17:20:50.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-08-21T17:20:50.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-08-21T17:20:50.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2190 | 2026-08-21T17:20:50.458Z | |
| 2191 | 2026-08-21T17:20:50.458Z | info: running `cargo check --bins` on nexus-types (52/337) |
| 2192 | 2026-08-21T17:20:50.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-08-21T17:20:50.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-08-21T17:20:50.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-08-21T17:20:50.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2196 | 2026-08-21T17:20:51.062Z | |
| 2197 | 2026-08-21T17:20:51.062Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337) |
| 2198 | 2026-08-21T17:20:51.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-08-21T17:20:51.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-08-21T17:20:51.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-08-21T17:20:51.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2202 | 2026-08-21T17:20:51.643Z | |
| 2203 | 2026-08-21T17:20:51.643Z | info: running `cargo check --bins` on omicron-passwords (54/337) |
| 2204 | 2026-08-21T17:20:52.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-08-21T17:20:52.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-08-21T17:20:52.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-08-21T17:20:52.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2208 | 2026-08-21T17:20:52.200Z | |
| 2209 | 2026-08-21T17:20:52.200Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/337) |
| 2210 | 2026-08-21T17:20:52.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-08-21T17:20:52.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-08-21T17:20:52.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-08-21T17:20:52.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2214 | 2026-08-21T17:20:52.892Z | |
| 2215 | 2026-08-21T17:20:52.892Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337) |
| 2216 | 2026-08-21T17:20:53.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-08-21T17:20:53.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-08-21T17:20:53.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-08-21T17:20:53.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2220 | 2026-08-21T17:20:53.341Z | |
| 2221 | 2026-08-21T17:20:53.341Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337) |
| 2222 | 2026-08-21T17:20:53.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-08-21T17:20:53.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-08-21T17:20:53.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-08-21T17:20:53.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2226 | 2026-08-21T17:20:53.921Z | |
| 2227 | 2026-08-21T17:20:53.921Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337) |
| 2228 | 2026-08-21T17:20:54.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-08-21T17:20:54.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-08-21T17:20:54.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-08-21T17:20:54.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2232 | 2026-08-21T17:20:54.497Z | |
| 2233 | 2026-08-21T17:20:54.497Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337) |
| 2234 | 2026-08-21T17:20:54.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-08-21T17:20:54.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-08-21T17:20:54.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-08-21T17:20:54.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2238 | 2026-08-21T17:20:55.055Z | |
| 2239 | 2026-08-21T17:20:55.055Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337) |
| 2240 | 2026-08-21T17:20:55.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-08-21T17:20:55.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-08-21T17:20:55.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-08-21T17:20:55.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2244 | 2026-08-21T17:20:55.617Z | |
| 2245 | 2026-08-21T17:20:55.617Z | info: running `cargo check --bins --no-default-features` on gfss (61/337) |
| 2246 | 2026-08-21T17:20:56.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-08-21T17:20:56.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-08-21T17:20:56.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2249 | 2026-08-21T17:20:56.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2250 | 2026-08-21T17:20:56.178Z | |
| 2251 | 2026-08-21T17:20:56.178Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337) |
| 2252 | 2026-08-21T17:20:56.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2253 | 2026-08-21T17:20:56.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2254 | 2026-08-21T17:20:56.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2255 | 2026-08-21T17:20:56.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2256 | 2026-08-21T17:20:56.735Z | |
| 2257 | 2026-08-21T17:20:56.735Z | info: running `cargo check --bins` on trust-quorum-types (63/337) |
| 2258 | 2026-08-21T17:20:57.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2259 | 2026-08-21T17:20:57.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2260 | 2026-08-21T17:20:57.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2261 | 2026-08-21T17:20:57.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2262 | 2026-08-21T17:20:57.295Z | |
| 2263 | 2026-08-21T17:20:57.295Z | info: running `cargo check --bins` on wicketd-commission-types (64/337) |
| 2264 | 2026-08-21T17:20:57.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2265 | 2026-08-21T17:20:57.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2266 | 2026-08-21T17:20:57.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2267 | 2026-08-21T17:20:57.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2268 | 2026-08-21T17:20:57.874Z | |
| 2269 | 2026-08-21T17:20:57.874Z | info: running `cargo check --bins` on wicketd-commission-types-versions (65/337) |
| 2270 | 2026-08-21T17:20:58.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2271 | 2026-08-21T17:20:58.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2272 | 2026-08-21T17:20:58.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2273 | 2026-08-21T17:20:58.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2274 | 2026-08-21T17:20:58.448Z | |
| 2275 | 2026-08-21T17:20:58.449Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337) |
| 2276 | 2026-08-21T17:20:58.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2277 | 2026-08-21T17:20:58.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2278 | 2026-08-21T17:20:58.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2279 | 2026-08-21T17:20:58.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2280 | 2026-08-21T17:20:59.017Z | |
| 2281 | 2026-08-21T17:20:59.017Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337) |
| 2282 | 2026-08-21T17:20:59.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2283 | 2026-08-21T17:20:59.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2284 | 2026-08-21T17:20:59.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2285 | 2026-08-21T17:20:59.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2286 | 2026-08-21T17:20:59.586Z | |
| 2287 | 2026-08-21T17:20:59.586Z | info: running `cargo check --bins` on clickhouse-admin-types (68/337) |
| 2288 | 2026-08-21T17:21:00.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2289 | 2026-08-21T17:21:00.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2290 | 2026-08-21T17:21:00.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2291 | 2026-08-21T17:21:00.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2292 | 2026-08-21T17:21:00.149Z | |
| 2293 | 2026-08-21T17:21:00.149Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (69/337) |
| 2294 | 2026-08-21T17:21:00.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2295 | 2026-08-21T17:21:00.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2296 | 2026-08-21T17:21:00.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2297 | 2026-08-21T17:21:00.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2298 | 2026-08-21T17:21:00.727Z | |
| 2299 | 2026-08-21T17:21:00.727Z | info: running `cargo check --bins` on cockroach-admin-types (70/337) |
| 2300 | 2026-08-21T17:21:01.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2301 | 2026-08-21T17:21:01.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2302 | 2026-08-21T17:21:01.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2303 | 2026-08-21T17:21:01.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2304 | 2026-08-21T17:21:01.293Z | |
| 2305 | 2026-08-21T17:21:01.293Z | info: running `cargo check --bins` on cockroach-admin-types-versions (71/337) |
| 2306 | 2026-08-21T17:21:01.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2307 | 2026-08-21T17:21:01.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2308 | 2026-08-21T17:21:01.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2309 | 2026-08-21T17:21:01.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2310 | 2026-08-21T17:21:01.863Z | |
| 2311 | 2026-08-21T17:21:01.863Z | info: running `cargo check --bins` on ereport-types (72/337) |
| 2312 | 2026-08-21T17:21:02.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2313 | 2026-08-21T17:21:02.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2314 | 2026-08-21T17:21:02.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2315 | 2026-08-21T17:21:02.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2316 | 2026-08-21T17:21:02.427Z | |
| 2317 | 2026-08-21T17:21:02.428Z | info: running `cargo check --bins` on gateway-client (73/337) |
| 2318 | 2026-08-21T17:21:02.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2319 | 2026-08-21T17:21:02.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2320 | 2026-08-21T17:21:02.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2321 | 2026-08-21T17:21:02.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2322 | 2026-08-21T17:21:02.983Z | |
| 2323 | 2026-08-21T17:21:02.983Z | info: running `cargo check --bins --no-default-features` on gateway-types (74/337) |
| 2324 | 2026-08-21T17:21:03.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2325 | 2026-08-21T17:21:03.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2326 | 2026-08-21T17:21:03.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2327 | 2026-08-21T17:21:03.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2328 | 2026-08-21T17:21:03.553Z | |
| 2329 | 2026-08-21T17:21:03.553Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337) |
| 2330 | 2026-08-21T17:21:04.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2331 | 2026-08-21T17:21:04.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2332 | 2026-08-21T17:21:04.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2333 | 2026-08-21T17:21:04.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2334 | 2026-08-21T17:21:04.138Z | |
| 2335 | 2026-08-21T17:21:04.138Z | info: running `cargo check --bins --no-default-features` on illumos-utils (76/337) |
| 2336 | 2026-08-21T17:21:04.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2337 | 2026-08-21T17:21:04.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2338 | 2026-08-21T17:21:04.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2339 | 2026-08-21T17:21:04.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2340 | 2026-08-21T17:21:04.760Z | |
| 2341 | 2026-08-21T17:21:04.760Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337) |
| 2342 | 2026-08-21T17:21:05.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2343 | 2026-08-21T17:21:05.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2344 | 2026-08-21T17:21:05.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2345 | 2026-08-21T17:21:05.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2346 | 2026-08-21T17:21:05.291Z | |
| 2347 | 2026-08-21T17:21:05.291Z | info: running `cargo check --bins` on key-manager-types (78/337) |
| 2348 | 2026-08-21T17:21:05.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2349 | 2026-08-21T17:21:05.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2350 | 2026-08-21T17:21:05.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2351 | 2026-08-21T17:21:05.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2352 | 2026-08-21T17:21:05.846Z | |
| 2353 | 2026-08-21T17:21:05.847Z | info: running `cargo check --bins` on oxlog (79/337) |
| 2354 | 2026-08-21T17:21:06.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2355 | 2026-08-21T17:21:06.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2356 | 2026-08-21T17:21:06.452Z | Checking cfg-if v1.0.4 |
| 2357 | 2026-08-21T17:21:06.457Z | Checking serde_core v1.0.228 |
| 2358 | 2026-08-21T17:21:06.457Z | Checking libc v0.2.185 |
| 2359 | 2026-08-21T17:21:06.572Z | Checking memchr v2.8.0 |
| 2360 | 2026-08-21T17:21:06.579Z | Checking smallvec v1.15.1 |
| 2361 | 2026-08-21T17:21:06.579Z | Checking log v0.4.33 |
| 2362 | 2026-08-21T17:21:06.598Z | Checking subtle v2.6.1 |
| 2363 | 2026-08-21T17:21:06.608Z | Checking itoa v1.0.17 |
| 2364 | 2026-08-21T17:21:06.620Z | Checking scopeguard v1.2.0 |
| 2365 | 2026-08-21T17:21:06.715Z | Checking lock_api v0.4.14 |
| 2366 | 2026-08-21T17:21:06.741Z | Checking stable_deref_trait v1.2.1 |
| 2367 | 2026-08-21T17:21:06.741Z | Checking typenum v1.20.1 |
| 2368 | 2026-08-21T17:21:06.764Z | Checking zerofrom v0.1.6 |
| 2369 | 2026-08-21T17:21:06.775Z | Checking zerocopy v0.8.55 |
| 2370 | 2026-08-21T17:21:06.820Z | Checking portable-atomic v1.13.1 |
| 2371 | 2026-08-21T17:21:06.874Z | Checking yoke v0.8.1 |
| 2372 | 2026-08-21T17:21:06.915Z | Checking critical-section v1.2.0 |
| 2373 | 2026-08-21T17:21:06.943Z | Checking pin-project-lite v0.2.17 |
| 2374 | 2026-08-21T17:21:06.954Z | Checking errno v0.3.14 |
| 2375 | 2026-08-21T17:21:07.008Z | Checking getrandom v0.2.17 |
| 2376 | 2026-08-21T17:21:07.033Z | Checking const-oid v0.9.6 |
| 2377 | 2026-08-21T17:21:07.046Z | Checking zerovec v0.11.5 |
| 2378 | 2026-08-21T17:21:07.398Z | Checking libm v0.2.16 |
| 2379 | 2026-08-21T17:21:07.546Z | Checking rand_core v0.6.4 |
| 2380 | 2026-08-21T17:21:07.546Z | Checking once_cell v1.21.3 |
| 2381 | 2026-08-21T17:21:07.546Z | Checking zmij v1.0.21 |
| 2382 | 2026-08-21T17:21:07.585Z | Checking signal-hook-registry v1.4.8 |
| 2383 | 2026-08-21T17:21:07.585Z | Checking tinystr v0.8.2 |
| 2384 | 2026-08-21T17:21:07.585Z | Checking parking_lot_core v0.9.12 |
| 2385 | 2026-08-21T17:21:07.585Z | Checking percent-encoding v2.3.2 |
| 2386 | 2026-08-21T17:21:07.597Z | Checking litemap v0.8.1 |
| 2387 | 2026-08-21T17:21:07.649Z | Checking writeable v0.6.2 |
| 2388 | 2026-08-21T17:21:07.691Z | Checking futures-core v0.3.32 |
| 2389 | 2026-08-21T17:21:07.696Z | Checking parking_lot v0.12.5 |
| 2390 | 2026-08-21T17:21:07.700Z | Checking potential_utf v0.1.4 |
| 2391 | 2026-08-21T17:21:07.746Z | Checking num-traits v0.2.19 |
| 2392 | 2026-08-21T17:21:07.780Z | Checking zerotrie v0.2.3 |
| 2393 | 2026-08-21T17:21:07.794Z | Checking mio v1.2.0 |
| 2394 | 2026-08-21T17:21:07.807Z | Checking icu_locale_core v2.1.1 |
| 2395 | 2026-08-21T17:21:07.823Z | Checking equivalent v1.0.2 |
| 2396 | 2026-08-21T17:21:07.865Z | Checking icu_collections v2.1.1 |
| 2397 | 2026-08-21T17:21:07.899Z | Checking getrandom v0.3.4 |
| 2398 | 2026-08-21T17:21:08.012Z | Checking socket2 v0.6.3 |
| 2399 | 2026-08-21T17:21:08.044Z | Checking icu_normalizer_data v2.1.1 |
| 2400 | 2026-08-21T17:21:08.062Z | Checking serde v1.0.228 |
| 2401 | 2026-08-21T17:21:08.076Z | Checking bitflags v2.11.0 |
| 2402 | 2026-08-21T17:21:08.113Z | Checking serde_json v1.0.151 |
| 2403 | 2026-08-21T17:21:08.175Z | Checking icu_properties_data v2.1.2 |
| 2404 | 2026-08-21T17:21:08.244Z | Checking byteorder v1.5.0 |
| 2405 | 2026-08-21T17:21:08.257Z | Checking hashbrown v0.17.0 |
| 2406 | 2026-08-21T17:21:08.269Z | Checking rand_core v0.10.0 |
| 2407 | 2026-08-21T17:21:08.302Z | Checking futures-sink v0.3.32 |
| 2408 | 2026-08-21T17:21:08.379Z | Checking icu_provider v2.1.1 |
| 2409 | 2026-08-21T17:21:08.476Z | Checking futures-channel v0.3.32 |
| 2410 | 2026-08-21T17:21:08.476Z | Checking getrandom v0.4.3 |
| 2411 | 2026-08-21T17:21:08.480Z | Checking utf8_iter v1.0.4 |
| 2412 | 2026-08-21T17:21:08.480Z | Checking zeroize v1.9.0 |
| 2413 | 2026-08-21T17:21:08.553Z | Checking bytes v1.11.1 |
| 2414 | 2026-08-21T17:21:08.564Z | Checking futures-io v0.3.32 |
| 2415 | 2026-08-21T17:21:08.577Z | Checking icu_normalizer v2.1.1 |
| 2416 | 2026-08-21T17:21:08.589Z | Checking icu_properties v2.1.2 |
| 2417 | 2026-08-21T17:21:08.631Z | Checking generic-array v0.14.7 |
| 2418 | 2026-08-21T17:21:08.671Z | Checking slab v0.4.12 |
| 2419 | 2026-08-21T17:21:08.719Z | Checking indexmap v2.14.0 |
| 2420 | 2026-08-21T17:21:08.791Z | Checking futures-task v0.3.32 |
| 2421 | 2026-08-21T17:21:08.831Z | Checking rustix v1.1.4 |
| 2422 | 2026-08-21T17:21:08.875Z | Checking form_urlencoded v1.2.2 |
| 2423 | 2026-08-21T17:21:08.928Z | Checking futures-util v0.3.32 |
| 2424 | 2026-08-21T17:21:08.991Z | Checking tokio v1.52.1 |
| 2425 | 2026-08-21T17:21:09.007Z | Checking base64ct v1.8.3 |
| 2426 | 2026-08-21T17:21:09.096Z | Checking block-buffer v0.10.4 |
| 2427 | 2026-08-21T17:21:09.232Z | Checking crypto-common v0.1.7 |
| 2428 | 2026-08-21T17:21:09.252Z | Checking fnv v1.0.7 |
| 2429 | 2026-08-21T17:21:09.280Z | Checking pem-rfc7468 v0.7.0 |
| 2430 | 2026-08-21T17:21:09.335Z | Checking iana-time-zone v0.1.65 |
| 2431 | 2026-08-21T17:21:09.359Z | Checking digest v0.10.7 |
| 2432 | 2026-08-21T17:21:09.412Z | Checking idna_adapter v1.2.1 |
| 2433 | 2026-08-21T17:21:09.437Z | Checking flagset v0.4.7 |
| 2434 | 2026-08-21T17:21:09.450Z | Checking chrono v0.4.45 |
| 2435 | 2026-08-21T17:21:09.549Z | Checking idna v1.1.0 |
| 2436 | 2026-08-21T17:21:09.638Z | Checking der v0.7.10 |
| 2437 | 2026-08-21T17:21:09.638Z | Checking uuid v1.23.4 |
| 2438 | 2026-08-21T17:21:09.644Z | Checking ppv-lite86 v0.2.21 |
| 2439 | 2026-08-21T17:21:09.672Z | Checking rand_core v0.9.5 |
| 2440 | 2026-08-21T17:21:09.772Z | Checking url v2.5.8 |
| 2441 | 2026-08-21T17:21:09.856Z | Checking regex-syntax v0.8.10 |
| 2442 | 2026-08-21T17:21:09.878Z | Checking base64 v0.22.1 |
| 2443 | 2026-08-21T17:21:09.892Z | Checking http v1.4.2 |
| 2444 | 2026-08-21T17:21:10.118Z | Checking rand_chacha v0.9.0 |
| 2445 | 2026-08-21T17:21:10.218Z | Checking tracing-core v0.1.36 |
| 2446 | 2026-08-21T17:21:10.293Z | Checking spki v0.7.3 |
| 2447 | 2026-08-21T17:21:10.307Z | Checking dyn-clone v1.0.20 |
| 2448 | 2026-08-21T17:21:10.319Z | Checking simd-adler32 v0.3.8 |
| 2449 | 2026-08-21T17:21:10.407Z | Checking cpufeatures v0.2.17 |
| 2450 | 2026-08-21T17:21:10.453Z | Checking http-body v1.0.1 |
| 2451 | 2026-08-21T17:21:10.472Z | Checking pkcs8 v0.10.2 |
| 2452 | 2026-08-21T17:21:10.492Z | Checking rand v0.9.2 |
| 2453 | 2026-08-21T17:21:10.512Z | Checking rustls-pki-types v1.14.0 |
| 2454 | 2026-08-21T17:21:10.526Z | Checking tracing v0.1.44 |
| 2455 | 2026-08-21T17:21:10.579Z | Checking semver v1.0.28 |
| 2456 | 2026-08-21T17:21:10.625Z | Checking spin v0.9.8 |
| 2457 | 2026-08-21T17:21:10.728Z | Checking adler2 v2.0.1 |
| 2458 | 2026-08-21T17:21:10.782Z | Checking anstyle v1.0.14 |
| 2459 | 2026-08-21T17:21:10.789Z | Checking cmov v0.5.4 |
| 2460 | 2026-08-21T17:21:10.802Z | Checking utf8parse v0.2.2 |
| 2461 | 2026-08-21T17:21:10.838Z | Checking tinyvec_macros v0.1.1 |
| 2462 | 2026-08-21T17:21:10.862Z | Checking openssl-probe v0.2.1 |
| 2463 | 2026-08-21T17:21:10.896Z | Checking tinyvec v1.10.0 |
| 2464 | 2026-08-21T17:21:11.393Z | Checking anstyle-parse v1.0.0 |
| 2465 | 2026-08-21T17:21:11.517Z | Checking miniz_oxide v0.8.9 |
| 2466 | 2026-08-21T17:21:11.517Z | Checking schemars v0.8.22 |
| 2467 | 2026-08-21T17:21:11.517Z | Checking ctutils v0.4.2 |
| 2468 | 2026-08-21T17:21:11.517Z | Checking sha2 v0.10.9 |
| 2469 | 2026-08-21T17:21:11.517Z | Checking terminal_size v0.4.3 |
| 2470 | 2026-08-21T17:21:11.517Z | Checking aws-lc-sys v0.40.0 |
| 2471 | 2026-08-21T17:21:11.517Z | Checking thiserror v2.0.18 |
| 2472 | 2026-08-21T17:21:11.517Z | Checking untrusted v0.7.1 |
| 2473 | 2026-08-21T17:21:11.517Z | Checking tower-layer v0.3.3 |
| 2474 | 2026-08-21T17:21:11.517Z | Checking anstyle-query v1.1.5 |
| 2475 | 2026-08-21T17:21:11.518Z | Checking atomic-waker v1.1.2 |
| 2476 | 2026-08-21T17:21:11.518Z | Checking fastrand v2.3.0 |
| 2477 | 2026-08-21T17:21:11.518Z | Checking colorchoice v1.0.4 |
| 2478 | 2026-08-21T17:21:11.518Z | Checking try-lock v0.2.5 |
| 2479 | 2026-08-21T17:21:11.518Z | Checking is_terminal_polyfill v1.70.2 |
| 2480 | 2026-08-21T17:21:11.518Z | Checking tower-service v0.3.3 |
| 2481 | 2026-08-21T17:21:11.568Z | Checking hybrid-array v0.4.13 |
| 2482 | 2026-08-21T17:21:11.568Z | Checking want v0.3.1 |
| 2483 | 2026-08-21T17:21:11.568Z | Checking anstream v1.0.0 |
| 2484 | 2026-08-21T17:21:11.568Z | Checking ipnet v2.12.0 |
| 2485 | 2026-08-21T17:21:11.568Z | Checking tempfile v3.27.0 |
| 2486 | 2026-08-21T17:21:11.611Z | Checking crc32fast v1.5.0 |
| 2487 | 2026-08-21T17:21:11.664Z | Checking httparse v1.10.1 |
| 2488 | 2026-08-21T17:21:11.683Z | Checking aho-corasick v1.1.4 |
| 2489 | 2026-08-21T17:21:11.701Z | Checking aws-lc-rs v1.16.3 |
| 2490 | 2026-08-21T17:21:11.725Z | Checking tap v1.0.1 |
| 2491 | 2026-08-21T17:21:11.760Z | Checking foreign-types-shared v0.1.1 |
| 2492 | 2026-08-21T17:21:11.769Z | Checking httpdate v1.0.3 |
| 2493 | 2026-08-21T17:21:11.800Z | Checking untrusted v0.9.0 |
| 2494 | 2026-08-21T17:21:11.816Z | Checking plain v0.2.3 |
| 2495 | 2026-08-21T17:21:11.854Z | Checking wyz v0.5.1 |
| 2496 | 2026-08-21T17:21:11.884Z | Checking foreign-types v0.3.2 |
| 2497 | 2026-08-21T17:21:11.902Z | Checking unicode-normalization v0.1.25 |
| 2498 | 2026-08-21T17:21:11.915Z | Checking rand_chacha v0.3.1 |
| 2499 | 2026-08-21T17:21:11.946Z | Checking signature v2.2.0 |
| 2500 | 2026-08-21T17:21:12.026Z | Checking radium v0.7.0 |
| 2501 | 2026-08-21T17:21:12.076Z | Checking hex v0.4.3 |
| 2502 | 2026-08-21T17:21:12.118Z | Checking num-integer v0.1.46 |
| 2503 | 2026-08-21T17:21:12.190Z | Checking openssl-sys v0.9.117 |
| 2504 | 2026-08-21T17:21:12.209Z | Checking wait-timeout v0.2.1 |
| 2505 | 2026-08-21T17:21:12.297Z | Checking quick-error v1.2.3 |
| 2506 | 2026-08-21T17:21:12.311Z | Checking bit-vec v0.8.0 |
| 2507 | 2026-08-21T17:21:12.324Z | Checking ucd-trie v0.1.7 |
| 2508 | 2026-08-21T17:21:12.339Z | Checking tokio-util v0.7.18 |
| 2509 | 2026-08-21T17:21:12.353Z | Checking unicode-ident v1.0.24 |
| 2510 | 2026-08-21T17:21:12.368Z | Checking regex-automata v0.4.14 |
| 2511 | 2026-08-21T17:21:12.393Z | Checking clap_lex v1.0.0 |
| 2512 | 2026-08-21T17:21:12.471Z | Checking strsim v0.11.1 |
| 2513 | 2026-08-21T17:21:12.509Z | Checking funty v2.0.0 |
| 2514 | 2026-08-21T17:21:12.541Z | Checking bit-set v0.8.0 |
| 2515 | 2026-08-21T17:21:12.578Z | Checking rustls-webpki v0.103.13 |
| 2516 | 2026-08-21T17:21:12.578Z | Checking proc-macro2 v1.0.106 |
| 2517 | 2026-08-21T17:21:12.612Z | Checking openssl v0.10.80 |
| 2518 | 2026-08-21T17:21:12.630Z | Checking clap_builder v4.6.0 |
| 2519 | 2026-08-21T17:21:12.645Z | Checking pest v2.8.6 |
| 2520 | 2026-08-21T17:21:12.779Z | Checking bitvec v1.0.1 |
| 2521 | 2026-08-21T17:21:12.854Z | Checking rusty-fork v0.3.1 |
| 2522 | 2026-08-21T17:21:12.952Z | Checking rustls v0.23.41 |
| 2523 | 2026-08-21T17:21:12.967Z | Checking h2 v0.4.15 |
| 2524 | 2026-08-21T17:21:13.016Z | Checking num-iter v0.1.45 |
| 2525 | 2026-08-21T17:21:13.130Z | Checking rand v0.8.6 |
| 2526 | 2026-08-21T17:21:13.684Z | Checking lazy_static v1.5.0 |
| 2527 | 2026-08-21T17:21:13.717Z | Checking rand_xorshift v0.4.0 |
| 2528 | 2026-08-21T17:21:13.747Z | Checking hmac v0.12.1 |
| 2529 | 2026-08-21T17:21:13.814Z | Checking thiserror v1.0.69 |
| 2530 | 2026-08-21T17:21:13.851Z | Checking maybe-uninit v2.0.0 |
| 2531 | 2026-08-21T17:21:13.877Z | Checking toml_datetime v0.6.11 |
| 2532 | 2026-08-21T17:21:13.900Z | Checking serde_spanned v0.6.9 |
| 2533 | 2026-08-21T17:21:13.913Z | Checking sync_wrapper v1.0.2 |
| 2534 | 2026-08-21T17:21:14.012Z | Checking powerfmt v0.2.0 |
| 2535 | 2026-08-21T17:21:14.031Z | Checking crc-catalog v2.4.0 |
| 2536 | 2026-08-21T17:21:14.067Z | Checking pretty-hex v0.4.1 |
| 2537 | 2026-08-21T17:21:14.114Z | Checking siphasher v1.0.2 |
| 2538 | 2026-08-21T17:21:14.137Z | Checking nodrop v0.1.14 |
| 2539 | 2026-08-21T17:21:14.160Z | Checking zlib-rs v0.6.2 |
| 2540 | 2026-08-21T17:21:14.173Z | Checking unarray v0.1.4 |
| 2541 | 2026-08-21T17:21:14.204Z | Checking array-init v0.0.4 |
| 2542 | 2026-08-21T17:21:14.218Z | Checking deranged v0.5.8 |
| 2543 | 2026-08-21T17:21:14.259Z | Checking crc v3.4.0 |
| 2544 | 2026-08-21T17:21:14.297Z | Checking proptest v1.11.0 |
| 2545 | 2026-08-21T17:21:14.425Z | Checking packed_struct v0.10.1 |
| 2546 | 2026-08-21T17:21:14.483Z | Checking tower v0.5.3 |
| 2547 | 2026-08-21T17:21:14.578Z | Checking native-tls v0.2.18 |
| 2548 | 2026-08-21T17:21:14.759Z | Checking smallvec v0.6.14 |
| 2549 | 2026-08-21T17:21:14.870Z | Checking clap v4.6.1 |
| 2550 | 2026-08-21T17:21:14.947Z | Checking num-bigint-dig v0.8.6 |
| 2551 | 2026-08-21T17:21:14.965Z | Checking quote v1.0.45 |
| 2552 | 2026-08-21T17:21:15.337Z | Checking flate2 v1.1.9 |
| 2553 | 2026-08-21T17:21:15.348Z | Checking ipnetwork v0.21.1 |
| 2554 | 2026-08-21T17:21:15.348Z | Checking pkcs1 v0.7.5 |
| 2555 | 2026-08-21T17:21:15.349Z | Checking http-body-util v0.1.3 |
| 2556 | 2026-08-21T17:21:15.349Z | Checking crossbeam-utils v0.8.21 |
| 2557 | 2026-08-21T17:21:15.349Z | Checking bitfield v0.19.4 |
| 2558 | 2026-08-21T17:21:15.452Z | Checking zerocopy v0.6.6 |
| 2559 | 2026-08-21T17:21:15.461Z | Checking ahash v0.8.12 |
| 2560 | 2026-08-21T17:21:15.466Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2561 | 2026-08-21T17:21:15.584Z | Checking scroll v0.13.0 |
| 2562 | 2026-08-21T17:21:15.612Z | Checking env_filter v2.0.0 |
| 2563 | 2026-08-21T17:21:15.631Z | Checking base64 v0.21.7 |
| 2564 | 2026-08-21T17:21:15.649Z | Checking time-core v0.1.8 |
| 2565 | 2026-08-21T17:21:15.704Z | Checking num-conv v0.2.0 |
| 2566 | 2026-08-21T17:21:15.763Z | Checking hashbrown v0.12.3 |
| 2567 | 2026-08-21T17:21:15.780Z | Checking hyper v1.10.1 |
| 2568 | 2026-08-21T17:21:15.803Z | Checking unicode-bidi v0.3.18 |
| 2569 | 2026-08-21T17:21:15.803Z | Checking gimli v0.32.3 |
| 2570 | 2026-08-21T17:21:15.804Z | Checking iri-string v0.7.10 |
| 2571 | 2026-08-21T17:21:15.871Z | Checking num_threads v0.1.7 |
| 2572 | 2026-08-21T17:21:19.579Z | Checking allocator-api2 v0.2.21 |
| 2573 | 2026-08-21T17:21:19.579Z | Checking winnow v0.5.40 |
| 2574 | 2026-08-21T17:21:19.579Z | Checking ryu v1.0.23 |
| 2575 | 2026-08-21T17:21:19.579Z | Checking unicode-properties v0.1.4 |
| 2576 | 2026-08-21T17:21:19.579Z | Checking newtype-uuid v1.3.2 |
| 2577 | 2026-08-21T17:21:19.579Z | Checking indexmap v1.9.3 |
| 2578 | 2026-08-21T17:21:19.579Z | Checking serde_urlencoded v0.7.1 |
| 2579 | 2026-08-21T17:21:19.579Z | Checking stringprep v0.1.5 |
| 2580 | 2026-08-21T17:21:19.579Z | Checking time v0.3.47 |
| 2581 | 2026-08-21T17:21:19.579Z | Checking ron v0.8.1 |
| 2582 | 2026-08-21T17:21:19.579Z | Checking goblin v0.10.5 |
| 2583 | 2026-08-21T17:21:19.579Z | Checking rsa v0.9.10 |
| 2584 | 2026-08-21T17:21:19.579Z | Checking hyper-util v0.1.20 |
| 2585 | 2026-08-21T17:21:19.579Z | Checking tower-http v0.6.8 |
| 2586 | 2026-08-21T17:21:19.579Z | Checking env_logger v0.11.11 |
| 2587 | 2026-08-21T17:21:19.579Z | Checking crossbeam-epoch v0.9.18 |
| 2588 | 2026-08-21T17:21:19.579Z | Checking toml_edit v0.19.15 |
| 2589 | 2026-08-21T17:21:19.579Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2590 | 2026-08-21T17:21:19.579Z | Checking hashbrown v0.13.2 |
| 2591 | 2026-08-21T17:21:19.579Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2592 | 2026-08-21T17:21:19.579Z | Checking bzip2 v0.4.4 |
| 2593 | 2026-08-21T17:21:19.579Z | Checking addr2line v0.25.1 |
| 2594 | 2026-08-21T17:21:19.579Z | Checking oxnet v0.1.6 |
| 2595 | 2026-08-21T17:21:19.579Z | Checking syn v2.0.117 |
| 2596 | 2026-08-21T17:21:19.579Z | Checking serde-hex v0.1.0 |
| 2597 | 2026-08-21T17:21:19.579Z | Checking tokio-native-tls v0.3.1 |
| 2598 | 2026-08-21T17:21:19.579Z | Checking bstr v1.12.1 |
| 2599 | 2026-08-21T17:21:19.579Z | Checking block-padding v0.4.2 |
| 2600 | 2026-08-21T17:21:19.580Z | Checking crypto-common v0.2.2 |
| 2601 | 2026-08-21T17:21:19.580Z | Checking block-buffer v0.12.1 |
| 2602 | 2026-08-21T17:21:19.580Z | Checking rustls-native-certs v0.8.3 |
| 2603 | 2026-08-21T17:21:19.580Z | Checking x509-cert v0.2.5 |
| 2604 | 2026-08-21T17:21:19.580Z | Checking scroll v0.12.0 |
| 2605 | 2026-08-21T17:21:19.580Z | Checking object v0.37.3 |
| 2606 | 2026-08-21T17:21:19.580Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2607 | 2026-08-21T17:21:19.580Z | Checking md-5 v0.10.6 |
| 2608 | 2026-08-21T17:21:19.580Z | Checking hash32 v0.2.1 |
| 2609 | 2026-08-21T17:21:19.580Z | Checking encoding_rs v0.8.35 |
| 2610 | 2026-08-21T17:21:19.580Z | Checking crc-any v2.5.0 |
| 2611 | 2026-08-21T17:21:19.580Z | Checking either v1.15.0 |
| 2612 | 2026-08-21T17:21:19.580Z | Checking fallible-iterator v0.2.0 |
| 2613 | 2026-08-21T17:21:19.580Z | Checking rustc-demangle v0.1.27 |
| 2614 | 2026-08-21T17:21:19.580Z | Checking mime v0.3.17 |
| 2615 | 2026-08-21T17:21:19.580Z | Checking psl-types v2.0.11 |
| 2616 | 2026-08-21T17:21:19.580Z | Checking postgres-protocol v0.6.10 |
| 2617 | 2026-08-21T17:21:19.580Z | Checking dof v0.4.0 |
| 2618 | 2026-08-21T17:21:19.580Z | Checking heapless v0.7.17 |
| 2619 | 2026-08-21T17:21:19.580Z | Checking publicsuffix v2.3.0 |
| 2620 | 2026-08-21T17:21:19.580Z | Checking zstd-safe v7.2.4 |
| 2621 | 2026-08-21T17:21:19.580Z | Checking goblin v0.8.2 |
| 2622 | 2026-08-21T17:21:19.657Z | Checking toml v0.7.8 |
| 2623 | 2026-08-21T17:21:19.657Z | Checking hyper-tls v0.6.0 |
| 2624 | 2026-08-21T17:21:19.657Z | Checking inout v0.2.2 |
| 2625 | 2026-08-21T17:21:19.694Z | Checking daft v0.1.7 |
| 2626 | 2026-08-21T17:21:19.697Z | Checking object v0.30.4 |
| 2627 | 2026-08-21T17:21:19.734Z | Checking cookie v0.18.1 |
| 2628 | 2026-08-21T17:21:19.749Z | Checking zip v0.6.6 |
| 2629 | 2026-08-21T17:21:19.778Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-08-21T17:21:19.929Z | Checking tokio-rustls v0.26.4 |
| 2631 | 2026-08-21T17:21:19.944Z | Checking phf_shared v0.13.1 |
| 2632 | 2026-08-21T17:21:19.967Z | Checking dtrace-parser v0.3.0 |
| 2633 | 2026-08-21T17:21:20.085Z | Checking pin-project v1.1.11 |
| 2634 | 2026-08-21T17:21:20.138Z | Checking zerocopy v0.7.35 |
| 2635 | 2026-08-21T17:21:20.161Z | Checking signal-hook v0.3.18 |
| 2636 | 2026-08-21T17:21:20.178Z | Checking futures-executor v0.3.32 |
| 2637 | 2026-08-21T17:21:20.201Z | Checking ff v0.13.1 |
| 2638 | 2026-08-21T17:21:20.261Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2639 | 2026-08-21T17:21:20.325Z | Checking thread-id v5.1.0 |
| 2640 | 2026-08-21T17:21:20.335Z | Checking smawk v0.3.2 |
| 2641 | 2026-08-21T17:21:20.350Z | Checking base16ct v0.2.0 |
| 2642 | 2026-08-21T17:21:20.402Z | Checking path-slash v0.1.5 |
| 2643 | 2026-08-21T17:21:20.457Z | Checking is_ci v1.2.0 |
| 2644 | 2026-08-21T17:21:20.471Z | Checking unicode-linebreak v0.1.5 |
| 2645 | 2026-08-21T17:21:20.501Z | Checking bitflags v1.3.2 |
| 2646 | 2026-08-21T17:21:20.557Z | Checking libbz2-rs-sys v0.2.2 |
| 2647 | 2026-08-21T17:21:20.572Z | Checking managed v0.8.0 |
| 2648 | 2026-08-21T17:21:20.584Z | Checking backtrace v0.3.76 |
| 2649 | 2026-08-21T17:21:20.624Z | Checking unicode-width v0.2.0 |
| 2650 | 2026-08-21T17:21:20.939Z | Checking jiff-core v0.1.0 |
| 2651 | 2026-08-21T17:21:20.939Z | Checking bumpalo v3.20.2 |
| 2652 | 2026-08-21T17:21:20.983Z | Checking foldhash v0.2.0 |
| 2653 | 2026-08-21T17:21:20.990Z | Checking same-file v1.0.6 |
| 2654 | 2026-08-21T17:21:20.991Z | Checking foldhash v0.1.5 |
| 2655 | 2026-08-21T17:21:21.002Z | Compiling rayon-core v1.13.0 |
| 2656 | 2026-08-21T17:21:21.002Z | Checking walkdir v2.5.0 |
| 2657 | 2026-08-21T17:21:21.022Z | Checking hashbrown v0.16.1 |
| 2658 | 2026-08-21T17:21:21.068Z | Checking hashbrown v0.15.5 |
| 2659 | 2026-08-21T17:21:21.145Z | Checking zopfli v0.8.3 |
| 2660 | 2026-08-21T17:21:21.158Z | Checking bzip2 v0.6.1 |
| 2661 | 2026-08-21T17:21:21.230Z | Checking backtrace-ext v0.2.1 |
| 2662 | 2026-08-21T17:21:21.275Z | Checking dof v0.3.0 |
| 2663 | 2026-08-21T17:21:21.318Z | Checking textwrap v0.16.2 |
| 2664 | 2026-08-21T17:21:21.337Z | Checking smoltcp v0.9.1 |
| 2665 | 2026-08-21T17:21:21.363Z | Checking jiff v0.2.34 |
| 2666 | 2026-08-21T17:21:21.482Z | Checking supports-color v3.0.2 |
| 2667 | 2026-08-21T17:21:21.530Z | Checking sec1 v0.7.3 |
| 2668 | 2026-08-21T17:21:21.543Z | Checking usdt-impl v0.6.0 |
| 2669 | 2026-08-21T17:21:21.553Z | Checking signal-hook-mio v0.2.5 |
| 2670 | 2026-08-21T17:21:21.565Z | Checking group v0.13.0 |
| 2671 | 2026-08-21T17:21:21.604Z | Checking futures v0.3.32 |
| 2672 | 2026-08-21T17:21:21.652Z | Checking snafu v0.8.9 |
| 2673 | 2026-08-21T17:21:21.680Z | Checking hyper-rustls v0.27.7 |
| 2674 | 2026-08-21T17:21:21.706Z | Checking phf v0.13.1 |
| 2675 | 2026-08-21T17:21:21.737Z | Checking cookie_store v0.22.1 |
| 2676 | 2026-08-21T17:21:21.818Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2677 | 2026-08-21T17:21:21.821Z | Checking cipher v0.5.2 |
| 2678 | 2026-08-21T17:21:21.852Z | Checking reqwest v0.12.28 |
| 2679 | 2026-08-21T17:21:21.878Z | Checking zstd v0.13.3 |
| 2680 | 2026-08-21T17:21:21.890Z | Checking postgres-types v0.2.12 |
| 2681 | 2026-08-21T17:21:21.944Z | Checking rustls-platform-verifier v0.6.2 |
| 2682 | 2026-08-21T17:21:22.061Z | Checking globset v0.4.18 |
| 2683 | 2026-08-21T17:21:22.076Z | Checking crossbeam-deque v0.8.6 |
| 2684 | 2026-08-21T17:21:22.079Z | Checking phf_shared v0.11.3 |
| 2685 | 2026-08-21T17:21:22.100Z | Checking regex v1.12.3 |
| 2686 | 2026-08-21T17:21:22.154Z | Checking dtrace-parser v0.2.0 |
| 2687 | 2026-08-21T17:21:22.197Z | Checking hkdf v0.12.4 |
| 2688 | 2026-08-21T17:21:22.217Z | Checking olpc-cjson v0.1.4 |
| 2689 | 2026-08-21T17:21:22.261Z | Checking curve25519-dalek v4.1.3 |
| 2690 | 2026-08-21T17:21:22.312Z | Checking ref-cast v1.0.25 |
| 2691 | 2026-08-21T17:21:22.331Z | Checking strum v0.27.2 |
| 2692 | 2026-08-21T17:21:22.350Z | Checking byte-wrapper v0.1.0 |
| 2693 | 2026-08-21T17:21:22.373Z | Checking hubpack v0.1.2 |
| 2694 | 2026-08-21T17:21:22.389Z | Checking ed25519 v2.2.3 |
| 2695 | 2026-08-21T17:21:22.405Z | Checking memoffset v0.9.1 |
| 2696 | 2026-08-21T17:21:22.439Z | Checking rustix v0.38.44 |
| 2697 | 2026-08-21T17:21:22.483Z | Checking owo-colors v4.3.0 |
| 2698 | 2026-08-21T17:21:22.542Z | Checking pem v3.0.6 |
| 2699 | 2026-08-21T17:21:22.552Z | Checking crypto-bigint v0.5.5 |
| 2700 | 2026-08-21T17:21:22.576Z | Checking serde-big-array v0.5.1 |
| 2701 | 2026-08-21T17:21:22.598Z | Checking erased-serde v0.3.31 |
| 2702 | 2026-08-21T17:21:22.693Z | Checking serde_plain v1.0.2 |
| 2703 | 2026-08-21T17:21:22.711Z | Checking float-cmp v0.10.0 |
| 2704 | 2026-08-21T17:21:22.833Z | Checking memmap2 v0.9.10 |
| 2705 | 2026-08-21T17:21:22.839Z | Checking thread-id v4.2.2 |
| 2706 | 2026-08-21T17:21:22.911Z | Checking supports-hyperlinks v3.2.0 |
| 2707 | 2026-08-21T17:21:22.979Z | Checking supports-unicode v3.0.0 |
| 2708 | 2026-08-21T17:21:23.003Z | Checking fixedbitset v0.5.7 |
| 2709 | 2026-08-21T17:21:23.016Z | Checking winnow v1.0.3 |
| 2710 | 2026-08-21T17:21:23.034Z | Checking static_assertions v1.1.0 |
| 2711 | 2026-08-21T17:21:23.047Z | Checking winnow v0.7.14 |
| 2712 | 2026-08-21T17:21:23.082Z | Checking keccak v0.1.6 |
| 2713 | 2026-08-21T17:21:23.103Z | Checking cpufeatures v0.3.0 |
| 2714 | 2026-08-21T17:21:23.174Z | Checking const-oid v0.10.2 |
| 2715 | 2026-08-21T17:21:23.196Z | Checking new_debug_unreachable v1.0.6 |
| 2716 | 2026-08-21T17:21:23.244Z | Checking typed-path v0.9.3 |
| 2717 | 2026-08-21T17:21:23.256Z | Checking toml_write v0.1.2 |
| 2718 | 2026-08-21T17:21:23.267Z | Checking unicode-width v0.1.14 |
| 2719 | 2026-08-21T17:21:23.279Z | Checking whoami v2.1.0 |
| 2720 | 2026-08-21T17:21:23.331Z | Checking predicates-core v1.0.10 |
| 2721 | 2026-08-21T17:21:23.415Z | Checking difflib v0.4.0 |
| 2722 | 2026-08-21T17:21:23.454Z | Checking fixedbitset v0.4.2 |
| 2723 | 2026-08-21T17:21:23.470Z | Checking precomputed-hash v0.1.1 |
| 2724 | 2026-08-21T17:21:23.474Z | Checking data-encoding v2.10.0 |
| 2725 | 2026-08-21T17:21:23.506Z | Checking normalize-line-endings v0.3.0 |
| 2726 | 2026-08-21T17:21:23.551Z | Checking unicode-segmentation v1.12.0 |
| 2727 | 2026-08-21T17:21:23.588Z | Checking string_cache v0.8.9 |
| 2728 | 2026-08-21T17:21:23.601Z | Checking petgraph v0.6.5 |
| 2729 | 2026-08-21T17:21:23.605Z | Checking predicates v3.1.4 |
| 2730 | 2026-08-21T17:21:23.748Z | Checking hickory-proto v0.25.2 |
| 2731 | 2026-08-21T17:21:23.761Z | Checking miette v7.6.0 |
| 2732 | 2026-08-21T17:21:23.859Z | Checking similar v2.7.0 |
| 2733 | 2026-08-21T17:21:23.863Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2734 | 2026-08-21T17:21:23.908Z | Checking elliptic-curve v0.13.8 |
| 2735 | 2026-08-21T17:21:24.006Z | Checking tough v0.22.0 |
| 2736 | 2026-08-21T17:21:24.195Z | Checking tokio-postgres v0.7.16 |
| 2737 | 2026-08-21T17:21:24.217Z | Checking digest v0.11.3 |
| 2738 | 2026-08-21T17:21:24.229Z | Checking toml_edit v0.22.27 |
| 2739 | 2026-08-21T17:21:24.240Z | Checking zip v4.6.1 |
| 2740 | 2026-08-21T17:21:24.258Z | Checking sha3 v0.10.8 |
| 2741 | 2026-08-21T17:21:24.399Z | Checking crossterm v0.28.1 |
| 2742 | 2026-08-21T17:21:24.469Z | Checking petgraph v0.8.3 |
| 2743 | 2026-08-21T17:21:24.814Z | Checking chacha20 v0.10.0 |
| 2744 | 2026-08-21T17:21:24.855Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2745 | 2026-08-21T17:21:25.074Z | Checking ed25519-dalek v2.2.0 |
| 2746 | 2026-08-21T17:21:25.110Z | Checking usdt v0.6.0 |
| 2747 | 2026-08-21T17:21:25.307Z | Checking slog v2.8.2 |
| 2748 | 2026-08-21T17:21:25.324Z | Checking usdt-impl v0.5.0 |
| 2749 | 2026-08-21T17:21:25.324Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2750 | 2026-08-21T17:21:25.470Z | Checking nix v0.31.2 |
| 2751 | 2026-08-21T17:21:25.573Z | Checking iddqd v0.4.2 |
| 2752 | 2026-08-21T17:21:25.907Z | Checking reqwest v0.13.2 |
| 2753 | 2026-08-21T17:21:25.920Z | Checking itertools v0.13.0 |
| 2754 | 2026-08-21T17:21:26.041Z | Checking itertools v0.15.0 |
| 2755 | 2026-08-21T17:21:26.053Z | Checking strum v0.26.3 |
| 2756 | 2026-08-21T17:21:26.166Z | Checking serde_with v3.21.0 |
| 2757 | 2026-08-21T17:21:26.492Z | Checking fs-err v3.3.0 |
| 2758 | 2026-08-21T17:21:26.567Z | Checking tokio-stream v0.1.18 |
| 2759 | 2026-08-21T17:21:26.684Z | Checking buf-list v1.1.2 |
| 2760 | 2026-08-21T17:21:26.784Z | Checking camino v1.2.5 |
| 2761 | 2026-08-21T17:21:26.798Z | Checking anyhow v1.0.104 |
| 2762 | 2026-08-21T17:21:26.865Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2763 | 2026-08-21T17:21:26.952Z | Checking openapiv3 v2.2.0 |
| 2764 | 2026-08-21T17:21:26.973Z | Checking peg-runtime v0.8.5 |
| 2765 | 2026-08-21T17:21:26.990Z | Checking lalrpop-util v0.19.12 |
| 2766 | 2026-08-21T17:21:27.035Z | Checking rayon v1.11.0 |
| 2767 | 2026-08-21T17:21:27.112Z | Checking sigpipe v0.1.3 |
| 2768 | 2026-08-21T17:21:27.125Z | Checking glob v0.3.3 |
| 2769 | 2026-08-21T17:21:28.099Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2770 | 2026-08-21T17:21:28.336Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2771 | 2026-08-21T17:21:28.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.77s |
| 2772 | 2026-08-21T17:21:28.786Z | |
| 2773 | 2026-08-21T17:21:28.786Z | info: running `cargo check --bins` on internal-dns-types (80/337) |
| 2774 | 2026-08-21T17:21:29.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2026-08-21T17:21:29.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2026-08-21T17:21:29.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2777 | 2026-08-21T17:21:29.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2778 | 2026-08-21T17:21:29.359Z | |
| 2779 | 2026-08-21T17:21:29.359Z | info: running `cargo check --bins` on internal-dns-types-versions (81/337) |
| 2780 | 2026-08-21T17:21:29.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-08-21T17:21:29.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-08-21T17:21:29.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2026-08-21T17:21:29.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2784 | 2026-08-21T17:21:29.931Z | |
| 2785 | 2026-08-21T17:21:29.931Z | info: running `cargo check --bins` on nexus-types-versions (82/337) |
| 2786 | 2026-08-21T17:21:30.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-08-21T17:21:30.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-08-21T17:21:30.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2026-08-21T17:21:30.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2790 | 2026-08-21T17:21:30.516Z | |
| 2791 | 2026-08-21T17:21:30.516Z | info: running `cargo check --bins` on oxql-types (83/337) |
| 2792 | 2026-08-21T17:21:30.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2026-08-21T17:21:31.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2026-08-21T17:21:31.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2026-08-21T17:21:31.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2796 | 2026-08-21T17:21:31.089Z | |
| 2797 | 2026-08-21T17:21:31.089Z | info: running `cargo check --bins` on oximeter-types (84/337) |
| 2798 | 2026-08-21T17:21:31.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2026-08-21T17:21:31.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2026-08-21T17:21:31.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2026-08-21T17:21:31.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2802 | 2026-08-21T17:21:31.663Z | |
| 2803 | 2026-08-21T17:21:31.663Z | info: running `cargo check --bins` on oximeter-types-versions (85/337) |
| 2804 | 2026-08-21T17:21:32.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2026-08-21T17:21:32.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2026-08-21T17:21:32.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2026-08-21T17:21:32.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2808 | 2026-08-21T17:21:32.235Z | |
| 2809 | 2026-08-21T17:21:32.235Z | info: running `cargo check --bins` on oximeter-macro-impl (86/337) |
| 2810 | 2026-08-21T17:21:32.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2026-08-21T17:21:32.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2026-08-21T17:21:32.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2026-08-21T17:21:32.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2814 | 2026-08-21T17:21:32.793Z | |
| 2815 | 2026-08-21T17:21:32.793Z | info: running `cargo check --bins --no-default-features` on oximeter-db (87/337) |
| 2816 | 2026-08-21T17:21:33.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2026-08-21T17:21:33.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2026-08-21T17:21:33.476Z | Compiling multer v3.1.0 |
| 2819 | 2026-08-21T17:21:33.480Z | Compiling async-stream-impl v0.3.6 |
| 2820 | 2026-08-21T17:21:33.589Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2821 | 2026-08-21T17:21:33.602Z | Compiling dropshot v0.17.1 |
| 2822 | 2026-08-21T17:21:33.614Z | Compiling parse-display-derive v0.10.0 |
| 2823 | 2026-08-21T17:21:33.627Z | Compiling newtype-uuid-macros v0.1.0 |
| 2824 | 2026-08-21T17:21:33.632Z | Compiling dropshot_endpoint v0.17.1 |
| 2825 | 2026-08-21T17:21:33.656Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2826 | 2026-08-21T17:21:33.808Z | Checking thread_local v1.1.9 |
| 2827 | 2026-08-21T17:21:33.826Z | Checking compression-core v0.4.31 |
| 2828 | 2026-08-21T17:21:33.947Z | Checking match_cfg v0.1.0 |
| 2829 | 2026-08-21T17:21:33.970Z | Checking compression-codecs v0.4.37 |
| 2830 | 2026-08-21T17:21:33.986Z | Checking crossbeam-channel v0.5.15 |
| 2831 | 2026-08-21T17:21:34.021Z | Checking hostname v0.3.1 |
| 2832 | 2026-08-21T17:21:34.066Z | Checking atomicwrites v0.4.4 |
| 2833 | 2026-08-21T17:21:34.119Z | Checking slog-json v2.6.1 |
| 2834 | 2026-08-21T17:21:34.137Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2835 | 2026-08-21T17:21:34.156Z | Checking serde_spanned v1.1.1 |
| 2836 | 2026-08-21T17:21:34.189Z | Checking is-terminal v0.4.17 |
| 2837 | 2026-08-21T17:21:34.273Z | Checking debug-ignore v1.0.5 |
| 2838 | 2026-08-21T17:21:34.288Z | Checking term v1.2.1 |
| 2839 | 2026-08-21T17:21:34.292Z | Checking take_mut v0.2.2 |
| 2840 | 2026-08-21T17:21:34.319Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2841 | 2026-08-21T17:21:34.336Z | Checking slog-bunyan v2.5.0 |
| 2842 | 2026-08-21T17:21:34.370Z | Checking async-stream v0.3.6 |
| 2843 | 2026-08-21T17:21:34.383Z | Checking async-compression v0.4.41 |
| 2844 | 2026-08-21T17:21:34.395Z | Checking slog-async v2.8.0 |
| 2845 | 2026-08-21T17:21:34.452Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2846 | 2026-08-21T17:21:34.496Z | Checking toml v1.1.2+spec-1.1.0 |
| 2847 | 2026-08-21T17:21:34.500Z | Checking progenitor-client v0.14.0 |
| 2848 | 2026-08-21T17:21:34.522Z | Checking slog-term v2.9.2 |
| 2849 | 2026-08-21T17:21:34.556Z | Checking sha1 v0.11.0 |
| 2850 | 2026-08-21T17:21:34.622Z | Checking waitgroup v0.1.2 |
| 2851 | 2026-08-21T17:21:34.723Z | Checking rustls-pemfile v2.2.0 |
| 2852 | 2026-08-21T17:21:34.738Z | Checking backon v1.6.0 |
| 2853 | 2026-08-21T17:21:34.751Z | Checking serde_path_to_error v0.1.20 |
| 2854 | 2026-08-21T17:21:34.773Z | Checking hostname v0.4.2 |
| 2855 | 2026-08-21T17:21:34.787Z | Checking instant v0.1.13 |
| 2856 | 2026-08-21T17:21:34.877Z | Checking backoff v0.4.0 |
| 2857 | 2026-08-21T17:21:34.899Z | Checking progenitor-extras v0.2.0 |
| 2858 | 2026-08-21T17:21:35.015Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2859 | 2026-08-21T17:21:35.063Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2860 | 2026-08-21T17:21:35.078Z | Checking regress v0.10.5 |
| 2861 | 2026-08-21T17:21:35.084Z | Checking itertools v0.14.0 |
| 2862 | 2026-08-21T17:21:35.236Z | Checking macaddr v1.0.1 |
| 2863 | 2026-08-21T17:21:35.309Z | Checking parse-display v0.10.0 |
| 2864 | 2026-08-21T17:21:35.405Z | Checking humantime v2.3.0 |
| 2865 | 2026-08-21T17:21:36.212Z | Compiling prettyplease v0.2.37 |
| 2866 | 2026-08-21T17:21:36.509Z | Checking num-rational v0.4.2 |
| 2867 | 2026-08-21T17:21:36.790Z | Checking num-complex v0.4.6 |
| 2868 | 2026-08-21T17:21:37.310Z | Compiling num v0.4.3 |
| 2869 | 2026-08-21T17:21:37.338Z | Compiling usdt-macro v0.5.0 |
| 2870 | 2026-08-21T17:21:37.384Z | Compiling usdt-attr-macro v0.5.0 |
| 2871 | 2026-08-21T17:21:37.397Z | Checking memmap v0.7.0 |
| 2872 | 2026-08-21T17:21:37.401Z | Checking float-ord v0.3.2 |
| 2873 | 2026-08-21T17:21:37.423Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2874 | 2026-08-21T17:21:37.529Z | Compiling convert_case v0.4.0 |
| 2875 | 2026-08-21T17:21:37.857Z | Checking newline-converter v0.3.0 |
| 2876 | 2026-08-21T17:21:37.895Z | Compiling derive_more v0.99.20 |
| 2877 | 2026-08-21T17:21:37.969Z | Checking console v0.15.11 |
| 2878 | 2026-08-21T17:21:38.073Z | Compiling toml v0.8.23 |
| 2879 | 2026-08-21T17:21:38.163Z | Checking usdt v0.5.0 |
| 2880 | 2026-08-21T17:21:38.290Z | Checking linked-hash-map v0.5.6 |
| 2881 | 2026-08-21T17:21:38.336Z | Compiling minimal-lexical v0.2.1 |
| 2882 | 2026-08-21T17:21:38.425Z | Checking lru-cache v0.1.2 |
| 2883 | 2026-08-21T17:21:38.546Z | Compiling nom v7.1.3 |
| 2884 | 2026-08-21T17:21:38.590Z | Checking expectorate v1.2.0 |
| 2885 | 2026-08-21T17:21:38.764Z | Checking camino-tempfile v1.4.1 |
| 2886 | 2026-08-21T17:21:38.928Z | Checking hickory-proto v0.24.4 |
| 2887 | 2026-08-21T17:21:39.053Z | Checking phf_shared v0.12.1 |
| 2888 | 2026-08-21T17:21:39.193Z | Compiling slog-dtrace v0.3.0 |
| 2889 | 2026-08-21T17:21:39.207Z | Compiling unicode-xid v0.2.6 |
| 2890 | 2026-08-21T17:21:39.383Z | Checking resolv-conf v0.7.6 |
| 2891 | 2026-08-21T17:21:39.571Z | Checking heck v0.5.0 |
| 2892 | 2026-08-21T17:21:39.607Z | Compiling chrono-tz v0.10.4 |
| 2893 | 2026-08-21T17:21:39.747Z | Compiling const_format_proc_macros v0.2.34 |
| 2894 | 2026-08-21T17:21:39.805Z | Checking phf v0.12.1 |
| 2895 | 2026-08-21T17:21:39.893Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2896 | 2026-08-21T17:21:39.949Z | Checking tokio-dtrace v0.1.1 |
| 2897 | 2026-08-21T17:21:40.143Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2898 | 2026-08-21T17:21:40.195Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2899 | 2026-08-21T17:21:40.370Z | Compiling derive-where v1.6.0 |
| 2900 | 2026-08-21T17:21:40.473Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2901 | 2026-08-21T17:21:40.568Z | Checking highway v1.3.0 |
| 2902 | 2026-08-21T17:21:40.776Z | Checking hickory-resolver v0.24.4 |
| 2903 | 2026-08-21T17:21:40.803Z | Checking const_format v0.2.35 |
| 2904 | 2026-08-21T17:21:41.039Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2905 | 2026-08-21T17:21:41.547Z | Checking oxide-tokio-rt v0.1.4 |
| 2906 | 2026-08-21T17:21:41.739Z | Checking qorb v0.4.1 |
| 2907 | 2026-08-21T17:21:41.812Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2908 | 2026-08-21T17:21:41.955Z | Checking gethostname v0.5.0 |
| 2909 | 2026-08-21T17:21:41.990Z | Checking bcs v0.1.6 |
| 2910 | 2026-08-21T17:21:42.036Z | Checking termtree v0.5.1 |
| 2911 | 2026-08-21T17:21:42.092Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2912 | 2026-08-21T17:21:42.096Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2913 | 2026-08-21T17:21:42.121Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2914 | 2026-08-21T17:21:45.111Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2915 | 2026-08-21T17:21:48.240Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2916 | 2026-08-21T17:21:50.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.68s |
| 2917 | 2026-08-21T17:21:50.649Z | |
| 2918 | 2026-08-21T17:21:50.649Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337) |
| 2919 | 2026-08-21T17:21:51.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2920 | 2026-08-21T17:21:51.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2921 | 2026-08-21T17:21:51.334Z | Compiling ar_archive_writer v0.5.1 |
| 2922 | 2026-08-21T17:21:51.443Z | Compiling stacker v0.1.23 |
| 2923 | 2026-08-21T17:21:51.447Z | Compiling cfg_aliases v0.1.1 |
| 2924 | 2026-08-21T17:21:51.459Z | Compiling convert_case v0.10.0 |
| 2925 | 2026-08-21T17:21:51.466Z | Compiling proc-macro-error v1.0.4 |
| 2926 | 2026-08-21T17:21:51.477Z | Checking fd-lock v4.0.4 |
| 2927 | 2026-08-21T17:21:51.477Z | Checking nibble_vec v0.1.0 |
| 2928 | 2026-08-21T17:21:51.481Z | Checking vte v0.14.1 |
| 2929 | 2026-08-21T17:21:51.509Z | Compiling nix v0.28.0 |
| 2930 | 2026-08-21T17:21:51.588Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2931 | 2026-08-21T17:21:51.602Z | Checking endian-type v0.1.2 |
| 2932 | 2026-08-21T17:21:51.644Z | Checking bytecount v0.6.9 |
| 2933 | 2026-08-21T17:21:51.701Z | Checking strip-ansi-escapes v0.2.1 |
| 2934 | 2026-08-21T17:21:51.729Z | Checking radix_trie v0.2.1 |
| 2935 | 2026-08-21T17:21:51.745Z | Checking papergrid v0.11.0 |
| 2936 | 2026-08-21T17:21:51.756Z | Compiling derive_more-impl v2.1.1 |
| 2937 | 2026-08-21T17:21:51.768Z | Compiling tabled_derive v0.7.0 |
| 2938 | 2026-08-21T17:21:51.799Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2939 | 2026-08-21T17:21:51.938Z | Compiling peg-macros v0.8.5 |
| 2940 | 2026-08-21T17:21:51.994Z | Checking winnow v0.6.26 |
| 2941 | 2026-08-21T17:21:52.272Z | Compiling sqlparser_derive v0.5.0 |
| 2942 | 2026-08-21T17:21:52.286Z | Compiling psm v0.1.30 |
| 2943 | 2026-08-21T17:21:52.372Z | Checking nu-ansi-term v0.50.3 |
| 2944 | 2026-08-21T17:21:52.570Z | Checking derive_more v2.1.1 |
| 2945 | 2026-08-21T17:21:52.582Z | Checking home v0.5.12 |
| 2946 | 2026-08-21T17:21:52.647Z | Checking unicode_categories v0.1.1 |
| 2947 | 2026-08-21T17:21:52.693Z | Checking crossterm v0.29.0 |
| 2948 | 2026-08-21T17:21:52.726Z | Checking tabled v0.15.0 |
| 2949 | 2026-08-21T17:21:52.790Z | Checking rustyline v14.0.0 |
| 2950 | 2026-08-21T17:21:52.829Z | Checking reedline v0.40.0 |
| 2951 | 2026-08-21T17:21:53.043Z | Checking display-error-chain v0.2.2 |
| 2952 | 2026-08-21T17:21:53.072Z | Checking recursive v0.1.1 |
| 2953 | 2026-08-21T17:21:53.151Z | Checking sqlformat v0.3.5 |
| 2954 | 2026-08-21T17:21:53.164Z | Checking sqlparser v0.61.0 |
| 2955 | 2026-08-21T17:21:53.305Z | Checking peg v0.8.5 |
| 2956 | 2026-08-21T17:22:04.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s |
| 2957 | 2026-08-21T17:22:04.742Z | |
| 2958 | 2026-08-21T17:22:04.743Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337) |
| 2959 | 2026-08-21T17:22:05.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2960 | 2026-08-21T17:22:05.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2961 | 2026-08-21T17:22:05.423Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2962 | 2026-08-21T17:22:08.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
| 2963 | 2026-08-21T17:22:09.159Z | |
| 2964 | 2026-08-21T17:22:09.159Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337) |
| 2965 | 2026-08-21T17:22:09.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2966 | 2026-08-21T17:22:09.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2967 | 2026-08-21T17:22:09.840Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2968 | 2026-08-21T17:22:12.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 2969 | 2026-08-21T17:22:12.574Z | |
| 2970 | 2026-08-21T17:22:12.574Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337) |
| 2971 | 2026-08-21T17:22:13.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2972 | 2026-08-21T17:22:13.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2973 | 2026-08-21T17:22:13.247Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2974 | 2026-08-21T17:22:16.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 2975 | 2026-08-21T17:22:16.779Z | |
| 2976 | 2026-08-21T17:22:16.779Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337) |
| 2977 | 2026-08-21T17:22:17.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2978 | 2026-08-21T17:22:17.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2979 | 2026-08-21T17:22:17.455Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2980 | 2026-08-21T17:22:20.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2981 | 2026-08-21T17:22:21.046Z | |
| 2982 | 2026-08-21T17:22:21.046Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337) |
| 2983 | 2026-08-21T17:22:21.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2026-08-21T17:22:21.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2026-08-21T17:22:21.715Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2986 | 2026-08-21T17:22:24.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 2987 | 2026-08-21T17:22:24.615Z | |
| 2988 | 2026-08-21T17:22:24.615Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337) |
| 2989 | 2026-08-21T17:22:25.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2026-08-21T17:22:25.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2026-08-21T17:22:25.285Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2992 | 2026-08-21T17:22:28.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 2993 | 2026-08-21T17:22:28.188Z | |
| 2994 | 2026-08-21T17:22:28.188Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337) |
| 2995 | 2026-08-21T17:22:28.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2026-08-21T17:22:28.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2026-08-21T17:22:28.862Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2998 | 2026-08-21T17:22:32.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
| 2999 | 2026-08-21T17:22:32.580Z | |
| 3000 | 2026-08-21T17:22:32.580Z | info: running `cargo check --bins` on oximeter (96/337) |
| 3001 | 2026-08-21T17:22:33.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2026-08-21T17:22:33.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2026-08-21T17:22:33.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3004 | 2026-08-21T17:22:33.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3005 | 2026-08-21T17:22:33.153Z | |
| 3006 | 2026-08-21T17:22:33.153Z | info: running `cargo check --bins` on oximeter-schema (97/337) |
| 3007 | 2026-08-21T17:22:33.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2026-08-21T17:22:33.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2026-08-21T17:22:33.785Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3010 | 2026-08-21T17:22:34.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3011 | 2026-08-21T17:22:34.347Z | |
| 3012 | 2026-08-21T17:22:34.347Z | info: running `cargo check --bins` on oximeter-timeseries-macro (98/337) |
| 3013 | 2026-08-21T17:22:34.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2026-08-21T17:22:34.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2026-08-21T17:22:34.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2026-08-21T17:22:34.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3017 | 2026-08-21T17:22:34.949Z | |
| 3018 | 2026-08-21T17:22:34.949Z | info: running `cargo check --bins` on oximeter-test-utils (99/337) |
| 3019 | 2026-08-21T17:22:35.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-08-21T17:22:35.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-08-21T17:22:35.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2026-08-21T17:22:35.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3023 | 2026-08-21T17:22:35.542Z | |
| 3024 | 2026-08-21T17:22:35.542Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337) |
| 3025 | 2026-08-21T17:22:36.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-08-21T17:22:36.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-08-21T17:22:36.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-08-21T17:22:36.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3029 | 2026-08-21T17:22:36.126Z | |
| 3030 | 2026-08-21T17:22:36.127Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337) |
| 3031 | 2026-08-21T17:22:36.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-08-21T17:22:36.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-08-21T17:22:36.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-08-21T17:22:36.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3035 | 2026-08-21T17:22:36.713Z | |
| 3036 | 2026-08-21T17:22:36.717Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337) |
| 3037 | 2026-08-21T17:22:37.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-08-21T17:22:37.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-08-21T17:22:37.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-08-21T17:22:37.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3041 | 2026-08-21T17:22:37.297Z | |
| 3042 | 2026-08-21T17:22:37.297Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337) |
| 3043 | 2026-08-21T17:22:37.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-08-21T17:22:37.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-08-21T17:22:37.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-08-21T17:22:37.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3047 | 2026-08-21T17:22:37.884Z | |
| 3048 | 2026-08-21T17:22:37.884Z | info: running `cargo check --bins` on trust-quorum-test-utils (104/337) |
| 3049 | 2026-08-21T17:22:38.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-08-21T17:22:38.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-08-21T17:22:38.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-08-21T17:22:38.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3053 | 2026-08-21T17:22:38.470Z | |
| 3054 | 2026-08-21T17:22:38.470Z | info: running `cargo check --bins` on reconfigurator-cli (105/337) |
| 3055 | 2026-08-21T17:22:38.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-08-21T17:22:38.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-08-21T17:22:39.302Z | Compiling crucible-workspace-hack v0.1.0 |
| 3058 | 2026-08-21T17:22:39.302Z | Compiling regress v0.11.1 |
| 3059 | 2026-08-21T17:22:39.306Z | Checking secrecy v0.10.3 |
| 3060 | 2026-08-21T17:22:39.306Z | Checking half v2.7.1 |
| 3061 | 2026-08-21T17:22:39.306Z | Checking ciborium-io v0.2.2 |
| 3062 | 2026-08-21T17:22:39.306Z | Checking inout v0.1.4 |
| 3063 | 2026-08-21T17:22:39.306Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3064 | 2026-08-21T17:22:39.435Z | Checking universal-hash v0.5.1 |
| 3065 | 2026-08-21T17:22:39.518Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3066 | 2026-08-21T17:22:39.570Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3067 | 2026-08-21T17:22:39.590Z | Checking cipher v0.4.4 |
| 3068 | 2026-08-21T17:22:39.604Z | Checking opaque-debug v0.3.1 |
| 3069 | 2026-08-21T17:22:39.718Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3070 | 2026-08-21T17:22:39.736Z | Checking poly1305 v0.8.0 |
| 3071 | 2026-08-21T17:22:39.751Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3072 | 2026-08-21T17:22:39.754Z | Checking ciborium-ll v0.2.2 |
| 3073 | 2026-08-21T17:22:39.807Z | Checking chacha20 v0.9.1 |
| 3074 | 2026-08-21T17:22:39.939Z | Checking ciborium v0.2.2 |
| 3075 | 2026-08-21T17:22:39.998Z | Checking password-hash v0.5.0 |
| 3076 | 2026-08-21T17:22:40.014Z | Checking blake2 v0.10.6 |
| 3077 | 2026-08-21T17:22:40.028Z | Checking aead v0.5.2 |
| 3078 | 2026-08-21T17:22:40.165Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3079 | 2026-08-21T17:22:40.180Z | Checking indent_write v2.2.0 |
| 3080 | 2026-08-21T17:22:40.227Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3081 | 2026-08-21T17:22:40.250Z | Checking argon2 v0.5.3 |
| 3082 | 2026-08-21T17:22:40.308Z | Checking chacha20poly1305 v0.10.1 |
| 3083 | 2026-08-21T17:22:40.367Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3084 | 2026-08-21T17:22:40.441Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3085 | 2026-08-21T17:22:40.506Z | Compiling unsafe-libyaml v0.2.11 |
| 3086 | 2026-08-21T17:22:40.602Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3087 | 2026-08-21T17:22:40.741Z | Checking thiserror-no-std v2.0.2 |
| 3088 | 2026-08-21T17:22:40.811Z | Compiling heapless v0.8.0 |
| 3089 | 2026-08-21T17:22:40.833Z | Checking vsss-rs v3.3.4 |
| 3090 | 2026-08-21T17:22:40.990Z | Compiling typify-impl v0.6.2 |
| 3091 | 2026-08-21T17:22:41.097Z | Compiling serde_yaml v0.9.34+deprecated |
| 3092 | 2026-08-21T17:22:41.232Z | Compiling proc-macro-crate v3.4.0 |
| 3093 | 2026-08-21T17:22:41.668Z | Compiling ingot-macros v0.2.0 |
| 3094 | 2026-08-21T17:22:41.790Z | Compiling num_enum_derive v0.7.6 |
| 3095 | 2026-08-21T17:22:41.862Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3096 | 2026-08-21T17:22:41.964Z | Checking hash32 v0.3.1 |
| 3097 | 2026-08-21T17:22:41.979Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3098 | 2026-08-21T17:22:42.100Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3099 | 2026-08-21T17:22:42.313Z | Compiling smoltcp v0.11.0 |
| 3100 | 2026-08-21T17:22:42.563Z | Checking tabwriter v1.4.1 |
| 3101 | 2026-08-21T17:22:42.651Z | Checking cobs v0.3.0 |
| 3102 | 2026-08-21T17:22:42.690Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3103 | 2026-08-21T17:22:42.716Z | Checking swrite v0.1.0 |
| 3104 | 2026-08-21T17:22:42.800Z | Checking postcard v1.1.3 |
| 3105 | 2026-08-21T17:22:42.817Z | Compiling proc-macro-crate v1.3.1 |
| 3106 | 2026-08-21T17:22:42.832Z | Checking num_enum v0.7.6 |
| 3107 | 2026-08-21T17:22:42.893Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3108 | 2026-08-21T17:22:42.947Z | Compiling foreign-types-macros v0.2.3 |
| 3109 | 2026-08-21T17:22:43.096Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3110 | 2026-08-21T17:22:43.111Z | Checking foreign-types-shared v0.3.1 |
| 3111 | 2026-08-21T17:22:43.130Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3112 | 2026-08-21T17:22:43.206Z | Checking colored v3.1.1 |
| 3113 | 2026-08-21T17:22:43.237Z | Compiling num_enum_derive v0.5.11 |
| 3114 | 2026-08-21T17:22:43.448Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3115 | 2026-08-21T17:22:43.528Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3116 | 2026-08-21T17:22:43.549Z | Checking foreign-types v0.5.0 |
| 3117 | 2026-08-21T17:22:43.631Z | Checking cstr-argument v0.1.2 |
| 3118 | 2026-08-21T17:22:43.757Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3119 | 2026-08-21T17:22:43.887Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3120 | 2026-08-21T17:22:43.965Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3121 | 2026-08-21T17:22:43.983Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3122 | 2026-08-21T17:22:43.998Z | Checking rand v0.10.1 |
| 3123 | 2026-08-21T17:22:44.037Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3124 | 2026-08-21T17:22:44.171Z | Compiling zone_cfg_derive v0.3.1 |
| 3125 | 2026-08-21T17:22:44.178Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3126 | 2026-08-21T17:22:44.267Z | Checking num_enum v0.5.11 |
| 3127 | 2026-08-21T17:22:44.285Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3128 | 2026-08-21T17:22:44.370Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3129 | 2026-08-21T17:22:44.387Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3130 | 2026-08-21T17:22:44.530Z | Checking ingot-types v0.2.0 |
| 3131 | 2026-08-21T17:22:44.549Z | Checking itertools v0.12.1 |
| 3132 | 2026-08-21T17:22:44.564Z | Compiling num-derive v0.4.2 |
| 3133 | 2026-08-21T17:22:44.791Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3134 | 2026-08-21T17:22:44.912Z | Checking ingot v0.2.1 |
| 3135 | 2026-08-21T17:22:44.981Z | Compiling semver v0.1.20 |
| 3136 | 2026-08-21T17:22:45.285Z | Compiling rustc_version v0.1.7 |
| 3137 | 2026-08-21T17:22:45.491Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3138 | 2026-08-21T17:22:45.517Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3139 | 2026-08-21T17:22:45.532Z | Checking smf v0.2.3 |
| 3140 | 2026-08-21T17:22:45.556Z | Compiling typify-macro v0.6.2 |
| 3141 | 2026-08-21T17:22:45.574Z | Checking zone v0.3.1 |
| 3142 | 2026-08-21T17:22:45.671Z | Checking csv-core v0.1.13 |
| 3143 | 2026-08-21T17:22:45.714Z | Checking nom v8.0.0 |
| 3144 | 2026-08-21T17:22:45.767Z | Checking whoami v1.6.1 |
| 3145 | 2026-08-21T17:22:45.833Z | Compiling newtype_derive v0.1.6 |
| 3146 | 2026-08-21T17:22:45.851Z | Checking csv v1.4.0 |
| 3147 | 2026-08-21T17:22:45.932Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3148 | 2026-08-21T17:22:45.947Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3149 | 2026-08-21T17:22:46.023Z | Compiling cancel-safe-futures v0.1.5 |
| 3150 | 2026-08-21T17:22:46.120Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3151 | 2026-08-21T17:22:46.198Z | Compiling libefi-sys v0.1.0 |
| 3152 | 2026-08-21T17:22:46.238Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3153 | 2026-08-21T17:22:46.512Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3154 | 2026-08-21T17:22:46.527Z | Checking oxide-update-engine-types v0.1.2 |
| 3155 | 2026-08-21T17:22:46.589Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3156 | 2026-08-21T17:22:46.608Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3157 | 2026-08-21T17:22:46.670Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3158 | 2026-08-21T17:22:46.717Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3159 | 2026-08-21T17:22:46.854Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3160 | 2026-08-21T17:22:47.056Z | Compiling bitfield-struct v0.6.2 |
| 3161 | 2026-08-21T17:22:47.080Z | Checking linear-map v1.2.0 |
| 3162 | 2026-08-21T17:22:47.262Z | Checking steno v0.4.1 |
| 3163 | 2026-08-21T17:22:47.376Z | Compiling typify v0.6.2 |
| 3164 | 2026-08-21T17:22:47.495Z | Compiling progenitor-impl v0.14.0 |
| 3165 | 2026-08-21T17:22:47.533Z | Checking oxide-update-engine v0.1.2 |
| 3166 | 2026-08-21T17:22:47.699Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3167 | 2026-08-21T17:22:47.747Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3168 | 2026-08-21T17:22:47.763Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3169 | 2026-08-21T17:22:47.944Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3170 | 2026-08-21T17:22:47.962Z | Checking sha1 v0.10.6 |
| 3171 | 2026-08-21T17:22:48.112Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3172 | 2026-08-21T17:22:48.142Z | Checking utf-8 v0.7.6 |
| 3173 | 2026-08-21T17:22:48.193Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3174 | 2026-08-21T17:22:48.264Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3175 | 2026-08-21T17:22:48.281Z | Checking tungstenite v0.21.0 |
| 3176 | 2026-08-21T17:22:48.418Z | Checking ignore v0.4.25 |
| 3177 | 2026-08-21T17:22:48.434Z | Checking anstyle-parse v0.2.7 |
| 3178 | 2026-08-21T17:22:48.438Z | Compiling xshell-macros v0.2.7 |
| 3179 | 2026-08-21T17:22:48.631Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3180 | 2026-08-21T17:22:48.717Z | Checking tokio-tungstenite v0.21.0 |
| 3181 | 2026-08-21T17:22:48.805Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3182 | 2026-08-21T17:22:48.822Z | Checking anstream v0.6.21 |
| 3183 | 2026-08-21T17:22:48.836Z | Checking xshell v0.2.7 |
| 3184 | 2026-08-21T17:22:48.839Z | Checking globwalk v0.9.1 |
| 3185 | 2026-08-21T17:22:49.004Z | Checking predicates-tree v1.0.13 |
| 3186 | 2026-08-21T17:22:49.023Z | Checking filetime v0.2.27 |
| 3187 | 2026-08-21T17:22:49.026Z | Checking tagptr v0.2.0 |
| 3188 | 2026-08-21T17:22:49.026Z | Checking xattr v1.6.1 |
| 3189 | 2026-08-21T17:22:49.026Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3190 | 2026-08-21T17:22:49.117Z | Checking camino-tempfile-ext v0.3.3 |
| 3191 | 2026-08-21T17:22:49.163Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3192 | 2026-08-21T17:22:49.182Z | Checking moka v0.12.13 |
| 3193 | 2026-08-21T17:22:49.200Z | Checking tar v0.4.46 |
| 3194 | 2026-08-21T17:22:49.229Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3195 | 2026-08-21T17:22:49.295Z | Checking rand_seeder v0.4.0 |
| 3196 | 2026-08-21T17:22:49.314Z | Checking half v1.8.3 |
| 3197 | 2026-08-21T17:22:49.375Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3198 | 2026-08-21T17:22:49.447Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3199 | 2026-08-21T17:22:49.515Z | Checking serde_cbor v0.11.2 |
| 3200 | 2026-08-21T17:22:49.588Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3201 | 2026-08-21T17:22:49.783Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3202 | 2026-08-21T17:22:49.841Z | Checking hickory-resolver v0.25.2 |
| 3203 | 2026-08-21T17:22:49.857Z | Checking digest-io v0.1.0 |
| 3204 | 2026-08-21T17:22:49.908Z | Checking sha2 v0.11.0 |
| 3205 | 2026-08-21T17:22:49.989Z | Compiling petname v2.0.2 |
| 3206 | 2026-08-21T17:22:50.109Z | Compiling progenitor-macro v0.14.0 |
| 3207 | 2026-08-21T17:22:50.409Z | Checking rawzip v0.4.4 |
| 3208 | 2026-08-21T17:22:50.463Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3209 | 2026-08-21T17:22:50.550Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3210 | 2026-08-21T17:22:50.849Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3211 | 2026-08-21T17:22:50.871Z | Checking sapling-renderdag v0.1.0 |
| 3212 | 2026-08-21T17:22:51.017Z | Checking subprocess v0.2.15 |
| 3213 | 2026-08-21T17:22:51.034Z | Checking sync-ptr v0.1.4 |
| 3214 | 2026-08-21T17:22:51.145Z | Checking colored v2.2.0 |
| 3215 | 2026-08-21T17:22:51.190Z | Checking assert_matches v1.5.0 |
| 3216 | 2026-08-21T17:22:51.329Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3217 | 2026-08-21T17:22:51.377Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3218 | 2026-08-21T17:22:51.833Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3219 | 2026-08-21T17:22:51.851Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3220 | 2026-08-21T17:22:51.851Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3221 | 2026-08-21T17:22:52.525Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3222 | 2026-08-21T17:22:52.526Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3223 | 2026-08-21T17:22:53.180Z | Checking progenitor v0.14.0 |
| 3224 | 2026-08-21T17:22:53.323Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3225 | 2026-08-21T17:22:53.323Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3226 | 2026-08-21T17:22:53.326Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3227 | 2026-08-21T17:22:53.326Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3228 | 2026-08-21T17:22:53.326Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3229 | 2026-08-21T17:22:53.326Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3230 | 2026-08-21T17:22:53.703Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3231 | 2026-08-21T17:22:53.901Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3232 | 2026-08-21T17:22:53.982Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3233 | 2026-08-21T17:22:54.144Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3234 | 2026-08-21T17:22:54.422Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3235 | 2026-08-21T17:22:54.496Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3236 | 2026-08-21T17:22:55.063Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3237 | 2026-08-21T17:22:55.321Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3238 | 2026-08-21T17:22:55.969Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3239 | 2026-08-21T17:22:56.431Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3240 | 2026-08-21T17:23:05.181Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3241 | 2026-08-21T17:23:12.500Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3242 | 2026-08-21T17:23:12.500Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3243 | 2026-08-21T17:23:12.504Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3244 | 2026-08-21T17:23:14.020Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3245 | 2026-08-21T17:23:15.318Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3246 | 2026-08-21T17:23:17.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.12s |
| 3247 | 2026-08-21T17:23:17.791Z | |
| 3248 | 2026-08-21T17:23:17.791Z | info: running `cargo check --bins` on nexus-inventory (106/337) |
| 3249 | 2026-08-21T17:23:18.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3250 | 2026-08-21T17:23:18.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3251 | 2026-08-21T17:23:18.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3252 | 2026-08-21T17:23:18.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3253 | 2026-08-21T17:23:18.412Z | |
| 3254 | 2026-08-21T17:23:18.412Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337) |
| 3255 | 2026-08-21T17:23:18.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3256 | 2026-08-21T17:23:18.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3257 | 2026-08-21T17:23:18.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3258 | 2026-08-21T17:23:18.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3259 | 2026-08-21T17:23:18.995Z | |
| 3260 | 2026-08-21T17:23:18.995Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/337) |
| 3261 | 2026-08-21T17:23:19.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3262 | 2026-08-21T17:23:19.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3263 | 2026-08-21T17:23:19.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3264 | 2026-08-21T17:23:19.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3265 | 2026-08-21T17:23:19.578Z | |
| 3266 | 2026-08-21T17:23:19.578Z | info: running `cargo check --bins` on dns-service-client (109/337) |
| 3267 | 2026-08-21T17:23:20.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2026-08-21T17:23:20.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2026-08-21T17:23:20.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3270 | 2026-08-21T17:23:20.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3271 | 2026-08-21T17:23:20.159Z | |
| 3272 | 2026-08-21T17:23:20.159Z | info: running `cargo check --bins` on ntp-admin-client (110/337) |
| 3273 | 2026-08-21T17:23:20.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2026-08-21T17:23:20.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2026-08-21T17:23:20.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3276 | 2026-08-21T17:23:20.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3277 | 2026-08-21T17:23:20.726Z | |
| 3278 | 2026-08-21T17:23:20.727Z | info: running `cargo check --bins` on omicron-cockroach-metrics (111/337) |
| 3279 | 2026-08-21T17:23:21.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2026-08-21T17:23:21.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2026-08-21T17:23:21.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3282 | 2026-08-21T17:23:21.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3283 | 2026-08-21T17:23:21.302Z | |
| 3284 | 2026-08-21T17:23:21.302Z | info: running `cargo check --bins` on cockroach-admin-client (112/337) |
| 3285 | 2026-08-21T17:23:21.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3286 | 2026-08-21T17:23:21.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3287 | 2026-08-21T17:23:21.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3288 | 2026-08-21T17:23:21.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3289 | 2026-08-21T17:23:21.865Z | |
| 3290 | 2026-08-21T17:23:21.866Z | info: running `cargo check --bins` on parallel-task-set (113/337) |
| 3291 | 2026-08-21T17:23:22.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3292 | 2026-08-21T17:23:22.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3293 | 2026-08-21T17:23:22.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3294 | 2026-08-21T17:23:22.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3295 | 2026-08-21T17:23:22.431Z | |
| 3296 | 2026-08-21T17:23:22.431Z | info: running `cargo check --bins` on sled-agent-client (114/337) |
| 3297 | 2026-08-21T17:23:22.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3298 | 2026-08-21T17:23:22.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3299 | 2026-08-21T17:23:22.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3300 | 2026-08-21T17:23:22.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3301 | 2026-08-21T17:23:23.021Z | |
| 3302 | 2026-08-21T17:23:23.021Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337) |
| 3303 | 2026-08-21T17:23:23.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2026-08-21T17:23:23.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2026-08-21T17:23:23.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3306 | 2026-08-21T17:23:23.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3307 | 2026-08-21T17:23:23.622Z | |
| 3308 | 2026-08-21T17:23:23.623Z | info: running `cargo check --bins --no-default-features` on sled-storage (116/337) |
| 3309 | 2026-08-21T17:23:24.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2026-08-21T17:23:24.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2026-08-21T17:23:24.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2026-08-21T17:23:24.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3313 | 2026-08-21T17:23:24.219Z | |
| 3314 | 2026-08-21T17:23:24.219Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337) |
| 3315 | 2026-08-21T17:23:24.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2026-08-21T17:23:24.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2026-08-21T17:23:24.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2026-08-21T17:23:24.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3319 | 2026-08-21T17:23:24.819Z | |
| 3320 | 2026-08-21T17:23:24.819Z | info: running `cargo check --bins` on key-manager (118/337) |
| 3321 | 2026-08-21T17:23:25.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2026-08-21T17:23:25.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2026-08-21T17:23:25.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2026-08-21T17:23:25.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3325 | 2026-08-21T17:23:25.404Z | |
| 3326 | 2026-08-21T17:23:25.404Z | info: running `cargo check --bins --no-default-features` on sled-hardware (119/337) |
| 3327 | 2026-08-21T17:23:25.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2026-08-21T17:23:25.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2026-08-21T17:23:25.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2026-08-21T17:23:25.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3331 | 2026-08-21T17:23:25.999Z | |
| 3332 | 2026-08-21T17:23:25.999Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337) |
| 3333 | 2026-08-21T17:23:26.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2026-08-21T17:23:26.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2026-08-21T17:23:26.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2026-08-21T17:23:26.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3337 | 2026-08-21T17:23:26.596Z | |
| 3338 | 2026-08-21T17:23:26.596Z | info: running `cargo check --bins` on typed-rng (121/337) |
| 3339 | 2026-08-21T17:23:27.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2026-08-21T17:23:27.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2026-08-21T17:23:27.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2026-08-21T17:23:27.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3343 | 2026-08-21T17:23:27.161Z | |
| 3344 | 2026-08-21T17:23:27.161Z | info: running `cargo check --bins` on gateway-test-utils (122/337) |
| 3345 | 2026-08-21T17:23:27.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2026-08-21T17:23:27.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2026-08-21T17:23:27.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2026-08-21T17:23:27.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3349 | 2026-08-21T17:23:27.782Z | |
| 3350 | 2026-08-21T17:23:27.782Z | info: running `cargo check --bins` on omicron-gateway (123/337) |
| 3351 | 2026-08-21T17:23:28.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2026-08-21T17:23:28.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2026-08-21T17:23:28.521Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3354 | 2026-08-21T17:23:28.524Z | Checking void v1.0.2 |
| 3355 | 2026-08-21T17:23:28.524Z | Checking tungstenite v0.23.0 |
| 3356 | 2026-08-21T17:23:28.638Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3357 | 2026-08-21T17:23:28.642Z | Checking dropshot-api-manager-types v0.8.0 |
| 3358 | 2026-08-21T17:23:28.642Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3359 | 2026-08-21T17:23:28.658Z | Checking nix v0.27.1 |
| 3360 | 2026-08-21T17:23:28.668Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3361 | 2026-08-21T17:23:28.765Z | Checking lzss v0.8.2 |
| 3362 | 2026-08-21T17:23:28.793Z | Checking kstat-rs v0.2.5 |
| 3363 | 2026-08-21T17:23:28.835Z | Checking fxhash v0.2.1 |
| 3364 | 2026-08-21T17:23:28.908Z | Checking serde_bytes v0.11.19 |
| 3365 | 2026-08-21T17:23:28.957Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3366 | 2026-08-21T17:23:28.957Z | Checking signal-hook-tokio v0.3.1 |
| 3367 | 2026-08-21T17:23:28.957Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3368 | 2026-08-21T17:23:28.981Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3369 | 2026-08-21T17:23:29.039Z | Checking tokio-tungstenite v0.23.1 |
| 3370 | 2026-08-21T17:23:29.181Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3371 | 2026-08-21T17:23:30.225Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3372 | 2026-08-21T17:23:30.771Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3373 | 2026-08-21T17:23:32.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s |
| 3374 | 2026-08-21T17:23:33.103Z | |
| 3375 | 2026-08-21T17:23:33.103Z | info: running `cargo check --bins` on gateway-api (124/337) |
| 3376 | 2026-08-21T17:23:33.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-08-21T17:23:33.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-08-21T17:23:33.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-08-21T17:23:33.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3380 | 2026-08-21T17:23:33.679Z | |
| 3381 | 2026-08-21T17:23:33.679Z | info: running `cargo check --bins` on ipcc (125/337) |
| 3382 | 2026-08-21T17:23:34.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-08-21T17:23:34.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-08-21T17:23:34.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-08-21T17:23:34.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3386 | 2026-08-21T17:23:34.257Z | |
| 3387 | 2026-08-21T17:23:34.257Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337) |
| 3388 | 2026-08-21T17:23:34.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-08-21T17:23:34.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-08-21T17:23:34.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-08-21T17:23:34.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3392 | 2026-08-21T17:23:34.824Z | |
| 3393 | 2026-08-21T17:23:34.824Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337) |
| 3394 | 2026-08-21T17:23:35.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-08-21T17:23:35.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-08-21T17:23:35.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-08-21T17:23:35.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3398 | 2026-08-21T17:23:35.422Z | |
| 3399 | 2026-08-21T17:23:35.422Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337) |
| 3400 | 2026-08-21T17:23:35.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-08-21T17:23:35.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-08-21T17:23:35.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-08-21T17:23:35.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3404 | 2026-08-21T17:23:36.017Z | |
| 3405 | 2026-08-21T17:23:36.017Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337) |
| 3406 | 2026-08-21T17:23:36.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-08-21T17:23:36.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-08-21T17:23:36.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-08-21T17:23:36.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3410 | 2026-08-21T17:23:36.586Z | |
| 3411 | 2026-08-21T17:23:36.586Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337) |
| 3412 | 2026-08-21T17:23:37.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-08-21T17:23:37.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-08-21T17:23:37.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-08-21T17:23:37.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3416 | 2026-08-21T17:23:37.165Z | |
| 3417 | 2026-08-21T17:23:37.165Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337) |
| 3418 | 2026-08-21T17:23:37.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-08-21T17:23:37.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-08-21T17:23:37.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-08-21T17:23:37.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3422 | 2026-08-21T17:23:37.767Z | |
| 3423 | 2026-08-21T17:23:37.767Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337) |
| 3424 | 2026-08-21T17:23:38.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-08-21T17:23:38.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-08-21T17:23:38.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-08-21T17:23:38.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3428 | 2026-08-21T17:23:38.347Z | |
| 3429 | 2026-08-21T17:23:38.347Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337) |
| 3430 | 2026-08-21T17:23:38.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-08-21T17:23:38.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-08-21T17:23:38.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-08-21T17:23:38.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3434 | 2026-08-21T17:23:38.929Z | |
| 3435 | 2026-08-21T17:23:38.929Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337) |
| 3436 | 2026-08-21T17:23:39.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-08-21T17:23:39.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-08-21T17:23:39.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-08-21T17:23:39.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3440 | 2026-08-21T17:23:39.509Z | |
| 3441 | 2026-08-21T17:23:39.509Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337) |
| 3442 | 2026-08-21T17:23:39.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-08-21T17:23:40.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-08-21T17:23:40.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-08-21T17:23:40.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3446 | 2026-08-21T17:23:40.091Z | |
| 3447 | 2026-08-21T17:23:40.091Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337) |
| 3448 | 2026-08-21T17:23:40.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-08-21T17:23:40.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-08-21T17:23:40.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-08-21T17:23:40.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3452 | 2026-08-21T17:23:40.675Z | |
| 3453 | 2026-08-21T17:23:40.675Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337) |
| 3454 | 2026-08-21T17:23:41.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-08-21T17:23:41.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-08-21T17:23:41.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-08-21T17:23:41.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3458 | 2026-08-21T17:23:41.257Z | |
| 3459 | 2026-08-21T17:23:41.257Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337) |
| 3460 | 2026-08-21T17:23:41.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-08-21T17:23:41.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-08-21T17:23:41.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3463 | 2026-08-21T17:23:41.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3464 | 2026-08-21T17:23:41.841Z | |
| 3465 | 2026-08-21T17:23:41.841Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337) |
| 3466 | 2026-08-21T17:23:42.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-08-21T17:23:42.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-08-21T17:23:42.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3469 | 2026-08-21T17:23:42.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3470 | 2026-08-21T17:23:42.421Z | |
| 3471 | 2026-08-21T17:23:42.421Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337) |
| 3472 | 2026-08-21T17:23:42.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-08-21T17:23:42.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-08-21T17:23:42.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-08-21T17:23:42.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3476 | 2026-08-21T17:23:43.018Z | |
| 3477 | 2026-08-21T17:23:43.018Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337) |
| 3478 | 2026-08-21T17:23:43.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-08-21T17:23:43.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-08-21T17:23:43.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-08-21T17:23:43.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3482 | 2026-08-21T17:23:43.613Z | |
| 3483 | 2026-08-21T17:23:43.613Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337) |
| 3484 | 2026-08-21T17:23:44.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-08-21T17:23:44.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-08-21T17:23:44.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-08-21T17:23:44.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3488 | 2026-08-21T17:23:44.173Z | |
| 3489 | 2026-08-21T17:23:44.173Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337) |
| 3490 | 2026-08-21T17:23:44.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-08-21T17:23:44.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-08-21T17:23:44.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-08-21T17:23:44.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3494 | 2026-08-21T17:23:44.759Z | |
| 3495 | 2026-08-21T17:23:44.759Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337) |
| 3496 | 2026-08-21T17:23:45.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-08-21T17:23:45.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-08-21T17:23:45.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-08-21T17:23:45.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3500 | 2026-08-21T17:23:45.349Z | |
| 3501 | 2026-08-21T17:23:45.350Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337) |
| 3502 | 2026-08-21T17:23:45.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-08-21T17:23:45.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-08-21T17:23:45.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-08-21T17:23:45.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3506 | 2026-08-21T17:23:45.924Z | |
| 3507 | 2026-08-21T17:23:45.924Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337) |
| 3508 | 2026-08-21T17:23:46.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-08-21T17:23:46.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-08-21T17:23:46.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-08-21T17:23:46.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3512 | 2026-08-21T17:23:46.523Z | |
| 3513 | 2026-08-21T17:23:46.523Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337) |
| 3514 | 2026-08-21T17:23:47.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-08-21T17:23:47.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-08-21T17:23:47.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-08-21T17:23:47.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3518 | 2026-08-21T17:23:47.121Z | |
| 3519 | 2026-08-21T17:23:47.121Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337) |
| 3520 | 2026-08-21T17:23:47.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-08-21T17:23:47.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-08-21T17:23:47.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-08-21T17:23:47.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3524 | 2026-08-21T17:23:47.718Z | |
| 3525 | 2026-08-21T17:23:47.718Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337) |
| 3526 | 2026-08-21T17:23:48.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-08-21T17:23:48.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-08-21T17:23:48.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-08-21T17:23:48.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3530 | 2026-08-21T17:23:48.314Z | |
| 3531 | 2026-08-21T17:23:48.315Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337) |
| 3532 | 2026-08-21T17:23:48.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-08-21T17:23:48.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-08-21T17:23:48.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-08-21T17:23:48.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3536 | 2026-08-21T17:23:48.913Z | |
| 3537 | 2026-08-21T17:23:48.913Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337) |
| 3538 | 2026-08-21T17:23:49.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-08-21T17:23:49.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-08-21T17:23:49.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-08-21T17:23:49.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3542 | 2026-08-21T17:23:49.512Z | |
| 3543 | 2026-08-21T17:23:49.512Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337) |
| 3544 | 2026-08-21T17:23:50.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-08-21T17:23:50.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-08-21T17:23:50.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-08-21T17:23:50.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3548 | 2026-08-21T17:23:50.111Z | |
| 3549 | 2026-08-21T17:23:50.111Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337) |
| 3550 | 2026-08-21T17:23:50.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-08-21T17:23:50.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-08-21T17:23:50.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-08-21T17:23:50.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3554 | 2026-08-21T17:23:50.710Z | |
| 3555 | 2026-08-21T17:23:50.711Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337) |
| 3556 | 2026-08-21T17:23:51.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-08-21T17:23:51.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-08-21T17:23:51.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-08-21T17:23:51.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3560 | 2026-08-21T17:23:51.305Z | |
| 3561 | 2026-08-21T17:23:51.305Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337) |
| 3562 | 2026-08-21T17:23:51.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-08-21T17:23:51.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-08-21T17:23:51.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-08-21T17:23:51.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3566 | 2026-08-21T17:23:51.901Z | |
| 3567 | 2026-08-21T17:23:51.901Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337) |
| 3568 | 2026-08-21T17:23:52.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-08-21T17:23:52.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-08-21T17:23:52.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-08-21T17:23:52.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3572 | 2026-08-21T17:23:52.492Z | |
| 3573 | 2026-08-21T17:23:52.493Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337) |
| 3574 | 2026-08-21T17:23:53.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-08-21T17:23:53.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-08-21T17:23:53.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-08-21T17:23:53.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3578 | 2026-08-21T17:23:53.091Z | |
| 3579 | 2026-08-21T17:23:53.091Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337) |
| 3580 | 2026-08-21T17:23:53.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-08-21T17:23:53.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-08-21T17:23:53.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-08-21T17:23:53.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3584 | 2026-08-21T17:23:53.691Z | |
| 3585 | 2026-08-21T17:23:53.691Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337) |
| 3586 | 2026-08-21T17:23:54.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-08-21T17:23:54.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-08-21T17:23:54.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-08-21T17:23:54.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3590 | 2026-08-21T17:23:54.300Z | |
| 3591 | 2026-08-21T17:23:54.300Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337) |
| 3592 | 2026-08-21T17:23:54.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-08-21T17:23:54.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-08-21T17:23:54.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-08-21T17:23:54.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3596 | 2026-08-21T17:23:54.877Z | |
| 3597 | 2026-08-21T17:23:54.877Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337) |
| 3598 | 2026-08-21T17:23:55.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-08-21T17:23:55.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-08-21T17:23:55.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-08-21T17:23:55.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3602 | 2026-08-21T17:23:55.464Z | |
| 3603 | 2026-08-21T17:23:55.464Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337) |
| 3604 | 2026-08-21T17:23:55.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-08-21T17:23:55.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-08-21T17:23:55.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-08-21T17:23:55.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3608 | 2026-08-21T17:23:56.060Z | |
| 3609 | 2026-08-21T17:23:56.060Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337) |
| 3610 | 2026-08-21T17:23:56.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-08-21T17:23:56.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-08-21T17:23:56.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-08-21T17:23:56.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3614 | 2026-08-21T17:23:56.659Z | |
| 3615 | 2026-08-21T17:23:56.659Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337) |
| 3616 | 2026-08-21T17:23:57.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-08-21T17:23:57.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-08-21T17:23:57.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-08-21T17:23:57.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3620 | 2026-08-21T17:23:57.236Z | |
| 3621 | 2026-08-21T17:23:57.236Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337) |
| 3622 | 2026-08-21T17:23:57.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-08-21T17:23:57.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-08-21T17:23:57.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-08-21T17:23:57.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3626 | 2026-08-21T17:23:57.810Z | |
| 3627 | 2026-08-21T17:23:57.810Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337) |
| 3628 | 2026-08-21T17:23:58.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-08-21T17:23:58.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-08-21T17:23:58.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-08-21T17:23:58.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3632 | 2026-08-21T17:23:58.384Z | |
| 3633 | 2026-08-21T17:23:58.384Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337) |
| 3634 | 2026-08-21T17:23:58.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-08-21T17:23:58.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-08-21T17:23:58.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-08-21T17:23:58.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3638 | 2026-08-21T17:23:58.978Z | |
| 3639 | 2026-08-21T17:23:58.978Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337) |
| 3640 | 2026-08-21T17:23:59.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-08-21T17:23:59.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-08-21T17:23:59.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-08-21T17:23:59.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3644 | 2026-08-21T17:23:59.540Z | |
| 3645 | 2026-08-21T17:23:59.540Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337) |
| 3646 | 2026-08-21T17:24:00.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-08-21T17:24:00.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-08-21T17:24:00.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-08-21T17:24:00.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3650 | 2026-08-21T17:24:00.117Z | |
| 3651 | 2026-08-21T17:24:00.117Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337) |
| 3652 | 2026-08-21T17:24:00.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-08-21T17:24:00.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-08-21T17:24:00.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-08-21T17:24:00.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3656 | 2026-08-21T17:24:00.697Z | |
| 3657 | 2026-08-21T17:24:00.698Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337) |
| 3658 | 2026-08-21T17:24:01.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-08-21T17:24:01.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-08-21T17:24:01.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3661 | 2026-08-21T17:24:01.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3662 | 2026-08-21T17:24:01.273Z | |
| 3663 | 2026-08-21T17:24:01.273Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337) |
| 3664 | 2026-08-21T17:24:01.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-08-21T17:24:01.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-08-21T17:24:01.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2026-08-21T17:24:01.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3668 | 2026-08-21T17:24:01.855Z | |
| 3669 | 2026-08-21T17:24:01.855Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337) |
| 3670 | 2026-08-21T17:24:02.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-08-21T17:24:02.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-08-21T17:24:02.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2026-08-21T17:24:02.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3674 | 2026-08-21T17:24:02.434Z | |
| 3675 | 2026-08-21T17:24:02.434Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337) |
| 3676 | 2026-08-21T17:24:02.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-08-21T17:24:02.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-08-21T17:24:02.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2026-08-21T17:24:02.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3680 | 2026-08-21T17:24:03.009Z | |
| 3681 | 2026-08-21T17:24:03.009Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337) |
| 3682 | 2026-08-21T17:24:03.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-08-21T17:24:03.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-08-21T17:24:03.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2026-08-21T17:24:03.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3686 | 2026-08-21T17:24:04.409Z | |
| 3687 | 2026-08-21T17:24:04.409Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337) |
| 3688 | 2026-08-21T17:24:04.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-08-21T17:24:04.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-08-21T17:24:04.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2026-08-21T17:24:04.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3692 | 2026-08-21T17:24:04.548Z | |
| 3693 | 2026-08-21T17:24:04.548Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337) |
| 3694 | 2026-08-21T17:24:04.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-08-21T17:24:04.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-08-21T17:24:04.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2026-08-21T17:24:04.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3698 | 2026-08-21T17:24:04.743Z | |
| 3699 | 2026-08-21T17:24:04.743Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337) |
| 3700 | 2026-08-21T17:24:05.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-08-21T17:24:05.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-08-21T17:24:05.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2026-08-21T17:24:05.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3704 | 2026-08-21T17:24:05.323Z | |
| 3705 | 2026-08-21T17:24:05.323Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337) |
| 3706 | 2026-08-21T17:24:05.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-08-21T17:24:05.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-08-21T17:24:05.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-08-21T17:24:05.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3710 | 2026-08-21T17:24:05.899Z | |
| 3711 | 2026-08-21T17:24:05.899Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337) |
| 3712 | 2026-08-21T17:24:06.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-08-21T17:24:06.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-08-21T17:24:06.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-08-21T17:24:06.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3716 | 2026-08-21T17:24:06.503Z | |
| 3717 | 2026-08-21T17:24:06.503Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337) |
| 3718 | 2026-08-21T17:24:07.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-08-21T17:24:07.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-08-21T17:24:07.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-08-21T17:24:07.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3722 | 2026-08-21T17:24:07.102Z | |
| 3723 | 2026-08-21T17:24:07.102Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337) |
| 3724 | 2026-08-21T17:24:07.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-08-21T17:24:07.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-08-21T17:24:07.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-08-21T17:24:07.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3728 | 2026-08-21T17:24:07.721Z | |
| 3729 | 2026-08-21T17:24:07.722Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337) |
| 3730 | 2026-08-21T17:24:08.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-08-21T17:24:08.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-08-21T17:24:08.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-08-21T17:24:08.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3734 | 2026-08-21T17:24:08.306Z | |
| 3735 | 2026-08-21T17:24:08.306Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337) |
| 3736 | 2026-08-21T17:24:08.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-08-21T17:24:08.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-08-21T17:24:08.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3739 | 2026-08-21T17:24:08.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3740 | 2026-08-21T17:24:08.892Z | |
| 3741 | 2026-08-21T17:24:08.892Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337) |
| 3742 | 2026-08-21T17:24:10.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-08-21T17:24:10.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-08-21T17:24:10.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3745 | 2026-08-21T17:24:10.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3746 | 2026-08-21T17:24:10.291Z | |
| 3747 | 2026-08-21T17:24:10.291Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337) |
| 3748 | 2026-08-21T17:24:10.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-08-21T17:24:10.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-08-21T17:24:10.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3751 | 2026-08-21T17:24:10.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3752 | 2026-08-21T17:24:10.325Z | |
| 3753 | 2026-08-21T17:24:10.325Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337) |
| 3754 | 2026-08-21T17:24:10.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-08-21T17:24:13.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-08-21T17:24:13.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3757 | 2026-08-21T17:24:13.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3758 | 2026-08-21T17:24:13.845Z | |
| 3759 | 2026-08-21T17:24:13.845Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337) |
| 3760 | 2026-08-21T17:24:13.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-08-21T17:24:13.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-08-21T17:24:13.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3763 | 2026-08-21T17:24:13.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3764 | 2026-08-21T17:24:13.846Z | |
| 3765 | 2026-08-21T17:24:13.846Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337) |
| 3766 | 2026-08-21T17:24:13.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-08-21T17:24:13.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-08-21T17:24:13.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3769 | 2026-08-21T17:24:13.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3770 | 2026-08-21T17:24:13.846Z | |
| 3771 | 2026-08-21T17:24:13.846Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337) |
| 3772 | 2026-08-21T17:24:13.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-08-21T17:24:13.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-08-21T17:24:13.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3775 | 2026-08-21T17:24:13.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3776 | 2026-08-21T17:24:13.846Z | |
| 3777 | 2026-08-21T17:24:13.846Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337) |
| 3778 | 2026-08-21T17:24:13.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-08-21T17:24:13.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-08-21T17:24:13.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2026-08-21T17:24:13.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3782 | 2026-08-21T17:24:13.846Z | |
| 3783 | 2026-08-21T17:24:13.846Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337) |
| 3784 | 2026-08-21T17:24:13.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-08-21T17:24:13.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-08-21T17:24:13.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-08-21T17:24:13.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3788 | 2026-08-21T17:24:13.846Z | |
| 3789 | 2026-08-21T17:24:13.846Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337) |
| 3790 | 2026-08-21T17:24:14.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-08-21T17:24:14.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-08-21T17:24:14.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-08-21T17:24:14.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3794 | 2026-08-21T17:24:14.232Z | |
| 3795 | 2026-08-21T17:24:14.232Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337) |
| 3796 | 2026-08-21T17:24:14.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-08-21T17:24:14.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-08-21T17:24:14.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-08-21T17:24:14.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3800 | 2026-08-21T17:24:14.826Z | |
| 3801 | 2026-08-21T17:24:14.826Z | info: running `cargo check --bins` on oximeter-producer (195/337) |
| 3802 | 2026-08-21T17:24:15.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-08-21T17:24:15.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-08-21T17:24:15.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-08-21T17:24:15.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3806 | 2026-08-21T17:24:15.439Z | |
| 3807 | 2026-08-21T17:24:15.439Z | info: running `cargo check --bins` on internal-dns-resolver (196/337) |
| 3808 | 2026-08-21T17:24:15.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-08-21T17:24:15.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-08-21T17:24:15.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-08-21T17:24:15.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3812 | 2026-08-21T17:24:16.017Z | |
| 3813 | 2026-08-21T17:24:16.017Z | info: running `cargo check --bins` on dns-server (197/337) |
| 3814 | 2026-08-21T17:24:16.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-08-21T17:24:16.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-08-21T17:24:16.666Z | Compiling parking_lot_core v0.8.6 |
| 3817 | 2026-08-21T17:24:16.670Z | Compiling git-stub v1.0.0 |
| 3818 | 2026-08-21T17:24:16.670Z | Checking prefix-trie v0.7.0 |
| 3819 | 2026-08-21T17:24:16.785Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3820 | 2026-08-21T17:24:16.903Z | Compiling git-stub-vcs v0.1.0 |
| 3821 | 2026-08-21T17:24:17.054Z | Checking hickory-server v0.25.2 |
| 3822 | 2026-08-21T17:24:17.171Z | Checking parking_lot v0.11.2 |
| 3823 | 2026-08-21T17:24:17.205Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3824 | 2026-08-21T17:24:17.340Z | Checking sled v0.34.7 |
| 3825 | 2026-08-21T17:24:19.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 3826 | 2026-08-21T17:24:19.468Z | |
| 3827 | 2026-08-21T17:24:19.468Z | info: running `cargo check --bins` on dns-server-api (198/337) |
| 3828 | 2026-08-21T17:24:19.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3829 | 2026-08-21T17:24:19.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3830 | 2026-08-21T17:24:19.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3831 | 2026-08-21T17:24:19.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3832 | 2026-08-21T17:24:20.042Z | |
| 3833 | 2026-08-21T17:24:20.042Z | info: running `cargo check --bins` on nexus-client (199/337) |
| 3834 | 2026-08-21T17:24:20.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2026-08-21T17:24:20.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2026-08-21T17:24:20.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3837 | 2026-08-21T17:24:20.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3838 | 2026-08-21T17:24:20.656Z | |
| 3839 | 2026-08-21T17:24:20.656Z | info: running `cargo check --bins` on oximeter-producer-api (200/337) |
| 3840 | 2026-08-21T17:24:21.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2026-08-21T17:24:21.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2026-08-21T17:24:21.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2026-08-21T17:24:21.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3844 | 2026-08-21T17:24:21.237Z | |
| 3845 | 2026-08-21T17:24:21.237Z | info: running `cargo check --bins` on sp-sim (201/337) |
| 3846 | 2026-08-21T17:24:21.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2026-08-21T17:24:21.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2026-08-21T17:24:21.943Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3849 | 2026-08-21T17:24:22.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 3850 | 2026-08-21T17:24:22.652Z | |
| 3851 | 2026-08-21T17:24:22.652Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337) |
| 3852 | 2026-08-21T17:24:23.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2026-08-21T17:24:23.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2026-08-21T17:24:23.479Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3855 | 2026-08-21T17:24:23.607Z | Compiling hashbrown v0.14.5 |
| 3856 | 2026-08-21T17:24:23.611Z | Compiling rfc6979 v0.4.0 |
| 3857 | 2026-08-21T17:24:23.620Z | Compiling salty v0.3.0 |
| 3858 | 2026-08-21T17:24:23.628Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3859 | 2026-08-21T17:24:23.639Z | Compiling primeorder v0.13.6 |
| 3860 | 2026-08-21T17:24:23.653Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3861 | 2026-08-21T17:24:23.725Z | Compiling ecdsa v0.16.9 |
| 3862 | 2026-08-21T17:24:23.785Z | Compiling sha1 v0.10.6 |
| 3863 | 2026-08-21T17:24:23.891Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3864 | 2026-08-21T17:24:23.975Z | Compiling proc-macro-error2 v2.0.1 |
| 3865 | 2026-08-21T17:24:24.075Z | Compiling p384 v0.13.1 |
| 3866 | 2026-08-21T17:24:24.094Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3867 | 2026-08-21T17:24:24.114Z | Compiling chumsky v0.9.3 |
| 3868 | 2026-08-21T17:24:24.147Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3869 | 2026-08-21T17:24:24.280Z | Compiling knus-derive v3.4.0 |
| 3870 | 2026-08-21T17:24:24.315Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3871 | 2026-08-21T17:24:24.393Z | Checking libscf-sys v1.2.0 |
| 3872 | 2026-08-21T17:24:24.409Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3873 | 2026-08-21T17:24:24.527Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3874 | 2026-08-21T17:24:24.618Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3875 | 2026-08-21T17:24:24.732Z | Checking corncobs v0.1.4 |
| 3876 | 2026-08-21T17:24:24.825Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3877 | 2026-08-21T17:24:24.838Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3878 | 2026-08-21T17:24:24.851Z | Checking papergrid v0.18.0 |
| 3879 | 2026-08-21T17:24:24.856Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3880 | 2026-08-21T17:24:24.879Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3881 | 2026-08-21T17:24:25.001Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3882 | 2026-08-21T17:24:25.024Z | Checking secrecy v0.8.0 |
| 3883 | 2026-08-21T17:24:25.133Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3884 | 2026-08-21T17:24:25.153Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3885 | 2026-08-21T17:24:25.346Z | Compiling unicase v2.9.0 |
| 3886 | 2026-08-21T17:24:25.375Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3887 | 2026-08-21T17:24:25.389Z | Compiling progenitor-impl v0.13.0 |
| 3888 | 2026-08-21T17:24:25.404Z | Checking crc8 v0.1.1 |
| 3889 | 2026-08-21T17:24:25.547Z | Compiling mime_guess v2.0.5 |
| 3890 | 2026-08-21T17:24:25.622Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3891 | 2026-08-21T17:24:25.623Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3892 | 2026-08-21T17:24:25.651Z | Checking tabled v0.21.0 |
| 3893 | 2026-08-21T17:24:25.665Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3894 | 2026-08-21T17:24:25.681Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3895 | 2026-08-21T17:24:25.735Z | Compiling knus v3.4.0 |
| 3896 | 2026-08-21T17:24:26.258Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3897 | 2026-08-21T17:24:26.493Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3898 | 2026-08-21T17:24:26.610Z | Checking progenitor-client v0.13.0 |
| 3899 | 2026-08-21T17:24:26.671Z | Checking http-range v0.1.5 |
| 3900 | 2026-08-21T17:24:26.804Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3901 | 2026-08-21T17:24:26.857Z | Checking illumos-nvpair v0.3.0 |
| 3902 | 2026-08-21T17:24:26.990Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3903 | 2026-08-21T17:24:27.016Z | Checking scuffle v0.1.0 |
| 3904 | 2026-08-21T17:24:27.031Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3905 | 2026-08-21T17:24:27.152Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3906 | 2026-08-21T17:24:27.547Z | Checking nanorand v0.7.0 |
| 3907 | 2026-08-21T17:24:27.588Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3908 | 2026-08-21T17:24:27.760Z | Checking flume v0.11.1 |
| 3909 | 2026-08-21T17:24:27.844Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3910 | 2026-08-21T17:24:27.929Z | Checking hyper-staticfile v0.10.1 |
| 3911 | 2026-08-21T17:24:27.949Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3912 | 2026-08-21T17:24:27.963Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3913 | 2026-08-21T17:24:28.025Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3914 | 2026-08-21T17:24:28.040Z | Compiling progenitor-macro v0.13.0 |
| 3915 | 2026-08-21T17:24:28.130Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3916 | 2026-08-21T17:24:28.216Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3917 | 2026-08-21T17:24:28.382Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3918 | 2026-08-21T17:24:28.399Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3919 | 2026-08-21T17:24:28.489Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3920 | 2026-08-21T17:24:28.610Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3921 | 2026-08-21T17:24:28.805Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3922 | 2026-08-21T17:24:28.921Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3923 | 2026-08-21T17:24:28.959Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3924 | 2026-08-21T17:24:30.300Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3925 | 2026-08-21T17:24:31.437Z | Checking progenitor v0.13.0 |
| 3926 | 2026-08-21T17:24:31.582Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3927 | 2026-08-21T17:24:32.334Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3928 | 2026-08-21T17:24:33.425Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3929 | 2026-08-21T17:24:33.811Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3930 | 2026-08-21T17:24:33.881Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3931 | 2026-08-21T17:24:33.886Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3932 | 2026-08-21T17:24:47.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.01s |
| 3933 | 2026-08-21T17:24:47.682Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3934 | 2026-08-21T17:24:47.682Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3935 | 2026-08-21T17:24:47.901Z | |
| 3936 | 2026-08-21T17:24:47.901Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337) |
| 3937 | 2026-08-21T17:24:48.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-08-21T17:24:48.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-08-21T17:24:48.655Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3940 | 2026-08-21T17:24:59.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3941 | 2026-08-21T17:24:59.367Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3942 | 2026-08-21T17:24:59.367Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3943 | 2026-08-21T17:24:59.570Z | |
| 3944 | 2026-08-21T17:24:59.570Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337) |
| 3945 | 2026-08-21T17:25:00.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-08-21T17:25:00.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-08-21T17:25:00.379Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3948 | 2026-08-21T17:25:13.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3949 | 2026-08-21T17:25:13.079Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3950 | 2026-08-21T17:25:13.079Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3951 | 2026-08-21T17:25:13.079Z | |
| 3952 | 2026-08-21T17:25:13.079Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337) |
| 3953 | 2026-08-21T17:25:13.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-08-21T17:25:13.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-08-21T17:25:13.079Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3956 | 2026-08-21T17:25:22.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s |
| 3957 | 2026-08-21T17:25:22.806Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3958 | 2026-08-21T17:25:22.806Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3959 | 2026-08-21T17:25:23.006Z | |
| 3960 | 2026-08-21T17:25:23.006Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337) |
| 3961 | 2026-08-21T17:25:23.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2026-08-21T17:25:23.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2026-08-21T17:25:23.786Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3964 | 2026-08-21T17:25:34.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s |
| 3965 | 2026-08-21T17:25:34.500Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3966 | 2026-08-21T17:25:34.500Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3967 | 2026-08-21T17:25:34.709Z | |
| 3968 | 2026-08-21T17:25:34.709Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337) |
| 3969 | 2026-08-21T17:25:35.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3970 | 2026-08-21T17:25:35.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3971 | 2026-08-21T17:25:35.486Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3972 | 2026-08-21T17:25:46.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s |
| 3973 | 2026-08-21T17:25:46.251Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3974 | 2026-08-21T17:25:46.251Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3975 | 2026-08-21T17:25:46.461Z | |
| 3976 | 2026-08-21T17:25:46.461Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337) |
| 3977 | 2026-08-21T17:25:46.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-08-21T17:25:47.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-08-21T17:25:47.238Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3980 | 2026-08-21T17:25:57.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s |
| 3981 | 2026-08-21T17:25:57.987Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3982 | 2026-08-21T17:25:57.987Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3983 | 2026-08-21T17:25:58.196Z | |
| 3984 | 2026-08-21T17:25:58.196Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337) |
| 3985 | 2026-08-21T17:25:58.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-08-21T17:25:58.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-08-21T17:25:58.973Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3988 | 2026-08-21T17:26:09.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s |
| 3989 | 2026-08-21T17:26:09.734Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3990 | 2026-08-21T17:26:09.734Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3991 | 2026-08-21T17:26:09.945Z | |
| 3992 | 2026-08-21T17:26:09.946Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337) |
| 3993 | 2026-08-21T17:26:10.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-08-21T17:26:10.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-08-21T17:26:10.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3996 | 2026-08-21T17:26:10.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3997 | 2026-08-21T17:26:10.534Z | |
| 3998 | 2026-08-21T17:26:10.534Z | info: running `cargo check --bins` on installinator-common (211/337) |
| 3999 | 2026-08-21T17:26:11.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-08-21T17:26:11.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-08-21T17:26:11.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4002 | 2026-08-21T17:26:11.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4003 | 2026-08-21T17:26:11.130Z | |
| 4004 | 2026-08-21T17:26:11.130Z | info: running `cargo check --bins` on installinator-common-versions (212/337) |
| 4005 | 2026-08-21T17:26:11.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-08-21T17:26:11.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-08-21T17:26:11.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4008 | 2026-08-21T17:26:11.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4009 | 2026-08-21T17:26:11.703Z | |
| 4010 | 2026-08-21T17:26:11.703Z | info: running `cargo check --bins` on nexus-lockstep-client (213/337) |
| 4011 | 2026-08-21T17:26:12.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-08-21T17:26:12.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-08-21T17:26:12.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4014 | 2026-08-21T17:26:12.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4015 | 2026-08-21T17:26:12.319Z | |
| 4016 | 2026-08-21T17:26:12.319Z | info: running `cargo check --bins` on omicron-ddm-admin-client (214/337) |
| 4017 | 2026-08-21T17:26:12.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-08-21T17:26:12.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-08-21T17:26:12.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4020 | 2026-08-21T17:26:12.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4021 | 2026-08-21T17:26:12.917Z | |
| 4022 | 2026-08-21T17:26:12.917Z | info: running `cargo check --bins` on range-requests (215/337) |
| 4023 | 2026-08-21T17:26:13.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-08-21T17:26:13.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-08-21T17:26:13.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4026 | 2026-08-21T17:26:13.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4027 | 2026-08-21T17:26:13.493Z | |
| 4028 | 2026-08-21T17:26:13.493Z | info: running `cargo check --bins` on repo-depot-api (216/337) |
| 4029 | 2026-08-21T17:26:13.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2026-08-21T17:26:13.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2026-08-21T17:26:13.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4032 | 2026-08-21T17:26:13.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4033 | 2026-08-21T17:26:14.076Z | |
| 4034 | 2026-08-21T17:26:14.076Z | info: running `cargo check --bins` on repo-depot-client (217/337) |
| 4035 | 2026-08-21T17:26:14.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4036 | 2026-08-21T17:26:14.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4037 | 2026-08-21T17:26:14.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4038 | 2026-08-21T17:26:14.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4039 | 2026-08-21T17:26:14.651Z | |
| 4040 | 2026-08-21T17:26:14.652Z | info: running `cargo check --bins` on sled-agent-api (218/337) |
| 4041 | 2026-08-21T17:26:15.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4042 | 2026-08-21T17:26:15.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4043 | 2026-08-21T17:26:15.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4044 | 2026-08-21T17:26:15.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4045 | 2026-08-21T17:26:15.255Z | |
| 4046 | 2026-08-21T17:26:15.255Z | info: running `cargo check --bins` on sled-diagnostics (219/337) |
| 4047 | 2026-08-21T17:26:15.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4048 | 2026-08-21T17:26:15.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4049 | 2026-08-21T17:26:15.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4050 | 2026-08-21T17:26:15.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4051 | 2026-08-21T17:26:15.858Z | |
| 4052 | 2026-08-21T17:26:15.858Z | info: running `cargo check --bins` on zfs-test-harness (220/337) |
| 4053 | 2026-08-21T17:26:16.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-08-21T17:26:16.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-08-21T17:26:16.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-08-21T17:26:16.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4057 | 2026-08-21T17:26:16.463Z | |
| 4058 | 2026-08-21T17:26:16.463Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (221/337) |
| 4059 | 2026-08-21T17:26:16.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-08-21T17:26:16.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-08-21T17:26:16.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-08-21T17:26:16.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4063 | 2026-08-21T17:26:17.077Z | |
| 4064 | 2026-08-21T17:26:17.077Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337) |
| 4065 | 2026-08-21T17:26:17.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-08-21T17:26:17.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-08-21T17:26:17.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-08-21T17:26:17.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4069 | 2026-08-21T17:26:17.690Z | |
| 4070 | 2026-08-21T17:26:17.690Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337) |
| 4071 | 2026-08-21T17:26:18.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-08-21T17:26:18.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-08-21T17:26:18.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4074 | 2026-08-21T17:26:18.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4075 | 2026-08-21T17:26:18.301Z | |
| 4076 | 2026-08-21T17:26:18.301Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337) |
| 4077 | 2026-08-21T17:26:18.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2026-08-21T17:26:18.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2026-08-21T17:26:18.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4080 | 2026-08-21T17:26:18.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4081 | 2026-08-21T17:26:18.910Z | |
| 4082 | 2026-08-21T17:26:18.910Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337) |
| 4083 | 2026-08-21T17:26:19.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4084 | 2026-08-21T17:26:19.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4085 | 2026-08-21T17:26:19.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4086 | 2026-08-21T17:26:19.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4087 | 2026-08-21T17:26:19.520Z | |
| 4088 | 2026-08-21T17:26:19.521Z | info: running `cargo check --bins` on sled-agent-resolvable-files (226/337) |
| 4089 | 2026-08-21T17:26:20.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4090 | 2026-08-21T17:26:20.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4091 | 2026-08-21T17:26:20.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4092 | 2026-08-21T17:26:20.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4093 | 2026-08-21T17:26:20.134Z | |
| 4094 | 2026-08-21T17:26:20.134Z | info: running `cargo check --bins` on trust-quorum (227/337) |
| 4095 | 2026-08-21T17:26:20.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4096 | 2026-08-21T17:26:20.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4097 | 2026-08-21T17:26:20.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4098 | 2026-08-21T17:26:20.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4099 | 2026-08-21T17:26:20.749Z | |
| 4100 | 2026-08-21T17:26:20.749Z | info: running `cargo check --bins` on sled-agent-early-networking (228/337) |
| 4101 | 2026-08-21T17:26:21.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4102 | 2026-08-21T17:26:21.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4103 | 2026-08-21T17:26:21.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4104 | 2026-08-21T17:26:21.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4105 | 2026-08-21T17:26:21.362Z | |
| 4106 | 2026-08-21T17:26:21.363Z | info: running `cargo check --bins` on sled-agent-health-monitor (229/337) |
| 4107 | 2026-08-21T17:26:21.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4108 | 2026-08-21T17:26:21.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4109 | 2026-08-21T17:26:21.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4110 | 2026-08-21T17:26:21.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4111 | 2026-08-21T17:26:21.954Z | |
| 4112 | 2026-08-21T17:26:21.954Z | info: running `cargo check --bins` on sled-agent-multirack-join (230/337) |
| 4113 | 2026-08-21T17:26:22.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2026-08-21T17:26:22.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2026-08-21T17:26:22.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4116 | 2026-08-21T17:26:22.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4117 | 2026-08-21T17:26:22.894Z | |
| 4118 | 2026-08-21T17:26:22.894Z | info: running `cargo check --bins` on sled-agent-rack-setup (231/337) |
| 4119 | 2026-08-21T17:26:23.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4120 | 2026-08-21T17:26:23.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4121 | 2026-08-21T17:26:23.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4122 | 2026-08-21T17:26:23.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4123 | 2026-08-21T17:26:23.229Z | |
| 4124 | 2026-08-21T17:26:23.229Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337) |
| 4125 | 2026-08-21T17:26:23.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4126 | 2026-08-21T17:26:23.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4127 | 2026-08-21T17:26:23.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4128 | 2026-08-21T17:26:23.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4129 | 2026-08-21T17:26:23.853Z | |
| 4130 | 2026-08-21T17:26:23.853Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (233/337) |
| 4131 | 2026-08-21T17:26:24.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4132 | 2026-08-21T17:26:24.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4133 | 2026-08-21T17:26:24.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4134 | 2026-08-21T17:26:24.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4135 | 2026-08-21T17:26:24.496Z | |
| 4136 | 2026-08-21T17:26:24.496Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337) |
| 4137 | 2026-08-21T17:26:25.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4138 | 2026-08-21T17:26:25.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4139 | 2026-08-21T17:26:25.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4140 | 2026-08-21T17:26:25.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4141 | 2026-08-21T17:26:25.115Z | |
| 4142 | 2026-08-21T17:26:25.115Z | info: running `cargo check --bins` on omicron-deployment-graph (235/337) |
| 4143 | 2026-08-21T17:26:29.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-08-21T17:26:30.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-08-21T17:26:30.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4146 | 2026-08-21T17:26:30.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4147 | 2026-08-21T17:26:30.042Z | |
| 4148 | 2026-08-21T17:26:30.043Z | info: running `cargo check --bins` on transient-dns-server (236/337) |
| 4149 | 2026-08-21T17:26:30.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-08-21T17:26:30.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-08-21T17:26:30.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2026-08-21T17:26:30.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4153 | 2026-08-21T17:26:30.043Z | |
| 4154 | 2026-08-21T17:26:30.043Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337) |
| 4155 | 2026-08-21T17:26:30.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-08-21T17:26:30.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-08-21T17:26:30.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4158 | 2026-08-21T17:26:30.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4159 | 2026-08-21T17:26:30.044Z | |
| 4160 | 2026-08-21T17:26:30.044Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337) |
| 4161 | 2026-08-21T17:26:30.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-08-21T17:26:30.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-08-21T17:26:30.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4164 | 2026-08-21T17:26:30.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4165 | 2026-08-21T17:26:30.044Z | |
| 4166 | 2026-08-21T17:26:30.044Z | info: running `cargo check --bins` on omicron-rpaths (239/337) |
| 4167 | 2026-08-21T17:26:30.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4168 | 2026-08-21T17:26:30.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4169 | 2026-08-21T17:26:30.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4170 | 2026-08-21T17:26:30.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4171 | 2026-08-21T17:26:30.044Z | |
| 4172 | 2026-08-21T17:26:30.044Z | info: running `cargo check --bins` on omicron-repl-utils (240/337) |
| 4173 | 2026-08-21T17:26:30.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4174 | 2026-08-21T17:26:30.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4175 | 2026-08-21T17:26:30.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4176 | 2026-08-21T17:26:30.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4177 | 2026-08-21T17:26:30.044Z | |
| 4178 | 2026-08-21T17:26:30.044Z | info: running `cargo check --bins` on omicron-clickhouse-admin (241/337) |
| 4179 | 2026-08-21T17:26:30.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4180 | 2026-08-21T17:26:30.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4181 | 2026-08-21T17:26:30.045Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4182 | 2026-08-21T17:26:30.097Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4183 | 2026-08-21T17:26:30.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s |
| 4184 | 2026-08-21T17:26:31.160Z | |
| 4185 | 2026-08-21T17:26:31.160Z | info: running `cargo check --bins` on clickhouse-admin-api (242/337) |
| 4186 | 2026-08-21T17:26:31.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4187 | 2026-08-21T17:26:31.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4188 | 2026-08-21T17:26:31.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4189 | 2026-08-21T17:26:31.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4190 | 2026-08-21T17:26:31.752Z | |
| 4191 | 2026-08-21T17:26:31.752Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (243/337) |
| 4192 | 2026-08-21T17:26:32.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4193 | 2026-08-21T17:26:32.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4194 | 2026-08-21T17:26:32.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4195 | 2026-08-21T17:26:32.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4196 | 2026-08-21T17:26:32.329Z | |
| 4197 | 2026-08-21T17:26:32.330Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337) |
| 4198 | 2026-08-21T17:26:32.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4199 | 2026-08-21T17:26:32.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4200 | 2026-08-21T17:26:32.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4201 | 2026-08-21T17:26:32.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4202 | 2026-08-21T17:26:32.920Z | |
| 4203 | 2026-08-21T17:26:32.920Z | info: running `cargo check --bins` on clickhouse-admin-single-client (245/337) |
| 4204 | 2026-08-21T17:26:33.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4205 | 2026-08-21T17:26:33.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4206 | 2026-08-21T17:26:33.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4207 | 2026-08-21T17:26:33.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4208 | 2026-08-21T17:26:33.505Z | |
| 4209 | 2026-08-21T17:26:33.505Z | info: running `cargo check --bins` on installinator-client (246/337) |
| 4210 | 2026-08-21T17:26:33.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4211 | 2026-08-21T17:26:33.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4212 | 2026-08-21T17:26:33.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4213 | 2026-08-21T17:26:34.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4214 | 2026-08-21T17:26:34.088Z | |
| 4215 | 2026-08-21T17:26:34.088Z | info: running `cargo check --bins` on oxide-client (247/337) |
| 4216 | 2026-08-21T17:26:34.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4217 | 2026-08-21T17:26:34.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4218 | 2026-08-21T17:26:34.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4219 | 2026-08-21T17:26:34.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4220 | 2026-08-21T17:26:34.663Z | |
| 4221 | 2026-08-21T17:26:34.663Z | info: running `cargo check --bins` on oximeter-client (248/337) |
| 4222 | 2026-08-21T17:26:35.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4223 | 2026-08-21T17:26:35.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4224 | 2026-08-21T17:26:35.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4225 | 2026-08-21T17:26:35.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4226 | 2026-08-21T17:26:35.246Z | |
| 4227 | 2026-08-21T17:26:35.246Z | info: running `cargo check --bins` on wicketd-client (249/337) |
| 4228 | 2026-08-21T17:26:35.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4229 | 2026-08-21T17:26:35.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4230 | 2026-08-21T17:26:35.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4231 | 2026-08-21T17:26:35.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4232 | 2026-08-21T17:26:35.845Z | |
| 4233 | 2026-08-21T17:26:35.845Z | info: running `cargo check --bins` on wicket-common (250/337) |
| 4234 | 2026-08-21T17:26:36.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4235 | 2026-08-21T17:26:36.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4236 | 2026-08-21T17:26:36.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4237 | 2026-08-21T17:26:36.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4238 | 2026-08-21T17:26:36.438Z | |
| 4239 | 2026-08-21T17:26:36.438Z | info: running `cargo check --bins` on wicketd-commission-client (251/337) |
| 4240 | 2026-08-21T17:26:36.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4241 | 2026-08-21T17:26:36.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4242 | 2026-08-21T17:26:36.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4243 | 2026-08-21T17:26:36.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4244 | 2026-08-21T17:26:37.027Z | |
| 4245 | 2026-08-21T17:26:37.027Z | info: running `cargo check --bins` on omicron-cockroach-admin (252/337) |
| 4246 | 2026-08-21T17:26:37.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4247 | 2026-08-21T17:26:37.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4248 | 2026-08-21T17:26:37.710Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4249 | 2026-08-21T17:26:37.821Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4250 | 2026-08-21T17:26:38.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
| 4251 | 2026-08-21T17:26:39.093Z | |
| 4252 | 2026-08-21T17:26:39.094Z | info: running `cargo check --bins` on cockroach-admin-api (253/337) |
| 4253 | 2026-08-21T17:26:39.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4254 | 2026-08-21T17:26:39.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4255 | 2026-08-21T17:26:39.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4256 | 2026-08-21T17:26:39.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4257 | 2026-08-21T17:26:39.676Z | |
| 4258 | 2026-08-21T17:26:39.676Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337) |
| 4259 | 2026-08-21T17:26:40.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4260 | 2026-08-21T17:26:40.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4261 | 2026-08-21T17:26:40.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4262 | 2026-08-21T17:26:40.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4263 | 2026-08-21T17:26:40.347Z | |
| 4264 | 2026-08-21T17:26:40.347Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337) |
| 4265 | 2026-08-21T17:26:40.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4266 | 2026-08-21T17:26:40.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4267 | 2026-08-21T17:26:40.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4268 | 2026-08-21T17:26:40.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4269 | 2026-08-21T17:26:41.021Z | |
| 4270 | 2026-08-21T17:26:41.021Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337) |
| 4271 | 2026-08-21T17:26:41.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4272 | 2026-08-21T17:26:41.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4273 | 2026-08-21T17:26:41.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4274 | 2026-08-21T17:26:41.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4275 | 2026-08-21T17:26:41.670Z | |
| 4276 | 2026-08-21T17:26:41.670Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337) |
| 4277 | 2026-08-21T17:26:42.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4278 | 2026-08-21T17:26:42.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4279 | 2026-08-21T17:26:42.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4280 | 2026-08-21T17:26:42.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4281 | 2026-08-21T17:26:42.316Z | |
| 4282 | 2026-08-21T17:26:42.316Z | info: running `cargo check --bins` on db-macros (258/337) |
| 4283 | 2026-08-21T17:26:42.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4284 | 2026-08-21T17:26:42.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4285 | 2026-08-21T17:26:42.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4286 | 2026-08-21T17:26:42.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4287 | 2026-08-21T17:26:42.893Z | |
| 4288 | 2026-08-21T17:26:42.894Z | info: running `cargo check --bins` on nexus-macros-common (259/337) |
| 4289 | 2026-08-21T17:26:43.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4290 | 2026-08-21T17:26:43.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4291 | 2026-08-21T17:26:43.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4292 | 2026-08-21T17:26:43.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4293 | 2026-08-21T17:26:43.467Z | |
| 4294 | 2026-08-21T17:26:43.467Z | info: running `cargo check --bins` on nexus-auth (260/337) |
| 4295 | 2026-08-21T17:26:44.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4296 | 2026-08-21T17:26:44.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4297 | 2026-08-21T17:26:44.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4298 | 2026-08-21T17:26:44.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4299 | 2026-08-21T17:26:44.110Z | |
| 4300 | 2026-08-21T17:26:44.110Z | info: running `cargo check --bins` on authz-macros (261/337) |
| 4301 | 2026-08-21T17:26:44.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4302 | 2026-08-21T17:26:44.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4303 | 2026-08-21T17:26:44.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4304 | 2026-08-21T17:26:44.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4305 | 2026-08-21T17:26:44.685Z | |
| 4306 | 2026-08-21T17:26:44.685Z | info: running `cargo check --bins` on nexus-db-fixed-data (262/337) |
| 4307 | 2026-08-21T17:26:45.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4308 | 2026-08-21T17:26:45.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4309 | 2026-08-21T17:26:45.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4310 | 2026-08-21T17:26:45.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4311 | 2026-08-21T17:26:45.316Z | |
| 4312 | 2026-08-21T17:26:45.317Z | info: running `cargo check --bins` on nexus-db-model (263/337) |
| 4313 | 2026-08-21T17:26:45.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4314 | 2026-08-21T17:26:45.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4315 | 2026-08-21T17:26:45.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4316 | 2026-08-21T17:26:45.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4317 | 2026-08-21T17:26:45.951Z | |
| 4318 | 2026-08-21T17:26:45.951Z | info: running `cargo check --bins` on nexus-db-schema (264/337) |
| 4319 | 2026-08-21T17:26:46.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4320 | 2026-08-21T17:26:46.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4321 | 2026-08-21T17:26:46.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4322 | 2026-08-21T17:26:46.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4323 | 2026-08-21T17:26:46.530Z | |
| 4324 | 2026-08-21T17:26:46.530Z | info: running `cargo check --bins` on nexus-defaults (265/337) |
| 4325 | 2026-08-21T17:26:47.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4326 | 2026-08-21T17:26:47.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4327 | 2026-08-21T17:26:47.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4328 | 2026-08-21T17:26:47.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4329 | 2026-08-21T17:26:47.119Z | |
| 4330 | 2026-08-21T17:26:47.119Z | info: running `cargo check --bins` on omicron-git-version (266/337) |
| 4331 | 2026-08-21T17:26:47.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4332 | 2026-08-21T17:26:47.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4333 | 2026-08-21T17:26:47.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4334 | 2026-08-21T17:26:47.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4335 | 2026-08-21T17:26:47.688Z | |
| 4336 | 2026-08-21T17:26:47.689Z | info: running `cargo check --bins` on nexus-db-errors (267/337) |
| 4337 | 2026-08-21T17:26:48.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4338 | 2026-08-21T17:26:48.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4339 | 2026-08-21T17:26:48.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4340 | 2026-08-21T17:26:48.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4341 | 2026-08-21T17:26:48.324Z | |
| 4342 | 2026-08-21T17:26:48.324Z | info: running `cargo check --bins` on nexus-db-lookup (268/337) |
| 4343 | 2026-08-21T17:26:48.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4344 | 2026-08-21T17:26:48.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4345 | 2026-08-21T17:26:48.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4346 | 2026-08-21T17:26:48.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4347 | 2026-08-21T17:26:48.956Z | |
| 4348 | 2026-08-21T17:26:48.956Z | info: running `cargo check --bins` on nexus-test-interface (269/337) |
| 4349 | 2026-08-21T17:26:49.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4350 | 2026-08-21T17:26:49.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4351 | 2026-08-21T17:26:49.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4352 | 2026-08-21T17:26:49.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4353 | 2026-08-21T17:26:49.586Z | |
| 4354 | 2026-08-21T17:26:49.586Z | info: running `cargo check --bins` on oximeter-collector (270/337) |
| 4355 | 2026-08-21T17:26:50.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4356 | 2026-08-21T17:26:50.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4357 | 2026-08-21T17:26:50.311Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4358 | 2026-08-21T17:26:50.311Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4359 | 2026-08-21T17:26:50.996Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4360 | 2026-08-21T17:26:52.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
| 4361 | 2026-08-21T17:26:52.904Z | |
| 4362 | 2026-08-21T17:26:52.904Z | info: running `cargo check --bins` on oximeter-api (271/337) |
| 4363 | 2026-08-21T17:26:53.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4364 | 2026-08-21T17:26:53.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4365 | 2026-08-21T17:26:53.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4366 | 2026-08-21T17:26:53.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4367 | 2026-08-21T17:26:53.481Z | |
| 4368 | 2026-08-21T17:26:53.481Z | info: running `cargo check --bins` on cert-dev (272/337) |
| 4369 | 2026-08-21T17:26:53.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4370 | 2026-08-21T17:26:53.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4371 | 2026-08-21T17:26:54.089Z | Checking yasna v0.5.2 |
| 4372 | 2026-08-21T17:26:54.494Z | Checking rcgen v0.12.1 |
| 4373 | 2026-08-21T17:26:54.748Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4374 | 2026-08-21T17:26:54.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4375 | 2026-08-21T17:26:55.105Z | |
| 4376 | 2026-08-21T17:26:55.105Z | info: running `cargo check --bins` on clickana (273/337) |
| 4377 | 2026-08-21T17:26:55.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-08-21T17:26:55.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-08-21T17:26:55.749Z | Compiling instability v0.3.11 |
| 4380 | 2026-08-21T17:26:55.750Z | Checking castaway v0.2.4 |
| 4381 | 2026-08-21T17:26:55.753Z | Compiling indoc v2.0.7 |
| 4382 | 2026-08-21T17:26:55.753Z | Checking unicode-truncate v1.1.0 |
| 4383 | 2026-08-21T17:26:55.865Z | Checking lru v0.12.5 |
| 4384 | 2026-08-21T17:26:55.869Z | Checking cassowary v0.3.0 |
| 4385 | 2026-08-21T17:26:55.962Z | Checking compact_str v0.8.1 |
| 4386 | 2026-08-21T17:26:56.737Z | Checking ratatui v0.29.0 |
| 4387 | 2026-08-21T17:26:57.794Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4388 | 2026-08-21T17:27:00.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s |
| 4389 | 2026-08-21T17:27:00.093Z | |
| 4390 | 2026-08-21T17:27:00.093Z | info: running `cargo check --bins` on clickhouse-cluster-dev (274/337) |
| 4391 | 2026-08-21T17:27:00.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4392 | 2026-08-21T17:27:00.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4393 | 2026-08-21T17:27:00.093Z | Checking headers-core v0.3.0 |
| 4394 | 2026-08-21T17:27:00.093Z | Checking port-file v0.1.0 |
| 4395 | 2026-08-21T17:27:00.093Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4396 | 2026-08-21T17:27:00.093Z | Checking headers v0.4.1 |
| 4397 | 2026-08-21T17:27:00.106Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4398 | 2026-08-21T17:27:01.518Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4399 | 2026-08-21T17:27:01.526Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4400 | 2026-08-21T17:27:01.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 4401 | 2026-08-21T17:27:02.429Z | |
| 4402 | 2026-08-21T17:27:02.429Z | info: running `cargo check --bins` on ch-dev (275/337) |
| 4403 | 2026-08-21T17:27:02.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4404 | 2026-08-21T17:27:02.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4405 | 2026-08-21T17:27:02.829Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4406 | 2026-08-21T17:27:03.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4407 | 2026-08-21T17:27:03.787Z | |
| 4408 | 2026-08-21T17:27:03.787Z | info: running `cargo check --bins` on dev-tools-common (276/337) |
| 4409 | 2026-08-21T17:27:04.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-08-21T17:27:04.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-08-21T17:27:04.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4412 | 2026-08-21T17:27:04.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4413 | 2026-08-21T17:27:04.215Z | |
| 4414 | 2026-08-21T17:27:04.216Z | info: running `cargo check --bins` on corpus-adjust (277/337) |
| 4415 | 2026-08-21T17:27:04.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-08-21T17:27:04.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-08-21T17:27:04.847Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4418 | 2026-08-21T17:27:05.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 4419 | 2026-08-21T17:27:05.397Z | |
| 4420 | 2026-08-21T17:27:05.397Z | info: running `cargo check --bins` on crdb-seed (278/337) |
| 4421 | 2026-08-21T17:27:05.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4422 | 2026-08-21T17:27:05.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4423 | 2026-08-21T17:27:06.115Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4424 | 2026-08-21T17:27:07.222Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4425 | 2026-08-21T17:27:07.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 4426 | 2026-08-21T17:27:07.773Z | |
| 4427 | 2026-08-21T17:27:07.773Z | info: running `cargo check --bins` on db-dev (279/337) |
| 4428 | 2026-08-21T17:27:08.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4429 | 2026-08-21T17:27:08.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4430 | 2026-08-21T17:27:08.489Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4431 | 2026-08-21T17:27:09.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4432 | 2026-08-21T17:27:09.451Z | |
| 4433 | 2026-08-21T17:27:09.451Z | info: running `cargo check --bins` on omicron-dev-lib (280/337) |
| 4434 | 2026-08-21T17:27:09.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4435 | 2026-08-21T17:27:09.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4436 | 2026-08-21T17:27:09.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4437 | 2026-08-21T17:27:09.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4438 | 2026-08-21T17:27:10.070Z | |
| 4439 | 2026-08-21T17:27:10.070Z | info: running `cargo check --bins` on xtask-downloader (281/337) |
| 4440 | 2026-08-21T17:27:10.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4441 | 2026-08-21T17:27:10.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4442 | 2026-08-21T17:27:10.689Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4443 | 2026-08-21T17:27:11.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 4444 | 2026-08-21T17:27:11.554Z | |
| 4445 | 2026-08-21T17:27:11.554Z | info: running `cargo check --bins` on omicron-dropshot-apis (282/337) |
| 4446 | 2026-08-21T17:27:12.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4447 | 2026-08-21T17:27:12.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4448 | 2026-08-21T17:27:12.300Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4449 | 2026-08-21T17:27:12.300Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4450 | 2026-08-21T17:27:12.303Z | Checking git-stub v1.0.0 |
| 4451 | 2026-08-21T17:27:12.303Z | Compiling trait-variant v0.1.2 |
| 4452 | 2026-08-21T17:27:12.303Z | Checking maplit v1.0.2 |
| 4453 | 2026-08-21T17:27:12.436Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4454 | 2026-08-21T17:27:12.445Z | Checking drift v0.2.0 |
| 4455 | 2026-08-21T17:27:12.448Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4456 | 2026-08-21T17:27:12.484Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4457 | 2026-08-21T17:27:12.572Z | Checking git-stub-vcs v0.1.0 |
| 4458 | 2026-08-21T17:27:12.633Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4459 | 2026-08-21T17:27:12.649Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4460 | 2026-08-21T17:27:12.770Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4461 | 2026-08-21T17:27:12.806Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4462 | 2026-08-21T17:27:12.820Z | Checking dropshot-api-manager v0.8.0 |
| 4463 | 2026-08-21T17:27:12.939Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4464 | 2026-08-21T17:27:13.200Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4465 | 2026-08-21T17:27:13.649Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4466 | 2026-08-21T17:27:14.660Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4467 | 2026-08-21T17:27:15.676Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4468 | 2026-08-21T17:27:16.455Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4469 | 2026-08-21T17:27:16.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
| 4470 | 2026-08-21T17:27:17.108Z | |
| 4471 | 2026-08-21T17:27:17.109Z | info: running `cargo check --bins` on installinator-api (283/337) |
| 4472 | 2026-08-21T17:27:17.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4473 | 2026-08-21T17:27:17.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4474 | 2026-08-21T17:27:17.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4475 | 2026-08-21T17:27:17.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4476 | 2026-08-21T17:27:17.684Z | |
| 4477 | 2026-08-21T17:27:17.684Z | info: running `cargo check --bins` on nexus-external-api (284/337) |
| 4478 | 2026-08-21T17:27:18.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4479 | 2026-08-21T17:27:18.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4480 | 2026-08-21T17:27:18.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4481 | 2026-08-21T17:27:18.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4482 | 2026-08-21T17:27:18.302Z | |
| 4483 | 2026-08-21T17:27:18.302Z | info: running `cargo check --bins` on nexus-internal-api (285/337) |
| 4484 | 2026-08-21T17:27:18.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4485 | 2026-08-21T17:27:18.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4486 | 2026-08-21T17:27:18.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4487 | 2026-08-21T17:27:18.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4488 | 2026-08-21T17:27:18.919Z | |
| 4489 | 2026-08-21T17:27:18.919Z | info: running `cargo check --bins` on nexus-lockstep-api (286/337) |
| 4490 | 2026-08-21T17:27:19.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4491 | 2026-08-21T17:27:19.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4492 | 2026-08-21T17:27:19.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4493 | 2026-08-21T17:27:19.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4494 | 2026-08-21T17:27:19.537Z | |
| 4495 | 2026-08-21T17:27:19.537Z | info: running `cargo check --bins` on ntp-admin-api (287/337) |
| 4496 | 2026-08-21T17:27:20.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4497 | 2026-08-21T17:27:20.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4498 | 2026-08-21T17:27:20.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4499 | 2026-08-21T17:27:20.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4500 | 2026-08-21T17:27:20.117Z | |
| 4501 | 2026-08-21T17:27:20.117Z | info: running `cargo check --bins` on ntp-admin-types-versions (288/337) |
| 4502 | 2026-08-21T17:27:20.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4503 | 2026-08-21T17:27:20.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4504 | 2026-08-21T17:27:20.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4505 | 2026-08-21T17:27:20.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4506 | 2026-08-21T17:27:20.683Z | |
| 4507 | 2026-08-21T17:27:20.683Z | info: running `cargo check --bins` on wicketd-api (289/337) |
| 4508 | 2026-08-21T17:27:21.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-08-21T17:27:21.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-08-21T17:27:21.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4511 | 2026-08-21T17:27:21.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4512 | 2026-08-21T17:27:21.276Z | |
| 4513 | 2026-08-21T17:27:21.277Z | info: running `cargo check --bins` on wicketd-commission-api (290/337) |
| 4514 | 2026-08-21T17:27:21.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4515 | 2026-08-21T17:27:21.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4516 | 2026-08-21T17:27:21.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4517 | 2026-08-21T17:27:21.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4518 | 2026-08-21T17:27:21.862Z | |
| 4519 | 2026-08-21T17:27:21.863Z | info: running `cargo check --bins` on omicron-ls-apis (291/337) |
| 4520 | 2026-08-21T17:27:22.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4521 | 2026-08-21T17:27:22.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4522 | 2026-08-21T17:27:22.484Z | Compiling blake3 v1.8.5 |
| 4523 | 2026-08-21T17:27:22.600Z | Checking constant_time_eq v0.4.2 |
| 4524 | 2026-08-21T17:27:22.605Z | Checking arrayvec v0.7.6 |
| 4525 | 2026-08-21T17:27:22.605Z | Checking arrayref v0.3.9 |
| 4526 | 2026-08-21T17:27:22.614Z | Checking cargo-platform v0.3.2 |
| 4527 | 2026-08-21T17:27:22.618Z | Checking topological-sort v0.2.2 |
| 4528 | 2026-08-21T17:27:22.618Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4529 | 2026-08-21T17:27:22.789Z | Checking cargo_metadata v0.23.1 |
| 4530 | 2026-08-21T17:27:23.376Z | Checking omicron-zone-package v0.12.3 |
| 4531 | 2026-08-21T17:27:24.090Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4532 | 2026-08-21T17:27:24.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 4533 | 2026-08-21T17:27:25.102Z | |
| 4534 | 2026-08-21T17:27:25.102Z | info: running `cargo check --bins` on mgs-dev (292/337) |
| 4535 | 2026-08-21T17:27:25.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4536 | 2026-08-21T17:27:25.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4537 | 2026-08-21T17:27:25.830Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4538 | 2026-08-21T17:27:26.469Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4539 | 2026-08-21T17:27:26.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4540 | 2026-08-21T17:27:27.184Z | |
| 4541 | 2026-08-21T17:27:27.184Z | info: running `cargo check --bins` on omicron-omdb (293/337) |
| 4542 | 2026-08-21T17:27:27.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4543 | 2026-08-21T17:27:27.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4544 | 2026-08-21T17:27:28.155Z | Compiling darling_core v0.21.3 |
| 4545 | 2026-08-21T17:27:28.155Z | Compiling vergen-lib v0.1.6 |
| 4546 | 2026-08-21T17:27:28.155Z | Compiling diesel_derives v2.3.7 |
| 4547 | 2026-08-21T17:27:28.163Z | Checking scheduled-thread-pool v0.2.7 |
| 4548 | 2026-08-21T17:27:28.163Z | Compiling vergen-gitcl v1.0.8 |
| 4549 | 2026-08-21T17:27:28.163Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4550 | 2026-08-21T17:27:28.163Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4551 | 2026-08-21T17:27:28.163Z | Compiling dirs-sys-next v0.1.2 |
| 4552 | 2026-08-21T17:27:28.455Z | Compiling glob v0.3.3 |
| 4553 | 2026-08-21T17:27:28.473Z | Compiling crunchy v0.2.4 |
| 4554 | 2026-08-21T17:27:28.524Z | Checking r2d2 v0.8.10 |
| 4555 | 2026-08-21T17:27:28.566Z | Compiling dirs-next v2.0.0 |
| 4556 | 2026-08-21T17:27:28.656Z | Checking downcast-rs v2.0.2 |
| 4557 | 2026-08-21T17:27:28.700Z | Compiling tiny-keccak v2.0.2 |
| 4558 | 2026-08-21T17:27:28.738Z | Compiling term v0.7.0 |
| 4559 | 2026-08-21T17:27:28.755Z | Compiling bit-vec v0.6.3 |
| 4560 | 2026-08-21T17:27:28.829Z | Compiling clang-sys v1.8.1 |
| 4561 | 2026-08-21T17:27:28.962Z | Compiling bit-set v0.5.3 |
| 4562 | 2026-08-21T17:27:28.979Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4563 | 2026-08-21T17:27:29.126Z | Compiling ascii-canvas v3.0.0 |
| 4564 | 2026-08-21T17:27:29.168Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4565 | 2026-08-21T17:27:29.210Z | Compiling itertools v0.10.5 |
| 4566 | 2026-08-21T17:27:29.284Z | Compiling ena v0.14.4 |
| 4567 | 2026-08-21T17:27:29.320Z | Compiling libloading v0.8.9 |
| 4568 | 2026-08-21T17:27:29.337Z | Compiling regex-syntax v0.6.29 |
| 4569 | 2026-08-21T17:27:29.368Z | Compiling diff v0.1.13 |
| 4570 | 2026-08-21T17:27:29.420Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4571 | 2026-08-21T17:27:29.499Z | Compiling bindgen v0.71.1 |
| 4572 | 2026-08-21T17:27:29.657Z | Compiling cexpr v0.6.0 |
| 4573 | 2026-08-21T17:27:29.900Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4574 | 2026-08-21T17:27:30.084Z | Compiling rustc-hash v2.1.1 |
| 4575 | 2026-08-21T17:27:30.102Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4576 | 2026-08-21T17:27:30.313Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4577 | 2026-08-21T17:27:30.337Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4578 | 2026-08-21T17:27:30.387Z | Compiling libxml v0.3.3 |
| 4579 | 2026-08-21T17:27:30.450Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4580 | 2026-08-21T17:27:30.633Z | Compiling strum_macros v0.24.3 |
| 4581 | 2026-08-21T17:27:30.651Z | Compiling lalrpop v0.19.12 |
| 4582 | 2026-08-21T17:27:30.669Z | Compiling indoc v1.0.9 |
| 4583 | 2026-08-21T17:27:30.884Z | Compiling darling_macro v0.21.3 |
| 4584 | 2026-08-21T17:27:31.435Z | Compiling darling v0.21.3 |
| 4585 | 2026-08-21T17:27:31.533Z | Compiling dsl_auto_type v0.2.0 |
| 4586 | 2026-08-21T17:27:31.633Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4587 | 2026-08-21T17:27:31.824Z | Checking derive_builder v0.20.2 |
| 4588 | 2026-08-21T17:27:31.947Z | Compiling oso-derive v0.27.3 |
| 4589 | 2026-08-21T17:27:31.993Z | Checking quick-xml v0.37.5 |
| 4590 | 2026-08-21T17:27:32.040Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4591 | 2026-08-21T17:27:32.453Z | Checking openssl-probe v0.1.6 |
| 4592 | 2026-08-21T17:27:32.600Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4593 | 2026-08-21T17:27:32.872Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4594 | 2026-08-21T17:27:33.069Z | Checking bb8 v0.8.6 |
| 4595 | 2026-08-21T17:27:33.157Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4596 | 2026-08-21T17:27:33.340Z | Checking nonempty v0.12.0 |
| 4597 | 2026-08-21T17:27:33.358Z | Compiling libz-sys v1.1.24 |
| 4598 | 2026-08-21T17:27:33.398Z | Compiling strsim v0.10.0 |
| 4599 | 2026-08-21T17:27:33.509Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4600 | 2026-08-21T17:27:33.584Z | Compiling darling_core v0.13.4 |
| 4601 | 2026-08-21T17:27:33.735Z | Compiling vergen-git2 v9.1.0 |
| 4602 | 2026-08-21T17:27:33.956Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4603 | 2026-08-21T17:27:33.979Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4604 | 2026-08-21T17:27:34.170Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4605 | 2026-08-21T17:27:34.384Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4606 | 2026-08-21T17:27:34.573Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4607 | 2026-08-21T17:27:34.763Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4608 | 2026-08-21T17:27:34.956Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4609 | 2026-08-21T17:27:34.959Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4610 | 2026-08-21T17:27:35.161Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4611 | 2026-08-21T17:27:35.349Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4612 | 2026-08-21T17:27:35.465Z | Compiling darling_macro v0.13.4 |
| 4613 | 2026-08-21T17:27:35.537Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4614 | 2026-08-21T17:27:35.726Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4615 | 2026-08-21T17:27:35.959Z | Compiling darling v0.13.4 |
| 4616 | 2026-08-21T17:27:36.070Z | Compiling serde_with_macros v1.5.2 |
| 4617 | 2026-08-21T17:27:36.145Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4618 | 2026-08-21T17:27:36.603Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4619 | 2026-08-21T17:27:36.962Z | Compiling serde_with v1.14.0 |
| 4620 | 2026-08-21T17:27:37.203Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4621 | 2026-08-21T17:27:37.396Z | Checking twox-hash v2.1.2 |
| 4622 | 2026-08-21T17:27:37.416Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4623 | 2026-08-21T17:27:37.432Z | Checking diesel v2.3.7 |
| 4624 | 2026-08-21T17:27:37.708Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4625 | 2026-08-21T17:27:38.130Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4626 | 2026-08-21T17:27:39.141Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4627 | 2026-08-21T17:27:39.516Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4628 | 2026-08-21T17:27:39.743Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4629 | 2026-08-21T17:27:40.213Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4630 | 2026-08-21T17:27:40.256Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4631 | 2026-08-21T17:27:40.778Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4632 | 2026-08-21T17:27:40.932Z | Checking libsw-core v0.3.2 |
| 4633 | 2026-08-21T17:27:41.094Z | Checking atty v0.2.14 |
| 4634 | 2026-08-21T17:27:41.232Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4635 | 2026-08-21T17:27:41.369Z | Checking libsw v3.5.0 |
| 4636 | 2026-08-21T17:27:41.538Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4637 | 2026-08-21T17:27:41.642Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4638 | 2026-08-21T17:27:41.685Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4639 | 2026-08-21T17:27:41.844Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4640 | 2026-08-21T17:27:43.131Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4641 | 2026-08-21T17:27:43.269Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4642 | 2026-08-21T17:27:43.609Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4643 | 2026-08-21T17:27:44.016Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4644 | 2026-08-21T17:27:44.342Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4645 | 2026-08-21T17:27:44.536Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4646 | 2026-08-21T17:27:44.691Z | Checking fatfs v0.3.6 |
| 4647 | 2026-08-21T17:27:45.019Z | Checking console v0.16.2 |
| 4648 | 2026-08-21T17:27:45.163Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4649 | 2026-08-21T17:27:45.333Z | Compiling seq-macro v0.3.6 |
| 4650 | 2026-08-21T17:27:45.832Z | Checking unit-prefix v0.5.2 |
| 4651 | 2026-08-21T17:27:45.974Z | Checking indicatif v0.18.4 |
| 4652 | 2026-08-21T17:27:46.405Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4653 | 2026-08-21T17:27:46.425Z | Checking oxide-update-engine-display v0.1.2 |
| 4654 | 2026-08-21T17:27:46.520Z | Checking support-bundle-viewer v0.1.2 |
| 4655 | 2026-08-21T17:27:46.725Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4656 | 2026-08-21T17:27:46.766Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4657 | 2026-08-21T17:27:47.059Z | Checking multimap v0.10.1 |
| 4658 | 2026-08-21T17:27:52.990Z | Checking diesel-dtrace v0.5.0 |
| 4659 | 2026-08-21T17:27:53.244Z | Checking async-bb8-diesel v0.2.1 |
| 4660 | 2026-08-21T17:27:57.406Z | Compiling samael v0.0.19 |
| 4661 | 2026-08-21T17:28:00.554Z | Compiling git2 v0.20.4 |
| 4662 | 2026-08-21T17:28:02.516Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4663 | 2026-08-21T17:28:03.253Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4664 | 2026-08-21T17:28:03.750Z | Compiling polar-core v0.27.3 |
| 4665 | 2026-08-21T17:28:08.457Z | Checking oso v0.27.3 |
| 4666 | 2026-08-21T17:28:40.578Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4667 | 2026-08-21T17:29:56.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
| 4668 | 2026-08-21T17:29:56.496Z | |
| 4669 | 2026-08-21T17:29:56.496Z | info: running `cargo check --bins` on nexus-networking (294/337) |
| 4670 | 2026-08-21T17:29:57.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4671 | 2026-08-21T17:29:57.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4672 | 2026-08-21T17:29:57.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4673 | 2026-08-21T17:29:57.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4674 | 2026-08-21T17:29:57.175Z | |
| 4675 | 2026-08-21T17:29:57.175Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337) |
| 4676 | 2026-08-21T17:29:57.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4677 | 2026-08-21T17:29:57.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4678 | 2026-08-21T17:29:57.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4679 | 2026-08-21T17:29:57.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4680 | 2026-08-21T17:29:57.807Z | |
| 4681 | 2026-08-21T17:29:57.807Z | info: running `cargo check --bins` on nexus-saga-recovery (296/337) |
| 4682 | 2026-08-21T17:29:58.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4683 | 2026-08-21T17:29:58.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4684 | 2026-08-21T17:29:58.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4685 | 2026-08-21T17:29:58.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4686 | 2026-08-21T17:29:58.443Z | |
| 4687 | 2026-08-21T17:29:58.443Z | info: running `cargo check --bins` on nexus-test-utils-macros (297/337) |
| 4688 | 2026-08-21T17:29:58.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4689 | 2026-08-21T17:29:58.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4690 | 2026-08-21T17:29:58.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4691 | 2026-08-21T17:29:58.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4692 | 2026-08-21T17:29:59.012Z | |
| 4693 | 2026-08-21T17:29:59.013Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (298/337) |
| 4694 | 2026-08-21T17:29:59.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4695 | 2026-08-21T17:29:59.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4696 | 2026-08-21T17:29:59.891Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4697 | 2026-08-21T17:30:00.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 4698 | 2026-08-21T17:30:00.870Z | |
| 4699 | 2026-08-21T17:30:00.870Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337) |
| 4700 | 2026-08-21T17:30:01.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4701 | 2026-08-21T17:30:01.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4702 | 2026-08-21T17:30:01.665Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4703 | 2026-08-21T17:30:40.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.83s |
| 4704 | 2026-08-21T17:30:40.883Z | |
| 4705 | 2026-08-21T17:30:40.883Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337) |
| 4706 | 2026-08-21T17:30:41.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4707 | 2026-08-21T17:30:41.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4708 | 2026-08-21T17:30:41.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4709 | 2026-08-21T17:30:41.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4710 | 2026-08-21T17:30:41.460Z | |
| 4711 | 2026-08-21T17:30:41.461Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337) |
| 4712 | 2026-08-21T17:30:41.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4713 | 2026-08-21T17:30:41.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4714 | 2026-08-21T17:30:41.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4715 | 2026-08-21T17:30:41.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4716 | 2026-08-21T17:30:42.023Z | |
| 4717 | 2026-08-21T17:30:42.023Z | info: running `cargo check --bins --no-default-features` on nexus-fm (302/337) |
| 4718 | 2026-08-21T17:30:42.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4719 | 2026-08-21T17:30:42.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4720 | 2026-08-21T17:30:42.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4721 | 2026-08-21T17:30:42.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4722 | 2026-08-21T17:30:42.656Z | |
| 4723 | 2026-08-21T17:30:42.656Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337) |
| 4724 | 2026-08-21T17:30:43.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4725 | 2026-08-21T17:30:43.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4726 | 2026-08-21T17:30:43.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4727 | 2026-08-21T17:30:43.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4728 | 2026-08-21T17:30:43.297Z | |
| 4729 | 2026-08-21T17:30:43.298Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (304/337) |
| 4730 | 2026-08-21T17:30:43.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4731 | 2026-08-21T17:30:43.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4732 | 2026-08-21T17:30:43.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4733 | 2026-08-21T17:30:43.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4734 | 2026-08-21T17:30:43.940Z | |
| 4735 | 2026-08-21T17:30:43.940Z | info: running `cargo check --bins` on nexus-mgs-updates (305/337) |
| 4736 | 2026-08-21T17:30:44.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-08-21T17:30:44.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-08-21T17:30:44.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4739 | 2026-08-21T17:30:44.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4740 | 2026-08-21T17:30:44.547Z | |
| 4741 | 2026-08-21T17:30:44.547Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (306/337) |
| 4742 | 2026-08-21T17:30:45.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-08-21T17:30:45.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-08-21T17:30:45.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4745 | 2026-08-21T17:30:45.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4746 | 2026-08-21T17:30:45.183Z | |
| 4747 | 2026-08-21T17:30:45.183Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337) |
| 4748 | 2026-08-21T17:30:45.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-08-21T17:30:45.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-08-21T17:30:45.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4751 | 2026-08-21T17:30:45.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4752 | 2026-08-21T17:30:45.829Z | |
| 4753 | 2026-08-21T17:30:45.829Z | info: running `cargo check --bins` on nexus-switch-config (308/337) |
| 4754 | 2026-08-21T17:30:46.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-08-21T17:30:46.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-08-21T17:30:46.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4757 | 2026-08-21T17:30:46.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4758 | 2026-08-21T17:30:46.439Z | |
| 4759 | 2026-08-21T17:30:46.439Z | info: running `cargo check --bins` on nexus-switch-config-preparation (309/337) |
| 4760 | 2026-08-21T17:30:46.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-08-21T17:30:46.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-08-21T17:30:46.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4763 | 2026-08-21T17:30:46.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4764 | 2026-08-21T17:30:47.073Z | |
| 4765 | 2026-08-21T17:30:47.073Z | info: running `cargo check --bins` on support-bundle-collection (310/337) |
| 4766 | 2026-08-21T17:30:47.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4767 | 2026-08-21T17:30:47.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4768 | 2026-08-21T17:30:47.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4769 | 2026-08-21T17:30:47.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4770 | 2026-08-21T17:30:47.952Z | |
| 4771 | 2026-08-21T17:30:47.952Z | info: running `cargo check --bins` on omicron-dev (311/337) |
| 4772 | 2026-08-21T17:30:48.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4773 | 2026-08-21T17:30:48.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4774 | 2026-08-21T17:30:48.618Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4775 | 2026-08-21T17:30:48.618Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4776 | 2026-08-21T17:30:48.808Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4777 | 2026-08-21T17:30:48.832Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4778 | 2026-08-21T17:30:48.848Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4779 | 2026-08-21T17:30:48.868Z | Checking yansi v1.0.1 |
| 4780 | 2026-08-21T17:30:48.898Z | Checking diff v0.1.13 |
| 4781 | 2026-08-21T17:30:48.899Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4782 | 2026-08-21T17:30:48.946Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4783 | 2026-08-21T17:30:49.127Z | Checking pretty_assertions v1.4.1 |
| 4784 | 2026-08-21T17:30:49.898Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4785 | 2026-08-21T17:30:49.926Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4786 | 2026-08-21T17:31:15.937Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4787 | 2026-08-21T17:31:16.063Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4788 | 2026-08-21T17:31:16.063Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4789 | 2026-08-21T17:31:16.063Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4790 | 2026-08-21T17:31:16.063Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4791 | 2026-08-21T17:31:16.063Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4792 | 2026-08-21T17:31:16.063Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4793 | 2026-08-21T17:31:16.489Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4794 | 2026-08-21T17:31:16.498Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4795 | 2026-08-21T17:31:17.776Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4796 | 2026-08-21T17:31:56.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 4797 | 2026-08-21T17:31:57.239Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4798 | 2026-08-21T17:31:57.239Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4799 | 2026-08-21T17:31:57.239Z | |
| 4800 | 2026-08-21T17:31:57.239Z | info: running `cargo check --bins` on oximeter-load-test (312/337) |
| 4801 | 2026-08-21T17:31:57.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4802 | 2026-08-21T17:31:57.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4803 | 2026-08-21T17:31:58.065Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4804 | 2026-08-21T17:31:58.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4805 | 2026-08-21T17:31:58.672Z | |
| 4806 | 2026-08-21T17:31:58.672Z | info: running `cargo check --bins` on omicron-pins (313/337) |
| 4807 | 2026-08-21T17:31:59.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4808 | 2026-08-21T17:31:59.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4809 | 2026-08-21T17:31:59.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4810 | 2026-08-21T17:31:59.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4811 | 2026-08-21T17:31:59.451Z | |
| 4812 | 2026-08-21T17:31:59.451Z | info: running `cargo check --bins` on rack-init-config (314/337) |
| 4813 | 2026-08-21T17:31:59.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4814 | 2026-08-21T17:31:59.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4815 | 2026-08-21T17:31:59.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4816 | 2026-08-21T17:31:59.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4817 | 2026-08-21T17:31:59.733Z | |
| 4818 | 2026-08-21T17:31:59.733Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337) |
| 4819 | 2026-08-21T17:32:00.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4820 | 2026-08-21T17:32:00.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4821 | 2026-08-21T17:32:00.670Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4822 | 2026-08-21T17:32:01.003Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4823 | 2026-08-21T17:32:01.003Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4824 | 2026-08-21T17:32:27.787Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4825 | 2026-08-21T17:32:28.196Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4826 | 2026-08-21T17:32:29.973Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4827 | 2026-08-21T17:32:30.453Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4828 | 2026-08-21T17:32:33.578Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4829 | 2026-08-21T17:32:57.803Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4830 | 2026-08-21T17:32:58.544Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4831 | 2026-08-21T17:33:00.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4832 | 2026-08-21T17:33:00.469Z | |
| 4833 | 2026-08-21T17:33:00.469Z | info: running `cargo check --bins` on reconfigurator-sp-updater (316/337) |
| 4834 | 2026-08-21T17:33:00.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4835 | 2026-08-21T17:33:00.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4836 | 2026-08-21T17:33:01.189Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4837 | 2026-08-21T17:33:01.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4838 | 2026-08-21T17:33:02.106Z | |
| 4839 | 2026-08-21T17:33:02.106Z | info: running `cargo check --bins` on omicron-releng (317/337) |
| 4840 | 2026-08-21T17:33:02.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4841 | 2026-08-21T17:33:02.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4842 | 2026-08-21T17:33:02.739Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 4843 | 2026-08-21T17:33:02.743Z | Compiling fs-err v2.11.0 |
| 4844 | 2026-08-21T17:33:02.861Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4845 | 2026-08-21T17:33:02.869Z | Checking parse-size v1.1.0 |
| 4846 | 2026-08-21T17:33:02.879Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4847 | 2026-08-21T17:33:02.879Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4848 | 2026-08-21T17:33:02.882Z | Checking shell-words v1.1.1 |
| 4849 | 2026-08-21T17:33:02.970Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4850 | 2026-08-21T17:33:03.300Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4851 | 2026-08-21T17:33:03.484Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4852 | 2026-08-21T17:33:04.164Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4853 | 2026-08-21T17:33:05.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 4854 | 2026-08-21T17:33:05.318Z | |
| 4855 | 2026-08-21T17:33:05.318Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (318/337) |
| 4856 | 2026-08-21T17:33:05.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4857 | 2026-08-21T17:33:05.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4858 | 2026-08-21T17:33:05.963Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4859 | 2026-08-21T17:33:06.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 4860 | 2026-08-21T17:33:06.642Z | |
| 4861 | 2026-08-21T17:33:06.643Z | info: running `cargo check --bins` on schema (319/337) |
| 4862 | 2026-08-21T17:33:07.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4863 | 2026-08-21T17:33:07.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4864 | 2026-08-21T17:33:07.369Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4865 | 2026-08-21T17:33:08.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4866 | 2026-08-21T17:33:08.284Z | |
| 4867 | 2026-08-21T17:33:08.284Z | info: running `cargo check --bins` on xtask (320/337) |
| 4868 | 2026-08-21T17:33:08.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4869 | 2026-08-21T17:33:08.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4870 | 2026-08-21T17:33:08.680Z | Checking serde_core v1.0.228 |
| 4871 | 2026-08-21T17:33:08.680Z | Checking libc v0.2.185 |
| 4872 | 2026-08-21T17:33:08.759Z | Checking bitflags v2.11.0 |
| 4873 | 2026-08-21T17:33:08.769Z | Checking scroll v0.12.0 |
| 4874 | 2026-08-21T17:33:08.779Z | Checking thiserror v1.0.69 |
| 4875 | 2026-08-21T17:33:08.785Z | Checking log v0.4.33 |
| 4876 | 2026-08-21T17:33:08.785Z | Checking indexmap v2.14.0 |
| 4877 | 2026-08-21T17:33:08.785Z | Checking zerocopy v0.7.35 |
| 4878 | 2026-08-21T17:33:08.858Z | Checking syn v2.0.117 |
| 4879 | 2026-08-21T17:33:08.900Z | Checking dtrace-parser v0.2.0 |
| 4880 | 2026-08-21T17:33:08.916Z | Checking once_cell v1.21.3 |
| 4881 | 2026-08-21T17:33:08.980Z | Checking goblin v0.8.2 |
| 4882 | 2026-08-21T17:33:09.050Z | Checking errno v0.3.14 |
| 4883 | 2026-08-21T17:33:09.090Z | Checking getrandom v0.3.4 |
| 4884 | 2026-08-21T17:33:09.131Z | Checking thread-id v4.2.2 |
| 4885 | 2026-08-21T17:33:09.171Z | Checking rustix v1.1.4 |
| 4886 | 2026-08-21T17:33:09.207Z | Checking memmap v0.7.0 |
| 4887 | 2026-08-21T17:33:09.221Z | Checking thiserror v2.0.18 |
| 4888 | 2026-08-21T17:33:09.259Z | Checking fs-err v3.3.0 |
| 4889 | 2026-08-21T17:33:09.321Z | Checking anyhow v1.0.104 |
| 4890 | 2026-08-21T17:33:09.324Z | Checking tabled v0.15.0 |
| 4891 | 2026-08-21T17:33:09.938Z | Checking terminal_size v0.4.3 |
| 4892 | 2026-08-21T17:33:09.939Z | Checking tempfile v3.27.0 |
| 4893 | 2026-08-21T17:33:10.050Z | Checking clap_builder v4.6.0 |
| 4894 | 2026-08-21T17:33:10.051Z | Checking textwrap v0.16.2 |
| 4895 | 2026-08-21T17:33:10.209Z | Checking serde v1.0.228 |
| 4896 | 2026-08-21T17:33:10.209Z | Checking serde_json v1.0.151 |
| 4897 | 2026-08-21T17:33:10.213Z | Checking camino v1.2.5 |
| 4898 | 2026-08-21T17:33:10.261Z | Checking semver v1.0.28 |
| 4899 | 2026-08-21T17:33:10.421Z | Checking cargo-platform v0.3.2 |
| 4900 | 2026-08-21T17:33:10.475Z | Checking camino-tempfile v1.4.1 |
| 4901 | 2026-08-21T17:33:10.608Z | Checking serde_spanned v0.6.9 |
| 4902 | 2026-08-21T17:33:10.608Z | Checking toml_datetime v0.6.11 |
| 4903 | 2026-08-21T17:33:10.612Z | Checking macaddr v1.0.1 |
| 4904 | 2026-08-21T17:33:10.635Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4905 | 2026-08-21T17:33:10.782Z | Checking toml_edit v0.22.27 |
| 4906 | 2026-08-21T17:33:10.822Z | Checking dof v0.3.0 |
| 4907 | 2026-08-21T17:33:10.822Z | Checking cargo_metadata v0.23.1 |
| 4908 | 2026-08-21T17:33:11.089Z | Checking usdt-impl v0.5.0 |
| 4909 | 2026-08-21T17:33:11.253Z | Checking clap v4.6.1 |
| 4910 | 2026-08-21T17:33:11.352Z | Checking usdt v0.5.0 |
| 4911 | 2026-08-21T17:33:11.827Z | Checking toml v0.8.23 |
| 4912 | 2026-08-21T17:33:12.041Z | Checking cargo_toml v0.21.0 |
| 4913 | 2026-08-21T17:33:12.687Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4914 | 2026-08-21T17:33:13.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
| 4915 | 2026-08-21T17:33:13.185Z | |
| 4916 | 2026-08-21T17:33:13.185Z | info: running `cargo check --bins` on dnsadm (321/337) |
| 4917 | 2026-08-21T17:33:13.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4918 | 2026-08-21T17:33:13.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4919 | 2026-08-21T17:33:13.839Z | Checking arc-swap v1.8.2 |
| 4920 | 2026-08-21T17:33:14.119Z | Checking slog-scope v4.4.1 |
| 4921 | 2026-08-21T17:33:14.233Z | Checking slog-stdlog v4.1.1 |
| 4922 | 2026-08-21T17:33:14.330Z | Checking slog-envlogger v2.2.0 |
| 4923 | 2026-08-21T17:33:14.449Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4924 | 2026-08-21T17:33:14.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4925 | 2026-08-21T17:33:15.051Z | |
| 4926 | 2026-08-21T17:33:15.051Z | info: running `cargo check --bins` on end-to-end-tests (322/337) |
| 4927 | 2026-08-21T17:33:15.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4928 | 2026-08-21T17:33:15.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4929 | 2026-08-21T17:33:15.866Z | Checking cpubits v0.1.1 |
| 4930 | 2026-08-21T17:33:15.993Z | Checking pem-rfc7468 v1.0.0 |
| 4931 | 2026-08-21T17:33:16.004Z | Checking hmac v0.13.0 |
| 4932 | 2026-08-21T17:33:16.008Z | Checking universal-hash v0.6.1 |
| 4933 | 2026-08-21T17:33:16.029Z | Checking ctr v0.10.1 |
| 4934 | 2026-08-21T17:33:16.029Z | Checking aead v0.6.1 |
| 4935 | 2026-08-21T17:33:16.056Z | Checking crypto-bigint v0.7.5 |
| 4936 | 2026-08-21T17:33:16.056Z | Checking aes v0.9.1 |
| 4937 | 2026-08-21T17:33:16.085Z | Checking salsa20 v0.11.0 |
| 4938 | 2026-08-21T17:33:16.130Z | Checking der v0.8.0 |
| 4939 | 2026-08-21T17:33:16.133Z | Checking polyval v0.7.1 |
| 4940 | 2026-08-21T17:33:16.160Z | Checking pbkdf2 v0.13.0 |
| 4941 | 2026-08-21T17:33:16.211Z | Checking cbc v0.2.1 |
| 4942 | 2026-08-21T17:33:16.240Z | Checking ff v0.14.0 |
| 4943 | 2026-08-21T17:33:16.261Z | Checking signature v3.0.0 |
| 4944 | 2026-08-21T17:33:16.276Z | Checking scrypt v0.12.0 |
| 4945 | 2026-08-21T17:33:16.345Z | Checking ghash v0.6.0 |
| 4946 | 2026-08-21T17:33:16.359Z | Checking base16ct v1.0.0 |
| 4947 | 2026-08-21T17:33:16.373Z | Checking group v0.14.0 |
| 4948 | 2026-08-21T17:33:16.412Z | Checking hkdf v0.13.0 |
| 4949 | 2026-08-21T17:33:16.441Z | Compiling curve25519-dalek v5.0.0 |
| 4950 | 2026-08-21T17:33:16.458Z | Checking keccak v0.2.0 |
| 4951 | 2026-08-21T17:33:16.472Z | Checking aes-gcm v0.11.0 |
| 4952 | 2026-08-21T17:33:16.490Z | Checking poly1305 v0.9.0 |
| 4953 | 2026-08-21T17:33:16.525Z | Checking wnaf v0.14.0 |
| 4954 | 2026-08-21T17:33:16.545Z | Checking blowfish v0.10.0 |
| 4955 | 2026-08-21T17:33:16.615Z | Checking blake2 v0.11.0-rc.6 |
| 4956 | 2026-08-21T17:33:16.633Z | Checking sha3 v0.11.0 |
| 4957 | 2026-08-21T17:33:16.694Z | Checking kem v0.3.0 |
| 4958 | 2026-08-21T17:33:16.712Z | Checking bcrypt-pbkdf v0.11.0 |
| 4959 | 2026-08-21T17:33:16.757Z | Checking module-lattice v0.2.3 |
| 4960 | 2026-08-21T17:33:16.816Z | Checking sponge-cursor v0.1.0 |
| 4961 | 2026-08-21T17:33:16.870Z | Checking argon2 v0.6.0-rc.8 |
| 4962 | 2026-08-21T17:33:16.888Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4963 | 2026-08-21T17:33:16.928Z | Checking spki v0.8.0 |
| 4964 | 2026-08-21T17:33:16.945Z | Checking sec1 v0.8.1 |
| 4965 | 2026-08-21T17:33:16.970Z | Checking sha3 v0.12.0 |
| 4966 | 2026-08-21T17:33:16.974Z | Checking ml-kem v0.3.2 |
| 4967 | 2026-08-21T17:33:17.069Z | Checking internal-russh-num-bigint v0.5.0 |
| 4968 | 2026-08-21T17:33:17.102Z | Checking pkcs5 v0.8.1 |
| 4969 | 2026-08-21T17:33:17.148Z | Checking pkcs1 v0.8.0-rc.4 |
| 4970 | 2026-08-21T17:33:17.179Z | Checking num-bigint v0.4.6 |
| 4971 | 2026-08-21T17:33:17.196Z | Checking generic-array v1.4.3 |
| 4972 | 2026-08-21T17:33:17.359Z | Checking russh-util v0.52.0 |
| 4973 | 2026-08-21T17:33:17.401Z | Checking pkcs8 v0.11.0 |
| 4974 | 2026-08-21T17:33:17.485Z | Compiling enum_dispatch v0.3.13 |
| 4975 | 2026-08-21T17:33:17.597Z | Compiling delegate v0.13.5 |
| 4976 | 2026-08-21T17:33:17.610Z | Checking ed25519 v3.0.0 |
| 4977 | 2026-08-21T17:33:17.740Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4978 | 2026-08-21T17:33:17.764Z | Checking md5 v0.8.0 |
| 4979 | 2026-08-21T17:33:17.810Z | Checking ed25519-dalek v3.0.0 |
| 4980 | 2026-08-21T17:33:17.920Z | Checking hex-literal v1.1.0 |
| 4981 | 2026-08-21T17:33:17.958Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4982 | 2026-08-21T17:33:18.022Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4983 | 2026-08-21T17:33:18.038Z | Checking socket2 v0.5.10 |
| 4984 | 2026-08-21T17:33:18.126Z | Checking internet-checksum v0.2.1 |
| 4985 | 2026-08-21T17:33:18.150Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4986 | 2026-08-21T17:33:18.300Z | Checking elliptic-curve v0.14.1 |
| 4987 | 2026-08-21T17:33:18.300Z | Checking rfc6979 v0.6.0 |
| 4988 | 2026-08-21T17:33:18.305Z | Checking primefield v0.14.0 |
| 4989 | 2026-08-21T17:33:18.305Z | Checking ssh-encoding v0.3.0 |
| 4990 | 2026-08-21T17:33:18.421Z | Checking crypto-primes v0.7.2 |
| 4991 | 2026-08-21T17:33:18.521Z | Checking ssh-cipher v0.3.0 |
| 4992 | 2026-08-21T17:33:18.521Z | Checking russh-cryptovec v0.62.0 |
| 4993 | 2026-08-21T17:33:18.696Z | Checking primeorder v0.14.0 |
| 4994 | 2026-08-21T17:33:18.696Z | Checking ecdsa v0.17.0 |
| 4995 | 2026-08-21T17:33:19.063Z | Checking p521 v0.14.0 |
| 4996 | 2026-08-21T17:33:19.063Z | Checking p384 v0.14.0 |
| 4997 | 2026-08-21T17:33:19.063Z | Checking p256 v0.14.0 |
| 4998 | 2026-08-21T17:33:19.351Z | Checking rsa v0.10.0-rc.18 |
| 4999 | 2026-08-21T17:33:21.913Z | Checking ssh-key v0.7.0-rc.11 |
| 5000 | 2026-08-21T17:33:22.666Z | Checking russh v0.62.4 |
| 5001 | 2026-08-21T17:33:36.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.23s |
| 5002 | 2026-08-21T17:33:36.295Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5003 | 2026-08-21T17:33:36.296Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5004 | 2026-08-21T17:33:36.501Z | |
| 5005 | 2026-08-21T17:33:36.501Z | info: running `cargo check --bins` on gateway-cli (323/337) |
| 5006 | 2026-08-21T17:33:36.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5007 | 2026-08-21T17:33:36.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5008 | 2026-08-21T17:33:37.145Z | Checking termios v0.3.3 |
| 5009 | 2026-08-21T17:33:37.341Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5010 | 2026-08-21T17:33:37.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 5011 | 2026-08-21T17:33:38.112Z | |
| 5012 | 2026-08-21T17:33:38.112Z | info: running `cargo check --bins --no-default-features` on installinator (324/337) |
| 5013 | 2026-08-21T17:33:38.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5014 | 2026-08-21T17:33:38.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5015 | 2026-08-21T17:33:38.794Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5016 | 2026-08-21T17:33:39.494Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5017 | 2026-08-21T17:33:41.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 5018 | 2026-08-21T17:33:41.303Z | |
| 5019 | 2026-08-21T17:33:41.303Z | info: running `cargo check --bins` on internal-dns-cli (325/337) |
| 5020 | 2026-08-21T17:33:41.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5021 | 2026-08-21T17:33:41.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5022 | 2026-08-21T17:33:41.941Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5023 | 2026-08-21T17:33:42.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 5024 | 2026-08-21T17:33:42.551Z | |
| 5025 | 2026-08-21T17:33:42.551Z | info: running `cargo check --bins` on omicron-live-tests (326/337) |
| 5026 | 2026-08-21T17:33:43.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5027 | 2026-08-21T17:33:43.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5028 | 2026-08-21T17:33:43.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5029 | 2026-08-21T17:33:43.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5030 | 2026-08-21T17:33:43.113Z | |
| 5031 | 2026-08-21T17:33:43.113Z | info: running `cargo check --bins` on live-tests-macros (327/337) |
| 5032 | 2026-08-21T17:33:43.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5033 | 2026-08-21T17:33:43.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5034 | 2026-08-21T17:33:43.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5035 | 2026-08-21T17:33:43.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5036 | 2026-08-21T17:33:43.682Z | |
| 5037 | 2026-08-21T17:33:43.683Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337) |
| 5038 | 2026-08-21T17:33:44.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5039 | 2026-08-21T17:33:44.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5040 | 2026-08-21T17:33:44.424Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5041 | 2026-08-21T17:33:45.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 5042 | 2026-08-21T17:33:45.210Z | |
| 5043 | 2026-08-21T17:33:45.210Z | info: running `cargo check --bins` on omicron-ntp-admin (329/337) |
| 5044 | 2026-08-21T17:33:45.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5045 | 2026-08-21T17:33:45.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5046 | 2026-08-21T17:33:45.858Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5047 | 2026-08-21T17:33:45.861Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5048 | 2026-08-21T17:33:46.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 5049 | 2026-08-21T17:33:46.964Z | |
| 5050 | 2026-08-21T17:33:46.965Z | info: running `cargo check --bins` on ntp-admin-types (330/337) |
| 5051 | 2026-08-21T17:33:47.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5052 | 2026-08-21T17:33:47.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5053 | 2026-08-21T17:33:47.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5054 | 2026-08-21T17:33:47.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5055 | 2026-08-21T17:33:47.526Z | |
| 5056 | 2026-08-21T17:33:47.526Z | info: running `cargo check --bins` on omicron-package (331/337) |
| 5057 | 2026-08-21T17:33:48.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5058 | 2026-08-21T17:33:48.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5059 | 2026-08-21T17:33:48.203Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5060 | 2026-08-21T17:33:49.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 5061 | 2026-08-21T17:33:49.487Z | |
| 5062 | 2026-08-21T17:33:49.487Z | info: running `cargo check --bins` on tqdb (332/337) |
| 5063 | 2026-08-21T17:33:50.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5064 | 2026-08-21T17:33:50.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5065 | 2026-08-21T17:33:50.267Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5066 | 2026-08-21T17:33:50.623Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5067 | 2026-08-21T17:33:51.140Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5068 | 2026-08-21T17:33:51.140Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5069 | 2026-08-21T17:33:58.237Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5070 | 2026-08-21T17:33:58.245Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5071 | 2026-08-21T17:33:58.245Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5072 | 2026-08-21T17:33:58.880Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5073 | 2026-08-21T17:33:58.880Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5074 | 2026-08-21T17:33:58.884Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5075 | 2026-08-21T17:33:58.884Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5076 | 2026-08-21T17:33:59.711Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5077 | 2026-08-21T17:34:00.296Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5078 | 2026-08-21T17:34:00.534Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5079 | 2026-08-21T17:34:00.776Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5080 | 2026-08-21T17:34:01.649Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5081 | 2026-08-21T17:34:02.301Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5082 | 2026-08-21T17:34:07.232Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5083 | 2026-08-21T17:34:14.554Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5084 | 2026-08-21T17:34:14.557Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5085 | 2026-08-21T17:34:14.558Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5086 | 2026-08-21T17:34:14.558Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5087 | 2026-08-21T17:34:16.070Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5088 | 2026-08-21T17:34:17.360Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5089 | 2026-08-21T17:34:18.049Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5090 | 2026-08-21T17:34:19.339Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5091 | 2026-08-21T17:34:19.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.40s |
| 5092 | 2026-08-21T17:34:20.153Z | |
| 5093 | 2026-08-21T17:34:20.153Z | info: running `cargo check --bins` on wicket-dbg (333/337) |
| 5094 | 2026-08-21T17:34:20.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5095 | 2026-08-21T17:34:20.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5096 | 2026-08-21T17:34:20.823Z | Checking rtoolbox v0.0.3 |
| 5097 | 2026-08-21T17:34:20.828Z | Checking tui-tree-widget v0.23.1 |
| 5098 | 2026-08-21T17:34:20.828Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5099 | 2026-08-21T17:34:20.956Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5100 | 2026-08-21T17:34:21.058Z | Checking rpassword v7.5.4 |
| 5101 | 2026-08-21T17:34:23.900Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5102 | 2026-08-21T17:34:25.753Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5103 | 2026-08-21T17:34:26.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.57s |
| 5104 | 2026-08-21T17:34:26.879Z | |
| 5105 | 2026-08-21T17:34:26.879Z | info: running `cargo check --bins` on wicket (334/337) |
| 5106 | 2026-08-21T17:34:27.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5107 | 2026-08-21T17:34:27.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5108 | 2026-08-21T17:34:27.575Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5109 | 2026-08-21T17:34:27.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 5110 | 2026-08-21T17:34:28.172Z | |
| 5111 | 2026-08-21T17:34:28.172Z | info: running `cargo check --bins` on wicketd (335/337) |
| 5112 | 2026-08-21T17:34:28.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5113 | 2026-08-21T17:34:28.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5114 | 2026-08-21T17:34:28.837Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5115 | 2026-08-21T17:34:32.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
| 5116 | 2026-08-21T17:34:32.679Z | |
| 5117 | 2026-08-21T17:34:32.679Z | info: running `cargo check --bins` on omicron-workspace-hack (336/337) |
| 5118 | 2026-08-21T17:34:33.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5119 | 2026-08-21T17:34:33.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5120 | 2026-08-21T17:34:33.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5121 | 2026-08-21T17:34:33.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5122 | 2026-08-21T17:34:33.212Z | |
| 5123 | 2026-08-21T17:34:33.212Z | info: running `cargo check --bins` on zone-setup (337/337) |
| 5124 | 2026-08-21T17:34:33.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5125 | 2026-08-21T17:34:33.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5126 | 2026-08-21T17:34:33.887Z | Checking uzers v0.12.2 |
| 5127 | 2026-08-21T17:34:34.159Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5128 | 2026-08-21T17:34:34.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 5129 | 2026-08-21T17:34:35.161Z | |
| 5130 | 2026-08-21T17:34:35.161Z | real 14:15.393671695 |
| 5131 | 2026-08-21T17:34:35.161Z | user 21:41.127773745 |
| 5132 | 2026-08-21T17:34:35.161Z | sys 4:25.178311051 |
| 5133 | 2026-08-21T17:34:35.161Z | trap 0.340256291 |
| 5134 | 2026-08-21T17:34:35.161Z | tflt 0.579303503 |
| 5135 | 2026-08-21T17:34:35.161Z | dflt 0.889021256 |
| 5136 | 2026-08-21T17:34:35.161Z | kflt 0.005029170 |
| 5137 | 2026-08-21T17:34:35.161Z | lock 1:31:39.007764374 |
| 5138 | 2026-08-21T17:34:35.161Z | slp 1:42:37.202908236 |
| 5139 | 2026-08-21T17:34:35.161Z | lat 1:00.058847199 |
| 5140 | 2026-08-21T17:34:35.161Z | stop 4:17.575051036 |
| 5141 | 2026-08-21T17:34:35.167Z | process exited: duration 984897 ms, exit code 0 |
| |
| 5142 | 2026-08-21T17:34:35.173Z | found 0 output files |