|
|
|
| 1 | 2026-08-27T08:02:52.096Z | job assigned to worker 01M113V6H4THXEH4Z9AM46J8SC [factory aws, i-0dd5c080b664a7106] (queued for 50 s) |
| |
| 2 | 2026-08-27T08:02:59.240Z | starting task 0: "setup" |
| 3 | 2026-08-27T08:02:59.245Z | ++ uname -s |
| 4 | 2026-08-27T08:02:59.248Z | + kern=SunOS |
| 5 | 2026-08-27T08:02:59.248Z | + build_user=build |
| 6 | 2026-08-27T08:02:59.248Z | + build_uid=12345 |
| 7 | 2026-08-27T08:02:59.248Z | + work_dir=/work |
| 8 | 2026-08-27T08:02:59.248Z | + input_dir=/input |
| 9 | 2026-08-27T08:02:59.248Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-27T08:02:59.248Z | + case "$kern" in |
| 11 | 2026-08-27T08:02:59.248Z | + groupadd -g 12345 build |
| 12 | 2026-08-27T08:02:59.248Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-27T08:03:01.253Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-27T08:03:01.354Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-27T08:03:01.357Z | + home_fs=zfs |
| 16 | 2026-08-27T08:03:01.357Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-27T08:03:01.357Z | + mkdir -p /home/build |
| 18 | 2026-08-27T08:03:01.357Z | + chown build:build /home/build /work |
| 19 | 2026-08-27T08:03:03.358Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-27T08:03:03.363Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-08-27T08:03:03.372Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-27T08:03:03.376Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-08-27T08:03:03.376Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 24 | 2026-08-27T08:03:03.376Z | * rust toolchain profile = "default" |
| 25 | 2026-08-27T08:03:03.376Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-27T08:03:03.376Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-27T08:03:03.376Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-27T08:03:03.379Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-27T08:03:03.379Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-27T08:03:03.456Z | info: downloading installer |
| 31 | 2026-08-27T08:03:04.758Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-27T08:03:04.758Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-27T08:03:04.758Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-27T08:03:04.758Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-27T08:03:04.773Z | info: profile set to default |
| 36 | 2026-08-27T08:03:04.773Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-27T08:03:04.776Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-27T08:03:04.890Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-27T08:03:04.895Z | info: downloading 6 components |
| 40 | 2026-08-27T08:03:18.831Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-27T08:03:18.831Z | |
| 42 | 2026-08-27T08:03:18.863Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-27T08:03:18.863Z | |
| 44 | 2026-08-27T08:03:18.863Z | |
| 45 | 2026-08-27T08:03:18.863Z | Rust is installed now. Great! |
| 46 | 2026-08-27T08:03:18.863Z | |
| 47 | 2026-08-27T08:03:18.863Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-27T08:03:18.863Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-27T08:03:18.863Z | |
| 50 | 2026-08-27T08:03:18.863Z | To configure your current shell, you need to source |
| 51 | 2026-08-27T08:03:18.863Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-27T08:03:18.863Z | |
| 53 | 2026-08-27T08:03:18.863Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-27T08:03:18.863Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-27T08:03:18.863Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-27T08:03:18.863Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-27T08:03:18.863Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-27T08:03:18.863Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-27T08:03:18.863Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-27T08:03:18.867Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-27T08:03:18.867Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-27T08:03:18.963Z | + rustup --version |
| 63 | 2026-08-27T08:03:18.971Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-27T08:03:18.975Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-27T08:03:18.992Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-27T08:03:18.995Z | + cargo --version |
| 67 | 2026-08-27T08:03:19.010Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-27T08:03:19.013Z | + rustc --version |
| 69 | 2026-08-27T08:03:19.032Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-27T08:03:19.036Z | process exited: duration 15661 ms, exit code 0 |
| |
| 71 | 2026-08-27T08:03:19.042Z | starting task 2: "authentication" |
| 72 | 2026-08-27T08:03:19.059Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-27T08:03:19.065Z | starting task 3: "clone repository" |
| 74 | 2026-08-27T08:03:19.069Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-27T08:03:19.073Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-27T08:03:19.105Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-27T08:03:32.190Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-27T08:03:32.190Z | + git fetch origin 10ce875afc8cc83e819c5cb0457ad3f665aa077a |
| 79 | 2026-08-27T08:03:32.720Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-27T08:03:32.720Z | * branch 10ce875afc8cc83e819c5cb0457ad3f665aa077a -> FETCH_HEAD |
| 81 | 2026-08-27T08:03:32.732Z | + [[ -n '' ]] |
| 82 | 2026-08-27T08:03:32.732Z | + git reset --hard 10ce875afc8cc83e819c5cb0457ad3f665aa077a |
| 83 | 2026-08-27T08:03:32.988Z | HEAD is now at 10ce875af fmt |
| 84 | 2026-08-27T08:03:32.991Z | process exited: duration 13924 ms, exit code 0 |
| |
| 85 | 2026-08-27T08:03:32.997Z | starting task 4: "build" |
| 86 | 2026-08-27T08:03:33.001Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-27T08:03:33.005Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-27T08:03:33.005Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-27T08:03:33.005Z | +++ uname -s |
| 90 | 2026-08-27T08:03:33.005Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-27T08:03:33.005Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-27T08:03:33.005Z | + cargo --version |
| 93 | 2026-08-27T08:03:33.014Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-27T08:03:33.017Z | + rustc --version |
| 95 | 2026-08-27T08:03:33.036Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-27T08:03:33.040Z | + source ./env.sh |
| 97 | 2026-08-27T08:03:33.040Z | ++ OLD_SHELL_OPTS=ehxB |
| 98 | 2026-08-27T08:03:33.040Z | ++ set -o xtrace |
| 99 | 2026-08-27T08:03:33.043Z | ++++ dirname ./env.sh |
| 100 | 2026-08-27T08:03:33.043Z | +++ readlink -f . |
| 101 | 2026-08-27T08:03:33.047Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2026-08-27T08:03:33.047Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-08-27T08:03:33.047Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-08-27T08:03:33.047Z | ++ 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 |
| 105 | 2026-08-27T08:03:33.047Z | ++ 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 |
| 106 | 2026-08-27T08:03:33.047Z | ++ 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 |
| 107 | 2026-08-27T08:03:33.047Z | ++ 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 |
| 108 | 2026-08-27T08:03:33.047Z | ++ 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 |
| 109 | 2026-08-27T08:03:33.047Z | ++ 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 |
| 110 | 2026-08-27T08:03:33.047Z | ++ 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 |
| 111 | 2026-08-27T08:03:33.047Z | ++ 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 |
| 112 | 2026-08-27T08:03:33.047Z | ++ case $OLD_SHELL_OPTS in |
| 113 | 2026-08-27T08:03:33.047Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 114 | 2026-08-27T08:03:33.047Z | + 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 |
| 115 | 2026-08-27T08:03:33.047Z | + 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 |
| 116 | 2026-08-27T08:03:33.047Z | + banner prerequisites |
| 117 | 2026-08-27T08:03:33.047Z | |
| 118 | 2026-08-27T08:03:33.047Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 119 | 2026-08-27T08:03:33.047Z | # # # # # # # # # # # # # # # |
| 120 | 2026-08-27T08:03:33.047Z | # # # # ##### # # ##### # # # # # #### # |
| 121 | 2026-08-27T08:03:33.047Z | ##### ##### # ##### # # # # # # # # # |
| 122 | 2026-08-27T08:03:33.047Z | # # # # # # # # # # # # # # # |
| 123 | 2026-08-27T08:03:33.047Z | # # # ###### # # ###### ### # #### # #### # |
| 124 | 2026-08-27T08:03:33.047Z | |
| 125 | 2026-08-27T08:03:33.047Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 126 | 2026-08-27T08:03:35.122Z | Startup: Refreshing catalog 'helios' ... Done |
| 127 | 2026-08-27T08:03:35.507Z | Startup: Caching catalogs ... Done |
| 128 | 2026-08-27T08:03:37.733Z | Planning: Solver setup ... Done (2.105s) |
| 129 | 2026-08-27T08:03:37.795Z | Planning: Running solver ... Done (0.062s) |
| 130 | 2026-08-27T08:03:37.847Z | Planning: Finding local manifests ... Done (0.003s) |
| 131 | 2026-08-27T08:03:37.862Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-08-27T08:03:37.895Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-08-27T08:03:37.896Z | Planning: Package planning ... Done (0.013s) |
| 134 | 2026-08-27T08:03:37.896Z | Planning: Merging actions ... Done (0.001s) |
| 135 | 2026-08-27T08:03:38.112Z | Planning: Checking for conflicting actions ... Done (0.223s) |
| 136 | 2026-08-27T08:03:38.115Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-08-27T08:03:38.846Z | Planning: Evaluating mediators ... Done (0.733s) |
| 138 | 2026-08-27T08:03:38.850Z | Planning: Planning completed in 3.30 seconds |
| 139 | 2026-08-27T08:03:38.855Z | Packages to install: 2 |
| 140 | 2026-08-27T08:03:38.860Z | Estimated space available: 156.01 GB |
| 141 | 2026-08-27T08:03:38.860Z | Estimated space to be consumed: 80.56 MB |
| 142 | 2026-08-27T08:03:38.860Z | Create boot environment: No |
| 143 | 2026-08-27T08:03:38.860Z | Create backup boot environment: No |
| 144 | 2026-08-27T08:03:38.860Z | Rebuild boot archive: No |
| 145 | 2026-08-27T08:03:38.860Z | |
| 146 | 2026-08-27T08:03:38.860Z | Changed packages: |
| 147 | 2026-08-27T08:03:38.860Z | helios |
| 148 | 2026-08-27T08:03:38.860Z | developer/build-essential |
| 149 | 2026-08-27T08:03:38.860Z | None -> 11-3.0 |
| 150 | 2026-08-27T08:03:38.860Z | library/libxmlsec1 |
| 151 | 2026-08-27T08:03:38.860Z | None -> 1.2.35-3.0 |
| 152 | 2026-08-27T08:03:38.881Z | |
| 153 | 2026-08-27T08:03:38.881Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-08-27T08:03:38.948Z | Download: Completed 1.28 MB in 0.07 seconds (19.0M/s) |
| 155 | 2026-08-27T08:03:39.014Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-08-27T08:03:39.052Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-08-27T08:03:39.088Z | Finalize: Updating package state database ... Done (0.035s) |
| 158 | 2026-08-27T08:03:39.093Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-08-27T08:03:39.178Z | Finalize: Updating image state ... Done (0.089s) |
| 160 | 2026-08-27T08:03:41.666Z | Finalize: Creating fast lookup database ... Done (2.435s) |
| 161 | 2026-08-27T08:03:41.734Z | Finalize: Reading search index ... Done (0.012s) |
| 162 | 2026-08-27T08:03:41.737Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-08-27T08:03:41.848Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-08-27T08:03:42.216Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-08-27T08:03:42.320Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-08-27T08:03:42.324Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-08-27T08:03:42.480Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-08-27T08:03:42.486Z | Planning: Planning completed in 0.26 seconds |
| 169 | 2026-08-27T08:03:42.503Z | Mediators to change: 2 |
| 170 | 2026-08-27T08:03:42.503Z | Create boot environment: No |
| 171 | 2026-08-27T08:03:42.503Z | Create backup boot environment: No |
| 172 | 2026-08-27T08:03:42.543Z | Finalize: Updating package state database ... Done |
| 173 | 2026-08-27T08:03:42.543Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-27T08:03:42.596Z | Finalize: Updating image state ... Done |
| 175 | 2026-08-27T08:03:44.553Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-08-27T08:03:44.614Z | Finalize: Reading search index ... Done |
| 177 | 2026-08-27T08:03:44.618Z | Finalize: Updating search index ... Done |
| 178 | 2026-08-27T08:03:44.692Z | Finalize: Updating package cache ... Done |
| 179 | 2026-08-27T08:03:44.979Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-27T08:03:45.082Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-27T08:03:45.085Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-27T08:03:45.242Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-27T08:03:45.245Z | Planning: Planning completed in 0.27 seconds |
| 184 | 2026-08-27T08:03:45.265Z | Mediators to change: 1 |
| 185 | 2026-08-27T08:03:45.268Z | Create boot environment: No |
| 186 | 2026-08-27T08:03:45.268Z | Create backup boot environment: No |
| 187 | 2026-08-27T08:03:45.314Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-27T08:03:45.317Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-27T08:03:45.366Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-27T08:03:47.336Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-27T08:03:47.405Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-27T08:03:47.409Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-27T08:03:47.463Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-27T08:03:47.776Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-08-27T08:03:47.776Z | apache system 2.4 system |
| 196 | 2026-08-27T08:03:47.777Z | clang system 15 system |
| 197 | 2026-08-27T08:03:47.777Z | csh system system illumos |
| 198 | 2026-08-27T08:03:47.777Z | ctags system system illumos |
| 199 | 2026-08-27T08:03:47.777Z | file vendor vendor darwinsys |
| 200 | 2026-08-27T08:03:47.777Z | file system system illumos |
| 201 | 2026-08-27T08:03:47.777Z | gcc vendor 14 vendor |
| 202 | 2026-08-27T08:03:47.777Z | gcc system 13 system |
| 203 | 2026-08-27T08:03:47.777Z | gcc system 10 system |
| 204 | 2026-08-27T08:03:47.777Z | go system 1.25 system |
| 205 | 2026-08-27T08:03:47.777Z | llvm system 15 system |
| 206 | 2026-08-27T08:03:47.777Z | mariadb system 11.4 system |
| 207 | 2026-08-27T08:03:47.777Z | mta vendor vendor dma |
| 208 | 2026-08-27T08:03:47.777Z | openjdk system 17 system |
| 209 | 2026-08-27T08:03:47.777Z | openjdk system 11 system |
| 210 | 2026-08-27T08:03:47.777Z | openssl vendor 3 vendor |
| 211 | 2026-08-27T08:03:47.777Z | perl system 5.40 system |
| 212 | 2026-08-27T08:03:47.777Z | postgresql system 18 system |
| 213 | 2026-08-27T08:03:47.777Z | postgresql system 17 system |
| 214 | 2026-08-27T08:03:47.777Z | python vendor 3 vendor |
| 215 | 2026-08-27T08:03:47.777Z | python system 2 system |
| 216 | 2026-08-27T08:03:47.777Z | python3 vendor 3.13 vendor |
| 217 | 2026-08-27T08:03:47.777Z | ruby system 3.4 system |
| 218 | 2026-08-27T08:03:47.777Z | ruby system 3.0 system |
| 219 | 2026-08-27T08:03:47.777Z | words vendor vendor american-english |
| 220 | 2026-08-27T08:03:47.777Z | words system system australian-english |
| 221 | 2026-08-27T08:03:47.777Z | words system system british-english |
| 222 | 2026-08-27T08:03:47.778Z | words system system canadian-english |
| 223 | 2026-08-27T08:03:47.778Z | words system system french |
| 224 | 2026-08-27T08:03:47.778Z | words system system italian |
| 225 | 2026-08-27T08:03:47.778Z | words system system ngerman |
| 226 | 2026-08-27T08:03:47.778Z | words system system ogerman |
| 227 | 2026-08-27T08:03:47.778Z | words system system spanish |
| 228 | 2026-08-27T08:03:48.027Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-08-27T08:03:48.027Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-08-27T08:03:48.518Z | FMRI IFO |
| 231 | 2026-08-27T08:03:48.518Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-08-27T08:03:48.518Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-08-27T08:03:48.518Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-08-27T08:03:48.518Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-08-27T08:03:48.518Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-08-27T08:03:48.518Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-08-27T08:03:48.518Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-08-27T08:03:48.518Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-08-27T08:03:48.518Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-08-27T08:03:48.864Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-08-27T08:03:49.197Z | Updating crates.io index |
| 242 | 2026-08-27T08:03:49.200Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-08-27T08:03:49.498Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-08-27T08:03:49.856Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 245 | 2026-08-27T08:03:50.334Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 246 | 2026-08-27T08:03:51.350Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 247 | 2026-08-27T08:03:51.899Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-08-27T08:03:53.565Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 249 | 2026-08-27T08:03:54.444Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 250 | 2026-08-27T08:03:54.724Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 251 | 2026-08-27T08:03:55.092Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-08-27T08:03:56.574Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-08-27T08:03:56.858Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-08-27T08:03:57.258Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 255 | 2026-08-27T08:03:57.553Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 256 | 2026-08-27T08:03:57.825Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 257 | 2026-08-27T08:03:58.102Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 258 | 2026-08-27T08:03:58.379Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-08-27T08:03:58.667Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-08-27T08:03:59.012Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 261 | 2026-08-27T08:03:59.519Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 262 | 2026-08-27T08:03:59.952Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 263 | 2026-08-27T08:04:00.451Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 264 | 2026-08-27T08:04:00.761Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 265 | 2026-08-27T08:04:01.313Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-08-27T08:04:01.652Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-08-27T08:04:01.984Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-08-27T08:04:02.446Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-08-27T08:04:02.732Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 270 | 2026-08-27T08:04:03.153Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 271 | 2026-08-27T08:04:03.529Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 272 | 2026-08-27T08:04:03.877Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-08-27T08:04:04.211Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 274 | 2026-08-27T08:04:04.622Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 275 | 2026-08-27T08:04:05.177Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 276 | 2026-08-27T08:04:05.482Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-08-27T08:04:05.795Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-08-27T08:04:06.130Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-08-27T08:04:06.859Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 280 | 2026-08-27T08:04:07.130Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 281 | 2026-08-27T08:04:07.398Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 282 | 2026-08-27T08:04:07.756Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 283 | 2026-08-27T08:04:08.064Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 284 | 2026-08-27T08:04:08.354Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 285 | 2026-08-27T08:04:11.361Z | Downloading crates ... |
| 286 | 2026-08-27T08:04:11.411Z | Downloaded anstyle-query v1.1.5 |
| 287 | 2026-08-27T08:04:11.420Z | Downloaded clap_lex v1.0.0 |
| 288 | 2026-08-27T08:04:11.424Z | Downloaded colorchoice v1.0.4 |
| 289 | 2026-08-27T08:04:11.427Z | Downloaded cargo-platform v0.3.2 |
| 290 | 2026-08-27T08:04:11.433Z | Downloaded dtrace-parser v0.2.0 |
| 291 | 2026-08-27T08:04:11.436Z | Downloaded crypto-common v0.1.7 |
| 292 | 2026-08-27T08:04:11.440Z | Downloaded dof v0.3.0 |
| 293 | 2026-08-27T08:04:11.440Z | Downloaded heck v0.4.1 |
| 294 | 2026-08-27T08:04:11.443Z | Downloaded digest v0.10.7 |
| 295 | 2026-08-27T08:04:11.443Z | Downloaded anstream v1.0.0 |
| 296 | 2026-08-27T08:04:11.443Z | Downloaded autocfg v1.5.0 |
| 297 | 2026-08-27T08:04:11.446Z | Downloaded zerocopy v0.7.35 |
| 298 | 2026-08-27T08:04:11.453Z | Downloaded equivalent v1.0.2 |
| 299 | 2026-08-27T08:04:11.456Z | Downloaded cpufeatures v0.2.17 |
| 300 | 2026-08-27T08:04:11.456Z | Downloaded is_terminal_polyfill v1.70.2 |
| 301 | 2026-08-27T08:04:11.456Z | Downloaded zmij v1.0.21 |
| 302 | 2026-08-27T08:04:11.456Z | Downloaded serde_spanned v0.6.9 |
| 303 | 2026-08-27T08:04:11.456Z | Downloaded errno v0.3.14 |
| 304 | 2026-08-27T08:04:11.459Z | Downloaded generic-array v0.14.7 |
| 305 | 2026-08-27T08:04:11.459Z | Downloaded itoa v1.0.17 |
| 306 | 2026-08-27T08:04:11.459Z | Downloaded proc-macro-error-attr v1.0.4 |
| 307 | 2026-08-27T08:04:11.459Z | Downloaded block-buffer v0.10.4 |
| 308 | 2026-08-27T08:04:11.459Z | Downloaded macaddr v1.0.1 |
| 309 | 2026-08-27T08:04:11.462Z | Downloaded heck v0.5.0 |
| 310 | 2026-08-27T08:04:11.462Z | Downloaded scroll_derive v0.12.1 |
| 311 | 2026-08-27T08:04:11.465Z | Downloaded swrite v0.1.0 |
| 312 | 2026-08-27T08:04:11.468Z | Downloaded cfg-if v1.0.4 |
| 313 | 2026-08-27T08:04:11.468Z | Downloaded fnv v1.0.7 |
| 314 | 2026-08-27T08:04:11.471Z | Downloaded cargo_metadata v0.23.1 |
| 315 | 2026-08-27T08:04:11.472Z | Downloaded anstyle v1.0.14 |
| 316 | 2026-08-27T08:04:11.472Z | Downloaded anstyle-parse v1.0.0 |
| 317 | 2026-08-27T08:04:11.475Z | Downloaded cargo_toml v0.21.0 |
| 318 | 2026-08-27T08:04:11.478Z | Downloaded byteorder v1.5.0 |
| 319 | 2026-08-27T08:04:11.478Z | Downloaded anyhow v1.0.104 |
| 320 | 2026-08-27T08:04:11.481Z | Downloaded bytecount v0.6.9 |
| 321 | 2026-08-27T08:04:11.481Z | Downloaded plain v0.2.3 |
| 322 | 2026-08-27T08:04:11.481Z | Downloaded toml_datetime v0.6.11 |
| 323 | 2026-08-27T08:04:11.481Z | Downloaded toml_write v0.1.2 |
| 324 | 2026-08-27T08:04:11.502Z | Downloaded pretty-hex v0.4.1 |
| 325 | 2026-08-27T08:04:11.502Z | Downloaded thread-id v4.2.2 |
| 326 | 2026-08-27T08:04:11.502Z | Downloaded version_check v0.9.5 |
| 327 | 2026-08-27T08:04:11.502Z | Downloaded usdt-macro v0.5.0 |
| 328 | 2026-08-27T08:04:11.502Z | Downloaded strsim v0.11.1 |
| 329 | 2026-08-27T08:04:11.502Z | Downloaded usdt v0.5.0 |
| 330 | 2026-08-27T08:04:11.502Z | Downloaded smawk v0.3.2 |
| 331 | 2026-08-27T08:04:11.502Z | Downloaded memmap v0.7.0 |
| 332 | 2026-08-27T08:04:11.506Z | Downloaded fs-err v3.3.0 |
| 333 | 2026-08-27T08:04:11.510Z | Downloaded sha2 v0.10.9 |
| 334 | 2026-08-27T08:04:11.514Z | Downloaded camino-tempfile v1.4.1 |
| 335 | 2026-08-27T08:04:11.519Z | Downloaded unicode-linebreak v0.1.5 |
| 336 | 2026-08-27T08:04:11.522Z | Downloaded usdt-attr-macro v0.5.0 |
| 337 | 2026-08-27T08:04:11.526Z | Downloaded bitflags v2.11.0 |
| 338 | 2026-08-27T08:04:11.530Z | Downloaded clap_derive v4.6.1 |
| 339 | 2026-08-27T08:04:11.530Z | Downloaded utf8parse v0.2.2 |
| 340 | 2026-08-27T08:04:11.533Z | Downloaded scroll v0.12.0 |
| 341 | 2026-08-27T08:04:11.536Z | Downloaded serde_tokenstream v0.2.3 |
| 342 | 2026-08-27T08:04:11.536Z | Downloaded thiserror v2.0.18 |
| 343 | 2026-08-27T08:04:11.540Z | Downloaded proc-macro-error v1.0.4 |
| 344 | 2026-08-27T08:04:11.543Z | Downloaded tabled_derive v0.7.0 |
| 345 | 2026-08-27T08:04:11.543Z | Downloaded usdt-impl v0.5.0 |
| 346 | 2026-08-27T08:04:11.546Z | Downloaded quote v1.0.45 |
| 347 | 2026-08-27T08:04:11.546Z | Downloaded terminal_size v0.4.3 |
| 348 | 2026-08-27T08:04:11.549Z | Downloaded thiserror-impl v1.0.69 |
| 349 | 2026-08-27T08:04:11.550Z | Downloaded thiserror-impl v2.0.18 |
| 350 | 2026-08-27T08:04:11.550Z | Downloaded camino v1.2.5 |
| 351 | 2026-08-27T08:04:11.550Z | Downloaded pest_derive v2.8.6 |
| 352 | 2026-08-27T08:04:11.553Z | Downloaded pest_generator v2.8.6 |
| 353 | 2026-08-27T08:04:11.553Z | Downloaded fastrand v2.3.0 |
| 354 | 2026-08-27T08:04:11.563Z | Downloaded thiserror v1.0.69 |
| 355 | 2026-08-27T08:04:11.566Z | Downloaded once_cell v1.21.3 |
| 356 | 2026-08-27T08:04:11.570Z | Downloaded papergrid v0.11.0 |
| 357 | 2026-08-27T08:04:11.570Z | Downloaded ucd-trie v0.1.7 |
| 358 | 2026-08-27T08:04:11.573Z | Downloaded semver v1.0.28 |
| 359 | 2026-08-27T08:04:11.573Z | Downloaded tempfile v3.27.0 |
| 360 | 2026-08-27T08:04:11.576Z | Downloaded getrandom v0.4.3 |
| 361 | 2026-08-27T08:04:11.576Z | Downloaded toml v0.8.23 |
| 362 | 2026-08-27T08:04:11.586Z | Downloaded clap v4.6.1 |
| 363 | 2026-08-27T08:04:11.590Z | Downloaded zerocopy-derive v0.7.35 |
| 364 | 2026-08-27T08:04:11.593Z | Downloaded textwrap v0.16.2 |
| 365 | 2026-08-27T08:04:11.596Z | Downloaded serde_core v1.0.228 |
| 366 | 2026-08-27T08:04:11.597Z | Downloaded pest_meta v2.8.6 |
| 367 | 2026-08-27T08:04:11.600Z | Downloaded serde_derive v1.0.228 |
| 368 | 2026-08-27T08:04:11.603Z | Downloaded unicode-ident v1.0.24 |
| 369 | 2026-08-27T08:04:11.608Z | Downloaded log v0.4.33 |
| 370 | 2026-08-27T08:04:11.611Z | Downloaded proc-macro2 v1.0.106 |
| 371 | 2026-08-27T08:04:11.614Z | Downloaded toml_edit v0.22.27 |
| 372 | 2026-08-27T08:04:11.623Z | Downloaded memchr v2.8.0 |
| 373 | 2026-08-27T08:04:11.638Z | Downloaded serde v1.0.228 |
| 374 | 2026-08-27T08:04:11.643Z | Downloaded indexmap v2.14.0 |
| 375 | 2026-08-27T08:04:11.659Z | Downloaded typenum v1.20.1 |
| 376 | 2026-08-27T08:04:11.670Z | Downloaded hashbrown v0.17.0 |
| 377 | 2026-08-27T08:04:11.673Z | Downloaded pest v2.8.6 |
| 378 | 2026-08-27T08:04:11.685Z | Downloaded clap_builder v4.6.0 |
| 379 | 2026-08-27T08:04:11.688Z | Downloaded serde_json v1.0.151 |
| 380 | 2026-08-27T08:04:11.692Z | Downloaded goblin v0.8.2 |
| 381 | 2026-08-27T08:04:11.699Z | Downloaded winnow v0.7.14 |
| 382 | 2026-08-27T08:04:11.705Z | Downloaded tabled v0.15.0 |
| 383 | 2026-08-27T08:04:11.713Z | Downloaded syn v1.0.109 |
| 384 | 2026-08-27T08:04:11.723Z | Downloaded unicode-width v0.1.14 |
| 385 | 2026-08-27T08:04:11.728Z | Downloaded unicode-width v0.2.0 |
| 386 | 2026-08-27T08:04:11.731Z | Downloaded syn v2.0.117 |
| 387 | 2026-08-27T08:04:11.743Z | Downloaded rustix v1.1.4 |
| 388 | 2026-08-27T08:04:11.765Z | Downloaded libc v0.2.185 |
| 389 | 2026-08-27T08:04:11.826Z | Compiling proc-macro2 v1.0.106 |
| 390 | 2026-08-27T08:04:11.826Z | Compiling unicode-ident v1.0.24 |
| 391 | 2026-08-27T08:04:11.830Z | Compiling quote v1.0.45 |
| 392 | 2026-08-27T08:04:11.830Z | Compiling serde_core v1.0.228 |
| 393 | 2026-08-27T08:04:11.830Z | Compiling libc v0.2.185 |
| 394 | 2026-08-27T08:04:11.830Z | Compiling version_check v0.9.5 |
| 395 | 2026-08-27T08:04:11.830Z | Compiling memchr v2.8.0 |
| 396 | 2026-08-27T08:04:12.001Z | Compiling serde v1.0.228 |
| 397 | 2026-08-27T08:04:12.149Z | Compiling zmij v1.0.21 |
| 398 | 2026-08-27T08:04:12.388Z | Compiling itoa v1.0.17 |
| 399 | 2026-08-27T08:04:12.418Z | Compiling ucd-trie v0.1.7 |
| 400 | 2026-08-27T08:04:12.599Z | Compiling thiserror v1.0.69 |
| 401 | 2026-08-27T08:04:12.733Z | Compiling pest v2.8.6 |
| 402 | 2026-08-27T08:04:12.752Z | Compiling byteorder v1.5.0 |
| 403 | 2026-08-27T08:04:12.795Z | Compiling rustix v1.1.4 |
| 404 | 2026-08-27T08:04:12.995Z | Compiling errno v0.3.14 |
| 405 | 2026-08-27T08:04:13.155Z | Compiling bitflags v2.11.0 |
| 406 | 2026-08-27T08:04:13.208Z | Compiling serde_json v1.0.151 |
| 407 | 2026-08-27T08:04:13.370Z | Compiling syn v2.0.117 |
| 408 | 2026-08-27T08:04:13.411Z | Compiling thread-id v4.2.2 |
| 409 | 2026-08-27T08:04:13.437Z | Compiling usdt-impl v0.5.0 |
| 410 | 2026-08-27T08:04:13.504Z | Compiling proc-macro-error-attr v1.0.4 |
| 411 | 2026-08-27T08:04:13.569Z | Compiling camino v1.2.5 |
| 412 | 2026-08-27T08:04:13.642Z | Compiling syn v1.0.109 |
| 413 | 2026-08-27T08:04:13.867Z | Compiling pest_meta v2.8.6 |
| 414 | 2026-08-27T08:04:13.972Z | Compiling proc-macro-error v1.0.4 |
| 415 | 2026-08-27T08:04:14.040Z | Compiling getrandom v0.4.3 |
| 416 | 2026-08-27T08:04:14.124Z | Compiling plain v0.2.3 |
| 417 | 2026-08-27T08:04:14.185Z | Compiling log v0.4.33 |
| 418 | 2026-08-27T08:04:14.185Z | Compiling equivalent v1.0.2 |
| 419 | 2026-08-27T08:04:14.342Z | Compiling utf8parse v0.2.2 |
| 420 | 2026-08-27T08:04:14.412Z | Compiling hashbrown v0.17.0 |
| 421 | 2026-08-27T08:04:14.412Z | Compiling terminal_size v0.4.3 |
| 422 | 2026-08-27T08:04:14.439Z | Compiling anstyle-parse v1.0.0 |
| 423 | 2026-08-27T08:04:14.888Z | Compiling indexmap v2.14.0 |
| 424 | 2026-08-27T08:04:15.108Z | Compiling winnow v0.7.14 |
| 425 | 2026-08-27T08:04:15.134Z | Compiling autocfg v1.5.0 |
| 426 | 2026-08-27T08:04:15.260Z | Compiling is_terminal_polyfill v1.70.2 |
| 427 | 2026-08-27T08:04:15.365Z | Compiling cfg-if v1.0.4 |
| 428 | 2026-08-27T08:04:15.446Z | Compiling anstyle v1.0.14 |
| 429 | 2026-08-27T08:04:15.463Z | Compiling anstyle-query v1.1.5 |
| 430 | 2026-08-27T08:04:15.497Z | Compiling pretty-hex v0.4.1 |
| 431 | 2026-08-27T08:04:15.500Z | Compiling colorchoice v1.0.4 |
| 432 | 2026-08-27T08:04:15.552Z | Compiling pest_generator v2.8.6 |
| 433 | 2026-08-27T08:04:15.575Z | Compiling thiserror v2.0.18 |
| 434 | 2026-08-27T08:04:15.631Z | Compiling toml_write v0.1.2 |
| 435 | 2026-08-27T08:04:15.635Z | Compiling anstream v1.0.0 |
| 436 | 2026-08-27T08:04:15.670Z | Compiling fs-err v3.3.0 |
| 437 | 2026-08-27T08:04:16.042Z | Compiling unicode-width v0.1.14 |
| 438 | 2026-08-27T08:04:16.066Z | Compiling fnv v1.0.7 |
| 439 | 2026-08-27T08:04:16.113Z | Compiling clap_lex v1.0.0 |
| 440 | 2026-08-27T08:04:16.140Z | Compiling fastrand v2.3.0 |
| 441 | 2026-08-27T08:04:16.169Z | Compiling once_cell v1.21.3 |
| 442 | 2026-08-27T08:04:16.261Z | Compiling bytecount v0.6.9 |
| 443 | 2026-08-27T08:04:16.315Z | Compiling strsim v0.11.1 |
| 444 | 2026-08-27T08:04:16.345Z | Compiling anyhow v1.0.104 |
| 445 | 2026-08-27T08:04:16.391Z | Compiling heck v0.4.1 |
| 446 | 2026-08-27T08:04:16.410Z | Compiling heck v0.5.0 |
| 447 | 2026-08-27T08:04:16.414Z | Compiling papergrid v0.11.0 |
| 448 | 2026-08-27T08:04:16.605Z | Compiling clap_builder v4.6.0 |
| 449 | 2026-08-27T08:04:16.626Z | Compiling tempfile v3.27.0 |
| 450 | 2026-08-27T08:04:16.648Z | Compiling tabled_derive v0.7.0 |
| 451 | 2026-08-27T08:04:16.673Z | Compiling semver v1.0.28 |
| 452 | 2026-08-27T08:04:16.760Z | Compiling cargo-platform v0.3.2 |
| 453 | 2026-08-27T08:04:16.856Z | Compiling memmap v0.7.0 |
| 454 | 2026-08-27T08:04:16.979Z | Compiling unicode-linebreak v0.1.5 |
| 455 | 2026-08-27T08:04:16.997Z | Compiling unicode-width v0.2.0 |
| 456 | 2026-08-27T08:04:17.046Z | Compiling smawk v0.3.2 |
| 457 | 2026-08-27T08:04:17.181Z | Compiling camino-tempfile v1.4.1 |
| 458 | 2026-08-27T08:04:17.199Z | Compiling serde_derive v1.0.228 |
| 459 | 2026-08-27T08:04:17.219Z | Compiling thiserror-impl v1.0.69 |
| 460 | 2026-08-27T08:04:17.258Z | Compiling zerocopy-derive v0.7.35 |
| 461 | 2026-08-27T08:04:17.414Z | Compiling pest_derive v2.8.6 |
| 462 | 2026-08-27T08:04:17.420Z | Compiling scroll_derive v0.12.1 |
| 463 | 2026-08-27T08:04:17.552Z | Compiling thiserror-impl v2.0.18 |
| 464 | 2026-08-27T08:04:17.854Z | Compiling clap_derive v4.6.1 |
| 465 | 2026-08-27T08:04:17.897Z | Compiling tabled v0.15.0 |
| 466 | 2026-08-27T08:04:18.091Z | Compiling scroll v0.12.0 |
| 467 | 2026-08-27T08:04:18.204Z | Compiling zerocopy v0.7.35 |
| 468 | 2026-08-27T08:04:18.378Z | Compiling goblin v0.8.2 |
| 469 | 2026-08-27T08:04:18.603Z | Compiling dtrace-parser v0.2.0 |
| 470 | 2026-08-27T08:04:18.779Z | Compiling textwrap v0.16.2 |
| 471 | 2026-08-27T08:04:19.252Z | Compiling swrite v0.1.0 |
| 472 | 2026-08-27T08:04:19.642Z | Compiling clap v4.6.1 |
| 473 | 2026-08-27T08:04:20.313Z | Compiling toml_datetime v0.6.11 |
| 474 | 2026-08-27T08:04:20.313Z | Compiling serde_spanned v0.6.9 |
| 475 | 2026-08-27T08:04:20.313Z | Compiling macaddr v1.0.1 |
| 476 | 2026-08-27T08:04:20.317Z | Compiling cargo_metadata v0.23.1 |
| 477 | 2026-08-27T08:04:20.317Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 478 | 2026-08-27T08:04:20.393Z | Compiling dof v0.3.0 |
| 479 | 2026-08-27T08:04:20.410Z | Compiling serde_tokenstream v0.2.3 |
| 480 | 2026-08-27T08:04:20.522Z | Compiling toml_edit v0.22.27 |
| 481 | 2026-08-27T08:04:21.184Z | Compiling usdt-macro v0.5.0 |
| 482 | 2026-08-27T08:04:21.184Z | Compiling usdt-attr-macro v0.5.0 |
| 483 | 2026-08-27T08:04:21.777Z | Compiling usdt v0.5.0 |
| 484 | 2026-08-27T08:04:21.828Z | Compiling toml v0.8.23 |
| 485 | 2026-08-27T08:04:22.152Z | Compiling cargo_toml v0.21.0 |
| 486 | 2026-08-27T08:04:23.428Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 487 | 2026-08-27T08:04:25.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.76s |
| 488 | 2026-08-27T08:04:25.658Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 489 | 2026-08-27T08:04:26.190Z | Downloading crates ... |
| 490 | 2026-08-27T08:04:26.248Z | Downloaded addr2line v0.25.1 |
| 491 | 2026-08-27T08:04:26.251Z | Downloaded aead v0.5.2 |
| 492 | 2026-08-27T08:04:26.256Z | Downloaded adler2 v2.0.1 |
| 493 | 2026-08-27T08:04:26.260Z | Downloaded async-recursion v1.1.1 |
| 494 | 2026-08-27T08:04:26.264Z | Downloaded bit-set v0.5.3 |
| 495 | 2026-08-27T08:04:26.264Z | Downloaded aead v0.6.1 |
| 496 | 2026-08-27T08:04:26.267Z | Downloaded base64ct v1.8.3 |
| 497 | 2026-08-27T08:04:26.267Z | Downloaded bitfield v0.19.4 |
| 498 | 2026-08-27T08:04:26.267Z | Downloaded ascii-canvas v3.0.0 |
| 499 | 2026-08-27T08:04:26.270Z | Downloaded assert_matches v1.5.0 |
| 500 | 2026-08-27T08:04:26.270Z | Downloaded cmake v0.1.57 |
| 501 | 2026-08-27T08:04:26.273Z | Downloaded cancel-safe-futures v0.1.5 |
| 502 | 2026-08-27T08:04:26.278Z | Downloaded fallible-iterator v0.2.0 |
| 503 | 2026-08-27T08:04:26.282Z | Downloaded atty v0.2.14 |
| 504 | 2026-08-27T08:04:26.282Z | Downloaded base16ct v1.0.0 |
| 505 | 2026-08-27T08:04:26.282Z | Downloaded atomicwrites v0.4.4 |
| 506 | 2026-08-27T08:04:26.282Z | Downloaded bit-set v0.8.0 |
| 507 | 2026-08-27T08:04:26.282Z | Downloaded float-ord v0.3.2 |
| 508 | 2026-08-27T08:04:26.287Z | Downloaded foreign-types-macros v0.2.3 |
| 509 | 2026-08-27T08:04:26.287Z | Downloaded bitfield-macros v0.19.4 |
| 510 | 2026-08-27T08:04:26.287Z | Downloaded array-init v0.0.4 |
| 511 | 2026-08-27T08:04:26.287Z | Downloaded futures-executor v0.3.32 |
| 512 | 2026-08-27T08:04:26.291Z | Downloaded backtrace-ext v0.2.1 |
| 513 | 2026-08-27T08:04:26.291Z | Downloaded const-oid v0.10.2 |
| 514 | 2026-08-27T08:04:26.291Z | Downloaded form_urlencoded v1.2.2 |
| 515 | 2026-08-27T08:04:26.295Z | Downloaded foldhash v0.1.5 |
| 516 | 2026-08-27T08:04:26.300Z | Downloaded foreign-types-shared v0.1.1 |
| 517 | 2026-08-27T08:04:26.300Z | Downloaded float-cmp v0.10.0 |
| 518 | 2026-08-27T08:04:26.300Z | Downloaded futures-macro v0.3.32 |
| 519 | 2026-08-27T08:04:26.300Z | Downloaded arrayvec v0.7.6 |
| 520 | 2026-08-27T08:04:26.300Z | Downloaded backoff v0.4.0 |
| 521 | 2026-08-27T08:04:26.306Z | Downloaded foreign-types-shared v0.3.1 |
| 522 | 2026-08-27T08:04:26.306Z | Downloaded gethostname v0.5.0 |
| 523 | 2026-08-27T08:04:26.306Z | Downloaded async-stream-impl v0.3.6 |
| 524 | 2026-08-27T08:04:26.307Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 525 | 2026-08-27T08:04:26.307Z | Downloaded base16ct v0.2.0 |
| 526 | 2026-08-27T08:04:26.307Z | Downloaded futures-channel v0.3.32 |
| 527 | 2026-08-27T08:04:26.310Z | Downloaded foreign-types v0.3.2 |
| 528 | 2026-08-27T08:04:26.310Z | Downloaded futures-task v0.3.32 |
| 529 | 2026-08-27T08:04:26.310Z | Downloaded bit-vec v0.8.0 |
| 530 | 2026-08-27T08:04:26.310Z | Downloaded futures-sink v0.3.32 |
| 531 | 2026-08-27T08:04:26.310Z | Downloaded enum-as-inner v0.6.1 |
| 532 | 2026-08-27T08:04:26.314Z | Downloaded funty v2.0.0 |
| 533 | 2026-08-27T08:04:26.314Z | Downloaded bcs v0.1.6 |
| 534 | 2026-08-27T08:04:26.314Z | Downloaded fxhash v0.2.1 |
| 535 | 2026-08-27T08:04:26.314Z | Downloaded git-stub v1.0.0 |
| 536 | 2026-08-27T08:04:26.314Z | Downloaded foreign-types v0.5.0 |
| 537 | 2026-08-27T08:04:26.317Z | Downloaded async-trait v0.1.89 |
| 538 | 2026-08-27T08:04:26.317Z | Downloaded chacha20 v0.9.1 |
| 539 | 2026-08-27T08:04:26.317Z | Downloaded generic-array v1.4.3 |
| 540 | 2026-08-27T08:04:26.321Z | Downloaded foldhash v0.2.0 |
| 541 | 2026-08-27T08:04:26.321Z | Downloaded erased-serde v0.3.31 |
| 542 | 2026-08-27T08:04:26.324Z | Downloaded bb8 v0.8.6 |
| 543 | 2026-08-27T08:04:26.327Z | Downloaded anstream v0.6.21 |
| 544 | 2026-08-27T08:04:26.327Z | Downloaded async-stream v0.3.6 |
| 545 | 2026-08-27T08:04:26.328Z | Downloaded atomic-waker v1.1.2 |
| 546 | 2026-08-27T08:04:26.328Z | Downloaded futures-io v0.3.32 |
| 547 | 2026-08-27T08:04:26.332Z | Downloaded ghash v0.6.0 |
| 548 | 2026-08-27T08:04:26.332Z | Downloaded fixedbitset v0.4.2 |
| 549 | 2026-08-27T08:04:26.332Z | Downloaded flagset v0.4.7 |
| 550 | 2026-08-27T08:04:26.335Z | Downloaded block-padding v0.4.2 |
| 551 | 2026-08-27T08:04:26.335Z | Downloaded ciborium-ll v0.2.2 |
| 552 | 2026-08-27T08:04:26.335Z | Downloaded arrayref v0.3.9 |
| 553 | 2026-08-27T08:04:26.335Z | Downloaded castaway v0.2.4 |
| 554 | 2026-08-27T08:04:26.335Z | Downloaded fd-lock v4.0.4 |
| 555 | 2026-08-27T08:04:26.339Z | Downloaded futures-core v0.3.32 |
| 556 | 2026-08-27T08:04:26.339Z | Downloaded fs_extra v1.3.0 |
| 557 | 2026-08-27T08:04:26.342Z | Downloaded getrandom v0.2.17 |
| 558 | 2026-08-27T08:04:26.342Z | Downloaded fatfs v0.3.6 |
| 559 | 2026-08-27T08:04:26.345Z | Downloaded getrandom v0.3.4 |
| 560 | 2026-08-27T08:04:26.349Z | Downloaded cfg_aliases v0.1.1 |
| 561 | 2026-08-27T08:04:26.349Z | Downloaded hex-literal v1.1.0 |
| 562 | 2026-08-27T08:04:26.349Z | Downloaded hubpack v0.1.2 |
| 563 | 2026-08-27T08:04:26.353Z | Downloaded block-buffer v0.12.1 |
| 564 | 2026-08-27T08:04:26.357Z | Downloaded globwalk v0.9.1 |
| 565 | 2026-08-27T08:04:26.357Z | Downloaded httpdate v1.0.3 |
| 566 | 2026-08-27T08:04:26.362Z | Downloaded hash32 v0.2.1 |
| 567 | 2026-08-27T08:04:26.362Z | Downloaded hash32 v0.3.1 |
| 568 | 2026-08-27T08:04:26.362Z | Downloaded hubpack_derive v0.1.1 |
| 569 | 2026-08-27T08:04:26.390Z | Downloaded bitfield-struct v0.6.2 |
| 570 | 2026-08-27T08:04:26.390Z | Downloaded endian-type v0.1.2 |
| 571 | 2026-08-27T08:04:26.396Z | Downloaded cobs v0.3.0 |
| 572 | 2026-08-27T08:04:26.396Z | Downloaded cfg_aliases v0.2.1 |
| 573 | 2026-08-27T08:04:26.396Z | Downloaded compression-core v0.4.31 |
| 574 | 2026-08-27T08:04:26.396Z | Downloaded hostname v0.3.1 |
| 575 | 2026-08-27T08:04:26.397Z | Downloaded ciborium-io v0.2.2 |
| 576 | 2026-08-27T08:04:26.397Z | Downloaded globset v0.4.18 |
| 577 | 2026-08-27T08:04:26.397Z | Downloaded fixedbitset v0.5.7 |
| 578 | 2026-08-27T08:04:26.397Z | Downloaded fs-err v2.11.0 |
| 579 | 2026-08-27T08:04:26.397Z | Downloaded chacha20 v0.10.0 |
| 580 | 2026-08-27T08:04:26.397Z | Downloaded argon2 v0.6.0-rc.8 |
| 581 | 2026-08-27T08:04:26.397Z | Downloaded bit-vec v0.6.3 |
| 582 | 2026-08-27T08:04:26.397Z | Downloaded anstyle-parse v0.2.7 |
| 583 | 2026-08-27T08:04:26.397Z | Downloaded hex v0.4.3 |
| 584 | 2026-08-27T08:04:26.397Z | Downloaded headers-core v0.3.0 |
| 585 | 2026-08-27T08:04:26.397Z | Downloaded http-body v1.0.1 |
| 586 | 2026-08-27T08:04:26.397Z | Downloaded http-range v0.1.5 |
| 587 | 2026-08-27T08:04:26.397Z | Downloaded home v0.5.12 |
| 588 | 2026-08-27T08:04:26.397Z | Downloaded normalize-line-endings v0.3.0 |
| 589 | 2026-08-27T08:04:26.397Z | Downloaded nodrop v0.1.14 |
| 590 | 2026-08-27T08:04:26.397Z | Downloaded nibble_vec v0.1.0 |
| 591 | 2026-08-27T08:04:26.397Z | Downloaded num-iter v0.1.45 |
| 592 | 2026-08-27T08:04:26.397Z | Downloaded phf_shared v0.13.1 |
| 593 | 2026-08-27T08:04:26.403Z | Downloaded openssl-macros v0.1.1 |
| 594 | 2026-08-27T08:04:26.403Z | Downloaded oxide-generation-macros v0.2.0 |
| 595 | 2026-08-27T08:04:26.408Z | Downloaded predicates-tree v1.0.13 |
| 596 | 2026-08-27T08:04:26.408Z | Downloaded progenitor-client v0.14.0 |
| 597 | 2026-08-27T08:04:26.408Z | Downloaded predicates-core v1.0.10 |
| 598 | 2026-08-27T08:04:26.411Z | Downloaded rustc-hash v2.1.1 |
| 599 | 2026-08-27T08:04:26.414Z | Downloaded radium v0.7.0 |
| 600 | 2026-08-27T08:04:26.419Z | Downloaded sha1 v0.10.6 |
| 601 | 2026-08-27T08:04:26.422Z | Downloaded humantime v2.3.0 |
| 602 | 2026-08-27T08:04:26.422Z | Downloaded filetime v0.2.27 |
| 603 | 2026-08-27T08:04:26.423Z | Downloaded argon2 v0.5.3 |
| 604 | 2026-08-27T08:04:26.426Z | Downloaded ff v0.14.0 |
| 605 | 2026-08-27T08:04:26.426Z | Downloaded group v0.14.0 |
| 606 | 2026-08-27T08:04:26.426Z | Downloaded cipher v0.5.2 |
| 607 | 2026-08-27T08:04:26.427Z | Downloaded ff v0.13.1 |
| 608 | 2026-08-27T08:04:26.427Z | Downloaded glob v0.3.3 |
| 609 | 2026-08-27T08:04:26.433Z | Downloaded group v0.13.0 |
| 610 | 2026-08-27T08:04:26.433Z | Downloaded bitflags v1.3.2 |
| 611 | 2026-08-27T08:04:26.440Z | Downloaded cassowary v0.3.0 |
| 612 | 2026-08-27T08:04:26.445Z | Downloaded compression-codecs v0.4.37 |
| 613 | 2026-08-27T08:04:26.450Z | Downloaded env_filter v2.0.0 |
| 614 | 2026-08-27T08:04:26.450Z | Downloaded camino-tempfile-ext v0.3.3 |
| 615 | 2026-08-27T08:04:26.450Z | Downloaded blowfish v0.10.0 |
| 616 | 2026-08-27T08:04:26.450Z | Downloaded bs58 v0.5.1 |
| 617 | 2026-08-27T08:04:26.451Z | Downloaded cbc v0.2.1 |
| 618 | 2026-08-27T08:04:26.455Z | Downloaded find-msvc-tools v0.1.9 |
| 619 | 2026-08-27T08:04:26.455Z | Downloaded hostname v0.4.2 |
| 620 | 2026-08-27T08:04:26.455Z | Downloaded http-body-util v0.1.3 |
| 621 | 2026-08-27T08:04:26.455Z | Downloaded buf-list v1.1.2 |
| 622 | 2026-08-27T08:04:26.455Z | Downloaded byte-wrapper v0.1.0 |
| 623 | 2026-08-27T08:04:26.459Z | Downloaded enum_dispatch v0.3.13 |
| 624 | 2026-08-27T08:04:26.459Z | Downloaded highway v1.3.0 |
| 625 | 2026-08-27T08:04:26.459Z | Downloaded scopeguard v1.2.0 |
| 626 | 2026-08-27T08:04:26.459Z | Downloaded pem v3.0.6 |
| 627 | 2026-08-27T08:04:26.462Z | Downloaded postgres-protocol v0.6.10 |
| 628 | 2026-08-27T08:04:26.462Z | Downloaded allocator-api2 v0.2.21 |
| 629 | 2026-08-27T08:04:26.462Z | Downloaded futures v0.3.32 |
| 630 | 2026-08-27T08:04:26.466Z | Downloaded pbkdf2 v0.13.0 |
| 631 | 2026-08-27T08:04:26.466Z | Downloaded pkg-config v0.3.32 |
| 632 | 2026-08-27T08:04:26.466Z | Downloaded hmac v0.12.1 |
| 633 | 2026-08-27T08:04:26.472Z | Downloaded supports-unicode v3.0.0 |
| 634 | 2026-08-27T08:04:26.472Z | Downloaded cipher v0.4.4 |
| 635 | 2026-08-27T08:04:26.472Z | Downloaded sync-ptr v0.1.4 |
| 636 | 2026-08-27T08:04:26.472Z | Downloaded testing_table v0.3.0 |
| 637 | 2026-08-27T08:04:26.472Z | Downloaded progenitor-client v0.13.0 |
| 638 | 2026-08-27T08:04:26.472Z | Downloaded rand_core v0.9.5 |
| 639 | 2026-08-27T08:04:26.472Z | Downloaded rand_seeder v0.4.0 |
| 640 | 2026-08-27T08:04:26.478Z | Downloaded rpassword v7.5.4 |
| 641 | 2026-08-27T08:04:26.478Z | Downloaded structmeta v0.3.0 |
| 642 | 2026-08-27T08:04:26.478Z | Downloaded ahash v0.8.12 |
| 643 | 2026-08-27T08:04:26.478Z | Downloaded ciborium v0.2.2 |
| 644 | 2026-08-27T08:04:26.478Z | Downloaded num-integer v0.1.46 |
| 645 | 2026-08-27T08:04:26.478Z | Downloaded aes v0.9.1 |
| 646 | 2026-08-27T08:04:26.478Z | Downloaded num-rational v0.4.2 |
| 647 | 2026-08-27T08:04:26.483Z | Downloaded typify-macro v0.6.2 |
| 648 | 2026-08-27T08:04:26.483Z | Downloaded unicode-truncate v1.1.0 |
| 649 | 2026-08-27T08:04:26.483Z | Downloaded untrusted v0.7.1 |
| 650 | 2026-08-27T08:04:26.483Z | Downloaded hyper-rustls v0.27.7 |
| 651 | 2026-08-27T08:04:26.484Z | Downloaded serde_path_to_error v0.1.20 |
| 652 | 2026-08-27T08:04:26.484Z | Downloaded want v0.3.1 |
| 653 | 2026-08-27T08:04:26.487Z | Downloaded primeorder v0.13.6 |
| 654 | 2026-08-27T08:04:26.487Z | Downloaded primeorder v0.14.0 |
| 655 | 2026-08-27T08:04:26.487Z | Downloaded phf v0.12.1 |
| 656 | 2026-08-27T08:04:26.487Z | Downloaded rustls-native-certs v0.8.3 |
| 657 | 2026-08-27T08:04:26.492Z | Downloaded env_logger v0.11.11 |
| 658 | 2026-08-27T08:04:26.497Z | Downloaded git-stub-vcs v0.1.0 |
| 659 | 2026-08-27T08:04:26.501Z | Downloaded httparse v1.10.1 |
| 660 | 2026-08-27T08:04:26.501Z | Downloaded serde_derive_internals v0.29.1 |
| 661 | 2026-08-27T08:04:26.501Z | Downloaded serde_with_macros v1.5.2 |
| 662 | 2026-08-27T08:04:26.501Z | Downloaded slog-term v2.9.2 |
| 663 | 2026-08-27T08:04:26.501Z | Downloaded utf-8 v0.7.6 |
| 664 | 2026-08-27T08:04:26.506Z | Downloaded slog-async v2.8.0 |
| 665 | 2026-08-27T08:04:26.506Z | Downloaded half v1.8.3 |
| 666 | 2026-08-27T08:04:26.506Z | Downloaded sec1 v0.7.3 |
| 667 | 2026-08-27T08:04:26.511Z | Downloaded string_cache v0.8.9 |
| 668 | 2026-08-27T08:04:26.511Z | Downloaded async-bb8-diesel v0.2.1 |
| 669 | 2026-08-27T08:04:26.511Z | Downloaded colored v2.2.0 |
| 670 | 2026-08-27T08:04:26.514Z | Downloaded xshell-macros v0.2.7 |
| 671 | 2026-08-27T08:04:26.514Z | Downloaded yoke-derive v0.8.1 |
| 672 | 2026-08-27T08:04:26.514Z | Downloaded zeroize_derive v1.5.0 |
| 673 | 2026-08-27T08:04:26.514Z | Downloaded flate2 v1.1.9 |
| 674 | 2026-08-27T08:04:26.519Z | Downloaded flume v0.11.1 |
| 675 | 2026-08-27T08:04:26.519Z | Downloaded strum_macros v0.24.3 |
| 676 | 2026-08-27T08:04:26.519Z | Downloaded backon v1.6.0 |
| 677 | 2026-08-27T08:04:26.525Z | Downloaded bzip2 v0.6.1 |
| 678 | 2026-08-27T08:04:26.525Z | Downloaded cexpr v0.6.0 |
| 679 | 2026-08-27T08:04:26.525Z | Downloaded console v0.15.11 |
| 680 | 2026-08-27T08:04:26.525Z | Downloaded zone_cfg_derive v0.3.1 |
| 681 | 2026-08-27T08:04:26.525Z | Downloaded convert_case v0.4.0 |
| 682 | 2026-08-27T08:04:26.525Z | Downloaded crunchy v0.2.4 |
| 683 | 2026-08-27T08:04:26.525Z | Downloaded console v0.16.2 |
| 684 | 2026-08-27T08:04:26.528Z | Downloaded blake2 v0.10.6 |
| 685 | 2026-08-27T08:04:26.528Z | Downloaded blake2 v0.11.0-rc.6 |
| 686 | 2026-08-27T08:04:26.528Z | Downloaded clang-sys v1.8.1 |
| 687 | 2026-08-27T08:04:26.528Z | Downloaded pkcs8 v0.11.0 |
| 688 | 2026-08-27T08:04:26.532Z | Downloaded cmov v0.5.4 |
| 689 | 2026-08-27T08:04:26.535Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 690 | 2026-08-27T08:04:26.539Z | Downloaded darling_macro v0.20.11 |
| 691 | 2026-08-27T08:04:26.542Z | Downloaded serde-hex v0.1.0 |
| 692 | 2026-08-27T08:04:26.542Z | Downloaded signal-hook-registry v1.4.8 |
| 693 | 2026-08-27T08:04:26.542Z | Downloaded simd-adler32 v0.3.8 |
| 694 | 2026-08-27T08:04:26.546Z | Downloaded sqlformat v0.3.5 |
| 695 | 2026-08-27T08:04:26.550Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 696 | 2026-08-27T08:04:26.561Z | Downloaded defmt-parser v1.0.0 |
| 697 | 2026-08-27T08:04:26.561Z | Downloaded half v2.7.1 |
| 698 | 2026-08-27T08:04:26.561Z | Downloaded hmac v0.13.0 |
| 699 | 2026-08-27T08:04:26.568Z | Downloaded parking_lot_core v0.8.6 |
| 700 | 2026-08-27T08:04:26.569Z | Downloaded pkcs1 v0.7.5 |
| 701 | 2026-08-27T08:04:26.569Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 702 | 2026-08-27T08:04:26.569Z | Downloaded parking_lot v0.12.5 |
| 703 | 2026-08-27T08:04:26.569Z | Downloaded tiny-keccak v2.0.2 |
| 704 | 2026-08-27T08:04:26.572Z | Downloaded instant v0.1.13 |
| 705 | 2026-08-27T08:04:26.572Z | Downloaded thread_local v1.1.9 |
| 706 | 2026-08-27T08:04:26.572Z | Downloaded tinystr v0.8.2 |
| 707 | 2026-08-27T08:04:26.572Z | Downloaded uzers v0.12.2 |
| 708 | 2026-08-27T08:04:26.572Z | Downloaded vsss-rs v3.3.4 |
| 709 | 2026-08-27T08:04:26.576Z | Downloaded vergen-gitcl v1.0.8 |
| 710 | 2026-08-27T08:04:26.581Z | Downloaded debug-ignore v1.0.5 |
| 711 | 2026-08-27T08:04:26.581Z | Downloaded dirs-sys-next v0.1.2 |
| 712 | 2026-08-27T08:04:26.581Z | Downloaded dof v0.4.0 |
| 713 | 2026-08-27T08:04:26.586Z | Downloaded lazy_static v1.5.0 |
| 714 | 2026-08-27T08:04:26.589Z | Downloaded critical-section v1.2.0 |
| 715 | 2026-08-27T08:04:26.589Z | Downloaded md5 v0.8.0 |
| 716 | 2026-08-27T08:04:26.595Z | Downloaded ctr v0.10.1 |
| 717 | 2026-08-27T08:04:26.595Z | Downloaded maybe-uninit v2.0.0 |
| 718 | 2026-08-27T08:04:26.595Z | Downloaded md-5 v0.10.6 |
| 719 | 2026-08-27T08:04:26.600Z | Downloaded const-oid v0.9.6 |
| 720 | 2026-08-27T08:04:26.600Z | Downloaded multimap v0.10.1 |
| 721 | 2026-08-27T08:04:26.600Z | Downloaded expectorate v1.2.0 |
| 722 | 2026-08-27T08:04:26.604Z | Downloaded elliptic-curve v0.14.1 |
| 723 | 2026-08-27T08:04:26.604Z | Downloaded colored v3.1.1 |
| 724 | 2026-08-27T08:04:26.605Z | Downloaded wyz v0.5.1 |
| 725 | 2026-08-27T08:04:26.610Z | Downloaded postcard v1.1.3 |
| 726 | 2026-08-27T08:04:26.610Z | Downloaded schemars v0.8.22 |
| 727 | 2026-08-27T08:04:26.613Z | Downloaded opaque-debug v0.3.1 |
| 728 | 2026-08-27T08:04:26.613Z | Downloaded unicode-properties v0.1.4 |
| 729 | 2026-08-27T08:04:26.613Z | Downloaded lalrpop-util v0.19.12 |
| 730 | 2026-08-27T08:04:26.613Z | Downloaded lzss v0.8.2 |
| 731 | 2026-08-27T08:04:26.617Z | Downloaded ar_archive_writer v0.5.1 |
| 732 | 2026-08-27T08:04:26.617Z | Downloaded base64 v0.22.1 |
| 733 | 2026-08-27T08:04:26.620Z | Downloaded olpc-cjson v0.1.4 |
| 734 | 2026-08-27T08:04:26.620Z | Downloaded arc-swap v1.8.2 |
| 735 | 2026-08-27T08:04:26.620Z | Downloaded precomputed-hash v0.1.1 |
| 736 | 2026-08-27T08:04:26.620Z | Downloaded rand_pcg v0.10.2 |
| 737 | 2026-08-27T08:04:26.624Z | Downloaded rustc_version v0.4.1 |
| 738 | 2026-08-27T08:04:26.624Z | Downloaded corncobs v0.1.4 |
| 739 | 2026-08-27T08:04:26.628Z | Downloaded hybrid-array v0.4.13 |
| 740 | 2026-08-27T08:04:26.632Z | Downloaded heapless v0.7.17 |
| 741 | 2026-08-27T08:04:26.632Z | Downloaded progenitor-macro v0.14.0 |
| 742 | 2026-08-27T08:04:26.636Z | Downloaded rfc6979 v0.4.0 |
| 743 | 2026-08-27T08:04:26.636Z | Downloaded headers v0.4.1 |
| 744 | 2026-08-27T08:04:26.636Z | Downloaded heapless v0.8.0 |
| 745 | 2026-08-27T08:04:26.640Z | Downloaded socket2 v0.5.10 |
| 746 | 2026-08-27T08:04:26.640Z | Downloaded omicron-zone-package v0.12.3 |
| 747 | 2026-08-27T08:04:26.645Z | Downloaded oso v0.27.3 |
| 748 | 2026-08-27T08:04:26.645Z | Downloaded either v1.15.0 |
| 749 | 2026-08-27T08:04:26.645Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 750 | 2026-08-27T08:04:26.648Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 751 | 2026-08-27T08:04:26.648Z | Downloaded sapling-renderdag v0.1.0 |
| 752 | 2026-08-27T08:04:26.648Z | Downloaded term v1.2.1 |
| 753 | 2026-08-27T08:04:26.652Z | Downloaded tokio-stream v0.1.18 |
| 754 | 2026-08-27T08:04:26.655Z | Downloaded defmt-macros v1.0.1 |
| 755 | 2026-08-27T08:04:26.660Z | Downloaded delegate v0.13.5 |
| 756 | 2026-08-27T08:04:26.660Z | Downloaded ingot-types v0.2.0 |
| 757 | 2026-08-27T08:04:26.660Z | Downloaded russh-cryptovec v0.62.0 |
| 758 | 2026-08-27T08:04:26.660Z | Downloaded secrecy v0.8.0 |
| 759 | 2026-08-27T08:04:26.663Z | Downloaded oxide-update-engine-types v0.1.2 |
| 760 | 2026-08-27T08:04:26.663Z | Downloaded subprocess v0.2.15 |
| 761 | 2026-08-27T08:04:26.663Z | Downloaded serde_plain v1.0.2 |
| 762 | 2026-08-27T08:04:26.668Z | Downloaded shell-words v1.1.1 |
| 763 | 2026-08-27T08:04:26.668Z | Downloaded sponge-cursor v0.1.0 |
| 764 | 2026-08-27T08:04:26.671Z | Downloaded multer v3.1.0 |
| 765 | 2026-08-27T08:04:26.672Z | Downloaded num_enum_derive v0.7.6 |
| 766 | 2026-08-27T08:04:26.672Z | Downloaded linear-map v1.2.0 |
| 767 | 2026-08-27T08:04:26.676Z | Downloaded bytes v1.11.1 |
| 768 | 2026-08-27T08:04:26.680Z | Downloaded compact_str v0.8.1 |
| 769 | 2026-08-27T08:04:26.680Z | Downloaded tinyvec v1.10.0 |
| 770 | 2026-08-27T08:04:26.683Z | Downloaded phc v0.6.1 |
| 771 | 2026-08-27T08:04:26.683Z | Downloaded bzip2 v0.4.4 |
| 772 | 2026-08-27T08:04:26.683Z | Downloaded chumsky v0.9.3 |
| 773 | 2026-08-27T08:04:26.683Z | Downloaded oxide-update-engine-display v0.1.2 |
| 774 | 2026-08-27T08:04:26.686Z | Downloaded password-hash v0.5.0 |
| 775 | 2026-08-27T08:04:26.686Z | Downloaded peg v0.8.5 |
| 776 | 2026-08-27T08:04:26.690Z | Downloaded polyval v0.7.1 |
| 777 | 2026-08-27T08:04:26.691Z | Downloaded predicates v3.1.4 |
| 778 | 2026-08-27T08:04:26.691Z | Downloaded progenitor-extras v0.2.0 |
| 779 | 2026-08-27T08:04:26.694Z | Downloaded libsw v3.5.0 |
| 780 | 2026-08-27T08:04:26.694Z | Downloaded sigpipe v0.1.3 |
| 781 | 2026-08-27T08:04:26.694Z | Downloaded stable_deref_trait v1.2.1 |
| 782 | 2026-08-27T08:04:26.694Z | Downloaded try-lock v0.2.5 |
| 783 | 2026-08-27T08:04:26.694Z | Downloaded structmeta-derive v0.3.0 |
| 784 | 2026-08-27T08:04:26.694Z | Downloaded tokio-macros v2.7.0 |
| 785 | 2026-08-27T08:04:26.694Z | Downloaded base64 v0.21.7 |
| 786 | 2026-08-27T08:04:26.698Z | Downloaded tokio-test v0.4.5 |
| 787 | 2026-08-27T08:04:26.698Z | Downloaded supports-hyperlinks v3.2.0 |
| 788 | 2026-08-27T08:04:26.698Z | Downloaded tabwriter v1.4.1 |
| 789 | 2026-08-27T08:04:26.698Z | Downloaded rand_core v0.10.0 |
| 790 | 2026-08-27T08:04:26.702Z | Downloaded slog v2.8.2 |
| 791 | 2026-08-27T08:04:26.706Z | Downloaded crossbeam-utils v0.8.21 |
| 792 | 2026-08-27T08:04:26.706Z | Downloaded darling v0.20.11 |
| 793 | 2026-08-27T08:04:26.710Z | Downloaded des v0.9.0 |
| 794 | 2026-08-27T08:04:26.710Z | Downloaded pin-project-internal v1.1.11 |
| 795 | 2026-08-27T08:04:26.710Z | Downloaded iana-time-zone v0.1.65 |
| 796 | 2026-08-27T08:04:26.715Z | Downloaded pem-rfc7468 v1.0.0 |
| 797 | 2026-08-27T08:04:26.715Z | Downloaded psm v0.1.30 |
| 798 | 2026-08-27T08:04:26.715Z | Downloaded r2d2 v0.8.10 |
| 799 | 2026-08-27T08:04:26.715Z | Downloaded resolv-conf v0.7.6 |
| 800 | 2026-08-27T08:04:26.715Z | Downloaded tower-layer v0.3.3 |
| 801 | 2026-08-27T08:04:26.719Z | Downloaded socket2 v0.6.3 |
| 802 | 2026-08-27T08:04:26.723Z | Downloaded backtrace v0.3.76 |
| 803 | 2026-08-27T08:04:26.733Z | Downloaded hickory-resolver v0.24.4 |
| 804 | 2026-08-27T08:04:26.736Z | Downloaded p384 v0.14.0 |
| 805 | 2026-08-27T08:04:26.740Z | Downloaded schemars_derive v0.8.22 |
| 806 | 2026-08-27T08:04:26.740Z | Downloaded sec1 v0.8.1 |
| 807 | 2026-08-27T08:04:26.740Z | Downloaded serde_urlencoded v0.7.1 |
| 808 | 2026-08-27T08:04:26.744Z | Downloaded slog-json v2.6.1 |
| 809 | 2026-08-27T08:04:26.744Z | Downloaded cpubits v0.1.1 |
| 810 | 2026-08-27T08:04:26.744Z | Downloaded crc-any v2.5.0 |
| 811 | 2026-08-27T08:04:26.744Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 812 | 2026-08-27T08:04:26.744Z | Downloaded async-compression v0.4.41 |
| 813 | 2026-08-27T08:04:26.749Z | Downloaded rayon-core v1.13.0 |
| 814 | 2026-08-27T08:04:26.753Z | Downloaded samael v0.0.19 |
| 815 | 2026-08-27T08:04:26.753Z | Downloaded snafu-derive v0.8.9 |
| 816 | 2026-08-27T08:04:26.758Z | Downloaded owo-colors v4.3.0 |
| 817 | 2026-08-27T08:04:26.758Z | Downloaded oxnet v0.1.6 |
| 818 | 2026-08-27T08:04:26.758Z | Downloaded poly1305 v0.9.0 |
| 819 | 2026-08-27T08:04:26.759Z | Downloaded chacha20poly1305 v0.10.1 |
| 820 | 2026-08-27T08:04:26.759Z | Downloaded tokio-tungstenite v0.21.0 |
| 821 | 2026-08-27T08:04:26.762Z | Downloaded scuffle v0.1.0 |
| 822 | 2026-08-27T08:04:26.762Z | Downloaded keccak v0.1.6 |
| 823 | 2026-08-27T08:04:26.768Z | Downloaded hashbrown v0.12.3 |
| 824 | 2026-08-27T08:04:26.771Z | Downloaded hickory-resolver v0.25.2 |
| 825 | 2026-08-27T08:04:26.774Z | Downloaded ssh-encoding v0.3.0 |
| 826 | 2026-08-27T08:04:26.774Z | Downloaded dsl_auto_type v0.2.0 |
| 827 | 2026-08-27T08:04:26.774Z | Downloaded tagptr v0.2.0 |
| 828 | 2026-08-27T08:04:26.777Z | Downloaded icu_properties v2.1.2 |
| 829 | 2026-08-27T08:04:26.780Z | Downloaded usdt-attr-macro v0.6.0 |
| 830 | 2026-08-27T08:04:26.780Z | Downloaded vergen-lib v0.1.6 |
| 831 | 2026-08-27T08:04:26.783Z | Downloaded vergen-lib v9.1.0 |
| 832 | 2026-08-27T08:04:26.784Z | Downloaded is-terminal v0.4.17 |
| 833 | 2026-08-27T08:04:26.784Z | Downloaded new_debug_unreachable v1.0.6 |
| 834 | 2026-08-27T08:04:26.784Z | Downloaded lru-cache v0.1.2 |
| 835 | 2026-08-27T08:04:26.784Z | Downloaded darling v0.21.3 |
| 836 | 2026-08-27T08:04:26.787Z | Downloaded zeroize v1.9.0 |
| 837 | 2026-08-27T08:04:26.787Z | Downloaded zstd v0.13.3 |
| 838 | 2026-08-27T08:04:26.790Z | Downloaded quinn-udp v0.5.14 |
| 839 | 2026-08-27T08:04:26.790Z | Downloaded unicase v2.9.0 |
| 840 | 2026-08-27T08:04:26.790Z | Downloaded unicode-xid v0.2.6 |
| 841 | 2026-08-27T08:04:26.793Z | Downloaded walkdir v2.5.0 |
| 842 | 2026-08-27T08:04:26.793Z | Downloaded hashbrown v0.13.2 |
| 843 | 2026-08-27T08:04:26.793Z | Downloaded internet-checksum v0.2.1 |
| 844 | 2026-08-27T08:04:26.797Z | Downloaded openssl-probe v0.2.1 |
| 845 | 2026-08-27T08:04:26.800Z | Downloaded num-conv v0.2.0 |
| 846 | 2026-08-27T08:04:26.803Z | Downloaded writeable v0.6.2 |
| 847 | 2026-08-27T08:04:26.803Z | Downloaded parse-display v0.10.0 |
| 848 | 2026-08-27T08:04:26.803Z | Downloaded num-derive v0.4.2 |
| 849 | 2026-08-27T08:04:26.803Z | Downloaded publicsuffix v2.3.0 |
| 850 | 2026-08-27T08:04:26.806Z | Downloaded constant_time_eq v0.4.2 |
| 851 | 2026-08-27T08:04:26.810Z | Downloaded data-encoding v2.10.0 |
| 852 | 2026-08-27T08:04:26.813Z | Downloaded tracing-attributes v0.1.31 |
| 853 | 2026-08-27T08:04:26.816Z | Downloaded progenitor-macro v0.13.0 |
| 854 | 2026-08-27T08:04:26.816Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 855 | 2026-08-27T08:04:26.819Z | Downloaded rand v0.10.1 |
| 856 | 2026-08-27T08:04:26.822Z | Downloaded rsa v0.9.10 |
| 857 | 2026-08-27T08:04:26.826Z | Downloaded toml_edit v0.19.15 |
| 858 | 2026-08-27T08:04:26.831Z | Downloaded prefix-trie v0.7.0 |
| 859 | 2026-08-27T08:04:26.835Z | Downloaded tls_codec v0.4.2 |
| 860 | 2026-08-27T08:04:26.835Z | Downloaded tokio-rustls v0.26.4 |
| 861 | 2026-08-27T08:04:26.838Z | Downloaded document-features v0.2.12 |
| 862 | 2026-08-27T08:04:26.838Z | Downloaded scheduled-thread-pool v0.2.7 |
| 863 | 2026-08-27T08:04:26.839Z | Downloaded qorb v0.4.1 |
| 864 | 2026-08-27T08:04:26.842Z | Downloaded http v1.4.2 |
| 865 | 2026-08-27T08:04:26.842Z | Downloaded keccak v0.2.0 |
| 866 | 2026-08-27T08:04:26.842Z | Downloaded twox-hash v2.1.2 |
| 867 | 2026-08-27T08:04:26.842Z | Downloaded smallvec v1.15.1 |
| 868 | 2026-08-27T08:04:26.845Z | Downloaded cc v1.2.56 |
| 869 | 2026-08-27T08:04:26.845Z | Downloaded sync_wrapper v1.0.2 |
| 870 | 2026-08-27T08:04:26.846Z | Downloaded der_derive v0.7.3 |
| 871 | 2026-08-27T08:04:26.846Z | Downloaded rand_chacha v0.3.1 |
| 872 | 2026-08-27T08:04:26.849Z | Downloaded ref-cast v1.0.25 |
| 873 | 2026-08-27T08:04:26.849Z | Downloaded recursive v0.1.1 |
| 874 | 2026-08-27T08:04:26.849Z | Downloaded ref-cast-impl v1.0.25 |
| 875 | 2026-08-27T08:04:26.849Z | Downloaded rustc_version v0.1.7 |
| 876 | 2026-08-27T08:04:26.849Z | Downloaded same-file v1.0.6 |
| 877 | 2026-08-27T08:04:26.852Z | Downloaded num-traits v0.2.19 |
| 878 | 2026-08-27T08:04:26.856Z | Downloaded knus v3.4.0 |
| 879 | 2026-08-27T08:04:26.856Z | Downloaded strum_macros v0.27.2 |
| 880 | 2026-08-27T08:04:26.856Z | Downloaded ryu v1.0.23 |
| 881 | 2026-08-27T08:04:26.862Z | Downloaded supports-color v3.0.2 |
| 882 | 2026-08-27T08:04:26.862Z | Downloaded ecdsa v0.16.9 |
| 883 | 2026-08-27T08:04:26.862Z | Downloaded native-tls v0.2.18 |
| 884 | 2026-08-27T08:04:26.862Z | Downloaded pem-rfc7468 v0.7.0 |
| 885 | 2026-08-27T08:04:26.866Z | Downloaded num-complex v0.4.6 |
| 886 | 2026-08-27T08:04:26.866Z | Downloaded semver v0.1.20 |
| 887 | 2026-08-27T08:04:26.866Z | Downloaded serde_repr v0.1.20 |
| 888 | 2026-08-27T08:04:26.866Z | Downloaded sqlparser_derive v0.5.0 |
| 889 | 2026-08-27T08:04:26.866Z | Downloaded crypto-bigint v0.5.5 |
| 890 | 2026-08-27T08:04:26.869Z | Downloaded bumpalo v3.20.2 |
| 891 | 2026-08-27T08:04:26.869Z | Downloaded darling v0.23.0 |
| 892 | 2026-08-27T08:04:26.872Z | Downloaded zip v0.6.6 |
| 893 | 2026-08-27T08:04:26.875Z | Downloaded parking_lot_core v0.9.12 |
| 894 | 2026-08-27T08:04:26.875Z | Downloaded pin-project v1.1.11 |
| 895 | 2026-08-27T08:04:26.879Z | Downloaded hickory-server v0.25.2 |
| 896 | 2026-08-27T08:04:26.883Z | Downloaded libsw-core v0.3.2 |
| 897 | 2026-08-27T08:04:26.883Z | Downloaded mime v0.3.17 |
| 898 | 2026-08-27T08:04:26.887Z | Downloaded strum v0.26.3 |
| 899 | 2026-08-27T08:04:26.887Z | Downloaded diff v0.1.13 |
| 900 | 2026-08-27T08:04:26.887Z | Downloaded ingot-macros v0.2.0 |
| 901 | 2026-08-27T08:04:26.887Z | Downloaded rustversion v1.0.22 |
| 902 | 2026-08-27T08:04:26.890Z | Downloaded void v1.0.2 |
| 903 | 2026-08-27T08:04:26.890Z | Downloaded yasna v0.5.2 |
| 904 | 2026-08-27T08:04:26.890Z | Downloaded utf8_iter v1.0.4 |
| 905 | 2026-08-27T08:04:26.891Z | Downloaded paste v1.0.15 |
| 906 | 2026-08-27T08:04:26.891Z | Downloaded mime_guess v2.0.5 |
| 907 | 2026-08-27T08:04:26.894Z | Downloaded zerofrom v0.1.6 |
| 908 | 2026-08-27T08:04:26.894Z | Downloaded derive_more v2.1.1 |
| 909 | 2026-08-27T08:04:26.899Z | Downloaded rustls-platform-verifier v0.6.2 |
| 910 | 2026-08-27T08:04:26.902Z | Downloaded serde_yaml v0.9.34+deprecated |
| 911 | 2026-08-27T08:04:26.906Z | Downloaded crc32fast v1.5.0 |
| 912 | 2026-08-27T08:04:26.906Z | Downloaded oxide-generation v0.1.3 |
| 913 | 2026-08-27T08:04:26.906Z | Downloaded oxide-tokio-rt v0.1.4 |
| 914 | 2026-08-27T08:04:26.906Z | Downloaded phf v0.13.1 |
| 915 | 2026-08-27T08:04:26.906Z | Downloaded poly1305 v0.8.0 |
| 916 | 2026-08-27T08:04:26.909Z | Downloaded indicatif v0.18.4 |
| 917 | 2026-08-27T08:04:26.909Z | Downloaded port-file v0.1.0 |
| 918 | 2026-08-27T08:04:26.912Z | Downloaded unarray v0.1.4 |
| 919 | 2026-08-27T08:04:26.912Z | Downloaded shlex v1.3.0 |
| 920 | 2026-08-27T08:04:26.912Z | Downloaded smallvec v0.6.14 |
| 921 | 2026-08-27T08:04:26.912Z | Downloaded digest-io v0.1.0 |
| 922 | 2026-08-27T08:04:26.912Z | Downloaded darling_macro v0.21.3 |
| 923 | 2026-08-27T08:04:26.912Z | Downloaded similar v2.7.0 |
| 924 | 2026-08-27T08:04:26.916Z | Downloaded crc-catalog v2.4.0 |
| 925 | 2026-08-27T08:04:26.916Z | Downloaded downcast-rs v2.0.2 |
| 926 | 2026-08-27T08:04:26.916Z | Downloaded idna_adapter v1.2.1 |
| 927 | 2026-08-27T08:04:26.919Z | Downloaded indoc v1.0.9 |
| 928 | 2026-08-27T08:04:26.919Z | Downloaded memmap2 v0.9.10 |
| 929 | 2026-08-27T08:04:26.919Z | Downloaded support-bundle-viewer v0.1.2 |
| 930 | 2026-08-27T08:04:26.922Z | Downloaded crucible-workspace-hack v0.1.0 |
| 931 | 2026-08-27T08:04:26.922Z | Downloaded dunce v1.0.5 |
| 932 | 2026-08-27T08:04:26.925Z | Downloaded kstat-rs v0.2.5 |
| 933 | 2026-08-27T08:04:26.925Z | Downloaded instability v0.3.11 |
| 934 | 2026-08-27T08:04:26.929Z | Downloaded match_cfg v0.1.0 |
| 935 | 2026-08-27T08:04:26.929Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 936 | 2026-08-27T08:04:26.932Z | Downloaded hashbrown v0.14.5 |
| 937 | 2026-08-27T08:04:26.936Z | Downloaded ml-kem v0.3.2 |
| 938 | 2026-08-27T08:04:26.936Z | Downloaded crossbeam-epoch v0.9.18 |
| 939 | 2026-08-27T08:04:26.940Z | Downloaded darling_core v0.13.4 |
| 940 | 2026-08-27T08:04:26.940Z | Downloaded topological-sort v0.2.2 |
| 941 | 2026-08-27T08:04:26.943Z | Downloaded test-strategy v0.4.5 |
| 942 | 2026-08-27T08:04:26.943Z | Downloaded unsafe-libyaml v0.2.11 |
| 943 | 2026-08-27T08:04:26.946Z | Downloaded litrs v1.0.0 |
| 944 | 2026-08-27T08:04:26.946Z | Downloaded rustyline v14.0.0 |
| 945 | 2026-08-27T08:04:26.951Z | Downloaded thiserror-no-std v2.0.2 |
| 946 | 2026-08-27T08:04:26.951Z | Downloaded vergen-git2 v9.1.0 |
| 947 | 2026-08-27T08:04:26.954Z | Downloaded zstd-safe v7.2.4 |
| 948 | 2026-08-27T08:04:26.954Z | Downloaded tokio-native-tls v0.3.1 |
| 949 | 2026-08-27T08:04:26.954Z | Downloaded proc-macro-crate v3.4.0 |
| 950 | 2026-08-27T08:04:26.954Z | Downloaded phf_shared v0.11.3 |
| 951 | 2026-08-27T08:04:26.958Z | Downloaded indexmap v1.9.3 |
| 952 | 2026-08-27T08:04:26.958Z | Downloaded sha2 v0.11.0 |
| 953 | 2026-08-27T08:04:26.962Z | Downloaded yoke v0.8.1 |
| 954 | 2026-08-27T08:04:26.962Z | Downloaded derive_more-impl v2.1.1 |
| 955 | 2026-08-27T08:04:26.966Z | Downloaded p521 v0.14.0 |
| 956 | 2026-08-27T08:04:26.966Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 957 | 2026-08-27T08:04:26.966Z | Downloaded hashbrown v0.15.5 |
| 958 | 2026-08-27T08:04:26.969Z | Downloaded ed25519-dalek v3.0.0 |
| 959 | 2026-08-27T08:04:26.969Z | Downloaded uuid v1.23.4 |
| 960 | 2026-08-27T08:04:26.972Z | Downloaded rtoolbox v0.0.3 |
| 961 | 2026-08-27T08:04:26.972Z | Downloaded siphasher v1.0.2 |
| 962 | 2026-08-27T08:04:26.972Z | Downloaded zerovec-derive v0.11.2 |
| 963 | 2026-08-27T08:04:26.973Z | Downloaded thread-id v5.1.0 |
| 964 | 2026-08-27T08:04:26.976Z | Downloaded time-core v0.1.8 |
| 965 | 2026-08-27T08:04:26.976Z | Downloaded tinyvec_macros v0.1.1 |
| 966 | 2026-08-27T08:04:26.979Z | Downloaded ed25519 v3.0.0 |
| 967 | 2026-08-27T08:04:26.979Z | Downloaded hyper-staticfile v0.10.1 |
| 968 | 2026-08-27T08:04:26.986Z | Downloaded time-macros v0.2.27 |
| 969 | 2026-08-27T08:04:26.990Z | Downloaded diesel-dtrace v0.5.0 |
| 970 | 2026-08-27T08:04:26.990Z | Downloaded ipnet v2.12.0 |
| 971 | 2026-08-27T08:04:26.995Z | Downloaded knus-derive v3.4.0 |
| 972 | 2026-08-27T08:04:26.995Z | Downloaded serde-big-array v0.5.1 |
| 973 | 2026-08-27T08:04:26.995Z | Downloaded signal-hook-mio v0.2.5 |
| 974 | 2026-08-27T08:04:26.999Z | Downloaded strum v0.27.2 |
| 975 | 2026-08-27T08:04:26.999Z | Downloaded derive_more v0.99.20 |
| 976 | 2026-08-27T08:04:27.003Z | Downloaded nanorand v0.7.0 |
| 977 | 2026-08-27T08:04:27.007Z | Downloaded serde_cbor v0.11.2 |
| 978 | 2026-08-27T08:04:27.007Z | Downloaded dirs-next v2.0.0 |
| 979 | 2026-08-27T08:04:27.007Z | Downloaded indent_write v2.2.0 |
| 980 | 2026-08-27T08:04:27.010Z | Downloaded inout v0.1.4 |
| 981 | 2026-08-27T08:04:27.014Z | Downloaded usdt v0.6.0 |
| 982 | 2026-08-27T08:04:27.018Z | Downloaded universal-hash v0.5.1 |
| 983 | 2026-08-27T08:04:27.029Z | Downloaded libscf-sys v1.2.0 |
| 984 | 2026-08-27T08:04:27.029Z | Downloaded cpufeatures v0.3.0 |
| 985 | 2026-08-27T08:04:27.029Z | Downloaded defmt v0.3.100 |
| 986 | 2026-08-27T08:04:27.029Z | Downloaded kem v0.3.0 |
| 987 | 2026-08-27T08:04:27.029Z | Downloaded ignore v0.4.25 |
| 988 | 2026-08-27T08:04:27.029Z | Downloaded unicode-segmentation v1.12.0 |
| 989 | 2026-08-27T08:04:27.029Z | Downloaded num_enum v0.7.6 |
| 990 | 2026-08-27T08:04:27.029Z | Downloaded hashbrown v0.16.1 |
| 991 | 2026-08-27T08:04:27.034Z | Downloaded signal-hook v0.3.18 |
| 992 | 2026-08-27T08:04:27.034Z | Downloaded derive_builder v0.20.2 |
| 993 | 2026-08-27T08:04:27.037Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 994 | 2026-08-27T08:04:27.037Z | Downloaded darling_macro v0.23.0 |
| 995 | 2026-08-27T08:04:27.037Z | Downloaded hyper-tls v0.6.0 |
| 996 | 2026-08-27T08:04:27.041Z | Downloaded static_assertions v1.1.0 |
| 997 | 2026-08-27T08:04:27.041Z | Downloaded managed v0.8.0 |
| 998 | 2026-08-27T08:04:27.041Z | Downloaded yansi v1.0.1 |
| 999 | 2026-08-27T08:04:27.041Z | Downloaded nonempty v0.12.0 |
| 1000 | 2026-08-27T08:04:27.041Z | Downloaded num_enum_derive v0.5.11 |
| 1001 | 2026-08-27T08:04:27.046Z | Downloaded parse-size v1.1.0 |
| 1002 | 2026-08-27T08:04:27.046Z | Downloaded parse-display-derive v0.10.0 |
| 1003 | 2026-08-27T08:04:27.050Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1004 | 2026-08-27T08:04:27.053Z | Downloaded inout v0.2.2 |
| 1005 | 2026-08-27T08:04:27.053Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1006 | 2026-08-27T08:04:27.053Z | Downloaded typed-path v0.9.3 |
| 1007 | 2026-08-27T08:04:27.056Z | Downloaded ppv-lite86 v0.2.21 |
| 1008 | 2026-08-27T08:04:27.059Z | Downloaded progenitor-impl v0.13.0 |
| 1009 | 2026-08-27T08:04:27.059Z | Downloaded progenitor-impl v0.14.0 |
| 1010 | 2026-08-27T08:04:27.059Z | Downloaded sha1 v0.11.0 |
| 1011 | 2026-08-27T08:04:27.062Z | Downloaded serde_spanned v1.1.1 |
| 1012 | 2026-08-27T08:04:27.066Z | Downloaded subtle v2.6.1 |
| 1013 | 2026-08-27T08:04:27.071Z | Downloaded prettyplease v0.2.37 |
| 1014 | 2026-08-27T08:04:27.076Z | Downloaded signal-hook-tokio v0.3.1 |
| 1015 | 2026-08-27T08:04:27.076Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1016 | 2026-08-27T08:04:27.079Z | Downloaded slog-dtrace v0.3.0 |
| 1017 | 2026-08-27T08:04:27.080Z | Downloaded slog-envlogger v2.2.0 |
| 1018 | 2026-08-27T08:04:27.080Z | Downloaded slog-scope v4.4.1 |
| 1019 | 2026-08-27T08:04:27.080Z | Downloaded synstructure v0.13.2 |
| 1020 | 2026-08-27T08:04:27.080Z | Downloaded wnaf v0.14.0 |
| 1021 | 2026-08-27T08:04:27.083Z | Downloaded reedline v0.40.0 |
| 1022 | 2026-08-27T08:04:27.086Z | Downloaded scroll_derive v0.13.1 |
| 1023 | 2026-08-27T08:04:27.086Z | Downloaded num-bigint v0.4.6 |
| 1024 | 2026-08-27T08:04:27.090Z | Downloaded elliptic-curve v0.13.8 |
| 1025 | 2026-08-27T08:04:27.090Z | Downloaded icu_normalizer v2.1.1 |
| 1026 | 2026-08-27T08:04:27.093Z | Downloaded unit-prefix v0.5.2 |
| 1027 | 2026-08-27T08:04:27.093Z | Downloaded universal-hash v0.6.1 |
| 1028 | 2026-08-27T08:04:27.093Z | Downloaded tui-tree-widget v0.23.1 |
| 1029 | 2026-08-27T08:04:27.093Z | Downloaded xattr v1.6.1 |
| 1030 | 2026-08-27T08:04:27.093Z | Downloaded vte v0.14.1 |
| 1031 | 2026-08-27T08:04:27.097Z | Downloaded zone v0.3.1 |
| 1032 | 2026-08-27T08:04:27.097Z | Downloaded icu_locale_core v2.1.1 |
| 1033 | 2026-08-27T08:04:27.100Z | Downloaded hyper v1.10.1 |
| 1034 | 2026-08-27T08:04:27.103Z | Downloaded h2 v0.4.15 |
| 1035 | 2026-08-27T08:04:27.107Z | Downloaded xshell v0.2.7 |
| 1036 | 2026-08-27T08:04:27.107Z | Downloaded rustls-pki-types v1.14.0 |
| 1037 | 2026-08-27T08:04:27.111Z | Downloaded convert_case v0.10.0 |
| 1038 | 2026-08-27T08:04:27.112Z | Downloaded num_enum v0.5.11 |
| 1039 | 2026-08-27T08:04:27.116Z | Downloaded spin v0.9.8 |
| 1040 | 2026-08-27T08:04:27.117Z | Downloaded peg-macros v0.8.5 |
| 1041 | 2026-08-27T08:04:27.117Z | Downloaded cstr-argument v0.1.2 |
| 1042 | 2026-08-27T08:04:27.117Z | Downloaded dyn-clone v1.0.20 |
| 1043 | 2026-08-27T08:04:27.117Z | Downloaded ena v0.14.4 |
| 1044 | 2026-08-27T08:04:27.117Z | Downloaded lock_api v0.4.14 |
| 1045 | 2026-08-27T08:04:27.117Z | Downloaded crc8 v0.1.1 |
| 1046 | 2026-08-27T08:04:27.121Z | Downloaded difflib v0.4.0 |
| 1047 | 2026-08-27T08:04:27.121Z | Downloaded futures-util v0.3.32 |
| 1048 | 2026-08-27T08:04:27.124Z | Downloaded num-bigint-dig v0.8.6 |
| 1049 | 2026-08-27T08:04:27.127Z | Downloaded parking_lot v0.11.2 |
| 1050 | 2026-08-27T08:04:27.127Z | Downloaded ed25519 v2.2.3 |
| 1051 | 2026-08-27T08:04:27.128Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1052 | 2026-08-27T08:04:27.131Z | Downloaded itertools v0.10.5 |
| 1053 | 2026-08-27T08:04:27.134Z | Downloaded vergen v9.1.0 |
| 1054 | 2026-08-27T08:04:27.138Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1055 | 2026-08-27T08:04:27.139Z | Downloaded num_threads v0.1.7 |
| 1056 | 2026-08-27T08:04:27.139Z | Downloaded newtype_derive v0.1.6 |
| 1057 | 2026-08-27T08:04:27.139Z | Downloaded oso-derive v0.27.3 |
| 1058 | 2026-08-27T08:04:27.139Z | Downloaded percent-encoding v2.3.2 |
| 1059 | 2026-08-27T08:04:27.142Z | Downloaded darling v0.13.4 |
| 1060 | 2026-08-27T08:04:27.142Z | Downloaded psl-types v2.0.11 |
| 1061 | 2026-08-27T08:04:27.146Z | Downloaded quick-error v1.2.3 |
| 1062 | 2026-08-27T08:04:27.154Z | Downloaded tokio-util v0.7.18 |
| 1063 | 2026-08-27T08:04:27.159Z | Downloaded const_format v0.2.35 |
| 1064 | 2026-08-27T08:04:27.163Z | Downloaded darling_core v0.20.11 |
| 1065 | 2026-08-27T08:04:27.167Z | Downloaded newtype-uuid v1.3.2 |
| 1066 | 2026-08-27T08:04:27.167Z | Downloaded progenitor v0.14.0 |
| 1067 | 2026-08-27T08:04:27.167Z | Downloaded rand_core v0.6.4 |
| 1068 | 2026-08-27T08:04:27.167Z | Downloaded rand_xorshift v0.4.0 |
| 1069 | 2026-08-27T08:04:27.167Z | Downloaded serde_bytes v0.11.19 |
| 1070 | 2026-08-27T08:04:27.167Z | Downloaded strsim v0.10.0 |
| 1071 | 2026-08-27T08:04:27.168Z | Downloaded zerofrom-derive v0.1.6 |
| 1072 | 2026-08-27T08:04:27.168Z | Downloaded crypto-common v0.2.2 |
| 1073 | 2026-08-27T08:04:27.171Z | Downloaded ed25519-dalek v2.2.0 |
| 1074 | 2026-08-27T08:04:27.174Z | Downloaded icu_provider v2.1.1 |
| 1075 | 2026-08-27T08:04:27.174Z | Downloaded spki v0.8.0 |
| 1076 | 2026-08-27T08:04:27.174Z | Downloaded stacker v0.1.23 |
| 1077 | 2026-08-27T08:04:27.177Z | Downloaded term v0.7.0 |
| 1078 | 2026-08-27T08:04:27.177Z | Downloaded trait-variant v0.1.2 |
| 1079 | 2026-08-27T08:04:27.177Z | Downloaded untrusted v0.9.0 |
| 1080 | 2026-08-27T08:04:27.177Z | Downloaded usdt-macro v0.6.0 |
| 1081 | 2026-08-27T08:04:27.181Z | Downloaded dropshot-api-manager v0.8.0 |
| 1082 | 2026-08-27T08:04:27.181Z | Downloaded cookie v0.18.1 |
| 1083 | 2026-08-27T08:04:27.184Z | Downloaded cookie_store v0.22.1 |
| 1084 | 2026-08-27T08:04:27.184Z | Downloaded indoc v2.0.7 |
| 1085 | 2026-08-27T08:04:27.187Z | Downloaded memoffset v0.9.1 |
| 1086 | 2026-08-27T08:04:27.187Z | Downloaded derive_builder_macro v0.20.2 |
| 1087 | 2026-08-27T08:04:27.187Z | Downloaded steno v0.4.1 |
| 1088 | 2026-08-27T08:04:27.191Z | Downloaded hkdf v0.12.4 |
| 1089 | 2026-08-27T08:04:27.191Z | Downloaded embedded-io v0.4.0 |
| 1090 | 2026-08-27T08:04:27.194Z | Downloaded dtrace-parser v0.3.0 |
| 1091 | 2026-08-27T08:04:27.194Z | Downloaded itertools v0.12.1 |
| 1092 | 2026-08-27T08:04:27.197Z | Downloaded serdect v0.4.3 |
| 1093 | 2026-08-27T08:04:27.197Z | Downloaded path-slash v0.1.5 |
| 1094 | 2026-08-27T08:04:27.197Z | Downloaded peg-runtime v0.8.5 |
| 1095 | 2026-08-27T08:04:27.201Z | Downloaded reqwest v0.13.2 |
| 1096 | 2026-08-27T08:04:27.204Z | Downloaded hyper-util v0.1.20 |
| 1097 | 2026-08-27T08:04:27.207Z | Downloaded tower-http v0.6.8 |
| 1098 | 2026-08-27T08:04:27.210Z | Downloaded unicode-bidi v0.3.18 |
| 1099 | 2026-08-27T08:04:27.211Z | Downloaded libloading v0.8.9 |
| 1100 | 2026-08-27T08:04:27.214Z | Downloaded module-lattice v0.2.3 |
| 1101 | 2026-08-27T08:04:27.214Z | Downloaded tokio-tungstenite v0.23.1 |
| 1102 | 2026-08-27T08:04:27.214Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1103 | 2026-08-27T08:04:27.217Z | Downloaded slab v0.4.12 |
| 1104 | 2026-08-27T08:04:27.217Z | Downloaded smf v0.2.3 |
| 1105 | 2026-08-27T08:04:27.217Z | Downloaded proc-macro-crate v1.3.1 |
| 1106 | 2026-08-27T08:04:27.220Z | Downloaded maplit v1.0.2 |
| 1107 | 2026-08-27T08:04:27.226Z | Downloaded postgres-types v0.2.12 |
| 1108 | 2026-08-27T08:04:27.229Z | Downloaded aes-gcm v0.11.0 |
| 1109 | 2026-08-27T08:04:27.233Z | Downloaded tap v1.0.1 |
| 1110 | 2026-08-27T08:04:27.233Z | Downloaded const_format_proc_macros v0.2.34 |
| 1111 | 2026-08-27T08:04:27.233Z | Downloaded openssl-probe v0.1.6 |
| 1112 | 2026-08-27T08:04:27.236Z | Downloaded secrecy v0.10.3 |
| 1113 | 2026-08-27T08:04:27.236Z | Downloaded primefield v0.14.0 |
| 1114 | 2026-08-27T08:04:27.236Z | Downloaded salsa20 v0.11.0 |
| 1115 | 2026-08-27T08:04:27.241Z | Downloaded scrypt v0.12.0 |
| 1116 | 2026-08-27T08:04:27.241Z | Downloaded hkdf v0.13.0 |
| 1117 | 2026-08-27T08:04:27.245Z | Downloaded icu_properties_data v2.1.2 |
| 1118 | 2026-08-27T08:04:27.248Z | Downloaded pkcs5 v0.8.1 |
| 1119 | 2026-08-27T08:04:27.251Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1120 | 2026-08-27T08:04:27.251Z | Downloaded daft-derive v0.1.8 |
| 1121 | 2026-08-27T08:04:27.255Z | Downloaded daft v0.1.8 |
| 1122 | 2026-08-27T08:04:27.255Z | Downloaded jobserver v0.1.34 |
| 1123 | 2026-08-27T08:04:27.258Z | Downloaded take_mut v0.2.2 |
| 1124 | 2026-08-27T08:04:27.258Z | Downloaded termtree v0.5.1 |
| 1125 | 2026-08-27T08:04:27.262Z | Downloaded itertools v0.13.0 |
| 1126 | 2026-08-27T08:04:27.266Z | Downloaded ron v0.8.1 |
| 1127 | 2026-08-27T08:04:27.270Z | Downloaded signature v3.0.0 |
| 1128 | 2026-08-27T08:04:27.270Z | Downloaded derive-ex v0.1.8 |
| 1129 | 2026-08-27T08:04:27.274Z | Downloaded waitgroup v0.1.2 |
| 1130 | 2026-08-27T08:04:27.274Z | Downloaded embedded-io v0.6.1 |
| 1131 | 2026-08-27T08:04:27.274Z | Downloaded aho-corasick v1.1.4 |
| 1132 | 2026-08-27T08:04:27.281Z | Downloaded zip v4.6.1 |
| 1133 | 2026-08-27T08:04:27.286Z | Downloaded serde_tokenstream v0.3.0 |
| 1134 | 2026-08-27T08:04:27.286Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1135 | 2026-08-27T08:04:27.286Z | Downloaded litemap v0.8.1 |
| 1136 | 2026-08-27T08:04:27.290Z | Downloaded whoami v1.6.1 |
| 1137 | 2026-08-27T08:04:27.290Z | Downloaded url v2.5.8 |
| 1138 | 2026-08-27T08:04:27.303Z | Downloaded display-error-chain v0.2.2 |
| 1139 | 2026-08-27T08:04:27.310Z | Downloaded packed_struct_codegen v0.10.1 |
| 1140 | 2026-08-27T08:04:27.310Z | Downloaded miniz_oxide v0.8.9 |
| 1141 | 2026-08-27T08:04:27.310Z | Downloaded num v0.4.3 |
| 1142 | 2026-08-27T08:04:27.310Z | Downloaded darling_macro v0.13.4 |
| 1143 | 2026-08-27T08:04:27.311Z | Downloaded phf_shared v0.12.1 |
| 1144 | 2026-08-27T08:04:27.311Z | Downloaded password-hash v0.6.1 |
| 1145 | 2026-08-27T08:04:27.311Z | Downloaded tower-service v0.3.3 |
| 1146 | 2026-08-27T08:04:27.311Z | Downloaded illumos-nvpair v0.3.0 |
| 1147 | 2026-08-27T08:04:27.311Z | Downloaded termios v0.3.3 |
| 1148 | 2026-08-27T08:04:27.311Z | Downloaded russh-util v0.52.0 |
| 1149 | 2026-08-27T08:04:27.311Z | Downloaded openssl-sys v0.9.117 |
| 1150 | 2026-08-27T08:04:27.315Z | Downloaded p256 v0.14.0 |
| 1151 | 2026-08-27T08:04:27.322Z | Downloaded drift v0.2.0 |
| 1152 | 2026-08-27T08:04:27.345Z | Downloaded linked-hash-map v0.5.6 |
| 1153 | 2026-08-27T08:04:27.346Z | Downloaded der v0.7.10 |
| 1154 | 2026-08-27T08:04:27.346Z | Downloaded crc v3.4.0 |
| 1155 | 2026-08-27T08:04:27.346Z | Downloaded potential_utf v0.1.4 |
| 1156 | 2026-08-27T08:04:27.346Z | Downloaded powerfmt v0.2.0 |
| 1157 | 2026-08-27T08:04:27.350Z | Downloaded digest v0.11.3 |
| 1158 | 2026-08-27T08:04:27.350Z | Downloaded ingot v0.2.1 |
| 1159 | 2026-08-27T08:04:27.350Z | Downloaded ipnetwork v0.21.1 |
| 1160 | 2026-08-27T08:04:27.350Z | Downloaded lru v0.12.5 |
| 1161 | 2026-08-27T08:04:27.350Z | Downloaded spki v0.7.3 |
| 1162 | 2026-08-27T08:04:27.350Z | Downloaded wait-timeout v0.2.1 |
| 1163 | 2026-08-27T08:04:27.350Z | Downloaded usdt-impl v0.6.0 |
| 1164 | 2026-08-27T08:04:27.350Z | Downloaded displaydoc v0.2.5 |
| 1165 | 2026-08-27T08:04:27.350Z | Downloaded ident_case v1.0.1 |
| 1166 | 2026-08-27T08:04:27.350Z | Downloaded signature v2.2.0 |
| 1167 | 2026-08-27T08:04:27.350Z | Downloaded tar v0.4.46 |
| 1168 | 2026-08-27T08:04:27.350Z | Downloaded minimal-lexical v0.2.1 |
| 1169 | 2026-08-27T08:04:27.351Z | Downloaded strum_macros v0.26.4 |
| 1170 | 2026-08-27T08:04:27.351Z | Downloaded deranged v0.5.8 |
| 1171 | 2026-08-27T08:04:27.351Z | Downloaded is_ci v1.2.0 |
| 1172 | 2026-08-27T08:04:27.355Z | Downloaded ecdsa v0.17.0 |
| 1173 | 2026-08-27T08:04:27.359Z | Downloaded newline-converter v0.3.0 |
| 1174 | 2026-08-27T08:04:27.359Z | Downloaded seq-macro v0.3.6 |
| 1175 | 2026-08-27T08:04:27.362Z | Downloaded toml v0.7.8 |
| 1176 | 2026-08-27T08:04:27.366Z | Downloaded quinn v0.11.11 |
| 1177 | 2026-08-27T08:04:27.370Z | Downloaded lru-slab v0.1.2 |
| 1178 | 2026-08-27T08:04:27.383Z | Downloaded scroll v0.13.0 |
| 1179 | 2026-08-27T08:04:27.386Z | Downloaded proc-macro-error2 v2.0.1 |
| 1180 | 2026-08-27T08:04:27.387Z | Downloaded rand v0.9.2 |
| 1181 | 2026-08-27T08:04:27.387Z | Downloaded rusty-fork v0.3.1 |
| 1182 | 2026-08-27T08:04:27.387Z | Downloaded rustc-demangle v0.1.27 |
| 1183 | 2026-08-27T08:04:27.387Z | Downloaded miette-derive v7.6.0 |
| 1184 | 2026-08-27T08:04:27.387Z | Downloaded rustls-pemfile v2.2.0 |
| 1185 | 2026-08-27T08:04:27.390Z | Downloaded stringprep v0.1.5 |
| 1186 | 2026-08-27T08:04:27.390Z | Downloaded blake3 v1.8.5 |
| 1187 | 2026-08-27T08:04:27.397Z | Downloaded jiff-static v0.2.34 |
| 1188 | 2026-08-27T08:04:27.397Z | Downloaded schemars v0.9.0 |
| 1189 | 2026-08-27T08:04:27.401Z | Downloaded winnow v0.6.26 |
| 1190 | 2026-08-27T08:04:27.405Z | Downloaded der v0.8.0 |
| 1191 | 2026-08-27T08:04:27.410Z | Downloaded papergrid v0.18.0 |
| 1192 | 2026-08-27T08:04:27.414Z | Downloaded ctutils v0.4.2 |
| 1193 | 2026-08-27T08:04:27.414Z | Downloaded progenitor v0.13.0 |
| 1194 | 2026-08-27T08:04:27.415Z | Downloaded rfc6979 v0.6.0 |
| 1195 | 2026-08-27T08:04:27.415Z | Downloaded slog-bunyan v2.5.0 |
| 1196 | 2026-08-27T08:04:27.415Z | Downloaded nom v8.0.0 |
| 1197 | 2026-08-27T08:04:27.420Z | Downloaded pretty_assertions v1.4.1 |
| 1198 | 2026-08-27T08:04:27.420Z | Downloaded tungstenite v0.21.0 |
| 1199 | 2026-08-27T08:04:27.425Z | Downloaded ssh-cipher v0.3.0 |
| 1200 | 2026-08-27T08:04:27.426Z | Downloaded tokio-dtrace v0.1.1 |
| 1201 | 2026-08-27T08:04:27.426Z | Downloaded whoami v2.1.0 |
| 1202 | 2026-08-27T08:04:27.426Z | Downloaded serde_with v1.14.0 |
| 1203 | 2026-08-27T08:04:27.426Z | Downloaded csv-core v0.1.13 |
| 1204 | 2026-08-27T08:04:27.426Z | Downloaded oxide-update-engine v0.1.2 |
| 1205 | 2026-08-27T08:04:27.439Z | Downloaded sha3 v0.12.0 |
| 1206 | 2026-08-27T08:04:27.439Z | Downloaded git2 v0.20.4 |
| 1207 | 2026-08-27T08:04:27.443Z | Downloaded defmt v1.0.1 |
| 1208 | 2026-08-27T08:04:27.459Z | Downloaded unicode_categories v0.1.1 |
| 1209 | 2026-08-27T08:04:27.464Z | Downloaded darling_core v0.23.0 |
| 1210 | 2026-08-27T08:04:27.464Z | Downloaded dropshot_endpoint v0.17.1 |
| 1211 | 2026-08-27T08:04:27.464Z | Downloaded icu_normalizer_data v2.1.1 |
| 1212 | 2026-08-27T08:04:27.464Z | Downloaded packed_struct v0.10.1 |
| 1213 | 2026-08-27T08:04:27.464Z | Downloaded pin-project-lite v0.2.17 |
| 1214 | 2026-08-27T08:04:27.464Z | Downloaded pkcs8 v0.10.2 |
| 1215 | 2026-08-27T08:04:27.464Z | Downloaded rand_chacha v0.9.0 |
| 1216 | 2026-08-27T08:04:27.464Z | Downloaded zerocopy v0.6.6 |
| 1217 | 2026-08-27T08:04:27.464Z | Downloaded derive_builder_core v0.20.2 |
| 1218 | 2026-08-27T08:04:27.468Z | Downloaded tracing-core v0.1.36 |
| 1219 | 2026-08-27T08:04:27.468Z | Downloaded rcgen v0.12.1 |
| 1220 | 2026-08-27T08:04:27.468Z | Downloaded aws-lc-rs v1.16.3 |
| 1221 | 2026-08-27T08:04:27.472Z | Downloaded nu-ansi-term v0.50.3 |
| 1222 | 2026-08-27T08:04:27.478Z | Downloaded tough v0.22.0 |
| 1223 | 2026-08-27T08:04:27.482Z | Downloaded slog-stdlog v4.1.1 |
| 1224 | 2026-08-27T08:04:27.482Z | Downloaded bindgen v0.71.1 |
| 1225 | 2026-08-27T08:04:27.482Z | Downloaded libefi-sys v0.1.0 |
| 1226 | 2026-08-27T08:04:27.483Z | Downloaded tls_codec_derive v0.4.2 |
| 1227 | 2026-08-27T08:04:27.487Z | Downloaded x509-cert v0.2.5 |
| 1228 | 2026-08-27T08:04:27.490Z | Downloaded serde_with_macros v3.21.0 |
| 1229 | 2026-08-27T08:04:27.490Z | Downloaded diesel_derives v2.3.7 |
| 1230 | 2026-08-27T08:04:27.505Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1231 | 2026-08-27T08:04:27.508Z | Downloaded crossbeam-deque v0.8.6 |
| 1232 | 2026-08-27T08:04:27.513Z | Downloaded crossterm v0.28.1 |
| 1233 | 2026-08-27T08:04:27.525Z | Downloaded rustls-webpki v0.103.13 |
| 1234 | 2026-08-27T08:04:27.531Z | Downloaded typify v0.6.2 |
| 1235 | 2026-08-27T08:04:27.539Z | Downloaded icu_collections v2.1.1 |
| 1236 | 2026-08-27T08:04:27.543Z | Downloaded snafu v0.8.9 |
| 1237 | 2026-08-27T08:04:27.546Z | Downloaded schemars v1.2.1 |
| 1238 | 2026-08-27T08:04:27.553Z | Downloaded zerotrie v0.2.3 |
| 1239 | 2026-08-27T08:04:27.559Z | Downloaded goblin v0.10.5 |
| 1240 | 2026-08-27T08:04:27.563Z | Downloaded rsa v0.10.0-rc.18 |
| 1241 | 2026-08-27T08:04:27.563Z | Downloaded zopfli v0.8.3 |
| 1242 | 2026-08-27T08:04:27.563Z | Downloaded chrono v0.4.45 |
| 1243 | 2026-08-27T08:04:27.568Z | Downloaded crossterm v0.29.0 |
| 1244 | 2026-08-27T08:04:27.571Z | Downloaded derive-where v1.6.0 |
| 1245 | 2026-08-27T08:04:27.579Z | Downloaded tower v0.5.3 |
| 1246 | 2026-08-27T08:04:27.584Z | Downloaded tokio-postgres v0.7.16 |
| 1247 | 2026-08-27T08:04:27.588Z | Downloaded tungstenite v0.23.0 |
| 1248 | 2026-08-27T08:04:27.588Z | Downloaded zerocopy-derive v0.8.55 |
| 1249 | 2026-08-27T08:04:27.612Z | Downloaded bitvec v1.0.1 |
| 1250 | 2026-08-27T08:04:27.612Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1251 | 2026-08-27T08:04:27.612Z | Downloaded jiff-core v0.1.0 |
| 1252 | 2026-08-27T08:04:27.612Z | Downloaded darling_core v0.21.3 |
| 1253 | 2026-08-27T08:04:27.612Z | Downloaded smoltcp v0.9.1 |
| 1254 | 2026-08-27T08:04:27.618Z | Downloaded miette v7.6.0 |
| 1255 | 2026-08-27T08:04:27.618Z | Downloaded winnow v0.5.40 |
| 1256 | 2026-08-27T08:04:27.645Z | Downloaded regex-syntax v0.6.29 |
| 1257 | 2026-08-27T08:04:27.650Z | Downloaded gimli v0.32.3 |
| 1258 | 2026-08-27T08:04:27.655Z | Downloaded crossbeam-channel v0.5.15 |
| 1259 | 2026-08-27T08:04:27.655Z | Downloaded rand v0.8.6 |
| 1260 | 2026-08-27T08:04:27.664Z | Downloaded itertools v0.15.0 |
| 1261 | 2026-08-27T08:04:27.668Z | Downloaded nom v7.1.3 |
| 1262 | 2026-08-27T08:04:27.674Z | Downloaded rawzip v0.4.4 |
| 1263 | 2026-08-27T08:04:27.678Z | Downloaded regex v1.12.3 |
| 1264 | 2026-08-27T08:04:27.685Z | Downloaded mio v1.2.0 |
| 1265 | 2026-08-27T08:04:27.698Z | Downloaded salty v0.3.0 |
| 1266 | 2026-08-27T08:04:27.704Z | Downloaded zerovec v0.11.5 |
| 1267 | 2026-08-27T08:04:27.710Z | Downloaded time v0.3.47 |
| 1268 | 2026-08-27T08:04:27.716Z | Downloaded p384 v0.13.1 |
| 1269 | 2026-08-27T08:04:27.741Z | Downloaded unicode-normalization v0.1.25 |
| 1270 | 2026-08-27T08:04:27.742Z | Downloaded iri-string v0.7.10 |
| 1271 | 2026-08-27T08:04:27.746Z | Downloaded libxml v0.3.3 |
| 1272 | 2026-08-27T08:04:27.746Z | Downloaded proptest v1.11.0 |
| 1273 | 2026-08-27T08:04:27.746Z | Downloaded iddqd v0.4.2 |
| 1274 | 2026-08-27T08:04:27.746Z | Downloaded russh v0.62.4 |
| 1275 | 2026-08-27T08:04:27.746Z | Downloaded idna v1.1.0 |
| 1276 | 2026-08-27T08:04:27.753Z | Downloaded syn v3.0.3 |
| 1277 | 2026-08-27T08:04:27.761Z | Downloaded lalrpop v0.19.12 |
| 1278 | 2026-08-27T08:04:27.761Z | Downloaded nix v0.27.1 |
| 1279 | 2026-08-27T08:04:27.768Z | Downloaded crypto-primes v0.7.2 |
| 1280 | 2026-08-27T08:04:27.773Z | Downloaded reqwest v0.12.28 |
| 1281 | 2026-08-27T08:04:27.773Z | Downloaded serde_with v3.21.0 |
| 1282 | 2026-08-27T08:04:27.779Z | Downloaded libm v0.2.16 |
| 1283 | 2026-08-27T08:04:27.783Z | Downloaded petname v2.0.2 |
| 1284 | 2026-08-27T08:04:27.787Z | Downloaded moka v0.12.13 |
| 1285 | 2026-08-27T08:04:27.790Z | Downloaded itertools v0.14.0 |
| 1286 | 2026-08-27T08:04:27.794Z | Downloaded rayon v1.11.0 |
| 1287 | 2026-08-27T08:04:27.802Z | Downloaded hickory-proto v0.24.4 |
| 1288 | 2026-08-27T08:04:27.808Z | Downloaded crypto-bigint v0.7.5 |
| 1289 | 2026-08-27T08:04:27.818Z | Downloaded zlib-rs v0.6.2 |
| 1290 | 2026-08-27T08:04:27.821Z | Downloaded quick-xml v0.37.5 |
| 1291 | 2026-08-27T08:04:27.821Z | Downloaded bstr v1.12.1 |
| 1292 | 2026-08-27T08:04:27.828Z | Downloaded quinn-proto v0.11.16 |
| 1293 | 2026-08-27T08:04:27.834Z | Downloaded portable-atomic v1.13.1 |
| 1294 | 2026-08-27T08:04:27.838Z | Downloaded hickory-proto v0.25.2 |
| 1295 | 2026-08-27T08:04:27.842Z | Downloaded winnow v1.0.3 |
| 1296 | 2026-08-27T08:04:27.850Z | Downloaded vcpkg v0.2.15 |
| 1297 | 2026-08-27T08:04:27.872Z | Downloaded nix v0.28.0 |
| 1298 | 2026-08-27T08:04:27.876Z | Downloaded tabled v0.21.0 |
| 1299 | 2026-08-27T08:04:27.907Z | Downloaded rustls v0.23.41 |
| 1300 | 2026-08-27T08:04:27.918Z | Downloaded radix_trie v0.2.1 |
| 1301 | 2026-08-27T08:04:27.918Z | Downloaded dropshot v0.17.1 |
| 1302 | 2026-08-27T08:04:27.918Z | Downloaded object v0.30.4 |
| 1303 | 2026-08-27T08:04:27.918Z | Downloaded polar-core v0.27.3 |
| 1304 | 2026-08-27T08:04:27.935Z | Downloaded curve25519-dalek v5.0.0 |
| 1305 | 2026-08-27T08:04:27.935Z | Downloaded regex-syntax v0.8.10 |
| 1306 | 2026-08-27T08:04:27.940Z | Downloaded zerocopy v0.8.55 |
| 1307 | 2026-08-27T08:04:27.940Z | Downloaded nix v0.31.2 |
| 1308 | 2026-08-27T08:04:27.943Z | Downloaded openssl v0.10.80 |
| 1309 | 2026-08-27T08:04:27.947Z | Downloaded regress v0.10.5 |
| 1310 | 2026-08-27T08:04:27.972Z | Downloaded object v0.37.3 |
| 1311 | 2026-08-27T08:04:27.976Z | Downloaded curve25519-dalek v4.1.3 |
| 1312 | 2026-08-27T08:04:27.976Z | Downloaded smoltcp v0.11.0 |
| 1313 | 2026-08-27T08:04:27.976Z | Downloaded tracing v0.1.44 |
| 1314 | 2026-08-27T08:04:27.993Z | Downloaded rustix v0.38.44 |
| 1315 | 2026-08-27T08:04:28.000Z | Downloaded openapiv3 v2.2.0 |
| 1316 | 2026-08-27T08:04:28.006Z | Downloaded regress v0.11.1 |
| 1317 | 2026-08-27T08:04:28.024Z | Downloaded diesel v2.3.7 |
| 1318 | 2026-08-27T08:04:28.030Z | Downloaded zerocopy-derive v0.6.6 |
| 1319 | 2026-08-27T08:04:28.030Z | Downloaded typify-impl v0.6.2 |
| 1320 | 2026-08-27T08:04:28.034Z | Downloaded sha3 v0.11.0 |
| 1321 | 2026-08-27T08:04:28.034Z | Downloaded sqlparser v0.61.0 |
| 1322 | 2026-08-27T08:04:28.042Z | Downloaded regex-automata v0.4.14 |
| 1323 | 2026-08-27T08:04:28.047Z | Downloaded ratatui v0.29.0 |
| 1324 | 2026-08-27T08:04:28.059Z | Downloaded sled v0.34.7 |
| 1325 | 2026-08-27T08:04:28.094Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1326 | 2026-08-27T08:04:28.094Z | Downloaded jiff v0.2.34 |
| 1327 | 2026-08-27T08:04:28.099Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1328 | 2026-08-27T08:04:28.103Z | Downloaded petgraph v0.6.5 |
| 1329 | 2026-08-27T08:04:28.126Z | Downloaded sha3 v0.10.8 |
| 1330 | 2026-08-27T08:04:28.139Z | Downloaded chrono-tz v0.10.4 |
| 1331 | 2026-08-27T08:04:28.151Z | Downloaded tokio v1.52.1 |
| 1332 | 2026-08-27T08:04:28.174Z | Downloaded petgraph v0.8.3 |
| 1333 | 2026-08-27T08:04:28.187Z | Downloaded libz-sys v1.1.24 |
| 1334 | 2026-08-27T08:04:28.199Z | Downloaded csv v1.4.0 |
| 1335 | 2026-08-27T08:04:28.211Z | Downloaded encoding_rs v0.8.35 |
| 1336 | 2026-08-27T08:04:28.224Z | Downloaded ring v0.17.14 |
| 1337 | 2026-08-27T08:04:28.323Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1338 | 2026-08-27T08:04:28.833Z | Downloaded aws-lc-sys v0.40.0 |
| 1339 | 2026-08-27T08:04:29.103Z | Compiling serde_core v1.0.228 |
| 1340 | 2026-08-27T08:04:29.103Z | Compiling libc v0.2.185 |
| 1341 | 2026-08-27T08:04:29.103Z | Compiling serde v1.0.228 |
| 1342 | 2026-08-27T08:04:29.108Z | Compiling log v0.4.33 |
| 1343 | 2026-08-27T08:04:29.108Z | Compiling smallvec v1.15.1 |
| 1344 | 2026-08-27T08:04:29.259Z | Compiling shlex v1.3.0 |
| 1345 | 2026-08-27T08:04:29.263Z | Compiling find-msvc-tools v0.1.9 |
| 1346 | 2026-08-27T08:04:29.263Z | Compiling syn v2.0.117 |
| 1347 | 2026-08-27T08:04:29.458Z | Compiling subtle v2.6.1 |
| 1348 | 2026-08-27T08:04:29.471Z | Compiling scopeguard v1.2.0 |
| 1349 | 2026-08-27T08:04:29.471Z | Compiling stable_deref_trait v1.2.1 |
| 1350 | 2026-08-27T08:04:29.554Z | Compiling lock_api v0.4.14 |
| 1351 | 2026-08-27T08:04:29.567Z | Compiling typenum v1.20.1 |
| 1352 | 2026-08-27T08:04:29.580Z | Compiling zerocopy v0.8.55 |
| 1353 | 2026-08-27T08:04:29.606Z | Compiling portable-atomic v1.13.1 |
| 1354 | 2026-08-27T08:04:29.632Z | Compiling serde_json v1.0.151 |
| 1355 | 2026-08-27T08:04:29.781Z | Compiling critical-section v1.2.0 |
| 1356 | 2026-08-27T08:04:29.829Z | Compiling libm v0.2.16 |
| 1357 | 2026-08-27T08:04:29.885Z | Compiling num-traits v0.2.19 |
| 1358 | 2026-08-27T08:04:29.990Z | Compiling pkg-config v0.3.32 |
| 1359 | 2026-08-27T08:04:30.094Z | Compiling errno v0.3.14 |
| 1360 | 2026-08-27T08:04:30.114Z | Compiling jobserver v0.1.34 |
| 1361 | 2026-08-27T08:04:30.216Z | Compiling getrandom v0.2.17 |
| 1362 | 2026-08-27T08:04:30.366Z | Compiling cc v1.2.56 |
| 1363 | 2026-08-27T08:04:30.469Z | Compiling rand_core v0.6.4 |
| 1364 | 2026-08-27T08:04:30.500Z | Compiling generic-array v0.14.7 |
| 1365 | 2026-08-27T08:04:30.528Z | Compiling pin-project-lite v0.2.17 |
| 1366 | 2026-08-27T08:04:30.624Z | Compiling once_cell v1.21.3 |
| 1367 | 2026-08-27T08:04:30.666Z | Compiling const-oid v0.9.6 |
| 1368 | 2026-08-27T08:04:30.688Z | Compiling parking_lot_core v0.9.12 |
| 1369 | 2026-08-27T08:04:30.734Z | Compiling getrandom v0.4.3 |
| 1370 | 2026-08-27T08:04:30.885Z | Compiling rand_core v0.10.0 |
| 1371 | 2026-08-27T08:04:31.215Z | Compiling signal-hook-registry v1.4.8 |
| 1372 | 2026-08-27T08:04:31.303Z | Compiling bitflags v2.11.0 |
| 1373 | 2026-08-27T08:04:31.380Z | Compiling percent-encoding v2.3.2 |
| 1374 | 2026-08-27T08:04:31.399Z | Compiling litemap v0.8.1 |
| 1375 | 2026-08-27T08:04:31.479Z | Compiling futures-core v0.3.32 |
| 1376 | 2026-08-27T08:04:31.531Z | Compiling writeable v0.6.2 |
| 1377 | 2026-08-27T08:04:31.565Z | Compiling semver v1.0.28 |
| 1378 | 2026-08-27T08:04:31.585Z | Compiling parking_lot v0.12.5 |
| 1379 | 2026-08-27T08:04:31.629Z | Compiling mio v1.2.0 |
| 1380 | 2026-08-27T08:04:31.664Z | Compiling icu_normalizer_data v2.1.1 |
| 1381 | 2026-08-27T08:04:31.722Z | Compiling icu_properties_data v2.1.2 |
| 1382 | 2026-08-27T08:04:31.877Z | Compiling socket2 v0.6.3 |
| 1383 | 2026-08-27T08:04:31.891Z | Compiling getrandom v0.3.4 |
| 1384 | 2026-08-27T08:04:31.937Z | Compiling rustix v1.1.4 |
| 1385 | 2026-08-27T08:04:31.950Z | Compiling futures-sink v0.3.32 |
| 1386 | 2026-08-27T08:04:32.051Z | Compiling synstructure v0.13.2 |
| 1387 | 2026-08-27T08:04:32.067Z | Compiling indexmap v2.14.0 |
| 1388 | 2026-08-27T08:04:32.081Z | Compiling futures-channel v0.3.32 |
| 1389 | 2026-08-27T08:04:32.268Z | Compiling futures-task v0.3.32 |
| 1390 | 2026-08-27T08:04:32.303Z | Compiling slab v0.4.12 |
| 1391 | 2026-08-27T08:04:32.435Z | Compiling futures-io v0.3.32 |
| 1392 | 2026-08-27T08:04:32.480Z | Compiling utf8_iter v1.0.4 |
| 1393 | 2026-08-27T08:04:32.559Z | Compiling form_urlencoded v1.2.2 |
| 1394 | 2026-08-27T08:04:32.653Z | Compiling rustversion v1.0.22 |
| 1395 | 2026-08-27T08:04:32.668Z | Compiling base64ct v1.8.3 |
| 1396 | 2026-08-27T08:04:32.723Z | Compiling iana-time-zone v0.1.65 |
| 1397 | 2026-08-27T08:04:32.738Z | Compiling cmake v0.1.57 |
| 1398 | 2026-08-27T08:04:32.798Z | Compiling fs_extra v1.3.0 |
| 1399 | 2026-08-27T08:04:32.859Z | Compiling flagset v0.4.7 |
| 1400 | 2026-08-27T08:04:32.923Z | Compiling pem-rfc7468 v0.7.0 |
| 1401 | 2026-08-27T08:04:32.958Z | Compiling regex-syntax v0.8.10 |
| 1402 | 2026-08-27T08:04:32.998Z | Compiling dunce v1.0.5 |
| 1403 | 2026-08-27T08:04:33.066Z | Compiling ident_case v1.0.1 |
| 1404 | 2026-08-27T08:04:33.095Z | Compiling rand_core v0.9.5 |
| 1405 | 2026-08-27T08:04:33.132Z | Compiling aws-lc-sys v0.40.0 |
| 1406 | 2026-08-27T08:04:33.188Z | Compiling uuid v1.23.4 |
| 1407 | 2026-08-27T08:04:33.224Z | Compiling base64 v0.22.1 |
| 1408 | 2026-08-27T08:04:33.379Z | Compiling vcpkg v0.2.15 |
| 1409 | 2026-08-27T08:04:33.564Z | Compiling syn v1.0.109 |
| 1410 | 2026-08-27T08:04:33.622Z | Compiling serde_derive_internals v0.29.1 |
| 1411 | 2026-08-27T08:04:33.735Z | Compiling rustc_version v0.4.1 |
| 1412 | 2026-08-27T08:04:33.773Z | Compiling serde_derive v1.0.228 |
| 1413 | 2026-08-27T08:04:33.877Z | Compiling zeroize_derive v1.5.0 |
| 1414 | 2026-08-27T08:04:33.918Z | Compiling zerofrom-derive v0.1.6 |
| 1415 | 2026-08-27T08:04:34.063Z | Compiling zerocopy-derive v0.8.55 |
| 1416 | 2026-08-27T08:04:34.127Z | Compiling yoke-derive v0.8.1 |
| 1417 | 2026-08-27T08:04:34.540Z | Compiling zerovec-derive v0.11.2 |
| 1418 | 2026-08-27T08:04:34.555Z | Compiling displaydoc v0.2.5 |
| 1419 | 2026-08-27T08:04:35.315Z | Compiling tokio-macros v2.7.0 |
| 1420 | 2026-08-27T08:04:35.330Z | Compiling futures-macro v0.3.32 |
| 1421 | 2026-08-27T08:04:35.343Z | Compiling zerofrom v0.1.6 |
| 1422 | 2026-08-27T08:04:35.358Z | Compiling der_derive v0.7.3 |
| 1423 | 2026-08-27T08:04:35.472Z | Compiling yoke v0.8.1 |
| 1424 | 2026-08-27T08:04:35.680Z | Compiling zerotrie v0.2.3 |
| 1425 | 2026-08-27T08:04:35.704Z | Compiling zerovec v0.11.5 |
| 1426 | 2026-08-27T08:04:35.991Z | Compiling thiserror-impl v2.0.18 |
| 1427 | 2026-08-27T08:04:36.065Z | Compiling openssl-sys v0.9.117 |
| 1428 | 2026-08-27T08:04:36.150Z | Compiling futures-util v0.3.32 |
| 1429 | 2026-08-27T08:04:36.227Z | Compiling tinystr v0.8.2 |
| 1430 | 2026-08-27T08:04:36.345Z | Compiling potential_utf v0.1.4 |
| 1431 | 2026-08-27T08:04:36.428Z | Compiling icu_locale_core v2.1.1 |
| 1432 | 2026-08-27T08:04:36.514Z | Compiling icu_collections v2.1.1 |
| 1433 | 2026-08-27T08:04:36.647Z | Compiling tracing-attributes v0.1.31 |
| 1434 | 2026-08-27T08:04:36.977Z | Compiling tracing-core v0.1.36 |
| 1435 | 2026-08-27T08:04:37.305Z | Compiling zeroize v1.9.0 |
| 1436 | 2026-08-27T08:04:37.305Z | Compiling bytes v1.11.1 |
| 1437 | 2026-08-27T08:04:37.336Z | Compiling icu_provider v2.1.1 |
| 1438 | 2026-08-27T08:04:37.615Z | Compiling chrono v0.4.45 |
| 1439 | 2026-08-27T08:04:37.703Z | Compiling icu_normalizer v2.1.1 |
| 1440 | 2026-08-27T08:04:37.967Z | Compiling tokio v1.52.1 |
| 1441 | 2026-08-27T08:04:37.992Z | Compiling icu_properties v2.1.2 |
| 1442 | 2026-08-27T08:04:38.152Z | Compiling block-buffer v0.10.4 |
| 1443 | 2026-08-27T08:04:38.222Z | Compiling crypto-common v0.1.7 |
| 1444 | 2026-08-27T08:04:38.315Z | Compiling der v0.7.10 |
| 1445 | 2026-08-27T08:04:38.377Z | Compiling digest v0.10.7 |
| 1446 | 2026-08-27T08:04:38.435Z | Compiling thiserror v2.0.18 |
| 1447 | 2026-08-27T08:04:38.544Z | Compiling ppv-lite86 v0.2.21 |
| 1448 | 2026-08-27T08:04:38.642Z | Compiling http v1.4.2 |
| 1449 | 2026-08-27T08:04:38.706Z | Compiling simd-adler32 v0.3.8 |
| 1450 | 2026-08-27T08:04:38.871Z | Compiling idna_adapter v1.2.1 |
| 1451 | 2026-08-27T08:04:38.995Z | Compiling rand_chacha v0.9.0 |
| 1452 | 2026-08-27T08:04:38.999Z | Compiling dyn-clone v1.0.20 |
| 1453 | 2026-08-27T08:04:39.011Z | Compiling idna v1.1.0 |
| 1454 | 2026-08-27T08:04:39.105Z | Compiling cpufeatures v0.2.17 |
| 1455 | 2026-08-27T08:04:39.120Z | Compiling aws-lc-rs v1.16.3 |
| 1456 | 2026-08-27T08:04:39.182Z | Compiling spki v0.7.3 |
| 1457 | 2026-08-27T08:04:39.387Z | Compiling url v2.5.8 |
| 1458 | 2026-08-27T08:04:39.403Z | Compiling schemars v0.8.22 |
| 1459 | 2026-08-27T08:04:39.513Z | Compiling pkcs8 v0.10.2 |
| 1460 | 2026-08-27T08:04:39.551Z | Compiling http-body v1.0.1 |
| 1461 | 2026-08-27T08:04:39.614Z | Compiling rand v0.9.2 |
| 1462 | 2026-08-27T08:04:39.649Z | Compiling tracing v0.1.44 |
| 1463 | 2026-08-27T08:04:39.663Z | Compiling rustls-pki-types v1.14.0 |
| 1464 | 2026-08-27T08:04:39.834Z | Compiling schemars_derive v0.8.22 |
| 1465 | 2026-08-27T08:04:39.905Z | Compiling spin v0.9.8 |
| 1466 | 2026-08-27T08:04:40.101Z | Compiling httparse v1.10.1 |
| 1467 | 2026-08-27T08:04:40.115Z | Compiling openssl-probe v0.2.1 |
| 1468 | 2026-08-27T08:04:40.154Z | Compiling crc32fast v1.5.0 |
| 1469 | 2026-08-27T08:04:40.282Z | Compiling tinyvec_macros v0.1.1 |
| 1470 | 2026-08-27T08:04:40.329Z | Compiling cmov v0.5.4 |
| 1471 | 2026-08-27T08:04:40.355Z | Compiling adler2 v2.0.1 |
| 1472 | 2026-08-27T08:04:40.412Z | Compiling tempfile v3.27.0 |
| 1473 | 2026-08-27T08:04:40.471Z | Compiling miniz_oxide v0.8.9 |
| 1474 | 2026-08-27T08:04:40.531Z | Compiling ctutils v0.4.2 |
| 1475 | 2026-08-27T08:04:40.546Z | Compiling tinyvec v1.10.0 |
| 1476 | 2026-08-27T08:04:40.763Z | Compiling pest_generator v2.8.6 |
| 1477 | 2026-08-27T08:04:40.778Z | Compiling sha2 v0.10.9 |
| 1478 | 2026-08-27T08:04:40.886Z | Compiling terminal_size v0.4.3 |
| 1479 | 2026-08-27T08:04:41.021Z | Compiling aho-corasick v1.1.4 |
| 1480 | 2026-08-27T08:04:41.065Z | Compiling tower-layer v0.3.3 |
| 1481 | 2026-08-27T08:04:41.223Z | Compiling untrusted v0.7.1 |
| 1482 | 2026-08-27T08:04:41.347Z | Compiling radium v0.7.0 |
| 1483 | 2026-08-27T08:04:41.433Z | Compiling try-lock v0.2.5 |
| 1484 | 2026-08-27T08:04:41.544Z | Compiling atomic-waker v1.1.2 |
| 1485 | 2026-08-27T08:04:41.589Z | Compiling tower-service v0.3.3 |
| 1486 | 2026-08-27T08:04:41.686Z | Compiling want v0.3.1 |
| 1487 | 2026-08-27T08:04:41.702Z | Compiling tokio-util v0.7.18 |
| 1488 | 2026-08-27T08:04:41.848Z | Compiling regex-automata v0.4.14 |
| 1489 | 2026-08-27T08:04:42.062Z | Compiling pest_derive v2.8.6 |
| 1490 | 2026-08-27T08:04:42.296Z | Compiling hybrid-array v0.4.13 |
| 1491 | 2026-08-27T08:04:42.501Z | Compiling h2 v0.4.15 |
| 1492 | 2026-08-27T08:04:42.875Z | Compiling ipnet v2.12.0 |
| 1493 | 2026-08-27T08:04:43.052Z | Compiling scroll_derive v0.13.1 |
| 1494 | 2026-08-27T08:04:43.114Z | Compiling darling_core v0.20.11 |
| 1495 | 2026-08-27T08:04:43.376Z | Compiling rustls v0.23.41 |
| 1496 | 2026-08-27T08:04:43.477Z | Compiling httpdate v1.0.3 |
| 1497 | 2026-08-27T08:04:43.548Z | Compiling openssl v0.10.80 |
| 1498 | 2026-08-27T08:04:43.683Z | Compiling maybe-uninit v2.0.0 |
| 1499 | 2026-08-27T08:04:43.711Z | Compiling foreign-types-shared v0.1.1 |
| 1500 | 2026-08-27T08:04:43.776Z | Compiling tap v1.0.1 |
| 1501 | 2026-08-27T08:04:43.798Z | Compiling untrusted v0.9.0 |
| 1502 | 2026-08-27T08:04:43.845Z | Compiling scroll v0.13.0 |
| 1503 | 2026-08-27T08:04:43.886Z | Compiling wyz v0.5.1 |
| 1504 | 2026-08-27T08:04:43.936Z | Compiling foreign-types v0.3.2 |
| 1505 | 2026-08-27T08:04:44.010Z | Compiling unicode-normalization v0.1.25 |
| 1506 | 2026-08-27T08:04:44.105Z | Compiling rand_chacha v0.3.1 |
| 1507 | 2026-08-27T08:04:44.192Z | Compiling signature v2.2.0 |
| 1508 | 2026-08-27T08:04:44.373Z | Compiling hex v0.4.3 |
| 1509 | 2026-08-27T08:04:44.459Z | Compiling thiserror-impl v1.0.69 |
| 1510 | 2026-08-27T08:04:44.475Z | Compiling openssl-macros v0.1.1 |
| 1511 | 2026-08-27T08:04:44.638Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1512 | 2026-08-27T08:04:44.858Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1513 | 2026-08-27T08:04:44.877Z | Compiling num-integer v0.1.46 |
| 1514 | 2026-08-27T08:04:44.911Z | Compiling wait-timeout v0.2.1 |
| 1515 | 2026-08-27T08:04:45.172Z | Compiling ahash v0.8.12 |
| 1516 | 2026-08-27T08:04:45.190Z | Compiling funty v2.0.0 |
| 1517 | 2026-08-27T08:04:45.236Z | Compiling quick-error v1.2.3 |
| 1518 | 2026-08-27T08:04:45.338Z | Compiling darling_macro v0.20.11 |
| 1519 | 2026-08-27T08:04:45.352Z | Compiling time-core v0.1.8 |
| 1520 | 2026-08-27T08:04:45.372Z | Compiling num-conv v0.2.0 |
| 1521 | 2026-08-27T08:04:45.493Z | Compiling powerfmt v0.2.0 |
| 1522 | 2026-08-27T08:04:45.507Z | Compiling bit-vec v0.8.0 |
| 1523 | 2026-08-27T08:04:45.689Z | Compiling hyper v1.10.1 |
| 1524 | 2026-08-27T08:04:45.705Z | Compiling num-bigint-dig v0.8.6 |
| 1525 | 2026-08-27T08:04:45.740Z | Compiling packed_struct v0.10.1 |
| 1526 | 2026-08-27T08:04:45.759Z | Compiling native-tls v0.2.18 |
| 1527 | 2026-08-27T08:04:45.808Z | Compiling darling v0.20.11 |
| 1528 | 2026-08-27T08:04:45.894Z | Compiling clap_builder v4.6.0 |
| 1529 | 2026-08-27T08:04:45.908Z | Compiling thiserror v1.0.69 |
| 1530 | 2026-08-27T08:04:45.923Z | Compiling bit-set v0.8.0 |
| 1531 | 2026-08-27T08:04:45.970Z | Compiling deranged v0.5.8 |
| 1532 | 2026-08-27T08:04:46.004Z | Compiling time-macros v0.2.27 |
| 1533 | 2026-08-27T08:04:46.019Z | Compiling bitvec v1.0.1 |
| 1534 | 2026-08-27T08:04:46.129Z | Compiling rusty-fork v0.3.1 |
| 1535 | 2026-08-27T08:04:46.584Z | Compiling num-iter v0.1.45 |
| 1536 | 2026-08-27T08:04:46.929Z | Compiling hyper-util v0.1.20 |
| 1537 | 2026-08-27T08:04:47.240Z | Compiling rand v0.8.6 |
| 1538 | 2026-08-27T08:04:47.410Z | Compiling goblin v0.10.5 |
| 1539 | 2026-08-27T08:04:47.575Z | Compiling packed_struct_codegen v0.10.1 |
| 1540 | 2026-08-27T08:04:48.094Z | Compiling lazy_static v1.5.0 |
| 1541 | 2026-08-27T08:04:48.190Z | Compiling hmac v0.12.1 |
| 1542 | 2026-08-27T08:04:48.351Z | Compiling serde_spanned v0.6.9 |
| 1543 | 2026-08-27T08:04:48.497Z | Compiling toml_datetime v0.6.11 |
| 1544 | 2026-08-27T08:04:48.645Z | Compiling clap_derive v4.6.1 |
| 1545 | 2026-08-27T08:04:48.665Z | Compiling bitfield-macros v0.19.4 |
| 1546 | 2026-08-27T08:04:48.754Z | Compiling zerocopy-derive v0.6.6 |
| 1547 | 2026-08-27T08:04:48.888Z | Compiling rand_xorshift v0.4.0 |
| 1548 | 2026-08-27T08:04:49.051Z | Compiling sync_wrapper v1.0.2 |
| 1549 | 2026-08-27T08:04:49.164Z | Compiling indexmap v1.9.3 |
| 1550 | 2026-08-27T08:04:49.349Z | Compiling num_threads v0.1.7 |
| 1551 | 2026-08-27T08:04:49.365Z | Compiling crc-catalog v2.4.0 |
| 1552 | 2026-08-27T08:04:49.446Z | Compiling object v0.37.3 |
| 1553 | 2026-08-27T08:04:49.461Z | Compiling unarray v0.1.4 |
| 1554 | 2026-08-27T08:04:49.571Z | Compiling nodrop v0.1.14 |
| 1555 | 2026-08-27T08:04:49.586Z | Compiling usdt-impl v0.6.0 |
| 1556 | 2026-08-27T08:04:49.670Z | Compiling crossbeam-utils v0.8.21 |
| 1557 | 2026-08-27T08:04:49.713Z | Compiling unicode-segmentation v1.12.0 |
| 1558 | 2026-08-27T08:04:49.786Z | Compiling zlib-rs v0.6.2 |
| 1559 | 2026-08-27T08:04:49.944Z | Compiling paste v1.0.15 |
| 1560 | 2026-08-27T08:04:50.025Z | Compiling siphasher v1.0.2 |
| 1561 | 2026-08-27T08:04:50.179Z | Compiling dof v0.4.0 |
| 1562 | 2026-08-27T08:04:50.207Z | Compiling array-init v0.0.4 |
| 1563 | 2026-08-27T08:04:50.252Z | Compiling zerocopy v0.6.6 |
| 1564 | 2026-08-27T08:04:50.373Z | Compiling clap v4.6.1 |
| 1565 | 2026-08-27T08:04:50.456Z | Compiling proptest v1.11.0 |
| 1566 | 2026-08-27T08:04:50.551Z | Compiling crc v3.4.0 |
| 1567 | 2026-08-27T08:04:50.566Z | Compiling time v0.3.47 |
| 1568 | 2026-08-27T08:04:50.741Z | Compiling bitfield v0.19.4 |
| 1569 | 2026-08-27T08:04:51.313Z | Compiling tower v0.5.3 |
| 1570 | 2026-08-27T08:04:51.764Z | Compiling smallvec v0.6.14 |
| 1571 | 2026-08-27T08:04:52.087Z | Compiling derive_builder_core v0.20.2 |
| 1572 | 2026-08-27T08:04:52.290Z | Compiling dtrace-parser v0.3.0 |
| 1573 | 2026-08-27T08:04:52.677Z | Compiling flate2 v1.1.9 |
| 1574 | 2026-08-27T08:04:52.909Z | Compiling ipnetwork v0.21.1 |
| 1575 | 2026-08-27T08:04:52.931Z | Compiling http-body-util v0.1.3 |
| 1576 | 2026-08-27T08:04:53.002Z | Compiling pkcs1 v0.7.5 |
| 1577 | 2026-08-27T08:04:53.048Z | Compiling heapless v0.7.17 |
| 1578 | 2026-08-27T08:04:53.085Z | Compiling scroll_derive v0.12.1 |
| 1579 | 2026-08-27T08:04:53.170Z | Compiling structmeta-derive v0.3.0 |
| 1580 | 2026-08-27T08:04:53.287Z | Compiling slog v2.8.2 |
| 1581 | 2026-08-27T08:04:53.302Z | Compiling darling_core v0.23.0 |
| 1582 | 2026-08-27T08:04:53.402Z | Compiling thread-id v5.1.0 |
| 1583 | 2026-08-27T08:04:53.478Z | Compiling cookie v0.18.1 |
| 1584 | 2026-08-27T08:04:53.490Z | Compiling env_filter v2.0.0 |
| 1585 | 2026-08-27T08:04:53.654Z | Compiling syn v3.0.3 |
| 1586 | 2026-08-27T08:04:53.750Z | Compiling allocator-api2 v0.2.21 |
| 1587 | 2026-08-27T08:04:53.786Z | Compiling iri-string v0.7.10 |
| 1588 | 2026-08-27T08:04:54.072Z | Compiling gimli v0.32.3 |
| 1589 | 2026-08-27T08:04:54.245Z | Compiling anyhow v1.0.104 |
| 1590 | 2026-08-27T08:04:54.586Z | Compiling zstd-safe v7.2.4 |
| 1591 | 2026-08-27T08:04:54.777Z | Compiling unicode-properties v0.1.4 |
| 1592 | 2026-08-27T08:04:54.988Z | Compiling winnow v0.5.40 |
| 1593 | 2026-08-27T08:04:55.292Z | Compiling ryu v1.0.23 |
| 1594 | 2026-08-27T08:04:55.478Z | Compiling unicode-bidi v0.3.18 |
| 1595 | 2026-08-27T08:04:55.813Z | Compiling hashbrown v0.12.3 |
| 1596 | 2026-08-27T08:04:55.993Z | Compiling signal-hook v0.3.18 |
| 1597 | 2026-08-27T08:04:56.008Z | Compiling base64 v0.21.7 |
| 1598 | 2026-08-27T08:04:56.184Z | Compiling darling_macro v0.23.0 |
| 1599 | 2026-08-27T08:04:56.295Z | Compiling toml_edit v0.19.15 |
| 1600 | 2026-08-27T08:04:56.323Z | Compiling ron v0.8.1 |
| 1601 | 2026-08-27T08:04:56.673Z | Compiling stringprep v0.1.5 |
| 1602 | 2026-08-27T08:04:56.781Z | Compiling addr2line v0.25.1 |
| 1603 | 2026-08-27T08:04:57.077Z | Compiling daft-derive v0.1.8 |
| 1604 | 2026-08-27T08:04:57.107Z | Compiling serde_urlencoded v0.7.1 |
| 1605 | 2026-08-27T08:04:57.111Z | Compiling tower-http v0.6.8 |
| 1606 | 2026-08-27T08:04:57.251Z | Compiling structmeta v0.3.0 |
| 1607 | 2026-08-27T08:04:57.361Z | Compiling scroll v0.12.0 |
| 1608 | 2026-08-27T08:04:57.422Z | Compiling env_logger v0.11.11 |
| 1609 | 2026-08-27T08:04:57.591Z | Compiling rsa v0.9.10 |
| 1610 | 2026-08-27T08:04:57.670Z | Compiling oxnet v0.1.6 |
| 1611 | 2026-08-27T08:04:57.812Z | Compiling derive_builder_macro v0.20.2 |
| 1612 | 2026-08-27T08:04:57.925Z | Compiling newtype-uuid v1.3.2 |
| 1613 | 2026-08-27T08:04:58.102Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1614 | 2026-08-27T08:04:58.122Z | Compiling hashbrown v0.13.2 |
| 1615 | 2026-08-27T08:04:58.257Z | Compiling bzip2 v0.4.4 |
| 1616 | 2026-08-27T08:04:58.276Z | Compiling serde-hex v0.1.0 |
| 1617 | 2026-08-27T08:04:58.467Z | Compiling tokio-native-tls v0.3.1 |
| 1618 | 2026-08-27T08:04:58.609Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1619 | 2026-08-27T08:04:58.967Z | Compiling camino v1.2.5 |
| 1620 | 2026-08-27T08:04:59.348Z | Compiling bstr v1.12.1 |
| 1621 | 2026-08-27T08:04:59.616Z | Compiling block-buffer v0.12.1 |
| 1622 | 2026-08-27T08:04:59.824Z | Compiling crypto-common v0.2.2 |
| 1623 | 2026-08-27T08:04:59.989Z | Compiling block-padding v0.4.2 |
| 1624 | 2026-08-27T08:05:00.009Z | Compiling rustls-native-certs v0.8.3 |
| 1625 | 2026-08-27T08:05:00.159Z | Compiling x509-cert v0.2.5 |
| 1626 | 2026-08-27T08:05:00.299Z | Compiling md-5 v0.10.6 |
| 1627 | 2026-08-27T08:05:00.474Z | Compiling erased-serde v0.3.31 |
| 1628 | 2026-08-27T08:05:00.660Z | Compiling serde_tokenstream v0.2.3 |
| 1629 | 2026-08-27T08:05:00.961Z | Compiling curve25519-dalek v4.1.3 |
| 1630 | 2026-08-27T08:05:00.990Z | Compiling zerocopy-derive v0.7.35 |
| 1631 | 2026-08-27T08:05:01.292Z | Compiling pin-project-internal v1.1.11 |
| 1632 | 2026-08-27T08:05:01.321Z | Compiling async-trait v0.1.89 |
| 1633 | 2026-08-27T08:05:01.542Z | Compiling vergen-lib v9.1.0 |
| 1634 | 2026-08-27T08:05:01.580Z | Compiling hash32 v0.2.1 |
| 1635 | 2026-08-27T08:05:01.721Z | Compiling memoffset v0.9.1 |
| 1636 | 2026-08-27T08:05:01.758Z | Compiling encoding_rs v0.8.35 |
| 1637 | 2026-08-27T08:05:01.772Z | Compiling crc-any v2.5.0 |
| 1638 | 2026-08-27T08:05:01.859Z | Compiling rustix v0.38.44 |
| 1639 | 2026-08-27T08:05:01.908Z | Compiling smoltcp v0.9.1 |
| 1640 | 2026-08-27T08:05:01.993Z | Compiling psl-types v2.0.11 |
| 1641 | 2026-08-27T08:05:02.124Z | Compiling ref-cast v1.0.25 |
| 1642 | 2026-08-27T08:05:02.181Z | Compiling owo-colors v4.3.0 |
| 1643 | 2026-08-27T08:05:02.238Z | Compiling rustc-demangle v0.1.27 |
| 1644 | 2026-08-27T08:05:02.324Z | Compiling litrs v1.0.0 |
| 1645 | 2026-08-27T08:05:02.391Z | Compiling mime v0.3.17 |
| 1646 | 2026-08-27T08:05:02.416Z | Compiling cfg_aliases v0.2.1 |
| 1647 | 2026-08-27T08:05:02.531Z | Compiling fallible-iterator v0.2.0 |
| 1648 | 2026-08-27T08:05:02.595Z | Compiling nix v0.31.2 |
| 1649 | 2026-08-27T08:05:02.673Z | Compiling backtrace v0.3.76 |
| 1650 | 2026-08-27T08:05:02.722Z | Compiling pin-project v1.1.11 |
| 1651 | 2026-08-27T08:05:02.820Z | Compiling postgres-protocol v0.6.10 |
| 1652 | 2026-08-27T08:05:02.835Z | Compiling document-features v0.2.12 |
| 1653 | 2026-08-27T08:05:02.849Z | Compiling publicsuffix v2.3.0 |
| 1654 | 2026-08-27T08:05:02.853Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1655 | 2026-08-27T08:05:03.020Z | Compiling zerocopy v0.7.35 |
| 1656 | 2026-08-27T08:05:03.394Z | Compiling inout v0.2.2 |
| 1657 | 2026-08-27T08:05:03.413Z | Compiling daft v0.1.8 |
| 1658 | 2026-08-27T08:05:03.531Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1659 | 2026-08-27T08:05:03.571Z | Compiling hyper-tls v0.6.0 |
| 1660 | 2026-08-27T08:05:03.586Z | Compiling object v0.30.4 |
| 1661 | 2026-08-27T08:05:03.694Z | Compiling zip v0.6.6 |
| 1662 | 2026-08-27T08:05:03.764Z | Compiling derive_builder v0.20.2 |
| 1663 | 2026-08-27T08:05:03.813Z | Compiling toml v0.7.8 |
| 1664 | 2026-08-27T08:05:03.836Z | Compiling goblin v0.8.2 |
| 1665 | 2026-08-27T08:05:03.887Z | Compiling derive-ex v0.1.8 |
| 1666 | 2026-08-27T08:05:04.393Z | Compiling darling v0.23.0 |
| 1667 | 2026-08-27T08:05:04.509Z | Compiling phf_shared v0.13.1 |
| 1668 | 2026-08-27T08:05:04.604Z | Compiling convert_case v0.10.0 |
| 1669 | 2026-08-27T08:05:04.751Z | Compiling regex v1.12.3 |
| 1670 | 2026-08-27T08:05:04.778Z | Compiling hubpack_derive v0.1.1 |
| 1671 | 2026-08-27T08:05:04.906Z | Compiling futures-executor v0.3.32 |
| 1672 | 2026-08-27T08:05:05.166Z | Compiling snafu-derive v0.8.9 |
| 1673 | 2026-08-27T08:05:05.167Z | Compiling strum_macros v0.27.2 |
| 1674 | 2026-08-27T08:05:05.224Z | Compiling ref-cast-impl v1.0.25 |
| 1675 | 2026-08-27T08:05:05.519Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1676 | 2026-08-27T08:05:05.764Z | Compiling vergen v9.1.0 |
| 1677 | 2026-08-27T08:05:05.945Z | Compiling cargo-platform v0.3.2 |
| 1678 | 2026-08-27T08:05:06.162Z | Compiling ff v0.13.1 |
| 1679 | 2026-08-27T08:05:06.217Z | Compiling fs-err v3.3.0 |
| 1680 | 2026-08-27T08:05:06.304Z | Compiling managed v0.8.0 |
| 1681 | 2026-08-27T08:05:06.403Z | Compiling path-slash v0.1.5 |
| 1682 | 2026-08-27T08:05:06.418Z | Compiling bitflags v1.3.2 |
| 1683 | 2026-08-27T08:05:06.495Z | Compiling same-file v1.0.6 |
| 1684 | 2026-08-27T08:05:06.520Z | Compiling bumpalo v3.20.2 |
| 1685 | 2026-08-27T08:05:06.536Z | Compiling foldhash v0.2.0 |
| 1686 | 2026-08-27T08:05:06.666Z | Compiling foldhash v0.1.5 |
| 1687 | 2026-08-27T08:05:06.759Z | Compiling jiff-core v0.1.0 |
| 1688 | 2026-08-27T08:05:06.776Z | Compiling either v1.15.0 |
| 1689 | 2026-08-27T08:05:06.847Z | Compiling libbz2-rs-sys v0.2.2 |
| 1690 | 2026-08-27T08:05:06.985Z | Compiling base16ct v0.2.0 |
| 1691 | 2026-08-27T08:05:07.044Z | Compiling is_ci v1.2.0 |
| 1692 | 2026-08-27T08:05:07.103Z | Compiling strum v0.27.2 |
| 1693 | 2026-08-27T08:05:07.164Z | Compiling supports-color v3.0.2 |
| 1694 | 2026-08-27T08:05:07.179Z | Compiling sec1 v0.7.3 |
| 1695 | 2026-08-27T08:05:07.232Z | Compiling snafu v0.8.9 |
| 1696 | 2026-08-27T08:05:07.291Z | Compiling bzip2 v0.6.1 |
| 1697 | 2026-08-27T08:05:07.332Z | Compiling textwrap v0.16.2 |
| 1698 | 2026-08-27T08:05:07.465Z | Compiling hashbrown v0.15.5 |
| 1699 | 2026-08-27T08:05:07.540Z | Compiling zopfli v0.8.3 |
| 1700 | 2026-08-27T08:05:07.591Z | Compiling jiff v0.2.34 |
| 1701 | 2026-08-27T08:05:07.611Z | Compiling hashbrown v0.16.1 |
| 1702 | 2026-08-27T08:05:07.839Z | Compiling walkdir v2.5.0 |
| 1703 | 2026-08-27T08:05:07.907Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1704 | 2026-08-27T08:05:08.208Z | Compiling group v0.13.0 |
| 1705 | 2026-08-27T08:05:08.248Z | Compiling cargo_metadata v0.23.1 |
| 1706 | 2026-08-27T08:05:08.387Z | Compiling dof v0.3.0 |
| 1707 | 2026-08-27T08:05:08.980Z | Compiling test-strategy v0.4.5 |
| 1708 | 2026-08-27T08:05:09.113Z | Compiling hubpack v0.1.2 |
| 1709 | 2026-08-27T08:05:09.322Z | Compiling futures v0.3.32 |
| 1710 | 2026-08-27T08:05:09.337Z | Compiling derive_more-impl v2.1.1 |
| 1711 | 2026-08-27T08:05:09.405Z | Compiling phf v0.13.1 |
| 1712 | 2026-08-27T08:05:09.569Z | Compiling signal-hook-mio v0.2.5 |
| 1713 | 2026-08-27T08:05:09.595Z | Compiling serde_with_macros v3.21.0 |
| 1714 | 2026-08-27T08:05:10.056Z | Compiling cookie_store v0.22.1 |
| 1715 | 2026-08-27T08:05:10.469Z | Compiling zstd v0.13.3 |
| 1716 | 2026-08-27T08:05:10.493Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-08-27T08:05:10.728Z | Compiling cipher v0.5.2 |
| 1718 | 2026-08-27T08:05:10.728Z | Compiling postgres-types v0.2.12 |
| 1719 | 2026-08-27T08:05:10.742Z | Compiling backtrace-ext v0.2.1 |
| 1720 | 2026-08-27T08:05:11.151Z | Compiling usdt-macro v0.6.0 |
| 1721 | 2026-08-27T08:05:11.200Z | Compiling usdt-attr-macro v0.6.0 |
| 1722 | 2026-08-27T08:05:11.266Z | Compiling globset v0.4.18 |
| 1723 | 2026-08-27T08:05:11.755Z | Compiling phf_shared v0.11.3 |
| 1724 | 2026-08-27T08:05:11.909Z | Compiling hkdf v0.12.4 |
| 1725 | 2026-08-27T08:05:11.970Z | Compiling dtrace-parser v0.2.0 |
| 1726 | 2026-08-27T08:05:11.988Z | Compiling byte-wrapper v0.1.0 |
| 1727 | 2026-08-27T08:05:11.988Z | Compiling olpc-cjson v0.1.4 |
| 1728 | 2026-08-27T08:05:12.005Z | Compiling ed25519 v2.2.3 |
| 1729 | 2026-08-27T08:05:12.086Z | Compiling crypto-bigint v0.5.5 |
| 1730 | 2026-08-27T08:05:12.126Z | Compiling serde_plain v1.0.2 |
| 1731 | 2026-08-27T08:05:12.134Z | Compiling serde-big-array v0.5.1 |
| 1732 | 2026-08-27T08:05:12.280Z | Compiling enum-as-inner v0.6.1 |
| 1733 | 2026-08-27T08:05:12.294Z | Compiling async-recursion v1.1.1 |
| 1734 | 2026-08-27T08:05:12.315Z | Compiling strum_macros v0.26.4 |
| 1735 | 2026-08-27T08:05:12.699Z | Compiling miette-derive v7.6.0 |
| 1736 | 2026-08-27T08:05:12.827Z | Compiling serde_repr v0.1.20 |
| 1737 | 2026-08-27T08:05:12.963Z | Compiling pem v3.0.6 |
| 1738 | 2026-08-27T08:05:12.991Z | Compiling float-cmp v0.10.0 |
| 1739 | 2026-08-27T08:05:13.140Z | Compiling thread-id v4.2.2 |
| 1740 | 2026-08-27T08:05:13.230Z | Compiling memmap2 v0.9.10 |
| 1741 | 2026-08-27T08:05:13.285Z | Compiling supports-hyperlinks v3.2.0 |
| 1742 | 2026-08-27T08:05:13.368Z | Compiling precomputed-hash v0.1.1 |
| 1743 | 2026-08-27T08:05:13.438Z | Compiling data-encoding v2.10.0 |
| 1744 | 2026-08-27T08:05:13.452Z | Compiling predicates-core v1.0.10 |
| 1745 | 2026-08-27T08:05:13.474Z | Compiling fixedbitset v0.5.7 |
| 1746 | 2026-08-27T08:05:13.651Z | Compiling keccak v0.1.6 |
| 1747 | 2026-08-27T08:05:13.787Z | Compiling supports-unicode v3.0.0 |
| 1748 | 2026-08-27T08:05:13.864Z | Compiling new_debug_unreachable v1.0.6 |
| 1749 | 2026-08-27T08:05:13.935Z | Compiling typed-path v0.9.3 |
| 1750 | 2026-08-27T08:05:13.951Z | Compiling winnow v1.0.3 |
| 1751 | 2026-08-27T08:05:14.109Z | Compiling static_assertions v1.1.0 |
| 1752 | 2026-08-27T08:05:14.143Z | Compiling difflib v0.4.0 |
| 1753 | 2026-08-27T08:05:14.185Z | Compiling const-oid v0.10.2 |
| 1754 | 2026-08-27T08:05:14.200Z | Compiling normalize-line-endings v0.3.0 |
| 1755 | 2026-08-27T08:05:14.294Z | Compiling cpufeatures v0.3.0 |
| 1756 | 2026-08-27T08:05:14.310Z | Compiling whoami v2.1.0 |
| 1757 | 2026-08-27T08:05:14.374Z | Compiling fixedbitset v0.4.2 |
| 1758 | 2026-08-27T08:05:14.388Z | Compiling toml_edit v0.22.27 |
| 1759 | 2026-08-27T08:05:14.391Z | Compiling predicates v3.1.4 |
| 1760 | 2026-08-27T08:05:14.588Z | Compiling petgraph v0.6.5 |
| 1761 | 2026-08-27T08:05:14.676Z | Compiling tokio-postgres v0.7.16 |
| 1762 | 2026-08-27T08:05:14.691Z | Compiling chacha20 v0.10.0 |
| 1763 | 2026-08-27T08:05:15.009Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1764 | 2026-08-27T08:05:15.029Z | Compiling digest v0.11.3 |
| 1765 | 2026-08-27T08:05:15.063Z | Compiling miette v7.6.0 |
| 1766 | 2026-08-27T08:05:15.124Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1767 | 2026-08-27T08:05:15.247Z | Compiling strum v0.26.3 |
| 1768 | 2026-08-27T08:05:15.377Z | Compiling string_cache v0.8.9 |
| 1769 | 2026-08-27T08:05:15.608Z | Compiling sha3 v0.10.8 |
| 1770 | 2026-08-27T08:05:15.628Z | Compiling hickory-proto v0.25.2 |
| 1771 | 2026-08-27T08:05:16.063Z | Compiling petgraph v0.8.3 |
| 1772 | 2026-08-27T08:05:16.068Z | Compiling usdt v0.6.0 |
| 1773 | 2026-08-27T08:05:16.198Z | Compiling usdt-impl v0.5.0 |
| 1774 | 2026-08-27T08:05:16.337Z | Compiling elliptic-curve v0.13.8 |
| 1775 | 2026-08-27T08:05:16.751Z | Compiling ed25519-dalek v2.2.0 |
| 1776 | 2026-08-27T08:05:16.786Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1777 | 2026-08-27T08:05:16.884Z | Compiling crossterm v0.28.1 |
| 1778 | 2026-08-27T08:05:17.271Z | Compiling serde_with v3.21.0 |
| 1779 | 2026-08-27T08:05:17.947Z | Compiling zip v4.6.1 |
| 1780 | 2026-08-27T08:05:18.041Z | Compiling derive_more v2.1.1 |
| 1781 | 2026-08-27T08:05:18.202Z | Compiling iddqd v0.4.2 |
| 1782 | 2026-08-27T08:05:18.549Z | Compiling itertools v0.13.0 |
| 1783 | 2026-08-27T08:05:18.713Z | Compiling itertools v0.15.0 |
| 1784 | 2026-08-27T08:05:18.816Z | Compiling similar v2.7.0 |
| 1785 | 2026-08-27T08:05:18.896Z | Compiling crossbeam-epoch v0.9.18 |
| 1786 | 2026-08-27T08:05:19.114Z | Compiling heck v0.4.1 |
| 1787 | 2026-08-27T08:05:19.220Z | Compiling tokio-stream v0.1.18 |
| 1788 | 2026-08-27T08:05:19.338Z | Compiling buf-list v1.1.2 |
| 1789 | 2026-08-27T08:05:19.482Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1790 | 2026-08-27T08:05:19.614Z | Compiling openapiv3 v2.2.0 |
| 1791 | 2026-08-27T08:05:19.655Z | Compiling peg-runtime v0.8.5 |
| 1792 | 2026-08-27T08:05:19.673Z | Compiling lalrpop-util v0.19.12 |
| 1793 | 2026-08-27T08:05:19.783Z | Compiling thread_local v1.1.9 |
| 1794 | 2026-08-27T08:05:19.798Z | Compiling slog-async v2.8.0 |
| 1795 | 2026-08-27T08:05:19.868Z | Compiling crossbeam-channel v0.5.15 |
| 1796 | 2026-08-27T08:05:19.929Z | Compiling is-terminal v0.4.17 |
| 1797 | 2026-08-27T08:05:20.029Z | Compiling filetime v0.2.27 |
| 1798 | 2026-08-27T08:05:20.044Z | Compiling take_mut v0.2.2 |
| 1799 | 2026-08-27T08:05:20.044Z | Compiling xattr v1.6.1 |
| 1800 | 2026-08-27T08:05:20.119Z | Compiling term v1.2.1 |
| 1801 | 2026-08-27T08:05:20.154Z | Compiling camino-tempfile v1.4.1 |
| 1802 | 2026-08-27T08:05:20.201Z | Compiling tar v0.4.46 |
| 1803 | 2026-08-27T08:05:20.666Z | Compiling slog-term v2.9.2 |
| 1804 | 2026-08-27T08:05:26.448Z | Compiling rustls-webpki v0.103.13 |
| 1805 | 2026-08-27T08:05:29.153Z | Compiling tokio-rustls v0.26.4 |
| 1806 | 2026-08-27T08:05:29.153Z | Compiling rustls-platform-verifier v0.6.2 |
| 1807 | 2026-08-27T08:05:29.153Z | Compiling tough v0.22.0 |
| 1808 | 2026-08-27T08:05:29.371Z | Compiling hyper-rustls v0.27.7 |
| 1809 | 2026-08-27T08:05:29.568Z | Compiling reqwest v0.13.2 |
| 1810 | 2026-08-27T08:05:31.776Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1811 | 2026-08-27T08:05:31.988Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1812 | 2026-08-27T08:05:35.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 1813 | 2026-08-27T08:05:35.167Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1814 | 2026-08-27T08:05:35.234Z | Aug 27 08:05:33.671 INFO Starting download, target: Cockroach |
| 1815 | 2026-08-27T08:05:35.234Z | Aug 27 08:05:33.671 INFO Starting download, target: Clickhouse |
| 1816 | 2026-08-27T08:05:35.234Z | Aug 27 08:05:33.671 INFO Starting download, target: Console |
| 1817 | 2026-08-27T08:05:35.253Z | Aug 27 08:05:33.671 INFO Starting download, target: DendriteStub |
| 1818 | 2026-08-27T08:05:35.253Z | Aug 27 08:05:33.671 INFO Starting download, target: MaghemiteMgd |
| 1819 | 2026-08-27T08:05:35.253Z | Aug 27 08:05:33.671 INFO Starting download, target: MaghemiteDdmd |
| 1820 | 2026-08-27T08:05:35.253Z | Aug 27 08:05:33.671 INFO Starting download, target: TransceiverControl |
| 1821 | 2026-08-27T08:05:35.253Z | Aug 27 08:05:33.671 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1822 | 2026-08-27T08:05:35.253Z | Aug 27 08:05:33.671 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1823 | 2026-08-27T08:05:35.253Z | Aug 27 08:05:33.671 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1824 | 2026-08-27T08:05:35.253Z | Aug 27 08:05:33.671 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1825 | 2026-08-27T08:05:35.254Z | Aug 27 08:05:33.671 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1826 | 2026-08-27T08:05:35.254Z | Aug 27 08:05:33.671 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1827 | 2026-08-27T08:05:35.254Z | Aug 27 08:05:33.671 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1828 | 2026-08-27T08:05:36.498Z | Aug 27 08:05:34.899 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1829 | 2026-08-27T08:05:36.739Z | Aug 27 08:05:35.117 INFO Download complete, target: TransceiverControl |
| 1830 | 2026-08-27T08:05:37.015Z | Aug 27 08:05:35.396 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1831 | 2026-08-27T08:05:37.277Z | Aug 27 08:05:35.699 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1832 | 2026-08-27T08:05:37.537Z | Aug 27 08:05:35.978 INFO Download complete, target: Console |
| 1833 | 2026-08-27T08:05:40.281Z | Aug 27 08:05:38.709 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1834 | 2026-08-27T08:05:40.683Z | Aug 27 08:05:39.094 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1835 | 2026-08-27T08:05:40.965Z | Aug 27 08:05:39.426 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1836 | 2026-08-27T08:05:41.649Z | Aug 27 08:05:40.111 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1837 | 2026-08-27T08:05:41.649Z | Aug 27 08:05:40.111 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1838 | 2026-08-27T08:05:42.146Z | Aug 27 08:05:40.607 INFO Download complete, target: MaghemiteDdmd |
| 1839 | 2026-08-27T08:05:43.221Z | Aug 27 08:05:41.635 INFO Download complete, target: DendriteStub |
| 1840 | 2026-08-27T08:05:43.624Z | Aug 27 08:05:42.084 INFO Download complete, target: MaghemiteMgd |
| 1841 | 2026-08-27T08:05:43.851Z | Aug 27 08:05:42.311 INFO Checking that binary works, target: Clickhouse |
| 1842 | 2026-08-27T08:05:43.962Z | Aug 27 08:05:42.423 INFO Download complete, target: Clickhouse |
| 1843 | 2026-08-27T08:05:46.326Z | Aug 27 08:05:44.787 INFO Checking that binary works, target: Cockroach |
| 1844 | 2026-08-27T08:05:46.436Z | Aug 27 08:05:44.898 INFO Download complete, target: Cockroach |
| 1845 | 2026-08-27T08:05:46.453Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1846 | 2026-08-27T08:05:46.457Z | |
| 1847 | 2026-08-27T08:05:46.457Z | real 2:13.403825431 |
| 1848 | 2026-08-27T08:05:46.457Z | user 7:24.360909957 |
| 1849 | 2026-08-27T08:05:46.457Z | sys 1:27.480037070 |
| 1850 | 2026-08-27T08:05:46.457Z | trap 0.245643017 |
| 1851 | 2026-08-27T08:05:46.457Z | tflt 0.536938447 |
| 1852 | 2026-08-27T08:05:46.457Z | dflt 0.902461466 |
| 1853 | 2026-08-27T08:05:46.457Z | kflt 0.023626701 |
| 1854 | 2026-08-27T08:05:46.457Z | lock 29:59.398275658 |
| 1855 | 2026-08-27T08:05:46.457Z | slp 22:17.662696476 |
| 1856 | 2026-08-27T08:05:46.457Z | lat 49.655702835 |
| 1857 | 2026-08-27T08:05:46.457Z | stop 2:47.533351223 |
| 1858 | 2026-08-27T08:05:46.457Z | + banner hack-check |
| 1859 | 2026-08-27T08:05:46.457Z | |
| 1860 | 2026-08-27T08:05:46.457Z | # # ## #### # # #### # # ###### #### # # |
| 1861 | 2026-08-27T08:05:46.457Z | # # # # # # # # # # # # # # # # # |
| 1862 | 2026-08-27T08:05:46.457Z | ###### # # # #### ##### # ###### ##### # #### |
| 1863 | 2026-08-27T08:05:46.457Z | # # ###### # # # # # # # # # # |
| 1864 | 2026-08-27T08:05:46.458Z | # # # # # # # # # # # # # # # # # |
| 1865 | 2026-08-27T08:05:46.458Z | # # # # #### # # #### # # ###### #### # # |
| 1866 | 2026-08-27T08:05:46.458Z | |
| 1867 | 2026-08-27T08:05:46.458Z | + export CARGO_INCREMENTAL=0 |
| 1868 | 2026-08-27T08:05:46.458Z | + CARGO_INCREMENTAL=0 |
| 1869 | 2026-08-27T08:05:46.458Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1870 | 2026-08-27T08:05:46.934Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1871 | 2026-08-27T08:05:47.230Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1872 | 2026-08-27T08:05:49.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 1873 | 2026-08-27T08:05:49.092Z | Running `target/debug/xtask check-features --ci` |
| 1874 | 2026-08-27T08:05:49.122Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1875 | 2026-08-27T08:05:49.136Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1876 | 2026-08-27T08:05:49.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1877 | 2026-08-27T08:05:49.576Z | Running `target/debug/xtask download cargo-hack` |
| 1878 | 2026-08-27T08:05:50.361Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1879 | 2026-08-27T08:05:50.666Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1880 | 2026-08-27T08:05:53.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
| 1881 | 2026-08-27T08:05:53.403Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1882 | 2026-08-27T08:05:53.441Z | Aug 27 08:05:51.902 INFO Starting download, target: CargoHack |
| 1883 | 2026-08-27T08:05:53.444Z | Aug 27 08:05:51.903 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1884 | 2026-08-27T08:05:53.786Z | Aug 27 08:05:52.243 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1885 | 2026-08-27T08:05:53.832Z | Aug 27 08:05:52.294 INFO Download complete, target: CargoHack |
| 1886 | 2026-08-27T08:05:53.837Z | 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" |
| 1887 | 2026-08-27T08:05:53.850Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1888 | 2026-08-27T08:05:54.015Z | info: running `cargo check --bins` on api_identity (1/377) |
| 1889 | 2026-08-27T08:05:54.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2026-08-27T08:05:54.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2026-08-27T08:05:54.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2026-08-27T08:05:54.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1893 | 2026-08-27T08:05:54.591Z | |
| 1894 | 2026-08-27T08:05:54.591Z | info: running `cargo check --bins` on bootstore (2/377) |
| 1895 | 2026-08-27T08:05:55.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-08-27T08:05:55.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-08-27T08:05:55.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-08-27T08:05:55.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1899 | 2026-08-27T08:05:55.146Z | |
| 1900 | 2026-08-27T08:05:55.146Z | info: running `cargo check --bins` on omicron-ledger (3/377) |
| 1901 | 2026-08-27T08:05:55.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-08-27T08:05:55.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-08-27T08:05:55.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-08-27T08:05:55.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1905 | 2026-08-27T08:05:55.696Z | |
| 1906 | 2026-08-27T08:05:55.696Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377) |
| 1907 | 2026-08-27T08:05:56.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-08-27T08:05:56.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-08-27T08:05:56.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-08-27T08:05:56.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1911 | 2026-08-27T08:05:56.248Z | |
| 1912 | 2026-08-27T08:05:56.248Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377) |
| 1913 | 2026-08-27T08:05:56.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-08-27T08:05:56.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-08-27T08:05:56.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-08-27T08:05:56.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1917 | 2026-08-27T08:05:56.800Z | |
| 1918 | 2026-08-27T08:05:56.800Z | info: running `cargo check --bins` on omicron-certificates (6/377) |
| 1919 | 2026-08-27T08:05:57.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-08-27T08:05:57.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-08-27T08:05:57.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-08-27T08:05:57.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1923 | 2026-08-27T08:05:57.367Z | |
| 1924 | 2026-08-27T08:05:57.367Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/377) |
| 1925 | 2026-08-27T08:05:57.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-08-27T08:05:57.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-08-27T08:05:57.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-08-27T08:05:57.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1929 | 2026-08-27T08:05:57.933Z | |
| 1930 | 2026-08-27T08:05:57.933Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377) |
| 1931 | 2026-08-27T08:05:58.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-08-27T08:05:58.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-08-27T08:05:58.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-08-27T08:05:58.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1935 | 2026-08-27T08:05:58.500Z | |
| 1936 | 2026-08-27T08:05:58.500Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377) |
| 1937 | 2026-08-27T08:05:58.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-08-27T08:05:58.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-08-27T08:05:58.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-08-27T08:05:58.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1941 | 2026-08-27T08:05:58.914Z | |
| 1942 | 2026-08-27T08:05:58.914Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377) |
| 1943 | 2026-08-27T08:05:59.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-08-27T08:05:59.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-08-27T08:05:59.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-08-27T08:05:59.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1947 | 2026-08-27T08:05:59.326Z | |
| 1948 | 2026-08-27T08:05:59.326Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377) |
| 1949 | 2026-08-27T08:05:59.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-08-27T08:05:59.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-08-27T08:05:59.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-08-27T08:05:59.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1953 | 2026-08-27T08:05:59.744Z | |
| 1954 | 2026-08-27T08:05:59.744Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377) |
| 1955 | 2026-08-27T08:06:00.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-08-27T08:06:00.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-08-27T08:06:00.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-08-27T08:06:00.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1959 | 2026-08-27T08:06:00.153Z | |
| 1960 | 2026-08-27T08:06:00.153Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377) |
| 1961 | 2026-08-27T08:06:00.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-08-27T08:06:00.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-08-27T08:06:00.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-08-27T08:06:00.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1965 | 2026-08-27T08:06:00.570Z | |
| 1966 | 2026-08-27T08:06:00.571Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377) |
| 1967 | 2026-08-27T08:06:00.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-08-27T08:06:00.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-08-27T08:06:00.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-08-27T08:06:00.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1971 | 2026-08-27T08:06:00.989Z | |
| 1972 | 2026-08-27T08:06:00.989Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377) |
| 1973 | 2026-08-27T08:06:01.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-08-27T08:06:01.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-08-27T08:06:01.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-08-27T08:06:01.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1977 | 2026-08-27T08:06:01.403Z | |
| 1978 | 2026-08-27T08:06:01.403Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377) |
| 1979 | 2026-08-27T08:06:01.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-08-27T08:06:01.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-08-27T08:06:01.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-08-27T08:06:01.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1983 | 2026-08-27T08:06:01.828Z | |
| 1984 | 2026-08-27T08:06:01.828Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377) |
| 1985 | 2026-08-27T08:06:02.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-08-27T08:06:02.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-08-27T08:06:02.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-08-27T08:06:02.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1989 | 2026-08-27T08:06:02.238Z | |
| 1990 | 2026-08-27T08:06:02.239Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377) |
| 1991 | 2026-08-27T08:06:02.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-08-27T08:06:02.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-08-27T08:06:02.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-08-27T08:06:02.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1995 | 2026-08-27T08:06:02.654Z | |
| 1996 | 2026-08-27T08:06:02.654Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377) |
| 1997 | 2026-08-27T08:06:03.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-08-27T08:06:03.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-08-27T08:06:03.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-08-27T08:06:03.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2001 | 2026-08-27T08:06:03.076Z | |
| 2002 | 2026-08-27T08:06:03.076Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377) |
| 2003 | 2026-08-27T08:06:03.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-08-27T08:06:03.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-08-27T08:06:03.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-08-27T08:06:03.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2007 | 2026-08-27T08:06:03.488Z | |
| 2008 | 2026-08-27T08:06:03.488Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377) |
| 2009 | 2026-08-27T08:06:03.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-08-27T08:06:03.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-08-27T08:06:03.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-08-27T08:06:03.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2013 | 2026-08-27T08:06:03.907Z | |
| 2014 | 2026-08-27T08:06:03.907Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377) |
| 2015 | 2026-08-27T08:06:04.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-08-27T08:06:04.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-08-27T08:06:04.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-08-27T08:06:04.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2019 | 2026-08-27T08:06:04.326Z | |
| 2020 | 2026-08-27T08:06:04.326Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377) |
| 2021 | 2026-08-27T08:06:04.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-08-27T08:06:04.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-08-27T08:06:04.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-08-27T08:06:04.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2025 | 2026-08-27T08:06:04.744Z | |
| 2026 | 2026-08-27T08:06:04.745Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377) |
| 2027 | 2026-08-27T08:06:05.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-08-27T08:06:05.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-08-27T08:06:05.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-08-27T08:06:05.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2031 | 2026-08-27T08:06:05.160Z | |
| 2032 | 2026-08-27T08:06:05.160Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377) |
| 2033 | 2026-08-27T08:06:05.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-08-27T08:06:05.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-08-27T08:06:05.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-08-27T08:06:05.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2037 | 2026-08-27T08:06:05.575Z | |
| 2038 | 2026-08-27T08:06:05.575Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377) |
| 2039 | 2026-08-27T08:06:05.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-08-27T08:06:05.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-08-27T08:06:05.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-08-27T08:06:05.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2043 | 2026-08-27T08:06:05.989Z | |
| 2044 | 2026-08-27T08:06:05.989Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377) |
| 2045 | 2026-08-27T08:06:06.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-08-27T08:06:06.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-08-27T08:06:06.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-08-27T08:06:06.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2049 | 2026-08-27T08:06:06.406Z | |
| 2050 | 2026-08-27T08:06:06.406Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377) |
| 2051 | 2026-08-27T08:06:06.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-08-27T08:06:06.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-08-27T08:06:06.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-08-27T08:06:06.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2055 | 2026-08-27T08:06:06.825Z | |
| 2056 | 2026-08-27T08:06:06.825Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377) |
| 2057 | 2026-08-27T08:06:07.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-08-27T08:06:07.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-08-27T08:06:07.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-08-27T08:06:07.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2061 | 2026-08-27T08:06:07.243Z | |
| 2062 | 2026-08-27T08:06:07.243Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377) |
| 2063 | 2026-08-27T08:06:07.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-08-27T08:06:07.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-08-27T08:06:07.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-08-27T08:06:07.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2067 | 2026-08-27T08:06:07.666Z | |
| 2068 | 2026-08-27T08:06:07.666Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377) |
| 2069 | 2026-08-27T08:06:08.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-08-27T08:06:08.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-08-27T08:06:08.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-08-27T08:06:08.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2073 | 2026-08-27T08:06:08.084Z | |
| 2074 | 2026-08-27T08:06:08.084Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377) |
| 2075 | 2026-08-27T08:06:08.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-08-27T08:06:08.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-08-27T08:06:08.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-08-27T08:06:08.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2079 | 2026-08-27T08:06:08.506Z | |
| 2080 | 2026-08-27T08:06:08.506Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377) |
| 2081 | 2026-08-27T08:06:08.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-08-27T08:06:08.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-08-27T08:06:08.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-08-27T08:06:08.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2085 | 2026-08-27T08:06:08.924Z | |
| 2086 | 2026-08-27T08:06:08.924Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377) |
| 2087 | 2026-08-27T08:06:09.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-08-27T08:06:09.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-08-27T08:06:09.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-08-27T08:06:09.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2091 | 2026-08-27T08:06:09.339Z | |
| 2092 | 2026-08-27T08:06:09.339Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377) |
| 2093 | 2026-08-27T08:06:09.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-08-27T08:06:09.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-08-27T08:06:09.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-08-27T08:06:09.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2097 | 2026-08-27T08:06:09.759Z | |
| 2098 | 2026-08-27T08:06:09.759Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377) |
| 2099 | 2026-08-27T08:06:10.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-08-27T08:06:10.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-08-27T08:06:10.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-08-27T08:06:10.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2103 | 2026-08-27T08:06:10.180Z | |
| 2104 | 2026-08-27T08:06:10.180Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377) |
| 2105 | 2026-08-27T08:06:10.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-08-27T08:06:10.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-08-27T08:06:10.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-08-27T08:06:10.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2109 | 2026-08-27T08:06:10.601Z | |
| 2110 | 2026-08-27T08:06:10.601Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377) |
| 2111 | 2026-08-27T08:06:10.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-08-27T08:06:10.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-08-27T08:06:10.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-08-27T08:06:10.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2115 | 2026-08-27T08:06:11.024Z | |
| 2116 | 2026-08-27T08:06:11.024Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377) |
| 2117 | 2026-08-27T08:06:11.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-08-27T08:06:11.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-08-27T08:06:11.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2120 | 2026-08-27T08:06:11.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2121 | 2026-08-27T08:06:11.441Z | |
| 2122 | 2026-08-27T08:06:11.441Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377) |
| 2123 | 2026-08-27T08:06:11.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2124 | 2026-08-27T08:06:11.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2125 | 2026-08-27T08:06:11.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2126 | 2026-08-27T08:06:11.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2127 | 2026-08-27T08:06:11.860Z | |
| 2128 | 2026-08-27T08:06:11.860Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377) |
| 2129 | 2026-08-27T08:06:12.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2130 | 2026-08-27T08:06:12.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2131 | 2026-08-27T08:06:12.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2132 | 2026-08-27T08:06:12.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2133 | 2026-08-27T08:06:12.288Z | |
| 2134 | 2026-08-27T08:06:12.288Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377) |
| 2135 | 2026-08-27T08:06:12.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2026-08-27T08:06:12.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2026-08-27T08:06:12.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2026-08-27T08:06:12.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2139 | 2026-08-27T08:06:12.713Z | |
| 2140 | 2026-08-27T08:06:12.713Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377) |
| 2141 | 2026-08-27T08:06:13.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2026-08-27T08:06:13.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2026-08-27T08:06:13.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2026-08-27T08:06:13.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2145 | 2026-08-27T08:06:13.134Z | |
| 2146 | 2026-08-27T08:06:13.135Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377) |
| 2147 | 2026-08-27T08:06:13.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2026-08-27T08:06:13.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2026-08-27T08:06:13.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2026-08-27T08:06:13.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2151 | 2026-08-27T08:06:13.540Z | |
| 2152 | 2026-08-27T08:06:13.540Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377) |
| 2153 | 2026-08-27T08:06:13.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2026-08-27T08:06:13.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2026-08-27T08:06:13.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2026-08-27T08:06:13.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2157 | 2026-08-27T08:06:13.961Z | |
| 2158 | 2026-08-27T08:06:13.961Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377) |
| 2159 | 2026-08-27T08:06:14.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2026-08-27T08:06:14.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2026-08-27T08:06:14.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2026-08-27T08:06:14.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2163 | 2026-08-27T08:06:14.376Z | |
| 2164 | 2026-08-27T08:06:14.376Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377) |
| 2165 | 2026-08-27T08:06:14.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2026-08-27T08:06:14.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2026-08-27T08:06:14.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2026-08-27T08:06:14.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2169 | 2026-08-27T08:06:14.796Z | |
| 2170 | 2026-08-27T08:06:14.796Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377) |
| 2171 | 2026-08-27T08:06:15.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2026-08-27T08:06:15.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2026-08-27T08:06:15.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2174 | 2026-08-27T08:06:15.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2175 | 2026-08-27T08:06:15.216Z | |
| 2176 | 2026-08-27T08:06:15.216Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377) |
| 2177 | 2026-08-27T08:06:15.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2178 | 2026-08-27T08:06:15.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2179 | 2026-08-27T08:06:15.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2180 | 2026-08-27T08:06:15.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2181 | 2026-08-27T08:06:15.637Z | |
| 2182 | 2026-08-27T08:06:15.637Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377) |
| 2183 | 2026-08-27T08:06:16.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2184 | 2026-08-27T08:06:16.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2185 | 2026-08-27T08:06:16.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2186 | 2026-08-27T08:06:16.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2187 | 2026-08-27T08:06:16.056Z | |
| 2188 | 2026-08-27T08:06:16.057Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377) |
| 2189 | 2026-08-27T08:06:16.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2190 | 2026-08-27T08:06:16.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2191 | 2026-08-27T08:06:16.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2192 | 2026-08-27T08:06:16.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2193 | 2026-08-27T08:06:16.483Z | |
| 2194 | 2026-08-27T08:06:16.483Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377) |
| 2195 | 2026-08-27T08:06:16.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2196 | 2026-08-27T08:06:16.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2197 | 2026-08-27T08:06:16.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2198 | 2026-08-27T08:06:16.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2199 | 2026-08-27T08:06:16.898Z | |
| 2200 | 2026-08-27T08:06:16.899Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377) |
| 2201 | 2026-08-27T08:06:17.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2202 | 2026-08-27T08:06:17.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2203 | 2026-08-27T08:06:17.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2204 | 2026-08-27T08:06:17.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2205 | 2026-08-27T08:06:17.318Z | |
| 2206 | 2026-08-27T08:06:17.318Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377) |
| 2207 | 2026-08-27T08:06:17.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2208 | 2026-08-27T08:06:17.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2209 | 2026-08-27T08:06:17.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2210 | 2026-08-27T08:06:17.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2211 | 2026-08-27T08:06:17.735Z | |
| 2212 | 2026-08-27T08:06:17.735Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377) |
| 2213 | 2026-08-27T08:06:18.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2214 | 2026-08-27T08:06:18.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2215 | 2026-08-27T08:06:18.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2216 | 2026-08-27T08:06:18.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2217 | 2026-08-27T08:06:18.152Z | |
| 2218 | 2026-08-27T08:06:18.152Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377) |
| 2219 | 2026-08-27T08:06:18.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2026-08-27T08:06:18.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2026-08-27T08:06:18.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2222 | 2026-08-27T08:06:18.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2223 | 2026-08-27T08:06:18.567Z | |
| 2224 | 2026-08-27T08:06:18.567Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377) |
| 2225 | 2026-08-27T08:06:18.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2026-08-27T08:06:18.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2026-08-27T08:06:18.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2026-08-27T08:06:18.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2229 | 2026-08-27T08:06:18.988Z | |
| 2230 | 2026-08-27T08:06:18.988Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377) |
| 2231 | 2026-08-27T08:06:19.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2026-08-27T08:06:19.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2026-08-27T08:06:19.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2234 | 2026-08-27T08:06:19.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2235 | 2026-08-27T08:06:19.406Z | |
| 2236 | 2026-08-27T08:06:19.406Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377) |
| 2237 | 2026-08-27T08:06:19.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2238 | 2026-08-27T08:06:19.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2239 | 2026-08-27T08:06:19.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2240 | 2026-08-27T08:06:19.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2241 | 2026-08-27T08:06:19.824Z | |
| 2242 | 2026-08-27T08:06:19.824Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377) |
| 2243 | 2026-08-27T08:06:20.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2244 | 2026-08-27T08:06:20.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2245 | 2026-08-27T08:06:20.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2246 | 2026-08-27T08:06:20.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2247 | 2026-08-27T08:06:20.248Z | |
| 2248 | 2026-08-27T08:06:20.248Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377) |
| 2249 | 2026-08-27T08:06:20.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2250 | 2026-08-27T08:06:20.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2251 | 2026-08-27T08:06:20.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2252 | 2026-08-27T08:06:20.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2253 | 2026-08-27T08:06:20.673Z | |
| 2254 | 2026-08-27T08:06:20.673Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377) |
| 2255 | 2026-08-27T08:06:21.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2256 | 2026-08-27T08:06:21.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2257 | 2026-08-27T08:06:21.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2258 | 2026-08-27T08:06:21.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2259 | 2026-08-27T08:06:21.095Z | |
| 2260 | 2026-08-27T08:06:21.096Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377) |
| 2261 | 2026-08-27T08:06:21.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2262 | 2026-08-27T08:06:21.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2263 | 2026-08-27T08:06:21.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2264 | 2026-08-27T08:06:21.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2265 | 2026-08-27T08:06:21.517Z | |
| 2266 | 2026-08-27T08:06:21.517Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377) |
| 2267 | 2026-08-27T08:06:21.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2268 | 2026-08-27T08:06:21.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2269 | 2026-08-27T08:06:21.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2270 | 2026-08-27T08:06:21.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2271 | 2026-08-27T08:06:21.941Z | |
| 2272 | 2026-08-27T08:06:21.941Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377) |
| 2273 | 2026-08-27T08:06:22.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2274 | 2026-08-27T08:06:22.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2275 | 2026-08-27T08:06:22.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2276 | 2026-08-27T08:06:22.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2277 | 2026-08-27T08:06:22.362Z | |
| 2278 | 2026-08-27T08:06:22.362Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377) |
| 2279 | 2026-08-27T08:06:22.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2280 | 2026-08-27T08:06:22.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2281 | 2026-08-27T08:06:22.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2282 | 2026-08-27T08:06:22.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2283 | 2026-08-27T08:06:22.784Z | |
| 2284 | 2026-08-27T08:06:22.784Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377) |
| 2285 | 2026-08-27T08:06:23.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2286 | 2026-08-27T08:06:23.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2287 | 2026-08-27T08:06:23.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2288 | 2026-08-27T08:06:23.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2289 | 2026-08-27T08:06:23.205Z | |
| 2290 | 2026-08-27T08:06:23.205Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377) |
| 2291 | 2026-08-27T08:06:23.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2292 | 2026-08-27T08:06:23.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2293 | 2026-08-27T08:06:23.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2294 | 2026-08-27T08:06:23.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2295 | 2026-08-27T08:06:23.641Z | |
| 2296 | 2026-08-27T08:06:23.642Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377) |
| 2297 | 2026-08-27T08:06:24.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2298 | 2026-08-27T08:06:24.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2299 | 2026-08-27T08:06:24.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2300 | 2026-08-27T08:06:24.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2301 | 2026-08-27T08:06:24.057Z | |
| 2302 | 2026-08-27T08:06:24.057Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377) |
| 2303 | 2026-08-27T08:06:24.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2304 | 2026-08-27T08:06:24.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2305 | 2026-08-27T08:06:24.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2306 | 2026-08-27T08:06:24.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2307 | 2026-08-27T08:06:24.477Z | |
| 2308 | 2026-08-27T08:06:24.477Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377) |
| 2309 | 2026-08-27T08:06:24.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2310 | 2026-08-27T08:06:24.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2311 | 2026-08-27T08:06:24.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2312 | 2026-08-27T08:06:24.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2313 | 2026-08-27T08:06:24.898Z | |
| 2314 | 2026-08-27T08:06:24.898Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377) |
| 2315 | 2026-08-27T08:06:25.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2316 | 2026-08-27T08:06:25.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2317 | 2026-08-27T08:06:25.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2318 | 2026-08-27T08:06:25.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2319 | 2026-08-27T08:06:25.318Z | |
| 2320 | 2026-08-27T08:06:25.318Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377) |
| 2321 | 2026-08-27T08:06:25.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2322 | 2026-08-27T08:06:25.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2323 | 2026-08-27T08:06:25.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2324 | 2026-08-27T08:06:25.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2325 | 2026-08-27T08:06:25.739Z | |
| 2326 | 2026-08-27T08:06:25.739Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377) |
| 2327 | 2026-08-27T08:06:26.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2328 | 2026-08-27T08:06:26.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2329 | 2026-08-27T08:06:26.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2330 | 2026-08-27T08:06:26.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2331 | 2026-08-27T08:06:26.156Z | |
| 2332 | 2026-08-27T08:06:26.156Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377) |
| 2333 | 2026-08-27T08:06:26.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2334 | 2026-08-27T08:06:26.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2335 | 2026-08-27T08:06:26.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2336 | 2026-08-27T08:06:26.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2337 | 2026-08-27T08:06:26.578Z | |
| 2338 | 2026-08-27T08:06:26.578Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377) |
| 2339 | 2026-08-27T08:06:26.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2340 | 2026-08-27T08:06:26.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2341 | 2026-08-27T08:06:26.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2342 | 2026-08-27T08:06:26.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2343 | 2026-08-27T08:06:26.996Z | |
| 2344 | 2026-08-27T08:06:26.996Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377) |
| 2345 | 2026-08-27T08:06:27.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2346 | 2026-08-27T08:06:27.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2347 | 2026-08-27T08:06:27.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2348 | 2026-08-27T08:06:27.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2349 | 2026-08-27T08:06:27.413Z | |
| 2350 | 2026-08-27T08:06:27.413Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377) |
| 2351 | 2026-08-27T08:06:27.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2352 | 2026-08-27T08:06:27.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2353 | 2026-08-27T08:06:27.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2354 | 2026-08-27T08:06:27.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2355 | 2026-08-27T08:06:27.832Z | |
| 2356 | 2026-08-27T08:06:27.832Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377) |
| 2357 | 2026-08-27T08:06:28.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2358 | 2026-08-27T08:06:28.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2359 | 2026-08-27T08:06:28.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2360 | 2026-08-27T08:06:28.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2361 | 2026-08-27T08:06:28.253Z | |
| 2362 | 2026-08-27T08:06:28.253Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377) |
| 2363 | 2026-08-27T08:06:28.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2364 | 2026-08-27T08:06:28.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2365 | 2026-08-27T08:06:28.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2366 | 2026-08-27T08:06:28.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2367 | 2026-08-27T08:06:28.674Z | |
| 2368 | 2026-08-27T08:06:28.674Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377) |
| 2369 | 2026-08-27T08:06:29.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2370 | 2026-08-27T08:06:29.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2371 | 2026-08-27T08:06:29.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2372 | 2026-08-27T08:06:29.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2373 | 2026-08-27T08:06:29.094Z | |
| 2374 | 2026-08-27T08:06:29.094Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377) |
| 2375 | 2026-08-27T08:06:29.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2376 | 2026-08-27T08:06:29.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2377 | 2026-08-27T08:06:29.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2378 | 2026-08-27T08:06:29.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2379 | 2026-08-27T08:06:29.514Z | |
| 2380 | 2026-08-27T08:06:29.514Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377) |
| 2381 | 2026-08-27T08:06:29.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2382 | 2026-08-27T08:06:29.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2383 | 2026-08-27T08:06:29.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2384 | 2026-08-27T08:06:29.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2385 | 2026-08-27T08:06:29.937Z | |
| 2386 | 2026-08-27T08:06:29.937Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377) |
| 2387 | 2026-08-27T08:06:30.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2388 | 2026-08-27T08:06:30.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2389 | 2026-08-27T08:06:30.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2390 | 2026-08-27T08:06:30.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2391 | 2026-08-27T08:06:30.362Z | |
| 2392 | 2026-08-27T08:06:30.362Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377) |
| 2393 | 2026-08-27T08:06:30.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2394 | 2026-08-27T08:06:30.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2395 | 2026-08-27T08:06:30.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2396 | 2026-08-27T08:06:30.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2397 | 2026-08-27T08:06:30.786Z | |
| 2398 | 2026-08-27T08:06:30.787Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377) |
| 2399 | 2026-08-27T08:06:31.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2400 | 2026-08-27T08:06:31.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2401 | 2026-08-27T08:06:31.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2402 | 2026-08-27T08:06:31.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2403 | 2026-08-27T08:06:31.207Z | |
| 2404 | 2026-08-27T08:06:31.207Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377) |
| 2405 | 2026-08-27T08:06:31.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2406 | 2026-08-27T08:06:31.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2407 | 2026-08-27T08:06:31.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2408 | 2026-08-27T08:06:31.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2409 | 2026-08-27T08:06:31.631Z | |
| 2410 | 2026-08-27T08:06:31.631Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377) |
| 2411 | 2026-08-27T08:06:31.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2412 | 2026-08-27T08:06:32.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2413 | 2026-08-27T08:06:32.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2414 | 2026-08-27T08:06:32.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2415 | 2026-08-27T08:06:32.051Z | |
| 2416 | 2026-08-27T08:06:32.051Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377) |
| 2417 | 2026-08-27T08:06:32.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2418 | 2026-08-27T08:06:32.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2419 | 2026-08-27T08:06:32.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2420 | 2026-08-27T08:06:32.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2421 | 2026-08-27T08:06:32.660Z | |
| 2422 | 2026-08-27T08:06:32.660Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377) |
| 2423 | 2026-08-27T08:06:33.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2424 | 2026-08-27T08:06:33.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2425 | 2026-08-27T08:06:33.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2426 | 2026-08-27T08:06:33.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2427 | 2026-08-27T08:06:33.269Z | |
| 2428 | 2026-08-27T08:06:33.269Z | info: running `cargo check --bins` on nexus-config (91/377) |
| 2429 | 2026-08-27T08:06:33.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2430 | 2026-08-27T08:06:33.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2431 | 2026-08-27T08:06:33.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2432 | 2026-08-27T08:06:33.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2433 | 2026-08-27T08:06:33.873Z | |
| 2434 | 2026-08-27T08:06:33.874Z | info: running `cargo check --bins` on nexus-types (92/377) |
| 2435 | 2026-08-27T08:06:34.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2436 | 2026-08-27T08:06:34.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2437 | 2026-08-27T08:06:34.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2438 | 2026-08-27T08:06:34.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2439 | 2026-08-27T08:06:34.473Z | |
| 2440 | 2026-08-27T08:06:34.473Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377) |
| 2441 | 2026-08-27T08:06:34.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2442 | 2026-08-27T08:06:34.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2443 | 2026-08-27T08:06:34.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2444 | 2026-08-27T08:06:34.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2445 | 2026-08-27T08:06:35.045Z | |
| 2446 | 2026-08-27T08:06:35.045Z | info: running `cargo check --bins` on omicron-passwords (94/377) |
| 2447 | 2026-08-27T08:06:35.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2448 | 2026-08-27T08:06:35.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2449 | 2026-08-27T08:06:35.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2450 | 2026-08-27T08:06:35.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2451 | 2026-08-27T08:06:35.605Z | |
| 2452 | 2026-08-27T08:06:35.605Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (95/377) |
| 2453 | 2026-08-27T08:06:36.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2454 | 2026-08-27T08:06:36.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2455 | 2026-08-27T08:06:36.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2456 | 2026-08-27T08:06:36.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2457 | 2026-08-27T08:06:36.184Z | |
| 2458 | 2026-08-27T08:06:36.184Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377) |
| 2459 | 2026-08-27T08:06:36.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2460 | 2026-08-27T08:06:36.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2461 | 2026-08-27T08:06:36.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2462 | 2026-08-27T08:06:36.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2463 | 2026-08-27T08:06:36.762Z | |
| 2464 | 2026-08-27T08:06:36.763Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377) |
| 2465 | 2026-08-27T08:06:37.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2466 | 2026-08-27T08:06:37.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2467 | 2026-08-27T08:06:37.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2468 | 2026-08-27T08:06:37.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2469 | 2026-08-27T08:06:37.342Z | |
| 2470 | 2026-08-27T08:06:37.342Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377) |
| 2471 | 2026-08-27T08:06:37.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2472 | 2026-08-27T08:06:37.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2473 | 2026-08-27T08:06:37.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2474 | 2026-08-27T08:06:37.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2475 | 2026-08-27T08:06:37.917Z | |
| 2476 | 2026-08-27T08:06:37.917Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377) |
| 2477 | 2026-08-27T08:06:38.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2478 | 2026-08-27T08:06:38.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2479 | 2026-08-27T08:06:38.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2480 | 2026-08-27T08:06:38.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2481 | 2026-08-27T08:06:38.474Z | |
| 2482 | 2026-08-27T08:06:38.474Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377) |
| 2483 | 2026-08-27T08:06:38.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2484 | 2026-08-27T08:06:38.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2485 | 2026-08-27T08:06:38.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2486 | 2026-08-27T08:06:38.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2487 | 2026-08-27T08:06:39.034Z | |
| 2488 | 2026-08-27T08:06:39.034Z | info: running `cargo check --bins --no-default-features` on gfss (101/377) |
| 2489 | 2026-08-27T08:06:39.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2490 | 2026-08-27T08:06:39.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2491 | 2026-08-27T08:06:39.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2492 | 2026-08-27T08:06:39.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2493 | 2026-08-27T08:06:39.590Z | |
| 2494 | 2026-08-27T08:06:39.590Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377) |
| 2495 | 2026-08-27T08:06:40.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2496 | 2026-08-27T08:06:40.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2497 | 2026-08-27T08:06:40.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2498 | 2026-08-27T08:06:40.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2499 | 2026-08-27T08:06:40.141Z | |
| 2500 | 2026-08-27T08:06:40.141Z | info: running `cargo check --bins` on trust-quorum-types (103/377) |
| 2501 | 2026-08-27T08:06:40.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2502 | 2026-08-27T08:06:40.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2503 | 2026-08-27T08:06:40.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2504 | 2026-08-27T08:06:40.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2505 | 2026-08-27T08:06:40.696Z | |
| 2506 | 2026-08-27T08:06:40.697Z | info: running `cargo check --bins` on wicketd-commission-types (104/377) |
| 2507 | 2026-08-27T08:06:41.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2508 | 2026-08-27T08:06:41.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2509 | 2026-08-27T08:06:41.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2510 | 2026-08-27T08:06:41.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2511 | 2026-08-27T08:06:41.271Z | |
| 2512 | 2026-08-27T08:06:41.271Z | info: running `cargo check --bins` on wicketd-commission-types-versions (105/377) |
| 2513 | 2026-08-27T08:06:41.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2514 | 2026-08-27T08:06:41.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2515 | 2026-08-27T08:06:41.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2516 | 2026-08-27T08:06:41.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2517 | 2026-08-27T08:06:41.842Z | |
| 2518 | 2026-08-27T08:06:41.842Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377) |
| 2519 | 2026-08-27T08:06:42.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2520 | 2026-08-27T08:06:42.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2521 | 2026-08-27T08:06:42.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2522 | 2026-08-27T08:06:42.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2523 | 2026-08-27T08:06:42.407Z | |
| 2524 | 2026-08-27T08:06:42.407Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377) |
| 2525 | 2026-08-27T08:06:42.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2526 | 2026-08-27T08:06:42.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2527 | 2026-08-27T08:06:42.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2528 | 2026-08-27T08:06:42.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2529 | 2026-08-27T08:06:42.982Z | |
| 2530 | 2026-08-27T08:06:42.982Z | info: running `cargo check --bins` on clickhouse-admin-types (108/377) |
| 2531 | 2026-08-27T08:06:43.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2532 | 2026-08-27T08:06:43.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2533 | 2026-08-27T08:06:43.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2534 | 2026-08-27T08:06:43.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2535 | 2026-08-27T08:06:43.537Z | |
| 2536 | 2026-08-27T08:06:43.537Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (109/377) |
| 2537 | 2026-08-27T08:06:44.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2538 | 2026-08-27T08:06:44.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2539 | 2026-08-27T08:06:44.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2540 | 2026-08-27T08:06:44.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2541 | 2026-08-27T08:06:44.111Z | |
| 2542 | 2026-08-27T08:06:44.111Z | info: running `cargo check --bins` on cockroach-admin-types (110/377) |
| 2543 | 2026-08-27T08:06:44.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2544 | 2026-08-27T08:06:44.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2545 | 2026-08-27T08:06:44.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2546 | 2026-08-27T08:06:44.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2547 | 2026-08-27T08:06:44.669Z | |
| 2548 | 2026-08-27T08:06:44.669Z | info: running `cargo check --bins` on cockroach-admin-types-versions (111/377) |
| 2549 | 2026-08-27T08:06:45.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2550 | 2026-08-27T08:06:45.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2551 | 2026-08-27T08:06:45.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2552 | 2026-08-27T08:06:45.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2553 | 2026-08-27T08:06:45.226Z | |
| 2554 | 2026-08-27T08:06:45.226Z | info: running `cargo check --bins` on ereport-types (112/377) |
| 2555 | 2026-08-27T08:06:45.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2556 | 2026-08-27T08:06:45.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2557 | 2026-08-27T08:06:45.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2558 | 2026-08-27T08:06:45.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2559 | 2026-08-27T08:06:45.794Z | |
| 2560 | 2026-08-27T08:06:45.794Z | info: running `cargo check --bins` on gateway-client (113/377) |
| 2561 | 2026-08-27T08:06:46.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2562 | 2026-08-27T08:06:46.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2563 | 2026-08-27T08:06:46.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2564 | 2026-08-27T08:06:46.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2565 | 2026-08-27T08:06:46.361Z | |
| 2566 | 2026-08-27T08:06:46.361Z | info: running `cargo check --bins --no-default-features` on gateway-types (114/377) |
| 2567 | 2026-08-27T08:06:46.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2568 | 2026-08-27T08:06:46.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2569 | 2026-08-27T08:06:46.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2570 | 2026-08-27T08:06:46.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2571 | 2026-08-27T08:06:46.927Z | |
| 2572 | 2026-08-27T08:06:46.927Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377) |
| 2573 | 2026-08-27T08:06:47.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2574 | 2026-08-27T08:06:47.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2575 | 2026-08-27T08:06:47.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2576 | 2026-08-27T08:06:47.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2577 | 2026-08-27T08:06:47.491Z | |
| 2578 | 2026-08-27T08:06:47.491Z | info: running `cargo check --bins --no-default-features` on illumos-utils (116/377) |
| 2579 | 2026-08-27T08:06:47.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2580 | 2026-08-27T08:06:47.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2581 | 2026-08-27T08:06:47.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2582 | 2026-08-27T08:06:47.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2583 | 2026-08-27T08:06:48.078Z | |
| 2584 | 2026-08-27T08:06:48.078Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377) |
| 2585 | 2026-08-27T08:06:48.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2586 | 2026-08-27T08:06:48.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2587 | 2026-08-27T08:06:48.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2588 | 2026-08-27T08:06:48.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2589 | 2026-08-27T08:06:48.665Z | |
| 2590 | 2026-08-27T08:06:48.665Z | info: running `cargo check --bins` on key-manager-types (118/377) |
| 2591 | 2026-08-27T08:06:49.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2592 | 2026-08-27T08:06:49.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2593 | 2026-08-27T08:06:49.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2594 | 2026-08-27T08:06:49.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2595 | 2026-08-27T08:06:49.220Z | |
| 2596 | 2026-08-27T08:06:49.221Z | info: running `cargo check --bins` on oxlog (119/377) |
| 2597 | 2026-08-27T08:06:49.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2598 | 2026-08-27T08:06:49.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2599 | 2026-08-27T08:06:49.825Z | Checking cfg-if v1.0.4 |
| 2600 | 2026-08-27T08:06:49.828Z | Checking serde_core v1.0.228 |
| 2601 | 2026-08-27T08:06:49.929Z | Checking libc v0.2.185 |
| 2602 | 2026-08-27T08:06:49.945Z | Checking memchr v2.8.0 |
| 2603 | 2026-08-27T08:06:49.952Z | Checking log v0.4.33 |
| 2604 | 2026-08-27T08:06:49.952Z | Checking smallvec v1.15.1 |
| 2605 | 2026-08-27T08:06:49.974Z | Checking subtle v2.6.1 |
| 2606 | 2026-08-27T08:06:49.987Z | Checking itoa v1.0.17 |
| 2607 | 2026-08-27T08:06:49.992Z | Checking scopeguard v1.2.0 |
| 2608 | 2026-08-27T08:06:50.088Z | Checking lock_api v0.4.14 |
| 2609 | 2026-08-27T08:06:50.113Z | Checking stable_deref_trait v1.2.1 |
| 2610 | 2026-08-27T08:06:50.126Z | Checking typenum v1.20.1 |
| 2611 | 2026-08-27T08:06:50.137Z | Checking zerofrom v0.1.6 |
| 2612 | 2026-08-27T08:06:50.151Z | Checking portable-atomic v1.13.1 |
| 2613 | 2026-08-27T08:06:50.181Z | Checking zerocopy v0.8.55 |
| 2614 | 2026-08-27T08:06:50.245Z | Checking yoke v0.8.1 |
| 2615 | 2026-08-27T08:06:50.283Z | Checking critical-section v1.2.0 |
| 2616 | 2026-08-27T08:06:50.301Z | Checking pin-project-lite v0.2.17 |
| 2617 | 2026-08-27T08:06:50.324Z | Checking errno v0.3.14 |
| 2618 | 2026-08-27T08:06:50.377Z | Checking getrandom v0.2.17 |
| 2619 | 2026-08-27T08:06:50.390Z | Checking const-oid v0.9.6 |
| 2620 | 2026-08-27T08:06:50.408Z | Checking zerovec v0.11.5 |
| 2621 | 2026-08-27T08:06:50.437Z | Checking libm v0.2.16 |
| 2622 | 2026-08-27T08:06:50.516Z | Checking rand_core v0.6.4 |
| 2623 | 2026-08-27T08:06:50.555Z | Checking once_cell v1.21.3 |
| 2624 | 2026-08-27T08:06:50.689Z | Checking zmij v1.0.21 |
| 2625 | 2026-08-27T08:06:50.727Z | Checking signal-hook-registry v1.4.8 |
| 2626 | 2026-08-27T08:06:50.840Z | Checking tinystr v0.8.2 |
| 2627 | 2026-08-27T08:06:50.859Z | Checking parking_lot_core v0.9.12 |
| 2628 | 2026-08-27T08:06:50.884Z | Checking percent-encoding v2.3.2 |
| 2629 | 2026-08-27T08:06:50.897Z | Checking rand_core v0.10.0 |
| 2630 | 2026-08-27T08:06:51.010Z | Checking futures-core v0.3.32 |
| 2631 | 2026-08-27T08:06:51.022Z | Checking writeable v0.6.2 |
| 2632 | 2026-08-27T08:06:51.033Z | Checking litemap v0.8.1 |
| 2633 | 2026-08-27T08:06:51.044Z | Checking parking_lot v0.12.5 |
| 2634 | 2026-08-27T08:06:51.057Z | Checking getrandom v0.4.3 |
| 2635 | 2026-08-27T08:06:51.127Z | Checking potential_utf v0.1.4 |
| 2636 | 2026-08-27T08:06:51.142Z | Checking num-traits v0.2.19 |
| 2637 | 2026-08-27T08:06:51.181Z | Checking zerotrie v0.2.3 |
| 2638 | 2026-08-27T08:06:51.193Z | Checking icu_locale_core v2.1.1 |
| 2639 | 2026-08-27T08:06:51.197Z | Checking mio v1.2.0 |
| 2640 | 2026-08-27T08:06:51.228Z | Checking equivalent v1.0.2 |
| 2641 | 2026-08-27T08:06:51.282Z | Checking icu_collections v2.1.1 |
| 2642 | 2026-08-27T08:06:51.312Z | Checking socket2 v0.6.3 |
| 2643 | 2026-08-27T08:06:51.416Z | Checking icu_normalizer_data v2.1.1 |
| 2644 | 2026-08-27T08:06:51.429Z | Checking serde v1.0.228 |
| 2645 | 2026-08-27T08:06:51.482Z | Checking bitflags v2.11.0 |
| 2646 | 2026-08-27T08:06:51.494Z | Checking serde_json v1.0.151 |
| 2647 | 2026-08-27T08:06:51.545Z | Checking icu_properties_data v2.1.2 |
| 2648 | 2026-08-27T08:06:51.585Z | Checking byteorder v1.5.0 |
| 2649 | 2026-08-27T08:06:51.646Z | Checking futures-sink v0.3.32 |
| 2650 | 2026-08-27T08:06:51.667Z | Checking hashbrown v0.17.0 |
| 2651 | 2026-08-27T08:06:51.689Z | Checking getrandom v0.3.4 |
| 2652 | 2026-08-27T08:06:51.735Z | Checking icu_provider v2.1.1 |
| 2653 | 2026-08-27T08:06:51.747Z | Checking futures-channel v0.3.32 |
| 2654 | 2026-08-27T08:06:51.784Z | Checking futures-task v0.3.32 |
| 2655 | 2026-08-27T08:06:51.826Z | Checking futures-io v0.3.32 |
| 2656 | 2026-08-27T08:06:51.838Z | Checking zeroize v1.9.0 |
| 2657 | 2026-08-27T08:06:51.918Z | Checking bytes v1.11.1 |
| 2658 | 2026-08-27T08:06:51.934Z | Checking utf8_iter v1.0.4 |
| 2659 | 2026-08-27T08:06:51.949Z | Checking slab v0.4.12 |
| 2660 | 2026-08-27T08:06:51.965Z | Checking icu_properties v2.1.2 |
| 2661 | 2026-08-27T08:06:52.005Z | Checking generic-array v0.14.7 |
| 2662 | 2026-08-27T08:06:52.051Z | Checking icu_normalizer v2.1.1 |
| 2663 | 2026-08-27T08:06:52.098Z | Checking futures-util v0.3.32 |
| 2664 | 2026-08-27T08:06:52.136Z | Checking indexmap v2.14.0 |
| 2665 | 2026-08-27T08:06:52.160Z | Checking rustix v1.1.4 |
| 2666 | 2026-08-27T08:06:52.350Z | Checking tokio v1.52.1 |
| 2667 | 2026-08-27T08:06:52.363Z | Checking form_urlencoded v1.2.2 |
| 2668 | 2026-08-27T08:06:52.454Z | Checking crypto-common v0.1.7 |
| 2669 | 2026-08-27T08:06:52.488Z | Checking block-buffer v0.10.4 |
| 2670 | 2026-08-27T08:06:52.578Z | Checking fnv v1.0.7 |
| 2671 | 2026-08-27T08:06:52.627Z | Checking digest v0.10.7 |
| 2672 | 2026-08-27T08:06:52.670Z | Checking base64ct v1.8.3 |
| 2673 | 2026-08-27T08:06:52.686Z | Checking flagset v0.4.7 |
| 2674 | 2026-08-27T08:06:52.771Z | Checking idna_adapter v1.2.1 |
| 2675 | 2026-08-27T08:06:52.807Z | Checking iana-time-zone v0.1.65 |
| 2676 | 2026-08-27T08:06:52.825Z | Checking rand_core v0.9.5 |
| 2677 | 2026-08-27T08:06:52.887Z | Checking idna v1.1.0 |
| 2678 | 2026-08-27T08:06:52.903Z | Checking pem-rfc7468 v0.7.0 |
| 2679 | 2026-08-27T08:06:52.914Z | Checking chrono v0.4.45 |
| 2680 | 2026-08-27T08:06:52.945Z | Checking ppv-lite86 v0.2.21 |
| 2681 | 2026-08-27T08:06:52.997Z | Checking uuid v1.23.4 |
| 2682 | 2026-08-27T08:06:53.010Z | Checking regex-syntax v0.8.10 |
| 2683 | 2026-08-27T08:06:53.054Z | Checking der v0.7.10 |
| 2684 | 2026-08-27T08:06:53.126Z | Checking url v2.5.8 |
| 2685 | 2026-08-27T08:06:53.234Z | Checking base64 v0.22.1 |
| 2686 | 2026-08-27T08:06:53.320Z | Checking http v1.4.2 |
| 2687 | 2026-08-27T08:06:53.469Z | Checking rand_chacha v0.9.0 |
| 2688 | 2026-08-27T08:06:53.575Z | Checking tracing-core v0.1.36 |
| 2689 | 2026-08-27T08:06:53.678Z | Checking simd-adler32 v0.3.8 |
| 2690 | 2026-08-27T08:06:53.775Z | Checking cpufeatures v0.2.17 |
| 2691 | 2026-08-27T08:06:53.812Z | Checking spki v0.7.3 |
| 2692 | 2026-08-27T08:06:53.845Z | Checking dyn-clone v1.0.20 |
| 2693 | 2026-08-27T08:06:53.860Z | Checking rand v0.9.2 |
| 2694 | 2026-08-27T08:06:53.893Z | Checking tracing v0.1.44 |
| 2695 | 2026-08-27T08:06:53.906Z | Checking http-body v1.0.1 |
| 2696 | 2026-08-27T08:06:53.950Z | Checking rustls-pki-types v1.14.0 |
| 2697 | 2026-08-27T08:06:53.982Z | Checking pkcs8 v0.10.2 |
| 2698 | 2026-08-27T08:06:54.036Z | Checking semver v1.0.28 |
| 2699 | 2026-08-27T08:06:54.064Z | Checking spin v0.9.8 |
| 2700 | 2026-08-27T08:06:54.096Z | Checking adler2 v2.0.1 |
| 2701 | 2026-08-27T08:06:54.137Z | Checking utf8parse v0.2.2 |
| 2702 | 2026-08-27T08:06:54.202Z | Checking openssl-probe v0.2.1 |
| 2703 | 2026-08-27T08:06:54.231Z | Checking tinyvec_macros v0.1.1 |
| 2704 | 2026-08-27T08:06:54.248Z | Checking anstyle v1.0.14 |
| 2705 | 2026-08-27T08:06:54.257Z | Checking cmov v0.5.4 |
| 2706 | 2026-08-27T08:06:54.270Z | Checking anstyle-parse v1.0.0 |
| 2707 | 2026-08-27T08:06:54.293Z | Checking tinyvec v1.10.0 |
| 2708 | 2026-08-27T08:06:54.304Z | Checking schemars v0.8.22 |
| 2709 | 2026-08-27T08:06:54.323Z | Checking miniz_oxide v0.8.9 |
| 2710 | 2026-08-27T08:06:54.334Z | Checking sha2 v0.10.9 |
| 2711 | 2026-08-27T08:06:54.411Z | Checking terminal_size v0.4.3 |
| 2712 | 2026-08-27T08:06:54.425Z | Checking aws-lc-sys v0.40.0 |
| 2713 | 2026-08-27T08:06:54.438Z | Checking ctutils v0.4.2 |
| 2714 | 2026-08-27T08:06:54.521Z | Checking thiserror v2.0.18 |
| 2715 | 2026-08-27T08:06:54.604Z | Checking colorchoice v1.0.4 |
| 2716 | 2026-08-27T08:06:54.607Z | Checking try-lock v0.2.5 |
| 2717 | 2026-08-27T08:06:54.630Z | Checking tower-service v0.3.3 |
| 2718 | 2026-08-27T08:06:54.647Z | Checking tower-layer v0.3.3 |
| 2719 | 2026-08-27T08:06:54.666Z | Checking untrusted v0.7.1 |
| 2720 | 2026-08-27T08:06:54.699Z | Checking fastrand v2.3.0 |
| 2721 | 2026-08-27T08:06:54.712Z | Checking is_terminal_polyfill v1.70.2 |
| 2722 | 2026-08-27T08:06:54.715Z | Checking anstyle-query v1.1.5 |
| 2723 | 2026-08-27T08:06:54.771Z | Checking atomic-waker v1.1.2 |
| 2724 | 2026-08-27T08:06:54.790Z | Checking want v0.3.1 |
| 2725 | 2026-08-27T08:06:54.802Z | Checking hybrid-array v0.4.13 |
| 2726 | 2026-08-27T08:06:54.813Z | Checking anstream v1.0.0 |
| 2727 | 2026-08-27T08:06:54.868Z | Checking ipnet v2.12.0 |
| 2728 | 2026-08-27T08:06:54.881Z | Checking tempfile v3.27.0 |
| 2729 | 2026-08-27T08:06:54.909Z | Checking httparse v1.10.1 |
| 2730 | 2026-08-27T08:06:54.926Z | Checking aws-lc-rs v1.16.3 |
| 2731 | 2026-08-27T08:06:54.947Z | Checking crc32fast v1.5.0 |
| 2732 | 2026-08-27T08:06:55.012Z | Checking aho-corasick v1.1.4 |
| 2733 | 2026-08-27T08:06:55.073Z | Checking tap v1.0.1 |
| 2734 | 2026-08-27T08:06:55.091Z | Checking httpdate v1.0.3 |
| 2735 | 2026-08-27T08:06:55.108Z | Checking untrusted v0.9.0 |
| 2736 | 2026-08-27T08:06:55.120Z | Checking foreign-types-shared v0.1.1 |
| 2737 | 2026-08-27T08:06:55.172Z | Checking plain v0.2.3 |
| 2738 | 2026-08-27T08:06:55.196Z | Checking foreign-types v0.3.2 |
| 2739 | 2026-08-27T08:06:55.212Z | Checking wyz v0.5.1 |
| 2740 | 2026-08-27T08:06:55.227Z | Checking unicode-normalization v0.1.25 |
| 2741 | 2026-08-27T08:06:55.259Z | Checking rand_chacha v0.3.1 |
| 2742 | 2026-08-27T08:06:55.273Z | Checking signature v2.2.0 |
| 2743 | 2026-08-27T08:06:55.379Z | Checking radium v0.7.0 |
| 2744 | 2026-08-27T08:06:55.403Z | Checking hex v0.4.3 |
| 2745 | 2026-08-27T08:06:55.466Z | Checking num-integer v0.1.46 |
| 2746 | 2026-08-27T08:06:55.547Z | Checking openssl-sys v0.9.117 |
| 2747 | 2026-08-27T08:06:55.560Z | Checking wait-timeout v0.2.1 |
| 2748 | 2026-08-27T08:06:55.618Z | Checking clap_lex v1.0.0 |
| 2749 | 2026-08-27T08:06:55.631Z | Checking unicode-ident v1.0.24 |
| 2750 | 2026-08-27T08:06:55.654Z | Checking tokio-util v0.7.18 |
| 2751 | 2026-08-27T08:06:55.694Z | Checking ucd-trie v0.1.7 |
| 2752 | 2026-08-27T08:06:55.700Z | Checking regex-automata v0.4.14 |
| 2753 | 2026-08-27T08:06:55.700Z | Checking quick-error v1.2.3 |
| 2754 | 2026-08-27T08:06:55.731Z | Checking funty v2.0.0 |
| 2755 | 2026-08-27T08:06:55.762Z | Checking bit-vec v0.8.0 |
| 2756 | 2026-08-27T08:06:55.776Z | Checking rustls-webpki v0.103.13 |
| 2757 | 2026-08-27T08:06:55.788Z | Checking strsim v0.11.1 |
| 2758 | 2026-08-27T08:06:55.806Z | Checking pest v2.8.6 |
| 2759 | 2026-08-27T08:06:55.916Z | Checking openssl v0.10.80 |
| 2760 | 2026-08-27T08:06:55.941Z | Checking clap_builder v4.6.0 |
| 2761 | 2026-08-27T08:06:55.954Z | Checking bit-set v0.8.0 |
| 2762 | 2026-08-27T08:06:56.044Z | Checking bitvec v1.0.1 |
| 2763 | 2026-08-27T08:06:56.099Z | Checking rusty-fork v0.3.1 |
| 2764 | 2026-08-27T08:06:56.185Z | Checking rustls v0.23.41 |
| 2765 | 2026-08-27T08:06:56.268Z | Checking proc-macro2 v1.0.106 |
| 2766 | 2026-08-27T08:06:56.271Z | Checking h2 v0.4.15 |
| 2767 | 2026-08-27T08:06:56.574Z | Checking num-iter v0.1.45 |
| 2768 | 2026-08-27T08:06:56.687Z | Checking rand v0.8.6 |
| 2769 | 2026-08-27T08:06:56.858Z | Checking lazy_static v1.5.0 |
| 2770 | 2026-08-27T08:06:56.950Z | Checking rand_xorshift v0.4.0 |
| 2771 | 2026-08-27T08:06:57.073Z | Checking hmac v0.12.1 |
| 2772 | 2026-08-27T08:06:57.160Z | Checking thiserror v1.0.69 |
| 2773 | 2026-08-27T08:06:57.188Z | Checking maybe-uninit v2.0.0 |
| 2774 | 2026-08-27T08:06:57.207Z | Checking toml_datetime v0.6.11 |
| 2775 | 2026-08-27T08:06:57.252Z | Checking serde_spanned v0.6.9 |
| 2776 | 2026-08-27T08:06:57.264Z | Checking sync_wrapper v1.0.2 |
| 2777 | 2026-08-27T08:06:57.353Z | Checking siphasher v1.0.2 |
| 2778 | 2026-08-27T08:06:57.366Z | Checking crc-catalog v2.4.0 |
| 2779 | 2026-08-27T08:06:57.379Z | Checking unarray v0.1.4 |
| 2780 | 2026-08-27T08:06:57.384Z | Checking zlib-rs v0.6.2 |
| 2781 | 2026-08-27T08:06:57.449Z | Checking nodrop v0.1.14 |
| 2782 | 2026-08-27T08:06:57.478Z | Checking pretty-hex v0.4.1 |
| 2783 | 2026-08-27T08:06:57.503Z | Checking powerfmt v0.2.0 |
| 2784 | 2026-08-27T08:06:57.523Z | Checking proptest v1.11.0 |
| 2785 | 2026-08-27T08:06:57.536Z | Checking array-init v0.0.4 |
| 2786 | 2026-08-27T08:06:57.588Z | Checking crc v3.4.0 |
| 2787 | 2026-08-27T08:06:57.650Z | Checking deranged v0.5.8 |
| 2788 | 2026-08-27T08:06:57.756Z | Checking tower v0.5.3 |
| 2789 | 2026-08-27T08:06:57.829Z | Checking packed_struct v0.10.1 |
| 2790 | 2026-08-27T08:06:57.931Z | Checking native-tls v0.2.18 |
| 2791 | 2026-08-27T08:06:58.101Z | Checking smallvec v0.6.14 |
| 2792 | 2026-08-27T08:06:58.145Z | Checking num-bigint-dig v0.8.6 |
| 2793 | 2026-08-27T08:06:58.258Z | Checking flate2 v1.1.9 |
| 2794 | 2026-08-27T08:06:58.289Z | Checking clap v4.6.1 |
| 2795 | 2026-08-27T08:06:58.369Z | Checking quote v1.0.45 |
| 2796 | 2026-08-27T08:06:58.456Z | Checking ipnetwork v0.21.1 |
| 2797 | 2026-08-27T08:06:58.537Z | Checking pkcs1 v0.7.5 |
| 2798 | 2026-08-27T08:06:58.550Z | Checking http-body-util v0.1.3 |
| 2799 | 2026-08-27T08:06:58.576Z | Checking crossbeam-utils v0.8.21 |
| 2800 | 2026-08-27T08:06:58.687Z | Checking zerocopy v0.6.6 |
| 2801 | 2026-08-27T08:06:58.757Z | Checking bitfield v0.19.4 |
| 2802 | 2026-08-27T08:06:58.772Z | Checking ahash v0.8.12 |
| 2803 | 2026-08-27T08:06:58.892Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2804 | 2026-08-27T08:06:58.936Z | Checking scroll v0.13.0 |
| 2805 | 2026-08-27T08:06:58.968Z | Checking env_filter v2.0.0 |
| 2806 | 2026-08-27T08:06:58.982Z | Checking allocator-api2 v0.2.21 |
| 2807 | 2026-08-27T08:06:58.982Z | Checking unicode-properties v0.1.4 |
| 2808 | 2026-08-27T08:06:58.995Z | Checking num-conv v0.2.0 |
| 2809 | 2026-08-27T08:06:59.028Z | Checking time-core v0.1.8 |
| 2810 | 2026-08-27T08:06:59.074Z | Checking hyper v1.10.1 |
| 2811 | 2026-08-27T08:06:59.108Z | Checking iri-string v0.7.10 |
| 2812 | 2026-08-27T08:06:59.122Z | Checking unicode-bidi v0.3.18 |
| 2813 | 2026-08-27T08:06:59.163Z | Checking num_threads v0.1.7 |
| 2814 | 2026-08-27T08:06:59.176Z | Checking hashbrown v0.12.3 |
| 2815 | 2026-08-27T08:06:59.176Z | Checking gimli v0.32.3 |
| 2816 | 2026-08-27T08:06:59.250Z | Checking winnow v0.5.40 |
| 2817 | 2026-08-27T08:06:59.271Z | Checking ryu v1.0.23 |
| 2818 | 2026-08-27T08:06:59.362Z | Checking base64 v0.21.7 |
| 2819 | 2026-08-27T08:06:59.402Z | Checking serde_urlencoded v0.7.1 |
| 2820 | 2026-08-27T08:06:59.414Z | Checking stringprep v0.1.5 |
| 2821 | 2026-08-27T08:06:59.566Z | Checking newtype-uuid v1.3.2 |
| 2822 | 2026-08-27T08:06:59.580Z | Checking indexmap v1.9.3 |
| 2823 | 2026-08-27T08:06:59.592Z | Checking ron v0.8.1 |
| 2824 | 2026-08-27T08:06:59.604Z | Checking time v0.3.47 |
| 2825 | 2026-08-27T08:06:59.762Z | Checking goblin v0.10.5 |
| 2826 | 2026-08-27T08:06:59.883Z | Checking env_logger v0.11.11 |
| 2827 | 2026-08-27T08:07:00.005Z | Checking hyper-util v0.1.20 |
| 2828 | 2026-08-27T08:07:00.065Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2829 | 2026-08-27T08:07:00.105Z | Checking rsa v0.9.10 |
| 2830 | 2026-08-27T08:07:00.136Z | Checking tower-http v0.6.8 |
| 2831 | 2026-08-27T08:07:00.396Z | Checking toml_edit v0.19.15 |
| 2832 | 2026-08-27T08:07:00.417Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2833 | 2026-08-27T08:07:00.570Z | Checking bzip2 v0.4.4 |
| 2834 | 2026-08-27T08:07:00.584Z | Checking hashbrown v0.13.2 |
| 2835 | 2026-08-27T08:07:00.712Z | Checking addr2line v0.25.1 |
| 2836 | 2026-08-27T08:07:00.726Z | Checking crossbeam-epoch v0.9.18 |
| 2837 | 2026-08-27T08:07:00.736Z | Checking oxnet v0.1.6 |
| 2838 | 2026-08-27T08:07:00.943Z | Checking syn v2.0.117 |
| 2839 | 2026-08-27T08:07:00.965Z | Checking serde-hex v0.1.0 |
| 2840 | 2026-08-27T08:07:00.989Z | Checking tokio-native-tls v0.3.1 |
| 2841 | 2026-08-27T08:07:01.004Z | Checking bstr v1.12.1 |
| 2842 | 2026-08-27T08:07:01.144Z | Checking block-buffer v0.12.1 |
| 2843 | 2026-08-27T08:07:01.260Z | Checking block-padding v0.4.2 |
| 2844 | 2026-08-27T08:07:01.308Z | Checking crypto-common v0.2.2 |
| 2845 | 2026-08-27T08:07:01.387Z | Checking rustls-native-certs v0.8.3 |
| 2846 | 2026-08-27T08:07:01.401Z | Checking x509-cert v0.2.5 |
| 2847 | 2026-08-27T08:07:01.424Z | Checking scroll v0.12.0 |
| 2848 | 2026-08-27T08:07:01.518Z | Checking object v0.37.3 |
| 2849 | 2026-08-27T08:07:01.648Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2850 | 2026-08-27T08:07:01.757Z | Checking md-5 v0.10.6 |
| 2851 | 2026-08-27T08:07:01.897Z | Checking hash32 v0.2.1 |
| 2852 | 2026-08-27T08:07:01.910Z | Checking encoding_rs v0.8.35 |
| 2853 | 2026-08-27T08:07:02.036Z | Checking rustc-demangle v0.1.27 |
| 2854 | 2026-08-27T08:07:02.054Z | Checking fallible-iterator v0.2.0 |
| 2855 | 2026-08-27T08:07:02.070Z | Checking psl-types v2.0.11 |
| 2856 | 2026-08-27T08:07:02.181Z | Checking mime v0.3.17 |
| 2857 | 2026-08-27T08:07:02.248Z | Checking crc-any v2.5.0 |
| 2858 | 2026-08-27T08:07:02.322Z | Checking either v1.15.0 |
| 2859 | 2026-08-27T08:07:02.355Z | Checking postgres-protocol v0.6.10 |
| 2860 | 2026-08-27T08:07:02.422Z | Checking publicsuffix v2.3.0 |
| 2861 | 2026-08-27T08:07:02.450Z | Checking dof v0.4.0 |
| 2862 | 2026-08-27T08:07:02.512Z | Checking heapless v0.7.17 |
| 2863 | 2026-08-27T08:07:02.576Z | Checking zstd-safe v7.2.4 |
| 2864 | 2026-08-27T08:07:02.668Z | Checking goblin v0.8.2 |
| 2865 | 2026-08-27T08:07:02.743Z | Checking toml v0.7.8 |
| 2866 | 2026-08-27T08:07:02.850Z | Checking inout v0.2.2 |
| 2867 | 2026-08-27T08:07:02.924Z | Checking hyper-tls v0.6.0 |
| 2868 | 2026-08-27T08:07:03.002Z | Checking object v0.30.4 |
| 2869 | 2026-08-27T08:07:03.046Z | Checking daft v0.1.8 |
| 2870 | 2026-08-27T08:07:03.076Z | Checking zip v0.6.6 |
| 2871 | 2026-08-27T08:07:03.088Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2872 | 2026-08-27T08:07:03.100Z | Checking cookie v0.18.1 |
| 2873 | 2026-08-27T08:07:03.208Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2874 | 2026-08-27T08:07:03.280Z | Checking tokio-rustls v0.26.4 |
| 2875 | 2026-08-27T08:07:03.323Z | Checking phf_shared v0.13.1 |
| 2876 | 2026-08-27T08:07:03.367Z | Checking dtrace-parser v0.3.0 |
| 2877 | 2026-08-27T08:07:03.390Z | Checking pin-project v1.1.11 |
| 2878 | 2026-08-27T08:07:03.482Z | Checking zerocopy v0.7.35 |
| 2879 | 2026-08-27T08:07:03.500Z | Checking signal-hook v0.3.18 |
| 2880 | 2026-08-27T08:07:03.512Z | Checking futures-executor v0.3.32 |
| 2881 | 2026-08-27T08:07:03.621Z | Checking ff v0.13.1 |
| 2882 | 2026-08-27T08:07:03.656Z | Checking thread-id v5.1.0 |
| 2883 | 2026-08-27T08:07:03.698Z | Checking base16ct v0.2.0 |
| 2884 | 2026-08-27T08:07:03.733Z | Checking unicode-linebreak v0.1.5 |
| 2885 | 2026-08-27T08:07:03.745Z | Checking unicode-width v0.2.0 |
| 2886 | 2026-08-27T08:07:03.822Z | Checking same-file v1.0.6 |
| 2887 | 2026-08-27T08:07:03.845Z | Checking backtrace v0.3.76 |
| 2888 | 2026-08-27T08:07:03.940Z | Checking smawk v0.3.2 |
| 2889 | 2026-08-27T08:07:03.940Z | Checking path-slash v0.1.5 |
| 2890 | 2026-08-27T08:07:03.973Z | Checking foldhash v0.1.5 |
| 2891 | 2026-08-27T08:07:03.989Z | Checking bitflags v1.3.2 |
| 2892 | 2026-08-27T08:07:04.038Z | Checking bumpalo v3.20.2 |
| 2893 | 2026-08-27T08:07:04.054Z | Compiling rayon-core v1.13.0 |
| 2894 | 2026-08-27T08:07:04.067Z | Checking foldhash v0.2.0 |
| 2895 | 2026-08-27T08:07:04.078Z | Checking libbz2-rs-sys v0.2.2 |
| 2896 | 2026-08-27T08:07:04.103Z | Checking managed v0.8.0 |
| 2897 | 2026-08-27T08:07:04.139Z | Checking is_ci v1.2.0 |
| 2898 | 2026-08-27T08:07:04.219Z | Checking jiff-core v0.1.0 |
| 2899 | 2026-08-27T08:07:04.233Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2900 | 2026-08-27T08:07:04.246Z | Checking zopfli v0.8.3 |
| 2901 | 2026-08-27T08:07:04.271Z | Checking supports-color v3.0.2 |
| 2902 | 2026-08-27T08:07:04.285Z | Checking smoltcp v0.9.1 |
| 2903 | 2026-08-27T08:07:04.391Z | Checking hashbrown v0.16.1 |
| 2904 | 2026-08-27T08:07:04.422Z | Checking backtrace-ext v0.2.1 |
| 2905 | 2026-08-27T08:07:04.463Z | Checking bzip2 v0.6.1 |
| 2906 | 2026-08-27T08:07:04.529Z | Checking hashbrown v0.15.5 |
| 2907 | 2026-08-27T08:07:04.569Z | Checking textwrap v0.16.2 |
| 2908 | 2026-08-27T08:07:04.595Z | Checking dof v0.3.0 |
| 2909 | 2026-08-27T08:07:04.624Z | Checking walkdir v2.5.0 |
| 2910 | 2026-08-27T08:07:04.783Z | Checking sec1 v0.7.3 |
| 2911 | 2026-08-27T08:07:04.794Z | Checking group v0.13.0 |
| 2912 | 2026-08-27T08:07:04.869Z | Checking usdt-impl v0.6.0 |
| 2913 | 2026-08-27T08:07:04.872Z | Checking signal-hook-mio v0.2.5 |
| 2914 | 2026-08-27T08:07:04.896Z | Checking futures v0.3.32 |
| 2915 | 2026-08-27T08:07:04.899Z | Checking jiff v0.2.34 |
| 2916 | 2026-08-27T08:07:04.935Z | Checking phf v0.13.1 |
| 2917 | 2026-08-27T08:07:04.966Z | Checking hyper-rustls v0.27.7 |
| 2918 | 2026-08-27T08:07:04.981Z | Checking snafu v0.8.9 |
| 2919 | 2026-08-27T08:07:04.984Z | Checking cookie_store v0.22.1 |
| 2920 | 2026-08-27T08:07:04.984Z | Checking reqwest v0.12.28 |
| 2921 | 2026-08-27T08:07:05.077Z | Checking cipher v0.5.2 |
| 2922 | 2026-08-27T08:07:05.120Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2923 | 2026-08-27T08:07:05.146Z | Checking zstd v0.13.3 |
| 2924 | 2026-08-27T08:07:05.172Z | Checking postgres-types v0.2.12 |
| 2925 | 2026-08-27T08:07:05.221Z | Checking rustls-platform-verifier v0.6.2 |
| 2926 | 2026-08-27T08:07:05.312Z | Checking globset v0.4.18 |
| 2927 | 2026-08-27T08:07:05.324Z | Checking crossbeam-deque v0.8.6 |
| 2928 | 2026-08-27T08:07:05.337Z | Checking regex v1.12.3 |
| 2929 | 2026-08-27T08:07:05.356Z | Checking phf_shared v0.11.3 |
| 2930 | 2026-08-27T08:07:05.451Z | Checking dtrace-parser v0.2.0 |
| 2931 | 2026-08-27T08:07:05.484Z | Checking hkdf v0.12.4 |
| 2932 | 2026-08-27T08:07:05.496Z | Checking byte-wrapper v0.1.0 |
| 2933 | 2026-08-27T08:07:05.499Z | Checking curve25519-dalek v4.1.3 |
| 2934 | 2026-08-27T08:07:05.559Z | Checking ref-cast v1.0.25 |
| 2935 | 2026-08-27T08:07:05.610Z | Checking strum v0.27.2 |
| 2936 | 2026-08-27T08:07:05.624Z | Checking olpc-cjson v0.1.4 |
| 2937 | 2026-08-27T08:07:05.654Z | Checking hubpack v0.1.2 |
| 2938 | 2026-08-27T08:07:05.683Z | Checking ed25519 v2.2.3 |
| 2939 | 2026-08-27T08:07:05.708Z | Checking memoffset v0.9.1 |
| 2940 | 2026-08-27T08:07:05.722Z | Checking rustix v0.38.44 |
| 2941 | 2026-08-27T08:07:05.751Z | Checking owo-colors v4.3.0 |
| 2942 | 2026-08-27T08:07:05.765Z | Checking pem v3.0.6 |
| 2943 | 2026-08-27T08:07:05.780Z | Checking crypto-bigint v0.5.5 |
| 2944 | 2026-08-27T08:07:05.815Z | Checking serde-big-array v0.5.1 |
| 2945 | 2026-08-27T08:07:05.864Z | Checking erased-serde v0.3.31 |
| 2946 | 2026-08-27T08:07:05.916Z | Checking serde_plain v1.0.2 |
| 2947 | 2026-08-27T08:07:05.946Z | Checking float-cmp v0.10.0 |
| 2948 | 2026-08-27T08:07:06.058Z | Checking memmap2 v0.9.10 |
| 2949 | 2026-08-27T08:07:06.071Z | Checking thread-id v4.2.2 |
| 2950 | 2026-08-27T08:07:06.144Z | Checking precomputed-hash v0.1.1 |
| 2951 | 2026-08-27T08:07:06.216Z | Checking supports-hyperlinks v3.2.0 |
| 2952 | 2026-08-27T08:07:06.228Z | Checking winnow v0.7.14 |
| 2953 | 2026-08-27T08:07:06.241Z | Checking typed-path v0.9.3 |
| 2954 | 2026-08-27T08:07:06.260Z | Checking normalize-line-endings v0.3.0 |
| 2955 | 2026-08-27T08:07:06.298Z | Checking toml_write v0.1.2 |
| 2956 | 2026-08-27T08:07:06.316Z | Checking new_debug_unreachable v1.0.6 |
| 2957 | 2026-08-27T08:07:06.345Z | Checking static_assertions v1.1.0 |
| 2958 | 2026-08-27T08:07:06.383Z | Checking supports-unicode v3.0.0 |
| 2959 | 2026-08-27T08:07:06.414Z | Checking winnow v1.0.3 |
| 2960 | 2026-08-27T08:07:06.460Z | Checking unicode-segmentation v1.12.0 |
| 2961 | 2026-08-27T08:07:06.483Z | Checking unicode-width v0.1.14 |
| 2962 | 2026-08-27T08:07:06.513Z | Checking fixedbitset v0.4.2 |
| 2963 | 2026-08-27T08:07:06.661Z | Checking difflib v0.4.0 |
| 2964 | 2026-08-27T08:07:06.682Z | Checking const-oid v0.10.2 |
| 2965 | 2026-08-27T08:07:06.722Z | Checking cpufeatures v0.3.0 |
| 2966 | 2026-08-27T08:07:06.769Z | Checking fixedbitset v0.5.7 |
| 2967 | 2026-08-27T08:07:06.789Z | Checking predicates-core v1.0.10 |
| 2968 | 2026-08-27T08:07:06.803Z | Checking whoami v2.1.0 |
| 2969 | 2026-08-27T08:07:06.833Z | Checking keccak v0.1.6 |
| 2970 | 2026-08-27T08:07:06.837Z | Checking data-encoding v2.10.0 |
| 2971 | 2026-08-27T08:07:06.906Z | Checking predicates v3.1.4 |
| 2972 | 2026-08-27T08:07:06.957Z | Checking petgraph v0.8.3 |
| 2973 | 2026-08-27T08:07:06.988Z | Checking tokio-postgres v0.7.16 |
| 2974 | 2026-08-27T08:07:07.001Z | Checking sha3 v0.10.8 |
| 2975 | 2026-08-27T08:07:07.005Z | Checking tough v0.22.0 |
| 2976 | 2026-08-27T08:07:07.116Z | Checking hickory-proto v0.25.2 |
| 2977 | 2026-08-27T08:07:07.202Z | Checking digest v0.11.3 |
| 2978 | 2026-08-27T08:07:07.216Z | Checking zip v4.6.1 |
| 2979 | 2026-08-27T08:07:07.257Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2980 | 2026-08-27T08:07:07.382Z | Checking chacha20 v0.10.0 |
| 2981 | 2026-08-27T08:07:07.406Z | Checking toml_edit v0.22.27 |
| 2982 | 2026-08-27T08:07:07.584Z | Checking similar v2.7.0 |
| 2983 | 2026-08-27T08:07:07.636Z | Checking miette v7.6.0 |
| 2984 | 2026-08-27T08:07:07.800Z | Checking elliptic-curve v0.13.8 |
| 2985 | 2026-08-27T08:07:07.967Z | Checking petgraph v0.6.5 |
| 2986 | 2026-08-27T08:07:08.112Z | Checking crossterm v0.28.1 |
| 2987 | 2026-08-27T08:07:08.137Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2988 | 2026-08-27T08:07:08.258Z | Checking string_cache v0.8.9 |
| 2989 | 2026-08-27T08:07:08.429Z | Checking ed25519-dalek v2.2.0 |
| 2990 | 2026-08-27T08:07:08.502Z | Checking slog v2.8.2 |
| 2991 | 2026-08-27T08:07:08.517Z | Checking usdt v0.6.0 |
| 2992 | 2026-08-27T08:07:08.682Z | Checking usdt-impl v0.5.0 |
| 2993 | 2026-08-27T08:07:08.695Z | Checking nix v0.31.2 |
| 2994 | 2026-08-27T08:07:08.784Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2995 | 2026-08-27T08:07:08.830Z | Checking iddqd v0.4.2 |
| 2996 | 2026-08-27T08:07:09.039Z | Checking reqwest v0.13.2 |
| 2997 | 2026-08-27T08:07:09.288Z | Checking itertools v0.13.0 |
| 2998 | 2026-08-27T08:07:09.351Z | Checking itertools v0.15.0 |
| 2999 | 2026-08-27T08:07:09.381Z | Checking strum v0.26.3 |
| 3000 | 2026-08-27T08:07:09.491Z | Checking serde_with v3.21.0 |
| 3001 | 2026-08-27T08:07:09.768Z | Checking derive_more v2.1.1 |
| 3002 | 2026-08-27T08:07:09.865Z | Checking fs-err v3.3.0 |
| 3003 | 2026-08-27T08:07:09.884Z | Checking tokio-stream v0.1.18 |
| 3004 | 2026-08-27T08:07:09.897Z | Checking buf-list v1.1.2 |
| 3005 | 2026-08-27T08:07:09.900Z | Checking anyhow v1.0.104 |
| 3006 | 2026-08-27T08:07:10.077Z | Checking camino v1.2.5 |
| 3007 | 2026-08-27T08:07:10.104Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3008 | 2026-08-27T08:07:10.159Z | Checking openapiv3 v2.2.0 |
| 3009 | 2026-08-27T08:07:10.257Z | Checking peg-runtime v0.8.5 |
| 3010 | 2026-08-27T08:07:10.326Z | Checking lalrpop-util v0.19.12 |
| 3011 | 2026-08-27T08:07:10.337Z | Checking illumos-nvpair v0.3.0 |
| 3012 | 2026-08-27T08:07:10.363Z | Checking rayon v1.11.0 |
| 3013 | 2026-08-27T08:07:10.394Z | Checking sigpipe v0.1.3 |
| 3014 | 2026-08-27T08:07:10.407Z | Checking glob v0.3.3 |
| 3015 | 2026-08-27T08:07:11.313Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3016 | 2026-08-27T08:07:11.666Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3017 | 2026-08-27T08:07:11.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.72s |
| 3018 | 2026-08-27T08:07:12.107Z | |
| 3019 | 2026-08-27T08:07:12.107Z | info: running `cargo check --bins` on internal-dns-types (120/377) |
| 3020 | 2026-08-27T08:07:12.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3021 | 2026-08-27T08:07:12.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3022 | 2026-08-27T08:07:12.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3023 | 2026-08-27T08:07:12.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3024 | 2026-08-27T08:07:12.677Z | |
| 3025 | 2026-08-27T08:07:12.677Z | info: running `cargo check --bins` on internal-dns-types-versions (121/377) |
| 3026 | 2026-08-27T08:07:13.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2026-08-27T08:07:13.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2026-08-27T08:07:13.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2026-08-27T08:07:13.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3030 | 2026-08-27T08:07:13.233Z | |
| 3031 | 2026-08-27T08:07:13.233Z | info: running `cargo check --bins` on nexus-types-versions (122/377) |
| 3032 | 2026-08-27T08:07:13.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2026-08-27T08:07:13.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2026-08-27T08:07:13.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2026-08-27T08:07:13.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3036 | 2026-08-27T08:07:13.827Z | |
| 3037 | 2026-08-27T08:07:13.827Z | info: running `cargo check --bins` on oxql-types (123/377) |
| 3038 | 2026-08-27T08:07:14.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-08-27T08:07:14.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-08-27T08:07:14.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-08-27T08:07:14.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3042 | 2026-08-27T08:07:14.398Z | |
| 3043 | 2026-08-27T08:07:14.398Z | info: running `cargo check --bins` on oximeter-types (124/377) |
| 3044 | 2026-08-27T08:07:14.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-08-27T08:07:14.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-08-27T08:07:14.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-08-27T08:07:14.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3048 | 2026-08-27T08:07:14.969Z | |
| 3049 | 2026-08-27T08:07:14.969Z | info: running `cargo check --bins` on oximeter-types-versions (125/377) |
| 3050 | 2026-08-27T08:07:15.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-08-27T08:07:15.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-08-27T08:07:15.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-08-27T08:07:15.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3054 | 2026-08-27T08:07:15.544Z | |
| 3055 | 2026-08-27T08:07:15.544Z | info: running `cargo check --bins` on oximeter-macro-impl (126/377) |
| 3056 | 2026-08-27T08:07:16.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-08-27T08:07:16.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-08-27T08:07:16.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-08-27T08:07:16.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3060 | 2026-08-27T08:07:16.106Z | |
| 3061 | 2026-08-27T08:07:16.106Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/377) |
| 3062 | 2026-08-27T08:07:16.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-08-27T08:07:16.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-08-27T08:07:16.791Z | Compiling multer v3.1.0 |
| 3065 | 2026-08-27T08:07:16.905Z | Compiling async-stream-impl v0.3.6 |
| 3066 | 2026-08-27T08:07:16.908Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3067 | 2026-08-27T08:07:16.920Z | Compiling serde_tokenstream v0.3.0 |
| 3068 | 2026-08-27T08:07:16.930Z | Compiling dropshot v0.17.1 |
| 3069 | 2026-08-27T08:07:16.942Z | Compiling parse-display-derive v0.10.0 |
| 3070 | 2026-08-27T08:07:16.955Z | Compiling newtype-uuid-macros v0.1.0 |
| 3071 | 2026-08-27T08:07:16.958Z | Compiling dropshot_endpoint v0.17.1 |
| 3072 | 2026-08-27T08:07:17.119Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3073 | 2026-08-27T08:07:17.180Z | Checking thread_local v1.1.9 |
| 3074 | 2026-08-27T08:07:17.215Z | Compiling oxide-generation-macros v0.2.0 |
| 3075 | 2026-08-27T08:07:17.280Z | Checking match_cfg v0.1.0 |
| 3076 | 2026-08-27T08:07:17.345Z | Checking compression-core v0.4.31 |
| 3077 | 2026-08-27T08:07:17.359Z | Checking hostname v0.3.1 |
| 3078 | 2026-08-27T08:07:17.456Z | Checking crossbeam-channel v0.5.15 |
| 3079 | 2026-08-27T08:07:17.470Z | Checking compression-codecs v0.4.37 |
| 3080 | 2026-08-27T08:07:17.474Z | Checking atomicwrites v0.4.4 |
| 3081 | 2026-08-27T08:07:17.546Z | Checking slog-json v2.6.1 |
| 3082 | 2026-08-27T08:07:17.606Z | Checking is-terminal v0.4.17 |
| 3083 | 2026-08-27T08:07:17.635Z | Checking serde_spanned v1.1.1 |
| 3084 | 2026-08-27T08:07:17.695Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3085 | 2026-08-27T08:07:17.709Z | Checking term v1.2.1 |
| 3086 | 2026-08-27T08:07:17.709Z | Checking take_mut v0.2.2 |
| 3087 | 2026-08-27T08:07:17.761Z | Checking debug-ignore v1.0.5 |
| 3088 | 2026-08-27T08:07:17.787Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3089 | 2026-08-27T08:07:17.807Z | Checking slog-async v2.8.0 |
| 3090 | 2026-08-27T08:07:17.861Z | Checking slog-bunyan v2.5.0 |
| 3091 | 2026-08-27T08:07:17.894Z | Checking async-compression v0.4.41 |
| 3092 | 2026-08-27T08:07:17.938Z | Checking slog-term v2.9.2 |
| 3093 | 2026-08-27T08:07:17.951Z | Checking async-stream v0.3.6 |
| 3094 | 2026-08-27T08:07:17.965Z | Checking toml v1.1.2+spec-1.1.0 |
| 3095 | 2026-08-27T08:07:17.977Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3096 | 2026-08-27T08:07:17.980Z | Checking progenitor-client v0.14.0 |
| 3097 | 2026-08-27T08:07:18.072Z | Checking sha1 v0.11.0 |
| 3098 | 2026-08-27T08:07:18.136Z | Checking oxide-generation v0.1.3 |
| 3099 | 2026-08-27T08:07:18.185Z | Checking waitgroup v0.1.2 |
| 3100 | 2026-08-27T08:07:18.215Z | Checking rustls-pemfile v2.2.0 |
| 3101 | 2026-08-27T08:07:18.258Z | Checking backon v1.6.0 |
| 3102 | 2026-08-27T08:07:18.281Z | Checking serde_path_to_error v0.1.20 |
| 3103 | 2026-08-27T08:07:18.302Z | Checking hostname v0.4.2 |
| 3104 | 2026-08-27T08:07:18.352Z | Checking instant v0.1.13 |
| 3105 | 2026-08-27T08:07:18.421Z | Checking progenitor-extras v0.2.0 |
| 3106 | 2026-08-27T08:07:18.434Z | Checking backoff v0.4.0 |
| 3107 | 2026-08-27T08:07:18.535Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3108 | 2026-08-27T08:07:18.547Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3109 | 2026-08-27T08:07:18.607Z | Checking parse-display v0.10.0 |
| 3110 | 2026-08-27T08:07:18.637Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3111 | 2026-08-27T08:07:18.661Z | Checking regress v0.10.5 |
| 3112 | 2026-08-27T08:07:18.677Z | Checking itertools v0.14.0 |
| 3113 | 2026-08-27T08:07:18.732Z | Checking macaddr v1.0.1 |
| 3114 | 2026-08-27T08:07:18.916Z | Checking humantime v2.3.0 |
| 3115 | 2026-08-27T08:07:19.744Z | Compiling prettyplease v0.2.37 |
| 3116 | 2026-08-27T08:07:20.084Z | Checking num-rational v0.4.2 |
| 3117 | 2026-08-27T08:07:20.355Z | Checking num-complex v0.4.6 |
| 3118 | 2026-08-27T08:07:20.749Z | Compiling num v0.4.3 |
| 3119 | 2026-08-27T08:07:20.762Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3120 | 2026-08-27T08:07:20.866Z | Compiling usdt-macro v0.5.0 |
| 3121 | 2026-08-27T08:07:20.894Z | Compiling usdt-attr-macro v0.5.0 |
| 3122 | 2026-08-27T08:07:20.906Z | Checking memmap v0.7.0 |
| 3123 | 2026-08-27T08:07:20.975Z | Checking float-ord v0.3.2 |
| 3124 | 2026-08-27T08:07:21.078Z | Compiling convert_case v0.4.0 |
| 3125 | 2026-08-27T08:07:21.454Z | Compiling derive_more v0.99.20 |
| 3126 | 2026-08-27T08:07:21.495Z | Checking newline-converter v0.3.0 |
| 3127 | 2026-08-27T08:07:21.599Z | Checking console v0.15.11 |
| 3128 | 2026-08-27T08:07:21.611Z | Compiling toml v0.8.23 |
| 3129 | 2026-08-27T08:07:21.682Z | Checking usdt v0.5.0 |
| 3130 | 2026-08-27T08:07:21.854Z | Checking linked-hash-map v0.5.6 |
| 3131 | 2026-08-27T08:07:21.872Z | Compiling minimal-lexical v0.2.1 |
| 3132 | 2026-08-27T08:07:22.023Z | Checking lru-cache v0.1.2 |
| 3133 | 2026-08-27T08:07:22.119Z | Compiling nom v7.1.3 |
| 3134 | 2026-08-27T08:07:22.144Z | Checking expectorate v1.2.0 |
| 3135 | 2026-08-27T08:07:22.286Z | Checking camino-tempfile v1.4.1 |
| 3136 | 2026-08-27T08:07:22.444Z | Checking hickory-proto v0.24.4 |
| 3137 | 2026-08-27T08:07:22.598Z | Checking phf_shared v0.12.1 |
| 3138 | 2026-08-27T08:07:22.726Z | Compiling slog-dtrace v0.3.0 |
| 3139 | 2026-08-27T08:07:22.740Z | Compiling unicode-xid v0.2.6 |
| 3140 | 2026-08-27T08:07:22.868Z | Compiling chrono-tz v0.10.4 |
| 3141 | 2026-08-27T08:07:23.041Z | Checking resolv-conf v0.7.6 |
| 3142 | 2026-08-27T08:07:23.187Z | Checking heck v0.5.0 |
| 3143 | 2026-08-27T08:07:23.294Z | Compiling const_format_proc_macros v0.2.34 |
| 3144 | 2026-08-27T08:07:23.311Z | Checking phf v0.12.1 |
| 3145 | 2026-08-27T08:07:23.451Z | Checking tokio-dtrace v0.1.1 |
| 3146 | 2026-08-27T08:07:23.464Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3147 | 2026-08-27T08:07:23.516Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3148 | 2026-08-27T08:07:23.665Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3149 | 2026-08-27T08:07:23.976Z | Compiling derive-where v1.6.0 |
| 3150 | 2026-08-27T08:07:24.029Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3151 | 2026-08-27T08:07:24.153Z | Checking highway v1.3.0 |
| 3152 | 2026-08-27T08:07:24.349Z | Checking hickory-resolver v0.24.4 |
| 3153 | 2026-08-27T08:07:24.383Z | Checking const_format v0.2.35 |
| 3154 | 2026-08-27T08:07:24.622Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3155 | 2026-08-27T08:07:25.108Z | Checking oxide-tokio-rt v0.1.4 |
| 3156 | 2026-08-27T08:07:25.144Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3157 | 2026-08-27T08:07:25.279Z | Checking qorb v0.4.1 |
| 3158 | 2026-08-27T08:07:25.429Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3159 | 2026-08-27T08:07:25.500Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3160 | 2026-08-27T08:07:25.504Z | Checking gethostname v0.5.0 |
| 3161 | 2026-08-27T08:07:25.540Z | Checking bcs v0.1.6 |
| 3162 | 2026-08-27T08:07:25.570Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3163 | 2026-08-27T08:07:25.594Z | Checking termtree v0.5.1 |
| 3164 | 2026-08-27T08:07:28.642Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3165 | 2026-08-27T08:07:31.746Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3166 | 2026-08-27T08:07:33.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.86s |
| 3167 | 2026-08-27T08:07:34.142Z | |
| 3168 | 2026-08-27T08:07:34.142Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377) |
| 3169 | 2026-08-27T08:07:34.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3170 | 2026-08-27T08:07:34.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3171 | 2026-08-27T08:07:34.831Z | Compiling ar_archive_writer v0.5.1 |
| 3172 | 2026-08-27T08:07:34.942Z | Compiling stacker v0.1.23 |
| 3173 | 2026-08-27T08:07:34.948Z | Compiling cfg_aliases v0.1.1 |
| 3174 | 2026-08-27T08:07:34.955Z | Compiling proc-macro-error v1.0.4 |
| 3175 | 2026-08-27T08:07:34.965Z | Checking fd-lock v4.0.4 |
| 3176 | 2026-08-27T08:07:34.965Z | Checking nibble_vec v0.1.0 |
| 3177 | 2026-08-27T08:07:34.969Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3178 | 2026-08-27T08:07:34.969Z | Checking vte v0.14.1 |
| 3179 | 2026-08-27T08:07:35.006Z | Compiling nix v0.28.0 |
| 3180 | 2026-08-27T08:07:35.068Z | Checking bytecount v0.6.9 |
| 3181 | 2026-08-27T08:07:35.107Z | Checking endian-type v0.1.2 |
| 3182 | 2026-08-27T08:07:35.120Z | Checking strip-ansi-escapes v0.2.1 |
| 3183 | 2026-08-27T08:07:35.166Z | Checking papergrid v0.11.0 |
| 3184 | 2026-08-27T08:07:35.197Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3185 | 2026-08-27T08:07:35.217Z | Compiling peg-macros v0.8.5 |
| 3186 | 2026-08-27T08:07:35.229Z | Checking radix_trie v0.2.1 |
| 3187 | 2026-08-27T08:07:35.243Z | Compiling tabled_derive v0.7.0 |
| 3188 | 2026-08-27T08:07:35.357Z | Checking winnow v0.6.26 |
| 3189 | 2026-08-27T08:07:35.449Z | Compiling sqlparser_derive v0.5.0 |
| 3190 | 2026-08-27T08:07:35.654Z | Checking nu-ansi-term v0.50.3 |
| 3191 | 2026-08-27T08:07:35.755Z | Compiling psm v0.1.30 |
| 3192 | 2026-08-27T08:07:35.767Z | Checking unicode_categories v0.1.1 |
| 3193 | 2026-08-27T08:07:35.861Z | Checking home v0.5.12 |
| 3194 | 2026-08-27T08:07:35.917Z | Checking reedline v0.40.0 |
| 3195 | 2026-08-27T08:07:35.987Z | Checking crossterm v0.29.0 |
| 3196 | 2026-08-27T08:07:36.187Z | Checking tabled v0.15.0 |
| 3197 | 2026-08-27T08:07:36.200Z | Checking display-error-chain v0.2.2 |
| 3198 | 2026-08-27T08:07:36.298Z | Checking rustyline v14.0.0 |
| 3199 | 2026-08-27T08:07:36.489Z | Checking sqlformat v0.3.5 |
| 3200 | 2026-08-27T08:07:36.501Z | Checking recursive v0.1.1 |
| 3201 | 2026-08-27T08:07:36.529Z | Checking peg v0.8.5 |
| 3202 | 2026-08-27T08:07:36.582Z | Checking sqlparser v0.61.0 |
| 3203 | 2026-08-27T08:07:47.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s |
| 3204 | 2026-08-27T08:07:47.958Z | |
| 3205 | 2026-08-27T08:07:47.958Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377) |
| 3206 | 2026-08-27T08:07:48.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2026-08-27T08:07:48.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2026-08-27T08:07:48.636Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3209 | 2026-08-27T08:07:52.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 3210 | 2026-08-27T08:07:52.322Z | |
| 3211 | 2026-08-27T08:07:52.322Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377) |
| 3212 | 2026-08-27T08:07:52.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-08-27T08:07:52.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-08-27T08:07:52.998Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3215 | 2026-08-27T08:07:55.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 3216 | 2026-08-27T08:07:55.708Z | |
| 3217 | 2026-08-27T08:07:55.708Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377) |
| 3218 | 2026-08-27T08:07:56.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-08-27T08:07:56.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-08-27T08:07:56.380Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3221 | 2026-08-27T08:07:59.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
| 3222 | 2026-08-27T08:07:59.894Z | |
| 3223 | 2026-08-27T08:07:59.894Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377) |
| 3224 | 2026-08-27T08:08:00.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-08-27T08:08:00.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-08-27T08:08:00.574Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3227 | 2026-08-27T08:08:03.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 3228 | 2026-08-27T08:08:04.091Z | |
| 3229 | 2026-08-27T08:08:04.091Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377) |
| 3230 | 2026-08-27T08:08:04.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-08-27T08:08:04.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-08-27T08:08:04.768Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3233 | 2026-08-27T08:08:07.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
| 3234 | 2026-08-27T08:08:07.623Z | |
| 3235 | 2026-08-27T08:08:07.623Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377) |
| 3236 | 2026-08-27T08:08:08.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3237 | 2026-08-27T08:08:08.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3238 | 2026-08-27T08:08:08.290Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3239 | 2026-08-27T08:08:10.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
| 3240 | 2026-08-27T08:08:11.159Z | |
| 3241 | 2026-08-27T08:08:11.160Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377) |
| 3242 | 2026-08-27T08:08:11.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2026-08-27T08:08:11.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2026-08-27T08:08:11.834Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3245 | 2026-08-27T08:08:15.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 3246 | 2026-08-27T08:08:15.532Z | |
| 3247 | 2026-08-27T08:08:15.532Z | info: running `cargo check --bins` on oximeter (136/377) |
| 3248 | 2026-08-27T08:08:16.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3249 | 2026-08-27T08:08:16.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3250 | 2026-08-27T08:08:16.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3251 | 2026-08-27T08:08:16.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3252 | 2026-08-27T08:08:16.101Z | |
| 3253 | 2026-08-27T08:08:16.102Z | info: running `cargo check --bins` on oximeter-schema (137/377) |
| 3254 | 2026-08-27T08:08:16.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3255 | 2026-08-27T08:08:16.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3256 | 2026-08-27T08:08:16.730Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3257 | 2026-08-27T08:08:17.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3258 | 2026-08-27T08:08:17.274Z | |
| 3259 | 2026-08-27T08:08:17.274Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/377) |
| 3260 | 2026-08-27T08:08:17.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3261 | 2026-08-27T08:08:17.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3262 | 2026-08-27T08:08:17.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3263 | 2026-08-27T08:08:17.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3264 | 2026-08-27T08:08:17.853Z | |
| 3265 | 2026-08-27T08:08:17.853Z | info: running `cargo check --bins` on oximeter-test-utils (139/377) |
| 3266 | 2026-08-27T08:08:18.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3267 | 2026-08-27T08:08:18.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3268 | 2026-08-27T08:08:18.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3269 | 2026-08-27T08:08:18.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3270 | 2026-08-27T08:08:18.468Z | |
| 3271 | 2026-08-27T08:08:18.468Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377) |
| 3272 | 2026-08-27T08:08:18.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3273 | 2026-08-27T08:08:18.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3274 | 2026-08-27T08:08:18.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3275 | 2026-08-27T08:08:18.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3276 | 2026-08-27T08:08:19.047Z | |
| 3277 | 2026-08-27T08:08:19.048Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377) |
| 3278 | 2026-08-27T08:08:19.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3279 | 2026-08-27T08:08:19.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3280 | 2026-08-27T08:08:19.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3281 | 2026-08-27T08:08:19.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3282 | 2026-08-27T08:08:19.627Z | |
| 3283 | 2026-08-27T08:08:19.627Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377) |
| 3284 | 2026-08-27T08:08:20.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3285 | 2026-08-27T08:08:20.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3286 | 2026-08-27T08:08:20.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3287 | 2026-08-27T08:08:20.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3288 | 2026-08-27T08:08:20.206Z | |
| 3289 | 2026-08-27T08:08:20.206Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377) |
| 3290 | 2026-08-27T08:08:20.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3291 | 2026-08-27T08:08:20.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3292 | 2026-08-27T08:08:20.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3293 | 2026-08-27T08:08:20.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3294 | 2026-08-27T08:08:20.784Z | |
| 3295 | 2026-08-27T08:08:20.784Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/377) |
| 3296 | 2026-08-27T08:08:21.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3297 | 2026-08-27T08:08:21.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3298 | 2026-08-27T08:08:21.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3299 | 2026-08-27T08:08:21.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3300 | 2026-08-27T08:08:21.367Z | |
| 3301 | 2026-08-27T08:08:21.367Z | info: running `cargo check --bins` on reconfigurator-cli (145/377) |
| 3302 | 2026-08-27T08:08:21.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3303 | 2026-08-27T08:08:21.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3304 | 2026-08-27T08:08:22.192Z | Compiling crucible-workspace-hack v0.1.0 |
| 3305 | 2026-08-27T08:08:22.195Z | Compiling regress v0.11.1 |
| 3306 | 2026-08-27T08:08:22.195Z | Checking secrecy v0.10.3 |
| 3307 | 2026-08-27T08:08:22.195Z | Checking half v2.7.1 |
| 3308 | 2026-08-27T08:08:22.195Z | Checking ciborium-io v0.2.2 |
| 3309 | 2026-08-27T08:08:22.195Z | Checking inout v0.1.4 |
| 3310 | 2026-08-27T08:08:22.195Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3311 | 2026-08-27T08:08:22.325Z | Checking universal-hash v0.5.1 |
| 3312 | 2026-08-27T08:08:22.445Z | Checking cipher v0.4.4 |
| 3313 | 2026-08-27T08:08:22.460Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3314 | 2026-08-27T08:08:22.460Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3315 | 2026-08-27T08:08:22.488Z | Checking opaque-debug v0.3.1 |
| 3316 | 2026-08-27T08:08:22.567Z | Checking poly1305 v0.8.0 |
| 3317 | 2026-08-27T08:08:22.587Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3318 | 2026-08-27T08:08:22.604Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3319 | 2026-08-27T08:08:22.635Z | Checking ciborium-ll v0.2.2 |
| 3320 | 2026-08-27T08:08:22.649Z | Checking chacha20 v0.9.1 |
| 3321 | 2026-08-27T08:08:22.805Z | Checking ciborium v0.2.2 |
| 3322 | 2026-08-27T08:08:22.826Z | Checking password-hash v0.5.0 |
| 3323 | 2026-08-27T08:08:22.841Z | Checking blake2 v0.10.6 |
| 3324 | 2026-08-27T08:08:22.879Z | Checking aead v0.5.2 |
| 3325 | 2026-08-27T08:08:22.972Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3326 | 2026-08-27T08:08:23.023Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3327 | 2026-08-27T08:08:23.044Z | Checking indent_write v2.2.0 |
| 3328 | 2026-08-27T08:08:23.074Z | Checking argon2 v0.5.3 |
| 3329 | 2026-08-27T08:08:23.170Z | Checking chacha20poly1305 v0.10.1 |
| 3330 | 2026-08-27T08:08:23.219Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3331 | 2026-08-27T08:08:23.263Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3332 | 2026-08-27T08:08:23.298Z | Compiling unsafe-libyaml v0.2.11 |
| 3333 | 2026-08-27T08:08:23.419Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3334 | 2026-08-27T08:08:23.630Z | Compiling heapless v0.8.0 |
| 3335 | 2026-08-27T08:08:23.666Z | Checking thiserror-no-std v2.0.2 |
| 3336 | 2026-08-27T08:08:23.759Z | Checking vsss-rs v3.3.4 |
| 3337 | 2026-08-27T08:08:23.891Z | Compiling typify-impl v0.6.2 |
| 3338 | 2026-08-27T08:08:23.919Z | Compiling serde_yaml v0.9.34+deprecated |
| 3339 | 2026-08-27T08:08:24.056Z | Compiling proc-macro-crate v3.4.0 |
| 3340 | 2026-08-27T08:08:24.449Z | Compiling ingot-macros v0.2.0 |
| 3341 | 2026-08-27T08:08:24.591Z | Compiling num_enum_derive v0.7.6 |
| 3342 | 2026-08-27T08:08:24.645Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3343 | 2026-08-27T08:08:24.745Z | Checking hash32 v0.3.1 |
| 3344 | 2026-08-27T08:08:24.869Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3345 | 2026-08-27T08:08:24.885Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3346 | 2026-08-27T08:08:25.089Z | Compiling smoltcp v0.11.0 |
| 3347 | 2026-08-27T08:08:25.334Z | Checking tabwriter v1.4.1 |
| 3348 | 2026-08-27T08:08:25.448Z | Checking cobs v0.3.0 |
| 3349 | 2026-08-27T08:08:25.485Z | Checking swrite v0.1.0 |
| 3350 | 2026-08-27T08:08:25.508Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3351 | 2026-08-27T08:08:25.584Z | Compiling proc-macro-crate v1.3.1 |
| 3352 | 2026-08-27T08:08:25.601Z | Checking postcard v1.1.3 |
| 3353 | 2026-08-27T08:08:25.623Z | Checking num_enum v0.7.6 |
| 3354 | 2026-08-27T08:08:25.705Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3355 | 2026-08-27T08:08:25.739Z | Compiling foreign-types-macros v0.2.3 |
| 3356 | 2026-08-27T08:08:25.893Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3357 | 2026-08-27T08:08:25.912Z | Checking colored v3.1.1 |
| 3358 | 2026-08-27T08:08:25.985Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3359 | 2026-08-27T08:08:26.001Z | Checking foreign-types-shared v0.3.1 |
| 3360 | 2026-08-27T08:08:26.096Z | Compiling num_enum_derive v0.5.11 |
| 3361 | 2026-08-27T08:08:26.215Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3362 | 2026-08-27T08:08:26.235Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3363 | 2026-08-27T08:08:26.331Z | Checking foreign-types v0.5.0 |
| 3364 | 2026-08-27T08:08:26.412Z | Checking cstr-argument v0.1.2 |
| 3365 | 2026-08-27T08:08:26.537Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3366 | 2026-08-27T08:08:26.655Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3367 | 2026-08-27T08:08:26.686Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3368 | 2026-08-27T08:08:26.739Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3369 | 2026-08-27T08:08:26.763Z | Checking rand v0.10.1 |
| 3370 | 2026-08-27T08:08:26.853Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3371 | 2026-08-27T08:08:26.905Z | Compiling zone_cfg_derive v0.3.1 |
| 3372 | 2026-08-27T08:08:26.939Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3373 | 2026-08-27T08:08:27.065Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3374 | 2026-08-27T08:08:27.125Z | Checking num_enum v0.5.11 |
| 3375 | 2026-08-27T08:08:27.179Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3376 | 2026-08-27T08:08:27.237Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3377 | 2026-08-27T08:08:27.264Z | Checking ingot-types v0.2.0 |
| 3378 | 2026-08-27T08:08:27.350Z | Checking itertools v0.12.1 |
| 3379 | 2026-08-27T08:08:27.417Z | Compiling num-derive v0.4.2 |
| 3380 | 2026-08-27T08:08:27.555Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3381 | 2026-08-27T08:08:27.637Z | Checking ingot v0.2.1 |
| 3382 | 2026-08-27T08:08:27.738Z | Compiling semver v0.1.20 |
| 3383 | 2026-08-27T08:08:28.028Z | Compiling rustc_version v0.1.7 |
| 3384 | 2026-08-27T08:08:28.255Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3385 | 2026-08-27T08:08:28.289Z | Checking smf v0.2.3 |
| 3386 | 2026-08-27T08:08:28.347Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3387 | 2026-08-27T08:08:28.362Z | Checking zone v0.3.1 |
| 3388 | 2026-08-27T08:08:28.411Z | Checking csv-core v0.1.13 |
| 3389 | 2026-08-27T08:08:28.450Z | Compiling typify-macro v0.6.2 |
| 3390 | 2026-08-27T08:08:28.520Z | Checking nom v8.0.0 |
| 3391 | 2026-08-27T08:08:28.571Z | Checking whoami v1.6.1 |
| 3392 | 2026-08-27T08:08:28.616Z | Checking csv v1.4.0 |
| 3393 | 2026-08-27T08:08:28.660Z | Compiling newtype_derive v0.1.6 |
| 3394 | 2026-08-27T08:08:28.773Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3395 | 2026-08-27T08:08:28.774Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3396 | 2026-08-27T08:08:28.846Z | Compiling cancel-safe-futures v0.1.5 |
| 3397 | 2026-08-27T08:08:28.972Z | Compiling libefi-sys v0.1.0 |
| 3398 | 2026-08-27T08:08:29.015Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3399 | 2026-08-27T08:08:29.076Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3400 | 2026-08-27T08:08:29.182Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3401 | 2026-08-27T08:08:29.281Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3402 | 2026-08-27T08:08:29.312Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3403 | 2026-08-27T08:08:29.394Z | Checking oxide-update-engine-types v0.1.2 |
| 3404 | 2026-08-27T08:08:29.434Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3405 | 2026-08-27T08:08:29.483Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3406 | 2026-08-27T08:08:29.614Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3407 | 2026-08-27T08:08:29.631Z | Compiling bitfield-struct v0.6.2 |
| 3408 | 2026-08-27T08:08:29.839Z | Checking linear-map v1.2.0 |
| 3409 | 2026-08-27T08:08:30.019Z | Checking steno v0.4.1 |
| 3410 | 2026-08-27T08:08:30.261Z | Compiling typify v0.6.2 |
| 3411 | 2026-08-27T08:08:30.276Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3412 | 2026-08-27T08:08:30.304Z | Checking oxide-update-engine v0.1.2 |
| 3413 | 2026-08-27T08:08:30.371Z | Compiling progenitor-impl v0.14.0 |
| 3414 | 2026-08-27T08:08:30.421Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3415 | 2026-08-27T08:08:30.525Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3416 | 2026-08-27T08:08:30.546Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3417 | 2026-08-27T08:08:30.690Z | Checking sha1 v0.10.6 |
| 3418 | 2026-08-27T08:08:30.729Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3419 | 2026-08-27T08:08:30.808Z | Checking utf-8 v0.7.6 |
| 3420 | 2026-08-27T08:08:30.861Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3421 | 2026-08-27T08:08:30.945Z | Checking tungstenite v0.21.0 |
| 3422 | 2026-08-27T08:08:31.022Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3423 | 2026-08-27T08:08:31.099Z | Checking ignore v0.4.25 |
| 3424 | 2026-08-27T08:08:31.175Z | Checking anstyle-parse v0.2.7 |
| 3425 | 2026-08-27T08:08:31.268Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3426 | 2026-08-27T08:08:31.331Z | Compiling xshell-macros v0.2.7 |
| 3427 | 2026-08-27T08:08:31.368Z | Checking tokio-tungstenite v0.21.0 |
| 3428 | 2026-08-27T08:08:31.464Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3429 | 2026-08-27T08:08:31.483Z | Checking anstream v0.6.21 |
| 3430 | 2026-08-27T08:08:31.498Z | Checking globwalk v0.9.1 |
| 3431 | 2026-08-27T08:08:31.646Z | Checking predicates-tree v1.0.13 |
| 3432 | 2026-08-27T08:08:31.670Z | Checking filetime v0.2.27 |
| 3433 | 2026-08-27T08:08:31.685Z | Checking xattr v1.6.1 |
| 3434 | 2026-08-27T08:08:31.685Z | Checking tagptr v0.2.0 |
| 3435 | 2026-08-27T08:08:31.712Z | Checking xshell v0.2.7 |
| 3436 | 2026-08-27T08:08:31.754Z | Checking camino-tempfile-ext v0.3.3 |
| 3437 | 2026-08-27T08:08:31.801Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3438 | 2026-08-27T08:08:31.816Z | Checking tar v0.4.46 |
| 3439 | 2026-08-27T08:08:31.837Z | Checking moka v0.12.13 |
| 3440 | 2026-08-27T08:08:31.900Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3441 | 2026-08-27T08:08:31.947Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3442 | 2026-08-27T08:08:31.979Z | Checking rand_seeder v0.4.0 |
| 3443 | 2026-08-27T08:08:32.033Z | Checking half v1.8.3 |
| 3444 | 2026-08-27T08:08:32.089Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3445 | 2026-08-27T08:08:32.125Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3446 | 2026-08-27T08:08:32.195Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3447 | 2026-08-27T08:08:32.230Z | Checking serde_cbor v0.11.2 |
| 3448 | 2026-08-27T08:08:32.424Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3449 | 2026-08-27T08:08:32.450Z | Checking sha2 v0.11.0 |
| 3450 | 2026-08-27T08:08:32.482Z | Checking hickory-resolver v0.25.2 |
| 3451 | 2026-08-27T08:08:32.614Z | Checking digest-io v0.1.0 |
| 3452 | 2026-08-27T08:08:32.748Z | Compiling petname v2.0.2 |
| 3453 | 2026-08-27T08:08:32.972Z | Compiling progenitor-macro v0.14.0 |
| 3454 | 2026-08-27T08:08:33.051Z | Checking rawzip v0.4.4 |
| 3455 | 2026-08-27T08:08:33.102Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3456 | 2026-08-27T08:08:33.194Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3457 | 2026-08-27T08:08:33.492Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3458 | 2026-08-27T08:08:33.508Z | Checking sapling-renderdag v0.1.0 |
| 3459 | 2026-08-27T08:08:33.674Z | Checking subprocess v0.2.15 |
| 3460 | 2026-08-27T08:08:33.693Z | Checking sync-ptr v0.1.4 |
| 3461 | 2026-08-27T08:08:33.798Z | Checking colored v2.2.0 |
| 3462 | 2026-08-27T08:08:33.813Z | Checking assert_matches v1.5.0 |
| 3463 | 2026-08-27T08:08:33.968Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3464 | 2026-08-27T08:08:34.013Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3465 | 2026-08-27T08:08:34.578Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3466 | 2026-08-27T08:08:34.582Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3467 | 2026-08-27T08:08:34.608Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3468 | 2026-08-27T08:08:35.221Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3469 | 2026-08-27T08:08:35.224Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3470 | 2026-08-27T08:08:35.835Z | Checking progenitor v0.14.0 |
| 3471 | 2026-08-27T08:08:35.971Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3472 | 2026-08-27T08:08:35.975Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3473 | 2026-08-27T08:08:35.975Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3474 | 2026-08-27T08:08:35.975Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3475 | 2026-08-27T08:08:35.975Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3476 | 2026-08-27T08:08:36.042Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3477 | 2026-08-27T08:08:36.385Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3478 | 2026-08-27T08:08:36.574Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3479 | 2026-08-27T08:08:36.668Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3480 | 2026-08-27T08:08:36.736Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3481 | 2026-08-27T08:08:36.914Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3482 | 2026-08-27T08:08:37.134Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3483 | 2026-08-27T08:08:37.694Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3484 | 2026-08-27T08:08:38.022Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3485 | 2026-08-27T08:08:38.665Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3486 | 2026-08-27T08:08:39.046Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3487 | 2026-08-27T08:08:47.604Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3488 | 2026-08-27T08:08:54.822Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3489 | 2026-08-27T08:08:54.825Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3490 | 2026-08-27T08:08:54.825Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3491 | 2026-08-27T08:08:56.339Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3492 | 2026-08-27T08:08:57.615Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3493 | 2026-08-27T08:08:59.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.49s |
| 3494 | 2026-08-27T08:09:00.068Z | |
| 3495 | 2026-08-27T08:09:00.068Z | info: running `cargo check --bins` on nexus-inventory (146/377) |
| 3496 | 2026-08-27T08:09:00.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-08-27T08:09:00.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-08-27T08:09:00.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-08-27T08:09:00.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3500 | 2026-08-27T08:09:00.692Z | |
| 3501 | 2026-08-27T08:09:00.692Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377) |
| 3502 | 2026-08-27T08:09:01.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-08-27T08:09:01.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-08-27T08:09:01.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-08-27T08:09:01.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3506 | 2026-08-27T08:09:01.272Z | |
| 3507 | 2026-08-27T08:09:01.272Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/377) |
| 3508 | 2026-08-27T08:09:01.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-08-27T08:09:01.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-08-27T08:09:01.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-08-27T08:09:01.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3512 | 2026-08-27T08:09:01.857Z | |
| 3513 | 2026-08-27T08:09:01.857Z | info: running `cargo check --bins` on dns-service-client (149/377) |
| 3514 | 2026-08-27T08:09:02.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-08-27T08:09:02.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-08-27T08:09:02.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-08-27T08:09:02.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3518 | 2026-08-27T08:09:02.422Z | |
| 3519 | 2026-08-27T08:09:02.422Z | info: running `cargo check --bins` on ntp-admin-client (150/377) |
| 3520 | 2026-08-27T08:09:02.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-08-27T08:09:02.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-08-27T08:09:02.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-08-27T08:09:02.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3524 | 2026-08-27T08:09:02.988Z | |
| 3525 | 2026-08-27T08:09:02.988Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/377) |
| 3526 | 2026-08-27T08:09:03.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-08-27T08:09:03.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-08-27T08:09:03.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-08-27T08:09:03.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3530 | 2026-08-27T08:09:03.551Z | |
| 3531 | 2026-08-27T08:09:03.551Z | info: running `cargo check --bins` on cockroach-admin-client (152/377) |
| 3532 | 2026-08-27T08:09:04.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-08-27T08:09:04.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-08-27T08:09:04.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-08-27T08:09:04.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3536 | 2026-08-27T08:09:04.117Z | |
| 3537 | 2026-08-27T08:09:04.117Z | info: running `cargo check --bins` on parallel-task-set (153/377) |
| 3538 | 2026-08-27T08:09:04.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-08-27T08:09:04.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-08-27T08:09:04.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-08-27T08:09:04.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3542 | 2026-08-27T08:09:04.681Z | |
| 3543 | 2026-08-27T08:09:04.682Z | info: running `cargo check --bins` on sled-agent-client (154/377) |
| 3544 | 2026-08-27T08:09:05.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-08-27T08:09:05.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-08-27T08:09:05.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-08-27T08:09:05.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3548 | 2026-08-27T08:09:05.269Z | |
| 3549 | 2026-08-27T08:09:05.269Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377) |
| 3550 | 2026-08-27T08:09:05.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-08-27T08:09:05.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-08-27T08:09:05.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-08-27T08:09:05.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3554 | 2026-08-27T08:09:05.863Z | |
| 3555 | 2026-08-27T08:09:05.863Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/377) |
| 3556 | 2026-08-27T08:09:06.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-08-27T08:09:06.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-08-27T08:09:06.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-08-27T08:09:06.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3560 | 2026-08-27T08:09:06.456Z | |
| 3561 | 2026-08-27T08:09:06.456Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377) |
| 3562 | 2026-08-27T08:09:06.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-08-27T08:09:06.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-08-27T08:09:06.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-08-27T08:09:06.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3566 | 2026-08-27T08:09:07.048Z | |
| 3567 | 2026-08-27T08:09:07.048Z | info: running `cargo check --bins` on key-manager (158/377) |
| 3568 | 2026-08-27T08:09:07.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-08-27T08:09:07.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-08-27T08:09:07.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-08-27T08:09:07.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3572 | 2026-08-27T08:09:07.628Z | |
| 3573 | 2026-08-27T08:09:07.629Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/377) |
| 3574 | 2026-08-27T08:09:08.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-08-27T08:09:08.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-08-27T08:09:08.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-08-27T08:09:08.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3578 | 2026-08-27T08:09:08.222Z | |
| 3579 | 2026-08-27T08:09:08.222Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377) |
| 3580 | 2026-08-27T08:09:08.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-08-27T08:09:08.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-08-27T08:09:08.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-08-27T08:09:08.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3584 | 2026-08-27T08:09:08.817Z | |
| 3585 | 2026-08-27T08:09:08.817Z | info: running `cargo check --bins` on typed-rng (161/377) |
| 3586 | 2026-08-27T08:09:09.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-08-27T08:09:09.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-08-27T08:09:09.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-08-27T08:09:09.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3590 | 2026-08-27T08:09:09.377Z | |
| 3591 | 2026-08-27T08:09:09.377Z | info: running `cargo check --bins` on gateway-test-utils (162/377) |
| 3592 | 2026-08-27T08:09:09.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-08-27T08:09:09.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-08-27T08:09:09.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-08-27T08:09:09.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3596 | 2026-08-27T08:09:09.999Z | |
| 3597 | 2026-08-27T08:09:09.999Z | info: running `cargo check --bins` on omicron-gateway (163/377) |
| 3598 | 2026-08-27T08:09:10.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-08-27T08:09:10.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-08-27T08:09:10.736Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3601 | 2026-08-27T08:09:10.739Z | Checking void v1.0.2 |
| 3602 | 2026-08-27T08:09:10.739Z | Checking tungstenite v0.23.0 |
| 3603 | 2026-08-27T08:09:10.739Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3604 | 2026-08-27T08:09:10.739Z | Checking dropshot-api-manager-types v0.8.0 |
| 3605 | 2026-08-27T08:09:10.854Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3606 | 2026-08-27T08:09:10.861Z | Checking nix v0.27.1 |
| 3607 | 2026-08-27T08:09:10.867Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3608 | 2026-08-27T08:09:10.934Z | Checking lzss v0.8.2 |
| 3609 | 2026-08-27T08:09:11.009Z | Checking kstat-rs v0.2.5 |
| 3610 | 2026-08-27T08:09:11.034Z | Checking fxhash v0.2.1 |
| 3611 | 2026-08-27T08:09:11.108Z | Checking serde_bytes v0.11.19 |
| 3612 | 2026-08-27T08:09:11.145Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3613 | 2026-08-27T08:09:11.161Z | Checking signal-hook-tokio v0.3.1 |
| 3614 | 2026-08-27T08:09:11.174Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3615 | 2026-08-27T08:09:11.196Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3616 | 2026-08-27T08:09:11.306Z | Checking tokio-tungstenite v0.23.1 |
| 3617 | 2026-08-27T08:09:11.351Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3618 | 2026-08-27T08:09:12.408Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3619 | 2026-08-27T08:09:12.946Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3620 | 2026-08-27T08:09:15.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s |
| 3621 | 2026-08-27T08:09:15.264Z | |
| 3622 | 2026-08-27T08:09:15.264Z | info: running `cargo check --bins` on gateway-api (164/377) |
| 3623 | 2026-08-27T08:09:15.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2026-08-27T08:09:15.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2026-08-27T08:09:15.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2026-08-27T08:09:15.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3627 | 2026-08-27T08:09:15.833Z | |
| 3628 | 2026-08-27T08:09:15.833Z | info: running `cargo check --bins` on ipcc (165/377) |
| 3629 | 2026-08-27T08:09:16.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-08-27T08:09:16.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-08-27T08:09:16.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-08-27T08:09:16.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3633 | 2026-08-27T08:09:16.394Z | |
| 3634 | 2026-08-27T08:09:16.394Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377) |
| 3635 | 2026-08-27T08:09:16.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-08-27T08:09:16.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-08-27T08:09:16.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-08-27T08:09:16.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3639 | 2026-08-27T08:09:16.957Z | |
| 3640 | 2026-08-27T08:09:16.957Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377) |
| 3641 | 2026-08-27T08:09:17.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-08-27T08:09:17.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-08-27T08:09:17.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-08-27T08:09:17.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3645 | 2026-08-27T08:09:17.555Z | |
| 3646 | 2026-08-27T08:09:17.555Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377) |
| 3647 | 2026-08-27T08:09:18.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-08-27T08:09:18.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-08-27T08:09:18.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-08-27T08:09:18.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3651 | 2026-08-27T08:09:18.125Z | |
| 3652 | 2026-08-27T08:09:18.125Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377) |
| 3653 | 2026-08-27T08:09:18.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-08-27T08:09:18.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-08-27T08:09:18.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-08-27T08:09:18.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3657 | 2026-08-27T08:09:18.701Z | |
| 3658 | 2026-08-27T08:09:18.701Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377) |
| 3659 | 2026-08-27T08:09:19.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-08-27T08:09:19.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-08-27T08:09:19.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-08-27T08:09:19.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3663 | 2026-08-27T08:09:19.277Z | |
| 3664 | 2026-08-27T08:09:19.277Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377) |
| 3665 | 2026-08-27T08:09:19.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-08-27T08:09:19.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-08-27T08:09:19.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-08-27T08:09:19.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3669 | 2026-08-27T08:09:19.870Z | |
| 3670 | 2026-08-27T08:09:19.870Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377) |
| 3671 | 2026-08-27T08:09:20.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-08-27T08:09:20.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-08-27T08:09:20.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-08-27T08:09:20.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3675 | 2026-08-27T08:09:20.443Z | |
| 3676 | 2026-08-27T08:09:20.443Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377) |
| 3677 | 2026-08-27T08:09:20.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-08-27T08:09:20.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-08-27T08:09:20.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-08-27T08:09:20.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3681 | 2026-08-27T08:09:21.019Z | |
| 3682 | 2026-08-27T08:09:21.019Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377) |
| 3683 | 2026-08-27T08:09:21.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-08-27T08:09:21.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-08-27T08:09:21.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-08-27T08:09:21.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3687 | 2026-08-27T08:09:21.592Z | |
| 3688 | 2026-08-27T08:09:21.592Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377) |
| 3689 | 2026-08-27T08:09:22.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-08-27T08:09:22.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-08-27T08:09:22.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-08-27T08:09:22.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3693 | 2026-08-27T08:09:22.167Z | |
| 3694 | 2026-08-27T08:09:22.167Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377) |
| 3695 | 2026-08-27T08:09:22.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-08-27T08:09:22.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-08-27T08:09:22.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-08-27T08:09:22.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3699 | 2026-08-27T08:09:22.742Z | |
| 3700 | 2026-08-27T08:09:22.742Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377) |
| 3701 | 2026-08-27T08:09:23.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-08-27T08:09:23.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-08-27T08:09:23.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-08-27T08:09:23.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3705 | 2026-08-27T08:09:23.317Z | |
| 3706 | 2026-08-27T08:09:23.317Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377) |
| 3707 | 2026-08-27T08:09:23.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-08-27T08:09:23.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-08-27T08:09:23.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-08-27T08:09:23.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3711 | 2026-08-27T08:09:23.891Z | |
| 3712 | 2026-08-27T08:09:23.891Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377) |
| 3713 | 2026-08-27T08:09:24.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-08-27T08:09:24.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-08-27T08:09:24.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-08-27T08:09:24.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3717 | 2026-08-27T08:09:24.467Z | |
| 3718 | 2026-08-27T08:09:24.468Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377) |
| 3719 | 2026-08-27T08:09:24.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-08-27T08:09:24.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-08-27T08:09:24.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-08-27T08:09:24.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3723 | 2026-08-27T08:09:25.040Z | |
| 3724 | 2026-08-27T08:09:25.040Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377) |
| 3725 | 2026-08-27T08:09:25.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-08-27T08:09:25.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-08-27T08:09:25.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-08-27T08:09:25.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3729 | 2026-08-27T08:09:25.614Z | |
| 3730 | 2026-08-27T08:09:25.614Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377) |
| 3731 | 2026-08-27T08:09:26.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-08-27T08:09:26.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-08-27T08:09:26.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-08-27T08:09:26.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3735 | 2026-08-27T08:09:26.185Z | |
| 3736 | 2026-08-27T08:09:26.185Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377) |
| 3737 | 2026-08-27T08:09:26.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-08-27T08:09:26.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-08-27T08:09:26.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3740 | 2026-08-27T08:09:26.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3741 | 2026-08-27T08:09:26.759Z | |
| 3742 | 2026-08-27T08:09:26.759Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377) |
| 3743 | 2026-08-27T08:09:27.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2026-08-27T08:09:27.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2026-08-27T08:09:27.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3746 | 2026-08-27T08:09:27.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3747 | 2026-08-27T08:09:27.336Z | |
| 3748 | 2026-08-27T08:09:27.336Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377) |
| 3749 | 2026-08-27T08:09:27.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3750 | 2026-08-27T08:09:27.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3751 | 2026-08-27T08:09:27.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3752 | 2026-08-27T08:09:27.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3753 | 2026-08-27T08:09:27.908Z | |
| 3754 | 2026-08-27T08:09:27.909Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377) |
| 3755 | 2026-08-27T08:09:28.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3756 | 2026-08-27T08:09:28.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3757 | 2026-08-27T08:09:28.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3758 | 2026-08-27T08:09:28.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3759 | 2026-08-27T08:09:28.500Z | |
| 3760 | 2026-08-27T08:09:28.500Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377) |
| 3761 | 2026-08-27T08:09:29.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2026-08-27T08:09:29.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2026-08-27T08:09:29.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3764 | 2026-08-27T08:09:29.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3765 | 2026-08-27T08:09:29.093Z | |
| 3766 | 2026-08-27T08:09:29.094Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377) |
| 3767 | 2026-08-27T08:09:29.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3768 | 2026-08-27T08:09:29.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3769 | 2026-08-27T08:09:29.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3770 | 2026-08-27T08:09:29.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3771 | 2026-08-27T08:09:29.687Z | |
| 3772 | 2026-08-27T08:09:29.687Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377) |
| 3773 | 2026-08-27T08:09:30.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3774 | 2026-08-27T08:09:30.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3775 | 2026-08-27T08:09:30.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3776 | 2026-08-27T08:09:30.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3777 | 2026-08-27T08:09:30.279Z | |
| 3778 | 2026-08-27T08:09:30.279Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377) |
| 3779 | 2026-08-27T08:09:30.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3780 | 2026-08-27T08:09:30.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3781 | 2026-08-27T08:09:30.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3782 | 2026-08-27T08:09:30.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3783 | 2026-08-27T08:09:30.871Z | |
| 3784 | 2026-08-27T08:09:30.871Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377) |
| 3785 | 2026-08-27T08:09:31.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2026-08-27T08:09:31.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2026-08-27T08:09:31.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3788 | 2026-08-27T08:09:31.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3789 | 2026-08-27T08:09:31.463Z | |
| 3790 | 2026-08-27T08:09:31.463Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377) |
| 3791 | 2026-08-27T08:09:31.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3792 | 2026-08-27T08:09:31.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3793 | 2026-08-27T08:09:31.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3794 | 2026-08-27T08:09:31.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3795 | 2026-08-27T08:09:32.055Z | |
| 3796 | 2026-08-27T08:09:32.055Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377) |
| 3797 | 2026-08-27T08:09:32.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3798 | 2026-08-27T08:09:32.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3799 | 2026-08-27T08:09:32.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3800 | 2026-08-27T08:09:32.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3801 | 2026-08-27T08:09:32.644Z | |
| 3802 | 2026-08-27T08:09:32.644Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377) |
| 3803 | 2026-08-27T08:09:33.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3804 | 2026-08-27T08:09:33.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3805 | 2026-08-27T08:09:33.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3806 | 2026-08-27T08:09:33.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3807 | 2026-08-27T08:09:33.234Z | |
| 3808 | 2026-08-27T08:09:33.234Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377) |
| 3809 | 2026-08-27T08:09:33.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3810 | 2026-08-27T08:09:33.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3811 | 2026-08-27T08:09:33.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3812 | 2026-08-27T08:09:33.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3813 | 2026-08-27T08:09:33.822Z | |
| 3814 | 2026-08-27T08:09:33.822Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377) |
| 3815 | 2026-08-27T08:09:34.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3816 | 2026-08-27T08:09:34.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3817 | 2026-08-27T08:09:34.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3818 | 2026-08-27T08:09:34.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3819 | 2026-08-27T08:09:34.409Z | |
| 3820 | 2026-08-27T08:09:34.410Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377) |
| 3821 | 2026-08-27T08:09:34.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3822 | 2026-08-27T08:09:34.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3823 | 2026-08-27T08:09:34.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3824 | 2026-08-27T08:09:34.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3825 | 2026-08-27T08:09:35.000Z | |
| 3826 | 2026-08-27T08:09:35.000Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377) |
| 3827 | 2026-08-27T08:09:35.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3828 | 2026-08-27T08:09:35.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3829 | 2026-08-27T08:09:35.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3830 | 2026-08-27T08:09:35.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3831 | 2026-08-27T08:09:35.591Z | |
| 3832 | 2026-08-27T08:09:35.591Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377) |
| 3833 | 2026-08-27T08:09:36.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3834 | 2026-08-27T08:09:36.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3835 | 2026-08-27T08:09:36.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3836 | 2026-08-27T08:09:36.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3837 | 2026-08-27T08:09:36.182Z | |
| 3838 | 2026-08-27T08:09:36.182Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377) |
| 3839 | 2026-08-27T08:09:36.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3840 | 2026-08-27T08:09:36.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3841 | 2026-08-27T08:09:36.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3842 | 2026-08-27T08:09:36.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3843 | 2026-08-27T08:09:36.774Z | |
| 3844 | 2026-08-27T08:09:36.774Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377) |
| 3845 | 2026-08-27T08:09:37.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-08-27T08:09:37.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-08-27T08:09:37.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3848 | 2026-08-27T08:09:37.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3849 | 2026-08-27T08:09:37.366Z | |
| 3850 | 2026-08-27T08:09:37.366Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377) |
| 3851 | 2026-08-27T08:09:37.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-08-27T08:09:37.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-08-27T08:09:37.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3854 | 2026-08-27T08:09:37.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3855 | 2026-08-27T08:09:37.958Z | |
| 3856 | 2026-08-27T08:09:37.958Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377) |
| 3857 | 2026-08-27T08:09:38.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-08-27T08:09:38.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-08-27T08:09:38.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3860 | 2026-08-27T08:09:38.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3861 | 2026-08-27T08:09:38.551Z | |
| 3862 | 2026-08-27T08:09:38.551Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377) |
| 3863 | 2026-08-27T08:09:39.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-08-27T08:09:39.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-08-27T08:09:39.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3866 | 2026-08-27T08:09:39.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3867 | 2026-08-27T08:09:39.126Z | |
| 3868 | 2026-08-27T08:09:39.126Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377) |
| 3869 | 2026-08-27T08:09:39.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-08-27T08:09:39.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-08-27T08:09:39.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3872 | 2026-08-27T08:09:39.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3873 | 2026-08-27T08:09:39.694Z | |
| 3874 | 2026-08-27T08:09:39.694Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377) |
| 3875 | 2026-08-27T08:09:40.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-08-27T08:09:40.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-08-27T08:09:40.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3878 | 2026-08-27T08:09:40.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3879 | 2026-08-27T08:09:40.268Z | |
| 3880 | 2026-08-27T08:09:40.268Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377) |
| 3881 | 2026-08-27T08:09:40.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-08-27T08:09:40.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-08-27T08:09:40.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3884 | 2026-08-27T08:09:40.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3885 | 2026-08-27T08:09:40.841Z | |
| 3886 | 2026-08-27T08:09:40.841Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377) |
| 3887 | 2026-08-27T08:09:41.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-08-27T08:09:41.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-08-27T08:09:41.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-08-27T08:09:41.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3891 | 2026-08-27T08:09:41.413Z | |
| 3892 | 2026-08-27T08:09:41.413Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377) |
| 3893 | 2026-08-27T08:09:41.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-08-27T08:09:41.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-08-27T08:09:41.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-08-27T08:09:41.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3897 | 2026-08-27T08:09:41.989Z | |
| 3898 | 2026-08-27T08:09:41.989Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377) |
| 3899 | 2026-08-27T08:09:42.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-08-27T08:09:42.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-08-27T08:09:42.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-08-27T08:09:42.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3903 | 2026-08-27T08:09:42.563Z | |
| 3904 | 2026-08-27T08:09:42.563Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377) |
| 3905 | 2026-08-27T08:09:43.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-08-27T08:09:43.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-08-27T08:09:43.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-08-27T08:09:43.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3909 | 2026-08-27T08:09:43.137Z | |
| 3910 | 2026-08-27T08:09:43.137Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377) |
| 3911 | 2026-08-27T08:09:43.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-08-27T08:09:43.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-08-27T08:09:43.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-08-27T08:09:43.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3915 | 2026-08-27T08:09:43.710Z | |
| 3916 | 2026-08-27T08:09:43.710Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377) |
| 3917 | 2026-08-27T08:09:44.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-08-27T08:09:44.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-08-27T08:09:44.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-08-27T08:09:44.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3921 | 2026-08-27T08:09:44.282Z | |
| 3922 | 2026-08-27T08:09:44.282Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377) |
| 3923 | 2026-08-27T08:09:44.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-08-27T08:09:44.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-08-27T08:09:44.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-08-27T08:09:44.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3927 | 2026-08-27T08:09:44.857Z | |
| 3928 | 2026-08-27T08:09:44.857Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377) |
| 3929 | 2026-08-27T08:09:45.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-08-27T08:09:45.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-08-27T08:09:45.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-08-27T08:09:45.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3933 | 2026-08-27T08:09:45.432Z | |
| 3934 | 2026-08-27T08:09:45.432Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377) |
| 3935 | 2026-08-27T08:09:45.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-08-27T08:09:45.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-08-27T08:09:45.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-08-27T08:09:45.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3939 | 2026-08-27T08:09:46.006Z | |
| 3940 | 2026-08-27T08:09:46.006Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377) |
| 3941 | 2026-08-27T08:09:46.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-08-27T08:09:46.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-08-27T08:09:46.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-08-27T08:09:46.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3945 | 2026-08-27T08:09:47.584Z | |
| 3946 | 2026-08-27T08:09:47.584Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377) |
| 3947 | 2026-08-27T08:09:47.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-08-27T08:09:47.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-08-27T08:09:47.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-08-27T08:09:47.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3951 | 2026-08-27T08:09:47.587Z | |
| 3952 | 2026-08-27T08:09:47.587Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377) |
| 3953 | 2026-08-27T08:09:47.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-08-27T08:09:47.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-08-27T08:09:47.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-08-27T08:09:47.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3957 | 2026-08-27T08:09:47.727Z | |
| 3958 | 2026-08-27T08:09:47.727Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377) |
| 3959 | 2026-08-27T08:09:48.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-08-27T08:09:48.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-08-27T08:09:48.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-08-27T08:09:48.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3963 | 2026-08-27T08:09:48.317Z | |
| 3964 | 2026-08-27T08:09:48.317Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377) |
| 3965 | 2026-08-27T08:09:48.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-08-27T08:09:48.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-08-27T08:09:48.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-08-27T08:09:48.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3969 | 2026-08-27T08:09:48.912Z | |
| 3970 | 2026-08-27T08:09:48.912Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377) |
| 3971 | 2026-08-27T08:09:49.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-08-27T08:09:49.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-08-27T08:09:49.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-08-27T08:09:49.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3975 | 2026-08-27T08:09:49.500Z | |
| 3976 | 2026-08-27T08:09:49.500Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377) |
| 3977 | 2026-08-27T08:09:49.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-08-27T08:09:50.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-08-27T08:09:50.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-08-27T08:09:50.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3981 | 2026-08-27T08:09:50.093Z | |
| 3982 | 2026-08-27T08:09:50.094Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377) |
| 3983 | 2026-08-27T08:09:50.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-08-27T08:09:50.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-08-27T08:09:50.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-08-27T08:09:50.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3987 | 2026-08-27T08:09:50.691Z | |
| 3988 | 2026-08-27T08:09:50.691Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377) |
| 3989 | 2026-08-27T08:09:51.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-08-27T08:09:51.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-08-27T08:09:51.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-08-27T08:09:51.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3993 | 2026-08-27T08:09:51.291Z | |
| 3994 | 2026-08-27T08:09:51.291Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377) |
| 3995 | 2026-08-27T08:09:51.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-08-27T08:09:51.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-08-27T08:09:51.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-08-27T08:09:51.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3999 | 2026-08-27T08:09:51.892Z | |
| 4000 | 2026-08-27T08:09:51.892Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377) |
| 4001 | 2026-08-27T08:09:52.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-08-27T08:09:52.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-08-27T08:09:52.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-08-27T08:09:52.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4005 | 2026-08-27T08:09:52.489Z | |
| 4006 | 2026-08-27T08:09:52.489Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377) |
| 4007 | 2026-08-27T08:09:52.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-08-27T08:09:52.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-08-27T08:09:52.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-08-27T08:09:53.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4011 | 2026-08-27T08:09:53.087Z | |
| 4012 | 2026-08-27T08:09:53.087Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377) |
| 4013 | 2026-08-27T08:09:53.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-08-27T08:09:53.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-08-27T08:09:53.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4016 | 2026-08-27T08:09:53.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4017 | 2026-08-27T08:09:53.684Z | |
| 4018 | 2026-08-27T08:09:53.684Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377) |
| 4019 | 2026-08-27T08:09:54.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4020 | 2026-08-27T08:09:54.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4021 | 2026-08-27T08:09:54.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4022 | 2026-08-27T08:09:54.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4023 | 2026-08-27T08:09:54.280Z | |
| 4024 | 2026-08-27T08:09:54.280Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377) |
| 4025 | 2026-08-27T08:09:54.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4026 | 2026-08-27T08:09:54.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4027 | 2026-08-27T08:09:54.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4028 | 2026-08-27T08:09:54.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4029 | 2026-08-27T08:09:54.880Z | |
| 4030 | 2026-08-27T08:09:54.880Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377) |
| 4031 | 2026-08-27T08:09:55.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4032 | 2026-08-27T08:09:55.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4033 | 2026-08-27T08:09:55.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4034 | 2026-08-27T08:09:55.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4035 | 2026-08-27T08:09:55.480Z | |
| 4036 | 2026-08-27T08:09:55.480Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377) |
| 4037 | 2026-08-27T08:09:55.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-08-27T08:09:55.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-08-27T08:09:55.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4040 | 2026-08-27T08:09:55.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4041 | 2026-08-27T08:09:56.082Z | |
| 4042 | 2026-08-27T08:09:56.082Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377) |
| 4043 | 2026-08-27T08:09:56.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-08-27T08:09:56.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-08-27T08:09:56.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4046 | 2026-08-27T08:09:56.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4047 | 2026-08-27T08:09:56.681Z | |
| 4048 | 2026-08-27T08:09:56.681Z | info: running `cargo check --bins` on oximeter-producer (235/377) |
| 4049 | 2026-08-27T08:09:57.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-08-27T08:09:57.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-08-27T08:09:57.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4052 | 2026-08-27T08:09:57.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4053 | 2026-08-27T08:09:57.296Z | |
| 4054 | 2026-08-27T08:09:57.296Z | info: running `cargo check --bins` on internal-dns-resolver (236/377) |
| 4055 | 2026-08-27T08:09:57.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-08-27T08:09:57.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-08-27T08:09:57.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4058 | 2026-08-27T08:09:57.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4059 | 2026-08-27T08:09:57.880Z | |
| 4060 | 2026-08-27T08:09:57.880Z | info: running `cargo check --bins` on dns-server (237/377) |
| 4061 | 2026-08-27T08:09:58.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4062 | 2026-08-27T08:09:58.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4063 | 2026-08-27T08:09:58.531Z | Compiling parking_lot_core v0.8.6 |
| 4064 | 2026-08-27T08:09:58.640Z | Compiling git-stub v1.0.0 |
| 4065 | 2026-08-27T08:09:58.649Z | Checking prefix-trie v0.7.0 |
| 4066 | 2026-08-27T08:09:58.652Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4067 | 2026-08-27T08:09:58.764Z | Compiling git-stub-vcs v0.1.0 |
| 4068 | 2026-08-27T08:09:58.937Z | Checking hickory-server v0.25.2 |
| 4069 | 2026-08-27T08:09:59.024Z | Checking parking_lot v0.11.2 |
| 4070 | 2026-08-27T08:09:59.059Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4071 | 2026-08-27T08:09:59.190Z | Checking sled v0.34.7 |
| 4072 | 2026-08-27T08:10:01.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 4073 | 2026-08-27T08:10:01.291Z | |
| 4074 | 2026-08-27T08:10:01.291Z | info: running `cargo check --bins` on dns-server-api (238/377) |
| 4075 | 2026-08-27T08:10:01.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4076 | 2026-08-27T08:10:01.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4077 | 2026-08-27T08:10:01.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4078 | 2026-08-27T08:10:01.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4079 | 2026-08-27T08:10:01.858Z | |
| 4080 | 2026-08-27T08:10:01.858Z | info: running `cargo check --bins` on nexus-client (239/377) |
| 4081 | 2026-08-27T08:10:02.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2026-08-27T08:10:02.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2026-08-27T08:10:02.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4084 | 2026-08-27T08:10:02.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4085 | 2026-08-27T08:10:02.464Z | |
| 4086 | 2026-08-27T08:10:02.464Z | info: running `cargo check --bins` on oximeter-producer-api (240/377) |
| 4087 | 2026-08-27T08:10:02.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2026-08-27T08:10:02.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2026-08-27T08:10:02.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4090 | 2026-08-27T08:10:02.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4091 | 2026-08-27T08:10:03.039Z | |
| 4092 | 2026-08-27T08:10:03.039Z | info: running `cargo check --bins` on sp-sim (241/377) |
| 4093 | 2026-08-27T08:10:03.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-08-27T08:10:03.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-08-27T08:10:03.758Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4096 | 2026-08-27T08:10:04.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 4097 | 2026-08-27T08:10:04.457Z | |
| 4098 | 2026-08-27T08:10:04.457Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377) |
| 4099 | 2026-08-27T08:10:05.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-08-27T08:10:05.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-08-27T08:10:05.281Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4102 | 2026-08-27T08:10:05.410Z | Compiling hashbrown v0.14.5 |
| 4103 | 2026-08-27T08:10:05.413Z | Compiling rfc6979 v0.4.0 |
| 4104 | 2026-08-27T08:10:05.413Z | Compiling salty v0.3.0 |
| 4105 | 2026-08-27T08:10:05.436Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4106 | 2026-08-27T08:10:05.448Z | Compiling primeorder v0.13.6 |
| 4107 | 2026-08-27T08:10:05.462Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4108 | 2026-08-27T08:10:05.521Z | Compiling ecdsa v0.16.9 |
| 4109 | 2026-08-27T08:10:05.588Z | Compiling sha1 v0.10.6 |
| 4110 | 2026-08-27T08:10:05.699Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4111 | 2026-08-27T08:10:05.771Z | Compiling proc-macro-error2 v2.0.1 |
| 4112 | 2026-08-27T08:10:05.889Z | Compiling chumsky v0.9.3 |
| 4113 | 2026-08-27T08:10:05.913Z | Compiling p384 v0.13.1 |
| 4114 | 2026-08-27T08:10:05.931Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4115 | 2026-08-27T08:10:05.959Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4116 | 2026-08-27T08:10:06.087Z | Compiling knus-derive v3.4.0 |
| 4117 | 2026-08-27T08:10:06.120Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4118 | 2026-08-27T08:10:06.149Z | Checking libscf-sys v1.2.0 |
| 4119 | 2026-08-27T08:10:06.198Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4120 | 2026-08-27T08:10:06.273Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4121 | 2026-08-27T08:10:06.418Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4122 | 2026-08-27T08:10:06.451Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4123 | 2026-08-27T08:10:06.618Z | Checking corncobs v0.1.4 |
| 4124 | 2026-08-27T08:10:06.650Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4125 | 2026-08-27T08:10:06.650Z | Checking papergrid v0.18.0 |
| 4126 | 2026-08-27T08:10:06.678Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4127 | 2026-08-27T08:10:06.682Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4128 | 2026-08-27T08:10:06.738Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4129 | 2026-08-27T08:10:06.802Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4130 | 2026-08-27T08:10:06.851Z | Checking secrecy v0.8.0 |
| 4131 | 2026-08-27T08:10:06.973Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4132 | 2026-08-27T08:10:06.989Z | Compiling unicase v2.9.0 |
| 4133 | 2026-08-27T08:10:07.095Z | Compiling progenitor-impl v0.13.0 |
| 4134 | 2026-08-27T08:10:07.172Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4135 | 2026-08-27T08:10:07.186Z | Compiling mime_guess v2.0.5 |
| 4136 | 2026-08-27T08:10:07.205Z | Checking crc8 v0.1.1 |
| 4137 | 2026-08-27T08:10:07.301Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4138 | 2026-08-27T08:10:07.441Z | Checking tabled v0.21.0 |
| 4139 | 2026-08-27T08:10:07.456Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4140 | 2026-08-27T08:10:07.459Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4141 | 2026-08-27T08:10:07.514Z | Compiling knus v3.4.0 |
| 4142 | 2026-08-27T08:10:07.531Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4143 | 2026-08-27T08:10:08.018Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4144 | 2026-08-27T08:10:08.252Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4145 | 2026-08-27T08:10:08.320Z | Checking progenitor-client v0.13.0 |
| 4146 | 2026-08-27T08:10:08.405Z | Checking http-range v0.1.5 |
| 4147 | 2026-08-27T08:10:08.533Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4148 | 2026-08-27T08:10:08.556Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4149 | 2026-08-27T08:10:08.629Z | Checking scuffle v0.1.0 |
| 4150 | 2026-08-27T08:10:08.730Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4151 | 2026-08-27T08:10:08.915Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4152 | 2026-08-27T08:10:09.211Z | Checking nanorand v0.7.0 |
| 4153 | 2026-08-27T08:10:09.319Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4154 | 2026-08-27T08:10:09.415Z | Checking flume v0.11.1 |
| 4155 | 2026-08-27T08:10:09.561Z | Checking hyper-staticfile v0.10.1 |
| 4156 | 2026-08-27T08:10:09.627Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4157 | 2026-08-27T08:10:09.657Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4158 | 2026-08-27T08:10:09.685Z | Compiling progenitor-macro v0.13.0 |
| 4159 | 2026-08-27T08:10:09.703Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4160 | 2026-08-27T08:10:09.794Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4161 | 2026-08-27T08:10:09.819Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4162 | 2026-08-27T08:10:09.844Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4163 | 2026-08-27T08:10:10.055Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4164 | 2026-08-27T08:10:10.077Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4165 | 2026-08-27T08:10:10.227Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4166 | 2026-08-27T08:10:10.347Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4167 | 2026-08-27T08:10:10.472Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4168 | 2026-08-27T08:10:10.534Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4169 | 2026-08-27T08:10:10.782Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4170 | 2026-08-27T08:10:12.064Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4171 | 2026-08-27T08:10:13.038Z | Checking progenitor v0.13.0 |
| 4172 | 2026-08-27T08:10:13.174Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4173 | 2026-08-27T08:10:14.055Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4174 | 2026-08-27T08:10:15.124Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4175 | 2026-08-27T08:10:15.563Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4176 | 2026-08-27T08:10:15.689Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4177 | 2026-08-27T08:10:15.692Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4178 | 2026-08-27T08:10:28.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.53s |
| 4179 | 2026-08-27T08:10:29.002Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4180 | 2026-08-27T08:10:29.002Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4181 | 2026-08-27T08:10:29.200Z | |
| 4182 | 2026-08-27T08:10:29.200Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377) |
| 4183 | 2026-08-27T08:10:29.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4184 | 2026-08-27T08:10:29.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4185 | 2026-08-27T08:10:29.976Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4186 | 2026-08-27T08:10:40.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 4187 | 2026-08-27T08:10:40.597Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4188 | 2026-08-27T08:10:40.597Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4189 | 2026-08-27T08:10:40.800Z | |
| 4190 | 2026-08-27T08:10:40.800Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377) |
| 4191 | 2026-08-27T08:10:41.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4192 | 2026-08-27T08:10:41.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4193 | 2026-08-27T08:10:41.576Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4194 | 2026-08-27T08:10:52.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 4195 | 2026-08-27T08:10:52.119Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4196 | 2026-08-27T08:10:52.119Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4197 | 2026-08-27T08:10:52.318Z | |
| 4198 | 2026-08-27T08:10:52.318Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377) |
| 4199 | 2026-08-27T08:10:52.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4200 | 2026-08-27T08:10:52.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4201 | 2026-08-27T08:10:53.094Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4202 | 2026-08-27T08:11:03.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s |
| 4203 | 2026-08-27T08:11:03.666Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4204 | 2026-08-27T08:11:03.666Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4205 | 2026-08-27T08:11:03.866Z | |
| 4206 | 2026-08-27T08:11:03.866Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377) |
| 4207 | 2026-08-27T08:11:04.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-08-27T08:11:04.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-08-27T08:11:04.643Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4210 | 2026-08-27T08:11:15.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 4211 | 2026-08-27T08:11:15.186Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4212 | 2026-08-27T08:11:15.186Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4213 | 2026-08-27T08:11:15.391Z | |
| 4214 | 2026-08-27T08:11:15.391Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377) |
| 4215 | 2026-08-27T08:11:15.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4216 | 2026-08-27T08:11:15.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4217 | 2026-08-27T08:11:16.165Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4218 | 2026-08-27T08:11:26.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 4219 | 2026-08-27T08:11:26.713Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4220 | 2026-08-27T08:11:26.713Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4221 | 2026-08-27T08:11:26.909Z | |
| 4222 | 2026-08-27T08:11:26.909Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377) |
| 4223 | 2026-08-27T08:11:27.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-08-27T08:11:27.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-08-27T08:11:27.688Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4226 | 2026-08-27T08:11:38.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 4227 | 2026-08-27T08:11:38.259Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4228 | 2026-08-27T08:11:38.259Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4229 | 2026-08-27T08:11:38.461Z | |
| 4230 | 2026-08-27T08:11:38.461Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377) |
| 4231 | 2026-08-27T08:11:38.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-08-27T08:11:39.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-08-27T08:11:39.248Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4234 | 2026-08-27T08:11:49.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 4235 | 2026-08-27T08:11:49.886Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4236 | 2026-08-27T08:11:49.886Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4237 | 2026-08-27T08:11:50.086Z | |
| 4238 | 2026-08-27T08:11:50.086Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377) |
| 4239 | 2026-08-27T08:11:50.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4240 | 2026-08-27T08:11:50.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4241 | 2026-08-27T08:11:50.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4242 | 2026-08-27T08:11:50.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4243 | 2026-08-27T08:11:50.674Z | |
| 4244 | 2026-08-27T08:11:50.675Z | info: running `cargo check --bins` on installinator-common (251/377) |
| 4245 | 2026-08-27T08:11:51.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4246 | 2026-08-27T08:11:51.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4247 | 2026-08-27T08:11:51.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4248 | 2026-08-27T08:11:51.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4249 | 2026-08-27T08:11:51.249Z | |
| 4250 | 2026-08-27T08:11:51.249Z | info: running `cargo check --bins` on installinator-common-versions (252/377) |
| 4251 | 2026-08-27T08:11:51.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4252 | 2026-08-27T08:11:51.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4253 | 2026-08-27T08:11:51.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4254 | 2026-08-27T08:11:51.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4255 | 2026-08-27T08:11:51.811Z | |
| 4256 | 2026-08-27T08:11:51.811Z | info: running `cargo check --bins` on nexus-lockstep-client (253/377) |
| 4257 | 2026-08-27T08:11:52.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-08-27T08:11:52.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-08-27T08:11:52.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4260 | 2026-08-27T08:11:52.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4261 | 2026-08-27T08:11:52.423Z | |
| 4262 | 2026-08-27T08:11:52.423Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/377) |
| 4263 | 2026-08-27T08:11:52.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-08-27T08:11:52.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-08-27T08:11:52.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4266 | 2026-08-27T08:11:52.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4267 | 2026-08-27T08:11:53.001Z | |
| 4268 | 2026-08-27T08:11:53.001Z | info: running `cargo check --bins` on range-requests (255/377) |
| 4269 | 2026-08-27T08:11:53.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-08-27T08:11:53.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-08-27T08:11:53.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4272 | 2026-08-27T08:11:53.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4273 | 2026-08-27T08:11:53.568Z | |
| 4274 | 2026-08-27T08:11:53.568Z | info: running `cargo check --bins` on repo-depot-api (256/377) |
| 4275 | 2026-08-27T08:11:54.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4276 | 2026-08-27T08:11:54.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4277 | 2026-08-27T08:11:54.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4278 | 2026-08-27T08:11:54.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4279 | 2026-08-27T08:11:54.142Z | |
| 4280 | 2026-08-27T08:11:54.143Z | info: running `cargo check --bins` on repo-depot-client (257/377) |
| 4281 | 2026-08-27T08:11:54.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4282 | 2026-08-27T08:11:54.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4283 | 2026-08-27T08:11:54.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4284 | 2026-08-27T08:11:54.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4285 | 2026-08-27T08:11:54.707Z | |
| 4286 | 2026-08-27T08:11:54.707Z | info: running `cargo check --bins` on sled-agent-api (258/377) |
| 4287 | 2026-08-27T08:11:55.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-08-27T08:11:55.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-08-27T08:11:55.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4290 | 2026-08-27T08:11:55.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4291 | 2026-08-27T08:11:55.304Z | |
| 4292 | 2026-08-27T08:11:55.304Z | info: running `cargo check --bins` on sled-diagnostics (259/377) |
| 4293 | 2026-08-27T08:11:55.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-08-27T08:11:55.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-08-27T08:11:55.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4296 | 2026-08-27T08:11:55.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4297 | 2026-08-27T08:11:55.897Z | |
| 4298 | 2026-08-27T08:11:55.897Z | info: running `cargo check --bins` on zfs-test-harness (260/377) |
| 4299 | 2026-08-27T08:11:56.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4300 | 2026-08-27T08:11:56.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4301 | 2026-08-27T08:11:56.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4302 | 2026-08-27T08:11:56.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4303 | 2026-08-27T08:11:56.490Z | |
| 4304 | 2026-08-27T08:11:56.490Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/377) |
| 4305 | 2026-08-27T08:11:57.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4306 | 2026-08-27T08:11:57.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4307 | 2026-08-27T08:11:57.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4308 | 2026-08-27T08:11:57.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4309 | 2026-08-27T08:11:57.100Z | |
| 4310 | 2026-08-27T08:11:57.100Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377) |
| 4311 | 2026-08-27T08:11:57.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4312 | 2026-08-27T08:11:57.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4313 | 2026-08-27T08:11:57.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4314 | 2026-08-27T08:11:57.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4315 | 2026-08-27T08:11:57.710Z | |
| 4316 | 2026-08-27T08:11:57.711Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377) |
| 4317 | 2026-08-27T08:11:58.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4318 | 2026-08-27T08:11:58.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4319 | 2026-08-27T08:11:58.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4320 | 2026-08-27T08:11:58.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4321 | 2026-08-27T08:11:58.320Z | |
| 4322 | 2026-08-27T08:11:58.320Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377) |
| 4323 | 2026-08-27T08:11:58.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4324 | 2026-08-27T08:11:58.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4325 | 2026-08-27T08:11:58.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4326 | 2026-08-27T08:11:58.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4327 | 2026-08-27T08:11:58.930Z | |
| 4328 | 2026-08-27T08:11:58.930Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377) |
| 4329 | 2026-08-27T08:11:59.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4330 | 2026-08-27T08:11:59.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4331 | 2026-08-27T08:11:59.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4332 | 2026-08-27T08:11:59.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4333 | 2026-08-27T08:11:59.536Z | |
| 4334 | 2026-08-27T08:11:59.536Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/377) |
| 4335 | 2026-08-27T08:12:00.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4336 | 2026-08-27T08:12:00.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4337 | 2026-08-27T08:12:00.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4338 | 2026-08-27T08:12:00.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4339 | 2026-08-27T08:12:00.128Z | |
| 4340 | 2026-08-27T08:12:00.128Z | info: running `cargo check --bins` on trust-quorum (267/377) |
| 4341 | 2026-08-27T08:12:00.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4342 | 2026-08-27T08:12:00.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4343 | 2026-08-27T08:12:00.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4344 | 2026-08-27T08:12:00.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4345 | 2026-08-27T08:12:00.732Z | |
| 4346 | 2026-08-27T08:12:00.732Z | info: running `cargo check --bins` on sled-agent-early-networking (268/377) |
| 4347 | 2026-08-27T08:12:01.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4348 | 2026-08-27T08:12:01.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4349 | 2026-08-27T08:12:01.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4350 | 2026-08-27T08:12:01.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4351 | 2026-08-27T08:12:01.327Z | |
| 4352 | 2026-08-27T08:12:01.327Z | info: running `cargo check --bins` on sled-agent-health-monitor (269/377) |
| 4353 | 2026-08-27T08:12:01.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-08-27T08:12:01.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-08-27T08:12:01.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4356 | 2026-08-27T08:12:01.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4357 | 2026-08-27T08:12:01.919Z | |
| 4358 | 2026-08-27T08:12:01.919Z | info: running `cargo check --bins` on sled-agent-multirack-join (270/377) |
| 4359 | 2026-08-27T08:12:02.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4360 | 2026-08-27T08:12:02.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4361 | 2026-08-27T08:12:02.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4362 | 2026-08-27T08:12:02.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4363 | 2026-08-27T08:12:02.542Z | |
| 4364 | 2026-08-27T08:12:02.542Z | info: running `cargo check --bins` on sled-agent-rack-setup (271/377) |
| 4365 | 2026-08-27T08:12:03.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4366 | 2026-08-27T08:12:03.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4367 | 2026-08-27T08:12:03.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4368 | 2026-08-27T08:12:03.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4369 | 2026-08-27T08:12:03.173Z | |
| 4370 | 2026-08-27T08:12:03.173Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377) |
| 4371 | 2026-08-27T08:12:03.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4372 | 2026-08-27T08:12:03.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4373 | 2026-08-27T08:12:03.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4374 | 2026-08-27T08:12:03.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4375 | 2026-08-27T08:12:03.794Z | |
| 4376 | 2026-08-27T08:12:03.794Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (273/377) |
| 4377 | 2026-08-27T08:12:04.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-08-27T08:12:04.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-08-27T08:12:04.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-08-27T08:12:04.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4381 | 2026-08-27T08:12:04.427Z | |
| 4382 | 2026-08-27T08:12:04.427Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377) |
| 4383 | 2026-08-27T08:12:04.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-08-27T08:12:04.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-08-27T08:12:04.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-08-27T08:12:04.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4387 | 2026-08-27T08:12:05.057Z | |
| 4388 | 2026-08-27T08:12:05.057Z | info: running `cargo check --bins` on omicron-deployment-graph (275/377) |
| 4389 | 2026-08-27T08:12:05.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-08-27T08:12:05.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-08-27T08:12:05.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-08-27T08:12:05.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4393 | 2026-08-27T08:12:05.628Z | |
| 4394 | 2026-08-27T08:12:05.628Z | info: running `cargo check --bins` on transient-dns-server (276/377) |
| 4395 | 2026-08-27T08:12:06.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-08-27T08:12:06.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-08-27T08:12:06.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-08-27T08:12:06.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4399 | 2026-08-27T08:12:06.226Z | |
| 4400 | 2026-08-27T08:12:06.226Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377) |
| 4401 | 2026-08-27T08:12:06.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-08-27T08:12:06.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-08-27T08:12:06.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4404 | 2026-08-27T08:12:06.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4405 | 2026-08-27T08:12:06.827Z | |
| 4406 | 2026-08-27T08:12:06.827Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377) |
| 4407 | 2026-08-27T08:12:07.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-08-27T08:12:07.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-08-27T08:12:07.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4410 | 2026-08-27T08:12:07.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4411 | 2026-08-27T08:12:07.423Z | |
| 4412 | 2026-08-27T08:12:07.424Z | info: running `cargo check --bins` on omicron-rpaths (279/377) |
| 4413 | 2026-08-27T08:12:07.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-08-27T08:12:07.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-08-27T08:12:07.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4416 | 2026-08-27T08:12:07.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4417 | 2026-08-27T08:12:07.988Z | |
| 4418 | 2026-08-27T08:12:07.988Z | info: running `cargo check --bins` on omicron-repl-utils (280/377) |
| 4419 | 2026-08-27T08:12:08.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-08-27T08:12:08.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-08-27T08:12:08.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4422 | 2026-08-27T08:12:08.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4423 | 2026-08-27T08:12:08.554Z | |
| 4424 | 2026-08-27T08:12:08.554Z | info: running `cargo check --bins` on omicron-clickhouse-admin (281/377) |
| 4425 | 2026-08-27T08:12:09.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-08-27T08:12:09.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-08-27T08:12:09.265Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4428 | 2026-08-27T08:12:09.685Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4429 | 2026-08-27T08:12:10.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
| 4430 | 2026-08-27T08:12:11.065Z | |
| 4431 | 2026-08-27T08:12:11.065Z | info: running `cargo check --bins` on clickhouse-admin-api (282/377) |
| 4432 | 2026-08-27T08:12:11.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4433 | 2026-08-27T08:12:11.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4434 | 2026-08-27T08:12:11.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4435 | 2026-08-27T08:12:11.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4436 | 2026-08-27T08:12:11.639Z | |
| 4437 | 2026-08-27T08:12:11.639Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (283/377) |
| 4438 | 2026-08-27T08:12:12.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-08-27T08:12:12.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-08-27T08:12:12.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4441 | 2026-08-27T08:12:12.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4442 | 2026-08-27T08:12:12.212Z | |
| 4443 | 2026-08-27T08:12:12.213Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377) |
| 4444 | 2026-08-27T08:12:12.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-08-27T08:12:12.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-08-27T08:12:12.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-08-27T08:12:12.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4448 | 2026-08-27T08:12:12.796Z | |
| 4449 | 2026-08-27T08:12:12.796Z | info: running `cargo check --bins` on clickhouse-admin-single-client (285/377) |
| 4450 | 2026-08-27T08:12:13.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-08-27T08:12:13.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-08-27T08:12:13.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4453 | 2026-08-27T08:12:13.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4454 | 2026-08-27T08:12:13.373Z | |
| 4455 | 2026-08-27T08:12:13.373Z | info: running `cargo check --bins` on installinator-client (286/377) |
| 4456 | 2026-08-27T08:12:13.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-08-27T08:12:13.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-08-27T08:12:13.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4459 | 2026-08-27T08:12:13.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4460 | 2026-08-27T08:12:13.933Z | |
| 4461 | 2026-08-27T08:12:13.933Z | info: running `cargo check --bins` on oxide-client (287/377) |
| 4462 | 2026-08-27T08:12:14.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4463 | 2026-08-27T08:12:14.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4464 | 2026-08-27T08:12:14.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4465 | 2026-08-27T08:12:14.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4466 | 2026-08-27T08:12:14.496Z | |
| 4467 | 2026-08-27T08:12:14.496Z | info: running `cargo check --bins` on oximeter-client (288/377) |
| 4468 | 2026-08-27T08:12:14.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-08-27T08:12:14.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-08-27T08:12:14.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4471 | 2026-08-27T08:12:14.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4472 | 2026-08-27T08:12:15.077Z | |
| 4473 | 2026-08-27T08:12:15.077Z | info: running `cargo check --bins` on wicketd-client (289/377) |
| 4474 | 2026-08-27T08:12:15.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-08-27T08:12:15.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-08-27T08:12:15.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4477 | 2026-08-27T08:12:15.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4478 | 2026-08-27T08:12:15.674Z | |
| 4479 | 2026-08-27T08:12:15.674Z | info: running `cargo check --bins` on wicket-common (290/377) |
| 4480 | 2026-08-27T08:12:16.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4481 | 2026-08-27T08:12:16.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4482 | 2026-08-27T08:12:16.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4483 | 2026-08-27T08:12:16.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4484 | 2026-08-27T08:12:16.256Z | |
| 4485 | 2026-08-27T08:12:16.256Z | info: running `cargo check --bins` on wicketd-commission-client (291/377) |
| 4486 | 2026-08-27T08:12:16.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4487 | 2026-08-27T08:12:16.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4488 | 2026-08-27T08:12:16.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4489 | 2026-08-27T08:12:16.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4490 | 2026-08-27T08:12:16.830Z | |
| 4491 | 2026-08-27T08:12:16.830Z | info: running `cargo check --bins` on omicron-cockroach-admin (292/377) |
| 4492 | 2026-08-27T08:12:17.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4493 | 2026-08-27T08:12:17.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4494 | 2026-08-27T08:12:17.502Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4495 | 2026-08-27T08:12:17.505Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4496 | 2026-08-27T08:12:18.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4497 | 2026-08-27T08:12:18.862Z | |
| 4498 | 2026-08-27T08:12:18.862Z | info: running `cargo check --bins` on cockroach-admin-api (293/377) |
| 4499 | 2026-08-27T08:12:19.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4500 | 2026-08-27T08:12:19.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4501 | 2026-08-27T08:12:19.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4502 | 2026-08-27T08:12:19.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4503 | 2026-08-27T08:12:19.427Z | |
| 4504 | 2026-08-27T08:12:19.427Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377) |
| 4505 | 2026-08-27T08:12:19.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4506 | 2026-08-27T08:12:19.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4507 | 2026-08-27T08:12:19.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4508 | 2026-08-27T08:12:19.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4509 | 2026-08-27T08:12:20.074Z | |
| 4510 | 2026-08-27T08:12:20.074Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377) |
| 4511 | 2026-08-27T08:12:20.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4512 | 2026-08-27T08:12:20.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4513 | 2026-08-27T08:12:20.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4514 | 2026-08-27T08:12:20.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4515 | 2026-08-27T08:12:20.726Z | |
| 4516 | 2026-08-27T08:12:20.726Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377) |
| 4517 | 2026-08-27T08:12:21.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4518 | 2026-08-27T08:12:21.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4519 | 2026-08-27T08:12:21.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4520 | 2026-08-27T08:12:21.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4521 | 2026-08-27T08:12:21.355Z | |
| 4522 | 2026-08-27T08:12:21.355Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377) |
| 4523 | 2026-08-27T08:12:21.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4524 | 2026-08-27T08:12:21.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4525 | 2026-08-27T08:12:21.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4526 | 2026-08-27T08:12:21.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4527 | 2026-08-27T08:12:21.985Z | |
| 4528 | 2026-08-27T08:12:21.985Z | info: running `cargo check --bins` on db-macros (298/377) |
| 4529 | 2026-08-27T08:12:22.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4530 | 2026-08-27T08:12:22.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4531 | 2026-08-27T08:12:22.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4532 | 2026-08-27T08:12:22.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4533 | 2026-08-27T08:12:22.549Z | |
| 4534 | 2026-08-27T08:12:22.549Z | info: running `cargo check --bins` on nexus-macros-common (299/377) |
| 4535 | 2026-08-27T08:12:23.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4536 | 2026-08-27T08:12:23.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4537 | 2026-08-27T08:12:23.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4538 | 2026-08-27T08:12:23.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4539 | 2026-08-27T08:12:23.111Z | |
| 4540 | 2026-08-27T08:12:23.111Z | info: running `cargo check --bins` on nexus-auth (300/377) |
| 4541 | 2026-08-27T08:12:23.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4542 | 2026-08-27T08:12:23.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4543 | 2026-08-27T08:12:23.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4544 | 2026-08-27T08:12:23.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4545 | 2026-08-27T08:12:23.739Z | |
| 4546 | 2026-08-27T08:12:23.739Z | info: running `cargo check --bins` on authz-macros (301/377) |
| 4547 | 2026-08-27T08:12:24.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4548 | 2026-08-27T08:12:24.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4549 | 2026-08-27T08:12:24.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4550 | 2026-08-27T08:12:24.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4551 | 2026-08-27T08:12:24.298Z | |
| 4552 | 2026-08-27T08:12:24.298Z | info: running `cargo check --bins` on nexus-db-fixed-data (302/377) |
| 4553 | 2026-08-27T08:12:24.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4554 | 2026-08-27T08:12:24.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4555 | 2026-08-27T08:12:24.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4556 | 2026-08-27T08:12:24.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4557 | 2026-08-27T08:12:24.917Z | |
| 4558 | 2026-08-27T08:12:24.917Z | info: running `cargo check --bins` on nexus-db-model (303/377) |
| 4559 | 2026-08-27T08:12:25.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4560 | 2026-08-27T08:12:25.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4561 | 2026-08-27T08:12:25.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4562 | 2026-08-27T08:12:25.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4563 | 2026-08-27T08:12:25.534Z | |
| 4564 | 2026-08-27T08:12:25.534Z | info: running `cargo check --bins` on nexus-db-schema (304/377) |
| 4565 | 2026-08-27T08:12:26.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4566 | 2026-08-27T08:12:26.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4567 | 2026-08-27T08:12:26.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4568 | 2026-08-27T08:12:26.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4569 | 2026-08-27T08:12:26.100Z | |
| 4570 | 2026-08-27T08:12:26.100Z | info: running `cargo check --bins` on nexus-defaults (305/377) |
| 4571 | 2026-08-27T08:12:26.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4572 | 2026-08-27T08:12:26.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4573 | 2026-08-27T08:12:26.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4574 | 2026-08-27T08:12:26.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4575 | 2026-08-27T08:12:26.675Z | |
| 4576 | 2026-08-27T08:12:26.675Z | info: running `cargo check --bins` on omicron-git-version (306/377) |
| 4577 | 2026-08-27T08:12:27.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4578 | 2026-08-27T08:12:27.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4579 | 2026-08-27T08:12:27.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4580 | 2026-08-27T08:12:27.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4581 | 2026-08-27T08:12:27.235Z | |
| 4582 | 2026-08-27T08:12:27.235Z | info: running `cargo check --bins` on nexus-db-errors (307/377) |
| 4583 | 2026-08-27T08:12:27.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4584 | 2026-08-27T08:12:27.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4585 | 2026-08-27T08:12:27.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4586 | 2026-08-27T08:12:27.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4587 | 2026-08-27T08:12:27.863Z | |
| 4588 | 2026-08-27T08:12:27.864Z | info: running `cargo check --bins` on nexus-db-lookup (308/377) |
| 4589 | 2026-08-27T08:12:28.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-08-27T08:12:28.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-08-27T08:12:28.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4592 | 2026-08-27T08:12:28.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4593 | 2026-08-27T08:12:28.489Z | |
| 4594 | 2026-08-27T08:12:28.489Z | info: running `cargo check --bins` on nexus-test-interface (309/377) |
| 4595 | 2026-08-27T08:12:29.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-08-27T08:12:29.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-08-27T08:12:29.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4598 | 2026-08-27T08:12:29.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4599 | 2026-08-27T08:12:29.117Z | |
| 4600 | 2026-08-27T08:12:29.117Z | info: running `cargo check --bins` on oximeter-collector (310/377) |
| 4601 | 2026-08-27T08:12:29.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-08-27T08:12:29.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-08-27T08:12:29.840Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4604 | 2026-08-27T08:12:29.840Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4605 | 2026-08-27T08:12:30.506Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4606 | 2026-08-27T08:12:32.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 4607 | 2026-08-27T08:12:32.395Z | |
| 4608 | 2026-08-27T08:12:32.395Z | info: running `cargo check --bins` on oximeter-api (311/377) |
| 4609 | 2026-08-27T08:12:32.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4610 | 2026-08-27T08:12:32.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4611 | 2026-08-27T08:12:32.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4612 | 2026-08-27T08:12:32.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4613 | 2026-08-27T08:12:32.963Z | |
| 4614 | 2026-08-27T08:12:32.963Z | info: running `cargo check --bins` on cert-dev (312/377) |
| 4615 | 2026-08-27T08:12:33.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4616 | 2026-08-27T08:12:33.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4617 | 2026-08-27T08:12:33.571Z | Checking yasna v0.5.2 |
| 4618 | 2026-08-27T08:12:33.971Z | Checking rcgen v0.12.1 |
| 4619 | 2026-08-27T08:12:34.219Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4620 | 2026-08-27T08:12:34.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4621 | 2026-08-27T08:12:34.573Z | |
| 4622 | 2026-08-27T08:12:34.573Z | info: running `cargo check --bins` on clickana (313/377) |
| 4623 | 2026-08-27T08:12:35.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4624 | 2026-08-27T08:12:35.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4625 | 2026-08-27T08:12:35.217Z | Compiling instability v0.3.11 |
| 4626 | 2026-08-27T08:12:35.217Z | Checking castaway v0.2.4 |
| 4627 | 2026-08-27T08:12:35.221Z | Compiling indoc v2.0.7 |
| 4628 | 2026-08-27T08:12:35.221Z | Checking unicode-truncate v1.1.0 |
| 4629 | 2026-08-27T08:12:35.338Z | Checking lru v0.12.5 |
| 4630 | 2026-08-27T08:12:35.338Z | Checking cassowary v0.3.0 |
| 4631 | 2026-08-27T08:12:35.419Z | Checking compact_str v0.8.1 |
| 4632 | 2026-08-27T08:12:36.187Z | Checking ratatui v0.29.0 |
| 4633 | 2026-08-27T08:12:37.226Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4634 | 2026-08-27T08:12:37.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 4635 | 2026-08-27T08:12:38.140Z | |
| 4636 | 2026-08-27T08:12:38.140Z | info: running `cargo check --bins` on clickhouse-cluster-dev (314/377) |
| 4637 | 2026-08-27T08:12:38.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4638 | 2026-08-27T08:12:38.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4639 | 2026-08-27T08:12:38.864Z | Checking headers-core v0.3.0 |
| 4640 | 2026-08-27T08:12:38.868Z | Checking port-file v0.1.0 |
| 4641 | 2026-08-27T08:12:38.868Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4642 | 2026-08-27T08:12:39.057Z | Checking headers v0.4.1 |
| 4643 | 2026-08-27T08:12:39.418Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4644 | 2026-08-27T08:12:40.380Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4645 | 2026-08-27T08:12:40.900Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4646 | 2026-08-27T08:12:41.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 4647 | 2026-08-27T08:12:41.526Z | |
| 4648 | 2026-08-27T08:12:41.526Z | info: running `cargo check --bins` on ch-dev (315/377) |
| 4649 | 2026-08-27T08:12:42.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-08-27T08:12:42.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-08-27T08:12:42.245Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4652 | 2026-08-27T08:12:42.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4653 | 2026-08-27T08:12:43.188Z | |
| 4654 | 2026-08-27T08:12:43.188Z | info: running `cargo check --bins` on dev-tools-common (316/377) |
| 4655 | 2026-08-27T08:12:43.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-08-27T08:12:43.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-08-27T08:12:43.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4658 | 2026-08-27T08:12:43.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4659 | 2026-08-27T08:12:43.612Z | |
| 4660 | 2026-08-27T08:12:43.612Z | info: running `cargo check --bins` on corpus-adjust (317/377) |
| 4661 | 2026-08-27T08:12:44.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4662 | 2026-08-27T08:12:44.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4663 | 2026-08-27T08:12:44.250Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4664 | 2026-08-27T08:12:44.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 4665 | 2026-08-27T08:12:44.795Z | |
| 4666 | 2026-08-27T08:12:44.795Z | info: running `cargo check --bins` on crdb-seed (318/377) |
| 4667 | 2026-08-27T08:12:45.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4668 | 2026-08-27T08:12:45.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4669 | 2026-08-27T08:12:45.510Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4670 | 2026-08-27T08:12:46.623Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4671 | 2026-08-27T08:12:46.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 4672 | 2026-08-27T08:12:47.171Z | |
| 4673 | 2026-08-27T08:12:47.171Z | info: running `cargo check --bins` on db-dev (319/377) |
| 4674 | 2026-08-27T08:12:47.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4675 | 2026-08-27T08:12:47.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4676 | 2026-08-27T08:12:47.893Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4677 | 2026-08-27T08:12:48.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 4678 | 2026-08-27T08:12:48.856Z | |
| 4679 | 2026-08-27T08:12:48.856Z | info: running `cargo check --bins` on omicron-dev-lib (320/377) |
| 4680 | 2026-08-27T08:12:49.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4681 | 2026-08-27T08:12:49.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4682 | 2026-08-27T08:12:49.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4683 | 2026-08-27T08:12:49.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4684 | 2026-08-27T08:12:49.469Z | |
| 4685 | 2026-08-27T08:12:49.469Z | info: running `cargo check --bins` on xtask-downloader (321/377) |
| 4686 | 2026-08-27T08:12:49.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4687 | 2026-08-27T08:12:49.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4688 | 2026-08-27T08:12:50.086Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4689 | 2026-08-27T08:12:50.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4690 | 2026-08-27T08:12:50.934Z | |
| 4691 | 2026-08-27T08:12:50.934Z | info: running `cargo check --bins` on omicron-dropshot-apis (322/377) |
| 4692 | 2026-08-27T08:12:51.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4693 | 2026-08-27T08:12:51.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4694 | 2026-08-27T08:12:51.686Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4695 | 2026-08-27T08:12:51.686Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4696 | 2026-08-27T08:12:51.689Z | Checking git-stub v1.0.0 |
| 4697 | 2026-08-27T08:12:51.689Z | Compiling trait-variant v0.1.2 |
| 4698 | 2026-08-27T08:12:51.689Z | Checking maplit v1.0.2 |
| 4699 | 2026-08-27T08:12:51.823Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4700 | 2026-08-27T08:12:51.833Z | Checking drift v0.2.0 |
| 4701 | 2026-08-27T08:12:51.836Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4702 | 2026-08-27T08:12:51.871Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4703 | 2026-08-27T08:12:51.936Z | Checking git-stub-vcs v0.1.0 |
| 4704 | 2026-08-27T08:12:52.022Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4705 | 2026-08-27T08:12:52.037Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4706 | 2026-08-27T08:12:52.130Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4707 | 2026-08-27T08:12:52.182Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4708 | 2026-08-27T08:12:52.195Z | Checking dropshot-api-manager v0.8.0 |
| 4709 | 2026-08-27T08:12:52.326Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4710 | 2026-08-27T08:12:52.542Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4711 | 2026-08-27T08:12:53.028Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4712 | 2026-08-27T08:12:53.977Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4713 | 2026-08-27T08:12:54.996Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4714 | 2026-08-27T08:12:55.794Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4715 | 2026-08-27T08:12:56.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
| 4716 | 2026-08-27T08:12:56.433Z | |
| 4717 | 2026-08-27T08:12:56.433Z | info: running `cargo check --bins` on installinator-api (323/377) |
| 4718 | 2026-08-27T08:12:56.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4719 | 2026-08-27T08:12:56.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4720 | 2026-08-27T08:12:56.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4721 | 2026-08-27T08:12:56.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4722 | 2026-08-27T08:12:57.002Z | |
| 4723 | 2026-08-27T08:12:57.002Z | info: running `cargo check --bins` on nexus-external-api (324/377) |
| 4724 | 2026-08-27T08:12:57.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4725 | 2026-08-27T08:12:57.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4726 | 2026-08-27T08:12:57.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4727 | 2026-08-27T08:12:57.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4728 | 2026-08-27T08:12:57.620Z | |
| 4729 | 2026-08-27T08:12:57.620Z | info: running `cargo check --bins` on nexus-internal-api (325/377) |
| 4730 | 2026-08-27T08:12:58.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4731 | 2026-08-27T08:12:58.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4732 | 2026-08-27T08:12:58.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4733 | 2026-08-27T08:12:58.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4734 | 2026-08-27T08:12:58.240Z | |
| 4735 | 2026-08-27T08:12:58.240Z | info: running `cargo check --bins` on nexus-lockstep-api (326/377) |
| 4736 | 2026-08-27T08:12:58.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-08-27T08:12:58.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-08-27T08:12:58.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4739 | 2026-08-27T08:12:58.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4740 | 2026-08-27T08:12:58.855Z | |
| 4741 | 2026-08-27T08:12:58.855Z | info: running `cargo check --bins` on ntp-admin-api (327/377) |
| 4742 | 2026-08-27T08:12:59.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-08-27T08:12:59.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-08-27T08:12:59.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4745 | 2026-08-27T08:12:59.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4746 | 2026-08-27T08:12:59.425Z | |
| 4747 | 2026-08-27T08:12:59.425Z | info: running `cargo check --bins` on ntp-admin-types-versions (328/377) |
| 4748 | 2026-08-27T08:12:59.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-08-27T08:12:59.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-08-27T08:12:59.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4751 | 2026-08-27T08:12:59.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4752 | 2026-08-27T08:12:59.988Z | |
| 4753 | 2026-08-27T08:12:59.988Z | info: running `cargo check --bins` on wicketd-api (329/377) |
| 4754 | 2026-08-27T08:13:00.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-08-27T08:13:00.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-08-27T08:13:00.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4757 | 2026-08-27T08:13:00.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4758 | 2026-08-27T08:13:00.578Z | |
| 4759 | 2026-08-27T08:13:00.578Z | info: running `cargo check --bins` on wicketd-commission-api (330/377) |
| 4760 | 2026-08-27T08:13:01.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-08-27T08:13:01.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-08-27T08:13:01.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4763 | 2026-08-27T08:13:01.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4764 | 2026-08-27T08:13:01.166Z | |
| 4765 | 2026-08-27T08:13:01.167Z | info: running `cargo check --bins` on omicron-ls-apis (331/377) |
| 4766 | 2026-08-27T08:13:01.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4767 | 2026-08-27T08:13:01.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4768 | 2026-08-27T08:13:01.779Z | Compiling blake3 v1.8.5 |
| 4769 | 2026-08-27T08:13:01.888Z | Checking arrayref v0.3.9 |
| 4770 | 2026-08-27T08:13:01.888Z | Checking arrayvec v0.7.6 |
| 4771 | 2026-08-27T08:13:01.891Z | Checking constant_time_eq v0.4.2 |
| 4772 | 2026-08-27T08:13:01.914Z | Checking cargo-platform v0.3.2 |
| 4773 | 2026-08-27T08:13:01.915Z | Checking topological-sort v0.2.2 |
| 4774 | 2026-08-27T08:13:01.918Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4775 | 2026-08-27T08:13:02.059Z | Checking cargo_metadata v0.23.1 |
| 4776 | 2026-08-27T08:13:02.748Z | Checking omicron-zone-package v0.12.3 |
| 4777 | 2026-08-27T08:13:03.459Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4778 | 2026-08-27T08:13:04.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
| 4779 | 2026-08-27T08:13:04.443Z | |
| 4780 | 2026-08-27T08:13:04.443Z | info: running `cargo check --bins` on mgs-dev (332/377) |
| 4781 | 2026-08-27T08:13:04.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4782 | 2026-08-27T08:13:04.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4783 | 2026-08-27T08:13:05.174Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4784 | 2026-08-27T08:13:05.805Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4785 | 2026-08-27T08:13:06.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
| 4786 | 2026-08-27T08:13:06.514Z | |
| 4787 | 2026-08-27T08:13:06.514Z | info: running `cargo check --bins` on omicron-omdb (333/377) |
| 4788 | 2026-08-27T08:13:07.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4789 | 2026-08-27T08:13:07.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4790 | 2026-08-27T08:13:07.493Z | Compiling darling_core v0.21.3 |
| 4791 | 2026-08-27T08:13:07.493Z | Compiling vergen-lib v0.1.6 |
| 4792 | 2026-08-27T08:13:07.496Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4793 | 2026-08-27T08:13:07.496Z | Compiling diesel_derives v2.3.7 |
| 4794 | 2026-08-27T08:13:07.496Z | Checking scheduled-thread-pool v0.2.7 |
| 4795 | 2026-08-27T08:13:07.496Z | Compiling vergen-gitcl v1.0.8 |
| 4796 | 2026-08-27T08:13:07.496Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4797 | 2026-08-27T08:13:07.496Z | Compiling dirs-sys-next v0.1.2 |
| 4798 | 2026-08-27T08:13:07.802Z | Compiling glob v0.3.3 |
| 4799 | 2026-08-27T08:13:07.825Z | Compiling crunchy v0.2.4 |
| 4800 | 2026-08-27T08:13:07.886Z | Checking r2d2 v0.8.10 |
| 4801 | 2026-08-27T08:13:07.901Z | Compiling dirs-next v2.0.0 |
| 4802 | 2026-08-27T08:13:07.904Z | Checking downcast-rs v2.0.2 |
| 4803 | 2026-08-27T08:13:08.075Z | Compiling tiny-keccak v2.0.2 |
| 4804 | 2026-08-27T08:13:08.075Z | Compiling term v0.7.0 |
| 4805 | 2026-08-27T08:13:08.092Z | Compiling bit-vec v0.6.3 |
| 4806 | 2026-08-27T08:13:08.161Z | Compiling clang-sys v1.8.1 |
| 4807 | 2026-08-27T08:13:08.312Z | Compiling bit-set v0.5.3 |
| 4808 | 2026-08-27T08:13:08.328Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4809 | 2026-08-27T08:13:08.471Z | Compiling ascii-canvas v3.0.0 |
| 4810 | 2026-08-27T08:13:08.522Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4811 | 2026-08-27T08:13:08.543Z | Compiling itertools v0.10.5 |
| 4812 | 2026-08-27T08:13:08.622Z | Compiling ena v0.14.4 |
| 4813 | 2026-08-27T08:13:08.691Z | Compiling libloading v0.8.9 |
| 4814 | 2026-08-27T08:13:08.708Z | Compiling diff v0.1.13 |
| 4815 | 2026-08-27T08:13:08.724Z | Compiling bindgen v0.71.1 |
| 4816 | 2026-08-27T08:13:08.773Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4817 | 2026-08-27T08:13:08.837Z | Compiling regex-syntax v0.6.29 |
| 4818 | 2026-08-27T08:13:08.990Z | Compiling cexpr v0.6.0 |
| 4819 | 2026-08-27T08:13:09.123Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4820 | 2026-08-27T08:13:09.325Z | Compiling rustc-hash v2.1.1 |
| 4821 | 2026-08-27T08:13:09.458Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4822 | 2026-08-27T08:13:09.572Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4823 | 2026-08-27T08:13:09.615Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4824 | 2026-08-27T08:13:09.657Z | Compiling libxml v0.3.3 |
| 4825 | 2026-08-27T08:13:09.805Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4826 | 2026-08-27T08:13:09.903Z | Compiling strum_macros v0.24.3 |
| 4827 | 2026-08-27T08:13:09.921Z | Compiling indoc v1.0.9 |
| 4828 | 2026-08-27T08:13:10.140Z | Compiling darling_macro v0.21.3 |
| 4829 | 2026-08-27T08:13:10.350Z | Compiling lalrpop v0.19.12 |
| 4830 | 2026-08-27T08:13:10.656Z | Compiling darling v0.21.3 |
| 4831 | 2026-08-27T08:13:10.752Z | Compiling dsl_auto_type v0.2.0 |
| 4832 | 2026-08-27T08:13:10.815Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4833 | 2026-08-27T08:13:10.900Z | Checking derive_builder v0.20.2 |
| 4834 | 2026-08-27T08:13:11.006Z | Compiling oso-derive v0.27.3 |
| 4835 | 2026-08-27T08:13:11.019Z | Checking quick-xml v0.37.5 |
| 4836 | 2026-08-27T08:13:11.223Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4837 | 2026-08-27T08:13:11.505Z | Checking openssl-probe v0.1.6 |
| 4838 | 2026-08-27T08:13:11.649Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4839 | 2026-08-27T08:13:11.890Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4840 | 2026-08-27T08:13:12.080Z | Checking bb8 v0.8.6 |
| 4841 | 2026-08-27T08:13:12.389Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4842 | 2026-08-27T08:13:12.408Z | Checking nonempty v0.12.0 |
| 4843 | 2026-08-27T08:13:12.436Z | Compiling libz-sys v1.1.24 |
| 4844 | 2026-08-27T08:13:12.589Z | Compiling strsim v0.10.0 |
| 4845 | 2026-08-27T08:13:12.610Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4846 | 2026-08-27T08:13:12.759Z | Compiling darling_core v0.13.4 |
| 4847 | 2026-08-27T08:13:12.913Z | Compiling vergen-git2 v9.1.0 |
| 4848 | 2026-08-27T08:13:13.005Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4849 | 2026-08-27T08:13:13.133Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4850 | 2026-08-27T08:13:13.220Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4851 | 2026-08-27T08:13:13.439Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4852 | 2026-08-27T08:13:13.676Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4853 | 2026-08-27T08:13:13.867Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4854 | 2026-08-27T08:13:14.055Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4855 | 2026-08-27T08:13:14.118Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4856 | 2026-08-27T08:13:14.244Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4857 | 2026-08-27T08:13:14.433Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4858 | 2026-08-27T08:13:14.624Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4859 | 2026-08-27T08:13:14.691Z | Compiling darling_macro v0.13.4 |
| 4860 | 2026-08-27T08:13:14.816Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4861 | 2026-08-27T08:13:15.197Z | Compiling darling v0.13.4 |
| 4862 | 2026-08-27T08:13:15.219Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4863 | 2026-08-27T08:13:15.292Z | Compiling serde_with_macros v1.5.2 |
| 4864 | 2026-08-27T08:13:15.589Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4865 | 2026-08-27T08:13:16.135Z | Compiling serde_with v1.14.0 |
| 4866 | 2026-08-27T08:13:16.181Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4867 | 2026-08-27T08:13:16.370Z | Checking twox-hash v2.1.2 |
| 4868 | 2026-08-27T08:13:16.617Z | Checking diesel v2.3.7 |
| 4869 | 2026-08-27T08:13:16.662Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4870 | 2026-08-27T08:13:16.681Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4871 | 2026-08-27T08:13:17.267Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4872 | 2026-08-27T08:13:18.366Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4873 | 2026-08-27T08:13:18.469Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4874 | 2026-08-27T08:13:18.895Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4875 | 2026-08-27T08:13:19.201Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4876 | 2026-08-27T08:13:19.425Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4877 | 2026-08-27T08:13:19.865Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4878 | 2026-08-27T08:13:20.024Z | Checking libsw-core v0.3.2 |
| 4879 | 2026-08-27T08:13:20.183Z | Checking atty v0.2.14 |
| 4880 | 2026-08-27T08:13:20.294Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4881 | 2026-08-27T08:13:20.575Z | Checking libsw v3.5.0 |
| 4882 | 2026-08-27T08:13:20.593Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4883 | 2026-08-27T08:13:20.706Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4884 | 2026-08-27T08:13:20.733Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4885 | 2026-08-27T08:13:20.751Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4886 | 2026-08-27T08:13:22.019Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4887 | 2026-08-27T08:13:22.313Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4888 | 2026-08-27T08:13:22.801Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4889 | 2026-08-27T08:13:23.047Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4890 | 2026-08-27T08:13:23.525Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4891 | 2026-08-27T08:13:23.728Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4892 | 2026-08-27T08:13:23.882Z | Checking fatfs v0.3.6 |
| 4893 | 2026-08-27T08:13:24.031Z | Checking console v0.16.2 |
| 4894 | 2026-08-27T08:13:24.339Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4895 | 2026-08-27T08:13:24.355Z | Compiling seq-macro v0.3.6 |
| 4896 | 2026-08-27T08:13:24.850Z | Checking unit-prefix v0.5.2 |
| 4897 | 2026-08-27T08:13:24.992Z | Checking indicatif v0.18.4 |
| 4898 | 2026-08-27T08:13:25.313Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4899 | 2026-08-27T08:13:25.381Z | Checking oxide-update-engine-display v0.1.2 |
| 4900 | 2026-08-27T08:13:25.663Z | Checking support-bundle-viewer v0.1.2 |
| 4901 | 2026-08-27T08:13:25.684Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4902 | 2026-08-27T08:13:25.911Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4903 | 2026-08-27T08:13:25.966Z | Checking multimap v0.10.1 |
| 4904 | 2026-08-27T08:13:31.768Z | Checking diesel-dtrace v0.5.0 |
| 4905 | 2026-08-27T08:13:32.019Z | Checking async-bb8-diesel v0.2.1 |
| 4906 | 2026-08-27T08:13:35.360Z | Compiling samael v0.0.19 |
| 4907 | 2026-08-27T08:13:40.274Z | Compiling git2 v0.20.4 |
| 4908 | 2026-08-27T08:13:41.151Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4909 | 2026-08-27T08:13:42.675Z | Compiling polar-core v0.27.3 |
| 4910 | 2026-08-27T08:13:42.740Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4911 | 2026-08-27T08:13:47.137Z | Checking oso v0.27.3 |
| 4912 | 2026-08-27T08:14:19.319Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4913 | 2026-08-27T08:15:35.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 4914 | 2026-08-27T08:15:35.388Z | |
| 4915 | 2026-08-27T08:15:35.388Z | info: running `cargo check --bins` on nexus-networking (334/377) |
| 4916 | 2026-08-27T08:15:35.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4917 | 2026-08-27T08:15:35.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4918 | 2026-08-27T08:15:35.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4919 | 2026-08-27T08:15:35.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4920 | 2026-08-27T08:15:36.056Z | |
| 4921 | 2026-08-27T08:15:36.056Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377) |
| 4922 | 2026-08-27T08:15:36.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4923 | 2026-08-27T08:15:36.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4924 | 2026-08-27T08:15:36.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4925 | 2026-08-27T08:15:36.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4926 | 2026-08-27T08:15:36.704Z | |
| 4927 | 2026-08-27T08:15:36.704Z | info: running `cargo check --bins` on nexus-saga-recovery (336/377) |
| 4928 | 2026-08-27T08:15:37.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4929 | 2026-08-27T08:15:37.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4930 | 2026-08-27T08:15:37.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4931 | 2026-08-27T08:15:37.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4932 | 2026-08-27T08:15:37.334Z | |
| 4933 | 2026-08-27T08:15:37.334Z | info: running `cargo check --bins` on nexus-test-utils-macros (337/377) |
| 4934 | 2026-08-27T08:15:37.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4935 | 2026-08-27T08:15:37.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4936 | 2026-08-27T08:15:37.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4937 | 2026-08-27T08:15:37.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4938 | 2026-08-27T08:15:37.908Z | |
| 4939 | 2026-08-27T08:15:37.908Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (338/377) |
| 4940 | 2026-08-27T08:15:38.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4941 | 2026-08-27T08:15:38.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4942 | 2026-08-27T08:15:38.752Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4943 | 2026-08-27T08:15:39.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 4944 | 2026-08-27T08:15:39.755Z | |
| 4945 | 2026-08-27T08:15:39.755Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377) |
| 4946 | 2026-08-27T08:15:40.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4947 | 2026-08-27T08:15:40.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4948 | 2026-08-27T08:15:40.589Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4949 | 2026-08-27T08:16:19.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.11s |
| 4950 | 2026-08-27T08:16:20.090Z | |
| 4951 | 2026-08-27T08:16:20.090Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377) |
| 4952 | 2026-08-27T08:16:20.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4953 | 2026-08-27T08:16:20.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4954 | 2026-08-27T08:16:20.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4955 | 2026-08-27T08:16:20.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4956 | 2026-08-27T08:16:20.660Z | |
| 4957 | 2026-08-27T08:16:20.660Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377) |
| 4958 | 2026-08-27T08:16:21.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4959 | 2026-08-27T08:16:21.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4960 | 2026-08-27T08:16:21.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4961 | 2026-08-27T08:16:21.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4962 | 2026-08-27T08:16:21.233Z | |
| 4963 | 2026-08-27T08:16:21.233Z | info: running `cargo check --bins --no-default-features` on nexus-fm (342/377) |
| 4964 | 2026-08-27T08:16:21.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4965 | 2026-08-27T08:16:21.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4966 | 2026-08-27T08:16:21.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4967 | 2026-08-27T08:16:21.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4968 | 2026-08-27T08:16:21.864Z | |
| 4969 | 2026-08-27T08:16:21.864Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377) |
| 4970 | 2026-08-27T08:16:22.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4971 | 2026-08-27T08:16:22.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4972 | 2026-08-27T08:16:22.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4973 | 2026-08-27T08:16:22.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4974 | 2026-08-27T08:16:22.495Z | |
| 4975 | 2026-08-27T08:16:22.495Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (344/377) |
| 4976 | 2026-08-27T08:16:23.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4977 | 2026-08-27T08:16:23.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4978 | 2026-08-27T08:16:23.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4979 | 2026-08-27T08:16:23.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4980 | 2026-08-27T08:16:23.132Z | |
| 4981 | 2026-08-27T08:16:23.132Z | info: running `cargo check --bins` on nexus-mgs-updates (345/377) |
| 4982 | 2026-08-27T08:16:23.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4983 | 2026-08-27T08:16:23.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4984 | 2026-08-27T08:16:23.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4985 | 2026-08-27T08:16:23.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4986 | 2026-08-27T08:16:23.760Z | |
| 4987 | 2026-08-27T08:16:23.760Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (346/377) |
| 4988 | 2026-08-27T08:16:24.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4989 | 2026-08-27T08:16:24.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4990 | 2026-08-27T08:16:24.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4991 | 2026-08-27T08:16:24.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4992 | 2026-08-27T08:16:24.403Z | |
| 4993 | 2026-08-27T08:16:24.403Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377) |
| 4994 | 2026-08-27T08:16:24.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4995 | 2026-08-27T08:16:24.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4996 | 2026-08-27T08:16:24.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4997 | 2026-08-27T08:16:24.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4998 | 2026-08-27T08:16:25.026Z | |
| 4999 | 2026-08-27T08:16:25.026Z | info: running `cargo check --bins` on nexus-switch-config (348/377) |
| 5000 | 2026-08-27T08:16:25.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5001 | 2026-08-27T08:16:25.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5002 | 2026-08-27T08:16:25.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5003 | 2026-08-27T08:16:25.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 5004 | 2026-08-27T08:16:25.638Z | |
| 5005 | 2026-08-27T08:16:25.638Z | info: running `cargo check --bins` on nexus-switch-config-preparation (349/377) |
| 5006 | 2026-08-27T08:16:26.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5007 | 2026-08-27T08:16:26.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5008 | 2026-08-27T08:16:26.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5009 | 2026-08-27T08:16:26.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5010 | 2026-08-27T08:16:26.266Z | |
| 5011 | 2026-08-27T08:16:26.266Z | info: running `cargo check --bins` on support-bundle-collection (350/377) |
| 5012 | 2026-08-27T08:16:26.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5013 | 2026-08-27T08:16:26.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5014 | 2026-08-27T08:16:26.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5015 | 2026-08-27T08:16:26.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5016 | 2026-08-27T08:16:26.891Z | |
| 5017 | 2026-08-27T08:16:26.891Z | info: running `cargo check --bins` on omicron-dev (351/377) |
| 5018 | 2026-08-27T08:16:27.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5019 | 2026-08-27T08:16:27.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5020 | 2026-08-27T08:16:27.790Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5021 | 2026-08-27T08:16:27.790Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5022 | 2026-08-27T08:16:27.978Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5023 | 2026-08-27T08:16:28.007Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5024 | 2026-08-27T08:16:28.024Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5025 | 2026-08-27T08:16:28.029Z | Checking yansi v1.0.1 |
| 5026 | 2026-08-27T08:16:28.055Z | Checking diff v0.1.13 |
| 5027 | 2026-08-27T08:16:28.058Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5028 | 2026-08-27T08:16:28.115Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5029 | 2026-08-27T08:16:28.283Z | Checking pretty_assertions v1.4.1 |
| 5030 | 2026-08-27T08:16:29.068Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5031 | 2026-08-27T08:16:29.072Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5032 | 2026-08-27T08:16:54.123Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5033 | 2026-08-27T08:16:54.128Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5034 | 2026-08-27T08:16:54.128Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5035 | 2026-08-27T08:16:54.128Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5036 | 2026-08-27T08:16:54.128Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5037 | 2026-08-27T08:16:54.128Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5038 | 2026-08-27T08:16:54.128Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5039 | 2026-08-27T08:16:55.014Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5040 | 2026-08-27T08:16:55.032Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5041 | 2026-08-27T08:16:56.291Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5042 | 2026-08-27T08:17:35.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 5043 | 2026-08-27T08:17:35.298Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5044 | 2026-08-27T08:17:35.298Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5045 | 2026-08-27T08:17:35.504Z | |
| 5046 | 2026-08-27T08:17:35.505Z | info: running `cargo check --bins` on oximeter-load-test (352/377) |
| 5047 | 2026-08-27T08:17:36.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5048 | 2026-08-27T08:17:36.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5049 | 2026-08-27T08:17:36.222Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5050 | 2026-08-27T08:17:36.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 5051 | 2026-08-27T08:17:37.058Z | |
| 5052 | 2026-08-27T08:17:37.058Z | info: running `cargo check --bins` on omicron-pins (353/377) |
| 5053 | 2026-08-27T08:17:37.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5054 | 2026-08-27T08:17:37.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5055 | 2026-08-27T08:17:37.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5056 | 2026-08-27T08:17:37.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5057 | 2026-08-27T08:17:37.621Z | |
| 5058 | 2026-08-27T08:17:37.621Z | info: running `cargo check --bins` on rack-init-config (354/377) |
| 5059 | 2026-08-27T08:17:38.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5060 | 2026-08-27T08:17:38.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5061 | 2026-08-27T08:17:38.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5062 | 2026-08-27T08:17:38.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5063 | 2026-08-27T08:17:38.209Z | |
| 5064 | 2026-08-27T08:17:38.209Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377) |
| 5065 | 2026-08-27T08:17:38.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5066 | 2026-08-27T08:17:38.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5067 | 2026-08-27T08:17:38.985Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5068 | 2026-08-27T08:17:39.106Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5069 | 2026-08-27T08:17:39.114Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5070 | 2026-08-27T08:18:06.248Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5071 | 2026-08-27T08:18:06.656Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5072 | 2026-08-27T08:18:08.422Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5073 | 2026-08-27T08:18:08.898Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5074 | 2026-08-27T08:18:11.995Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5075 | 2026-08-27T08:18:36.023Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5076 | 2026-08-27T08:18:36.758Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5077 | 2026-08-27T08:18:38.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 5078 | 2026-08-27T08:18:38.669Z | |
| 5079 | 2026-08-27T08:18:38.669Z | info: running `cargo check --bins` on reconfigurator-sp-updater (356/377) |
| 5080 | 2026-08-27T08:18:39.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5081 | 2026-08-27T08:18:39.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5082 | 2026-08-27T08:18:39.390Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5083 | 2026-08-27T08:18:40.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 5084 | 2026-08-27T08:18:40.280Z | |
| 5085 | 2026-08-27T08:18:40.280Z | info: running `cargo check --bins` on omicron-releng (357/377) |
| 5086 | 2026-08-27T08:18:40.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5087 | 2026-08-27T08:18:40.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5088 | 2026-08-27T08:18:40.918Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5089 | 2026-08-27T08:18:40.922Z | Compiling fs-err v2.11.0 |
| 5090 | 2026-08-27T08:18:41.037Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5091 | 2026-08-27T08:18:41.048Z | Checking parse-size v1.1.0 |
| 5092 | 2026-08-27T08:18:41.057Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5093 | 2026-08-27T08:18:41.060Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5094 | 2026-08-27T08:18:41.060Z | Checking shell-words v1.1.1 |
| 5095 | 2026-08-27T08:18:41.143Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5096 | 2026-08-27T08:18:41.467Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5097 | 2026-08-27T08:18:41.646Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5098 | 2026-08-27T08:18:42.316Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5099 | 2026-08-27T08:18:43.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 5100 | 2026-08-27T08:18:43.453Z | |
| 5101 | 2026-08-27T08:18:43.453Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (358/377) |
| 5102 | 2026-08-27T08:18:43.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5103 | 2026-08-27T08:18:43.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5104 | 2026-08-27T08:18:44.089Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5105 | 2026-08-27T08:18:44.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 5106 | 2026-08-27T08:18:44.773Z | |
| 5107 | 2026-08-27T08:18:44.773Z | info: running `cargo check --bins` on schema (359/377) |
| 5108 | 2026-08-27T08:18:45.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5109 | 2026-08-27T08:18:45.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5110 | 2026-08-27T08:18:45.498Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5111 | 2026-08-27T08:18:46.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 5112 | 2026-08-27T08:18:46.392Z | |
| 5113 | 2026-08-27T08:18:46.392Z | info: running `cargo check --bins` on xtask (360/377) |
| 5114 | 2026-08-27T08:18:46.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5115 | 2026-08-27T08:18:46.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5116 | 2026-08-27T08:18:46.798Z | Checking serde_core v1.0.228 |
| 5117 | 2026-08-27T08:18:46.798Z | Checking libc v0.2.185 |
| 5118 | 2026-08-27T08:18:46.803Z | Checking bitflags v2.11.0 |
| 5119 | 2026-08-27T08:18:46.883Z | Checking scroll v0.12.0 |
| 5120 | 2026-08-27T08:18:46.887Z | Checking thiserror v1.0.69 |
| 5121 | 2026-08-27T08:18:46.895Z | Checking log v0.4.33 |
| 5122 | 2026-08-27T08:18:46.902Z | Checking zerocopy v0.7.35 |
| 5123 | 2026-08-27T08:18:46.905Z | Checking indexmap v2.14.0 |
| 5124 | 2026-08-27T08:18:46.973Z | Checking syn v2.0.117 |
| 5125 | 2026-08-27T08:18:47.014Z | Checking dtrace-parser v0.2.0 |
| 5126 | 2026-08-27T08:18:47.036Z | Checking once_cell v1.21.3 |
| 5127 | 2026-08-27T08:18:47.095Z | Checking goblin v0.8.2 |
| 5128 | 2026-08-27T08:18:47.150Z | Checking errno v0.3.14 |
| 5129 | 2026-08-27T08:18:47.209Z | Checking getrandom v0.4.3 |
| 5130 | 2026-08-27T08:18:47.239Z | Checking thread-id v4.2.2 |
| 5131 | 2026-08-27T08:18:47.266Z | Checking rustix v1.1.4 |
| 5132 | 2026-08-27T08:18:47.315Z | Checking memmap v0.7.0 |
| 5133 | 2026-08-27T08:18:47.336Z | Checking thiserror v2.0.18 |
| 5134 | 2026-08-27T08:18:47.366Z | Checking fs-err v3.3.0 |
| 5135 | 2026-08-27T08:18:47.431Z | Checking anyhow v1.0.104 |
| 5136 | 2026-08-27T08:18:47.434Z | Checking tabled v0.15.0 |
| 5137 | 2026-08-27T08:18:48.036Z | Checking terminal_size v0.4.3 |
| 5138 | 2026-08-27T08:18:48.036Z | Checking tempfile v3.27.0 |
| 5139 | 2026-08-27T08:18:48.165Z | Checking clap_builder v4.6.0 |
| 5140 | 2026-08-27T08:18:48.169Z | Checking textwrap v0.16.2 |
| 5141 | 2026-08-27T08:18:48.328Z | Checking serde v1.0.228 |
| 5142 | 2026-08-27T08:18:48.328Z | Checking serde_json v1.0.151 |
| 5143 | 2026-08-27T08:18:48.331Z | Checking camino v1.2.5 |
| 5144 | 2026-08-27T08:18:48.365Z | Checking semver v1.0.28 |
| 5145 | 2026-08-27T08:18:48.502Z | Checking cargo-platform v0.3.2 |
| 5146 | 2026-08-27T08:18:48.589Z | Checking camino-tempfile v1.4.1 |
| 5147 | 2026-08-27T08:18:48.729Z | Checking serde_spanned v0.6.9 |
| 5148 | 2026-08-27T08:18:48.729Z | Checking toml_datetime v0.6.11 |
| 5149 | 2026-08-27T08:18:48.733Z | Checking macaddr v1.0.1 |
| 5150 | 2026-08-27T08:18:48.756Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5151 | 2026-08-27T08:18:48.906Z | Checking toml_edit v0.22.27 |
| 5152 | 2026-08-27T08:18:48.916Z | Checking dof v0.3.0 |
| 5153 | 2026-08-27T08:18:48.920Z | Checking cargo_metadata v0.23.1 |
| 5154 | 2026-08-27T08:18:49.171Z | Checking usdt-impl v0.5.0 |
| 5155 | 2026-08-27T08:18:49.352Z | Checking clap v4.6.1 |
| 5156 | 2026-08-27T08:18:49.430Z | Checking usdt v0.5.0 |
| 5157 | 2026-08-27T08:18:49.862Z | Checking toml v0.8.23 |
| 5158 | 2026-08-27T08:18:50.117Z | Checking cargo_toml v0.21.0 |
| 5159 | 2026-08-27T08:18:50.756Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5160 | 2026-08-27T08:18:51.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
| 5161 | 2026-08-27T08:18:51.248Z | |
| 5162 | 2026-08-27T08:18:51.248Z | info: running `cargo check --bins` on dnsadm (361/377) |
| 5163 | 2026-08-27T08:18:51.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5164 | 2026-08-27T08:18:51.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5165 | 2026-08-27T08:18:51.901Z | Checking arc-swap v1.8.2 |
| 5166 | 2026-08-27T08:18:52.178Z | Checking slog-scope v4.4.1 |
| 5167 | 2026-08-27T08:18:52.290Z | Checking slog-stdlog v4.1.1 |
| 5168 | 2026-08-27T08:18:52.386Z | Checking slog-envlogger v2.2.0 |
| 5169 | 2026-08-27T08:18:52.505Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5170 | 2026-08-27T08:18:52.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 5171 | 2026-08-27T08:18:53.094Z | |
| 5172 | 2026-08-27T08:18:53.094Z | info: running `cargo check --bins` on end-to-end-tests (362/377) |
| 5173 | 2026-08-27T08:18:53.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5174 | 2026-08-27T08:18:53.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5175 | 2026-08-27T08:18:53.906Z | Checking cpubits v0.1.1 |
| 5176 | 2026-08-27T08:18:54.033Z | Checking pem-rfc7468 v1.0.0 |
| 5177 | 2026-08-27T08:18:54.046Z | Checking hmac v0.13.0 |
| 5178 | 2026-08-27T08:18:54.049Z | Checking universal-hash v0.6.1 |
| 5179 | 2026-08-27T08:18:54.069Z | Checking ctr v0.10.1 |
| 5180 | 2026-08-27T08:18:54.069Z | Checking aead v0.6.1 |
| 5181 | 2026-08-27T08:18:54.097Z | Checking aes v0.9.1 |
| 5182 | 2026-08-27T08:18:54.097Z | Checking crypto-bigint v0.7.5 |
| 5183 | 2026-08-27T08:18:54.126Z | Checking salsa20 v0.11.0 |
| 5184 | 2026-08-27T08:18:54.171Z | Checking der v0.8.0 |
| 5185 | 2026-08-27T08:18:54.174Z | Checking polyval v0.7.1 |
| 5186 | 2026-08-27T08:18:54.191Z | Checking pbkdf2 v0.13.0 |
| 5187 | 2026-08-27T08:18:54.204Z | Checking cbc v0.2.1 |
| 5188 | 2026-08-27T08:18:54.277Z | Checking ff v0.14.0 |
| 5189 | 2026-08-27T08:18:54.298Z | Checking signature v3.0.0 |
| 5190 | 2026-08-27T08:18:54.335Z | Checking scrypt v0.12.0 |
| 5191 | 2026-08-27T08:18:54.372Z | Checking base16ct v1.0.0 |
| 5192 | 2026-08-27T08:18:54.407Z | Checking group v0.14.0 |
| 5193 | 2026-08-27T08:18:54.423Z | Checking ghash v0.6.0 |
| 5194 | 2026-08-27T08:18:54.448Z | Checking hkdf v0.13.0 |
| 5195 | 2026-08-27T08:18:54.483Z | Compiling curve25519-dalek v5.0.0 |
| 5196 | 2026-08-27T08:18:54.501Z | Checking keccak v0.2.0 |
| 5197 | 2026-08-27T08:18:54.517Z | Checking poly1305 v0.9.0 |
| 5198 | 2026-08-27T08:18:54.541Z | Checking aes-gcm v0.11.0 |
| 5199 | 2026-08-27T08:18:54.556Z | Checking wnaf v0.14.0 |
| 5200 | 2026-08-27T08:18:54.584Z | Checking blowfish v0.10.0 |
| 5201 | 2026-08-27T08:18:54.655Z | Checking blake2 v0.11.0-rc.6 |
| 5202 | 2026-08-27T08:18:54.703Z | Checking sha3 v0.11.0 |
| 5203 | 2026-08-27T08:18:54.721Z | Checking kem v0.3.0 |
| 5204 | 2026-08-27T08:18:54.736Z | Checking bcrypt-pbkdf v0.11.0 |
| 5205 | 2026-08-27T08:18:54.784Z | Checking module-lattice v0.2.3 |
| 5206 | 2026-08-27T08:18:54.838Z | Checking sponge-cursor v0.1.0 |
| 5207 | 2026-08-27T08:18:54.901Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5208 | 2026-08-27T08:18:54.916Z | Checking argon2 v0.6.0-rc.8 |
| 5209 | 2026-08-27T08:18:54.963Z | Checking sha3 v0.12.0 |
| 5210 | 2026-08-27T08:18:55.003Z | Checking spki v0.8.0 |
| 5211 | 2026-08-27T08:18:55.003Z | Checking sec1 v0.8.1 |
| 5212 | 2026-08-27T08:18:55.046Z | Checking ml-kem v0.3.2 |
| 5213 | 2026-08-27T08:18:55.079Z | Checking internal-russh-num-bigint v0.5.0 |
| 5214 | 2026-08-27T08:18:55.163Z | Checking num-bigint v0.4.6 |
| 5215 | 2026-08-27T08:18:55.178Z | Checking pkcs5 v0.8.1 |
| 5216 | 2026-08-27T08:18:55.221Z | Checking pkcs1 v0.8.0-rc.4 |
| 5217 | 2026-08-27T08:18:55.224Z | Checking generic-array v1.4.3 |
| 5218 | 2026-08-27T08:18:55.432Z | Checking russh-util v0.52.0 |
| 5219 | 2026-08-27T08:18:55.467Z | Checking pkcs8 v0.11.0 |
| 5220 | 2026-08-27T08:18:55.557Z | Compiling enum_dispatch v0.3.13 |
| 5221 | 2026-08-27T08:18:55.629Z | Compiling delegate v0.13.5 |
| 5222 | 2026-08-27T08:18:55.667Z | Checking ed25519 v3.0.0 |
| 5223 | 2026-08-27T08:18:55.749Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5224 | 2026-08-27T08:18:55.814Z | Checking hex-literal v1.1.0 |
| 5225 | 2026-08-27T08:18:55.867Z | Checking ed25519-dalek v3.0.0 |
| 5226 | 2026-08-27T08:18:55.913Z | Checking md5 v0.8.0 |
| 5227 | 2026-08-27T08:18:55.950Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5228 | 2026-08-27T08:18:56.081Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5229 | 2026-08-27T08:18:56.096Z | Checking socket2 v0.5.10 |
| 5230 | 2026-08-27T08:18:56.101Z | Checking internet-checksum v0.2.1 |
| 5231 | 2026-08-27T08:18:56.153Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5232 | 2026-08-27T08:18:56.314Z | Checking elliptic-curve v0.14.1 |
| 5233 | 2026-08-27T08:18:56.314Z | Checking rfc6979 v0.6.0 |
| 5234 | 2026-08-27T08:18:56.318Z | Checking primefield v0.14.0 |
| 5235 | 2026-08-27T08:18:56.356Z | Checking ssh-encoding v0.3.0 |
| 5236 | 2026-08-27T08:18:56.487Z | Checking crypto-primes v0.7.2 |
| 5237 | 2026-08-27T08:18:56.576Z | Checking ssh-cipher v0.3.0 |
| 5238 | 2026-08-27T08:18:56.576Z | Checking russh-cryptovec v0.62.0 |
| 5239 | 2026-08-27T08:18:56.716Z | Checking primeorder v0.14.0 |
| 5240 | 2026-08-27T08:18:56.719Z | Checking ecdsa v0.17.0 |
| 5241 | 2026-08-27T08:18:57.096Z | Checking p384 v0.14.0 |
| 5242 | 2026-08-27T08:18:57.099Z | Checking p256 v0.14.0 |
| 5243 | 2026-08-27T08:18:57.099Z | Checking p521 v0.14.0 |
| 5244 | 2026-08-27T08:18:57.423Z | Checking rsa v0.10.0-rc.18 |
| 5245 | 2026-08-27T08:18:59.938Z | Checking ssh-key v0.7.0-rc.11 |
| 5246 | 2026-08-27T08:19:00.696Z | Checking russh v0.62.4 |
| 5247 | 2026-08-27T08:19:14.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.10s |
| 5248 | 2026-08-27T08:19:14.211Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5249 | 2026-08-27T08:19:14.211Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5250 | 2026-08-27T08:19:14.422Z | |
| 5251 | 2026-08-27T08:19:14.423Z | info: running `cargo check --bins` on gateway-cli (363/377) |
| 5252 | 2026-08-27T08:19:14.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5253 | 2026-08-27T08:19:14.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5254 | 2026-08-27T08:19:15.052Z | Checking termios v0.3.3 |
| 5255 | 2026-08-27T08:19:15.245Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5256 | 2026-08-27T08:19:15.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 5257 | 2026-08-27T08:19:16.010Z | |
| 5258 | 2026-08-27T08:19:16.011Z | info: running `cargo check --bins --no-default-features` on installinator (364/377) |
| 5259 | 2026-08-27T08:19:16.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5260 | 2026-08-27T08:19:16.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5261 | 2026-08-27T08:19:16.708Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5262 | 2026-08-27T08:19:17.406Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5263 | 2026-08-27T08:19:18.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 5264 | 2026-08-27T08:19:19.180Z | |
| 5265 | 2026-08-27T08:19:19.180Z | info: running `cargo check --bins` on internal-dns-cli (365/377) |
| 5266 | 2026-08-27T08:19:19.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5267 | 2026-08-27T08:19:19.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5268 | 2026-08-27T08:19:19.824Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5269 | 2026-08-27T08:19:20.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 5270 | 2026-08-27T08:19:20.434Z | |
| 5271 | 2026-08-27T08:19:20.434Z | info: running `cargo check --bins` on omicron-live-tests (366/377) |
| 5272 | 2026-08-27T08:19:20.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5273 | 2026-08-27T08:19:20.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5274 | 2026-08-27T08:19:20.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5275 | 2026-08-27T08:19:20.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5276 | 2026-08-27T08:19:21.001Z | |
| 5277 | 2026-08-27T08:19:21.001Z | info: running `cargo check --bins` on live-tests-macros (367/377) |
| 5278 | 2026-08-27T08:19:21.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5279 | 2026-08-27T08:19:21.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5280 | 2026-08-27T08:19:21.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5281 | 2026-08-27T08:19:21.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5282 | 2026-08-27T08:19:21.566Z | |
| 5283 | 2026-08-27T08:19:21.567Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377) |
| 5284 | 2026-08-27T08:19:22.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5285 | 2026-08-27T08:19:22.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5286 | 2026-08-27T08:19:22.310Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5287 | 2026-08-27T08:19:22.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 5288 | 2026-08-27T08:19:23.087Z | |
| 5289 | 2026-08-27T08:19:23.087Z | info: running `cargo check --bins` on omicron-ntp-admin (369/377) |
| 5290 | 2026-08-27T08:19:23.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5291 | 2026-08-27T08:19:23.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5292 | 2026-08-27T08:19:23.734Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5293 | 2026-08-27T08:19:23.839Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5294 | 2026-08-27T08:19:24.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 5295 | 2026-08-27T08:19:24.836Z | |
| 5296 | 2026-08-27T08:19:24.836Z | info: running `cargo check --bins` on ntp-admin-types (370/377) |
| 5297 | 2026-08-27T08:19:25.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5298 | 2026-08-27T08:19:25.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5299 | 2026-08-27T08:19:25.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5300 | 2026-08-27T08:19:25.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5301 | 2026-08-27T08:19:25.394Z | |
| 5302 | 2026-08-27T08:19:25.395Z | info: running `cargo check --bins` on omicron-package (371/377) |
| 5303 | 2026-08-27T08:19:25.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5304 | 2026-08-27T08:19:25.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5305 | 2026-08-27T08:19:26.071Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5306 | 2026-08-27T08:19:27.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 5307 | 2026-08-27T08:19:27.341Z | |
| 5308 | 2026-08-27T08:19:27.341Z | info: running `cargo check --bins` on tqdb (372/377) |
| 5309 | 2026-08-27T08:19:27.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5310 | 2026-08-27T08:19:27.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5311 | 2026-08-27T08:19:28.134Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5312 | 2026-08-27T08:19:28.485Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5313 | 2026-08-27T08:19:28.991Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5314 | 2026-08-27T08:19:28.991Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5315 | 2026-08-27T08:19:36.062Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5316 | 2026-08-27T08:19:36.065Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5317 | 2026-08-27T08:19:36.065Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5318 | 2026-08-27T08:19:36.707Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5319 | 2026-08-27T08:19:36.710Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5320 | 2026-08-27T08:19:36.710Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5321 | 2026-08-27T08:19:36.710Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5322 | 2026-08-27T08:19:37.490Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5323 | 2026-08-27T08:19:38.095Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5324 | 2026-08-27T08:19:38.330Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5325 | 2026-08-27T08:19:38.553Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5326 | 2026-08-27T08:19:39.432Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5327 | 2026-08-27T08:19:40.092Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5328 | 2026-08-27T08:19:44.910Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5329 | 2026-08-27T08:19:52.289Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5330 | 2026-08-27T08:19:52.293Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5331 | 2026-08-27T08:19:52.293Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5332 | 2026-08-27T08:19:52.293Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5333 | 2026-08-27T08:19:53.809Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5334 | 2026-08-27T08:19:55.113Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5335 | 2026-08-27T08:19:55.790Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5336 | 2026-08-27T08:19:57.084Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5337 | 2026-08-27T08:19:57.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.28s |
| 5338 | 2026-08-27T08:19:57.834Z | |
| 5339 | 2026-08-27T08:19:57.834Z | info: running `cargo check --bins` on wicket-dbg (373/377) |
| 5340 | 2026-08-27T08:19:58.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5341 | 2026-08-27T08:19:58.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5342 | 2026-08-27T08:19:58.539Z | Checking rtoolbox v0.0.3 |
| 5343 | 2026-08-27T08:19:58.543Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5344 | 2026-08-27T08:19:58.653Z | Checking tui-tree-widget v0.23.1 |
| 5345 | 2026-08-27T08:19:58.663Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5346 | 2026-08-27T08:19:58.757Z | Checking rpassword v7.5.4 |
| 5347 | 2026-08-27T08:20:01.560Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5348 | 2026-08-27T08:20:03.419Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5349 | 2026-08-27T08:20:04.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.51s |
| 5350 | 2026-08-27T08:20:04.540Z | |
| 5351 | 2026-08-27T08:20:04.541Z | info: running `cargo check --bins` on wicket (374/377) |
| 5352 | 2026-08-27T08:20:05.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5353 | 2026-08-27T08:20:05.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5354 | 2026-08-27T08:20:05.240Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5355 | 2026-08-27T08:20:05.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 5356 | 2026-08-27T08:20:05.789Z | |
| 5357 | 2026-08-27T08:20:05.789Z | info: running `cargo check --bins` on wicketd (375/377) |
| 5358 | 2026-08-27T08:20:06.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5359 | 2026-08-27T08:20:06.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5360 | 2026-08-27T08:20:06.488Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5361 | 2026-08-27T08:20:10.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
| 5362 | 2026-08-27T08:20:10.225Z | |
| 5363 | 2026-08-27T08:20:10.225Z | info: running `cargo check --bins` on omicron-workspace-hack (376/377) |
| 5364 | 2026-08-27T08:20:10.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5365 | 2026-08-27T08:20:10.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5366 | 2026-08-27T08:20:10.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5367 | 2026-08-27T08:20:10.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5368 | 2026-08-27T08:20:10.790Z | |
| 5369 | 2026-08-27T08:20:10.790Z | info: running `cargo check --bins` on zone-setup (377/377) |
| 5370 | 2026-08-27T08:20:11.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5371 | 2026-08-27T08:20:11.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5372 | 2026-08-27T08:20:11.461Z | Checking uzers v0.12.2 |
| 5373 | 2026-08-27T08:20:11.730Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5374 | 2026-08-27T08:20:12.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 5375 | 2026-08-27T08:20:12.715Z | |
| 5376 | 2026-08-27T08:20:12.715Z | real 14:26.252913720 |
| 5377 | 2026-08-27T08:20:12.715Z | user 21:43.494032836 |
| 5378 | 2026-08-27T08:20:12.715Z | sys 4:26.159856404 |
| 5379 | 2026-08-27T08:20:12.715Z | trap 0.337183437 |
| 5380 | 2026-08-27T08:20:12.715Z | tflt 0.639501360 |
| 5381 | 2026-08-27T08:20:12.715Z | dflt 0.917683801 |
| 5382 | 2026-08-27T08:20:12.715Z | kflt 0.019630195 |
| 5383 | 2026-08-27T08:20:12.715Z | lock 1:30:14.587402158 |
| 5384 | 2026-08-27T08:20:12.715Z | slp 1:42:55.988885424 |
| 5385 | 2026-08-27T08:20:12.715Z | lat 57.712635318 |
| 5386 | 2026-08-27T08:20:12.715Z | stop 4:11.775341569 |
| 5387 | 2026-08-27T08:20:12.719Z | process exited: duration 999712 ms, exit code 0 |
| |
| 5388 | 2026-08-27T08:20:12.725Z | found 0 output files |