|
|
|
| 1 | 2026-07-23T00:38:45.458Z | job assigned to worker 01KY66GWM2TCBHAA15H9JV2CRS [factory aws, i-0666762b9e99ad859] (queued for 50 s) |
| |
| 2 | 2026-07-23T00:38:52.129Z | starting task 0: "setup" |
| 3 | 2026-07-23T00:38:52.134Z | ++ uname -s |
| 4 | 2026-07-23T00:38:52.137Z | + kern=SunOS |
| 5 | 2026-07-23T00:38:52.137Z | + build_user=build |
| 6 | 2026-07-23T00:38:52.137Z | + build_uid=12345 |
| 7 | 2026-07-23T00:38:52.137Z | + work_dir=/work |
| 8 | 2026-07-23T00:38:52.137Z | + input_dir=/input |
| 9 | 2026-07-23T00:38:52.137Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-23T00:38:52.137Z | + case "$kern" in |
| 11 | 2026-07-23T00:38:52.137Z | + groupadd -g 12345 build |
| 12 | 2026-07-23T00:38:52.140Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-23T00:38:54.143Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-23T00:38:54.234Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-23T00:38:54.237Z | + home_fs=zfs |
| 16 | 2026-07-23T00:38:54.237Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-23T00:38:54.237Z | + mkdir -p /home/build |
| 18 | 2026-07-23T00:38:54.237Z | + chown build:build /home/build /work |
| 19 | 2026-07-23T00:38:56.238Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-23T00:38:56.241Z | process exited: duration 4110 ms, exit code 0 |
| |
| 21 | 2026-07-23T00:38:56.247Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-23T00:38:56.250Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-23T00:38:56.250Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-23T00:38:56.250Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-23T00:38:56.250Z | * rust toolchain channel = "1.96.1" |
| 26 | 2026-07-23T00:38:56.250Z | * rust toolchain profile = "default" |
| 27 | 2026-07-23T00:38:56.251Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-23T00:38:56.254Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-23T00:38:56.254Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-23T00:38:56.342Z | info: downloading installer |
| 31 | 2026-07-23T00:38:57.744Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-23T00:38:57.744Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-23T00:38:57.744Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-23T00:38:57.744Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-23T00:38:57.756Z | info: profile set to default |
| 36 | 2026-07-23T00:38:57.756Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-23T00:38:57.759Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-23T00:38:57.903Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-23T00:38:57.906Z | info: downloading 6 components |
| 40 | 2026-07-23T00:39:15.022Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-23T00:39:15.022Z | |
| 42 | 2026-07-23T00:39:15.049Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-23T00:39:15.049Z | |
| 44 | 2026-07-23T00:39:15.049Z | |
| 45 | 2026-07-23T00:39:15.052Z | Rust is installed now. Great! |
| 46 | 2026-07-23T00:39:15.052Z | |
| 47 | 2026-07-23T00:39:15.052Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-23T00:39:15.052Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-23T00:39:15.053Z | |
| 50 | 2026-07-23T00:39:15.053Z | To configure your current shell, you need to source |
| 51 | 2026-07-23T00:39:15.053Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-23T00:39:15.053Z | |
| 53 | 2026-07-23T00:39:15.053Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-23T00:39:15.053Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-23T00:39:15.053Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-23T00:39:15.053Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-23T00:39:15.053Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-23T00:39:15.053Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-23T00:39:15.053Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-23T00:39:15.053Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-23T00:39:15.053Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-23T00:39:15.145Z | + rustup --version |
| 63 | 2026-07-23T00:39:15.154Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-23T00:39:15.157Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-23T00:39:15.174Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-23T00:39:15.179Z | + cargo --version |
| 67 | 2026-07-23T00:39:15.192Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-23T00:39:15.195Z | + rustc --version |
| 69 | 2026-07-23T00:39:15.212Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-23T00:39:15.216Z | process exited: duration 18967 ms, exit code 0 |
| |
| 71 | 2026-07-23T00:39:15.223Z | starting task 2: "authentication" |
| 72 | 2026-07-23T00:39:15.261Z | process exited: duration 38 ms, exit code 0 |
| |
| 73 | 2026-07-23T00:39:15.268Z | starting task 3: "clone repository" |
| 74 | 2026-07-23T00:39:15.272Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-23T00:39:15.275Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-23T00:39:15.303Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-23T00:39:31.573Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-23T00:39:31.573Z | + git fetch origin 7963884953866a08bfc772e45ce2e361a3929c6a |
| 79 | 2026-07-23T00:39:31.831Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-23T00:39:31.831Z | * branch 7963884953866a08bfc772e45ce2e361a3929c6a -> FETCH_HEAD |
| 81 | 2026-07-23T00:39:31.840Z | + [[ -n sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id ]] |
| 82 | 2026-07-23T00:39:31.844Z | ++ git branch --show-current |
| 83 | 2026-07-23T00:39:31.845Z | + current=main |
| 84 | 2026-07-23T00:39:31.845Z | + [[ main != sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id ]] |
| 85 | 2026-07-23T00:39:31.845Z | + git branch -f sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id 7963884953866a08bfc772e45ce2e361a3929c6a |
| 86 | 2026-07-23T00:39:31.848Z | + git checkout -f sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id |
| 87 | 2026-07-23T00:39:32.085Z | Switched to branch 'sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id' |
| 88 | 2026-07-23T00:39:32.088Z | + git reset --hard 7963884953866a08bfc772e45ce2e361a3929c6a |
| 89 | 2026-07-23T00:39:32.336Z | HEAD is now at 796388495 rebase on main |
| 90 | 2026-07-23T00:39:32.339Z | process exited: duration 17070 ms, exit code 0 |
| |
| 91 | 2026-07-23T00:39:32.344Z | starting task 4: "build" |
| 92 | 2026-07-23T00:39:32.349Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-23T00:39:32.351Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-23T00:39:32.351Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-23T00:39:32.351Z | +++ uname -s |
| 96 | 2026-07-23T00:39:32.351Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-23T00:39:32.351Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-23T00:39:32.354Z | + cargo --version |
| 99 | 2026-07-23T00:39:32.362Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-23T00:39:32.365Z | + rustc --version |
| 101 | 2026-07-23T00:39:32.384Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-23T00:39:32.387Z | + source ./env.sh |
| 103 | 2026-07-23T00:39:32.387Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-07-23T00:39:32.387Z | ++ set -o xtrace |
| 105 | 2026-07-23T00:39:32.390Z | ++++ dirname ./env.sh |
| 106 | 2026-07-23T00:39:32.390Z | +++ readlink -f . |
| 107 | 2026-07-23T00:39:32.394Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-07-23T00:39:32.394Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-07-23T00:39:32.394Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-07-23T00:39:32.394Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-07-23T00:39:32.394Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-07-23T00:39:32.394Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-07-23T00:39:32.394Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-07-23T00:39:32.394Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-07-23T00:39:32.394Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-07-23T00:39:32.394Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-07-23T00:39:32.395Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-07-23T00:39:32.395Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-07-23T00:39:32.395Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-07-23T00:39:32.395Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 121 | 2026-07-23T00:39:32.395Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 122 | 2026-07-23T00:39:32.395Z | + banner prerequisites |
| 123 | 2026-07-23T00:39:32.398Z | |
| 124 | 2026-07-23T00:39:32.398Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-07-23T00:39:32.398Z | # # # # # # # # # # # # # # # |
| 126 | 2026-07-23T00:39:32.398Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-07-23T00:39:32.398Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-07-23T00:39:32.398Z | # # # # # # # # # # # # # # # |
| 129 | 2026-07-23T00:39:32.398Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-07-23T00:39:32.398Z | |
| 131 | 2026-07-23T00:39:32.398Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-07-23T00:39:34.045Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-07-23T00:39:34.264Z | Startup: Caching catalogs ... Done |
| 134 | 2026-07-23T00:39:35.347Z | Planning: Solver setup ... Done (1.008s) |
| 135 | 2026-07-23T00:39:35.391Z | Planning: Running solver ... Done (0.043s) |
| 136 | 2026-07-23T00:39:35.418Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-07-23T00:39:35.430Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-07-23T00:39:35.446Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-07-23T00:39:35.459Z | Planning: Package planning ... Done (0.013s) |
| 140 | 2026-07-23T00:39:35.462Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-07-23T00:39:35.662Z | Planning: Checking for conflicting actions ... Done (0.201s) |
| 142 | 2026-07-23T00:39:35.665Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-07-23T00:39:36.469Z | Planning: Evaluating mediators ... Done (0.805s) |
| 144 | 2026-07-23T00:39:36.473Z | Planning: Planning completed in 2.18 seconds |
| 145 | 2026-07-23T00:39:36.477Z | Packages to install: 2 |
| 146 | 2026-07-23T00:39:36.477Z | Estimated space available: 156.06 GB |
| 147 | 2026-07-23T00:39:36.481Z | Estimated space to be consumed: 52.23 MB |
| 148 | 2026-07-23T00:39:36.481Z | Create boot environment: No |
| 149 | 2026-07-23T00:39:36.482Z | Create backup boot environment: No |
| 150 | 2026-07-23T00:39:36.482Z | Rebuild boot archive: No |
| 151 | 2026-07-23T00:39:36.482Z | |
| 152 | 2026-07-23T00:39:36.482Z | Changed packages: |
| 153 | 2026-07-23T00:39:36.482Z | helios |
| 154 | 2026-07-23T00:39:36.482Z | developer/build-essential |
| 155 | 2026-07-23T00:39:36.482Z | None -> 11-3.0 |
| 156 | 2026-07-23T00:39:36.482Z | library/libxmlsec1 |
| 157 | 2026-07-23T00:39:36.482Z | None -> 1.2.35-3.0 |
| 158 | 2026-07-23T00:39:36.501Z | |
| 159 | 2026-07-23T00:39:36.501Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-07-23T00:39:36.577Z | Download: Completed 1.28 MB in 0.08 seconds (16.9M/s) |
| 161 | 2026-07-23T00:39:36.657Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-07-23T00:39:36.695Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-07-23T00:39:36.716Z | Finalize: Updating package state database ... Done (0.021s) |
| 164 | 2026-07-23T00:39:36.719Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-07-23T00:39:36.770Z | Finalize: Updating image state ... Done (0.054s) |
| 166 | 2026-07-23T00:39:39.177Z | Finalize: Creating fast lookup database ... Done (2.370s) |
| 167 | 2026-07-23T00:39:39.242Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-07-23T00:39:39.246Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-07-23T00:39:39.345Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-07-23T00:39:39.677Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-07-23T00:39:39.782Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-07-23T00:39:39.785Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-07-23T00:39:39.939Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-07-23T00:39:39.942Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-07-23T00:39:39.961Z | Mediators to change: 2 |
| 176 | 2026-07-23T00:39:39.961Z | Create boot environment: No |
| 177 | 2026-07-23T00:39:39.964Z | Create backup boot environment: No |
| 178 | 2026-07-23T00:39:40.027Z | Finalize: Updating package state database ... Done |
| 179 | 2026-07-23T00:39:40.031Z | Finalize: Updating package cache ... Done |
| 180 | 2026-07-23T00:39:40.059Z | Finalize: Updating image state ... Done |
| 181 | 2026-07-23T00:39:42.004Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-07-23T00:39:42.070Z | Finalize: Reading search index ... Done |
| 183 | 2026-07-23T00:39:42.073Z | Finalize: Updating search index ... Done |
| 184 | 2026-07-23T00:39:42.157Z | Finalize: Updating package cache ... Done |
| 185 | 2026-07-23T00:39:42.444Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-07-23T00:39:42.549Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-07-23T00:39:42.554Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-07-23T00:39:42.706Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-07-23T00:39:42.709Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-07-23T00:39:42.729Z | Mediators to change: 1 |
| 191 | 2026-07-23T00:39:42.729Z | Create boot environment: No |
| 192 | 2026-07-23T00:39:42.732Z | Create backup boot environment: No |
| 193 | 2026-07-23T00:39:42.795Z | Finalize: Updating package state database ... Done |
| 194 | 2026-07-23T00:39:42.795Z | Finalize: Updating package cache ... Done |
| 195 | 2026-07-23T00:39:42.827Z | Finalize: Updating image state ... Done |
| 196 | 2026-07-23T00:39:44.778Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-07-23T00:39:44.838Z | Finalize: Reading search index ... Done |
| 198 | 2026-07-23T00:39:44.841Z | Finalize: Updating search index ... Done |
| 199 | 2026-07-23T00:39:44.918Z | Finalize: Updating package cache ... Done |
| 200 | 2026-07-23T00:39:45.230Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-07-23T00:39:45.230Z | apache system 2.4 system |
| 202 | 2026-07-23T00:39:45.230Z | clang system 15 system |
| 203 | 2026-07-23T00:39:45.231Z | csh system system illumos |
| 204 | 2026-07-23T00:39:45.231Z | ctags system system illumos |
| 205 | 2026-07-23T00:39:45.231Z | file vendor vendor darwinsys |
| 206 | 2026-07-23T00:39:45.231Z | file system system illumos |
| 207 | 2026-07-23T00:39:45.231Z | gcc vendor 14 vendor |
| 208 | 2026-07-23T00:39:45.231Z | gcc system 13 system |
| 209 | 2026-07-23T00:39:45.231Z | gcc system 10 system |
| 210 | 2026-07-23T00:39:45.231Z | go system 1.25 system |
| 211 | 2026-07-23T00:39:45.231Z | llvm system 15 system |
| 212 | 2026-07-23T00:39:45.231Z | mariadb system 11.4 system |
| 213 | 2026-07-23T00:39:45.231Z | mta vendor vendor dma |
| 214 | 2026-07-23T00:39:45.231Z | openjdk system 17 system |
| 215 | 2026-07-23T00:39:45.231Z | openjdk system 11 system |
| 216 | 2026-07-23T00:39:45.231Z | openssl vendor 3 vendor |
| 217 | 2026-07-23T00:39:45.231Z | perl system 5.40 system |
| 218 | 2026-07-23T00:39:45.231Z | postgresql system 18 system |
| 219 | 2026-07-23T00:39:45.231Z | postgresql system 17 system |
| 220 | 2026-07-23T00:39:45.231Z | python vendor 3 vendor |
| 221 | 2026-07-23T00:39:45.231Z | python system 2 system |
| 222 | 2026-07-23T00:39:45.231Z | python3 vendor 3.13 vendor |
| 223 | 2026-07-23T00:39:45.231Z | ruby system 3.4 system |
| 224 | 2026-07-23T00:39:45.231Z | ruby system 3.0 system |
| 225 | 2026-07-23T00:39:45.231Z | words vendor vendor american-english |
| 226 | 2026-07-23T00:39:45.231Z | words system system australian-english |
| 227 | 2026-07-23T00:39:45.231Z | words system system british-english |
| 228 | 2026-07-23T00:39:45.231Z | words system system canadian-english |
| 229 | 2026-07-23T00:39:45.231Z | words system system french |
| 230 | 2026-07-23T00:39:45.231Z | words system system italian |
| 231 | 2026-07-23T00:39:45.231Z | words system system ngerman |
| 232 | 2026-07-23T00:39:45.231Z | words system system ogerman |
| 233 | 2026-07-23T00:39:45.231Z | words system system spanish |
| 234 | 2026-07-23T00:39:45.483Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-07-23T00:39:45.483Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-07-23T00:39:45.862Z | FMRI IFO |
| 237 | 2026-07-23T00:39:45.862Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-07-23T00:39:45.862Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-07-23T00:39:45.862Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-07-23T00:39:45.862Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-07-23T00:39:45.862Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-07-23T00:39:45.862Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-07-23T00:39:45.862Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-07-23T00:39:45.862Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-07-23T00:39:45.862Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-07-23T00:39:46.163Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-07-23T00:39:46.408Z | Updating crates.io index |
| 248 | 2026-07-23T00:39:46.411Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-07-23T00:39:46.646Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-07-23T00:39:46.900Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-07-23T00:39:47.859Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-07-23T00:39:48.374Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-07-23T00:39:51.335Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-07-23T00:39:52.324Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-07-23T00:39:52.616Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-07-23T00:39:52.950Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-07-23T00:39:54.186Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-07-23T00:39:54.447Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-07-23T00:39:54.760Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 260 | 2026-07-23T00:39:54.993Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 261 | 2026-07-23T00:39:55.563Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 262 | 2026-07-23T00:39:56.092Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 263 | 2026-07-23T00:39:56.309Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-07-23T00:39:56.530Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-07-23T00:39:56.795Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-07-23T00:39:57.067Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 267 | 2026-07-23T00:39:57.298Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 268 | 2026-07-23T00:39:57.536Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 269 | 2026-07-23T00:39:57.771Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 270 | 2026-07-23T00:39:58.062Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 271 | 2026-07-23T00:39:58.428Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-07-23T00:39:58.644Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-07-23T00:39:59.038Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-07-23T00:39:59.280Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-07-23T00:39:59.627Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2026-07-23T00:39:59.915Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2026-07-23T00:40:00.152Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 278 | 2026-07-23T00:40:00.371Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-07-23T00:40:00.704Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 280 | 2026-07-23T00:40:01.065Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2026-07-23T00:40:01.303Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 282 | 2026-07-23T00:40:01.599Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-07-23T00:40:01.832Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-07-23T00:40:02.142Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 285 | 2026-07-23T00:40:02.414Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-07-23T00:40:02.660Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-07-23T00:40:02.938Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-07-23T00:40:03.171Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 289 | 2026-07-23T00:40:05.951Z | Downloading crates ... |
| 290 | 2026-07-23T00:40:05.999Z | Downloaded once_cell v1.21.3 |
| 291 | 2026-07-23T00:40:06.006Z | Downloaded camino v1.2.2 |
| 292 | 2026-07-23T00:40:06.010Z | Downloaded anstream v1.0.0 |
| 293 | 2026-07-23T00:40:06.013Z | Downloaded sha2 v0.10.9 |
| 294 | 2026-07-23T00:40:06.013Z | Downloaded bitflags v2.11.0 |
| 295 | 2026-07-23T00:40:06.016Z | Downloaded anstyle v1.0.14 |
| 296 | 2026-07-23T00:40:06.016Z | Downloaded zmij v1.0.21 |
| 297 | 2026-07-23T00:40:06.019Z | Downloaded cargo_toml v0.21.0 |
| 298 | 2026-07-23T00:40:06.019Z | Downloaded cfg-if v1.0.4 |
| 299 | 2026-07-23T00:40:06.019Z | Downloaded byteorder v1.5.0 |
| 300 | 2026-07-23T00:40:06.022Z | Downloaded fastrand v2.3.0 |
| 301 | 2026-07-23T00:40:06.022Z | Downloaded camino-tempfile v1.4.1 |
| 302 | 2026-07-23T00:40:06.022Z | Downloaded autocfg v1.5.0 |
| 303 | 2026-07-23T00:40:06.025Z | Downloaded clap_lex v1.0.0 |
| 304 | 2026-07-23T00:40:06.028Z | Downloaded pretty-hex v0.4.1 |
| 305 | 2026-07-23T00:40:06.030Z | Downloaded zerocopy v0.7.35 |
| 306 | 2026-07-23T00:40:06.037Z | Downloaded pest_meta v2.8.6 |
| 307 | 2026-07-23T00:40:06.039Z | Downloaded colorchoice v1.0.4 |
| 308 | 2026-07-23T00:40:06.039Z | Downloaded zerocopy-derive v0.7.35 |
| 309 | 2026-07-23T00:40:06.043Z | Downloaded clap_builder v4.6.0 |
| 310 | 2026-07-23T00:40:06.046Z | Downloaded usdt-macro v0.5.0 |
| 311 | 2026-07-23T00:40:06.046Z | Downloaded crypto-common v0.1.7 |
| 312 | 2026-07-23T00:40:06.046Z | Downloaded cpufeatures v0.2.17 |
| 313 | 2026-07-23T00:40:06.048Z | Downloaded cargo-platform v0.3.2 |
| 314 | 2026-07-23T00:40:06.048Z | Downloaded pest v2.8.6 |
| 315 | 2026-07-23T00:40:06.051Z | Downloaded fnv v1.0.7 |
| 316 | 2026-07-23T00:40:06.051Z | Downloaded terminal_size v0.4.3 |
| 317 | 2026-07-23T00:40:06.054Z | Downloaded swrite v0.1.0 |
| 318 | 2026-07-23T00:40:06.054Z | Downloaded anstyle-parse v1.0.0 |
| 319 | 2026-07-23T00:40:06.054Z | Downloaded getrandom v0.4.1 |
| 320 | 2026-07-23T00:40:06.057Z | Downloaded heck v0.5.0 |
| 321 | 2026-07-23T00:40:06.057Z | Downloaded dof v0.3.0 |
| 322 | 2026-07-23T00:40:06.060Z | Downloaded itoa v1.0.17 |
| 323 | 2026-07-23T00:40:06.062Z | Downloaded clap v4.6.1 |
| 324 | 2026-07-23T00:40:06.067Z | Downloaded serde_spanned v0.6.9 |
| 325 | 2026-07-23T00:40:06.070Z | Downloaded is_terminal_polyfill v1.70.2 |
| 326 | 2026-07-23T00:40:06.070Z | Downloaded dtrace-parser v0.2.0 |
| 327 | 2026-07-23T00:40:06.070Z | Downloaded errno v0.3.14 |
| 328 | 2026-07-23T00:40:06.076Z | Downloaded equivalent v1.0.2 |
| 329 | 2026-07-23T00:40:06.079Z | Downloaded toml_datetime v0.6.11 |
| 330 | 2026-07-23T00:40:06.079Z | Downloaded thread-id v4.2.2 |
| 331 | 2026-07-23T00:40:06.082Z | Downloaded tabled_derive v0.7.0 |
| 332 | 2026-07-23T00:40:06.082Z | Downloaded macaddr v1.0.1 |
| 333 | 2026-07-23T00:40:06.082Z | Downloaded block-buffer v0.10.4 |
| 334 | 2026-07-23T00:40:06.082Z | Downloaded proc-macro-error-attr v1.0.4 |
| 335 | 2026-07-23T00:40:06.090Z | Downloaded smawk v0.3.2 |
| 336 | 2026-07-23T00:40:06.094Z | Downloaded plain v0.2.3 |
| 337 | 2026-07-23T00:40:06.097Z | Downloaded usdt v0.5.0 |
| 338 | 2026-07-23T00:40:06.097Z | Downloaded usdt-attr-macro v0.5.0 |
| 339 | 2026-07-23T00:40:06.097Z | Downloaded anstyle-query v1.1.5 |
| 340 | 2026-07-23T00:40:06.100Z | Downloaded scroll_derive v0.12.1 |
| 341 | 2026-07-23T00:40:06.100Z | Downloaded generic-array v0.14.7 |
| 342 | 2026-07-23T00:40:06.103Z | Downloaded toml_write v0.1.2 |
| 343 | 2026-07-23T00:40:06.108Z | Downloaded heck v0.4.1 |
| 344 | 2026-07-23T00:40:06.117Z | Downloaded version_check v0.9.5 |
| 345 | 2026-07-23T00:40:06.120Z | Downloaded utf8parse v0.2.2 |
| 346 | 2026-07-23T00:40:06.123Z | Downloaded memmap v0.7.0 |
| 347 | 2026-07-23T00:40:06.123Z | Downloaded usdt-impl v0.5.0 |
| 348 | 2026-07-23T00:40:06.126Z | Downloaded bytecount v0.6.9 |
| 349 | 2026-07-23T00:40:06.126Z | Downloaded thiserror v2.0.18 |
| 350 | 2026-07-23T00:40:06.129Z | Downloaded scroll v0.12.0 |
| 351 | 2026-07-23T00:40:06.132Z | Downloaded unicode-linebreak v0.1.5 |
| 352 | 2026-07-23T00:40:06.132Z | Downloaded pest_generator v2.8.6 |
| 353 | 2026-07-23T00:40:06.136Z | Downloaded thiserror-impl v1.0.69 |
| 354 | 2026-07-23T00:40:06.136Z | Downloaded fs-err v3.3.0 |
| 355 | 2026-07-23T00:40:06.140Z | Downloaded digest v0.10.7 |
| 356 | 2026-07-23T00:40:06.143Z | Downloaded cargo_metadata v0.23.1 |
| 357 | 2026-07-23T00:40:06.146Z | Downloaded thiserror v1.0.69 |
| 358 | 2026-07-23T00:40:06.152Z | Downloaded proc-macro-error v1.0.4 |
| 359 | 2026-07-23T00:40:06.155Z | Downloaded strsim v0.11.1 |
| 360 | 2026-07-23T00:40:06.155Z | Downloaded anyhow v1.0.102 |
| 361 | 2026-07-23T00:40:06.159Z | Downloaded pest_derive v2.8.6 |
| 362 | 2026-07-23T00:40:06.162Z | Downloaded serde_tokenstream v0.2.3 |
| 363 | 2026-07-23T00:40:06.162Z | Downloaded quote v1.0.45 |
| 364 | 2026-07-23T00:40:06.170Z | Downloaded toml v0.8.23 |
| 365 | 2026-07-23T00:40:06.173Z | Downloaded thiserror-impl v2.0.18 |
| 366 | 2026-07-23T00:40:06.176Z | Downloaded semver v1.0.28 |
| 367 | 2026-07-23T00:40:06.176Z | Downloaded ucd-trie v0.1.7 |
| 368 | 2026-07-23T00:40:06.176Z | Downloaded clap_derive v4.6.1 |
| 369 | 2026-07-23T00:40:06.180Z | Downloaded serde_core v1.0.228 |
| 370 | 2026-07-23T00:40:06.183Z | Downloaded papergrid v0.11.0 |
| 371 | 2026-07-23T00:40:06.187Z | Downloaded tempfile v3.25.0 |
| 372 | 2026-07-23T00:40:06.194Z | Downloaded unicode-ident v1.0.24 |
| 373 | 2026-07-23T00:40:06.196Z | Downloaded textwrap v0.16.2 |
| 374 | 2026-07-23T00:40:06.196Z | Downloaded proc-macro2 v1.0.106 |
| 375 | 2026-07-23T00:40:06.199Z | Downloaded log v0.4.29 |
| 376 | 2026-07-23T00:40:06.205Z | Downloaded toml_edit v0.22.27 |
| 377 | 2026-07-23T00:40:06.207Z | Downloaded serde_derive v1.0.228 |
| 378 | 2026-07-23T00:40:06.222Z | Downloaded memchr v2.8.0 |
| 379 | 2026-07-23T00:40:06.226Z | Downloaded serde v1.0.228 |
| 380 | 2026-07-23T00:40:06.238Z | Downloaded indexmap v2.14.0 |
| 381 | 2026-07-23T00:40:06.242Z | Downloaded typenum v1.20.1 |
| 382 | 2026-07-23T00:40:06.262Z | Downloaded hashbrown v0.17.0 |
| 383 | 2026-07-23T00:40:06.268Z | Downloaded serde_json v1.0.150 |
| 384 | 2026-07-23T00:40:06.273Z | Downloaded winnow v0.7.14 |
| 385 | 2026-07-23T00:40:06.286Z | Downloaded goblin v0.8.2 |
| 386 | 2026-07-23T00:40:06.305Z | Downloaded tabled v0.15.0 |
| 387 | 2026-07-23T00:40:06.313Z | Downloaded syn v1.0.109 |
| 388 | 2026-07-23T00:40:06.318Z | Downloaded unicode-width v0.2.0 |
| 389 | 2026-07-23T00:40:06.323Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-07-23T00:40:06.327Z | Downloaded syn v2.0.117 |
| 391 | 2026-07-23T00:40:06.342Z | Downloaded rustix v1.1.3 |
| 392 | 2026-07-23T00:40:06.368Z | Downloaded libc v0.2.185 |
| 393 | 2026-07-23T00:40:06.429Z | Compiling proc-macro2 v1.0.106 |
| 394 | 2026-07-23T00:40:06.429Z | Compiling unicode-ident v1.0.24 |
| 395 | 2026-07-23T00:40:06.429Z | Compiling quote v1.0.45 |
| 396 | 2026-07-23T00:40:06.431Z | Compiling serde_core v1.0.228 |
| 397 | 2026-07-23T00:40:06.432Z | Compiling libc v0.2.185 |
| 398 | 2026-07-23T00:40:06.432Z | Compiling version_check v0.9.5 |
| 399 | 2026-07-23T00:40:06.432Z | Compiling memchr v2.8.0 |
| 400 | 2026-07-23T00:40:06.432Z | Compiling serde v1.0.228 |
| 401 | 2026-07-23T00:40:06.755Z | Compiling zmij v1.0.21 |
| 402 | 2026-07-23T00:40:07.048Z | Compiling ucd-trie v0.1.7 |
| 403 | 2026-07-23T00:40:07.057Z | Compiling thiserror v1.0.69 |
| 404 | 2026-07-23T00:40:07.303Z | Compiling itoa v1.0.17 |
| 405 | 2026-07-23T00:40:07.381Z | Compiling pest v2.8.6 |
| 406 | 2026-07-23T00:40:07.467Z | Compiling byteorder v1.5.0 |
| 407 | 2026-07-23T00:40:07.483Z | Compiling rustix v1.1.3 |
| 408 | 2026-07-23T00:40:07.593Z | Compiling errno v0.3.14 |
| 409 | 2026-07-23T00:40:07.745Z | Compiling bitflags v2.11.0 |
| 410 | 2026-07-23T00:40:07.857Z | Compiling serde_json v1.0.150 |
| 411 | 2026-07-23T00:40:07.900Z | Compiling syn v2.0.117 |
| 412 | 2026-07-23T00:40:07.974Z | Compiling thread-id v4.2.2 |
| 413 | 2026-07-23T00:40:08.053Z | Compiling proc-macro-error-attr v1.0.4 |
| 414 | 2026-07-23T00:40:08.091Z | Compiling usdt-impl v0.5.0 |
| 415 | 2026-07-23T00:40:08.220Z | Compiling camino v1.2.2 |
| 416 | 2026-07-23T00:40:08.258Z | Compiling syn v1.0.109 |
| 417 | 2026-07-23T00:40:08.422Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-07-23T00:40:08.605Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2026-07-23T00:40:08.622Z | Compiling hashbrown v0.17.0 |
| 420 | 2026-07-23T00:40:08.638Z | Compiling getrandom v0.4.1 |
| 421 | 2026-07-23T00:40:08.931Z | Compiling plain v0.2.3 |
| 422 | 2026-07-23T00:40:09.003Z | Compiling log v0.4.29 |
| 423 | 2026-07-23T00:40:09.092Z | Compiling utf8parse v0.2.2 |
| 424 | 2026-07-23T00:40:09.173Z | Compiling equivalent v1.0.2 |
| 425 | 2026-07-23T00:40:09.190Z | Compiling anstyle-parse v1.0.0 |
| 426 | 2026-07-23T00:40:09.207Z | Compiling terminal_size v0.4.3 |
| 427 | 2026-07-23T00:40:09.241Z | Compiling indexmap v2.14.0 |
| 428 | 2026-07-23T00:40:09.800Z | Compiling anstyle-query v1.1.5 |
| 429 | 2026-07-23T00:40:09.817Z | Compiling anstyle v1.0.14 |
| 430 | 2026-07-23T00:40:09.851Z | Compiling thiserror v2.0.18 |
| 431 | 2026-07-23T00:40:09.960Z | Compiling pretty-hex v0.4.1 |
| 432 | 2026-07-23T00:40:09.976Z | Compiling is_terminal_polyfill v1.70.2 |
| 433 | 2026-07-23T00:40:10.033Z | Compiling autocfg v1.5.0 |
| 434 | 2026-07-23T00:40:10.075Z | Compiling colorchoice v1.0.4 |
| 435 | 2026-07-23T00:40:10.079Z | Compiling cfg-if v1.0.4 |
| 436 | 2026-07-23T00:40:10.113Z | Compiling toml_write v0.1.2 |
| 437 | 2026-07-23T00:40:10.116Z | Compiling winnow v0.7.14 |
| 438 | 2026-07-23T00:40:10.164Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-07-23T00:40:10.195Z | Compiling anstream v1.0.0 |
| 440 | 2026-07-23T00:40:10.478Z | Compiling fs-err v3.3.0 |
| 441 | 2026-07-23T00:40:10.496Z | Compiling unicode-width v0.1.14 |
| 442 | 2026-07-23T00:40:10.513Z | Compiling fnv v1.0.7 |
| 443 | 2026-07-23T00:40:10.615Z | Compiling once_cell v1.21.3 |
| 444 | 2026-07-23T00:40:10.677Z | Compiling strsim v0.11.1 |
| 445 | 2026-07-23T00:40:10.770Z | Compiling heck v0.4.1 |
| 446 | 2026-07-23T00:40:10.839Z | Compiling heck v0.5.0 |
| 447 | 2026-07-23T00:40:10.857Z | Compiling fastrand v2.3.0 |
| 448 | 2026-07-23T00:40:10.881Z | Compiling bytecount v0.6.9 |
| 449 | 2026-07-23T00:40:11.000Z | Compiling anyhow v1.0.102 |
| 450 | 2026-07-23T00:40:11.022Z | Compiling clap_lex v1.0.0 |
| 451 | 2026-07-23T00:40:11.040Z | Compiling tempfile v3.25.0 |
| 452 | 2026-07-23T00:40:11.082Z | Compiling papergrid v0.11.0 |
| 453 | 2026-07-23T00:40:11.291Z | Compiling clap_builder v4.6.0 |
| 454 | 2026-07-23T00:40:11.309Z | Compiling cargo-platform v0.3.2 |
| 455 | 2026-07-23T00:40:11.452Z | Compiling semver v1.0.28 |
| 456 | 2026-07-23T00:40:11.471Z | Compiling tabled_derive v0.7.0 |
| 457 | 2026-07-23T00:40:11.576Z | Compiling memmap v0.7.0 |
| 458 | 2026-07-23T00:40:11.593Z | Compiling unicode-width v0.2.0 |
| 459 | 2026-07-23T00:40:11.669Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2026-07-23T00:40:11.756Z | Compiling smawk v0.3.2 |
| 461 | 2026-07-23T00:40:11.841Z | Compiling serde_derive v1.0.228 |
| 462 | 2026-07-23T00:40:11.864Z | Compiling thiserror-impl v1.0.69 |
| 463 | 2026-07-23T00:40:11.896Z | Compiling zerocopy-derive v0.7.35 |
| 464 | 2026-07-23T00:40:11.909Z | Compiling pest_derive v2.8.6 |
| 465 | 2026-07-23T00:40:12.120Z | Compiling scroll_derive v0.12.1 |
| 466 | 2026-07-23T00:40:12.356Z | Compiling thiserror-impl v2.0.18 |
| 467 | 2026-07-23T00:40:12.385Z | Compiling clap_derive v4.6.1 |
| 468 | 2026-07-23T00:40:12.554Z | Compiling tabled v0.15.0 |
| 469 | 2026-07-23T00:40:12.774Z | Compiling zerocopy v0.7.35 |
| 470 | 2026-07-23T00:40:12.801Z | Compiling scroll v0.12.0 |
| 471 | 2026-07-23T00:40:13.076Z | Compiling goblin v0.8.2 |
| 472 | 2026-07-23T00:40:13.243Z | Compiling dtrace-parser v0.2.0 |
| 473 | 2026-07-23T00:40:13.320Z | Compiling textwrap v0.16.2 |
| 474 | 2026-07-23T00:40:13.808Z | Compiling camino-tempfile v1.4.1 |
| 475 | 2026-07-23T00:40:13.968Z | Compiling swrite v0.1.0 |
| 476 | 2026-07-23T00:40:14.137Z | Compiling clap v4.6.1 |
| 477 | 2026-07-23T00:40:14.972Z | Compiling dof v0.3.0 |
| 478 | 2026-07-23T00:40:14.972Z | Compiling serde_tokenstream v0.2.3 |
| 479 | 2026-07-23T00:40:14.974Z | Compiling serde_spanned v0.6.9 |
| 480 | 2026-07-23T00:40:14.974Z | Compiling toml_datetime v0.6.11 |
| 481 | 2026-07-23T00:40:14.975Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-07-23T00:40:15.052Z | Compiling cargo_metadata v0.23.1 |
| 483 | 2026-07-23T00:40:15.057Z | Compiling macaddr v1.0.1 |
| 484 | 2026-07-23T00:40:15.189Z | Compiling toml_edit v0.22.27 |
| 485 | 2026-07-23T00:40:15.784Z | Compiling usdt-attr-macro v0.5.0 |
| 486 | 2026-07-23T00:40:15.796Z | Compiling usdt-macro v0.5.0 |
| 487 | 2026-07-23T00:40:16.411Z | Compiling usdt v0.5.0 |
| 488 | 2026-07-23T00:40:16.549Z | Compiling toml v0.8.23 |
| 489 | 2026-07-23T00:40:16.873Z | Compiling cargo_toml v0.21.0 |
| 490 | 2026-07-23T00:40:18.111Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 491 | 2026-07-23T00:40:20.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.08s |
| 492 | 2026-07-23T00:40:20.282Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 493 | 2026-07-23T00:40:20.786Z | Downloading crates ... |
| 494 | 2026-07-23T00:40:20.872Z | Downloaded adler2 v2.0.1 |
| 495 | 2026-07-23T00:40:20.891Z | Downloaded backoff v0.4.0 |
| 496 | 2026-07-23T00:40:20.894Z | Downloaded convert_case v0.4.0 |
| 497 | 2026-07-23T00:40:20.897Z | Downloaded assert_matches v1.5.0 |
| 498 | 2026-07-23T00:40:20.900Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 499 | 2026-07-23T00:40:20.902Z | Downloaded darling_core v0.23.0 |
| 500 | 2026-07-23T00:40:20.905Z | Downloaded difflib v0.4.0 |
| 501 | 2026-07-23T00:40:20.908Z | Downloaded bb8 v0.8.6 |
| 502 | 2026-07-23T00:40:20.908Z | Downloaded atomicwrites v0.4.4 |
| 503 | 2026-07-23T00:40:20.908Z | Downloaded darling_core v0.13.4 |
| 504 | 2026-07-23T00:40:20.911Z | Downloaded defmt v1.0.1 |
| 505 | 2026-07-23T00:40:20.914Z | Downloaded ar_archive_writer v0.5.1 |
| 506 | 2026-07-23T00:40:20.917Z | Downloaded aead v0.5.2 |
| 507 | 2026-07-23T00:40:20.917Z | Downloaded debug-ignore v1.0.5 |
| 508 | 2026-07-23T00:40:20.917Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 509 | 2026-07-23T00:40:20.920Z | Downloaded cstr-argument v0.1.2 |
| 510 | 2026-07-23T00:40:20.920Z | Downloaded cfg_aliases v0.2.1 |
| 511 | 2026-07-23T00:40:20.920Z | Downloaded block-padding v0.4.2 |
| 512 | 2026-07-23T00:40:20.920Z | Downloaded bitfield-struct v0.6.2 |
| 513 | 2026-07-23T00:40:20.923Z | Downloaded bit-set v0.5.3 |
| 514 | 2026-07-23T00:40:20.926Z | Downloaded anstream v0.6.21 |
| 515 | 2026-07-23T00:40:20.926Z | Downloaded defmt v0.3.100 |
| 516 | 2026-07-23T00:40:20.926Z | Downloaded crypto-common v0.2.2 |
| 517 | 2026-07-23T00:40:20.929Z | Downloaded base16ct v1.0.0 |
| 518 | 2026-07-23T00:40:20.929Z | Downloaded bit-set v0.8.0 |
| 519 | 2026-07-23T00:40:20.934Z | Downloaded crossbeam-deque v0.8.6 |
| 520 | 2026-07-23T00:40:20.937Z | Downloaded der v0.8.0 |
| 521 | 2026-07-23T00:40:20.937Z | Downloaded csv-core v0.1.13 |
| 522 | 2026-07-23T00:40:20.937Z | Downloaded cassowary v0.3.0 |
| 523 | 2026-07-23T00:40:20.939Z | Downloaded bit-vec v0.8.0 |
| 524 | 2026-07-23T00:40:20.939Z | Downloaded atomic-waker v1.1.2 |
| 525 | 2026-07-23T00:40:20.942Z | Downloaded darling_macro v0.20.11 |
| 526 | 2026-07-23T00:40:20.942Z | Downloaded cfg_aliases v0.1.1 |
| 527 | 2026-07-23T00:40:20.942Z | Downloaded bitfield-macros v0.19.4 |
| 528 | 2026-07-23T00:40:20.945Z | Downloaded async-stream-impl v0.3.6 |
| 529 | 2026-07-23T00:40:20.945Z | Downloaded base16ct v0.2.0 |
| 530 | 2026-07-23T00:40:20.945Z | Downloaded async-recursion v1.1.1 |
| 531 | 2026-07-23T00:40:20.947Z | Downloaded base64 v0.21.7 |
| 532 | 2026-07-23T00:40:20.950Z | Downloaded arrayvec v0.7.6 |
| 533 | 2026-07-23T00:40:20.952Z | Downloaded ciborium-io v0.2.2 |
| 534 | 2026-07-23T00:40:20.955Z | Downloaded async-bb8-diesel v0.2.1 |
| 535 | 2026-07-23T00:40:20.955Z | Downloaded darling_macro v0.23.0 |
| 536 | 2026-07-23T00:40:20.958Z | Downloaded crucible-workspace-hack v0.1.0 |
| 537 | 2026-07-23T00:40:20.961Z | Downloaded castaway v0.2.4 |
| 538 | 2026-07-23T00:40:20.961Z | Downloaded darling v0.20.11 |
| 539 | 2026-07-23T00:40:20.965Z | Downloaded cpubits v0.1.1 |
| 540 | 2026-07-23T00:40:20.969Z | Downloaded crc-catalog v2.4.0 |
| 541 | 2026-07-23T00:40:20.971Z | Downloaded atty v0.2.14 |
| 542 | 2026-07-23T00:40:20.971Z | Downloaded data-encoding v2.10.0 |
| 543 | 2026-07-23T00:40:20.971Z | Downloaded bitfield v0.19.4 |
| 544 | 2026-07-23T00:40:20.971Z | Downloaded arrayref v0.3.9 |
| 545 | 2026-07-23T00:40:20.974Z | Downloaded corncobs v0.1.4 |
| 546 | 2026-07-23T00:40:20.974Z | Downloaded anstyle-parse v0.2.7 |
| 547 | 2026-07-23T00:40:20.977Z | Downloaded compression-codecs v0.4.37 |
| 548 | 2026-07-23T00:40:20.979Z | Downloaded cmov v0.5.4 |
| 549 | 2026-07-23T00:40:20.982Z | Downloaded crc8 v0.1.1 |
| 550 | 2026-07-23T00:40:20.982Z | Downloaded allocator-api2 v0.2.21 |
| 551 | 2026-07-23T00:40:20.984Z | Downloaded crunchy v0.2.4 |
| 552 | 2026-07-23T00:40:20.984Z | Downloaded embedded-io v0.6.1 |
| 553 | 2026-07-23T00:40:20.987Z | Downloaded downcast-rs v2.0.2 |
| 554 | 2026-07-23T00:40:20.987Z | Downloaded ciborium-ll v0.2.2 |
| 555 | 2026-07-23T00:40:20.987Z | Downloaded block-buffer v0.12.1 |
| 556 | 2026-07-23T00:40:20.990Z | Downloaded dyn-clone v1.0.20 |
| 557 | 2026-07-23T00:40:20.990Z | Downloaded dirs-sys-next v0.1.2 |
| 558 | 2026-07-23T00:40:20.990Z | Downloaded async-stream v0.3.6 |
| 559 | 2026-07-23T00:40:20.992Z | Downloaded dtrace-parser v0.3.0 |
| 560 | 2026-07-23T00:40:20.992Z | Downloaded dirs-next v2.0.0 |
| 561 | 2026-07-23T00:40:20.997Z | Downloaded cpufeatures v0.3.0 |
| 562 | 2026-07-23T00:40:20.997Z | Downloaded defmt-parser v1.0.0 |
| 563 | 2026-07-23T00:40:20.997Z | Downloaded dunce v1.0.5 |
| 564 | 2026-07-23T00:40:21.000Z | Downloaded digest-io v0.1.0 |
| 565 | 2026-07-23T00:40:21.000Z | Downloaded display-error-chain v0.2.2 |
| 566 | 2026-07-23T00:40:21.000Z | Downloaded crc v3.4.0 |
| 567 | 2026-07-23T00:40:21.005Z | Downloaded endian-type v0.1.2 |
| 568 | 2026-07-23T00:40:21.005Z | Downloaded array-init v0.0.4 |
| 569 | 2026-07-23T00:40:21.005Z | Downloaded dof v0.4.0 |
| 570 | 2026-07-23T00:40:21.005Z | Downloaded darling_macro v0.13.4 |
| 571 | 2026-07-23T00:40:21.008Z | Downloaded ascii-canvas v3.0.0 |
| 572 | 2026-07-23T00:40:21.008Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 573 | 2026-07-23T00:40:21.008Z | Downloaded darling_macro v0.21.3 |
| 574 | 2026-07-23T00:40:21.010Z | Downloaded compression-core v0.4.31 |
| 575 | 2026-07-23T00:40:21.010Z | Downloaded derive_builder_macro v0.20.2 |
| 576 | 2026-07-23T00:40:21.010Z | Downloaded cexpr v0.6.0 |
| 577 | 2026-07-23T00:40:21.014Z | Downloaded daft v0.1.7 |
| 578 | 2026-07-23T00:40:21.020Z | Downloaded console v0.16.2 |
| 579 | 2026-07-23T00:40:21.020Z | Downloaded document-features v0.2.12 |
| 580 | 2026-07-23T00:40:21.020Z | Downloaded aead v0.6.1 |
| 581 | 2026-07-23T00:40:21.020Z | Downloaded enum-as-inner v0.6.1 |
| 582 | 2026-07-23T00:40:21.020Z | Downloaded cobs v0.3.0 |
| 583 | 2026-07-23T00:40:21.025Z | Downloaded dsl_auto_type v0.2.0 |
| 584 | 2026-07-23T00:40:21.029Z | Downloaded env_filter v1.0.0 |
| 585 | 2026-07-23T00:40:21.031Z | Downloaded derive_builder_core v0.20.2 |
| 586 | 2026-07-23T00:40:21.031Z | Downloaded ed25519 v3.0.0 |
| 587 | 2026-07-23T00:40:21.031Z | Downloaded cookie v0.18.1 |
| 588 | 2026-07-23T00:40:21.036Z | Downloaded critical-section v1.2.0 |
| 589 | 2026-07-23T00:40:21.036Z | Downloaded cipher v0.4.4 |
| 590 | 2026-07-23T00:40:21.036Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 591 | 2026-07-23T00:40:21.039Z | Downloaded ena v0.14.4 |
| 592 | 2026-07-23T00:40:21.039Z | Downloaded darling v0.23.0 |
| 593 | 2026-07-23T00:40:21.042Z | Downloaded flagset v0.4.7 |
| 594 | 2026-07-23T00:40:21.042Z | Downloaded crossbeam-utils v0.8.21 |
| 595 | 2026-07-23T00:40:21.045Z | Downloaded fixedbitset v0.4.2 |
| 596 | 2026-07-23T00:40:21.045Z | Downloaded fd-lock v4.0.4 |
| 597 | 2026-07-23T00:40:21.050Z | Downloaded foreign-types-macros v0.2.3 |
| 598 | 2026-07-23T00:40:21.050Z | Downloaded futures-macro v0.3.32 |
| 599 | 2026-07-23T00:40:21.050Z | Downloaded futures-io v0.3.32 |
| 600 | 2026-07-23T00:40:21.050Z | Downloaded foreign-types v0.5.0 |
| 601 | 2026-07-23T00:40:21.056Z | Downloaded foreign-types-shared v0.3.1 |
| 602 | 2026-07-23T00:40:21.056Z | Downloaded foreign-types v0.3.2 |
| 603 | 2026-07-23T00:40:21.056Z | Downloaded futures-sink v0.3.32 |
| 604 | 2026-07-23T00:40:21.056Z | Downloaded der_derive v0.7.3 |
| 605 | 2026-07-23T00:40:21.056Z | Downloaded digest v0.11.3 |
| 606 | 2026-07-23T00:40:21.056Z | Downloaded ctutils v0.4.2 |
| 607 | 2026-07-23T00:40:21.072Z | Downloaded funty v2.0.0 |
| 608 | 2026-07-23T00:40:21.072Z | Downloaded form_urlencoded v1.2.2 |
| 609 | 2026-07-23T00:40:21.072Z | Downloaded deranged v0.5.8 |
| 610 | 2026-07-23T00:40:21.072Z | Downloaded foreign-types-shared v0.1.1 |
| 611 | 2026-07-23T00:40:21.072Z | Downloaded bs58 v0.5.1 |
| 612 | 2026-07-23T00:40:21.083Z | Downloaded displaydoc v0.2.5 |
| 613 | 2026-07-23T00:40:21.083Z | Downloaded bit-vec v0.6.3 |
| 614 | 2026-07-23T00:40:21.083Z | Downloaded embedded-io v0.4.0 |
| 615 | 2026-07-23T00:40:21.083Z | Downloaded diesel-dtrace v0.5.0 |
| 616 | 2026-07-23T00:40:21.083Z | Downloaded delegate v0.13.5 |
| 617 | 2026-07-23T00:40:21.083Z | Downloaded darling_core v0.21.3 |
| 618 | 2026-07-23T00:40:21.083Z | Downloaded git-stub v1.0.0 |
| 619 | 2026-07-23T00:40:21.083Z | Downloaded gethostname v0.5.0 |
| 620 | 2026-07-23T00:40:21.083Z | Downloaded globwalk v0.9.1 |
| 621 | 2026-07-23T00:40:21.083Z | Downloaded fxhash v0.2.1 |
| 622 | 2026-07-23T00:40:21.083Z | Downloaded constant_time_eq v0.4.2 |
| 623 | 2026-07-23T00:40:21.084Z | Downloaded futures-task v0.3.32 |
| 624 | 2026-07-23T00:40:21.084Z | Downloaded cmake v0.1.57 |
| 625 | 2026-07-23T00:40:21.084Z | Downloaded defmt-macros v1.0.1 |
| 626 | 2026-07-23T00:40:21.090Z | Downloaded bitflags v1.3.2 |
| 627 | 2026-07-23T00:40:21.090Z | Downloaded ed25519 v2.2.3 |
| 628 | 2026-07-23T00:40:21.090Z | Downloaded ghash v0.6.0 |
| 629 | 2026-07-23T00:40:21.090Z | Downloaded fallible-iterator v0.2.0 |
| 630 | 2026-07-23T00:40:21.090Z | Downloaded crc32fast v1.5.0 |
| 631 | 2026-07-23T00:40:21.090Z | Downloaded ctr v0.10.1 |
| 632 | 2026-07-23T00:40:21.090Z | Downloaded hash32 v0.3.1 |
| 633 | 2026-07-23T00:40:21.090Z | Downloaded darling v0.21.3 |
| 634 | 2026-07-23T00:40:21.094Z | Downloaded headers-core v0.3.0 |
| 635 | 2026-07-23T00:40:21.094Z | Downloaded clang-sys v1.8.1 |
| 636 | 2026-07-23T00:40:21.095Z | Downloaded bzip2 v0.4.4 |
| 637 | 2026-07-23T00:40:21.098Z | Downloaded cipher v0.5.2 |
| 638 | 2026-07-23T00:40:21.098Z | Downloaded darling_core v0.20.11 |
| 639 | 2026-07-23T00:40:21.102Z | Downloaded fs_extra v1.3.0 |
| 640 | 2026-07-23T00:40:21.102Z | Downloaded byte-wrapper v0.1.0 |
| 641 | 2026-07-23T00:40:21.102Z | Downloaded argon2 v0.5.3 |
| 642 | 2026-07-23T00:40:21.104Z | Downloaded hex-literal v1.1.0 |
| 643 | 2026-07-23T00:40:21.104Z | Downloaded crc-any v2.5.0 |
| 644 | 2026-07-23T00:40:21.104Z | Downloaded chacha20poly1305 v0.10.1 |
| 645 | 2026-07-23T00:40:21.107Z | Downloaded hex v0.4.3 |
| 646 | 2026-07-23T00:40:21.107Z | Downloaded des v0.9.0 |
| 647 | 2026-07-23T00:40:21.112Z | Downloaded filetime v0.2.27 |
| 648 | 2026-07-23T00:40:21.112Z | Downloaded env_logger v0.11.9 |
| 649 | 2026-07-23T00:40:21.115Z | Downloaded hash32 v0.2.1 |
| 650 | 2026-07-23T00:40:21.115Z | Downloaded foldhash v0.2.0 |
| 651 | 2026-07-23T00:40:21.115Z | Downloaded fs-err v2.11.0 |
| 652 | 2026-07-23T00:40:21.116Z | Downloaded foldhash v0.1.5 |
| 653 | 2026-07-23T00:40:21.116Z | Downloaded find-msvc-tools v0.1.9 |
| 654 | 2026-07-23T00:40:21.119Z | Downloaded futures-core v0.3.32 |
| 655 | 2026-07-23T00:40:21.119Z | Downloaded home v0.5.12 |
| 656 | 2026-07-23T00:40:21.119Z | Downloaded either v1.15.0 |
| 657 | 2026-07-23T00:40:21.122Z | Downloaded hubpack_derive v0.1.1 |
| 658 | 2026-07-23T00:40:21.122Z | Downloaded hostname v0.4.2 |
| 659 | 2026-07-23T00:40:21.122Z | Downloaded derive_builder v0.20.2 |
| 660 | 2026-07-23T00:40:21.126Z | Downloaded hostname v0.3.1 |
| 661 | 2026-07-23T00:40:21.126Z | Downloaded http-body v1.0.1 |
| 662 | 2026-07-23T00:40:21.130Z | Downloaded hubpack v0.1.2 |
| 663 | 2026-07-23T00:40:21.130Z | Downloaded colored v3.1.1 |
| 664 | 2026-07-23T00:40:21.130Z | Downloaded bcs v0.1.6 |
| 665 | 2026-07-23T00:40:21.133Z | Downloaded convert_case v0.10.0 |
| 666 | 2026-07-23T00:40:21.133Z | Downloaded ciborium v0.2.2 |
| 667 | 2026-07-23T00:40:21.134Z | Downloaded futures-executor v0.3.32 |
| 668 | 2026-07-23T00:40:21.137Z | Downloaded ecdsa v0.16.9 |
| 669 | 2026-07-23T00:40:21.137Z | Downloaded enum_dispatch v0.3.13 |
| 670 | 2026-07-23T00:40:21.140Z | Downloaded diff v0.1.13 |
| 671 | 2026-07-23T00:40:21.140Z | Downloaded http-range v0.1.5 |
| 672 | 2026-07-23T00:40:21.144Z | Downloaded illumos-nvpair v0.3.0 |
| 673 | 2026-07-23T00:40:21.144Z | Downloaded ident_case v1.0.1 |
| 674 | 2026-07-23T00:40:21.144Z | Downloaded hyper-tls v0.6.0 |
| 675 | 2026-07-23T00:40:21.144Z | Downloaded derive-ex v0.1.8 |
| 676 | 2026-07-23T00:40:21.144Z | Downloaded blake2 v0.11.0-rc.6 |
| 677 | 2026-07-23T00:40:21.148Z | Downloaded git-stub-vcs v0.1.0 |
| 678 | 2026-07-23T00:40:21.148Z | Downloaded const-oid v0.9.6 |
| 679 | 2026-07-23T00:40:21.149Z | Downloaded idna_adapter v1.2.1 |
| 680 | 2026-07-23T00:40:21.151Z | Downloaded glob v0.3.3 |
| 681 | 2026-07-23T00:40:21.151Z | Downloaded colored v2.2.0 |
| 682 | 2026-07-23T00:40:21.151Z | Downloaded console v0.15.11 |
| 683 | 2026-07-23T00:40:21.154Z | Downloaded async-trait v0.1.89 |
| 684 | 2026-07-23T00:40:21.154Z | Downloaded instant v0.1.13 |
| 685 | 2026-07-23T00:40:21.161Z | Downloaded indoc v1.0.9 |
| 686 | 2026-07-23T00:40:21.161Z | Downloaded bzip2 v0.6.1 |
| 687 | 2026-07-23T00:40:21.161Z | Downloaded ahash v0.8.12 |
| 688 | 2026-07-23T00:40:21.167Z | Downloaded inout v0.2.2 |
| 689 | 2026-07-23T00:40:21.167Z | Downloaded group v0.14.0 |
| 690 | 2026-07-23T00:40:21.167Z | Downloaded group v0.13.0 |
| 691 | 2026-07-23T00:40:21.167Z | Downloaded aes-gcm v0.11.0 |
| 692 | 2026-07-23T00:40:21.167Z | Downloaded instability v0.3.11 |
| 693 | 2026-07-23T00:40:21.172Z | Downloaded inout v0.1.4 |
| 694 | 2026-07-23T00:40:21.172Z | Downloaded erased-serde v0.3.31 |
| 695 | 2026-07-23T00:40:21.172Z | Downloaded chacha20 v0.10.0 |
| 696 | 2026-07-23T00:40:21.172Z | Downloaded indent_write v2.2.0 |
| 697 | 2026-07-23T00:40:21.176Z | Downloaded futures-channel v0.3.32 |
| 698 | 2026-07-23T00:40:21.176Z | Downloaded internet-checksum v0.2.1 |
| 699 | 2026-07-23T00:40:21.176Z | Downloaded is_ci v1.2.0 |
| 700 | 2026-07-23T00:40:21.176Z | Downloaded is-terminal v0.4.17 |
| 701 | 2026-07-23T00:40:21.176Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 702 | 2026-07-23T00:40:21.176Z | Downloaded chacha20 v0.9.1 |
| 703 | 2026-07-23T00:40:21.180Z | Downloaded backon v1.6.0 |
| 704 | 2026-07-23T00:40:21.180Z | Downloaded fixedbitset v0.5.7 |
| 705 | 2026-07-23T00:40:21.185Z | Downloaded lalrpop-util v0.19.12 |
| 706 | 2026-07-23T00:40:21.185Z | Downloaded ecdsa v0.17.0-rc.18 |
| 707 | 2026-07-23T00:40:21.185Z | Downloaded libscf-sys v1.1.0 |
| 708 | 2026-07-23T00:40:21.185Z | Downloaded drift v0.2.0 |
| 709 | 2026-07-23T00:40:21.188Z | Downloaded kem v0.3.0 |
| 710 | 2026-07-23T00:40:21.195Z | Downloaded keccak v0.1.6 |
| 711 | 2026-07-23T00:40:21.195Z | Downloaded getrandom v0.2.17 |
| 712 | 2026-07-23T00:40:21.198Z | Downloaded blake2 v0.10.6 |
| 713 | 2026-07-23T00:40:21.198Z | Downloaded globset v0.4.18 |
| 714 | 2026-07-23T00:40:21.198Z | Downloaded kstat-rs v0.2.4 |
| 715 | 2026-07-23T00:40:21.198Z | Downloaded humantime v2.3.0 |
| 716 | 2026-07-23T00:40:21.199Z | Downloaded http-body-util v0.1.3 |
| 717 | 2026-07-23T00:40:21.199Z | Downloaded lru-cache v0.1.2 |
| 718 | 2026-07-23T00:40:21.202Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 719 | 2026-07-23T00:40:21.202Z | Downloaded lru v0.12.5 |
| 720 | 2026-07-23T00:40:21.205Z | Downloaded md-5 v0.10.6 |
| 721 | 2026-07-23T00:40:21.205Z | Downloaded httpdate v1.0.3 |
| 722 | 2026-07-23T00:40:21.205Z | Downloaded match_cfg v0.1.0 |
| 723 | 2026-07-23T00:40:21.205Z | Downloaded linked-hash-map v0.5.6 |
| 724 | 2026-07-23T00:40:21.208Z | Downloaded managed v0.8.0 |
| 725 | 2026-07-23T00:40:21.209Z | Downloaded base64 v0.22.1 |
| 726 | 2026-07-23T00:40:21.209Z | Downloaded dropshot_endpoint v0.17.1 |
| 727 | 2026-07-23T00:40:21.213Z | Downloaded derive-where v1.6.0 |
| 728 | 2026-07-23T00:40:21.217Z | Downloaded half v1.8.3 |
| 729 | 2026-07-23T00:40:21.217Z | Downloaded hyper-staticfile v0.10.1 |
| 730 | 2026-07-23T00:40:21.217Z | Downloaded const-oid v0.10.2 |
| 731 | 2026-07-23T00:40:21.222Z | Downloaded crossbeam-epoch v0.9.18 |
| 732 | 2026-07-23T00:40:21.222Z | Downloaded memoffset v0.9.1 |
| 733 | 2026-07-23T00:40:21.222Z | Downloaded indoc v2.0.7 |
| 734 | 2026-07-23T00:40:21.227Z | Downloaded maplit v1.0.2 |
| 735 | 2026-07-23T00:40:21.227Z | Downloaded lru-slab v0.1.2 |
| 736 | 2026-07-23T00:40:21.227Z | Downloaded ff v0.14.0 |
| 737 | 2026-07-23T00:40:21.227Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 738 | 2026-07-23T00:40:21.227Z | Downloaded md5 v0.8.0 |
| 739 | 2026-07-23T00:40:21.227Z | Downloaded mime v0.3.17 |
| 740 | 2026-07-23T00:40:21.230Z | Downloaded ipnet v2.11.0 |
| 741 | 2026-07-23T00:40:21.230Z | Downloaded der v0.7.10 |
| 742 | 2026-07-23T00:40:21.234Z | Downloaded newline-converter v0.3.0 |
| 743 | 2026-07-23T00:40:21.234Z | Downloaded arc-swap v1.8.2 |
| 744 | 2026-07-23T00:40:21.238Z | Downloaded ff v0.13.1 |
| 745 | 2026-07-23T00:40:21.238Z | Downloaded futures v0.3.32 |
| 746 | 2026-07-23T00:40:21.243Z | Downloaded lazy_static v1.5.0 |
| 747 | 2026-07-23T00:40:21.243Z | Downloaded jobserver v0.1.34 |
| 748 | 2026-07-23T00:40:21.243Z | Downloaded ingot-types v0.1.2 |
| 749 | 2026-07-23T00:40:21.246Z | Downloaded highway v1.3.0 |
| 750 | 2026-07-23T00:40:21.246Z | Downloaded hmac v0.12.1 |
| 751 | 2026-07-23T00:40:21.246Z | Downloaded newtype_derive v0.1.6 |
| 752 | 2026-07-23T00:40:21.246Z | Downloaded nonempty v0.12.0 |
| 753 | 2026-07-23T00:40:21.251Z | Downloaded nodrop v0.1.14 |
| 754 | 2026-07-23T00:40:21.251Z | Downloaded nibble_vec v0.1.0 |
| 755 | 2026-07-23T00:40:21.251Z | Downloaded newtype-uuid-macros v0.1.0 |
| 756 | 2026-07-23T00:40:21.259Z | Downloaded new_debug_unreachable v1.0.6 |
| 757 | 2026-07-23T00:40:21.259Z | Downloaded camino-tempfile-ext v0.3.3 |
| 758 | 2026-07-23T00:40:21.259Z | Downloaded blowfish v0.10.0 |
| 759 | 2026-07-23T00:40:21.259Z | Downloaded num v0.4.3 |
| 760 | 2026-07-23T00:40:21.259Z | Downloaded normalize-line-endings v0.3.0 |
| 761 | 2026-07-23T00:40:21.264Z | Downloaded base64ct v1.8.3 |
| 762 | 2026-07-23T00:40:21.264Z | Downloaded num-iter v0.1.45 |
| 763 | 2026-07-23T00:40:21.264Z | Downloaded num-derive v0.4.2 |
| 764 | 2026-07-23T00:40:21.264Z | Downloaded darling v0.13.4 |
| 765 | 2026-07-23T00:40:21.264Z | Downloaded ipnetwork v0.21.1 |
| 766 | 2026-07-23T00:40:21.264Z | Downloaded keccak v0.2.0 |
| 767 | 2026-07-23T00:40:21.264Z | Downloaded linear-map v1.2.0 |
| 768 | 2026-07-23T00:40:21.268Z | Downloaded libsw v3.5.0 |
| 769 | 2026-07-23T00:40:21.268Z | Downloaded num-conv v0.2.0 |
| 770 | 2026-07-23T00:40:21.268Z | Downloaded lock_api v0.4.14 |
| 771 | 2026-07-23T00:40:21.268Z | Downloaded hmac v0.13.0 |
| 772 | 2026-07-23T00:40:21.268Z | Downloaded hybrid-array v0.4.13 |
| 773 | 2026-07-23T00:40:21.274Z | Downloaded httparse v1.10.1 |
| 774 | 2026-07-23T00:40:21.274Z | Downloaded maybe-uninit v2.0.0 |
| 775 | 2026-07-23T00:40:21.274Z | Downloaded elliptic-curve v0.13.8 |
| 776 | 2026-07-23T00:40:21.281Z | Downloaded olpc-cjson v0.1.4 |
| 777 | 2026-07-23T00:40:21.281Z | Downloaded num_threads v0.1.7 |
| 778 | 2026-07-23T00:40:21.281Z | Downloaded bumpalo v3.20.2 |
| 779 | 2026-07-23T00:40:21.284Z | Downloaded num_enum_derive v0.5.11 |
| 780 | 2026-07-23T00:40:21.284Z | Downloaded num-derive v0.3.3 |
| 781 | 2026-07-23T00:40:21.284Z | Downloaded fatfs v0.3.6 |
| 782 | 2026-07-23T00:40:21.284Z | Downloaded hyper-rustls v0.27.7 |
| 783 | 2026-07-23T00:40:21.284Z | Downloaded getrandom v0.3.4 |
| 784 | 2026-07-23T00:40:21.287Z | Downloaded lzss v0.8.2 |
| 785 | 2026-07-23T00:40:21.287Z | Downloaded libsw-core v0.3.2 |
| 786 | 2026-07-23T00:40:21.287Z | Downloaded openssl-macros v0.1.1 |
| 787 | 2026-07-23T00:40:21.291Z | Downloaded multimap v0.10.1 |
| 788 | 2026-07-23T00:40:21.291Z | Downloaded compact_str v0.8.1 |
| 789 | 2026-07-23T00:40:21.291Z | Downloaded openssl-probe v0.1.6 |
| 790 | 2026-07-23T00:40:21.293Z | Downloaded opaque-debug v0.3.1 |
| 791 | 2026-07-23T00:40:21.294Z | Downloaded openssl-probe v0.2.1 |
| 792 | 2026-07-23T00:40:21.294Z | Downloaded mime_guess v2.0.5 |
| 793 | 2026-07-23T00:40:21.296Z | Downloaded generic-array v1.4.3 |
| 794 | 2026-07-23T00:40:21.296Z | Downloaded crypto-bigint v0.5.5 |
| 795 | 2026-07-23T00:40:21.299Z | Downloaded const_format v0.2.35 |
| 796 | 2026-07-23T00:40:21.304Z | Downloaded bytes v1.11.1 |
| 797 | 2026-07-23T00:40:21.307Z | Downloaded ingot-macros v0.1.1 |
| 798 | 2026-07-23T00:40:21.307Z | Downloaded ingot v0.1.1 |
| 799 | 2026-07-23T00:40:21.307Z | Downloaded multer v3.1.0 |
| 800 | 2026-07-23T00:40:21.310Z | Downloaded daft-derive v0.1.7 |
| 801 | 2026-07-23T00:40:21.313Z | Downloaded oso-derive v0.27.3 |
| 802 | 2026-07-23T00:40:21.313Z | Downloaded float-ord v0.3.2 |
| 803 | 2026-07-23T00:40:21.313Z | Downloaded float-cmp v0.10.0 |
| 804 | 2026-07-23T00:40:21.313Z | Downloaded cancel-safe-futures v0.1.5 |
| 805 | 2026-07-23T00:40:21.316Z | Downloaded buf-list v1.1.2 |
| 806 | 2026-07-23T00:40:21.325Z | Downloaded packed_struct_codegen v0.10.1 |
| 807 | 2026-07-23T00:40:21.325Z | Downloaded native-tls v0.2.18 |
| 808 | 2026-07-23T00:40:21.325Z | Downloaded newtype-uuid v1.3.2 |
| 809 | 2026-07-23T00:40:21.330Z | Downloaded derive_more v2.1.1 |
| 810 | 2026-07-23T00:40:21.330Z | Downloaded parse-display v0.10.0 |
| 811 | 2026-07-23T00:40:21.330Z | Downloaded password-hash v0.6.1 |
| 812 | 2026-07-23T00:40:21.330Z | Downloaded crossbeam-channel v0.5.15 |
| 813 | 2026-07-23T00:40:21.333Z | Downloaded num-complex v0.4.6 |
| 814 | 2026-07-23T00:40:21.333Z | Downloaded nu-ansi-term v0.50.3 |
| 815 | 2026-07-23T00:40:21.336Z | Downloaded parse-size v1.1.0 |
| 816 | 2026-07-23T00:40:21.336Z | Downloaded derive_more v0.99.20 |
| 817 | 2026-07-23T00:40:21.339Z | Downloaded num-integer v0.1.46 |
| 818 | 2026-07-23T00:40:21.339Z | Downloaded libloading v0.8.9 |
| 819 | 2026-07-23T00:40:21.339Z | Downloaded libefi-sys v0.1.0 |
| 820 | 2026-07-23T00:40:21.342Z | Downloaded path-slash v0.1.5 |
| 821 | 2026-07-23T00:40:21.342Z | Downloaded num_enum v0.7.6 |
| 822 | 2026-07-23T00:40:21.345Z | Downloaded peg-runtime v0.8.5 |
| 823 | 2026-07-23T00:40:21.345Z | Downloaded num_enum v0.5.11 |
| 824 | 2026-07-23T00:40:21.363Z | Downloaded phf_shared v0.12.1 |
| 825 | 2026-07-23T00:40:21.366Z | Downloaded percent-encoding v2.3.2 |
| 826 | 2026-07-23T00:40:21.366Z | Downloaded num_enum_derive v0.7.6 |
| 827 | 2026-07-23T00:40:21.366Z | Downloaded memmap2 v0.9.10 |
| 828 | 2026-07-23T00:40:21.366Z | Downloaded litemap v0.8.1 |
| 829 | 2026-07-23T00:40:21.369Z | Downloaded ignore v0.4.25 |
| 830 | 2026-07-23T00:40:21.372Z | Downloaded icu_provider v2.1.1 |
| 831 | 2026-07-23T00:40:21.372Z | Downloaded heapless v0.7.17 |
| 832 | 2026-07-23T00:40:21.375Z | Downloaded headers v0.4.1 |
| 833 | 2026-07-23T00:40:21.380Z | Downloaded phf_shared v0.13.1 |
| 834 | 2026-07-23T00:40:21.380Z | Downloaded oxnet v0.1.6 |
| 835 | 2026-07-23T00:40:21.380Z | Downloaded oxide-update-engine v0.1.2 |
| 836 | 2026-07-23T00:40:21.385Z | Downloaded oxide-tokio-rt v0.1.4 |
| 837 | 2026-07-23T00:40:21.385Z | Downloaded module-lattice v0.2.3 |
| 838 | 2026-07-23T00:40:21.385Z | Downloaded ml-kem v0.3.2 |
| 839 | 2026-07-23T00:40:21.385Z | Downloaded predicates-tree v1.0.13 |
| 840 | 2026-07-23T00:40:21.388Z | Downloaded precomputed-hash v0.1.1 |
| 841 | 2026-07-23T00:40:21.388Z | Downloaded potential_utf v0.1.4 |
| 842 | 2026-07-23T00:40:21.388Z | Downloaded packed_struct v0.10.1 |
| 843 | 2026-07-23T00:40:21.388Z | Downloaded indexmap v1.9.3 |
| 844 | 2026-07-23T00:40:21.391Z | Downloaded oxide-update-engine-display v0.1.2 |
| 845 | 2026-07-23T00:40:21.391Z | Downloaded diesel_derives v2.3.7 |
| 846 | 2026-07-23T00:40:21.394Z | Downloaded heapless v0.8.0 |
| 847 | 2026-07-23T00:40:21.397Z | Downloaded flate2 v1.1.9 |
| 848 | 2026-07-23T00:40:21.399Z | Downloaded iana-time-zone v0.1.65 |
| 849 | 2026-07-23T00:40:21.402Z | Downloaded num-rational v0.4.2 |
| 850 | 2026-07-23T00:40:21.402Z | Downloaded predicates-core v1.0.10 |
| 851 | 2026-07-23T00:40:21.405Z | Downloaded proc-macro-crate v1.3.1 |
| 852 | 2026-07-23T00:40:21.405Z | Downloaded parse-display-derive v0.10.0 |
| 853 | 2026-07-23T00:40:21.405Z | Downloaded cc v1.2.56 |
| 854 | 2026-07-23T00:40:21.408Z | Downloaded icu_properties v2.1.2 |
| 855 | 2026-07-23T00:40:21.408Z | Downloaded peg-macros v0.8.5 |
| 856 | 2026-07-23T00:40:21.411Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 857 | 2026-07-23T00:40:21.411Z | Downloaded pbkdf2 v0.13.0 |
| 858 | 2026-07-23T00:40:21.414Z | Downloaded paste v1.0.15 |
| 859 | 2026-07-23T00:40:21.414Z | Downloaded litrs v1.0.0 |
| 860 | 2026-07-23T00:40:21.416Z | Downloaded password-hash v0.5.0 |
| 861 | 2026-07-23T00:40:21.416Z | Downloaded pem v3.0.6 |
| 862 | 2026-07-23T00:40:21.419Z | Downloaded libbz2-rs-sys v0.2.2 |
| 863 | 2026-07-23T00:40:21.420Z | Downloaded icu_normalizer_data v2.1.1 |
| 864 | 2026-07-23T00:40:21.422Z | Downloaded phf_shared v0.11.3 |
| 865 | 2026-07-23T00:40:21.422Z | Downloaded pem-rfc7468 v1.0.0 |
| 866 | 2026-07-23T00:40:21.422Z | Downloaded quick-error v1.2.3 |
| 867 | 2026-07-23T00:40:21.425Z | Downloaded progenitor-macro v0.14.0 |
| 868 | 2026-07-23T00:40:21.425Z | Downloaded phc v0.6.1 |
| 869 | 2026-07-23T00:40:21.425Z | Downloaded phf v0.13.1 |
| 870 | 2026-07-23T00:40:21.428Z | Downloaded phf v0.12.1 |
| 871 | 2026-07-23T00:40:21.428Z | Downloaded psl-types v2.0.11 |
| 872 | 2026-07-23T00:40:21.428Z | Downloaded radium v0.7.0 |
| 873 | 2026-07-23T00:40:21.431Z | Downloaded progenitor-client v0.14.0 |
| 874 | 2026-07-23T00:40:21.431Z | Downloaded pem-rfc7468 v0.7.0 |
| 875 | 2026-07-23T00:40:21.431Z | Downloaded icu_normalizer v2.1.1 |
| 876 | 2026-07-23T00:40:21.434Z | Downloaded derive_more-impl v2.1.1 |
| 877 | 2026-07-23T00:40:21.437Z | Downloaded pkcs8 v0.10.2 |
| 878 | 2026-07-23T00:40:21.440Z | Downloaded crossterm v0.29.0 |
| 879 | 2026-07-23T00:40:21.443Z | Downloaded port-file v0.1.0 |
| 880 | 2026-07-23T00:40:21.446Z | Downloaded indicatif v0.18.4 |
| 881 | 2026-07-23T00:40:21.446Z | Downloaded rand_chacha v0.3.1 |
| 882 | 2026-07-23T00:40:21.450Z | Downloaded hickory-resolver v0.25.2 |
| 883 | 2026-07-23T00:40:21.454Z | Downloaded rand_xorshift v0.4.0 |
| 884 | 2026-07-23T00:40:21.454Z | Downloaded postgres-protocol v0.6.10 |
| 885 | 2026-07-23T00:40:21.454Z | Downloaded predicates v3.1.4 |
| 886 | 2026-07-23T00:40:21.459Z | Downloaded powerfmt v0.2.0 |
| 887 | 2026-07-23T00:40:21.459Z | Downloaded polyval v0.7.1 |
| 888 | 2026-07-23T00:40:21.459Z | Downloaded poly1305 v0.8.0 |
| 889 | 2026-07-23T00:40:21.459Z | Downloaded pin-project-lite v0.2.17 |
| 890 | 2026-07-23T00:40:21.462Z | Downloaded ppv-lite86 v0.2.21 |
| 891 | 2026-07-23T00:40:21.462Z | Downloaded parking_lot_core v0.9.12 |
| 892 | 2026-07-23T00:40:21.464Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 893 | 2026-07-23T00:40:21.467Z | Downloaded parking_lot v0.12.5 |
| 894 | 2026-07-23T00:40:21.467Z | Downloaded proc-macro-crate v3.4.0 |
| 895 | 2026-07-23T00:40:21.471Z | Downloaded parking_lot_core v0.8.6 |
| 896 | 2026-07-23T00:40:21.471Z | Downloaded primeorder v0.13.6 |
| 897 | 2026-07-23T00:40:21.471Z | Downloaded peg v0.8.5 |
| 898 | 2026-07-23T00:40:21.474Z | Downloaded progenitor v0.14.0 |
| 899 | 2026-07-23T00:40:21.474Z | Downloaded recursive v0.1.1 |
| 900 | 2026-07-23T00:40:21.477Z | Downloaded progenitor v0.13.0 |
| 901 | 2026-07-23T00:40:21.477Z | Downloaded primeorder v0.14.0-rc.10 |
| 902 | 2026-07-23T00:40:21.477Z | Downloaded num-traits v0.2.19 |
| 903 | 2026-07-23T00:40:21.480Z | Downloaded progenitor-client v0.13.0 |
| 904 | 2026-07-23T00:40:21.480Z | Downloaded proc-macro-error2 v2.0.1 |
| 905 | 2026-07-23T00:40:21.483Z | Downloaded ref-cast-impl v1.0.25 |
| 906 | 2026-07-23T00:40:21.483Z | Downloaded ref-cast v1.0.25 |
| 907 | 2026-07-23T00:40:21.486Z | Downloaded omicron-zone-package v0.12.3 |
| 908 | 2026-07-23T00:40:21.486Z | Downloaded poly1305 v0.9.0 |
| 909 | 2026-07-23T00:40:21.488Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 910 | 2026-07-23T00:40:21.492Z | Downloaded primefield v0.14.0 |
| 911 | 2026-07-23T00:40:21.492Z | Downloaded progenitor-macro v0.13.0 |
| 912 | 2026-07-23T00:40:21.495Z | Downloaded progenitor-extras v0.2.0 |
| 913 | 2026-07-23T00:40:21.495Z | Downloaded parking_lot v0.11.2 |
| 914 | 2026-07-23T00:40:21.495Z | Downloaded rfc6979 v0.4.0 |
| 915 | 2026-07-23T00:40:21.498Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 916 | 2026-07-23T00:40:21.498Z | Downloaded rfc6979 v0.5.0 |
| 917 | 2026-07-23T00:40:21.498Z | Downloaded ed25519-dalek v2.2.0 |
| 918 | 2026-07-23T00:40:21.501Z | Downloaded hickory-resolver v0.24.4 |
| 919 | 2026-07-23T00:40:21.505Z | Downloaded postcard v1.1.3 |
| 920 | 2026-07-23T00:40:21.507Z | Downloaded pkg-config v0.3.32 |
| 921 | 2026-07-23T00:40:21.507Z | Downloaded pkcs8 v0.11.0 |
| 922 | 2026-07-23T00:40:21.510Z | Downloaded psm v0.1.30 |
| 923 | 2026-07-23T00:40:21.513Z | Downloaded oxide-update-engine-types v0.1.2 |
| 924 | 2026-07-23T00:40:21.513Z | Downloaded rustc-hash v2.1.1 |
| 925 | 2026-07-23T00:40:21.516Z | Downloaded rand_core v0.6.4 |
| 926 | 2026-07-23T00:40:21.516Z | Downloaded russh-util v0.52.0 |
| 927 | 2026-07-23T00:40:21.516Z | Downloaded rtoolbox v0.0.3 |
| 928 | 2026-07-23T00:40:21.520Z | Downloaded papergrid v0.17.0 |
| 929 | 2026-07-23T00:40:21.523Z | Downloaded rand_chacha v0.9.0 |
| 930 | 2026-07-23T00:40:21.523Z | Downloaded rustc_version v0.1.7 |
| 931 | 2026-07-23T00:40:21.523Z | Downloaded jiff-static v0.2.21 |
| 932 | 2026-07-23T00:40:21.526Z | Downloaded rustc_version v0.4.1 |
| 933 | 2026-07-23T00:40:21.526Z | Downloaded r2d2 v0.8.10 |
| 934 | 2026-07-23T00:40:21.529Z | Downloaded pkcs1 v0.7.5 |
| 935 | 2026-07-23T00:40:21.529Z | Downloaded miniz_oxide v0.8.9 |
| 936 | 2026-07-23T00:40:21.531Z | Downloaded rand_core v0.10.0 |
| 937 | 2026-07-23T00:40:21.534Z | Downloaded postgres-types v0.2.12 |
| 938 | 2026-07-23T00:40:21.534Z | Downloaded pin-project-internal v1.1.11 |
| 939 | 2026-07-23T00:40:21.537Z | Downloaded sapling-renderdag v0.1.0 |
| 940 | 2026-07-23T00:40:21.537Z | Downloaded scroll_derive v0.13.1 |
| 941 | 2026-07-23T00:40:21.537Z | Downloaded owo-colors v4.3.0 |
| 942 | 2026-07-23T00:40:21.540Z | Downloaded icu_locale_core v2.1.1 |
| 943 | 2026-07-23T00:40:21.543Z | Downloaded seq-macro v0.3.6 |
| 944 | 2026-07-23T00:40:21.546Z | Downloaded secrecy v0.10.3 |
| 945 | 2026-07-23T00:40:21.546Z | Downloaded rand_core v0.9.5 |
| 946 | 2026-07-23T00:40:21.549Z | Downloaded async-compression v0.4.41 |
| 947 | 2026-07-23T00:40:21.552Z | Downloaded rand_seeder v0.4.0 |
| 948 | 2026-07-23T00:40:21.552Z | Downloaded pkcs5 v0.8.1 |
| 949 | 2026-07-23T00:40:21.555Z | Downloaded scheduled-thread-pool v0.2.7 |
| 950 | 2026-07-23T00:40:21.557Z | Downloaded same-file v1.0.6 |
| 951 | 2026-07-23T00:40:21.558Z | Downloaded expectorate v1.2.0 |
| 952 | 2026-07-23T00:40:21.560Z | Downloaded half v2.7.1 |
| 953 | 2026-07-23T00:40:21.563Z | Downloaded russh-cryptovec v0.61.0 |
| 954 | 2026-07-23T00:40:21.563Z | Downloaded crossterm v0.28.1 |
| 955 | 2026-07-23T00:40:21.566Z | Downloaded serde-big-array v0.5.1 |
| 956 | 2026-07-23T00:40:21.569Z | Downloaded semver v0.1.20 |
| 957 | 2026-07-23T00:40:21.569Z | Downloaded secrecy v0.8.0 |
| 958 | 2026-07-23T00:40:21.573Z | Downloaded serde_urlencoded v0.7.1 |
| 959 | 2026-07-23T00:40:21.573Z | Downloaded quinn-udp v0.5.14 |
| 960 | 2026-07-23T00:40:21.577Z | Downloaded pin-project v1.1.11 |
| 961 | 2026-07-23T00:40:21.580Z | Downloaded p256 v0.14.0-rc.10 |
| 962 | 2026-07-23T00:40:21.582Z | Downloaded rpassword v7.5.4 |
| 963 | 2026-07-23T00:40:21.585Z | Downloaded oso v0.27.3 |
| 964 | 2026-07-23T00:40:21.588Z | Downloaded rustversion v1.0.22 |
| 965 | 2026-07-23T00:40:21.591Z | Downloaded sha1 v0.11.0 |
| 966 | 2026-07-23T00:40:21.591Z | Downloaded rustls-native-certs v0.8.3 |
| 967 | 2026-07-23T00:40:21.594Z | Downloaded sha1 v0.10.6 |
| 968 | 2026-07-23T00:40:21.594Z | Downloaded rustls-pemfile v2.2.0 |
| 969 | 2026-07-23T00:40:21.597Z | Downloaded rusty-fork v0.3.1 |
| 970 | 2026-07-23T00:40:21.597Z | Downloaded shell-words v1.1.1 |
| 971 | 2026-07-23T00:40:21.600Z | Downloaded openssl-sys v0.9.115 |
| 972 | 2026-07-23T00:40:21.603Z | Downloaded minimal-lexical v0.2.1 |
| 973 | 2026-07-23T00:40:21.606Z | Downloaded hashbrown v0.12.3 |
| 974 | 2026-07-23T00:40:21.609Z | Downloaded serde_repr v0.1.20 |
| 975 | 2026-07-23T00:40:21.609Z | Downloaded siphasher v1.0.2 |
| 976 | 2026-07-23T00:40:21.611Z | Downloaded signal-hook-mio v0.2.5 |
| 977 | 2026-07-23T00:40:21.611Z | Downloaded signature v2.2.0 |
| 978 | 2026-07-23T00:40:21.615Z | Downloaded signal-hook-tokio v0.3.1 |
| 979 | 2026-07-23T00:40:21.616Z | Downloaded scrypt v0.12.0 |
| 980 | 2026-07-23T00:40:21.619Z | Downloaded signature v3.0.0 |
| 981 | 2026-07-23T00:40:21.619Z | Downloaded hyper-util v0.1.20 |
| 982 | 2026-07-23T00:40:21.622Z | Downloaded sigpipe v0.1.3 |
| 983 | 2026-07-23T00:40:21.622Z | Downloaded scopeguard v1.2.0 |
| 984 | 2026-07-23T00:40:21.622Z | Downloaded dropshot-api-manager v0.7.2 |
| 985 | 2026-07-23T00:40:21.625Z | Downloaded slog-envlogger v2.2.0 |
| 986 | 2026-07-23T00:40:21.628Z | Downloaded progenitor-impl v0.14.0 |
| 987 | 2026-07-23T00:40:21.631Z | Downloaded icu_collections v2.1.1 |
| 988 | 2026-07-23T00:40:21.633Z | Downloaded scroll v0.13.0 |
| 989 | 2026-07-23T00:40:21.636Z | Downloaded schemars_derive v0.8.22 |
| 990 | 2026-07-23T00:40:21.636Z | Downloaded aes v0.9.1 |
| 991 | 2026-07-23T00:40:21.639Z | Downloaded slog-bunyan v2.5.0 |
| 992 | 2026-07-23T00:40:21.639Z | Downloaded serde_path_to_error v0.1.20 |
| 993 | 2026-07-23T00:40:21.643Z | Downloaded sec1 v0.8.1 |
| 994 | 2026-07-23T00:40:21.643Z | Downloaded serde_plain v1.0.2 |
| 995 | 2026-07-23T00:40:21.646Z | Downloaded serde_bytes v0.11.19 |
| 996 | 2026-07-23T00:40:21.646Z | Downloaded resolv-conf v0.7.6 |
| 997 | 2026-07-23T00:40:21.647Z | Downloaded serde_derive_internals v0.29.1 |
| 998 | 2026-07-23T00:40:21.650Z | Downloaded serde-hex v0.1.0 |
| 999 | 2026-07-23T00:40:21.650Z | Downloaded nanorand v0.7.0 |
| 1000 | 2026-07-23T00:40:21.650Z | Downloaded flume v0.11.1 |
| 1001 | 2026-07-23T00:40:21.653Z | Downloaded argon2 v0.6.0-rc.8 |
| 1002 | 2026-07-23T00:40:21.656Z | Downloaded const_format_proc_macros v0.2.34 |
| 1003 | 2026-07-23T00:40:21.656Z | Downloaded cbc v0.2.1 |
| 1004 | 2026-07-23T00:40:21.659Z | Downloaded cookie_store v0.22.1 |
| 1005 | 2026-07-23T00:40:21.665Z | Downloaded p384 v0.14.0-rc.10 |
| 1006 | 2026-07-23T00:40:21.668Z | Downloaded signal-hook-registry v1.4.8 |
| 1007 | 2026-07-23T00:40:21.668Z | Downloaded itertools v0.10.5 |
| 1008 | 2026-07-23T00:40:21.672Z | Downloaded shlex v1.3.0 |
| 1009 | 2026-07-23T00:40:21.675Z | Downloaded prettyplease v0.2.37 |
| 1010 | 2026-07-23T00:40:21.678Z | Downloaded http v1.4.2 |
| 1011 | 2026-07-23T00:40:21.682Z | Downloaded strsim v0.10.0 |
| 1012 | 2026-07-23T00:40:21.682Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1013 | 2026-07-23T00:40:21.682Z | Downloaded stable_deref_trait v1.2.1 |
| 1014 | 2026-07-23T00:40:21.685Z | Downloaded pretty_assertions v1.4.1 |
| 1015 | 2026-07-23T00:40:21.685Z | Downloaded sqlparser_derive v0.5.0 |
| 1016 | 2026-07-23T00:40:21.685Z | Downloaded salsa20 v0.11.0 |
| 1017 | 2026-07-23T00:40:21.685Z | Downloaded serdect v0.4.3 |
| 1018 | 2026-07-23T00:40:21.688Z | Downloaded slog-async v2.8.0 |
| 1019 | 2026-07-23T00:40:21.688Z | Downloaded slab v0.4.12 |
| 1020 | 2026-07-23T00:40:21.691Z | Downloaded hickory-server v0.25.2 |
| 1021 | 2026-07-23T00:40:21.694Z | Downloaded strum v0.26.3 |
| 1022 | 2026-07-23T00:40:21.694Z | Downloaded sync-ptr v0.1.4 |
| 1023 | 2026-07-23T00:40:21.694Z | Downloaded structmeta v0.3.0 |
| 1024 | 2026-07-23T00:40:21.696Z | Downloaded prefix-trie v0.7.0 |
| 1025 | 2026-07-23T00:40:21.699Z | Downloaded slog-json v2.6.1 |
| 1026 | 2026-07-23T00:40:21.700Z | Downloaded simd-adler32 v0.3.8 |
| 1027 | 2026-07-23T00:40:21.704Z | Downloaded progenitor-impl v0.13.0 |
| 1028 | 2026-07-23T00:40:21.704Z | Downloaded hashbrown v0.13.2 |
| 1029 | 2026-07-23T00:40:21.707Z | Downloaded serde_spanned v1.1.1 |
| 1030 | 2026-07-23T00:40:21.707Z | Downloaded slog-term v2.9.2 |
| 1031 | 2026-07-23T00:40:21.711Z | Downloaded rcgen v0.12.1 |
| 1032 | 2026-07-23T00:40:21.711Z | Downloaded supports-color v3.0.2 |
| 1033 | 2026-07-23T00:40:21.714Z | Downloaded sec1 v0.7.3 |
| 1034 | 2026-07-23T00:40:21.714Z | Downloaded sync_wrapper v1.0.2 |
| 1035 | 2026-07-23T00:40:21.717Z | Downloaded smf v0.2.3 |
| 1036 | 2026-07-23T00:40:21.717Z | Downloaded smallvec v0.6.14 |
| 1037 | 2026-07-23T00:40:21.720Z | Downloaded slog-scope v4.4.1 |
| 1038 | 2026-07-23T00:40:21.720Z | Downloaded tap v1.0.1 |
| 1039 | 2026-07-23T00:40:21.720Z | Downloaded tabled_derive v0.11.0 |
| 1040 | 2026-07-23T00:40:21.723Z | Downloaded serde_cbor v0.11.2 |
| 1041 | 2026-07-23T00:40:21.723Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1042 | 2026-07-23T00:40:21.726Z | Downloaded snafu-derive v0.8.9 |
| 1043 | 2026-07-23T00:40:21.729Z | Downloaded rustls-pki-types v1.14.0 |
| 1044 | 2026-07-23T00:40:21.729Z | Downloaded slog-dtrace v0.3.0 |
| 1045 | 2026-07-23T00:40:21.731Z | Downloaded mio v1.2.0 |
| 1046 | 2026-07-23T00:40:21.734Z | Downloaded take_mut v0.2.2 |
| 1047 | 2026-07-23T00:40:21.734Z | Downloaded sqlformat v0.3.5 |
| 1048 | 2026-07-23T00:40:21.737Z | Downloaded tagptr v0.2.0 |
| 1049 | 2026-07-23T00:40:21.737Z | Downloaded tabwriter v1.4.1 |
| 1050 | 2026-07-23T00:40:21.740Z | Downloaded serde_with_macros v3.21.0 |
| 1051 | 2026-07-23T00:40:21.740Z | Downloaded ryu v1.0.23 |
| 1052 | 2026-07-23T00:40:21.743Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1053 | 2026-07-23T00:40:21.743Z | Downloaded serde_with_macros v1.5.2 |
| 1054 | 2026-07-23T00:40:21.747Z | Downloaded thread-id v5.1.0 |
| 1055 | 2026-07-23T00:40:21.747Z | Downloaded testing_table v0.3.0 |
| 1056 | 2026-07-23T00:40:21.747Z | Downloaded nom v7.1.3 |
| 1057 | 2026-07-23T00:40:21.751Z | Downloaded spki v0.8.0 |
| 1058 | 2026-07-23T00:40:21.754Z | Downloaded schemars v0.8.22 |
| 1059 | 2026-07-23T00:40:21.760Z | Downloaded structmeta-derive v0.3.0 |
| 1060 | 2026-07-23T00:40:21.763Z | Downloaded strum v0.27.2 |
| 1061 | 2026-07-23T00:40:21.763Z | Downloaded stringprep v0.1.5 |
| 1062 | 2026-07-23T00:40:21.763Z | Downloaded string_cache v0.8.9 |
| 1063 | 2026-07-23T00:40:21.766Z | Downloaded time-core v0.1.8 |
| 1064 | 2026-07-23T00:40:21.766Z | Downloaded strum_macros v0.24.3 |
| 1065 | 2026-07-23T00:40:21.769Z | Downloaded support-bundle-viewer v0.1.2 |
| 1066 | 2026-07-23T00:40:21.769Z | Downloaded libxml v0.3.3 |
| 1067 | 2026-07-23T00:40:21.774Z | Downloaded subtle v2.6.1 |
| 1068 | 2026-07-23T00:40:21.777Z | Downloaded rayon-core v1.13.0 |
| 1069 | 2026-07-23T00:40:21.777Z | Downloaded publicsuffix v2.3.0 |
| 1070 | 2026-07-23T00:40:21.780Z | Downloaded hashbrown v0.15.5 |
| 1071 | 2026-07-23T00:40:21.782Z | Downloaded tokio-macros v2.7.0 |
| 1072 | 2026-07-23T00:40:21.782Z | Downloaded slog-stdlog v4.1.1 |
| 1073 | 2026-07-23T00:40:21.785Z | Downloaded ron v0.8.1 |
| 1074 | 2026-07-23T00:40:21.790Z | Downloaded spin v0.9.8 |
| 1075 | 2026-07-23T00:40:21.793Z | Downloaded quinn v0.11.9 |
| 1076 | 2026-07-23T00:40:21.793Z | Downloaded tinyvec_macros v0.1.1 |
| 1077 | 2026-07-23T00:40:21.793Z | Downloaded rand v0.8.6 |
| 1078 | 2026-07-23T00:40:21.796Z | Downloaded strum_macros v0.26.4 |
| 1079 | 2026-07-23T00:40:21.799Z | Downloaded qorb v0.4.1 |
| 1080 | 2026-07-23T00:40:21.802Z | Downloaded tokio-test v0.4.5 |
| 1081 | 2026-07-23T00:40:21.802Z | Downloaded futures-util v0.3.32 |
| 1082 | 2026-07-23T00:40:21.808Z | Downloaded termios v0.3.3 |
| 1083 | 2026-07-23T00:40:21.811Z | Downloaded synstructure v0.13.2 |
| 1084 | 2026-07-23T00:40:21.811Z | Downloaded p521 v0.14.0-rc.10 |
| 1085 | 2026-07-23T00:40:21.814Z | Downloaded thread_local v1.1.9 |
| 1086 | 2026-07-23T00:40:21.817Z | Downloaded topological-sort v0.2.2 |
| 1087 | 2026-07-23T00:40:21.817Z | Downloaded termtree v0.5.1 |
| 1088 | 2026-07-23T00:40:21.817Z | Downloaded num-bigint-dig v0.8.6 |
| 1089 | 2026-07-23T00:40:21.820Z | Downloaded signal-hook v0.3.18 |
| 1090 | 2026-07-23T00:40:21.822Z | Downloaded hyper v1.10.1 |
| 1091 | 2026-07-23T00:40:21.827Z | Downloaded try-lock v0.2.5 |
| 1092 | 2026-07-23T00:40:21.830Z | Downloaded trait-variant v0.1.2 |
| 1093 | 2026-07-23T00:40:21.830Z | Downloaded tower-service v0.3.3 |
| 1094 | 2026-07-23T00:40:21.830Z | Downloaded tower-layer v0.3.3 |
| 1095 | 2026-07-23T00:40:21.833Z | Downloaded thiserror-no-std v2.0.2 |
| 1096 | 2026-07-23T00:40:21.836Z | Downloaded unarray v0.1.4 |
| 1097 | 2026-07-23T00:40:21.836Z | Downloaded idna v1.1.0 |
| 1098 | 2026-07-23T00:40:21.840Z | Downloaded icu_properties_data v2.1.2 |
| 1099 | 2026-07-23T00:40:21.844Z | Downloaded slog v2.8.2 |
| 1100 | 2026-07-23T00:40:21.847Z | Downloaded tls_codec v0.4.2 |
| 1101 | 2026-07-23T00:40:21.861Z | Downloaded tinystr v0.8.2 |
| 1102 | 2026-07-23T00:40:21.861Z | Downloaded unicode-xid v0.2.6 |
| 1103 | 2026-07-23T00:40:21.861Z | Downloaded typify-macro v0.6.2 |
| 1104 | 2026-07-23T00:40:21.861Z | Downloaded unicode-truncate v1.1.0 |
| 1105 | 2026-07-23T00:40:21.861Z | Downloaded unit-prefix v0.5.2 |
| 1106 | 2026-07-23T00:40:21.861Z | Downloaded time-macros v0.2.27 |
| 1107 | 2026-07-23T00:40:21.861Z | Downloaded strum_macros v0.27.2 |
| 1108 | 2026-07-23T00:40:21.861Z | Downloaded rand v0.10.1 |
| 1109 | 2026-07-23T00:40:21.864Z | Downloaded blake3 v1.8.5 |
| 1110 | 2026-07-23T00:40:21.867Z | Downloaded tokio-dtrace v0.1.1 |
| 1111 | 2026-07-23T00:40:21.867Z | Downloaded tiny-keccak v2.0.2 |
| 1112 | 2026-07-23T00:40:21.870Z | Downloaded universal-hash v0.6.1 |
| 1113 | 2026-07-23T00:40:21.870Z | Downloaded usdt-macro v0.6.0 |
| 1114 | 2026-07-23T00:40:21.873Z | Downloaded usdt-attr-macro v0.6.0 |
| 1115 | 2026-07-23T00:40:21.873Z | Downloaded untrusted v0.9.0 |
| 1116 | 2026-07-23T00:40:21.873Z | Downloaded usdt v0.6.0 |
| 1117 | 2026-07-23T00:40:21.873Z | Downloaded untrusted v0.7.1 |
| 1118 | 2026-07-23T00:40:21.876Z | Downloaded universal-hash v0.5.1 |
| 1119 | 2026-07-23T00:40:21.876Z | Downloaded tokio-tungstenite v0.23.1 |
| 1120 | 2026-07-23T00:40:21.880Z | Downloaded itertools v0.13.0 |
| 1121 | 2026-07-23T00:40:21.891Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1122 | 2026-07-23T00:40:21.891Z | Downloaded utf8_iter v1.0.4 |
| 1123 | 2026-07-23T00:40:21.891Z | Downloaded void v1.0.2 |
| 1124 | 2026-07-23T00:40:21.894Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1125 | 2026-07-23T00:40:21.894Z | Downloaded utf-8 v0.7.6 |
| 1126 | 2026-07-23T00:40:21.894Z | Downloaded libm v0.2.16 |
| 1127 | 2026-07-23T00:40:21.894Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1128 | 2026-07-23T00:40:21.894Z | Downloaded term v0.7.0 |
| 1129 | 2026-07-23T00:40:21.897Z | Downloaded wait-timeout v0.2.1 |
| 1130 | 2026-07-23T00:40:21.897Z | Downloaded schemars v0.9.0 |
| 1131 | 2026-07-23T00:40:21.904Z | Downloaded waitgroup v0.1.2 |
| 1132 | 2026-07-23T00:40:21.907Z | Downloaded tui-tree-widget v0.23.1 |
| 1133 | 2026-07-23T00:40:21.907Z | Downloaded samael v0.0.19 |
| 1134 | 2026-07-23T00:40:21.911Z | Downloaded itertools v0.14.0 |
| 1135 | 2026-07-23T00:40:21.914Z | Downloaded tls_codec_derive v0.4.2 |
| 1136 | 2026-07-23T00:40:21.917Z | Downloaded yoke-derive v0.8.1 |
| 1137 | 2026-07-23T00:40:21.917Z | Downloaded unicase v2.9.0 |
| 1138 | 2026-07-23T00:40:21.920Z | Downloaded rsa v0.9.10 |
| 1139 | 2026-07-23T00:40:21.923Z | Downloaded xattr v1.6.1 |
| 1140 | 2026-07-23T00:40:21.923Z | Downloaded xshell-macros v0.2.7 |
| 1141 | 2026-07-23T00:40:21.923Z | Downloaded iri-string v0.7.10 |
| 1142 | 2026-07-23T00:40:21.927Z | Downloaded tokio-stream v0.1.18 |
| 1143 | 2026-07-23T00:40:21.930Z | Downloaded rustls-webpki v0.103.13 |
| 1144 | 2026-07-23T00:40:21.933Z | Downloaded hkdf v0.13.0 |
| 1145 | 2026-07-23T00:40:21.936Z | Downloaded zerofrom-derive v0.1.6 |
| 1146 | 2026-07-23T00:40:21.936Z | Downloaded subprocess v0.2.15 |
| 1147 | 2026-07-23T00:40:21.939Z | Downloaded zerofrom v0.1.6 |
| 1148 | 2026-07-23T00:40:21.939Z | Downloaded itertools v0.12.1 |
| 1149 | 2026-07-23T00:40:21.942Z | Downloaded zeroize_derive v1.4.3 |
| 1150 | 2026-07-23T00:40:21.946Z | Downloaded term v1.2.1 |
| 1151 | 2026-07-23T00:40:21.949Z | Downloaded vsss-rs v3.3.4 |
| 1152 | 2026-07-23T00:40:21.949Z | Downloaded vergen-gitcl v1.0.8 |
| 1153 | 2026-07-23T00:40:21.949Z | Downloaded similar v2.7.0 |
| 1154 | 2026-07-23T00:40:21.952Z | Downloaded vergen-lib v9.1.0 |
| 1155 | 2026-07-23T00:40:21.954Z | Downloaded vergen-lib v0.1.6 |
| 1156 | 2026-07-23T00:40:21.954Z | Downloaded aws-lc-rs v1.16.3 |
| 1157 | 2026-07-23T00:40:21.960Z | Downloaded zone_cfg_derive v0.3.1 |
| 1158 | 2026-07-23T00:40:21.967Z | Downloaded zone v0.3.1 |
| 1159 | 2026-07-23T00:40:21.967Z | Downloaded bindgen v0.71.1 |
| 1160 | 2026-07-23T00:40:21.972Z | Downloaded uzers v0.12.2 |
| 1161 | 2026-07-23T00:40:21.972Z | Downloaded usdt-impl v0.6.0 |
| 1162 | 2026-07-23T00:40:21.972Z | Downloaded tracing-attributes v0.1.31 |
| 1163 | 2026-07-23T00:40:21.972Z | Downloaded whoami v1.6.1 |
| 1164 | 2026-07-23T00:40:21.976Z | Downloaded whoami v2.1.0 |
| 1165 | 2026-07-23T00:40:21.976Z | Downloaded iddqd v0.4.2 |
| 1166 | 2026-07-23T00:40:21.980Z | Downloaded yoke v0.8.1 |
| 1167 | 2026-07-23T00:40:21.980Z | Downloaded unicode-properties v0.1.4 |
| 1168 | 2026-07-23T00:40:21.983Z | Downloaded tinyvec v1.10.0 |
| 1169 | 2026-07-23T00:40:21.983Z | Downloaded want v0.3.1 |
| 1170 | 2026-07-23T00:40:21.983Z | Downloaded wyz v0.5.1 |
| 1171 | 2026-07-23T00:40:21.986Z | Downloaded writeable v0.6.2 |
| 1172 | 2026-07-23T00:40:21.986Z | Downloaded walkdir v2.5.0 |
| 1173 | 2026-07-23T00:40:21.989Z | Downloaded xshell v0.2.7 |
| 1174 | 2026-07-23T00:40:21.989Z | Downloaded snafu v0.8.9 |
| 1175 | 2026-07-23T00:40:21.991Z | Downloaded tokio-rustls v0.26.4 |
| 1176 | 2026-07-23T00:40:21.994Z | Downloaded rand v0.9.2 |
| 1177 | 2026-07-23T00:40:21.997Z | Downloaded toml v0.7.8 |
| 1178 | 2026-07-23T00:40:22.000Z | Downloaded rustyline v14.0.0 |
| 1179 | 2026-07-23T00:40:22.006Z | Downloaded bitvec v1.0.1 |
| 1180 | 2026-07-23T00:40:22.011Z | Downloaded zstd-safe v7.2.4 |
| 1181 | 2026-07-23T00:40:22.014Z | Downloaded h2 v0.4.15 |
| 1182 | 2026-07-23T00:40:22.017Z | Downloaded tungstenite v0.23.0 |
| 1183 | 2026-07-23T00:40:22.020Z | Downloaded zerovec-derive v0.11.2 |
| 1184 | 2026-07-23T00:40:22.020Z | Downloaded zeroize v1.8.2 |
| 1185 | 2026-07-23T00:40:22.022Z | Downloaded steno v0.4.1 |
| 1186 | 2026-07-23T00:40:22.022Z | Downloaded zstd v0.13.3 |
| 1187 | 2026-07-23T00:40:22.025Z | Downloaded typify v0.6.2 |
| 1188 | 2026-07-23T00:40:22.028Z | Downloaded unicode-bidi v0.3.18 |
| 1189 | 2026-07-23T00:40:22.031Z | Downloaded yasna v0.5.2 |
| 1190 | 2026-07-23T00:40:22.031Z | Downloaded tungstenite v0.21.0 |
| 1191 | 2026-07-23T00:40:22.035Z | Downloaded zerocopy v0.6.6 |
| 1192 | 2026-07-23T00:40:22.035Z | Downloaded vergen v9.1.0 |
| 1193 | 2026-07-23T00:40:22.040Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1194 | 2026-07-23T00:40:22.040Z | Downloaded schemars v1.2.1 |
| 1195 | 2026-07-23T00:40:22.047Z | Downloaded tar v0.4.46 |
| 1196 | 2026-07-23T00:40:22.050Z | Downloaded rsa v0.10.0-rc.18 |
| 1197 | 2026-07-23T00:40:22.053Z | Downloaded vergen-git2 v9.1.0 |
| 1198 | 2026-07-23T00:40:22.056Z | Downloaded reedline v0.40.0 |
| 1199 | 2026-07-23T00:40:22.058Z | Downloaded vte v0.14.1 |
| 1200 | 2026-07-23T00:40:22.061Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1201 | 2026-07-23T00:40:22.064Z | Downloaded uuid v1.23.4 |
| 1202 | 2026-07-23T00:40:22.065Z | Downloaded git2 v0.20.4 |
| 1203 | 2026-07-23T00:40:22.069Z | Downloaded tracing-core v0.1.36 |
| 1204 | 2026-07-23T00:40:22.072Z | Downloaded twox-hash v2.1.2 |
| 1205 | 2026-07-23T00:40:22.075Z | Downloaded test-strategy v0.4.5 |
| 1206 | 2026-07-23T00:40:22.078Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1207 | 2026-07-23T00:40:22.078Z | Downloaded nom v8.0.0 |
| 1208 | 2026-07-23T00:40:22.081Z | Downloaded unsafe-libyaml v0.2.11 |
| 1209 | 2026-07-23T00:40:22.083Z | Downloaded tokio-postgres v0.7.16 |
| 1210 | 2026-07-23T00:40:22.087Z | Downloaded regex v1.12.3 |
| 1211 | 2026-07-23T00:40:22.090Z | Downloaded chrono v0.4.45 |
| 1212 | 2026-07-23T00:40:22.094Z | Downloaded zopfli v0.8.3 |
| 1213 | 2026-07-23T00:40:22.097Z | Downloaded hkdf v0.12.4 |
| 1214 | 2026-07-23T00:40:22.100Z | Downloaded tokio-tungstenite v0.21.0 |
| 1215 | 2026-07-23T00:40:22.100Z | Downloaded tokio-native-tls v0.3.1 |
| 1216 | 2026-07-23T00:40:22.102Z | Downloaded crypto-primes v0.7.2 |
| 1217 | 2026-07-23T00:40:22.106Z | Downloaded socket2 v0.6.3 |
| 1218 | 2026-07-23T00:40:22.106Z | Downloaded socket2 v0.5.10 |
| 1219 | 2026-07-23T00:40:22.108Z | Downloaded aho-corasick v1.1.4 |
| 1220 | 2026-07-23T00:40:22.111Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1221 | 2026-07-23T00:40:22.114Z | Downloaded p384 v0.13.1 |
| 1222 | 2026-07-23T00:40:22.117Z | Downloaded spki v0.7.3 |
| 1223 | 2026-07-23T00:40:22.117Z | Downloaded hashbrown v0.16.1 |
| 1224 | 2026-07-23T00:40:22.120Z | Downloaded smallvec v1.15.1 |
| 1225 | 2026-07-23T00:40:22.124Z | Downloaded reqwest v0.12.28 |
| 1226 | 2026-07-23T00:40:22.127Z | Downloaded static_assertions v1.1.0 |
| 1227 | 2026-07-23T00:40:22.127Z | Downloaded reqwest v0.13.2 |
| 1228 | 2026-07-23T00:40:22.130Z | Downloaded yansi v1.0.1 |
| 1229 | 2026-07-23T00:40:22.138Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1230 | 2026-07-23T00:40:22.138Z | Downloaded portable-atomic v1.13.1 |
| 1231 | 2026-07-23T00:40:22.138Z | Downloaded unicode_categories v0.1.1 |
| 1232 | 2026-07-23T00:40:22.141Z | Downloaded serde_with v1.14.0 |
| 1233 | 2026-07-23T00:40:22.145Z | Downloaded zerotrie v0.2.3 |
| 1234 | 2026-07-23T00:40:22.148Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1235 | 2026-07-23T00:40:22.148Z | Downloaded stacker v0.1.23 |
| 1236 | 2026-07-23T00:40:22.148Z | Downloaded num-bigint v0.4.6 |
| 1237 | 2026-07-23T00:40:22.151Z | Downloaded zip v0.6.6 |
| 1238 | 2026-07-23T00:40:22.154Z | Downloaded rawzip v0.4.4 |
| 1239 | 2026-07-23T00:40:22.157Z | Downloaded rayon v1.11.0 |
| 1240 | 2026-07-23T00:40:22.163Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1241 | 2026-07-23T00:40:22.166Z | Downloaded sha2 v0.11.0 |
| 1242 | 2026-07-23T00:40:22.169Z | Downloaded goblin v0.10.5 |
| 1243 | 2026-07-23T00:40:22.174Z | Downloaded zerocopy-derive v0.8.40 |
| 1244 | 2026-07-23T00:40:22.179Z | Downloaded url v2.5.8 |
| 1245 | 2026-07-23T00:40:22.181Z | Downloaded toml_edit v0.19.15 |
| 1246 | 2026-07-23T00:40:22.190Z | Downloaded quick-xml v0.37.5 |
| 1247 | 2026-07-23T00:40:22.194Z | Downloaded curve25519-dalek v4.1.3 |
| 1248 | 2026-07-23T00:40:22.200Z | Downloaded unicode-segmentation v1.12.0 |
| 1249 | 2026-07-23T00:40:22.203Z | Downloaded x509-cert v0.2.5 |
| 1250 | 2026-07-23T00:40:22.206Z | Downloaded typed-path v0.9.3 |
| 1251 | 2026-07-23T00:40:22.209Z | Downloaded moka v0.12.13 |
| 1252 | 2026-07-23T00:40:22.214Z | Downloaded tower v0.5.3 |
| 1253 | 2026-07-23T00:40:22.220Z | Downloaded unicode-normalization v0.1.25 |
| 1254 | 2026-07-23T00:40:22.223Z | Downloaded lalrpop v0.19.12 |
| 1255 | 2026-07-23T00:40:22.229Z | Downloaded tokio-util v0.7.18 |
| 1256 | 2026-07-23T00:40:22.233Z | Downloaded petname v2.0.2 |
| 1257 | 2026-07-23T00:40:22.237Z | Downloaded object v0.30.4 |
| 1258 | 2026-07-23T00:40:22.243Z | Downloaded tough v0.22.0 |
| 1259 | 2026-07-23T00:40:22.249Z | Downloaded proptest v1.10.0 |
| 1260 | 2026-07-23T00:40:22.254Z | Downloaded zerovec v0.11.5 |
| 1261 | 2026-07-23T00:40:22.257Z | Downloaded tower-http v0.6.8 |
| 1262 | 2026-07-23T00:40:22.262Z | Downloaded quinn-proto v0.11.13 |
| 1263 | 2026-07-23T00:40:22.267Z | Downloaded zip v4.6.1 |
| 1264 | 2026-07-23T00:40:22.270Z | Downloaded russh v0.61.2 |
| 1265 | 2026-07-23T00:40:22.277Z | Downloaded dropshot v0.17.1 |
| 1266 | 2026-07-23T00:40:22.290Z | Downloaded winnow v0.6.26 |
| 1267 | 2026-07-23T00:40:22.294Z | Downloaded winnow v0.5.40 |
| 1268 | 2026-07-23T00:40:22.299Z | Downloaded radix_trie v0.2.1 |
| 1269 | 2026-07-23T00:40:22.302Z | Downloaded bstr v1.12.1 |
| 1270 | 2026-07-23T00:40:22.308Z | Downloaded nix v0.27.1 |
| 1271 | 2026-07-23T00:40:22.314Z | Downloaded openssl v0.10.79 |
| 1272 | 2026-07-23T00:40:22.322Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1273 | 2026-07-23T00:40:22.327Z | Downloaded winnow v1.0.3 |
| 1274 | 2026-07-23T00:40:22.334Z | Downloaded tabled v0.20.0 |
| 1275 | 2026-07-23T00:40:22.345Z | Downloaded nix v0.28.0 |
| 1276 | 2026-07-23T00:40:22.351Z | Downloaded serde_with v3.21.0 |
| 1277 | 2026-07-23T00:40:22.359Z | Downloaded time v0.3.47 |
| 1278 | 2026-07-23T00:40:22.367Z | Downloaded smoltcp v0.9.1 |
| 1279 | 2026-07-23T00:40:22.374Z | Downloaded zlib-rs v0.6.2 |
| 1280 | 2026-07-23T00:40:22.377Z | Downloaded hickory-proto v0.24.4 |
| 1281 | 2026-07-23T00:40:22.386Z | Downloaded vcpkg v0.2.15 |
| 1282 | 2026-07-23T00:40:22.409Z | Downloaded regex-syntax v0.6.29 |
| 1283 | 2026-07-23T00:40:22.413Z | Downloaded object v0.37.3 |
| 1284 | 2026-07-23T00:40:22.420Z | Downloaded zerocopy v0.8.40 |
| 1285 | 2026-07-23T00:40:22.426Z | Downloaded regex-syntax v0.8.10 |
| 1286 | 2026-07-23T00:40:22.432Z | Downloaded nix v0.31.2 |
| 1287 | 2026-07-23T00:40:22.439Z | Downloaded smoltcp v0.11.0 |
| 1288 | 2026-07-23T00:40:22.446Z | Downloaded diesel v2.3.7 |
| 1289 | 2026-07-23T00:40:22.460Z | Downloaded rustix v0.38.44 |
| 1290 | 2026-07-23T00:40:22.472Z | Downloaded hickory-proto v0.25.2 |
| 1291 | 2026-07-23T00:40:22.483Z | Downloaded rustls v0.23.41 |
| 1292 | 2026-07-23T00:40:22.490Z | Downloaded regress v0.11.1 |
| 1293 | 2026-07-23T00:40:22.494Z | Downloaded regress v0.10.5 |
| 1294 | 2026-07-23T00:40:22.500Z | Downloaded openapiv3 v2.2.0 |
| 1295 | 2026-07-23T00:40:22.509Z | Downloaded polar-core v0.27.3 |
| 1296 | 2026-07-23T00:40:22.513Z | Downloaded crypto-bigint v0.7.5 |
| 1297 | 2026-07-23T00:40:22.523Z | Downloaded salty v0.3.0 |
| 1298 | 2026-07-23T00:40:22.527Z | Downloaded tracing v0.1.44 |
| 1299 | 2026-07-23T00:40:22.542Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1300 | 2026-07-23T00:40:22.546Z | Downloaded sqlparser v0.61.0 |
| 1301 | 2026-07-23T00:40:22.550Z | Downloaded ratatui v0.29.0 |
| 1302 | 2026-07-23T00:40:22.566Z | Downloaded sled v0.34.7 |
| 1303 | 2026-07-23T00:40:22.579Z | Downloaded typify-impl v0.6.2 |
| 1304 | 2026-07-23T00:40:22.588Z | Downloaded fiat-crypto v0.3.0 |
| 1305 | 2026-07-23T00:40:22.597Z | Downloaded petgraph v0.6.5 |
| 1306 | 2026-07-23T00:40:22.609Z | Downloaded sha3 v0.11.0 |
| 1307 | 2026-07-23T00:40:22.611Z | Downloaded jiff v0.2.21 |
| 1308 | 2026-07-23T00:40:22.623Z | Downloaded csv v1.4.0 |
| 1309 | 2026-07-23T00:40:22.641Z | Downloaded petgraph v0.8.3 |
| 1310 | 2026-07-23T00:40:22.656Z | Downloaded regex-automata v0.4.14 |
| 1311 | 2026-07-23T00:40:22.665Z | Downloaded zerocopy-derive v0.6.6 |
| 1312 | 2026-07-23T00:40:22.670Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1313 | 2026-07-23T00:40:22.683Z | Downloaded chrono-tz v0.10.4 |
| 1314 | 2026-07-23T00:40:22.727Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1315 | 2026-07-23T00:40:22.766Z | Downloaded libz-sys v1.1.24 |
| 1316 | 2026-07-23T00:40:22.782Z | Downloaded sha3 v0.10.8 |
| 1317 | 2026-07-23T00:40:22.785Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1318 | 2026-07-23T00:40:22.805Z | Downloaded tokio v1.52.1 |
| 1319 | 2026-07-23T00:40:22.873Z | Downloaded encoding_rs v0.8.35 |
| 1320 | 2026-07-23T00:40:22.900Z | Downloaded ring v0.17.14 |
| 1321 | 2026-07-23T00:40:23.388Z | Downloaded aws-lc-sys v0.40.0 |
| 1322 | 2026-07-23T00:40:23.637Z | Compiling libc v0.2.185 |
| 1323 | 2026-07-23T00:40:23.637Z | Compiling serde_core v1.0.228 |
| 1324 | 2026-07-23T00:40:23.637Z | Compiling serde v1.0.228 |
| 1325 | 2026-07-23T00:40:23.641Z | Compiling log v0.4.29 |
| 1326 | 2026-07-23T00:40:23.641Z | Compiling smallvec v1.15.1 |
| 1327 | 2026-07-23T00:40:23.641Z | Compiling shlex v1.3.0 |
| 1328 | 2026-07-23T00:40:23.641Z | Compiling find-msvc-tools v0.1.9 |
| 1329 | 2026-07-23T00:40:23.776Z | Compiling syn v2.0.117 |
| 1330 | 2026-07-23T00:40:23.971Z | Compiling subtle v2.6.1 |
| 1331 | 2026-07-23T00:40:23.996Z | Compiling scopeguard v1.2.0 |
| 1332 | 2026-07-23T00:40:24.006Z | Compiling stable_deref_trait v1.2.1 |
| 1333 | 2026-07-23T00:40:24.081Z | Compiling lock_api v0.4.14 |
| 1334 | 2026-07-23T00:40:24.084Z | Compiling typenum v1.20.1 |
| 1335 | 2026-07-23T00:40:24.109Z | Compiling serde_json v1.0.150 |
| 1336 | 2026-07-23T00:40:24.143Z | Compiling zerocopy v0.8.40 |
| 1337 | 2026-07-23T00:40:24.171Z | Compiling portable-atomic v1.13.1 |
| 1338 | 2026-07-23T00:40:24.297Z | Compiling pin-project-lite v0.2.17 |
| 1339 | 2026-07-23T00:40:24.330Z | Compiling parking_lot_core v0.9.12 |
| 1340 | 2026-07-23T00:40:24.391Z | Compiling pkg-config v0.3.32 |
| 1341 | 2026-07-23T00:40:24.587Z | Compiling getrandom v0.4.1 |
| 1342 | 2026-07-23T00:40:24.706Z | Compiling jobserver v0.1.34 |
| 1343 | 2026-07-23T00:40:24.761Z | Compiling errno v0.3.14 |
| 1344 | 2026-07-23T00:40:24.956Z | Compiling getrandom v0.2.17 |
| 1345 | 2026-07-23T00:40:24.970Z | Compiling cc v1.2.56 |
| 1346 | 2026-07-23T00:40:25.010Z | Compiling libm v0.2.16 |
| 1347 | 2026-07-23T00:40:25.080Z | Compiling critical-section v1.2.0 |
| 1348 | 2026-07-23T00:40:25.126Z | Compiling rand_core v0.6.4 |
| 1349 | 2026-07-23T00:40:25.201Z | Compiling signal-hook-registry v1.4.8 |
| 1350 | 2026-07-23T00:40:25.348Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-07-23T00:40:25.391Z | Compiling num-traits v0.2.19 |
| 1352 | 2026-07-23T00:40:25.406Z | Compiling futures-core v0.3.32 |
| 1353 | 2026-07-23T00:40:25.471Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-07-23T00:40:25.501Z | Compiling parking_lot v0.12.5 |
| 1355 | 2026-07-23T00:40:25.569Z | Compiling mio v1.2.0 |
| 1356 | 2026-07-23T00:40:25.755Z | Compiling generic-array v0.14.7 |
| 1357 | 2026-07-23T00:40:25.848Z | Compiling litemap v0.8.1 |
| 1358 | 2026-07-23T00:40:25.869Z | Compiling const-oid v0.9.6 |
| 1359 | 2026-07-23T00:40:26.027Z | Compiling bitflags v2.11.0 |
| 1360 | 2026-07-23T00:40:26.041Z | Compiling writeable v0.6.2 |
| 1361 | 2026-07-23T00:40:26.103Z | Compiling percent-encoding v2.3.2 |
| 1362 | 2026-07-23T00:40:26.251Z | Compiling semver v1.0.28 |
| 1363 | 2026-07-23T00:40:26.277Z | Compiling icu_normalizer_data v2.1.1 |
| 1364 | 2026-07-23T00:40:26.293Z | Compiling icu_properties_data v2.1.2 |
| 1365 | 2026-07-23T00:40:26.543Z | Compiling socket2 v0.6.3 |
| 1366 | 2026-07-23T00:40:26.634Z | Compiling futures-sink v0.3.32 |
| 1367 | 2026-07-23T00:40:26.661Z | Compiling futures-task v0.3.32 |
| 1368 | 2026-07-23T00:40:26.676Z | Compiling synstructure v0.13.2 |
| 1369 | 2026-07-23T00:40:26.693Z | Compiling slab v0.4.12 |
| 1370 | 2026-07-23T00:40:26.740Z | Compiling futures-channel v0.3.32 |
| 1371 | 2026-07-23T00:40:26.835Z | Compiling futures-io v0.3.32 |
| 1372 | 2026-07-23T00:40:26.870Z | Compiling utf8_iter v1.0.4 |
| 1373 | 2026-07-23T00:40:26.950Z | Compiling indexmap v2.14.0 |
| 1374 | 2026-07-23T00:40:26.973Z | Compiling form_urlencoded v1.2.2 |
| 1375 | 2026-07-23T00:40:26.990Z | Compiling rustversion v1.0.22 |
| 1376 | 2026-07-23T00:40:27.015Z | Compiling getrandom v0.3.4 |
| 1377 | 2026-07-23T00:40:27.119Z | Compiling cmake v0.1.57 |
| 1378 | 2026-07-23T00:40:27.137Z | Compiling rustix v1.1.3 |
| 1379 | 2026-07-23T00:40:27.152Z | Compiling iana-time-zone v0.1.65 |
| 1380 | 2026-07-23T00:40:27.283Z | Compiling ident_case v1.0.1 |
| 1381 | 2026-07-23T00:40:27.351Z | Compiling dunce v1.0.5 |
| 1382 | 2026-07-23T00:40:27.406Z | Compiling fs_extra v1.3.0 |
| 1383 | 2026-07-23T00:40:27.449Z | Compiling regex-syntax v0.8.10 |
| 1384 | 2026-07-23T00:40:27.524Z | Compiling uuid v1.23.4 |
| 1385 | 2026-07-23T00:40:27.620Z | Compiling vcpkg v0.2.15 |
| 1386 | 2026-07-23T00:40:27.677Z | Compiling aws-lc-sys v0.40.0 |
| 1387 | 2026-07-23T00:40:27.966Z | Compiling rand_core v0.9.5 |
| 1388 | 2026-07-23T00:40:28.040Z | Compiling base64ct v1.8.3 |
| 1389 | 2026-07-23T00:40:28.257Z | Compiling base64 v0.22.1 |
| 1390 | 2026-07-23T00:40:28.260Z | Compiling rustc_version v0.4.1 |
| 1391 | 2026-07-23T00:40:28.339Z | Compiling pem-rfc7468 v0.7.0 |
| 1392 | 2026-07-23T00:40:28.355Z | Compiling openssl-sys v0.9.115 |
| 1393 | 2026-07-23T00:40:28.409Z | Compiling serde_derive v1.0.228 |
| 1394 | 2026-07-23T00:40:28.588Z | Compiling zeroize_derive v1.4.3 |
| 1395 | 2026-07-23T00:40:28.602Z | Compiling zerofrom-derive v0.1.6 |
| 1396 | 2026-07-23T00:40:28.645Z | Compiling yoke-derive v0.8.1 |
| 1397 | 2026-07-23T00:40:28.873Z | Compiling zerovec-derive v0.11.2 |
| 1398 | 2026-07-23T00:40:28.897Z | Compiling zerocopy-derive v0.8.40 |
| 1399 | 2026-07-23T00:40:29.260Z | Compiling zeroize v1.8.2 |
| 1400 | 2026-07-23T00:40:29.467Z | Compiling displaydoc v0.2.5 |
| 1401 | 2026-07-23T00:40:29.841Z | Compiling tokio-macros v2.7.0 |
| 1402 | 2026-07-23T00:40:30.018Z | Compiling zerofrom v0.1.6 |
| 1403 | 2026-07-23T00:40:30.055Z | Compiling futures-macro v0.3.32 |
| 1404 | 2026-07-23T00:40:30.144Z | Compiling yoke v0.8.1 |
| 1405 | 2026-07-23T00:40:30.268Z | Compiling tracing-attributes v0.1.31 |
| 1406 | 2026-07-23T00:40:30.335Z | Compiling zerovec v0.11.5 |
| 1407 | 2026-07-23T00:40:30.404Z | Compiling zerotrie v0.2.3 |
| 1408 | 2026-07-23T00:40:30.593Z | Compiling crypto-common v0.1.7 |
| 1409 | 2026-07-23T00:40:30.700Z | Compiling block-buffer v0.10.4 |
| 1410 | 2026-07-23T00:40:30.744Z | Compiling thiserror-impl v2.0.18 |
| 1411 | 2026-07-23T00:40:30.839Z | Compiling tinystr v0.8.2 |
| 1412 | 2026-07-23T00:40:30.872Z | Compiling potential_utf v0.1.4 |
| 1413 | 2026-07-23T00:40:30.884Z | Compiling futures-util v0.3.32 |
| 1414 | 2026-07-23T00:40:31.030Z | Compiling icu_locale_core v2.1.1 |
| 1415 | 2026-07-23T00:40:31.045Z | Compiling icu_collections v2.1.1 |
| 1416 | 2026-07-23T00:40:31.515Z | Compiling digest v0.10.7 |
| 1417 | 2026-07-23T00:40:31.591Z | Compiling der_derive v0.7.3 |
| 1418 | 2026-07-23T00:40:31.762Z | Compiling icu_provider v2.1.1 |
| 1419 | 2026-07-23T00:40:31.896Z | Compiling bytes v1.11.1 |
| 1420 | 2026-07-23T00:40:31.934Z | Compiling chrono v0.4.45 |
| 1421 | 2026-07-23T00:40:32.051Z | Compiling icu_normalizer v2.1.1 |
| 1422 | 2026-07-23T00:40:32.081Z | Compiling icu_properties v2.1.2 |
| 1423 | 2026-07-23T00:40:32.506Z | Compiling tokio v1.52.1 |
| 1424 | 2026-07-23T00:40:32.539Z | Compiling http v1.4.2 |
| 1425 | 2026-07-23T00:40:32.572Z | Compiling tracing-core v0.1.36 |
| 1426 | 2026-07-23T00:40:33.106Z | Compiling idna_adapter v1.2.1 |
| 1427 | 2026-07-23T00:40:33.146Z | Compiling flagset v0.4.7 |
| 1428 | 2026-07-23T00:40:33.162Z | Compiling aws-lc-rs v1.16.3 |
| 1429 | 2026-07-23T00:40:33.242Z | Compiling idna v1.1.0 |
| 1430 | 2026-07-23T00:40:33.278Z | Compiling ppv-lite86 v0.2.21 |
| 1431 | 2026-07-23T00:40:33.295Z | Compiling der v0.7.10 |
| 1432 | 2026-07-23T00:40:33.378Z | Compiling http-body v1.0.1 |
| 1433 | 2026-07-23T00:40:33.440Z | Compiling tracing v0.1.44 |
| 1434 | 2026-07-23T00:40:33.456Z | Compiling thiserror v2.0.18 |
| 1435 | 2026-07-23T00:40:33.527Z | Compiling url v2.5.8 |
| 1436 | 2026-07-23T00:40:33.556Z | Compiling rustls-pki-types v1.14.0 |
| 1437 | 2026-07-23T00:40:33.598Z | Compiling rand_chacha v0.9.0 |
| 1438 | 2026-07-23T00:40:33.786Z | Compiling serde_derive_internals v0.29.1 |
| 1439 | 2026-07-23T00:40:33.890Z | Compiling schemars v0.8.22 |
| 1440 | 2026-07-23T00:40:34.006Z | Compiling tinyvec_macros v0.1.1 |
| 1441 | 2026-07-23T00:40:34.076Z | Compiling openssl-probe v0.2.1 |
| 1442 | 2026-07-23T00:40:34.105Z | Compiling httparse v1.10.1 |
| 1443 | 2026-07-23T00:40:34.248Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-07-23T00:40:34.271Z | Compiling cmov v0.5.4 |
| 1445 | 2026-07-23T00:40:34.322Z | Compiling spki v0.7.3 |
| 1446 | 2026-07-23T00:40:34.380Z | Compiling tinyvec v1.10.0 |
| 1447 | 2026-07-23T00:40:34.461Z | Compiling ctutils v0.4.2 |
| 1448 | 2026-07-23T00:40:34.474Z | Compiling pest_generator v2.8.6 |
| 1449 | 2026-07-23T00:40:34.490Z | Compiling rand v0.9.2 |
| 1450 | 2026-07-23T00:40:34.520Z | Compiling aho-corasick v1.1.4 |
| 1451 | 2026-07-23T00:40:34.717Z | Compiling schemars_derive v0.8.22 |
| 1452 | 2026-07-23T00:40:34.751Z | Compiling tower-service v0.3.3 |
| 1453 | 2026-07-23T00:40:34.766Z | Compiling untrusted v0.7.1 |
| 1454 | 2026-07-23T00:40:34.843Z | Compiling tower-layer v0.3.3 |
| 1455 | 2026-07-23T00:40:34.887Z | Compiling atomic-waker v1.1.2 |
| 1456 | 2026-07-23T00:40:35.000Z | Compiling try-lock v0.2.5 |
| 1457 | 2026-07-23T00:40:35.014Z | Compiling tempfile v3.25.0 |
| 1458 | 2026-07-23T00:40:35.116Z | Compiling want v0.3.1 |
| 1459 | 2026-07-23T00:40:35.178Z | Compiling pest_derive v2.8.6 |
| 1460 | 2026-07-23T00:40:35.278Z | Compiling hybrid-array v0.4.13 |
| 1461 | 2026-07-23T00:40:35.378Z | Compiling regex-automata v0.4.14 |
| 1462 | 2026-07-23T00:40:35.600Z | Compiling ipnet v2.11.0 |
| 1463 | 2026-07-23T00:40:35.617Z | Compiling scroll_derive v0.13.1 |
| 1464 | 2026-07-23T00:40:36.049Z | Compiling darling_core v0.20.11 |
| 1465 | 2026-07-23T00:40:36.095Z | Compiling foreign-types-shared v0.1.1 |
| 1466 | 2026-07-23T00:40:36.181Z | Compiling untrusted v0.9.0 |
| 1467 | 2026-07-23T00:40:36.274Z | Compiling tokio-util v0.7.18 |
| 1468 | 2026-07-23T00:40:36.298Z | Compiling cpufeatures v0.2.17 |
| 1469 | 2026-07-23T00:40:36.372Z | Compiling httpdate v1.0.3 |
| 1470 | 2026-07-23T00:40:36.418Z | Compiling rustls v0.23.41 |
| 1471 | 2026-07-23T00:40:36.597Z | Compiling openssl v0.10.79 |
| 1472 | 2026-07-23T00:40:36.611Z | Compiling scroll v0.13.0 |
| 1473 | 2026-07-23T00:40:36.856Z | Compiling foreign-types v0.3.2 |
| 1474 | 2026-07-23T00:40:36.875Z | Compiling unicode-normalization v0.1.25 |
| 1475 | 2026-07-23T00:40:36.928Z | Compiling h2 v0.4.15 |
| 1476 | 2026-07-23T00:40:37.229Z | Compiling pkcs8 v0.10.2 |
| 1477 | 2026-07-23T00:40:37.324Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-07-23T00:40:37.478Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1479 | 2026-07-23T00:40:37.648Z | Compiling spin v0.9.8 |
| 1480 | 2026-07-23T00:40:37.721Z | Compiling time-core v0.1.8 |
| 1481 | 2026-07-23T00:40:37.855Z | Compiling crc32fast v1.5.0 |
| 1482 | 2026-07-23T00:40:37.868Z | Compiling powerfmt v0.2.0 |
| 1483 | 2026-07-23T00:40:37.878Z | Compiling native-tls v0.2.18 |
| 1484 | 2026-07-23T00:40:38.063Z | Compiling num-conv v0.2.0 |
| 1485 | 2026-07-23T00:40:38.108Z | Compiling deranged v0.5.8 |
| 1486 | 2026-07-23T00:40:38.193Z | Compiling time-macros v0.2.27 |
| 1487 | 2026-07-23T00:40:38.245Z | Compiling darling_macro v0.20.11 |
| 1488 | 2026-07-23T00:40:38.717Z | Compiling darling v0.20.11 |
| 1489 | 2026-07-23T00:40:38.799Z | Compiling goblin v0.10.5 |
| 1490 | 2026-07-23T00:40:39.041Z | Compiling sha2 v0.10.9 |
| 1491 | 2026-07-23T00:40:39.241Z | Compiling hmac v0.12.1 |
| 1492 | 2026-07-23T00:40:39.363Z | Compiling sync_wrapper v1.0.2 |
| 1493 | 2026-07-23T00:40:39.389Z | Compiling wait-timeout v0.2.1 |
| 1494 | 2026-07-23T00:40:39.467Z | Compiling simd-adler32 v0.3.8 |
| 1495 | 2026-07-23T00:40:39.700Z | Compiling syn v1.0.109 |
| 1496 | 2026-07-23T00:40:39.761Z | Compiling num_threads v0.1.7 |
| 1497 | 2026-07-23T00:40:39.861Z | Compiling quick-error v1.2.3 |
| 1498 | 2026-07-23T00:40:39.970Z | Compiling usdt-impl v0.6.0 |
| 1499 | 2026-07-23T00:40:40.013Z | Compiling hyper v1.10.1 |
| 1500 | 2026-07-23T00:40:40.183Z | Compiling crossbeam-utils v0.8.21 |
| 1501 | 2026-07-23T00:40:40.445Z | Compiling bit-vec v0.8.0 |
| 1502 | 2026-07-23T00:40:40.500Z | Compiling siphasher v1.0.2 |
| 1503 | 2026-07-23T00:40:40.671Z | Compiling bit-set v0.8.0 |
| 1504 | 2026-07-23T00:40:40.906Z | Compiling rusty-fork v0.3.1 |
| 1505 | 2026-07-23T00:40:41.016Z | Compiling time v0.3.47 |
| 1506 | 2026-07-23T00:40:41.033Z | Compiling tower v0.5.3 |
| 1507 | 2026-07-23T00:40:41.128Z | Compiling hyper-util v0.1.20 |
| 1508 | 2026-07-23T00:40:41.214Z | Compiling derive_builder_core v0.20.2 |
| 1509 | 2026-07-23T00:40:41.536Z | Compiling dof v0.4.0 |
| 1510 | 2026-07-23T00:40:41.798Z | Compiling dtrace-parser v0.3.0 |
| 1511 | 2026-07-23T00:40:42.230Z | Compiling http-body-util v0.1.3 |
| 1512 | 2026-07-23T00:40:42.297Z | Compiling heapless v0.7.17 |
| 1513 | 2026-07-23T00:40:42.990Z | Compiling thiserror-impl v1.0.69 |
| 1514 | 2026-07-23T00:40:43.032Z | Compiling scroll_derive v0.12.1 |
| 1515 | 2026-07-23T00:40:43.032Z | Compiling rand_xorshift v0.4.0 |
| 1516 | 2026-07-23T00:40:43.032Z | Compiling slog v2.8.2 |
| 1517 | 2026-07-23T00:40:43.032Z | Compiling darling_core v0.23.0 |
| 1518 | 2026-07-23T00:40:43.032Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-07-23T00:40:43.032Z | Compiling thread-id v5.1.0 |
| 1520 | 2026-07-23T00:40:43.032Z | Compiling cookie v0.18.1 |
| 1521 | 2026-07-23T00:40:43.032Z | Compiling zstd-safe v7.2.4 |
| 1522 | 2026-07-23T00:40:43.121Z | Compiling ryu v1.0.23 |
| 1523 | 2026-07-23T00:40:43.121Z | Compiling signal-hook v0.3.18 |
| 1524 | 2026-07-23T00:40:43.146Z | Compiling iri-string v0.7.10 |
| 1525 | 2026-07-23T00:40:43.222Z | Compiling adler2 v2.0.1 |
| 1526 | 2026-07-23T00:40:43.280Z | Compiling unarray v0.1.4 |
| 1527 | 2026-07-23T00:40:43.724Z | Compiling allocator-api2 v0.2.21 |
| 1528 | 2026-07-23T00:40:43.724Z | Compiling anyhow v1.0.102 |
| 1529 | 2026-07-23T00:40:43.724Z | Compiling paste v1.0.15 |
| 1530 | 2026-07-23T00:40:43.724Z | Compiling unicode-bidi v0.3.18 |
| 1531 | 2026-07-23T00:40:43.724Z | Compiling unicode-properties v0.1.4 |
| 1532 | 2026-07-23T00:40:43.733Z | Compiling thiserror v1.0.69 |
| 1533 | 2026-07-23T00:40:43.837Z | Compiling proptest v1.10.0 |
| 1534 | 2026-07-23T00:40:43.859Z | Compiling miniz_oxide v0.8.9 |
| 1535 | 2026-07-23T00:40:43.937Z | Compiling stringprep v0.1.5 |
| 1536 | 2026-07-23T00:40:44.143Z | Compiling serde_urlencoded v0.7.1 |
| 1537 | 2026-07-23T00:40:44.359Z | Compiling tower-http v0.6.8 |
| 1538 | 2026-07-23T00:40:44.378Z | Compiling scroll v0.12.0 |
| 1539 | 2026-07-23T00:40:44.752Z | Compiling derive_builder_macro v0.20.2 |
| 1540 | 2026-07-23T00:40:44.783Z | Compiling camino v1.2.2 |
| 1541 | 2026-07-23T00:40:45.288Z | Compiling tokio-native-tls v0.3.1 |
| 1542 | 2026-07-23T00:40:45.296Z | Compiling darling_macro v0.23.0 |
| 1543 | 2026-07-23T00:40:45.296Z | Compiling bstr v1.12.1 |
| 1544 | 2026-07-23T00:40:45.296Z | Compiling ipnetwork v0.21.1 |
| 1545 | 2026-07-23T00:40:45.321Z | Compiling crypto-common v0.2.2 |
| 1546 | 2026-07-23T00:40:45.638Z | Compiling block-padding v0.4.2 |
| 1547 | 2026-07-23T00:40:45.665Z | Compiling block-buffer v0.12.1 |
| 1548 | 2026-07-23T00:40:45.703Z | Compiling rustls-native-certs v0.8.3 |
| 1549 | 2026-07-23T00:40:45.798Z | Compiling rand_chacha v0.3.1 |
| 1550 | 2026-07-23T00:40:45.862Z | Compiling toml_datetime v0.6.11 |
| 1551 | 2026-07-23T00:40:45.873Z | Compiling erased-serde v0.3.31 |
| 1552 | 2026-07-23T00:40:45.998Z | Compiling hex v0.4.3 |
| 1553 | 2026-07-23T00:40:46.107Z | Compiling serde_tokenstream v0.2.3 |
| 1554 | 2026-07-23T00:40:46.254Z | Compiling serde_spanned v0.6.9 |
| 1555 | 2026-07-23T00:40:46.352Z | Compiling signature v2.2.0 |
| 1556 | 2026-07-23T00:40:46.396Z | Compiling md-5 v0.10.6 |
| 1557 | 2026-07-23T00:40:46.429Z | Compiling curve25519-dalek v4.1.3 |
| 1558 | 2026-07-23T00:40:46.526Z | Compiling async-trait v0.1.89 |
| 1559 | 2026-07-23T00:40:46.560Z | Compiling pin-project-internal v1.1.11 |
| 1560 | 2026-07-23T00:40:46.578Z | Compiling zerocopy-derive v0.7.35 |
| 1561 | 2026-07-23T00:40:46.759Z | Compiling vergen-lib v9.1.0 |
| 1562 | 2026-07-23T00:40:46.950Z | Compiling num-integer v0.1.46 |
| 1563 | 2026-07-23T00:40:47.021Z | Compiling hash32 v0.2.1 |
| 1564 | 2026-07-23T00:40:47.213Z | Compiling memoffset v0.9.1 |
| 1565 | 2026-07-23T00:40:47.271Z | Compiling encoding_rs v0.8.35 |
| 1566 | 2026-07-23T00:40:47.415Z | Compiling rustix v0.38.44 |
| 1567 | 2026-07-23T00:40:47.418Z | Compiling cfg_aliases v0.2.1 |
| 1568 | 2026-07-23T00:40:47.502Z | Compiling ref-cast v1.0.25 |
| 1569 | 2026-07-23T00:40:47.519Z | Compiling zlib-rs v0.6.2 |
| 1570 | 2026-07-23T00:40:47.665Z | Compiling psl-types v2.0.11 |
| 1571 | 2026-07-23T00:40:47.761Z | Compiling smoltcp v0.9.1 |
| 1572 | 2026-07-23T00:40:47.779Z | Compiling litrs v1.0.0 |
| 1573 | 2026-07-23T00:40:47.814Z | Compiling mime v0.3.17 |
| 1574 | 2026-07-23T00:40:48.068Z | Compiling num-bigint-dig v0.8.6 |
| 1575 | 2026-07-23T00:40:48.103Z | Compiling fallible-iterator v0.2.0 |
| 1576 | 2026-07-23T00:40:48.270Z | Compiling document-features v0.2.12 |
| 1577 | 2026-07-23T00:40:48.413Z | Compiling postgres-protocol v0.6.10 |
| 1578 | 2026-07-23T00:40:48.454Z | Compiling publicsuffix v2.3.0 |
| 1579 | 2026-07-23T00:40:48.586Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-07-23T00:40:48.630Z | Compiling pin-project v1.1.11 |
| 1581 | 2026-07-23T00:40:48.728Z | Compiling nix v0.31.2 |
| 1582 | 2026-07-23T00:40:48.755Z | Compiling zerocopy v0.7.35 |
| 1583 | 2026-07-23T00:40:48.959Z | Compiling num-iter v0.1.45 |
| 1584 | 2026-07-23T00:40:49.093Z | Compiling newtype-uuid v1.3.2 |
| 1585 | 2026-07-23T00:40:49.126Z | Compiling rand v0.8.6 |
| 1586 | 2026-07-23T00:40:49.286Z | Compiling inout v0.2.2 |
| 1587 | 2026-07-23T00:40:49.415Z | Compiling darling v0.23.0 |
| 1588 | 2026-07-23T00:40:49.435Z | Compiling oxnet v0.1.6 |
| 1589 | 2026-07-23T00:40:49.448Z | Compiling hyper-tls v0.6.0 |
| 1590 | 2026-07-23T00:40:49.492Z | Compiling derive_builder v0.20.2 |
| 1591 | 2026-07-23T00:40:49.647Z | Compiling goblin v0.8.2 |
| 1592 | 2026-07-23T00:40:50.126Z | Compiling phf_shared v0.13.1 |
| 1593 | 2026-07-23T00:40:50.225Z | Compiling lazy_static v1.5.0 |
| 1594 | 2026-07-23T00:40:50.253Z | Compiling regex v1.12.3 |
| 1595 | 2026-07-23T00:40:50.320Z | Compiling anstyle-parse v0.2.7 |
| 1596 | 2026-07-23T00:40:50.367Z | Compiling futures-executor v0.3.32 |
| 1597 | 2026-07-23T00:40:50.499Z | Compiling flate2 v1.1.9 |
| 1598 | 2026-07-23T00:40:50.526Z | Compiling terminal_size v0.4.3 |
| 1599 | 2026-07-23T00:40:50.625Z | Compiling ref-cast-impl v1.0.25 |
| 1600 | 2026-07-23T00:40:50.662Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1601 | 2026-07-23T00:40:50.677Z | Compiling strum_macros v0.27.2 |
| 1602 | 2026-07-23T00:40:50.808Z | Compiling snafu-derive v0.8.9 |
| 1603 | 2026-07-23T00:40:50.906Z | Compiling daft-derive v0.1.7 |
| 1604 | 2026-07-23T00:40:51.185Z | Compiling vergen v9.1.0 |
| 1605 | 2026-07-23T00:40:51.317Z | Compiling cargo-platform v0.3.2 |
| 1606 | 2026-07-23T00:40:51.378Z | Compiling ff v0.13.1 |
| 1607 | 2026-07-23T00:40:51.511Z | Compiling fs-err v3.3.0 |
| 1608 | 2026-07-23T00:40:51.604Z | Compiling ahash v0.8.12 |
| 1609 | 2026-07-23T00:40:51.642Z | Compiling bitflags v1.3.2 |
| 1610 | 2026-07-23T00:40:51.731Z | Compiling same-file v1.0.6 |
| 1611 | 2026-07-23T00:40:51.747Z | Compiling object v0.37.3 |
| 1612 | 2026-07-23T00:40:51.821Z | Compiling foldhash v0.1.5 |
| 1613 | 2026-07-23T00:40:51.882Z | Compiling foldhash v0.2.0 |
| 1614 | 2026-07-23T00:40:52.003Z | Compiling bumpalo v3.20.2 |
| 1615 | 2026-07-23T00:40:52.091Z | Compiling managed v0.8.0 |
| 1616 | 2026-07-23T00:40:52.109Z | Compiling winnow v0.5.40 |
| 1617 | 2026-07-23T00:40:52.217Z | Compiling libbz2-rs-sys v0.2.2 |
| 1618 | 2026-07-23T00:40:52.294Z | Compiling base16ct v0.2.0 |
| 1619 | 2026-07-23T00:40:52.401Z | Compiling unicode-segmentation v1.12.0 |
| 1620 | 2026-07-23T00:40:52.720Z | Compiling clap_builder v4.6.0 |
| 1621 | 2026-07-23T00:40:52.792Z | Compiling snafu v0.8.9 |
| 1622 | 2026-07-23T00:40:52.816Z | Compiling strum v0.27.2 |
| 1623 | 2026-07-23T00:40:52.892Z | Compiling bzip2 v0.6.1 |
| 1624 | 2026-07-23T00:40:52.925Z | Compiling sec1 v0.7.3 |
| 1625 | 2026-07-23T00:40:53.106Z | Compiling zopfli v0.8.3 |
| 1626 | 2026-07-23T00:40:53.169Z | Compiling hashbrown v0.16.1 |
| 1627 | 2026-07-23T00:40:53.251Z | Compiling hashbrown v0.15.5 |
| 1628 | 2026-07-23T00:40:53.517Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-07-23T00:40:53.705Z | Compiling dof v0.3.0 |
| 1630 | 2026-07-23T00:40:53.739Z | Compiling walkdir v2.5.0 |
| 1631 | 2026-07-23T00:40:53.830Z | Compiling daft v0.1.7 |
| 1632 | 2026-07-23T00:40:53.905Z | Compiling cargo_metadata v0.23.1 |
| 1633 | 2026-07-23T00:40:54.033Z | Compiling group v0.13.0 |
| 1634 | 2026-07-23T00:40:54.301Z | Compiling futures v0.3.32 |
| 1635 | 2026-07-23T00:40:54.397Z | Compiling anstream v0.6.21 |
| 1636 | 2026-07-23T00:40:54.402Z | Compiling phf v0.13.1 |
| 1637 | 2026-07-23T00:40:54.688Z | Compiling signal-hook-mio v0.2.5 |
| 1638 | 2026-07-23T00:40:54.805Z | Compiling cookie_store v0.22.1 |
| 1639 | 2026-07-23T00:40:55.011Z | Compiling zstd v0.13.3 |
| 1640 | 2026-07-23T00:40:55.294Z | Compiling reqwest v0.12.28 |
| 1641 | 2026-07-23T00:40:55.301Z | Compiling bzip2 v0.4.4 |
| 1642 | 2026-07-23T00:40:55.463Z | Compiling serde_with_macros v3.21.0 |
| 1643 | 2026-07-23T00:40:55.500Z | Compiling cipher v0.5.2 |
| 1644 | 2026-07-23T00:40:55.627Z | Compiling hubpack v0.1.2 |
| 1645 | 2026-07-23T00:40:55.839Z | Compiling postgres-types v0.2.12 |
| 1646 | 2026-07-23T00:40:56.140Z | Compiling ed25519 v2.2.3 |
| 1647 | 2026-07-23T00:40:56.382Z | Compiling usdt-macro v0.6.0 |
| 1648 | 2026-07-23T00:40:56.581Z | Compiling usdt-attr-macro v0.6.0 |
| 1649 | 2026-07-23T00:40:56.949Z | Compiling globset v0.4.18 |
| 1650 | 2026-07-23T00:40:57.018Z | Compiling dtrace-parser v0.2.0 |
| 1651 | 2026-07-23T00:40:57.110Z | Compiling phf_shared v0.11.3 |
| 1652 | 2026-07-23T00:40:57.135Z | Compiling hkdf v0.12.4 |
| 1653 | 2026-07-23T00:40:57.298Z | Compiling pkcs1 v0.7.5 |
| 1654 | 2026-07-23T00:40:57.313Z | Compiling olpc-cjson v0.1.4 |
| 1655 | 2026-07-23T00:40:57.369Z | Compiling serde_plain v1.0.2 |
| 1656 | 2026-07-23T00:40:57.464Z | Compiling serde-big-array v0.5.1 |
| 1657 | 2026-07-23T00:40:57.566Z | Compiling crypto-bigint v0.5.5 |
| 1658 | 2026-07-23T00:40:57.603Z | Compiling pem v3.0.6 |
| 1659 | 2026-07-23T00:40:57.634Z | Compiling enum-as-inner v0.6.1 |
| 1660 | 2026-07-23T00:40:57.676Z | Compiling serde_repr v0.1.20 |
| 1661 | 2026-07-23T00:40:57.743Z | Compiling strum_macros v0.26.4 |
| 1662 | 2026-07-23T00:40:57.926Z | Compiling clap_derive v4.6.1 |
| 1663 | 2026-07-23T00:40:58.136Z | Compiling async-recursion v1.1.1 |
| 1664 | 2026-07-23T00:40:58.220Z | Compiling float-cmp v0.10.0 |
| 1665 | 2026-07-23T00:40:58.375Z | Compiling memmap2 v0.9.10 |
| 1666 | 2026-07-23T00:40:58.568Z | Compiling thread-id v4.2.2 |
| 1667 | 2026-07-23T00:40:58.655Z | Compiling env_filter v1.0.0 |
| 1668 | 2026-07-23T00:40:58.786Z | Compiling either v1.15.0 |
| 1669 | 2026-07-23T00:40:58.924Z | Compiling normalize-line-endings v0.3.0 |
| 1670 | 2026-07-23T00:40:58.951Z | Compiling new_debug_unreachable v1.0.6 |
| 1671 | 2026-07-23T00:40:58.990Z | Compiling winnow v1.0.3 |
| 1672 | 2026-07-23T00:40:59.019Z | Compiling typed-path v0.9.3 |
| 1673 | 2026-07-23T00:40:59.054Z | Compiling data-encoding v2.10.0 |
| 1674 | 2026-07-23T00:40:59.360Z | Compiling static_assertions v1.1.0 |
| 1675 | 2026-07-23T00:40:59.412Z | Compiling difflib v0.4.0 |
| 1676 | 2026-07-23T00:40:59.476Z | Compiling cpufeatures v0.3.0 |
| 1677 | 2026-07-23T00:40:59.543Z | Compiling fixedbitset v0.5.7 |
| 1678 | 2026-07-23T00:40:59.663Z | Compiling whoami v2.1.0 |
| 1679 | 2026-07-23T00:40:59.747Z | Compiling precomputed-hash v0.1.1 |
| 1680 | 2026-07-23T00:40:59.756Z | Compiling const-oid v0.10.2 |
| 1681 | 2026-07-23T00:40:59.803Z | Compiling jiff v0.2.21 |
| 1682 | 2026-07-23T00:40:59.868Z | Compiling keccak v0.1.6 |
| 1683 | 2026-07-23T00:40:59.970Z | Compiling predicates-core v1.0.10 |
| 1684 | 2026-07-23T00:41:00.019Z | Compiling fixedbitset v0.4.2 |
| 1685 | 2026-07-23T00:41:00.093Z | Compiling sha3 v0.10.8 |
| 1686 | 2026-07-23T00:41:00.286Z | Compiling predicates v3.1.4 |
| 1687 | 2026-07-23T00:41:00.333Z | Compiling petgraph v0.6.5 |
| 1688 | 2026-07-23T00:41:00.333Z | Compiling digest v0.11.3 |
| 1689 | 2026-07-23T00:41:00.333Z | Compiling tokio-postgres v0.7.16 |
| 1690 | 2026-07-23T00:41:00.451Z | Compiling string_cache v0.8.9 |
| 1691 | 2026-07-23T00:41:00.499Z | Compiling petgraph v0.8.3 |
| 1692 | 2026-07-23T00:41:00.666Z | Compiling clap v4.6.1 |
| 1693 | 2026-07-23T00:41:00.707Z | Compiling chacha20 v0.10.0 |
| 1694 | 2026-07-23T00:41:00.707Z | Compiling strum v0.26.3 |
| 1695 | 2026-07-23T00:41:00.814Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1696 | 2026-07-23T00:41:00.866Z | Compiling hickory-proto v0.25.2 |
| 1697 | 2026-07-23T00:41:01.119Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1698 | 2026-07-23T00:41:01.759Z | Compiling itertools v0.13.0 |
| 1699 | 2026-07-23T00:41:01.852Z | Compiling toml_edit v0.22.27 |
| 1700 | 2026-07-23T00:41:02.531Z | Compiling zip v4.6.1 |
| 1701 | 2026-07-23T00:41:02.681Z | Compiling env_logger v0.11.9 |
| 1702 | 2026-07-23T00:41:02.861Z | Compiling usdt-impl v0.5.0 |
| 1703 | 2026-07-23T00:41:02.937Z | Compiling usdt v0.6.0 |
| 1704 | 2026-07-23T00:41:03.171Z | Compiling elliptic-curve v0.13.8 |
| 1705 | 2026-07-23T00:41:03.372Z | Compiling rsa v0.9.10 |
| 1706 | 2026-07-23T00:41:03.395Z | Compiling crossterm v0.28.1 |
| 1707 | 2026-07-23T00:41:03.540Z | Compiling serde_with v3.21.0 |
| 1708 | 2026-07-23T00:41:03.556Z | Compiling ed25519-dalek v2.2.0 |
| 1709 | 2026-07-23T00:41:04.252Z | Compiling zip v0.6.6 |
| 1710 | 2026-07-23T00:41:04.343Z | Compiling toml v0.7.8 |
| 1711 | 2026-07-23T00:41:04.883Z | Compiling iddqd v0.4.2 |
| 1712 | 2026-07-23T00:41:05.426Z | Compiling similar v2.7.0 |
| 1713 | 2026-07-23T00:41:05.529Z | Compiling heck v0.4.1 |
| 1714 | 2026-07-23T00:41:05.529Z | Compiling byte-wrapper v0.1.0 |
| 1715 | 2026-07-23T00:41:05.599Z | Compiling crossbeam-epoch v0.9.18 |
| 1716 | 2026-07-23T00:41:05.655Z | Compiling tokio-stream v0.1.18 |
| 1717 | 2026-07-23T00:41:05.759Z | Compiling buf-list v1.1.2 |
| 1718 | 2026-07-23T00:41:05.911Z | Compiling x509-cert v0.2.5 |
| 1719 | 2026-07-23T00:41:06.103Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1720 | 2026-07-23T00:41:06.194Z | Compiling openapiv3 v2.2.0 |
| 1721 | 2026-07-23T00:41:06.194Z | Compiling lalrpop-util v0.19.12 |
| 1722 | 2026-07-23T00:41:06.222Z | Compiling peg-runtime v0.8.5 |
| 1723 | 2026-07-23T00:41:06.270Z | Compiling thread_local v1.1.9 |
| 1724 | 2026-07-23T00:41:06.335Z | Compiling slog-async v2.8.0 |
| 1725 | 2026-07-23T00:41:06.521Z | Compiling crossbeam-channel v0.5.15 |
| 1726 | 2026-07-23T00:41:06.614Z | Compiling is-terminal v0.4.17 |
| 1727 | 2026-07-23T00:41:06.696Z | Compiling filetime v0.2.27 |
| 1728 | 2026-07-23T00:41:06.696Z | Compiling term v1.2.1 |
| 1729 | 2026-07-23T00:41:06.787Z | Compiling xattr v1.6.1 |
| 1730 | 2026-07-23T00:41:06.869Z | Compiling take_mut v0.2.2 |
| 1731 | 2026-07-23T00:41:06.870Z | Compiling tar v0.4.46 |
| 1732 | 2026-07-23T00:41:06.949Z | Compiling camino-tempfile v1.4.1 |
| 1733 | 2026-07-23T00:41:07.150Z | Compiling slog-term v2.9.2 |
| 1734 | 2026-07-23T00:41:17.363Z | Compiling rustls-webpki v0.103.13 |
| 1735 | 2026-07-23T00:41:19.932Z | Compiling tokio-rustls v0.26.4 |
| 1736 | 2026-07-23T00:41:19.932Z | Compiling rustls-platform-verifier v0.6.2 |
| 1737 | 2026-07-23T00:41:19.941Z | Compiling tough v0.22.0 |
| 1738 | 2026-07-23T00:41:20.198Z | Compiling hyper-rustls v0.27.7 |
| 1739 | 2026-07-23T00:41:20.362Z | Compiling reqwest v0.13.2 |
| 1740 | 2026-07-23T00:41:22.579Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1741 | 2026-07-23T00:41:22.822Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1742 | 2026-07-23T00:41:25.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1743 | 2026-07-23T00:41:25.752Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1744 | 2026-07-23T00:41:25.802Z | Jul 23 00:41:24.684 INFO Starting download, target: Cockroach |
| 1745 | 2026-07-23T00:41:25.803Z | Jul 23 00:41:24.685 INFO Starting download, target: Clickhouse |
| 1746 | 2026-07-23T00:41:25.822Z | Jul 23 00:41:24.685 INFO Starting download, target: Console |
| 1747 | 2026-07-23T00:41:25.823Z | Jul 23 00:41:24.685 INFO Starting download, target: DendriteStub |
| 1748 | 2026-07-23T00:41:25.823Z | Jul 23 00:41:24.685 INFO Starting download, target: MaghemiteMgd |
| 1749 | 2026-07-23T00:41:25.823Z | Jul 23 00:41:24.685 INFO Starting download, target: MaghemiteDdmd |
| 1750 | 2026-07-23T00:41:25.823Z | Jul 23 00:41:24.685 INFO Starting download, target: TransceiverControl |
| 1751 | 2026-07-23T00:41:25.823Z | Jul 23 00:41:24.685 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1752 | 2026-07-23T00:41:25.823Z | Jul 23 00:41:24.685 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1753 | 2026-07-23T00:41:25.823Z | Jul 23 00:41:24.685 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1754 | 2026-07-23T00:41:25.823Z | Jul 23 00:41:24.685 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1755 | 2026-07-23T00:41:25.823Z | Jul 23 00:41:24.685 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1756 | 2026-07-23T00:41:25.823Z | Jul 23 00:41:24.685 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1757 | 2026-07-23T00:41:25.823Z | Jul 23 00:41:24.685 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1758 | 2026-07-23T00:41:27.019Z | Jul 23 00:41:25.826 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1759 | 2026-07-23T00:41:27.251Z | Jul 23 00:41:26.036 INFO Download complete, target: TransceiverControl |
| 1760 | 2026-07-23T00:41:27.746Z | Jul 23 00:41:26.601 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1761 | 2026-07-23T00:41:27.829Z | Jul 23 00:41:26.718 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1762 | 2026-07-23T00:41:28.129Z | Jul 23 00:41:26.992 INFO Download complete, target: Console |
| 1763 | 2026-07-23T00:41:28.442Z | Jul 23 00:41:27.330 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1764 | 2026-07-23T00:41:28.879Z | Jul 23 00:41:27.763 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1765 | 2026-07-23T00:41:29.490Z | Jul 23 00:41:28.294 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1766 | 2026-07-23T00:41:30.801Z | Jul 23 00:41:29.689 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1767 | 2026-07-23T00:41:30.801Z | Jul 23 00:41:29.689 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1768 | 2026-07-23T00:41:30.945Z | Jul 23 00:41:29.837 INFO Download complete, target: DendriteStub |
| 1769 | 2026-07-23T00:41:31.536Z | Jul 23 00:41:30.428 INFO Download complete, target: MaghemiteDdmd |
| 1770 | 2026-07-23T00:41:31.536Z | Jul 23 00:41:30.428 INFO Download complete, target: MaghemiteMgd |
| 1771 | 2026-07-23T00:41:34.469Z | Jul 23 00:41:33.355 INFO Checking that binary works, target: Clickhouse |
| 1772 | 2026-07-23T00:41:34.578Z | Jul 23 00:41:33.467 INFO Download complete, target: Clickhouse |
| 1773 | 2026-07-23T00:41:35.361Z | Jul 23 00:41:34.250 INFO Checking that binary works, target: Cockroach |
| 1774 | 2026-07-23T00:41:35.466Z | Jul 23 00:41:34.359 INFO Download complete, target: Cockroach |
| 1775 | 2026-07-23T00:41:35.481Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1776 | 2026-07-23T00:41:35.485Z | |
| 1777 | 2026-07-23T00:41:35.485Z | real 2:03.085216271 |
| 1778 | 2026-07-23T00:41:35.485Z | user 6:34.913274981 |
| 1779 | 2026-07-23T00:41:35.485Z | sys 1:21.228793269 |
| 1780 | 2026-07-23T00:41:35.485Z | trap 0.228938772 |
| 1781 | 2026-07-23T00:41:35.485Z | tflt 0.479197686 |
| 1782 | 2026-07-23T00:41:35.485Z | dflt 0.748854149 |
| 1783 | 2026-07-23T00:41:35.485Z | kflt 0.020793098 |
| 1784 | 2026-07-23T00:41:35.485Z | lock 21:36.393084949 |
| 1785 | 2026-07-23T00:41:35.485Z | slp 20:08.234718651 |
| 1786 | 2026-07-23T00:41:35.485Z | lat 42.120975891 |
| 1787 | 2026-07-23T00:41:35.485Z | stop 1:56.837698468 |
| 1788 | 2026-07-23T00:41:35.485Z | + banner hack-check |
| 1789 | 2026-07-23T00:41:35.485Z | |
| 1790 | 2026-07-23T00:41:35.485Z | # # ## #### # # #### # # ###### #### # # |
| 1791 | 2026-07-23T00:41:35.485Z | # # # # # # # # # # # # # # # # # |
| 1792 | 2026-07-23T00:41:35.485Z | ###### # # # #### ##### # ###### ##### # #### |
| 1793 | 2026-07-23T00:41:35.485Z | # # ###### # # # # # # # # # # |
| 1794 | 2026-07-23T00:41:35.485Z | # # # # # # # # # # # # # # # # # |
| 1795 | 2026-07-23T00:41:35.486Z | # # # # #### # # #### # # ###### #### # # |
| 1796 | 2026-07-23T00:41:35.486Z | |
| 1797 | 2026-07-23T00:41:35.486Z | + export CARGO_INCREMENTAL=0 |
| 1798 | 2026-07-23T00:41:35.486Z | + CARGO_INCREMENTAL=0 |
| 1799 | 2026-07-23T00:41:35.486Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1800 | 2026-07-23T00:41:35.941Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1801 | 2026-07-23T00:41:36.226Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1802 | 2026-07-23T00:41:38.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 1803 | 2026-07-23T00:41:38.065Z | Running `target/debug/xtask check-features --ci` |
| 1804 | 2026-07-23T00:41:38.110Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1805 | 2026-07-23T00:41:38.124Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1806 | 2026-07-23T00:41:38.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1807 | 2026-07-23T00:41:38.523Z | Running `target/debug/xtask download cargo-hack` |
| 1808 | 2026-07-23T00:41:39.264Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1809 | 2026-07-23T00:41:39.584Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1810 | 2026-07-23T00:41:42.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
| 1811 | 2026-07-23T00:41:42.233Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1812 | 2026-07-23T00:41:42.271Z | Jul 23 00:41:41.161 INFO Starting download, target: CargoHack |
| 1813 | 2026-07-23T00:41:42.275Z | Jul 23 00:41:41.162 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1814 | 2026-07-23T00:41:42.840Z | Jul 23 00:41:41.728 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1815 | 2026-07-23T00:41:42.893Z | Jul 23 00:41:41.779 INFO Download complete, target: CargoHack |
| 1816 | 2026-07-23T00:41:42.898Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1817 | 2026-07-23T00:41:42.914Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1818 | 2026-07-23T00:41:43.060Z | info: running `cargo check --bins` on api_identity (1/301) |
| 1819 | 2026-07-23T00:41:43.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2026-07-23T00:41:43.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2026-07-23T00:41:43.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2026-07-23T00:41:43.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1823 | 2026-07-23T00:41:43.581Z | |
| 1824 | 2026-07-23T00:41:43.581Z | info: running `cargo check --bins` on bootstore (2/301) |
| 1825 | 2026-07-23T00:41:44.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2026-07-23T00:41:44.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2026-07-23T00:41:44.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2026-07-23T00:41:44.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1829 | 2026-07-23T00:41:44.091Z | |
| 1830 | 2026-07-23T00:41:44.091Z | info: running `cargo check --bins` on omicron-ledger (3/301) |
| 1831 | 2026-07-23T00:41:44.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2026-07-23T00:41:44.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2026-07-23T00:41:44.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2026-07-23T00:41:44.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1835 | 2026-07-23T00:41:44.610Z | |
| 1836 | 2026-07-23T00:41:44.610Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301) |
| 1837 | 2026-07-23T00:41:45.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2026-07-23T00:41:45.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2026-07-23T00:41:45.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2026-07-23T00:41:45.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1841 | 2026-07-23T00:41:45.146Z | |
| 1842 | 2026-07-23T00:41:45.146Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301) |
| 1843 | 2026-07-23T00:41:45.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2026-07-23T00:41:45.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2026-07-23T00:41:45.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2026-07-23T00:41:45.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1847 | 2026-07-23T00:41:45.627Z | |
| 1848 | 2026-07-23T00:41:45.627Z | info: running `cargo check --bins` on omicron-certificates (6/301) |
| 1849 | 2026-07-23T00:41:46.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2026-07-23T00:41:46.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2026-07-23T00:41:46.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2026-07-23T00:41:46.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1853 | 2026-07-23T00:41:46.173Z | |
| 1854 | 2026-07-23T00:41:46.173Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/301) |
| 1855 | 2026-07-23T00:41:46.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2026-07-23T00:41:46.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2026-07-23T00:41:46.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2026-07-23T00:41:46.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1859 | 2026-07-23T00:41:46.684Z | |
| 1860 | 2026-07-23T00:41:46.684Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301) |
| 1861 | 2026-07-23T00:41:47.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2026-07-23T00:41:47.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2026-07-23T00:41:47.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2026-07-23T00:41:47.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1865 | 2026-07-23T00:41:47.220Z | |
| 1866 | 2026-07-23T00:41:47.220Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301) |
| 1867 | 2026-07-23T00:41:47.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2026-07-23T00:41:47.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2026-07-23T00:41:47.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2026-07-23T00:41:47.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1871 | 2026-07-23T00:41:47.613Z | |
| 1872 | 2026-07-23T00:41:47.614Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301) |
| 1873 | 2026-07-23T00:41:47.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2026-07-23T00:41:47.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2026-07-23T00:41:47.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2026-07-23T00:41:47.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1877 | 2026-07-23T00:41:48.018Z | |
| 1878 | 2026-07-23T00:41:48.018Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301) |
| 1879 | 2026-07-23T00:41:48.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-07-23T00:41:48.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-07-23T00:41:48.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-07-23T00:41:48.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1883 | 2026-07-23T00:41:48.416Z | |
| 1884 | 2026-07-23T00:41:48.416Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301) |
| 1885 | 2026-07-23T00:41:48.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-07-23T00:41:48.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-07-23T00:41:48.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-07-23T00:41:48.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1889 | 2026-07-23T00:41:48.927Z | |
| 1890 | 2026-07-23T00:41:48.927Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301) |
| 1891 | 2026-07-23T00:41:49.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-07-23T00:41:49.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-07-23T00:41:49.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-07-23T00:41:49.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1895 | 2026-07-23T00:41:49.223Z | |
| 1896 | 2026-07-23T00:41:49.223Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301) |
| 1897 | 2026-07-23T00:41:49.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-07-23T00:41:49.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-07-23T00:41:49.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-07-23T00:41:49.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1901 | 2026-07-23T00:41:49.901Z | |
| 1902 | 2026-07-23T00:41:49.901Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301) |
| 1903 | 2026-07-23T00:41:50.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-07-23T00:41:50.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-07-23T00:41:50.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-07-23T00:41:50.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1907 | 2026-07-23T00:41:50.086Z | |
| 1908 | 2026-07-23T00:41:50.086Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301) |
| 1909 | 2026-07-23T00:41:50.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-07-23T00:41:50.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-07-23T00:41:50.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-07-23T00:41:50.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1913 | 2026-07-23T00:41:50.511Z | |
| 1914 | 2026-07-23T00:41:50.511Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301) |
| 1915 | 2026-07-23T00:41:50.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-07-23T00:41:50.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-07-23T00:41:50.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-07-23T00:41:50.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1919 | 2026-07-23T00:41:50.865Z | |
| 1920 | 2026-07-23T00:41:50.865Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301) |
| 1921 | 2026-07-23T00:41:51.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-07-23T00:41:51.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-07-23T00:41:51.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-07-23T00:41:51.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1925 | 2026-07-23T00:41:51.320Z | |
| 1926 | 2026-07-23T00:41:51.320Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301) |
| 1927 | 2026-07-23T00:41:51.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-07-23T00:41:51.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-07-23T00:41:51.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-07-23T00:41:51.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1931 | 2026-07-23T00:41:51.665Z | |
| 1932 | 2026-07-23T00:41:51.665Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301) |
| 1933 | 2026-07-23T00:41:51.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-07-23T00:41:52.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-07-23T00:41:52.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-07-23T00:41:52.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1937 | 2026-07-23T00:41:52.062Z | |
| 1938 | 2026-07-23T00:41:52.062Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301) |
| 1939 | 2026-07-23T00:41:52.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-07-23T00:41:52.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-07-23T00:41:52.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-07-23T00:41:52.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1943 | 2026-07-23T00:41:52.816Z | |
| 1944 | 2026-07-23T00:41:52.816Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301) |
| 1945 | 2026-07-23T00:41:52.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-07-23T00:41:52.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-07-23T00:41:52.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-07-23T00:41:52.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1949 | 2026-07-23T00:41:52.846Z | |
| 1950 | 2026-07-23T00:41:52.846Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301) |
| 1951 | 2026-07-23T00:41:53.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-07-23T00:41:53.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-07-23T00:41:53.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-07-23T00:41:53.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1955 | 2026-07-23T00:41:53.183Z | |
| 1956 | 2026-07-23T00:41:53.183Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301) |
| 1957 | 2026-07-23T00:41:53.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-07-23T00:41:53.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-07-23T00:41:53.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-07-23T00:41:53.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1961 | 2026-07-23T00:41:53.582Z | |
| 1962 | 2026-07-23T00:41:53.582Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301) |
| 1963 | 2026-07-23T00:41:53.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-07-23T00:41:53.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-07-23T00:41:53.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-07-23T00:41:53.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1967 | 2026-07-23T00:41:53.983Z | |
| 1968 | 2026-07-23T00:41:53.983Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301) |
| 1969 | 2026-07-23T00:41:54.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-07-23T00:41:54.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-07-23T00:41:54.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-07-23T00:41:54.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1973 | 2026-07-23T00:41:54.388Z | |
| 1974 | 2026-07-23T00:41:54.388Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301) |
| 1975 | 2026-07-23T00:41:54.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-07-23T00:41:54.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-07-23T00:41:54.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-07-23T00:41:54.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1979 | 2026-07-23T00:41:54.789Z | |
| 1980 | 2026-07-23T00:41:54.790Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301) |
| 1981 | 2026-07-23T00:41:55.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-07-23T00:41:55.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-07-23T00:41:55.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-07-23T00:41:55.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1985 | 2026-07-23T00:41:55.331Z | |
| 1986 | 2026-07-23T00:41:55.331Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301) |
| 1987 | 2026-07-23T00:41:55.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-07-23T00:41:56.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-07-23T00:41:56.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-07-23T00:41:56.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1991 | 2026-07-23T00:41:56.081Z | |
| 1992 | 2026-07-23T00:41:56.081Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301) |
| 1993 | 2026-07-23T00:41:56.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-07-23T00:41:56.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-07-23T00:41:56.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-07-23T00:41:56.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1997 | 2026-07-23T00:41:56.097Z | |
| 1998 | 2026-07-23T00:41:56.097Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301) |
| 1999 | 2026-07-23T00:41:56.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-07-23T00:41:56.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-07-23T00:41:56.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-07-23T00:41:56.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2003 | 2026-07-23T00:41:56.399Z | |
| 2004 | 2026-07-23T00:41:56.399Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301) |
| 2005 | 2026-07-23T00:41:56.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-07-23T00:41:56.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-07-23T00:41:56.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-07-23T00:41:56.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2009 | 2026-07-23T00:41:56.913Z | |
| 2010 | 2026-07-23T00:41:56.913Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301) |
| 2011 | 2026-07-23T00:41:57.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-07-23T00:41:57.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-07-23T00:41:57.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-07-23T00:41:57.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2015 | 2026-07-23T00:41:57.243Z | |
| 2016 | 2026-07-23T00:41:57.244Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301) |
| 2017 | 2026-07-23T00:41:57.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-07-23T00:41:57.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-07-23T00:41:57.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-07-23T00:41:57.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2021 | 2026-07-23T00:41:57.755Z | |
| 2022 | 2026-07-23T00:41:57.755Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301) |
| 2023 | 2026-07-23T00:41:57.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-07-23T00:41:57.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-07-23T00:41:57.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-07-23T00:41:57.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2027 | 2026-07-23T00:41:58.013Z | |
| 2028 | 2026-07-23T00:41:58.013Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301) |
| 2029 | 2026-07-23T00:41:58.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-07-23T00:41:58.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-07-23T00:41:58.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-07-23T00:41:58.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2033 | 2026-07-23T00:41:58.620Z | |
| 2034 | 2026-07-23T00:41:58.620Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301) |
| 2035 | 2026-07-23T00:41:58.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-07-23T00:41:58.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-07-23T00:41:58.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-07-23T00:41:58.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2039 | 2026-07-23T00:41:58.935Z | |
| 2040 | 2026-07-23T00:41:58.935Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301) |
| 2041 | 2026-07-23T00:41:59.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-07-23T00:41:59.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-07-23T00:41:59.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-07-23T00:41:59.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2045 | 2026-07-23T00:41:59.317Z | |
| 2046 | 2026-07-23T00:41:59.317Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301) |
| 2047 | 2026-07-23T00:41:59.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-07-23T00:41:59.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-07-23T00:41:59.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-07-23T00:41:59.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2051 | 2026-07-23T00:41:59.820Z | |
| 2052 | 2026-07-23T00:41:59.820Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301) |
| 2053 | 2026-07-23T00:41:59.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-07-23T00:42:00.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-07-23T00:42:00.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-07-23T00:42:00.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2057 | 2026-07-23T00:42:00.023Z | |
| 2058 | 2026-07-23T00:42:00.023Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301) |
| 2059 | 2026-07-23T00:42:00.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-07-23T00:42:00.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-07-23T00:42:00.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-07-23T00:42:00.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2063 | 2026-07-23T00:42:00.425Z | |
| 2064 | 2026-07-23T00:42:00.426Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301) |
| 2065 | 2026-07-23T00:42:00.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-07-23T00:42:01.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-07-23T00:42:01.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-07-23T00:42:01.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2069 | 2026-07-23T00:42:01.007Z | |
| 2070 | 2026-07-23T00:42:01.007Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301) |
| 2071 | 2026-07-23T00:42:01.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-07-23T00:42:01.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-07-23T00:42:01.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-07-23T00:42:01.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2075 | 2026-07-23T00:42:01.256Z | |
| 2076 | 2026-07-23T00:42:01.256Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301) |
| 2077 | 2026-07-23T00:42:01.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-07-23T00:42:01.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-07-23T00:42:01.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-07-23T00:42:01.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2081 | 2026-07-23T00:42:01.920Z | |
| 2082 | 2026-07-23T00:42:01.920Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301) |
| 2083 | 2026-07-23T00:42:02.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-07-23T00:42:02.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-07-23T00:42:02.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-07-23T00:42:02.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2087 | 2026-07-23T00:42:02.169Z | |
| 2088 | 2026-07-23T00:42:02.169Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301) |
| 2089 | 2026-07-23T00:42:02.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-07-23T00:42:02.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-07-23T00:42:02.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-07-23T00:42:02.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2093 | 2026-07-23T00:42:02.504Z | |
| 2094 | 2026-07-23T00:42:02.504Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301) |
| 2095 | 2026-07-23T00:42:02.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-07-23T00:42:02.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-07-23T00:42:02.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-07-23T00:42:02.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2099 | 2026-07-23T00:42:02.805Z | |
| 2100 | 2026-07-23T00:42:02.805Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301) |
| 2101 | 2026-07-23T00:42:03.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-07-23T00:42:03.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-07-23T00:42:03.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-07-23T00:42:03.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2105 | 2026-07-23T00:42:03.259Z | |
| 2106 | 2026-07-23T00:42:03.259Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301) |
| 2107 | 2026-07-23T00:42:03.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-07-23T00:42:03.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-07-23T00:42:03.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-07-23T00:42:03.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2111 | 2026-07-23T00:42:03.786Z | |
| 2112 | 2026-07-23T00:42:03.786Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301) |
| 2113 | 2026-07-23T00:42:04.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-07-23T00:42:04.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-07-23T00:42:04.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2116 | 2026-07-23T00:42:04.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2117 | 2026-07-23T00:42:04.345Z | |
| 2118 | 2026-07-23T00:42:04.346Z | info: running `cargo check --bins` on nexus-config (51/301) |
| 2119 | 2026-07-23T00:42:04.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2120 | 2026-07-23T00:42:04.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2121 | 2026-07-23T00:42:04.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2122 | 2026-07-23T00:42:04.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2123 | 2026-07-23T00:42:04.914Z | |
| 2124 | 2026-07-23T00:42:04.914Z | info: running `cargo check --bins` on nexus-types (52/301) |
| 2125 | 2026-07-23T00:42:05.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2026-07-23T00:42:05.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2026-07-23T00:42:05.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2128 | 2026-07-23T00:42:05.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2129 | 2026-07-23T00:42:05.487Z | |
| 2130 | 2026-07-23T00:42:05.487Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301) |
| 2131 | 2026-07-23T00:42:05.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2132 | 2026-07-23T00:42:05.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2133 | 2026-07-23T00:42:05.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2134 | 2026-07-23T00:42:05.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2135 | 2026-07-23T00:42:06.025Z | |
| 2136 | 2026-07-23T00:42:06.025Z | info: running `cargo check --bins` on omicron-passwords (54/301) |
| 2137 | 2026-07-23T00:42:06.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2138 | 2026-07-23T00:42:06.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2139 | 2026-07-23T00:42:06.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2140 | 2026-07-23T00:42:06.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2141 | 2026-07-23T00:42:06.542Z | |
| 2142 | 2026-07-23T00:42:06.542Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/301) |
| 2143 | 2026-07-23T00:42:07.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2026-07-23T00:42:07.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2026-07-23T00:42:07.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2026-07-23T00:42:07.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2147 | 2026-07-23T00:42:07.079Z | |
| 2148 | 2026-07-23T00:42:07.079Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301) |
| 2149 | 2026-07-23T00:42:07.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2026-07-23T00:42:07.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2026-07-23T00:42:07.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2152 | 2026-07-23T00:42:07.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2153 | 2026-07-23T00:42:07.678Z | |
| 2154 | 2026-07-23T00:42:07.678Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301) |
| 2155 | 2026-07-23T00:42:08.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2156 | 2026-07-23T00:42:08.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2157 | 2026-07-23T00:42:08.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2158 | 2026-07-23T00:42:08.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2159 | 2026-07-23T00:42:08.175Z | |
| 2160 | 2026-07-23T00:42:08.175Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301) |
| 2161 | 2026-07-23T00:42:08.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2162 | 2026-07-23T00:42:08.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2163 | 2026-07-23T00:42:08.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2164 | 2026-07-23T00:42:08.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2165 | 2026-07-23T00:42:08.713Z | |
| 2166 | 2026-07-23T00:42:08.713Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301) |
| 2167 | 2026-07-23T00:42:09.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2168 | 2026-07-23T00:42:09.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2169 | 2026-07-23T00:42:09.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2170 | 2026-07-23T00:42:09.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2171 | 2026-07-23T00:42:09.258Z | |
| 2172 | 2026-07-23T00:42:09.258Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301) |
| 2173 | 2026-07-23T00:42:09.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2174 | 2026-07-23T00:42:09.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2175 | 2026-07-23T00:42:09.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2176 | 2026-07-23T00:42:09.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2177 | 2026-07-23T00:42:09.752Z | |
| 2178 | 2026-07-23T00:42:09.752Z | info: running `cargo check --bins --no-default-features` on gfss (61/301) |
| 2179 | 2026-07-23T00:42:10.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2180 | 2026-07-23T00:42:10.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2181 | 2026-07-23T00:42:10.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2182 | 2026-07-23T00:42:10.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2183 | 2026-07-23T00:42:10.271Z | |
| 2184 | 2026-07-23T00:42:10.271Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301) |
| 2185 | 2026-07-23T00:42:10.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2186 | 2026-07-23T00:42:10.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2187 | 2026-07-23T00:42:10.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2188 | 2026-07-23T00:42:10.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2189 | 2026-07-23T00:42:10.794Z | |
| 2190 | 2026-07-23T00:42:10.794Z | info: running `cargo check --bins` on clickhouse-admin-types (63/301) |
| 2191 | 2026-07-23T00:42:11.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2192 | 2026-07-23T00:42:11.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2193 | 2026-07-23T00:42:11.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2194 | 2026-07-23T00:42:11.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2195 | 2026-07-23T00:42:11.334Z | |
| 2196 | 2026-07-23T00:42:11.334Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/301) |
| 2197 | 2026-07-23T00:42:11.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2198 | 2026-07-23T00:42:11.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2199 | 2026-07-23T00:42:11.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2200 | 2026-07-23T00:42:11.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2201 | 2026-07-23T00:42:11.875Z | |
| 2202 | 2026-07-23T00:42:11.875Z | info: running `cargo check --bins` on cockroach-admin-types (65/301) |
| 2203 | 2026-07-23T00:42:12.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2204 | 2026-07-23T00:42:12.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2205 | 2026-07-23T00:42:12.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2206 | 2026-07-23T00:42:12.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2207 | 2026-07-23T00:42:12.398Z | |
| 2208 | 2026-07-23T00:42:12.398Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/301) |
| 2209 | 2026-07-23T00:42:12.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2210 | 2026-07-23T00:42:12.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2211 | 2026-07-23T00:42:12.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2212 | 2026-07-23T00:42:12.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2213 | 2026-07-23T00:42:12.921Z | |
| 2214 | 2026-07-23T00:42:12.921Z | info: running `cargo check --bins` on ereport-types (67/301) |
| 2215 | 2026-07-23T00:42:13.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2216 | 2026-07-23T00:42:13.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2217 | 2026-07-23T00:42:13.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2218 | 2026-07-23T00:42:13.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2219 | 2026-07-23T00:42:13.453Z | |
| 2220 | 2026-07-23T00:42:13.454Z | info: running `cargo check --bins` on gateway-client (68/301) |
| 2221 | 2026-07-23T00:42:13.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2222 | 2026-07-23T00:42:13.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2223 | 2026-07-23T00:42:13.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2224 | 2026-07-23T00:42:13.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2225 | 2026-07-23T00:42:13.984Z | |
| 2226 | 2026-07-23T00:42:13.984Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/301) |
| 2227 | 2026-07-23T00:42:14.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2228 | 2026-07-23T00:42:14.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2229 | 2026-07-23T00:42:14.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2230 | 2026-07-23T00:42:14.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2231 | 2026-07-23T00:42:14.518Z | |
| 2232 | 2026-07-23T00:42:14.518Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301) |
| 2233 | 2026-07-23T00:42:14.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2234 | 2026-07-23T00:42:14.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2235 | 2026-07-23T00:42:14.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2236 | 2026-07-23T00:42:14.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2237 | 2026-07-23T00:42:15.050Z | |
| 2238 | 2026-07-23T00:42:15.050Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301) |
| 2239 | 2026-07-23T00:42:15.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2240 | 2026-07-23T00:42:15.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2241 | 2026-07-23T00:42:15.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2242 | 2026-07-23T00:42:15.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2243 | 2026-07-23T00:42:15.585Z | |
| 2244 | 2026-07-23T00:42:15.585Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301) |
| 2245 | 2026-07-23T00:42:16.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2246 | 2026-07-23T00:42:16.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2247 | 2026-07-23T00:42:16.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2248 | 2026-07-23T00:42:16.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2249 | 2026-07-23T00:42:16.122Z | |
| 2250 | 2026-07-23T00:42:16.122Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/301) |
| 2251 | 2026-07-23T00:42:16.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2252 | 2026-07-23T00:42:16.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2253 | 2026-07-23T00:42:16.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2254 | 2026-07-23T00:42:16.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2255 | 2026-07-23T00:42:16.675Z | |
| 2256 | 2026-07-23T00:42:16.675Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301) |
| 2257 | 2026-07-23T00:42:17.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2258 | 2026-07-23T00:42:17.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2259 | 2026-07-23T00:42:17.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2260 | 2026-07-23T00:42:17.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2261 | 2026-07-23T00:42:17.228Z | |
| 2262 | 2026-07-23T00:42:17.228Z | info: running `cargo check --bins` on key-manager-types (75/301) |
| 2263 | 2026-07-23T00:42:17.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2264 | 2026-07-23T00:42:17.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2265 | 2026-07-23T00:42:17.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2266 | 2026-07-23T00:42:17.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2267 | 2026-07-23T00:42:17.752Z | |
| 2268 | 2026-07-23T00:42:17.752Z | info: running `cargo check --bins` on oxlog (76/301) |
| 2269 | 2026-07-23T00:42:18.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2270 | 2026-07-23T00:42:18.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2271 | 2026-07-23T00:42:18.308Z | Checking cfg-if v1.0.4 |
| 2272 | 2026-07-23T00:42:18.312Z | Checking libc v0.2.185 |
| 2273 | 2026-07-23T00:42:18.312Z | Checking serde_core v1.0.228 |
| 2274 | 2026-07-23T00:42:18.421Z | Checking memchr v2.8.0 |
| 2275 | 2026-07-23T00:42:18.424Z | Checking zeroize v1.8.2 |
| 2276 | 2026-07-23T00:42:18.437Z | Checking log v0.4.29 |
| 2277 | 2026-07-23T00:42:18.437Z | Checking smallvec v1.15.1 |
| 2278 | 2026-07-23T00:42:18.456Z | Checking itoa v1.0.17 |
| 2279 | 2026-07-23T00:42:18.460Z | Checking subtle v2.6.1 |
| 2280 | 2026-07-23T00:42:18.568Z | Checking stable_deref_trait v1.2.1 |
| 2281 | 2026-07-23T00:42:18.592Z | Checking scopeguard v1.2.0 |
| 2282 | 2026-07-23T00:42:18.602Z | Checking typenum v1.20.1 |
| 2283 | 2026-07-23T00:42:18.606Z | Checking zerofrom v0.1.6 |
| 2284 | 2026-07-23T00:42:18.626Z | Checking pin-project-lite v0.2.17 |
| 2285 | 2026-07-23T00:42:18.641Z | Checking portable-atomic v1.13.1 |
| 2286 | 2026-07-23T00:42:18.683Z | Checking lock_api v0.4.14 |
| 2287 | 2026-07-23T00:42:18.712Z | Checking zmij v1.0.21 |
| 2288 | 2026-07-23T00:42:18.725Z | Checking yoke v0.8.1 |
| 2289 | 2026-07-23T00:42:18.793Z | Checking errno v0.3.14 |
| 2290 | 2026-07-23T00:42:18.793Z | Checking getrandom v0.2.17 |
| 2291 | 2026-07-23T00:42:18.878Z | Checking parking_lot_core v0.9.12 |
| 2292 | 2026-07-23T00:42:18.890Z | Checking zerovec v0.11.5 |
| 2293 | 2026-07-23T00:42:18.905Z | Checking signal-hook-registry v1.4.8 |
| 2294 | 2026-07-23T00:42:18.917Z | Checking critical-section v1.2.0 |
| 2295 | 2026-07-23T00:42:18.939Z | Checking rand_core v0.6.4 |
| 2296 | 2026-07-23T00:42:19.044Z | Checking futures-core v0.3.32 |
| 2297 | 2026-07-23T00:42:19.053Z | Checking once_cell v1.21.3 |
| 2298 | 2026-07-23T00:42:19.056Z | Checking mio v1.2.0 |
| 2299 | 2026-07-23T00:42:19.056Z | Checking parking_lot v0.12.5 |
| 2300 | 2026-07-23T00:42:19.109Z | Checking zerocopy v0.8.40 |
| 2301 | 2026-07-23T00:42:19.125Z | Checking const-oid v0.9.6 |
| 2302 | 2026-07-23T00:42:19.211Z | Checking litemap v0.8.1 |
| 2303 | 2026-07-23T00:42:19.246Z | Checking writeable v0.6.2 |
| 2304 | 2026-07-23T00:42:19.312Z | Checking tinystr v0.8.2 |
| 2305 | 2026-07-23T00:42:19.328Z | Checking percent-encoding v2.3.2 |
| 2306 | 2026-07-23T00:42:19.341Z | Checking rand_core v0.10.0 |
| 2307 | 2026-07-23T00:42:19.377Z | Checking potential_utf v0.1.4 |
| 2308 | 2026-07-23T00:42:19.401Z | Checking zerotrie v0.2.3 |
| 2309 | 2026-07-23T00:42:19.457Z | Checking libm v0.2.16 |
| 2310 | 2026-07-23T00:42:19.471Z | Checking getrandom v0.4.1 |
| 2311 | 2026-07-23T00:42:19.482Z | Checking icu_locale_core v2.1.1 |
| 2312 | 2026-07-23T00:42:19.501Z | Checking icu_collections v2.1.1 |
| 2313 | 2026-07-23T00:42:19.613Z | Checking generic-array v0.14.7 |
| 2314 | 2026-07-23T00:42:19.637Z | Checking socket2 v0.6.3 |
| 2315 | 2026-07-23T00:42:19.811Z | Checking equivalent v1.0.2 |
| 2316 | 2026-07-23T00:42:19.838Z | Checking icu_normalizer_data v2.1.1 |
| 2317 | 2026-07-23T00:42:19.874Z | Checking icu_properties_data v2.1.2 |
| 2318 | 2026-07-23T00:42:19.889Z | Checking serde v1.0.228 |
| 2319 | 2026-07-23T00:42:19.904Z | Checking bitflags v2.11.0 |
| 2320 | 2026-07-23T00:42:19.923Z | Checking serde_json v1.0.150 |
| 2321 | 2026-07-23T00:42:20.003Z | Checking futures-sink v0.3.32 |
| 2322 | 2026-07-23T00:42:20.018Z | Checking icu_provider v2.1.1 |
| 2323 | 2026-07-23T00:42:20.059Z | Checking slab v0.4.12 |
| 2324 | 2026-07-23T00:42:20.074Z | Checking futures-task v0.3.32 |
| 2325 | 2026-07-23T00:42:20.096Z | Checking futures-channel v0.3.32 |
| 2326 | 2026-07-23T00:42:20.169Z | Checking num-traits v0.2.19 |
| 2327 | 2026-07-23T00:42:20.251Z | Checking futures-io v0.3.32 |
| 2328 | 2026-07-23T00:42:20.277Z | Checking utf8_iter v1.0.4 |
| 2329 | 2026-07-23T00:42:20.277Z | Checking icu_properties v2.1.2 |
| 2330 | 2026-07-23T00:42:20.300Z | Checking icu_normalizer v2.1.1 |
| 2331 | 2026-07-23T00:42:20.416Z | Checking bytes v1.11.1 |
| 2332 | 2026-07-23T00:42:20.417Z | Checking futures-util v0.3.32 |
| 2333 | 2026-07-23T00:42:20.449Z | Checking hashbrown v0.17.0 |
| 2334 | 2026-07-23T00:42:20.610Z | Checking block-buffer v0.10.4 |
| 2335 | 2026-07-23T00:42:20.643Z | Checking crypto-common v0.1.7 |
| 2336 | 2026-07-23T00:42:20.712Z | Checking form_urlencoded v1.2.2 |
| 2337 | 2026-07-23T00:42:20.724Z | Checking getrandom v0.3.4 |
| 2338 | 2026-07-23T00:42:20.724Z | Checking digest v0.10.7 |
| 2339 | 2026-07-23T00:42:20.763Z | Checking tokio v1.52.1 |
| 2340 | 2026-07-23T00:42:20.794Z | Checking indexmap v2.14.0 |
| 2341 | 2026-07-23T00:42:20.803Z | Checking byteorder v1.5.0 |
| 2342 | 2026-07-23T00:42:20.834Z | Checking fnv v1.0.7 |
| 2343 | 2026-07-23T00:42:20.903Z | Checking iana-time-zone v0.1.65 |
| 2344 | 2026-07-23T00:42:20.952Z | Checking rand_core v0.9.5 |
| 2345 | 2026-07-23T00:42:21.107Z | Checking http v1.4.2 |
| 2346 | 2026-07-23T00:42:21.170Z | Checking chrono v0.4.45 |
| 2347 | 2026-07-23T00:42:21.170Z | Checking idna_adapter v1.2.1 |
| 2348 | 2026-07-23T00:42:21.170Z | Checking uuid v1.23.4 |
| 2349 | 2026-07-23T00:42:21.211Z | Checking idna v1.1.0 |
| 2350 | 2026-07-23T00:42:21.348Z | Checking base64ct v1.8.3 |
| 2351 | 2026-07-23T00:42:21.417Z | Checking url v2.5.8 |
| 2352 | 2026-07-23T00:42:21.449Z | Checking base64 v0.22.1 |
| 2353 | 2026-07-23T00:42:21.587Z | Checking regex-syntax v0.8.10 |
| 2354 | 2026-07-23T00:42:21.621Z | Checking pem-rfc7468 v0.7.0 |
| 2355 | 2026-07-23T00:42:21.655Z | Checking rustix v1.1.3 |
| 2356 | 2026-07-23T00:42:21.745Z | Checking tracing-core v0.1.36 |
| 2357 | 2026-07-23T00:42:21.838Z | Checking flagset v0.4.7 |
| 2358 | 2026-07-23T00:42:21.879Z | Checking http-body v1.0.1 |
| 2359 | 2026-07-23T00:42:21.898Z | Checking ppv-lite86 v0.2.21 |
| 2360 | 2026-07-23T00:42:21.966Z | Checking der v0.7.10 |
| 2361 | 2026-07-23T00:42:21.985Z | Checking rustls-pki-types v1.14.0 |
| 2362 | 2026-07-23T00:42:22.052Z | Checking tracing v0.1.44 |
| 2363 | 2026-07-23T00:42:22.167Z | Checking rand_chacha v0.9.0 |
| 2364 | 2026-07-23T00:42:22.223Z | Checking dyn-clone v1.0.20 |
| 2365 | 2026-07-23T00:42:22.243Z | Checking tinyvec_macros v0.1.1 |
| 2366 | 2026-07-23T00:42:22.277Z | Checking cmov v0.5.4 |
| 2367 | 2026-07-23T00:42:22.308Z | Checking openssl-probe v0.2.1 |
| 2368 | 2026-07-23T00:42:22.324Z | Checking tinyvec v1.10.0 |
| 2369 | 2026-07-23T00:42:22.350Z | Checking rand v0.9.2 |
| 2370 | 2026-07-23T00:42:22.418Z | Checking semver v1.0.28 |
| 2371 | 2026-07-23T00:42:22.454Z | Checking ctutils v0.4.2 |
| 2372 | 2026-07-23T00:42:22.484Z | Checking aws-lc-sys v0.40.0 |
| 2373 | 2026-07-23T00:42:22.620Z | Checking untrusted v0.7.1 |
| 2374 | 2026-07-23T00:42:22.645Z | Checking tower-layer v0.3.3 |
| 2375 | 2026-07-23T00:42:22.663Z | Checking try-lock v0.2.5 |
| 2376 | 2026-07-23T00:42:22.718Z | Checking spki v0.7.3 |
| 2377 | 2026-07-23T00:42:22.794Z | Checking tower-service v0.3.3 |
| 2378 | 2026-07-23T00:42:22.820Z | Checking atomic-waker v1.1.2 |
| 2379 | 2026-07-23T00:42:22.820Z | Checking want v0.3.1 |
| 2380 | 2026-07-23T00:42:22.820Z | Checking hybrid-array v0.4.13 |
| 2381 | 2026-07-23T00:42:22.844Z | Checking schemars v0.8.22 |
| 2382 | 2026-07-23T00:42:22.881Z | Checking ipnet v2.11.0 |
| 2383 | 2026-07-23T00:42:22.881Z | Checking httparse v1.10.1 |
| 2384 | 2026-07-23T00:42:22.918Z | Checking aho-corasick v1.1.4 |
| 2385 | 2026-07-23T00:42:22.918Z | Checking httpdate v1.0.3 |
| 2386 | 2026-07-23T00:42:22.981Z | Checking aws-lc-rs v1.16.3 |
| 2387 | 2026-07-23T00:42:23.031Z | Checking cpufeatures v0.2.17 |
| 2388 | 2026-07-23T00:42:23.068Z | Checking fastrand v2.3.0 |
| 2389 | 2026-07-23T00:42:23.106Z | Checking untrusted v0.9.0 |
| 2390 | 2026-07-23T00:42:23.137Z | Checking plain v0.2.3 |
| 2391 | 2026-07-23T00:42:23.204Z | Checking foreign-types-shared v0.1.1 |
| 2392 | 2026-07-23T00:42:23.311Z | Checking utf8parse v0.2.2 |
| 2393 | 2026-07-23T00:42:23.353Z | Checking tempfile v3.25.0 |
| 2394 | 2026-07-23T00:42:23.353Z | Checking foreign-types v0.3.2 |
| 2395 | 2026-07-23T00:42:23.353Z | Checking pkcs8 v0.10.2 |
| 2396 | 2026-07-23T00:42:23.369Z | Checking unicode-normalization v0.1.25 |
| 2397 | 2026-07-23T00:42:23.437Z | Checking openssl-sys v0.9.115 |
| 2398 | 2026-07-23T00:42:23.468Z | Checking spin v0.9.8 |
| 2399 | 2026-07-23T00:42:23.477Z | Checking ucd-trie v0.1.7 |
| 2400 | 2026-07-23T00:42:23.551Z | Checking regex-automata v0.4.14 |
| 2401 | 2026-07-23T00:42:23.581Z | Checking unicode-ident v1.0.24 |
| 2402 | 2026-07-23T00:42:23.599Z | Checking anstyle v1.0.14 |
| 2403 | 2026-07-23T00:42:23.648Z | Checking pest v2.8.6 |
| 2404 | 2026-07-23T00:42:23.688Z | Checking proc-macro2 v1.0.106 |
| 2405 | 2026-07-23T00:42:23.768Z | Checking sha2 v0.10.9 |
| 2406 | 2026-07-23T00:42:23.792Z | Checking hmac v0.12.1 |
| 2407 | 2026-07-23T00:42:23.805Z | Checking openssl v0.10.79 |
| 2408 | 2026-07-23T00:42:23.805Z | Checking rustls-webpki v0.103.13 |
| 2409 | 2026-07-23T00:42:23.904Z | Checking thiserror v2.0.18 |
| 2410 | 2026-07-23T00:42:23.947Z | Checking tokio-util v0.7.18 |
| 2411 | 2026-07-23T00:42:23.967Z | Checking sync_wrapper v1.0.2 |
| 2412 | 2026-07-23T00:42:23.994Z | Checking wait-timeout v0.2.1 |
| 2413 | 2026-07-23T00:42:24.042Z | Checking quick-error v1.2.3 |
| 2414 | 2026-07-23T00:42:24.071Z | Checking powerfmt v0.2.0 |
| 2415 | 2026-07-23T00:42:24.139Z | Checking anstyle-query v1.1.5 |
| 2416 | 2026-07-23T00:42:24.183Z | Checking siphasher v1.0.2 |
| 2417 | 2026-07-23T00:42:24.230Z | Checking colorchoice v1.0.4 |
| 2418 | 2026-07-23T00:42:24.346Z | Checking simd-adler32 v0.3.8 |
| 2419 | 2026-07-23T00:42:24.346Z | Checking rustls v0.23.41 |
| 2420 | 2026-07-23T00:42:24.385Z | Checking bit-vec v0.8.0 |
| 2421 | 2026-07-23T00:42:24.385Z | Checking is_terminal_polyfill v1.70.2 |
| 2422 | 2026-07-23T00:42:24.395Z | Checking pretty-hex v0.4.1 |
| 2423 | 2026-07-23T00:42:24.395Z | Checking deranged v0.5.8 |
| 2424 | 2026-07-23T00:42:24.469Z | Checking bit-set v0.8.0 |
| 2425 | 2026-07-23T00:42:24.485Z | Checking rusty-fork v0.3.1 |
| 2426 | 2026-07-23T00:42:24.567Z | Checking h2 v0.4.15 |
| 2427 | 2026-07-23T00:42:24.608Z | Checking tower v0.5.3 |
| 2428 | 2026-07-23T00:42:24.649Z | Checking quote v1.0.45 |
| 2429 | 2026-07-23T00:42:24.688Z | Checking http-body-util v0.1.3 |
| 2430 | 2026-07-23T00:42:24.816Z | Checking crossbeam-utils v0.8.21 |
| 2431 | 2026-07-23T00:42:24.886Z | Checking rand_xorshift v0.4.0 |
| 2432 | 2026-07-23T00:42:24.980Z | Checking crc32fast v1.5.0 |
| 2433 | 2026-07-23T00:42:24.996Z | Checking scroll v0.13.0 |
| 2434 | 2026-07-23T00:42:25.207Z | Checking adler2 v2.0.1 |
| 2435 | 2026-07-23T00:42:25.223Z | Checking unarray v0.1.4 |
| 2436 | 2026-07-23T00:42:25.234Z | Checking ryu v1.0.23 |
| 2437 | 2026-07-23T00:42:25.234Z | Checking unicode-bidi v0.3.18 |
| 2438 | 2026-07-23T00:42:25.244Z | Checking iri-string v0.7.10 |
| 2439 | 2026-07-23T00:42:25.286Z | Checking unicode-properties v0.1.4 |
| 2440 | 2026-07-23T00:42:25.338Z | Checking num-conv v0.2.0 |
| 2441 | 2026-07-23T00:42:25.351Z | Checking time-core v0.1.8 |
| 2442 | 2026-07-23T00:42:25.452Z | Checking allocator-api2 v0.2.21 |
| 2443 | 2026-07-23T00:42:25.473Z | Checking num_threads v0.1.7 |
| 2444 | 2026-07-23T00:42:25.487Z | Checking serde_urlencoded v0.7.1 |
| 2445 | 2026-07-23T00:42:25.510Z | Checking stringprep v0.1.5 |
| 2446 | 2026-07-23T00:42:25.546Z | Checking time v0.3.47 |
| 2447 | 2026-07-23T00:42:25.657Z | Checking bstr v1.12.1 |
| 2448 | 2026-07-23T00:42:25.706Z | Checking proptest v1.10.0 |
| 2449 | 2026-07-23T00:42:25.751Z | Checking goblin v0.10.5 |
| 2450 | 2026-07-23T00:42:25.802Z | Checking native-tls v0.2.18 |
| 2451 | 2026-07-23T00:42:25.953Z | Checking tokio-native-tls v0.3.1 |
| 2452 | 2026-07-23T00:42:26.044Z | Checking miniz_oxide v0.8.9 |
| 2453 | 2026-07-23T00:42:26.114Z | Checking crossbeam-epoch v0.9.18 |
| 2454 | 2026-07-23T00:42:26.248Z | Checking tower-http v0.6.8 |
| 2455 | 2026-07-23T00:42:26.330Z | Checking syn v2.0.117 |
| 2456 | 2026-07-23T00:42:26.393Z | Checking crypto-common v0.2.2 |
| 2457 | 2026-07-23T00:42:26.462Z | Checking block-buffer v0.12.1 |
| 2458 | 2026-07-23T00:42:26.514Z | Checking block-padding v0.4.2 |
| 2459 | 2026-07-23T00:42:26.621Z | Checking ipnetwork v0.21.1 |
| 2460 | 2026-07-23T00:42:26.656Z | Checking anstyle-parse v1.0.0 |
| 2461 | 2026-07-23T00:42:26.678Z | Checking rustls-native-certs v0.8.3 |
| 2462 | 2026-07-23T00:42:26.806Z | Checking rand_chacha v0.3.1 |
| 2463 | 2026-07-23T00:42:26.819Z | Checking scroll v0.12.0 |
| 2464 | 2026-07-23T00:42:26.841Z | Checking thiserror v1.0.69 |
| 2465 | 2026-07-23T00:42:26.935Z | Checking hash32 v0.2.1 |
| 2466 | 2026-07-23T00:42:27.010Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2467 | 2026-07-23T00:42:27.013Z | Checking md-5 v0.10.6 |
| 2468 | 2026-07-23T00:42:27.042Z | Checking signature v2.2.0 |
| 2469 | 2026-07-23T00:42:27.089Z | Checking num-integer v0.1.46 |
| 2470 | 2026-07-23T00:42:27.120Z | Checking toml_datetime v0.6.11 |
| 2471 | 2026-07-23T00:42:27.154Z | Checking serde_spanned v0.6.9 |
| 2472 | 2026-07-23T00:42:27.169Z | Checking hex v0.4.3 |
| 2473 | 2026-07-23T00:42:27.345Z | Checking encoding_rs v0.8.35 |
| 2474 | 2026-07-23T00:42:27.357Z | Checking mime v0.3.17 |
| 2475 | 2026-07-23T00:42:27.357Z | Checking fallible-iterator v0.2.0 |
| 2476 | 2026-07-23T00:42:27.367Z | Checking hyper v1.10.1 |
| 2477 | 2026-07-23T00:42:27.391Z | Checking zlib-rs v0.6.2 |
| 2478 | 2026-07-23T00:42:27.472Z | Checking psl-types v2.0.11 |
| 2479 | 2026-07-23T00:42:27.502Z | Checking newtype-uuid v1.3.2 |
| 2480 | 2026-07-23T00:42:27.575Z | Checking postgres-protocol v0.6.10 |
| 2481 | 2026-07-23T00:42:27.586Z | Checking publicsuffix v2.3.0 |
| 2482 | 2026-07-23T00:42:27.701Z | Checking num-iter v0.1.45 |
| 2483 | 2026-07-23T00:42:27.741Z | Checking zstd-safe v7.2.4 |
| 2484 | 2026-07-23T00:42:27.809Z | Checking heapless v0.7.17 |
| 2485 | 2026-07-23T00:42:27.883Z | Checking goblin v0.8.2 |
| 2486 | 2026-07-23T00:42:27.901Z | Checking rand v0.8.6 |
| 2487 | 2026-07-23T00:42:28.073Z | Checking dof v0.4.0 |
| 2488 | 2026-07-23T00:42:28.198Z | Checking oxnet v0.1.6 |
| 2489 | 2026-07-23T00:42:28.214Z | Checking anstream v1.0.0 |
| 2490 | 2026-07-23T00:42:28.263Z | Checking flate2 v1.1.9 |
| 2491 | 2026-07-23T00:42:28.276Z | Checking hyper-util v0.1.20 |
| 2492 | 2026-07-23T00:42:28.406Z | Checking cookie v0.18.1 |
| 2493 | 2026-07-23T00:42:28.419Z | Checking inout v0.2.2 |
| 2494 | 2026-07-23T00:42:28.448Z | Checking tokio-rustls v0.26.4 |
| 2495 | 2026-07-23T00:42:28.552Z | Checking dtrace-parser v0.3.0 |
| 2496 | 2026-07-23T00:42:28.566Z | Checking phf_shared v0.13.1 |
| 2497 | 2026-07-23T00:42:28.595Z | Checking lazy_static v1.5.0 |
| 2498 | 2026-07-23T00:42:28.628Z | Checking anstyle-parse v0.2.7 |
| 2499 | 2026-07-23T00:42:28.668Z | Checking pin-project v1.1.11 |
| 2500 | 2026-07-23T00:42:28.679Z | Checking zerocopy v0.7.35 |
| 2501 | 2026-07-23T00:42:28.695Z | Checking terminal_size v0.4.3 |
| 2502 | 2026-07-23T00:42:28.754Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2503 | 2026-07-23T00:42:28.757Z | Checking signal-hook v0.3.18 |
| 2504 | 2026-07-23T00:42:28.778Z | Checking futures-executor v0.3.32 |
| 2505 | 2026-07-23T00:42:28.790Z | Checking ff v0.13.1 |
| 2506 | 2026-07-23T00:42:28.803Z | Checking thread-id v5.1.0 |
| 2507 | 2026-07-23T00:42:28.835Z | Checking libbz2-rs-sys v0.2.2 |
| 2508 | 2026-07-23T00:42:28.874Z | Checking winnow v0.5.40 |
| 2509 | 2026-07-23T00:42:28.911Z | Checking either v1.15.0 |
| 2510 | 2026-07-23T00:42:28.923Z | Checking bumpalo v3.20.2 |
| 2511 | 2026-07-23T00:42:28.943Z | Checking same-file v1.0.6 |
| 2512 | 2026-07-23T00:42:29.058Z | Checking bitflags v1.3.2 |
| 2513 | 2026-07-23T00:42:29.090Z | Compiling rayon-core v1.13.0 |
| 2514 | 2026-07-23T00:42:29.114Z | Checking base16ct v0.2.0 |
| 2515 | 2026-07-23T00:42:29.125Z | Checking foldhash v0.2.0 |
| 2516 | 2026-07-23T00:42:29.159Z | Checking managed v0.8.0 |
| 2517 | 2026-07-23T00:42:29.220Z | Checking foldhash v0.1.5 |
| 2518 | 2026-07-23T00:42:29.232Z | Checking strsim v0.11.1 |
| 2519 | 2026-07-23T00:42:29.274Z | Checking clap_lex v1.0.0 |
| 2520 | 2026-07-23T00:42:29.304Z | Checking hashbrown v0.16.1 |
| 2521 | 2026-07-23T00:42:29.338Z | Checking smoltcp v0.9.1 |
| 2522 | 2026-07-23T00:42:29.350Z | Checking hashbrown v0.15.5 |
| 2523 | 2026-07-23T00:42:29.386Z | Checking sec1 v0.7.3 |
| 2524 | 2026-07-23T00:42:29.423Z | Checking clap_builder v4.6.0 |
| 2525 | 2026-07-23T00:42:29.538Z | Checking hyper-tls v0.6.0 |
| 2526 | 2026-07-23T00:42:29.586Z | Checking hyper-rustls v0.27.7 |
| 2527 | 2026-07-23T00:42:29.708Z | Checking reqwest v0.12.28 |
| 2528 | 2026-07-23T00:42:29.768Z | Checking dof v0.3.0 |
| 2529 | 2026-07-23T00:42:29.849Z | Checking bzip2 v0.6.1 |
| 2530 | 2026-07-23T00:42:29.857Z | Checking zopfli v0.8.3 |
| 2531 | 2026-07-23T00:42:29.857Z | Checking walkdir v2.5.0 |
| 2532 | 2026-07-23T00:42:29.911Z | Checking signal-hook-mio v0.2.5 |
| 2533 | 2026-07-23T00:42:29.946Z | Checking futures v0.3.32 |
| 2534 | 2026-07-23T00:42:29.974Z | Checking group v0.13.0 |
| 2535 | 2026-07-23T00:42:30.009Z | Checking usdt-impl v0.6.0 |
| 2536 | 2026-07-23T00:42:30.012Z | Checking toml_edit v0.19.15 |
| 2537 | 2026-07-23T00:42:30.033Z | Checking bzip2 v0.4.4 |
| 2538 | 2026-07-23T00:42:30.044Z | Checking anstream v0.6.21 |
| 2539 | 2026-07-23T00:42:30.109Z | Checking snafu v0.8.9 |
| 2540 | 2026-07-23T00:42:30.126Z | Checking phf v0.13.1 |
| 2541 | 2026-07-23T00:42:30.186Z | Checking num-bigint-dig v0.8.6 |
| 2542 | 2026-07-23T00:42:30.251Z | Checking cookie_store v0.22.1 |
| 2543 | 2026-07-23T00:42:30.269Z | Checking cipher v0.5.2 |
| 2544 | 2026-07-23T00:42:30.282Z | Checking daft v0.1.7 |
| 2545 | 2026-07-23T00:42:30.345Z | Checking zstd v0.13.3 |
| 2546 | 2026-07-23T00:42:30.449Z | Checking postgres-types v0.2.12 |
| 2547 | 2026-07-23T00:42:30.499Z | Checking ed25519 v2.2.3 |
| 2548 | 2026-07-23T00:42:30.512Z | Checking dtrace-parser v0.2.0 |
| 2549 | 2026-07-23T00:42:30.523Z | Checking rustls-platform-verifier v0.6.2 |
| 2550 | 2026-07-23T00:42:30.584Z | Checking crossbeam-deque v0.8.6 |
| 2551 | 2026-07-23T00:42:30.640Z | Checking globset v0.4.18 |
| 2552 | 2026-07-23T00:42:30.653Z | Checking regex v1.12.3 |
| 2553 | 2026-07-23T00:42:30.680Z | Checking phf_shared v0.11.3 |
| 2554 | 2026-07-23T00:42:30.736Z | Checking hkdf v0.12.4 |
| 2555 | 2026-07-23T00:42:30.751Z | Checking olpc-cjson v0.1.4 |
| 2556 | 2026-07-23T00:42:30.755Z | Checking ref-cast v1.0.25 |
| 2557 | 2026-07-23T00:42:30.817Z | Checking curve25519-dalek v4.1.3 |
| 2558 | 2026-07-23T00:42:30.856Z | Checking pkcs1 v0.7.5 |
| 2559 | 2026-07-23T00:42:30.867Z | Checking strum v0.27.2 |
| 2560 | 2026-07-23T00:42:30.880Z | Checking hubpack v0.1.2 |
| 2561 | 2026-07-23T00:42:30.891Z | Checking memoffset v0.9.1 |
| 2562 | 2026-07-23T00:42:30.918Z | Checking rustix v0.38.44 |
| 2563 | 2026-07-23T00:42:30.962Z | Checking pem v3.0.6 |
| 2564 | 2026-07-23T00:42:30.974Z | Checking float-cmp v0.10.0 |
| 2565 | 2026-07-23T00:42:30.992Z | Checking serde_plain v1.0.2 |
| 2566 | 2026-07-23T00:42:31.037Z | Checking serde-big-array v0.5.1 |
| 2567 | 2026-07-23T00:42:31.048Z | Checking erased-serde v0.3.31 |
| 2568 | 2026-07-23T00:42:31.059Z | Checking crypto-bigint v0.5.5 |
| 2569 | 2026-07-23T00:42:31.090Z | Checking memmap2 v0.9.10 |
| 2570 | 2026-07-23T00:42:31.113Z | Checking thread-id v4.2.2 |
| 2571 | 2026-07-23T00:42:31.126Z | Checking env_filter v1.0.0 |
| 2572 | 2026-07-23T00:42:31.159Z | Checking cpufeatures v0.3.0 |
| 2573 | 2026-07-23T00:42:31.186Z | Checking precomputed-hash v0.1.1 |
| 2574 | 2026-07-23T00:42:31.227Z | Checking new_debug_unreachable v1.0.6 |
| 2575 | 2026-07-23T00:42:31.243Z | Checking jiff v0.2.21 |
| 2576 | 2026-07-23T00:42:31.260Z | Checking normalize-line-endings v0.3.0 |
| 2577 | 2026-07-23T00:42:31.272Z | Checking difflib v0.4.0 |
| 2578 | 2026-07-23T00:42:31.290Z | Checking predicates-core v1.0.10 |
| 2579 | 2026-07-23T00:42:31.346Z | Checking typed-path v0.9.3 |
| 2580 | 2026-07-23T00:42:31.406Z | Checking static_assertions v1.1.0 |
| 2581 | 2026-07-23T00:42:31.425Z | Checking const-oid v0.10.2 |
| 2582 | 2026-07-23T00:42:31.437Z | Checking unicode-segmentation v1.12.0 |
| 2583 | 2026-07-23T00:42:31.470Z | Checking toml_write v0.1.2 |
| 2584 | 2026-07-23T00:42:31.597Z | Checking winnow v1.0.3 |
| 2585 | 2026-07-23T00:42:31.601Z | Checking fixedbitset v0.4.2 |
| 2586 | 2026-07-23T00:42:31.628Z | Checking keccak v0.1.6 |
| 2587 | 2026-07-23T00:42:31.722Z | Checking data-encoding v2.10.0 |
| 2588 | 2026-07-23T00:42:31.748Z | Checking fixedbitset v0.5.7 |
| 2589 | 2026-07-23T00:42:31.757Z | Checking winnow v0.7.14 |
| 2590 | 2026-07-23T00:42:31.793Z | Checking whoami v2.1.0 |
| 2591 | 2026-07-23T00:42:31.886Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2592 | 2026-07-23T00:42:31.938Z | Checking petgraph v0.8.3 |
| 2593 | 2026-07-23T00:42:31.976Z | Checking elliptic-curve v0.13.8 |
| 2594 | 2026-07-23T00:42:31.989Z | Checking hickory-proto v0.25.2 |
| 2595 | 2026-07-23T00:42:31.989Z | Checking tokio-postgres v0.7.16 |
| 2596 | 2026-07-23T00:42:32.136Z | Checking tough v0.22.0 |
| 2597 | 2026-07-23T00:42:32.221Z | Checking sha3 v0.10.8 |
| 2598 | 2026-07-23T00:42:32.275Z | Checking similar v2.7.0 |
| 2599 | 2026-07-23T00:42:32.417Z | Checking petgraph v0.6.5 |
| 2600 | 2026-07-23T00:42:32.649Z | Checking crossterm v0.28.1 |
| 2601 | 2026-07-23T00:42:32.926Z | Checking toml_edit v0.22.27 |
| 2602 | 2026-07-23T00:42:33.246Z | Checking ed25519-dalek v2.2.0 |
| 2603 | 2026-07-23T00:42:33.342Z | Checking digest v0.11.3 |
| 2604 | 2026-07-23T00:42:33.548Z | Checking zip v4.6.1 |
| 2605 | 2026-07-23T00:42:33.554Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2606 | 2026-07-23T00:42:33.554Z | Checking predicates v3.1.4 |
| 2607 | 2026-07-23T00:42:33.554Z | Checking slog v2.8.2 |
| 2608 | 2026-07-23T00:42:33.645Z | Checking string_cache v0.8.9 |
| 2609 | 2026-07-23T00:42:33.775Z | Checking env_logger v0.11.9 |
| 2610 | 2026-07-23T00:42:33.788Z | Checking usdt v0.6.0 |
| 2611 | 2026-07-23T00:42:33.811Z | Checking chacha20 v0.10.0 |
| 2612 | 2026-07-23T00:42:33.948Z | Checking usdt-impl v0.5.0 |
| 2613 | 2026-07-23T00:42:33.960Z | Checking rsa v0.9.10 |
| 2614 | 2026-07-23T00:42:34.018Z | Checking toml v0.7.8 |
| 2615 | 2026-07-23T00:42:34.018Z | Checking nix v0.31.2 |
| 2616 | 2026-07-23T00:42:34.057Z | Checking iddqd v0.4.2 |
| 2617 | 2026-07-23T00:42:34.220Z | Checking reqwest v0.13.2 |
| 2618 | 2026-07-23T00:42:34.322Z | Checking clap v4.6.1 |
| 2619 | 2026-07-23T00:42:34.399Z | Checking zip v0.6.6 |
| 2620 | 2026-07-23T00:42:34.423Z | Checking itertools v0.13.0 |
| 2621 | 2026-07-23T00:42:34.468Z | Checking byte-wrapper v0.1.0 |
| 2622 | 2026-07-23T00:42:34.652Z | Checking serde_with v3.21.0 |
| 2623 | 2026-07-23T00:42:34.713Z | Checking strum v0.26.3 |
| 2624 | 2026-07-23T00:42:34.773Z | Checking fs-err v3.3.0 |
| 2625 | 2026-07-23T00:42:34.820Z | Checking ahash v0.8.12 |
| 2626 | 2026-07-23T00:42:34.949Z | Checking object v0.37.3 |
| 2627 | 2026-07-23T00:42:35.085Z | Checking tokio-stream v0.1.18 |
| 2628 | 2026-07-23T00:42:35.096Z | Checking buf-list v1.1.2 |
| 2629 | 2026-07-23T00:42:35.096Z | Checking anyhow v1.0.102 |
| 2630 | 2026-07-23T00:42:35.218Z | Checking camino v1.2.2 |
| 2631 | 2026-07-23T00:42:35.243Z | Checking x509-cert v0.2.5 |
| 2632 | 2026-07-23T00:42:35.265Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2633 | 2026-07-23T00:42:35.386Z | Checking openapiv3 v2.2.0 |
| 2634 | 2026-07-23T00:42:35.444Z | Checking lalrpop-util v0.19.12 |
| 2635 | 2026-07-23T00:42:35.457Z | Checking peg-runtime v0.8.5 |
| 2636 | 2026-07-23T00:42:35.523Z | Checking rayon v1.11.0 |
| 2637 | 2026-07-23T00:42:35.595Z | Checking sigpipe v0.1.3 |
| 2638 | 2026-07-23T00:42:35.609Z | Checking glob v0.3.3 |
| 2639 | 2026-07-23T00:42:37.079Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2640 | 2026-07-23T00:42:37.136Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2641 | 2026-07-23T00:42:37.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.65s |
| 2642 | 2026-07-23T00:42:37.558Z | |
| 2643 | 2026-07-23T00:42:37.558Z | info: running `cargo check --bins` on internal-dns-types (77/301) |
| 2644 | 2026-07-23T00:42:38.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2026-07-23T00:42:38.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2026-07-23T00:42:38.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2647 | 2026-07-23T00:42:38.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2648 | 2026-07-23T00:42:38.094Z | |
| 2649 | 2026-07-23T00:42:38.095Z | info: running `cargo check --bins` on internal-dns-types-versions (78/301) |
| 2650 | 2026-07-23T00:42:38.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2026-07-23T00:42:38.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2026-07-23T00:42:38.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2026-07-23T00:42:38.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2654 | 2026-07-23T00:42:38.625Z | |
| 2655 | 2026-07-23T00:42:38.625Z | info: running `cargo check --bins` on nexus-types-versions (79/301) |
| 2656 | 2026-07-23T00:42:39.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2026-07-23T00:42:39.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2026-07-23T00:42:39.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2026-07-23T00:42:39.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2660 | 2026-07-23T00:42:39.172Z | |
| 2661 | 2026-07-23T00:42:39.172Z | info: running `cargo check --bins` on oxql-types (80/301) |
| 2662 | 2026-07-23T00:42:39.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2026-07-23T00:42:39.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2026-07-23T00:42:39.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2665 | 2026-07-23T00:42:39.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2666 | 2026-07-23T00:42:39.707Z | |
| 2667 | 2026-07-23T00:42:39.707Z | info: running `cargo check --bins` on oximeter-types (81/301) |
| 2668 | 2026-07-23T00:42:40.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2669 | 2026-07-23T00:42:40.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2670 | 2026-07-23T00:42:40.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2671 | 2026-07-23T00:42:40.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2672 | 2026-07-23T00:42:40.236Z | |
| 2673 | 2026-07-23T00:42:40.236Z | info: running `cargo check --bins` on oximeter-types-versions (82/301) |
| 2674 | 2026-07-23T00:42:40.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2675 | 2026-07-23T00:42:40.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2676 | 2026-07-23T00:42:40.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2677 | 2026-07-23T00:42:40.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2678 | 2026-07-23T00:42:40.815Z | |
| 2679 | 2026-07-23T00:42:40.815Z | info: running `cargo check --bins` on oximeter-macro-impl (83/301) |
| 2680 | 2026-07-23T00:42:41.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2681 | 2026-07-23T00:42:41.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2682 | 2026-07-23T00:42:41.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2683 | 2026-07-23T00:42:41.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2684 | 2026-07-23T00:42:41.295Z | |
| 2685 | 2026-07-23T00:42:41.295Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/301) |
| 2686 | 2026-07-23T00:42:41.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2687 | 2026-07-23T00:42:41.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2688 | 2026-07-23T00:42:41.935Z | Compiling structmeta-derive v0.3.0 |
| 2689 | 2026-07-23T00:42:42.050Z | Compiling multer v3.1.0 |
| 2690 | 2026-07-23T00:42:42.062Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2691 | 2026-07-23T00:42:42.067Z | Compiling async-stream-impl v0.3.6 |
| 2692 | 2026-07-23T00:42:42.077Z | Compiling dropshot v0.17.1 |
| 2693 | 2026-07-23T00:42:42.093Z | Compiling newtype-uuid-macros v0.1.0 |
| 2694 | 2026-07-23T00:42:42.097Z | Compiling dropshot_endpoint v0.17.1 |
| 2695 | 2026-07-23T00:42:42.121Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2696 | 2026-07-23T00:42:42.290Z | Checking thread_local v1.1.9 |
| 2697 | 2026-07-23T00:42:42.314Z | Checking match_cfg v0.1.0 |
| 2698 | 2026-07-23T00:42:42.383Z | Checking compression-core v0.4.31 |
| 2699 | 2026-07-23T00:42:42.466Z | Checking hostname v0.3.1 |
| 2700 | 2026-07-23T00:42:42.469Z | Checking crossbeam-channel v0.5.15 |
| 2701 | 2026-07-23T00:42:42.503Z | Checking compression-codecs v0.4.37 |
| 2702 | 2026-07-23T00:42:42.527Z | Checking atomicwrites v0.4.4 |
| 2703 | 2026-07-23T00:42:42.572Z | Checking slog-json v2.6.1 |
| 2704 | 2026-07-23T00:42:42.644Z | Checking serde_spanned v1.1.1 |
| 2705 | 2026-07-23T00:42:42.644Z | Checking is-terminal v0.4.17 |
| 2706 | 2026-07-23T00:42:42.668Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2707 | 2026-07-23T00:42:42.724Z | Checking debug-ignore v1.0.5 |
| 2708 | 2026-07-23T00:42:42.742Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2709 | 2026-07-23T00:42:42.773Z | Checking term v1.2.1 |
| 2710 | 2026-07-23T00:42:42.839Z | Checking take_mut v0.2.2 |
| 2711 | 2026-07-23T00:42:42.848Z | Checking slog-bunyan v2.5.0 |
| 2712 | 2026-07-23T00:42:42.848Z | Checking async-compression v0.4.41 |
| 2713 | 2026-07-23T00:42:42.860Z | Checking async-stream v0.3.6 |
| 2714 | 2026-07-23T00:42:42.914Z | Checking slog-async v2.8.0 |
| 2715 | 2026-07-23T00:42:42.914Z | Checking toml v1.1.2+spec-1.1.0 |
| 2716 | 2026-07-23T00:42:42.942Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2717 | 2026-07-23T00:42:42.981Z | Checking slog-term v2.9.2 |
| 2718 | 2026-07-23T00:42:42.984Z | Checking progenitor-client v0.14.0 |
| 2719 | 2026-07-23T00:42:43.039Z | Checking sha1 v0.11.0 |
| 2720 | 2026-07-23T00:42:43.084Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2721 | 2026-07-23T00:42:43.106Z | Compiling structmeta v0.3.0 |
| 2722 | 2026-07-23T00:42:43.214Z | Checking waitgroup v0.1.2 |
| 2723 | 2026-07-23T00:42:43.228Z | Checking rustls-pemfile v2.2.0 |
| 2724 | 2026-07-23T00:42:43.231Z | Checking backon v1.6.0 |
| 2725 | 2026-07-23T00:42:43.252Z | Checking serde_path_to_error v0.1.20 |
| 2726 | 2026-07-23T00:42:43.291Z | Checking hostname v0.4.2 |
| 2727 | 2026-07-23T00:42:43.312Z | Checking instant v0.1.13 |
| 2728 | 2026-07-23T00:42:43.324Z | Compiling derive-ex v0.1.8 |
| 2729 | 2026-07-23T00:42:43.363Z | Compiling parse-display-derive v0.10.0 |
| 2730 | 2026-07-23T00:42:43.397Z | Checking progenitor-extras v0.2.0 |
| 2731 | 2026-07-23T00:42:43.520Z | Checking backoff v0.4.0 |
| 2732 | 2026-07-23T00:42:43.542Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2733 | 2026-07-23T00:42:43.579Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2734 | 2026-07-23T00:42:43.613Z | Checking itertools v0.14.0 |
| 2735 | 2026-07-23T00:42:43.686Z | Checking regress v0.10.5 |
| 2736 | 2026-07-23T00:42:43.755Z | Checking macaddr v1.0.1 |
| 2737 | 2026-07-23T00:42:43.951Z | Checking humantime v2.3.0 |
| 2738 | 2026-07-23T00:42:45.006Z | Compiling test-strategy v0.4.5 |
| 2739 | 2026-07-23T00:42:45.043Z | Checking parse-display v0.10.0 |
| 2740 | 2026-07-23T00:42:45.192Z | Compiling prettyplease v0.2.37 |
| 2741 | 2026-07-23T00:42:45.533Z | Checking num-rational v0.4.2 |
| 2742 | 2026-07-23T00:42:45.804Z | Checking num-complex v0.4.6 |
| 2743 | 2026-07-23T00:42:46.197Z | Compiling num v0.4.3 |
| 2744 | 2026-07-23T00:42:46.287Z | Compiling usdt-attr-macro v0.5.0 |
| 2745 | 2026-07-23T00:42:46.339Z | Compiling usdt-macro v0.5.0 |
| 2746 | 2026-07-23T00:42:46.353Z | Checking memmap v0.7.0 |
| 2747 | 2026-07-23T00:42:46.390Z | Compiling float-ord v0.3.2 |
| 2748 | 2026-07-23T00:42:46.547Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2749 | 2026-07-23T00:42:46.577Z | Compiling convert_case v0.4.0 |
| 2750 | 2026-07-23T00:42:46.822Z | Checking unicode-width v0.2.0 |
| 2751 | 2026-07-23T00:42:46.903Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2752 | 2026-07-23T00:42:46.976Z | Compiling derive_more v0.99.20 |
| 2753 | 2026-07-23T00:42:47.070Z | Checking console v0.15.11 |
| 2754 | 2026-07-23T00:42:47.082Z | Checking newline-converter v0.3.0 |
| 2755 | 2026-07-23T00:42:47.118Z | Checking usdt v0.5.0 |
| 2756 | 2026-07-23T00:42:47.189Z | Compiling toml v0.8.23 |
| 2757 | 2026-07-23T00:42:47.283Z | Checking linked-hash-map v0.5.6 |
| 2758 | 2026-07-23T00:42:47.345Z | Compiling minimal-lexical v0.2.1 |
| 2759 | 2026-07-23T00:42:47.456Z | Checking lru-cache v0.1.2 |
| 2760 | 2026-07-23T00:42:47.578Z | Compiling nom v7.1.3 |
| 2761 | 2026-07-23T00:42:47.602Z | Checking expectorate v1.2.0 |
| 2762 | 2026-07-23T00:42:48.127Z | Checking camino-tempfile v1.4.1 |
| 2763 | 2026-07-23T00:42:48.215Z | Checking hickory-proto v0.24.4 |
| 2764 | 2026-07-23T00:42:48.242Z | Checking phf_shared v0.12.1 |
| 2765 | 2026-07-23T00:42:48.285Z | Compiling slog-dtrace v0.3.0 |
| 2766 | 2026-07-23T00:42:48.519Z | Checking resolv-conf v0.7.6 |
| 2767 | 2026-07-23T00:42:48.673Z | Compiling chrono-tz v0.10.4 |
| 2768 | 2026-07-23T00:42:48.799Z | Checking heck v0.5.0 |
| 2769 | 2026-07-23T00:42:48.868Z | Compiling unicode-xid v0.2.6 |
| 2770 | 2026-07-23T00:42:48.908Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2771 | 2026-07-23T00:42:48.990Z | Compiling const_format_proc_macros v0.2.34 |
| 2772 | 2026-07-23T00:42:48.993Z | Checking phf v0.12.1 |
| 2773 | 2026-07-23T00:42:49.145Z | Checking tokio-dtrace v0.1.1 |
| 2774 | 2026-07-23T00:42:49.330Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2775 | 2026-07-23T00:42:49.403Z | Compiling derive-where v1.6.0 |
| 2776 | 2026-07-23T00:42:49.750Z | Checking highway v1.3.0 |
| 2777 | 2026-07-23T00:42:49.820Z | Checking const_format v0.2.35 |
| 2778 | 2026-07-23T00:42:49.975Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2779 | 2026-07-23T00:42:49.975Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2780 | 2026-07-23T00:42:50.002Z | Checking hickory-resolver v0.24.4 |
| 2781 | 2026-07-23T00:42:50.046Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2782 | 2026-07-23T00:42:50.555Z | Checking oxide-tokio-rt v0.1.4 |
| 2783 | 2026-07-23T00:42:50.808Z | Checking qorb v0.4.1 |
| 2784 | 2026-07-23T00:42:50.920Z | Checking gethostname v0.5.0 |
| 2785 | 2026-07-23T00:42:50.947Z | Checking bcs v0.1.6 |
| 2786 | 2026-07-23T00:42:50.950Z | Checking termtree v0.5.1 |
| 2787 | 2026-07-23T00:42:51.437Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2788 | 2026-07-23T00:42:51.452Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2789 | 2026-07-23T00:42:51.680Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2790 | 2026-07-23T00:42:51.680Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2791 | 2026-07-23T00:42:54.304Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2792 | 2026-07-23T00:42:56.684Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2793 | 2026-07-23T00:42:58.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.50s |
| 2794 | 2026-07-23T00:42:58.964Z | |
| 2795 | 2026-07-23T00:42:58.964Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301) |
| 2796 | 2026-07-23T00:42:59.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2797 | 2026-07-23T00:42:59.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2798 | 2026-07-23T00:42:59.587Z | Compiling ar_archive_writer v0.5.1 |
| 2799 | 2026-07-23T00:42:59.698Z | Compiling stacker v0.1.23 |
| 2800 | 2026-07-23T00:42:59.704Z | Compiling cfg_aliases v0.1.1 |
| 2801 | 2026-07-23T00:42:59.710Z | Compiling convert_case v0.10.0 |
| 2802 | 2026-07-23T00:42:59.713Z | Checking unicode-width v0.1.14 |
| 2803 | 2026-07-23T00:42:59.724Z | Compiling proc-macro-error v1.0.4 |
| 2804 | 2026-07-23T00:42:59.735Z | Checking fd-lock v4.0.4 |
| 2805 | 2026-07-23T00:42:59.738Z | Checking nibble_vec v0.1.0 |
| 2806 | 2026-07-23T00:42:59.764Z | Compiling nix v0.28.0 |
| 2807 | 2026-07-23T00:42:59.846Z | Checking vte v0.14.1 |
| 2808 | 2026-07-23T00:42:59.862Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2809 | 2026-07-23T00:42:59.948Z | Checking bytecount v0.6.9 |
| 2810 | 2026-07-23T00:42:59.980Z | Checking endian-type v0.1.2 |
| 2811 | 2026-07-23T00:42:59.994Z | Compiling derive_more-impl v2.1.1 |
| 2812 | 2026-07-23T00:43:00.006Z | Checking strip-ansi-escapes v0.2.1 |
| 2813 | 2026-07-23T00:43:00.017Z | Compiling tabled_derive v0.7.0 |
| 2814 | 2026-07-23T00:43:00.043Z | Checking papergrid v0.11.0 |
| 2815 | 2026-07-23T00:43:00.100Z | Checking radix_trie v0.2.1 |
| 2816 | 2026-07-23T00:43:00.112Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2817 | 2026-07-23T00:43:00.269Z | Compiling peg-macros v0.8.5 |
| 2818 | 2026-07-23T00:43:00.308Z | Compiling sqlparser_derive v0.5.0 |
| 2819 | 2026-07-23T00:43:00.512Z | Compiling psm v0.1.30 |
| 2820 | 2026-07-23T00:43:00.606Z | Checking winnow v0.6.26 |
| 2821 | 2026-07-23T00:43:00.644Z | Checking nu-ansi-term v0.50.3 |
| 2822 | 2026-07-23T00:43:00.852Z | Checking derive_more v2.1.1 |
| 2823 | 2026-07-23T00:43:00.857Z | Checking home v0.5.12 |
| 2824 | 2026-07-23T00:43:00.877Z | Checking unicode_categories v0.1.1 |
| 2825 | 2026-07-23T00:43:00.955Z | Checking crossterm v0.29.0 |
| 2826 | 2026-07-23T00:43:00.980Z | Checking tabled v0.15.0 |
| 2827 | 2026-07-23T00:43:01.051Z | Checking rustyline v14.0.0 |
| 2828 | 2026-07-23T00:43:01.064Z | Checking reedline v0.40.0 |
| 2829 | 2026-07-23T00:43:01.111Z | Checking display-error-chain v0.2.2 |
| 2830 | 2026-07-23T00:43:01.294Z | Checking recursive v0.1.1 |
| 2831 | 2026-07-23T00:43:01.386Z | Checking sqlparser v0.61.0 |
| 2832 | 2026-07-23T00:43:01.559Z | Checking peg v0.8.5 |
| 2833 | 2026-07-23T00:43:01.732Z | Checking sqlformat v0.3.5 |
| 2834 | 2026-07-23T00:43:12.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s |
| 2835 | 2026-07-23T00:43:12.755Z | |
| 2836 | 2026-07-23T00:43:12.755Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301) |
| 2837 | 2026-07-23T00:43:13.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2026-07-23T00:43:13.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2026-07-23T00:43:13.394Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2840 | 2026-07-23T00:43:16.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
| 2841 | 2026-07-23T00:43:16.987Z | |
| 2842 | 2026-07-23T00:43:16.987Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301) |
| 2843 | 2026-07-23T00:43:17.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2026-07-23T00:43:17.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2026-07-23T00:43:17.612Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2846 | 2026-07-23T00:43:20.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 2847 | 2026-07-23T00:43:20.219Z | |
| 2848 | 2026-07-23T00:43:20.219Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301) |
| 2849 | 2026-07-23T00:43:20.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2026-07-23T00:43:20.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2026-07-23T00:43:20.836Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2852 | 2026-07-23T00:43:24.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
| 2853 | 2026-07-23T00:43:24.239Z | |
| 2854 | 2026-07-23T00:43:24.239Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301) |
| 2855 | 2026-07-23T00:43:24.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2026-07-23T00:43:24.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2026-07-23T00:43:24.867Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2858 | 2026-07-23T00:43:28.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 2859 | 2026-07-23T00:43:28.358Z | |
| 2860 | 2026-07-23T00:43:28.358Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301) |
| 2861 | 2026-07-23T00:43:28.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-07-23T00:43:28.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-07-23T00:43:28.983Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2864 | 2026-07-23T00:43:31.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 2865 | 2026-07-23T00:43:31.739Z | |
| 2866 | 2026-07-23T00:43:31.739Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301) |
| 2867 | 2026-07-23T00:43:32.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-07-23T00:43:32.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-07-23T00:43:32.367Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2870 | 2026-07-23T00:43:34.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 2871 | 2026-07-23T00:43:35.153Z | |
| 2872 | 2026-07-23T00:43:35.153Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301) |
| 2873 | 2026-07-23T00:43:35.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2026-07-23T00:43:35.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2026-07-23T00:43:35.785Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2876 | 2026-07-23T00:43:39.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2877 | 2026-07-23T00:43:39.382Z | |
| 2878 | 2026-07-23T00:43:39.382Z | info: running `cargo check --bins` on oximeter (93/301) |
| 2879 | 2026-07-23T00:43:39.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2026-07-23T00:43:39.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2026-07-23T00:43:39.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2026-07-23T00:43:39.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2883 | 2026-07-23T00:43:39.936Z | |
| 2884 | 2026-07-23T00:43:39.936Z | info: running `cargo check --bins` on oximeter-schema (94/301) |
| 2885 | 2026-07-23T00:43:40.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2026-07-23T00:43:40.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2026-07-23T00:43:40.553Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2888 | 2026-07-23T00:43:40.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2889 | 2026-07-23T00:43:41.023Z | |
| 2890 | 2026-07-23T00:43:41.023Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/301) |
| 2891 | 2026-07-23T00:43:41.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2026-07-23T00:43:41.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2026-07-23T00:43:41.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2026-07-23T00:43:41.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2895 | 2026-07-23T00:43:41.569Z | |
| 2896 | 2026-07-23T00:43:41.569Z | info: running `cargo check --bins` on oximeter-test-utils (96/301) |
| 2897 | 2026-07-23T00:43:42.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-07-23T00:43:42.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-07-23T00:43:42.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2026-07-23T00:43:42.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2901 | 2026-07-23T00:43:42.152Z | |
| 2902 | 2026-07-23T00:43:42.152Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301) |
| 2903 | 2026-07-23T00:43:42.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-07-23T00:43:42.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-07-23T00:43:42.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2026-07-23T00:43:42.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2907 | 2026-07-23T00:43:42.694Z | |
| 2908 | 2026-07-23T00:43:42.694Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301) |
| 2909 | 2026-07-23T00:43:43.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-07-23T00:43:43.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-07-23T00:43:43.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2026-07-23T00:43:43.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2913 | 2026-07-23T00:43:43.244Z | |
| 2914 | 2026-07-23T00:43:43.244Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301) |
| 2915 | 2026-07-23T00:43:43.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-07-23T00:43:43.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-07-23T00:43:43.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2026-07-23T00:43:43.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2919 | 2026-07-23T00:43:43.793Z | |
| 2920 | 2026-07-23T00:43:43.793Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301) |
| 2921 | 2026-07-23T00:43:44.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2026-07-23T00:43:44.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2026-07-23T00:43:44.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2026-07-23T00:43:44.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2925 | 2026-07-23T00:43:44.349Z | |
| 2926 | 2026-07-23T00:43:44.349Z | info: running `cargo check --bins` on trust-quorum-types (101/301) |
| 2927 | 2026-07-23T00:43:44.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2026-07-23T00:43:44.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2026-07-23T00:43:44.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2026-07-23T00:43:44.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2931 | 2026-07-23T00:43:44.882Z | |
| 2932 | 2026-07-23T00:43:44.883Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/301) |
| 2933 | 2026-07-23T00:43:45.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2026-07-23T00:43:45.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2026-07-23T00:43:45.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2026-07-23T00:43:45.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2937 | 2026-07-23T00:43:45.435Z | |
| 2938 | 2026-07-23T00:43:45.435Z | info: running `cargo check --bins` on omicron-clickhouse-admin (103/301) |
| 2939 | 2026-07-23T00:43:45.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2026-07-23T00:43:45.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2026-07-23T00:43:46.114Z | Compiling darling_core v0.21.3 |
| 2942 | 2026-07-23T00:43:46.229Z | Compiling crucible-workspace-hack v0.1.0 |
| 2943 | 2026-07-23T00:43:46.237Z | Checking secrecy v0.10.3 |
| 2944 | 2026-07-23T00:43:46.243Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2945 | 2026-07-23T00:43:46.249Z | Compiling heapless v0.8.0 |
| 2946 | 2026-07-23T00:43:46.258Z | Checking hash32 v0.3.1 |
| 2947 | 2026-07-23T00:43:46.263Z | Checking inout v0.1.4 |
| 2948 | 2026-07-23T00:43:46.284Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2949 | 2026-07-23T00:43:46.340Z | Compiling smoltcp v0.11.0 |
| 2950 | 2026-07-23T00:43:46.418Z | Checking cobs v0.3.0 |
| 2951 | 2026-07-23T00:43:46.429Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2952 | 2026-07-23T00:43:46.468Z | Checking cipher v0.4.4 |
| 2953 | 2026-07-23T00:43:46.502Z | Checking universal-hash v0.5.1 |
| 2954 | 2026-07-23T00:43:46.514Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2955 | 2026-07-23T00:43:46.526Z | Checking half v2.7.1 |
| 2956 | 2026-07-23T00:43:46.619Z | Checking ciborium-io v0.2.2 |
| 2957 | 2026-07-23T00:43:46.666Z | Checking opaque-debug v0.3.1 |
| 2958 | 2026-07-23T00:43:46.713Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2959 | 2026-07-23T00:43:46.725Z | Checking chacha20 v0.9.1 |
| 2960 | 2026-07-23T00:43:46.736Z | Checking poly1305 v0.8.0 |
| 2961 | 2026-07-23T00:43:46.777Z | Checking ciborium-ll v0.2.2 |
| 2962 | 2026-07-23T00:43:46.918Z | Checking postcard v1.1.3 |
| 2963 | 2026-07-23T00:43:46.933Z | Compiling proc-macro-crate v3.4.0 |
| 2964 | 2026-07-23T00:43:46.954Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2965 | 2026-07-23T00:43:47.005Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2966 | 2026-07-23T00:43:47.211Z | Checking password-hash v0.5.0 |
| 2967 | 2026-07-23T00:43:47.275Z | Checking blake2 v0.10.6 |
| 2968 | 2026-07-23T00:43:47.354Z | Compiling proc-macro-crate v1.3.1 |
| 2969 | 2026-07-23T00:43:47.449Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2970 | 2026-07-23T00:43:47.464Z | Checking aead v0.5.2 |
| 2971 | 2026-07-23T00:43:47.478Z | Compiling num_enum_derive v0.7.6 |
| 2972 | 2026-07-23T00:43:47.510Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2973 | 2026-07-23T00:43:47.607Z | Compiling foreign-types-macros v0.2.3 |
| 2974 | 2026-07-23T00:43:47.675Z | Checking thiserror-no-std v2.0.2 |
| 2975 | 2026-07-23T00:43:47.675Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2976 | 2026-07-23T00:43:47.717Z | Checking foreign-types-shared v0.3.1 |
| 2977 | 2026-07-23T00:43:47.755Z | Compiling num_enum_derive v0.5.11 |
| 2978 | 2026-07-23T00:43:47.772Z | Checking vsss-rs v3.3.4 |
| 2979 | 2026-07-23T00:43:47.805Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2980 | 2026-07-23T00:43:47.927Z | Checking chacha20poly1305 v0.10.1 |
| 2981 | 2026-07-23T00:43:48.054Z | Checking argon2 v0.5.3 |
| 2982 | 2026-07-23T00:43:48.198Z | Checking foreign-types v0.5.0 |
| 2983 | 2026-07-23T00:43:48.246Z | Checking ciborium v0.2.2 |
| 2984 | 2026-07-23T00:43:48.395Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2985 | 2026-07-23T00:43:48.489Z | Checking tabwriter v1.4.1 |
| 2986 | 2026-07-23T00:43:48.510Z | Checking num_enum v0.7.6 |
| 2987 | 2026-07-23T00:43:48.626Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2988 | 2026-07-23T00:43:48.641Z | Checking cstr-argument v0.1.2 |
| 2989 | 2026-07-23T00:43:48.670Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2990 | 2026-07-23T00:43:48.684Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2991 | 2026-07-23T00:43:48.697Z | Compiling darling_macro v0.21.3 |
| 2992 | 2026-07-23T00:43:48.752Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2993 | 2026-07-23T00:43:48.773Z | Checking num_enum v0.5.11 |
| 2994 | 2026-07-23T00:43:48.885Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2995 | 2026-07-23T00:43:48.888Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2996 | 2026-07-23T00:43:48.907Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2997 | 2026-07-23T00:43:48.919Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2998 | 2026-07-23T00:43:49.060Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2999 | 2026-07-23T00:43:49.072Z | Checking rand v0.10.1 |
| 3000 | 2026-07-23T00:43:49.179Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3001 | 2026-07-23T00:43:49.182Z | Checking indent_write v2.2.0 |
| 3002 | 2026-07-23T00:43:49.182Z | Checking colored v3.1.1 |
| 3003 | 2026-07-23T00:43:49.195Z | Compiling darling v0.21.3 |
| 3004 | 2026-07-23T00:43:49.245Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3005 | 2026-07-23T00:43:49.260Z | Compiling zone_cfg_derive v0.3.1 |
| 3006 | 2026-07-23T00:43:49.273Z | Compiling ingot-macros v0.1.1 |
| 3007 | 2026-07-23T00:43:49.341Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3008 | 2026-07-23T00:43:49.359Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3009 | 2026-07-23T00:43:49.440Z | Checking itertools v0.12.1 |
| 3010 | 2026-07-23T00:43:49.497Z | Compiling num-derive v0.4.2 |
| 3011 | 2026-07-23T00:43:49.511Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3012 | 2026-07-23T00:43:49.525Z | Checking swrite v0.1.0 |
| 3013 | 2026-07-23T00:43:49.617Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3014 | 2026-07-23T00:43:49.766Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3015 | 2026-07-23T00:43:49.873Z | Checking dropshot-api-manager-types v0.7.2 |
| 3016 | 2026-07-23T00:43:49.887Z | Checking smf v0.2.3 |
| 3017 | 2026-07-23T00:43:49.905Z | Checking nanorand v0.7.0 |
| 3018 | 2026-07-23T00:43:49.992Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3019 | 2026-07-23T00:43:50.036Z | Checking whoami v1.6.1 |
| 3020 | 2026-07-23T00:43:50.100Z | Checking flume v0.11.1 |
| 3021 | 2026-07-23T00:43:50.118Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3022 | 2026-07-23T00:43:50.422Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3023 | 2026-07-23T00:43:50.446Z | Checking zone v0.3.1 |
| 3024 | 2026-07-23T00:43:51.468Z | Checking ingot-types v0.1.2 |
| 3025 | 2026-07-23T00:43:51.738Z | Checking ingot v0.1.1 |
| 3026 | 2026-07-23T00:43:53.146Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3027 | 2026-07-23T00:43:54.085Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3028 | 2026-07-23T00:43:54.966Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3029 | 2026-07-23T00:43:56.305Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3030 | 2026-07-23T00:43:58.364Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3031 | 2026-07-23T00:43:59.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s |
| 3032 | 2026-07-23T00:43:59.633Z | |
| 3033 | 2026-07-23T00:43:59.633Z | info: running `cargo check --bins` on clickhouse-admin-api (104/301) |
| 3034 | 2026-07-23T00:44:00.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-07-23T00:44:00.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-07-23T00:44:00.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-07-23T00:44:00.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3038 | 2026-07-23T00:44:00.182Z | |
| 3039 | 2026-07-23T00:44:00.182Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (105/301) |
| 3040 | 2026-07-23T00:44:00.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-07-23T00:44:00.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-07-23T00:44:00.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-07-23T00:44:00.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3044 | 2026-07-23T00:44:00.735Z | |
| 3045 | 2026-07-23T00:44:00.735Z | info: running `cargo check --bins` on bootstrap-agent-client (106/301) |
| 3046 | 2026-07-23T00:44:01.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-07-23T00:44:01.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-07-23T00:44:01.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-07-23T00:44:01.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3050 | 2026-07-23T00:44:01.289Z | |
| 3051 | 2026-07-23T00:44:01.289Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/301) |
| 3052 | 2026-07-23T00:44:01.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-07-23T00:44:01.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-07-23T00:44:01.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-07-23T00:44:01.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3056 | 2026-07-23T00:44:01.841Z | |
| 3057 | 2026-07-23T00:44:01.841Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (108/301) |
| 3058 | 2026-07-23T00:44:02.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-07-23T00:44:02.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-07-23T00:44:02.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-07-23T00:44:02.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3062 | 2026-07-23T00:44:02.394Z | |
| 3063 | 2026-07-23T00:44:02.394Z | info: running `cargo check --bins` on clickhouse-admin-server-client (109/301) |
| 3064 | 2026-07-23T00:44:02.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-07-23T00:44:02.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-07-23T00:44:02.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-07-23T00:44:02.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3068 | 2026-07-23T00:44:02.943Z | |
| 3069 | 2026-07-23T00:44:02.943Z | info: running `cargo check --bins` on clickhouse-admin-single-client (110/301) |
| 3070 | 2026-07-23T00:44:03.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-07-23T00:44:03.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-07-23T00:44:03.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-07-23T00:44:03.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3074 | 2026-07-23T00:44:03.496Z | |
| 3075 | 2026-07-23T00:44:03.497Z | info: running `cargo check --bins` on cockroach-admin-client (111/301) |
| 3076 | 2026-07-23T00:44:03.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-07-23T00:44:03.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-07-23T00:44:03.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-07-23T00:44:03.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3080 | 2026-07-23T00:44:04.038Z | |
| 3081 | 2026-07-23T00:44:04.039Z | info: running `cargo check --bins` on omicron-ddm-admin-client (112/301) |
| 3082 | 2026-07-23T00:44:04.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-07-23T00:44:04.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-07-23T00:44:04.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-07-23T00:44:04.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3086 | 2026-07-23T00:44:04.586Z | |
| 3087 | 2026-07-23T00:44:04.586Z | info: running `cargo check --bins` on dns-service-client (113/301) |
| 3088 | 2026-07-23T00:44:05.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-07-23T00:44:05.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-07-23T00:44:05.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-07-23T00:44:05.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3092 | 2026-07-23T00:44:05.136Z | |
| 3093 | 2026-07-23T00:44:05.136Z | info: running `cargo check --bins` on installinator-client (114/301) |
| 3094 | 2026-07-23T00:44:05.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-07-23T00:44:05.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-07-23T00:44:05.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-07-23T00:44:05.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3098 | 2026-07-23T00:44:05.691Z | |
| 3099 | 2026-07-23T00:44:05.691Z | info: running `cargo check --bins` on nexus-client (115/301) |
| 3100 | 2026-07-23T00:44:06.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-07-23T00:44:06.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-07-23T00:44:06.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-07-23T00:44:06.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3104 | 2026-07-23T00:44:06.282Z | |
| 3105 | 2026-07-23T00:44:06.282Z | info: running `cargo check --bins` on nexus-lockstep-client (116/301) |
| 3106 | 2026-07-23T00:44:06.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-07-23T00:44:06.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-07-23T00:44:06.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-07-23T00:44:06.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3110 | 2026-07-23T00:44:06.852Z | |
| 3111 | 2026-07-23T00:44:06.853Z | info: running `cargo check --bins` on ntp-admin-client (117/301) |
| 3112 | 2026-07-23T00:44:07.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-07-23T00:44:07.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-07-23T00:44:07.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-07-23T00:44:07.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3116 | 2026-07-23T00:44:07.389Z | |
| 3117 | 2026-07-23T00:44:07.389Z | info: running `cargo check --bins` on oxide-client (118/301) |
| 3118 | 2026-07-23T00:44:07.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-07-23T00:44:07.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-07-23T00:44:07.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-07-23T00:44:07.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3122 | 2026-07-23T00:44:07.928Z | |
| 3123 | 2026-07-23T00:44:07.928Z | info: running `cargo check --bins` on oximeter-client (119/301) |
| 3124 | 2026-07-23T00:44:08.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-07-23T00:44:08.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-07-23T00:44:08.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-07-23T00:44:08.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3128 | 2026-07-23T00:44:08.477Z | |
| 3129 | 2026-07-23T00:44:08.478Z | info: running `cargo check --bins` on repo-depot-client (120/301) |
| 3130 | 2026-07-23T00:44:08.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-07-23T00:44:08.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-07-23T00:44:08.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-07-23T00:44:08.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3134 | 2026-07-23T00:44:09.016Z | |
| 3135 | 2026-07-23T00:44:09.016Z | info: running `cargo check --bins` on sled-agent-client (121/301) |
| 3136 | 2026-07-23T00:44:09.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-07-23T00:44:09.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-07-23T00:44:09.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-07-23T00:44:09.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3140 | 2026-07-23T00:44:09.573Z | |
| 3141 | 2026-07-23T00:44:09.573Z | info: running `cargo check --bins` on wicketd-client (122/301) |
| 3142 | 2026-07-23T00:44:10.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-07-23T00:44:10.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-07-23T00:44:10.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-07-23T00:44:10.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3146 | 2026-07-23T00:44:10.147Z | |
| 3147 | 2026-07-23T00:44:10.147Z | info: running `cargo check --bins` on installinator-common (123/301) |
| 3148 | 2026-07-23T00:44:10.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-07-23T00:44:10.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-07-23T00:44:10.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-07-23T00:44:10.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3152 | 2026-07-23T00:44:10.716Z | |
| 3153 | 2026-07-23T00:44:10.716Z | info: running `cargo check --bins` on installinator-common-versions (124/301) |
| 3154 | 2026-07-23T00:44:11.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-07-23T00:44:11.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-07-23T00:44:11.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-07-23T00:44:11.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3158 | 2026-07-23T00:44:11.252Z | |
| 3159 | 2026-07-23T00:44:11.252Z | info: running `cargo check --bins` on wicket-common (125/301) |
| 3160 | 2026-07-23T00:44:11.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-07-23T00:44:11.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-07-23T00:44:11.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-07-23T00:44:11.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3164 | 2026-07-23T00:44:11.817Z | |
| 3165 | 2026-07-23T00:44:11.817Z | info: running `cargo check --bins` on wicketd-commission-types (126/301) |
| 3166 | 2026-07-23T00:44:12.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-07-23T00:44:12.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-07-23T00:44:12.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3169 | 2026-07-23T00:44:12.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3170 | 2026-07-23T00:44:12.371Z | |
| 3171 | 2026-07-23T00:44:12.371Z | info: running `cargo check --bins` on wicketd-commission-types-versions (127/301) |
| 3172 | 2026-07-23T00:44:12.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3173 | 2026-07-23T00:44:12.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3174 | 2026-07-23T00:44:12.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3175 | 2026-07-23T00:44:12.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3176 | 2026-07-23T00:44:12.925Z | |
| 3177 | 2026-07-23T00:44:12.925Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/301) |
| 3178 | 2026-07-23T00:44:13.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3179 | 2026-07-23T00:44:13.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3180 | 2026-07-23T00:44:13.568Z | Checking csv-core v0.1.13 |
| 3181 | 2026-07-23T00:44:13.678Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3182 | 2026-07-23T00:44:13.682Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3183 | 2026-07-23T00:44:13.690Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3184 | 2026-07-23T00:44:13.818Z | Checking csv v1.4.0 |
| 3185 | 2026-07-23T00:44:13.831Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3186 | 2026-07-23T00:44:14.136Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3187 | 2026-07-23T00:44:14.468Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3188 | 2026-07-23T00:44:14.471Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3189 | 2026-07-23T00:44:15.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
| 3190 | 2026-07-23T00:44:15.650Z | |
| 3191 | 2026-07-23T00:44:15.650Z | info: running `cargo check --bins` on cockroach-admin-api (129/301) |
| 3192 | 2026-07-23T00:44:16.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2026-07-23T00:44:16.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2026-07-23T00:44:16.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2026-07-23T00:44:16.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3196 | 2026-07-23T00:44:16.196Z | |
| 3197 | 2026-07-23T00:44:16.196Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/301) |
| 3198 | 2026-07-23T00:44:16.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-07-23T00:44:16.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-07-23T00:44:16.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2026-07-23T00:44:16.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3202 | 2026-07-23T00:44:16.816Z | |
| 3203 | 2026-07-23T00:44:16.816Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/301) |
| 3204 | 2026-07-23T00:44:17.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-07-23T00:44:17.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-07-23T00:44:17.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-07-23T00:44:17.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3208 | 2026-07-23T00:44:17.443Z | |
| 3209 | 2026-07-23T00:44:17.443Z | info: running `cargo check --bins` on gateway-test-utils (132/301) |
| 3210 | 2026-07-23T00:44:17.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-07-23T00:44:17.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-07-23T00:44:17.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-07-23T00:44:17.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3214 | 2026-07-23T00:44:18.045Z | |
| 3215 | 2026-07-23T00:44:18.046Z | info: running `cargo check --bins` on omicron-gateway (133/301) |
| 3216 | 2026-07-23T00:44:18.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-07-23T00:44:18.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-07-23T00:44:18.770Z | Compiling regress v0.11.1 |
| 3219 | 2026-07-23T00:44:18.910Z | Compiling unsafe-libyaml v0.2.11 |
| 3220 | 2026-07-23T00:44:18.920Z | Compiling radium v0.7.0 |
| 3221 | 2026-07-23T00:44:18.924Z | Compiling semver v0.1.20 |
| 3222 | 2026-07-23T00:44:18.942Z | Checking nom v8.0.0 |
| 3223 | 2026-07-23T00:44:18.945Z | Compiling maybe-uninit v2.0.0 |
| 3224 | 2026-07-23T00:44:18.945Z | Checking tap v1.0.1 |
| 3225 | 2026-07-23T00:44:19.053Z | Checking wyz v0.5.1 |
| 3226 | 2026-07-23T00:44:19.198Z | Compiling rustc_version v0.1.7 |
| 3227 | 2026-07-23T00:44:19.244Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3228 | 2026-07-23T00:44:19.328Z | Compiling zerocopy-derive v0.6.6 |
| 3229 | 2026-07-23T00:44:19.383Z | Checking funty v2.0.0 |
| 3230 | 2026-07-23T00:44:19.415Z | Compiling serde_yaml v0.9.34+deprecated |
| 3231 | 2026-07-23T00:44:19.636Z | Compiling newtype_derive v0.1.6 |
| 3232 | 2026-07-23T00:44:19.736Z | Checking crc-catalog v2.4.0 |
| 3233 | 2026-07-23T00:44:19.790Z | Compiling packed_struct v0.10.1 |
| 3234 | 2026-07-23T00:44:19.838Z | Compiling cancel-safe-futures v0.1.5 |
| 3235 | 2026-07-23T00:44:20.105Z | Checking crc v3.4.0 |
| 3236 | 2026-07-23T00:44:20.140Z | Checking bitvec v1.0.1 |
| 3237 | 2026-07-23T00:44:20.175Z | Checking zerocopy v0.6.6 |
| 3238 | 2026-07-23T00:44:20.347Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3239 | 2026-07-23T00:44:20.362Z | Checking typify-impl v0.6.2 |
| 3240 | 2026-07-23T00:44:20.751Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3241 | 2026-07-23T00:44:20.863Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3242 | 2026-07-23T00:44:20.878Z | Compiling packed_struct_codegen v0.10.1 |
| 3243 | 2026-07-23T00:44:20.891Z | Compiling bitfield-macros v0.19.4 |
| 3244 | 2026-07-23T00:44:21.091Z | Compiling indexmap v1.9.3 |
| 3245 | 2026-07-23T00:44:21.302Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3246 | 2026-07-23T00:44:21.375Z | Compiling owo-colors v4.3.0 |
| 3247 | 2026-07-23T00:44:21.458Z | Checking nodrop v0.1.14 |
| 3248 | 2026-07-23T00:44:21.533Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3249 | 2026-07-23T00:44:21.553Z | Checking array-init v0.0.4 |
| 3250 | 2026-07-23T00:44:21.602Z | Checking bitfield v0.19.4 |
| 3251 | 2026-07-23T00:44:21.791Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3252 | 2026-07-23T00:44:21.877Z | Checking smallvec v0.6.14 |
| 3253 | 2026-07-23T00:44:21.964Z | Checking oxide-update-engine-types v0.1.2 |
| 3254 | 2026-07-23T00:44:21.978Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3255 | 2026-07-23T00:44:22.069Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3256 | 2026-07-23T00:44:22.097Z | Checking linear-map v1.2.0 |
| 3257 | 2026-07-23T00:44:22.111Z | Checking unicode-linebreak v0.1.5 |
| 3258 | 2026-07-23T00:44:22.163Z | Checking base64 v0.21.7 |
| 3259 | 2026-07-23T00:44:22.271Z | Checking smawk v0.3.2 |
| 3260 | 2026-07-23T00:44:22.327Z | Checking hashbrown v0.12.3 |
| 3261 | 2026-07-23T00:44:22.403Z | Checking tagptr v0.2.0 |
| 3262 | 2026-07-23T00:44:22.406Z | Checking ron v0.8.1 |
| 3263 | 2026-07-23T00:44:22.559Z | Checking moka v0.12.13 |
| 3264 | 2026-07-23T00:44:22.569Z | Checking textwrap v0.16.2 |
| 3265 | 2026-07-23T00:44:22.770Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3266 | 2026-07-23T00:44:22.859Z | Checking oxide-update-engine v0.1.2 |
| 3267 | 2026-07-23T00:44:22.940Z | Checking serde-hex v0.1.0 |
| 3268 | 2026-07-23T00:44:23.032Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3269 | 2026-07-23T00:44:23.054Z | Checking steno v0.4.1 |
| 3270 | 2026-07-23T00:44:23.278Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3271 | 2026-07-23T00:44:23.437Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3272 | 2026-07-23T00:44:23.573Z | Checking hashbrown v0.13.2 |
| 3273 | 2026-07-23T00:44:23.720Z | Checking crc-any v2.5.0 |
| 3274 | 2026-07-23T00:44:23.900Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3275 | 2026-07-23T00:44:23.998Z | Checking object v0.30.4 |
| 3276 | 2026-07-23T00:44:24.013Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3277 | 2026-07-23T00:44:24.071Z | Checking hickory-resolver v0.25.2 |
| 3278 | 2026-07-23T00:44:24.123Z | Checking sha1 v0.10.6 |
| 3279 | 2026-07-23T00:44:24.176Z | Checking void v1.0.2 |
| 3280 | 2026-07-23T00:44:24.283Z | Checking path-slash v0.1.5 |
| 3281 | 2026-07-23T00:44:24.297Z | Checking half v1.8.3 |
| 3282 | 2026-07-23T00:44:24.388Z | Checking utf-8 v0.7.6 |
| 3283 | 2026-07-23T00:44:24.417Z | Checking lzss v0.8.2 |
| 3284 | 2026-07-23T00:44:24.491Z | Checking serde_cbor v0.11.2 |
| 3285 | 2026-07-23T00:44:24.523Z | Checking tungstenite v0.23.0 |
| 3286 | 2026-07-23T00:44:24.742Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3287 | 2026-07-23T00:44:24.780Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3288 | 2026-07-23T00:44:24.827Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3289 | 2026-07-23T00:44:24.863Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3290 | 2026-07-23T00:44:24.949Z | Checking nix v0.27.1 |
| 3291 | 2026-07-23T00:44:24.949Z | Compiling typify-macro v0.6.2 |
| 3292 | 2026-07-23T00:44:24.949Z | Checking kstat-rs v0.2.4 |
| 3293 | 2026-07-23T00:44:24.949Z | Checking fxhash v0.2.1 |
| 3294 | 2026-07-23T00:44:25.062Z | Checking serde_bytes v0.11.19 |
| 3295 | 2026-07-23T00:44:25.089Z | Checking tokio-tungstenite v0.23.1 |
| 3296 | 2026-07-23T00:44:25.114Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3297 | 2026-07-23T00:44:25.187Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3298 | 2026-07-23T00:44:25.233Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3299 | 2026-07-23T00:44:25.349Z | Checking signal-hook-tokio v0.3.1 |
| 3300 | 2026-07-23T00:44:26.039Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3301 | 2026-07-23T00:44:26.245Z | Compiling typify v0.6.2 |
| 3302 | 2026-07-23T00:44:26.322Z | Compiling progenitor-impl v0.14.0 |
| 3303 | 2026-07-23T00:44:26.939Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3304 | 2026-07-23T00:44:27.250Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3305 | 2026-07-23T00:44:27.765Z | Compiling progenitor-macro v0.14.0 |
| 3306 | 2026-07-23T00:44:30.047Z | Checking progenitor v0.14.0 |
| 3307 | 2026-07-23T00:44:30.167Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3308 | 2026-07-23T00:44:30.170Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3309 | 2026-07-23T00:44:32.845Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-07-23T00:44:41.196Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-07-23T00:44:47.897Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-07-23T00:44:49.263Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-07-23T00:44:49.750Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-07-23T00:44:51.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.78s |
| 3315 | 2026-07-23T00:44:52.016Z | |
| 3316 | 2026-07-23T00:44:52.016Z | info: running `cargo check --bins` on gateway-api (134/301) |
| 3317 | 2026-07-23T00:44:52.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-07-23T00:44:52.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-07-23T00:44:52.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-07-23T00:44:52.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3321 | 2026-07-23T00:44:52.564Z | |
| 3322 | 2026-07-23T00:44:52.564Z | info: running `cargo check --bins` on ipcc (135/301) |
| 3323 | 2026-07-23T00:44:53.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-07-23T00:44:53.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-07-23T00:44:53.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-07-23T00:44:53.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3327 | 2026-07-23T00:44:53.110Z | |
| 3328 | 2026-07-23T00:44:53.110Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/301) |
| 3329 | 2026-07-23T00:44:53.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-07-23T00:44:53.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-07-23T00:44:53.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-07-23T00:44:53.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3333 | 2026-07-23T00:44:53.644Z | |
| 3334 | 2026-07-23T00:44:53.644Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/301) |
| 3335 | 2026-07-23T00:44:54.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-07-23T00:44:54.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-07-23T00:44:54.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-07-23T00:44:54.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3339 | 2026-07-23T00:44:54.216Z | |
| 3340 | 2026-07-23T00:44:54.216Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/301) |
| 3341 | 2026-07-23T00:44:54.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-07-23T00:44:54.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-07-23T00:44:54.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-07-23T00:44:54.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3345 | 2026-07-23T00:44:54.767Z | |
| 3346 | 2026-07-23T00:44:54.767Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/301) |
| 3347 | 2026-07-23T00:44:55.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-07-23T00:44:55.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-07-23T00:44:55.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-07-23T00:44:55.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3351 | 2026-07-23T00:44:55.316Z | |
| 3352 | 2026-07-23T00:44:55.316Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/301) |
| 3353 | 2026-07-23T00:44:55.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-07-23T00:44:55.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-07-23T00:44:55.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-07-23T00:44:55.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3357 | 2026-07-23T00:44:55.868Z | |
| 3358 | 2026-07-23T00:44:55.868Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/301) |
| 3359 | 2026-07-23T00:44:56.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-07-23T00:44:56.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-07-23T00:44:56.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-07-23T00:44:56.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3363 | 2026-07-23T00:44:56.440Z | |
| 3364 | 2026-07-23T00:44:56.441Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/301) |
| 3365 | 2026-07-23T00:44:56.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-07-23T00:44:56.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-07-23T00:44:56.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-07-23T00:44:56.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3369 | 2026-07-23T00:44:56.975Z | |
| 3370 | 2026-07-23T00:44:56.975Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/301) |
| 3371 | 2026-07-23T00:44:57.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-07-23T00:44:57.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-07-23T00:44:57.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-07-23T00:44:57.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3375 | 2026-07-23T00:44:57.523Z | |
| 3376 | 2026-07-23T00:44:57.523Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/301) |
| 3377 | 2026-07-23T00:44:57.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-07-23T00:44:57.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-07-23T00:44:57.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-07-23T00:44:57.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3381 | 2026-07-23T00:44:58.073Z | |
| 3382 | 2026-07-23T00:44:58.073Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/301) |
| 3383 | 2026-07-23T00:44:58.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-07-23T00:44:58.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-07-23T00:44:58.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-07-23T00:44:58.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3387 | 2026-07-23T00:44:58.625Z | |
| 3388 | 2026-07-23T00:44:58.625Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/301) |
| 3389 | 2026-07-23T00:44:59.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-07-23T00:44:59.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-07-23T00:44:59.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-07-23T00:44:59.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3393 | 2026-07-23T00:44:59.178Z | |
| 3394 | 2026-07-23T00:44:59.178Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/301) |
| 3395 | 2026-07-23T00:44:59.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-07-23T00:44:59.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-07-23T00:44:59.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-07-23T00:44:59.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3399 | 2026-07-23T00:44:59.727Z | |
| 3400 | 2026-07-23T00:44:59.727Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/301) |
| 3401 | 2026-07-23T00:45:00.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-07-23T00:45:00.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-07-23T00:45:00.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-07-23T00:45:00.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3405 | 2026-07-23T00:45:00.297Z | |
| 3406 | 2026-07-23T00:45:00.297Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/301) |
| 3407 | 2026-07-23T00:45:00.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-07-23T00:45:00.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-07-23T00:45:00.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-07-23T00:45:00.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3411 | 2026-07-23T00:45:00.865Z | |
| 3412 | 2026-07-23T00:45:00.866Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/301) |
| 3413 | 2026-07-23T00:45:01.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-07-23T00:45:01.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-07-23T00:45:01.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-07-23T00:45:01.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3417 | 2026-07-23T00:45:01.434Z | |
| 3418 | 2026-07-23T00:45:01.434Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/301) |
| 3419 | 2026-07-23T00:45:01.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-07-23T00:45:01.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-07-23T00:45:01.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-07-23T00:45:01.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3423 | 2026-07-23T00:45:02.004Z | |
| 3424 | 2026-07-23T00:45:02.004Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/301) |
| 3425 | 2026-07-23T00:45:02.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-07-23T00:45:02.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-07-23T00:45:02.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-07-23T00:45:02.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3429 | 2026-07-23T00:45:02.573Z | |
| 3430 | 2026-07-23T00:45:02.573Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/301) |
| 3431 | 2026-07-23T00:45:03.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-07-23T00:45:03.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-07-23T00:45:03.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-07-23T00:45:03.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3435 | 2026-07-23T00:45:03.141Z | |
| 3436 | 2026-07-23T00:45:03.141Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/301) |
| 3437 | 2026-07-23T00:45:03.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-07-23T00:45:03.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-07-23T00:45:03.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-07-23T00:45:03.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3441 | 2026-07-23T00:45:03.711Z | |
| 3442 | 2026-07-23T00:45:03.711Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/301) |
| 3443 | 2026-07-23T00:45:04.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-07-23T00:45:04.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-07-23T00:45:04.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-07-23T00:45:04.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3447 | 2026-07-23T00:45:04.283Z | |
| 3448 | 2026-07-23T00:45:04.283Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/301) |
| 3449 | 2026-07-23T00:45:04.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-07-23T00:45:04.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-07-23T00:45:04.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-07-23T00:45:04.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3453 | 2026-07-23T00:45:04.853Z | |
| 3454 | 2026-07-23T00:45:04.853Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/301) |
| 3455 | 2026-07-23T00:45:05.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-07-23T00:45:05.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-07-23T00:45:05.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-07-23T00:45:05.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3459 | 2026-07-23T00:45:05.426Z | |
| 3460 | 2026-07-23T00:45:05.426Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/301) |
| 3461 | 2026-07-23T00:45:05.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-07-23T00:45:05.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-07-23T00:45:05.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-07-23T00:45:05.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3465 | 2026-07-23T00:45:05.976Z | |
| 3466 | 2026-07-23T00:45:05.976Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/301) |
| 3467 | 2026-07-23T00:45:06.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-07-23T00:45:06.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-07-23T00:45:06.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-07-23T00:45:06.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3471 | 2026-07-23T00:45:06.532Z | |
| 3472 | 2026-07-23T00:45:06.532Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/301) |
| 3473 | 2026-07-23T00:45:06.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-07-23T00:45:06.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-07-23T00:45:06.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-07-23T00:45:06.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3477 | 2026-07-23T00:45:07.081Z | |
| 3478 | 2026-07-23T00:45:07.081Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/301) |
| 3479 | 2026-07-23T00:45:07.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-07-23T00:45:07.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-07-23T00:45:07.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-07-23T00:45:07.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3483 | 2026-07-23T00:45:07.633Z | |
| 3484 | 2026-07-23T00:45:07.634Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/301) |
| 3485 | 2026-07-23T00:45:08.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-07-23T00:45:08.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-07-23T00:45:08.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-07-23T00:45:08.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3489 | 2026-07-23T00:45:08.185Z | |
| 3490 | 2026-07-23T00:45:08.185Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/301) |
| 3491 | 2026-07-23T00:45:08.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-07-23T00:45:08.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-07-23T00:45:08.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-07-23T00:45:08.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3495 | 2026-07-23T00:45:08.734Z | |
| 3496 | 2026-07-23T00:45:08.734Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/301) |
| 3497 | 2026-07-23T00:45:09.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-07-23T00:45:09.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-07-23T00:45:09.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-07-23T00:45:09.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3501 | 2026-07-23T00:45:09.286Z | |
| 3502 | 2026-07-23T00:45:09.286Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/301) |
| 3503 | 2026-07-23T00:45:09.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-07-23T00:45:09.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-07-23T00:45:09.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-07-23T00:45:09.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3507 | 2026-07-23T00:45:09.835Z | |
| 3508 | 2026-07-23T00:45:09.837Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/301) |
| 3509 | 2026-07-23T00:45:10.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-07-23T00:45:10.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-07-23T00:45:10.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-07-23T00:45:10.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3513 | 2026-07-23T00:45:10.404Z | |
| 3514 | 2026-07-23T00:45:10.404Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/301) |
| 3515 | 2026-07-23T00:45:10.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-07-23T00:45:10.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-07-23T00:45:10.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-07-23T00:45:10.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3519 | 2026-07-23T00:45:10.972Z | |
| 3520 | 2026-07-23T00:45:10.972Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/301) |
| 3521 | 2026-07-23T00:45:11.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-07-23T00:45:11.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-07-23T00:45:11.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-07-23T00:45:11.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3525 | 2026-07-23T00:45:11.538Z | |
| 3526 | 2026-07-23T00:45:11.538Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/301) |
| 3527 | 2026-07-23T00:45:12.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-07-23T00:45:12.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-07-23T00:45:12.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-07-23T00:45:12.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3531 | 2026-07-23T00:45:12.106Z | |
| 3532 | 2026-07-23T00:45:12.106Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/301) |
| 3533 | 2026-07-23T00:45:12.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-07-23T00:45:12.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-07-23T00:45:12.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-07-23T00:45:12.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3537 | 2026-07-23T00:45:12.675Z | |
| 3538 | 2026-07-23T00:45:12.675Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/301) |
| 3539 | 2026-07-23T00:45:13.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-07-23T00:45:13.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-07-23T00:45:13.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-07-23T00:45:13.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3543 | 2026-07-23T00:45:13.239Z | |
| 3544 | 2026-07-23T00:45:13.239Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/301) |
| 3545 | 2026-07-23T00:45:13.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-07-23T00:45:13.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-07-23T00:45:13.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-07-23T00:45:13.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3549 | 2026-07-23T00:45:13.804Z | |
| 3550 | 2026-07-23T00:45:13.804Z | info: running `cargo check --bins` on oximeter-producer (173/301) |
| 3551 | 2026-07-23T00:45:14.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-07-23T00:45:14.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-07-23T00:45:14.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-07-23T00:45:14.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3555 | 2026-07-23T00:45:14.393Z | |
| 3556 | 2026-07-23T00:45:14.393Z | info: running `cargo check --bins` on internal-dns-resolver (174/301) |
| 3557 | 2026-07-23T00:45:14.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-07-23T00:45:14.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-07-23T00:45:14.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-07-23T00:45:14.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3561 | 2026-07-23T00:45:14.940Z | |
| 3562 | 2026-07-23T00:45:14.940Z | info: running `cargo check --bins` on dns-server (175/301) |
| 3563 | 2026-07-23T00:45:15.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-07-23T00:45:15.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-07-23T00:45:15.551Z | Compiling parking_lot_core v0.8.6 |
| 3566 | 2026-07-23T00:45:15.554Z | Compiling git-stub v1.0.0 |
| 3567 | 2026-07-23T00:45:15.664Z | Checking prefix-trie v0.7.0 |
| 3568 | 2026-07-23T00:45:15.668Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3569 | 2026-07-23T00:45:15.779Z | Compiling git-stub-vcs v0.1.0 |
| 3570 | 2026-07-23T00:45:15.934Z | Checking hickory-server v0.25.2 |
| 3571 | 2026-07-23T00:45:16.059Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3572 | 2026-07-23T00:45:16.070Z | Checking parking_lot v0.11.2 |
| 3573 | 2026-07-23T00:45:16.233Z | Checking sled v0.34.7 |
| 3574 | 2026-07-23T00:45:18.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 3575 | 2026-07-23T00:45:18.274Z | |
| 3576 | 2026-07-23T00:45:18.274Z | info: running `cargo check --bins` on dns-server-api (176/301) |
| 3577 | 2026-07-23T00:45:18.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3578 | 2026-07-23T00:45:18.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3579 | 2026-07-23T00:45:18.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3580 | 2026-07-23T00:45:18.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3581 | 2026-07-23T00:45:18.818Z | |
| 3582 | 2026-07-23T00:45:18.818Z | info: running `cargo check --bins` on oximeter-producer-api (177/301) |
| 3583 | 2026-07-23T00:45:19.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2026-07-23T00:45:19.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2026-07-23T00:45:19.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2026-07-23T00:45:19.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3587 | 2026-07-23T00:45:19.367Z | |
| 3588 | 2026-07-23T00:45:19.367Z | info: running `cargo check --bins` on sp-sim (178/301) |
| 3589 | 2026-07-23T00:45:19.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2026-07-23T00:45:19.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2026-07-23T00:45:20.051Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3592 | 2026-07-23T00:45:21.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
| 3593 | 2026-07-23T00:45:21.978Z | |
| 3594 | 2026-07-23T00:45:21.978Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/301) |
| 3595 | 2026-07-23T00:45:22.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2026-07-23T00:45:22.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2026-07-23T00:45:22.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3598 | 2026-07-23T00:45:22.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3599 | 2026-07-23T00:45:22.580Z | |
| 3600 | 2026-07-23T00:45:22.580Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/301) |
| 3601 | 2026-07-23T00:45:23.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3602 | 2026-07-23T00:45:23.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3603 | 2026-07-23T00:45:23.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3604 | 2026-07-23T00:45:23.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3605 | 2026-07-23T00:45:23.177Z | |
| 3606 | 2026-07-23T00:45:23.177Z | info: running `cargo check --bins` on db-macros (181/301) |
| 3607 | 2026-07-23T00:45:23.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3608 | 2026-07-23T00:45:23.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3609 | 2026-07-23T00:45:23.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3610 | 2026-07-23T00:45:23.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3611 | 2026-07-23T00:45:23.717Z | |
| 3612 | 2026-07-23T00:45:23.717Z | info: running `cargo check --bins` on nexus-macros-common (182/301) |
| 3613 | 2026-07-23T00:45:24.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3614 | 2026-07-23T00:45:24.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3615 | 2026-07-23T00:45:24.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3616 | 2026-07-23T00:45:24.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3617 | 2026-07-23T00:45:24.252Z | |
| 3618 | 2026-07-23T00:45:24.252Z | info: running `cargo check --bins` on nexus-auth (183/301) |
| 3619 | 2026-07-23T00:45:24.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3620 | 2026-07-23T00:45:24.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3621 | 2026-07-23T00:45:24.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3622 | 2026-07-23T00:45:24.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3623 | 2026-07-23T00:45:24.859Z | |
| 3624 | 2026-07-23T00:45:24.859Z | info: running `cargo check --bins` on authz-macros (184/301) |
| 3625 | 2026-07-23T00:45:25.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3626 | 2026-07-23T00:45:25.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3627 | 2026-07-23T00:45:25.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3628 | 2026-07-23T00:45:25.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3629 | 2026-07-23T00:45:25.383Z | |
| 3630 | 2026-07-23T00:45:25.383Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/301) |
| 3631 | 2026-07-23T00:45:25.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3632 | 2026-07-23T00:45:25.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3633 | 2026-07-23T00:45:25.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3634 | 2026-07-23T00:45:25.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3635 | 2026-07-23T00:45:25.969Z | |
| 3636 | 2026-07-23T00:45:25.969Z | info: running `cargo check --bins` on nexus-db-model (186/301) |
| 3637 | 2026-07-23T00:45:26.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3638 | 2026-07-23T00:45:26.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3639 | 2026-07-23T00:45:26.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3640 | 2026-07-23T00:45:26.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3641 | 2026-07-23T00:45:26.567Z | |
| 3642 | 2026-07-23T00:45:26.567Z | info: running `cargo check --bins` on nexus-db-schema (187/301) |
| 3643 | 2026-07-23T00:45:27.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3644 | 2026-07-23T00:45:27.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3645 | 2026-07-23T00:45:27.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3646 | 2026-07-23T00:45:27.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3647 | 2026-07-23T00:45:27.099Z | |
| 3648 | 2026-07-23T00:45:27.099Z | info: running `cargo check --bins` on omicron-rpaths (188/301) |
| 3649 | 2026-07-23T00:45:27.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3650 | 2026-07-23T00:45:27.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3651 | 2026-07-23T00:45:27.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3652 | 2026-07-23T00:45:27.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3653 | 2026-07-23T00:45:27.627Z | |
| 3654 | 2026-07-23T00:45:27.627Z | info: running `cargo check --bins` on nexus-defaults (189/301) |
| 3655 | 2026-07-23T00:45:28.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3656 | 2026-07-23T00:45:28.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3657 | 2026-07-23T00:45:28.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3658 | 2026-07-23T00:45:28.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3659 | 2026-07-23T00:45:28.179Z | |
| 3660 | 2026-07-23T00:45:28.179Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/301) |
| 3661 | 2026-07-23T00:45:28.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3662 | 2026-07-23T00:45:28.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3663 | 2026-07-23T00:45:28.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3664 | 2026-07-23T00:45:28.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3665 | 2026-07-23T00:45:28.712Z | |
| 3666 | 2026-07-23T00:45:28.713Z | info: running `cargo check --bins` on parallel-task-set (191/301) |
| 3667 | 2026-07-23T00:45:29.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3668 | 2026-07-23T00:45:29.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3669 | 2026-07-23T00:45:29.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3670 | 2026-07-23T00:45:29.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3671 | 2026-07-23T00:45:29.246Z | |
| 3672 | 2026-07-23T00:45:29.246Z | info: running `cargo check --bins` on omicron-git-version (192/301) |
| 3673 | 2026-07-23T00:45:29.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3674 | 2026-07-23T00:45:29.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3675 | 2026-07-23T00:45:29.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3676 | 2026-07-23T00:45:29.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3677 | 2026-07-23T00:45:29.781Z | |
| 3678 | 2026-07-23T00:45:29.783Z | info: running `cargo check --bins` on nexus-db-errors (193/301) |
| 3679 | 2026-07-23T00:45:30.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3680 | 2026-07-23T00:45:30.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3681 | 2026-07-23T00:45:30.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3682 | 2026-07-23T00:45:30.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3683 | 2026-07-23T00:45:30.388Z | |
| 3684 | 2026-07-23T00:45:30.388Z | info: running `cargo check --bins` on nexus-db-lookup (194/301) |
| 3685 | 2026-07-23T00:45:30.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3686 | 2026-07-23T00:45:30.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3687 | 2026-07-23T00:45:30.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3688 | 2026-07-23T00:45:30.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3689 | 2026-07-23T00:45:30.988Z | |
| 3690 | 2026-07-23T00:45:30.988Z | info: running `cargo check --bins` on nexus-inventory (195/301) |
| 3691 | 2026-07-23T00:45:31.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3692 | 2026-07-23T00:45:31.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3693 | 2026-07-23T00:45:31.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3694 | 2026-07-23T00:45:31.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3695 | 2026-07-23T00:45:31.584Z | |
| 3696 | 2026-07-23T00:45:31.584Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/301) |
| 3697 | 2026-07-23T00:45:32.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3698 | 2026-07-23T00:45:32.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3699 | 2026-07-23T00:45:32.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3700 | 2026-07-23T00:45:32.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3701 | 2026-07-23T00:45:32.153Z | |
| 3702 | 2026-07-23T00:45:32.153Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/301) |
| 3703 | 2026-07-23T00:45:32.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3704 | 2026-07-23T00:45:32.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3705 | 2026-07-23T00:45:32.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3706 | 2026-07-23T00:45:32.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3707 | 2026-07-23T00:45:32.718Z | |
| 3708 | 2026-07-23T00:45:32.718Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/301) |
| 3709 | 2026-07-23T00:45:33.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3710 | 2026-07-23T00:45:33.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3711 | 2026-07-23T00:45:33.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3712 | 2026-07-23T00:45:33.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3713 | 2026-07-23T00:45:33.287Z | |
| 3714 | 2026-07-23T00:45:33.287Z | info: running `cargo check --bins` on key-manager (199/301) |
| 3715 | 2026-07-23T00:45:33.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3716 | 2026-07-23T00:45:33.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3717 | 2026-07-23T00:45:33.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3718 | 2026-07-23T00:45:33.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3719 | 2026-07-23T00:45:33.820Z | |
| 3720 | 2026-07-23T00:45:33.821Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/301) |
| 3721 | 2026-07-23T00:45:34.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3722 | 2026-07-23T00:45:34.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3723 | 2026-07-23T00:45:34.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3724 | 2026-07-23T00:45:34.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3725 | 2026-07-23T00:45:34.389Z | |
| 3726 | 2026-07-23T00:45:34.389Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/301) |
| 3727 | 2026-07-23T00:45:34.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2026-07-23T00:45:34.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2026-07-23T00:45:34.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3730 | 2026-07-23T00:45:34.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3731 | 2026-07-23T00:45:34.956Z | |
| 3732 | 2026-07-23T00:45:34.956Z | info: running `cargo check --bins` on typed-rng (202/301) |
| 3733 | 2026-07-23T00:45:35.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2026-07-23T00:45:35.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2026-07-23T00:45:35.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3736 | 2026-07-23T00:45:35.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3737 | 2026-07-23T00:45:35.492Z | |
| 3738 | 2026-07-23T00:45:35.492Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/301) |
| 3739 | 2026-07-23T00:45:36.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2026-07-23T00:45:36.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2026-07-23T00:45:36.295Z | Compiling libefi-sys v0.1.0 |
| 3742 | 2026-07-23T00:45:36.300Z | Compiling bitfield-struct v0.6.2 |
| 3743 | 2026-07-23T00:45:36.435Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3744 | 2026-07-23T00:45:36.443Z | Compiling xshell-macros v0.2.7 |
| 3745 | 2026-07-23T00:45:36.452Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3746 | 2026-07-23T00:45:36.464Z | Compiling salty v0.3.0 |
| 3747 | 2026-07-23T00:45:36.478Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3748 | 2026-07-23T00:45:36.493Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3749 | 2026-07-23T00:45:36.506Z | Checking rfc6979 v0.4.0 |
| 3750 | 2026-07-23T00:45:36.617Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3751 | 2026-07-23T00:45:36.633Z | Checking ecdsa v0.16.9 |
| 3752 | 2026-07-23T00:45:36.774Z | Checking primeorder v0.13.6 |
| 3753 | 2026-07-23T00:45:36.791Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3754 | 2026-07-23T00:45:36.813Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3755 | 2026-07-23T00:45:36.826Z | Checking xshell v0.2.7 |
| 3756 | 2026-07-23T00:45:36.959Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3757 | 2026-07-23T00:45:36.984Z | Checking tungstenite v0.21.0 |
| 3758 | 2026-07-23T00:45:36.987Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3759 | 2026-07-23T00:45:37.013Z | Checking p384 v0.13.1 |
| 3760 | 2026-07-23T00:45:37.015Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3761 | 2026-07-23T00:45:37.049Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3762 | 2026-07-23T00:45:37.120Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3763 | 2026-07-23T00:45:37.181Z | Compiling num-derive v0.3.3 |
| 3764 | 2026-07-23T00:45:37.198Z | Compiling proc-macro-error2 v2.0.1 |
| 3765 | 2026-07-23T00:45:37.280Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3766 | 2026-07-23T00:45:37.394Z | Checking tokio-tungstenite v0.21.0 |
| 3767 | 2026-07-23T00:45:37.430Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3768 | 2026-07-23T00:45:37.471Z | Checking papergrid v0.17.0 |
| 3769 | 2026-07-23T00:45:37.492Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3770 | 2026-07-23T00:45:37.506Z | Compiling tabled_derive v0.11.0 |
| 3771 | 2026-07-23T00:45:37.519Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3772 | 2026-07-23T00:45:37.622Z | Compiling progenitor-impl v0.13.0 |
| 3773 | 2026-07-23T00:45:37.668Z | Checking testing_table v0.3.0 |
| 3774 | 2026-07-23T00:45:37.761Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3775 | 2026-07-23T00:45:37.775Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3776 | 2026-07-23T00:45:37.793Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3777 | 2026-07-23T00:45:37.986Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3778 | 2026-07-23T00:45:37.998Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3779 | 2026-07-23T00:45:38.070Z | Checking libscf-sys v1.1.0 |
| 3780 | 2026-07-23T00:45:38.195Z | Compiling unicase v2.9.0 |
| 3781 | 2026-07-23T00:45:38.199Z | Checking corncobs v0.1.4 |
| 3782 | 2026-07-23T00:45:38.224Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3783 | 2026-07-23T00:45:38.329Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3784 | 2026-07-23T00:45:38.343Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3785 | 2026-07-23T00:45:38.431Z | Compiling mime_guess v2.0.5 |
| 3786 | 2026-07-23T00:45:38.435Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3787 | 2026-07-23T00:45:38.435Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3788 | 2026-07-23T00:45:38.519Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3789 | 2026-07-23T00:45:38.653Z | Checking tabled v0.20.0 |
| 3790 | 2026-07-23T00:45:38.657Z | Checking progenitor-client v0.13.0 |
| 3791 | 2026-07-23T00:45:38.901Z | Checking secrecy v0.8.0 |
| 3792 | 2026-07-23T00:45:38.949Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3793 | 2026-07-23T00:45:38.986Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3794 | 2026-07-23T00:45:39.074Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3795 | 2026-07-23T00:45:39.203Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3796 | 2026-07-23T00:45:39.386Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3797 | 2026-07-23T00:45:39.448Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3798 | 2026-07-23T00:45:39.474Z | Checking filetime v0.2.27 |
| 3799 | 2026-07-23T00:45:39.530Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3800 | 2026-07-23T00:45:39.610Z | Checking http-range v0.1.5 |
| 3801 | 2026-07-23T00:45:39.735Z | Checking crc8 v0.1.1 |
| 3802 | 2026-07-23T00:45:39.739Z | Checking xattr v1.6.1 |
| 3803 | 2026-07-23T00:45:39.876Z | Checking tar v0.4.46 |
| 3804 | 2026-07-23T00:45:39.894Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3805 | 2026-07-23T00:45:40.109Z | Checking illumos-nvpair v0.3.0 |
| 3806 | 2026-07-23T00:45:40.167Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3807 | 2026-07-23T00:45:40.198Z | Compiling progenitor-macro v0.13.0 |
| 3808 | 2026-07-23T00:45:40.227Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3809 | 2026-07-23T00:45:40.257Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3810 | 2026-07-23T00:45:40.271Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3811 | 2026-07-23T00:45:40.284Z | Checking atty v0.2.14 |
| 3812 | 2026-07-23T00:45:40.377Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3813 | 2026-07-23T00:45:40.538Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3814 | 2026-07-23T00:45:40.690Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3815 | 2026-07-23T00:45:40.829Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3816 | 2026-07-23T00:45:40.861Z | Checking hyper-staticfile v0.10.1 |
| 3817 | 2026-07-23T00:45:40.875Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3818 | 2026-07-23T00:45:40.961Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3819 | 2026-07-23T00:45:41.046Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3820 | 2026-07-23T00:45:41.097Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3821 | 2026-07-23T00:45:41.168Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3822 | 2026-07-23T00:45:41.186Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3823 | 2026-07-23T00:45:41.393Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3824 | 2026-07-23T00:45:41.419Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3825 | 2026-07-23T00:45:41.693Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3826 | 2026-07-23T00:45:41.741Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3827 | 2026-07-23T00:45:41.971Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3828 | 2026-07-23T00:45:42.276Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3829 | 2026-07-23T00:45:43.122Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3830 | 2026-07-23T00:45:43.594Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3831 | 2026-07-23T00:45:43.999Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3832 | 2026-07-23T00:45:44.053Z | Checking progenitor v0.13.0 |
| 3833 | 2026-07-23T00:45:44.184Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3834 | 2026-07-23T00:45:46.308Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3835 | 2026-07-23T00:45:49.552Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3836 | 2026-07-23T00:46:00.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.93s |
| 3837 | 2026-07-23T00:46:00.634Z | |
| 3838 | 2026-07-23T00:46:00.634Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/301) |
| 3839 | 2026-07-23T00:46:01.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3840 | 2026-07-23T00:46:01.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3841 | 2026-07-23T00:46:01.371Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3842 | 2026-07-23T00:46:12.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3843 | 2026-07-23T00:46:12.229Z | |
| 3844 | 2026-07-23T00:46:12.230Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/301) |
| 3845 | 2026-07-23T00:46:12.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-07-23T00:46:12.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-07-23T00:46:12.958Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3848 | 2026-07-23T00:46:23.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3849 | 2026-07-23T00:46:23.800Z | |
| 3850 | 2026-07-23T00:46:23.801Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/301) |
| 3851 | 2026-07-23T00:46:24.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-07-23T00:46:24.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-07-23T00:46:24.538Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3854 | 2026-07-23T00:46:35.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3855 | 2026-07-23T00:46:35.403Z | |
| 3856 | 2026-07-23T00:46:35.403Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/301) |
| 3857 | 2026-07-23T00:46:35.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-07-23T00:46:35.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-07-23T00:46:36.143Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3860 | 2026-07-23T00:46:46.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s |
| 3861 | 2026-07-23T00:46:46.970Z | |
| 3862 | 2026-07-23T00:46:46.971Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/301) |
| 3863 | 2026-07-23T00:46:47.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-07-23T00:46:47.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-07-23T00:46:47.707Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3866 | 2026-07-23T00:46:58.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3867 | 2026-07-23T00:46:58.590Z | |
| 3868 | 2026-07-23T00:46:58.590Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/301) |
| 3869 | 2026-07-23T00:46:59.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-07-23T00:46:59.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-07-23T00:46:59.329Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3872 | 2026-07-23T00:47:09.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s |
| 3873 | 2026-07-23T00:47:10.167Z | |
| 3874 | 2026-07-23T00:47:10.169Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/301) |
| 3875 | 2026-07-23T00:47:10.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-07-23T00:47:10.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-07-23T00:47:10.906Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3878 | 2026-07-23T00:47:21.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3879 | 2026-07-23T00:47:21.728Z | |
| 3880 | 2026-07-23T00:47:21.728Z | info: running `cargo check --bins` on bootstrap-agent-api (211/301) |
| 3881 | 2026-07-23T00:47:22.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-07-23T00:47:22.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-07-23T00:47:22.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3884 | 2026-07-23T00:47:22.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3885 | 2026-07-23T00:47:22.272Z | |
| 3886 | 2026-07-23T00:47:22.272Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/301) |
| 3887 | 2026-07-23T00:47:22.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-07-23T00:47:22.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-07-23T00:47:22.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-07-23T00:47:22.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3891 | 2026-07-23T00:47:22.823Z | |
| 3892 | 2026-07-23T00:47:22.823Z | info: running `cargo check --bins` on range-requests (213/301) |
| 3893 | 2026-07-23T00:47:23.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-07-23T00:47:23.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-07-23T00:47:23.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-07-23T00:47:23.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3897 | 2026-07-23T00:47:23.368Z | |
| 3898 | 2026-07-23T00:47:23.368Z | info: running `cargo check --bins` on repo-depot-api (214/301) |
| 3899 | 2026-07-23T00:47:23.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-07-23T00:47:23.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-07-23T00:47:23.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-07-23T00:47:23.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3903 | 2026-07-23T00:47:23.912Z | |
| 3904 | 2026-07-23T00:47:23.912Z | info: running `cargo check --bins` on sled-agent-api (215/301) |
| 3905 | 2026-07-23T00:47:24.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-07-23T00:47:24.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-07-23T00:47:24.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-07-23T00:47:24.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3909 | 2026-07-23T00:47:24.478Z | |
| 3910 | 2026-07-23T00:47:24.478Z | info: running `cargo check --bins` on sled-diagnostics (216/301) |
| 3911 | 2026-07-23T00:47:24.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-07-23T00:47:24.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-07-23T00:47:24.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-07-23T00:47:24.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3915 | 2026-07-23T00:47:25.040Z | |
| 3916 | 2026-07-23T00:47:25.040Z | info: running `cargo check --bins` on zfs-test-harness (217/301) |
| 3917 | 2026-07-23T00:47:25.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-07-23T00:47:25.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-07-23T00:47:25.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-07-23T00:47:25.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3921 | 2026-07-23T00:47:25.602Z | |
| 3922 | 2026-07-23T00:47:25.603Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/301) |
| 3923 | 2026-07-23T00:47:26.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-07-23T00:47:26.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-07-23T00:47:26.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-07-23T00:47:26.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3927 | 2026-07-23T00:47:26.173Z | |
| 3928 | 2026-07-23T00:47:26.174Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/301) |
| 3929 | 2026-07-23T00:47:26.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-07-23T00:47:26.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-07-23T00:47:26.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-07-23T00:47:26.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3933 | 2026-07-23T00:47:26.742Z | |
| 3934 | 2026-07-23T00:47:26.742Z | info: running `cargo check --bins` on sled-agent-early-networking (220/301) |
| 3935 | 2026-07-23T00:47:27.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-07-23T00:47:27.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-07-23T00:47:27.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-07-23T00:47:27.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3939 | 2026-07-23T00:47:27.310Z | |
| 3940 | 2026-07-23T00:47:27.310Z | info: running `cargo check --bins` on sled-agent-health-monitor (221/301) |
| 3941 | 2026-07-23T00:47:27.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-07-23T00:47:27.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-07-23T00:47:27.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-07-23T00:47:27.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3945 | 2026-07-23T00:47:27.879Z | |
| 3946 | 2026-07-23T00:47:27.879Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/301) |
| 3947 | 2026-07-23T00:47:28.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-07-23T00:47:28.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-07-23T00:47:28.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-07-23T00:47:28.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3951 | 2026-07-23T00:47:28.445Z | |
| 3952 | 2026-07-23T00:47:28.445Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/301) |
| 3953 | 2026-07-23T00:47:28.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-07-23T00:47:28.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-07-23T00:47:28.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-07-23T00:47:28.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3957 | 2026-07-23T00:47:29.013Z | |
| 3958 | 2026-07-23T00:47:29.014Z | info: running `cargo check --bins` on sled-agent-resolvable-files (224/301) |
| 3959 | 2026-07-23T00:47:29.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-07-23T00:47:29.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-07-23T00:47:29.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-07-23T00:47:29.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3963 | 2026-07-23T00:47:29.583Z | |
| 3964 | 2026-07-23T00:47:29.583Z | info: running `cargo check --bins` on sled-agent-rack-setup (225/301) |
| 3965 | 2026-07-23T00:47:30.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-07-23T00:47:30.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-07-23T00:47:30.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-07-23T00:47:30.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3969 | 2026-07-23T00:47:30.174Z | |
| 3970 | 2026-07-23T00:47:30.174Z | info: running `cargo check --bins` on trust-quorum (226/301) |
| 3971 | 2026-07-23T00:47:30.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-07-23T00:47:30.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-07-23T00:47:30.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-07-23T00:47:30.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3975 | 2026-07-23T00:47:30.748Z | |
| 3976 | 2026-07-23T00:47:30.748Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (227/301) |
| 3977 | 2026-07-23T00:47:31.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-07-23T00:47:31.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-07-23T00:47:31.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-07-23T00:47:31.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3981 | 2026-07-23T00:47:31.340Z | |
| 3982 | 2026-07-23T00:47:31.340Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (228/301) |
| 3983 | 2026-07-23T00:47:31.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-07-23T00:47:31.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-07-23T00:47:31.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-07-23T00:47:31.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3987 | 2026-07-23T00:47:31.948Z | |
| 3988 | 2026-07-23T00:47:31.948Z | info: running `cargo check --bins` on update-common (229/301) |
| 3989 | 2026-07-23T00:47:32.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-07-23T00:47:32.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-07-23T00:47:32.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-07-23T00:47:32.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3993 | 2026-07-23T00:47:32.506Z | |
| 3994 | 2026-07-23T00:47:32.506Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (230/301) |
| 3995 | 2026-07-23T00:47:33.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-07-23T00:47:33.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-07-23T00:47:33.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-07-23T00:47:33.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3999 | 2026-07-23T00:47:33.109Z | |
| 4000 | 2026-07-23T00:47:33.109Z | info: running `cargo check --bins` on omicron-deployment-graph (231/301) |
| 4001 | 2026-07-23T00:47:33.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-07-23T00:47:33.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-07-23T00:47:33.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-07-23T00:47:33.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4005 | 2026-07-23T00:47:33.645Z | |
| 4006 | 2026-07-23T00:47:33.645Z | info: running `cargo check --bins` on reconfigurator-cli (232/301) |
| 4007 | 2026-07-23T00:47:34.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-07-23T00:47:34.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-07-23T00:47:34.367Z | Compiling fs-err v2.11.0 |
| 4010 | 2026-07-23T00:47:34.370Z | Checking ignore v0.4.25 |
| 4011 | 2026-07-23T00:47:34.370Z | Checking arc-swap v1.8.2 |
| 4012 | 2026-07-23T00:47:34.499Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4013 | 2026-07-23T00:47:34.501Z | Checking predicates-tree v1.0.13 |
| 4014 | 2026-07-23T00:47:34.502Z | Checking parse-size v1.1.0 |
| 4015 | 2026-07-23T00:47:34.526Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4016 | 2026-07-23T00:47:34.539Z | Checking rand_seeder v0.4.0 |
| 4017 | 2026-07-23T00:47:34.592Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4018 | 2026-07-23T00:47:34.623Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4019 | 2026-07-23T00:47:34.687Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4020 | 2026-07-23T00:47:34.699Z | Checking slog-scope v4.4.1 |
| 4021 | 2026-07-23T00:47:34.737Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4022 | 2026-07-23T00:47:34.825Z | Checking slog-stdlog v4.1.1 |
| 4023 | 2026-07-23T00:47:34.841Z | Compiling petname v2.0.2 |
| 4024 | 2026-07-23T00:47:34.844Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4025 | 2026-07-23T00:47:34.864Z | Checking globwalk v0.9.1 |
| 4026 | 2026-07-23T00:47:34.935Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4027 | 2026-07-23T00:47:34.948Z | Checking slog-envlogger v2.2.0 |
| 4028 | 2026-07-23T00:47:35.039Z | Checking camino-tempfile-ext v0.3.3 |
| 4029 | 2026-07-23T00:47:35.093Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4030 | 2026-07-23T00:47:35.116Z | Checking sapling-renderdag v0.1.0 |
| 4031 | 2026-07-23T00:47:35.232Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4032 | 2026-07-23T00:47:35.292Z | Checking subprocess v0.2.15 |
| 4033 | 2026-07-23T00:47:35.352Z | Checking sync-ptr v0.1.4 |
| 4034 | 2026-07-23T00:47:35.451Z | Checking colored v2.2.0 |
| 4035 | 2026-07-23T00:47:35.465Z | Checking assert_matches v1.5.0 |
| 4036 | 2026-07-23T00:47:35.568Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4037 | 2026-07-23T00:47:35.750Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4038 | 2026-07-23T00:47:35.753Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4039 | 2026-07-23T00:47:36.356Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4040 | 2026-07-23T00:47:37.669Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4041 | 2026-07-23T00:47:39.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s |
| 4042 | 2026-07-23T00:47:40.019Z | |
| 4043 | 2026-07-23T00:47:40.019Z | info: running `cargo check --bins` on omicron-repl-utils (233/301) |
| 4044 | 2026-07-23T00:47:40.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4045 | 2026-07-23T00:47:40.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4046 | 2026-07-23T00:47:40.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4047 | 2026-07-23T00:47:40.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4048 | 2026-07-23T00:47:40.553Z | |
| 4049 | 2026-07-23T00:47:40.553Z | info: running `cargo check --bins` on transient-dns-server (234/301) |
| 4050 | 2026-07-23T00:47:41.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4051 | 2026-07-23T00:47:41.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4052 | 2026-07-23T00:47:41.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4053 | 2026-07-23T00:47:41.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4054 | 2026-07-23T00:47:41.112Z | |
| 4055 | 2026-07-23T00:47:41.112Z | info: running `cargo check --bins` on nexus-test-interface (235/301) |
| 4056 | 2026-07-23T00:47:41.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4057 | 2026-07-23T00:47:41.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4058 | 2026-07-23T00:47:41.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4059 | 2026-07-23T00:47:41.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4060 | 2026-07-23T00:47:41.714Z | |
| 4061 | 2026-07-23T00:47:41.714Z | info: running `cargo check --bins` on oximeter-collector (236/301) |
| 4062 | 2026-07-23T00:47:42.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-07-23T00:47:42.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-07-23T00:47:42.396Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4065 | 2026-07-23T00:47:42.400Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4066 | 2026-07-23T00:47:43.023Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4067 | 2026-07-23T00:47:44.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s |
| 4068 | 2026-07-23T00:47:44.817Z | |
| 4069 | 2026-07-23T00:47:44.817Z | info: running `cargo check --bins` on oximeter-api (237/301) |
| 4070 | 2026-07-23T00:47:45.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4071 | 2026-07-23T00:47:45.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4072 | 2026-07-23T00:47:45.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4073 | 2026-07-23T00:47:45.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4074 | 2026-07-23T00:47:45.357Z | |
| 4075 | 2026-07-23T00:47:45.358Z | info: running `cargo check --bins` on cert-dev (238/301) |
| 4076 | 2026-07-23T00:47:45.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4077 | 2026-07-23T00:47:45.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4078 | 2026-07-23T00:47:45.924Z | Checking yasna v0.5.2 |
| 4079 | 2026-07-23T00:47:46.355Z | Checking rcgen v0.12.1 |
| 4080 | 2026-07-23T00:47:46.574Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4081 | 2026-07-23T00:47:46.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4082 | 2026-07-23T00:47:46.906Z | |
| 4083 | 2026-07-23T00:47:46.906Z | info: running `cargo check --bins` on clickana (239/301) |
| 4084 | 2026-07-23T00:47:47.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-07-23T00:47:47.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-07-23T00:47:47.499Z | Compiling instability v0.3.11 |
| 4087 | 2026-07-23T00:47:47.499Z | Checking castaway v0.2.4 |
| 4088 | 2026-07-23T00:47:47.502Z | Compiling indoc v2.0.7 |
| 4089 | 2026-07-23T00:47:47.503Z | Checking unicode-truncate v1.1.0 |
| 4090 | 2026-07-23T00:47:47.620Z | Checking lru v0.12.5 |
| 4091 | 2026-07-23T00:47:47.624Z | Checking cassowary v0.3.0 |
| 4092 | 2026-07-23T00:47:47.691Z | Checking compact_str v0.8.1 |
| 4093 | 2026-07-23T00:47:48.495Z | Checking ratatui v0.29.0 |
| 4094 | 2026-07-23T00:47:49.538Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4095 | 2026-07-23T00:47:50.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 4096 | 2026-07-23T00:47:50.357Z | |
| 4097 | 2026-07-23T00:47:50.357Z | info: running `cargo check --bins` on clickhouse-cluster-dev (240/301) |
| 4098 | 2026-07-23T00:47:50.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4099 | 2026-07-23T00:47:50.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4100 | 2026-07-23T00:47:51.036Z | Checking headers-core v0.3.0 |
| 4101 | 2026-07-23T00:47:51.039Z | Checking port-file v0.1.0 |
| 4102 | 2026-07-23T00:47:51.039Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4103 | 2026-07-23T00:47:51.231Z | Checking headers v0.4.1 |
| 4104 | 2026-07-23T00:47:51.595Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4105 | 2026-07-23T00:47:52.518Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4106 | 2026-07-23T00:47:52.992Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4107 | 2026-07-23T00:47:53.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 4108 | 2026-07-23T00:47:53.572Z | |
| 4109 | 2026-07-23T00:47:53.572Z | info: running `cargo check --bins` on ch-dev (241/301) |
| 4110 | 2026-07-23T00:47:54.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-07-23T00:47:54.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-07-23T00:47:54.251Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4113 | 2026-07-23T00:47:54.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4114 | 2026-07-23T00:47:55.179Z | |
| 4115 | 2026-07-23T00:47:55.179Z | info: running `cargo check --bins` on dev-tools-common (242/301) |
| 4116 | 2026-07-23T00:47:55.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-07-23T00:47:55.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-07-23T00:47:55.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4119 | 2026-07-23T00:47:55.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 4120 | 2026-07-23T00:47:55.583Z | |
| 4121 | 2026-07-23T00:47:55.583Z | info: running `cargo check --bins` on corpus-adjust (243/301) |
| 4122 | 2026-07-23T00:47:56.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-07-23T00:47:56.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-07-23T00:47:56.165Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4125 | 2026-07-23T00:47:56.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 4126 | 2026-07-23T00:47:56.679Z | |
| 4127 | 2026-07-23T00:47:56.679Z | info: running `cargo check --bins` on crdb-seed (244/301) |
| 4128 | 2026-07-23T00:47:57.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-07-23T00:47:57.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-07-23T00:47:57.351Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4131 | 2026-07-23T00:47:58.401Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4132 | 2026-07-23T00:47:58.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
| 4133 | 2026-07-23T00:47:58.911Z | |
| 4134 | 2026-07-23T00:47:58.911Z | info: running `cargo check --bins` on db-dev (245/301) |
| 4135 | 2026-07-23T00:47:59.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4136 | 2026-07-23T00:47:59.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4137 | 2026-07-23T00:47:59.584Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4138 | 2026-07-23T00:48:00.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4139 | 2026-07-23T00:48:00.514Z | |
| 4140 | 2026-07-23T00:48:00.514Z | info: running `cargo check --bins` on omicron-dev-lib (246/301) |
| 4141 | 2026-07-23T00:48:01.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4142 | 2026-07-23T00:48:01.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4143 | 2026-07-23T00:48:01.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4144 | 2026-07-23T00:48:01.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4145 | 2026-07-23T00:48:01.097Z | |
| 4146 | 2026-07-23T00:48:01.097Z | info: running `cargo check --bins` on xtask-downloader (247/301) |
| 4147 | 2026-07-23T00:48:01.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4148 | 2026-07-23T00:48:01.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4149 | 2026-07-23T00:48:01.665Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4150 | 2026-07-23T00:48:02.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 4151 | 2026-07-23T00:48:02.510Z | |
| 4152 | 2026-07-23T00:48:02.510Z | info: running `cargo check --bins` on omicron-dropshot-apis (248/301) |
| 4153 | 2026-07-23T00:48:03.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4154 | 2026-07-23T00:48:03.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4155 | 2026-07-23T00:48:03.219Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4156 | 2026-07-23T00:48:03.219Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4157 | 2026-07-23T00:48:03.222Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4158 | 2026-07-23T00:48:03.342Z | Checking git-stub v1.0.0 |
| 4159 | 2026-07-23T00:48:03.346Z | Compiling trait-variant v0.1.2 |
| 4160 | 2026-07-23T00:48:03.349Z | Checking maplit v1.0.2 |
| 4161 | 2026-07-23T00:48:03.353Z | Checking is_ci v1.2.0 |
| 4162 | 2026-07-23T00:48:03.376Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4163 | 2026-07-23T00:48:03.438Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4164 | 2026-07-23T00:48:03.468Z | Checking supports-color v3.0.2 |
| 4165 | 2026-07-23T00:48:03.481Z | Checking git-stub-vcs v0.1.0 |
| 4166 | 2026-07-23T00:48:03.567Z | Checking drift v0.2.0 |
| 4167 | 2026-07-23T00:48:03.586Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4168 | 2026-07-23T00:48:03.636Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4169 | 2026-07-23T00:48:03.671Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4170 | 2026-07-23T00:48:03.848Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4171 | 2026-07-23T00:48:03.864Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4172 | 2026-07-23T00:48:03.892Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4173 | 2026-07-23T00:48:03.911Z | Checking dropshot-api-manager v0.7.2 |
| 4174 | 2026-07-23T00:48:03.932Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4175 | 2026-07-23T00:48:04.060Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4176 | 2026-07-23T00:48:04.605Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4177 | 2026-07-23T00:48:05.538Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4178 | 2026-07-23T00:48:06.522Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4179 | 2026-07-23T00:48:07.220Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4180 | 2026-07-23T00:48:07.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s |
| 4181 | 2026-07-23T00:48:07.836Z | |
| 4182 | 2026-07-23T00:48:07.836Z | info: running `cargo check --bins` on installinator-api (249/301) |
| 4183 | 2026-07-23T00:48:08.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4184 | 2026-07-23T00:48:08.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4185 | 2026-07-23T00:48:08.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4186 | 2026-07-23T00:48:08.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4187 | 2026-07-23T00:48:08.367Z | |
| 4188 | 2026-07-23T00:48:08.367Z | info: running `cargo check --bins` on nexus-external-api (250/301) |
| 4189 | 2026-07-23T00:48:08.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-07-23T00:48:08.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-07-23T00:48:08.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4192 | 2026-07-23T00:48:08.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4193 | 2026-07-23T00:48:08.947Z | |
| 4194 | 2026-07-23T00:48:08.947Z | info: running `cargo check --bins` on nexus-internal-api (251/301) |
| 4195 | 2026-07-23T00:48:09.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4196 | 2026-07-23T00:48:09.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4197 | 2026-07-23T00:48:09.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4198 | 2026-07-23T00:48:09.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4199 | 2026-07-23T00:48:09.533Z | |
| 4200 | 2026-07-23T00:48:09.534Z | info: running `cargo check --bins` on nexus-lockstep-api (252/301) |
| 4201 | 2026-07-23T00:48:10.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4202 | 2026-07-23T00:48:10.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4203 | 2026-07-23T00:48:10.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4204 | 2026-07-23T00:48:10.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4205 | 2026-07-23T00:48:10.122Z | |
| 4206 | 2026-07-23T00:48:10.122Z | info: running `cargo check --bins` on ntp-admin-api (253/301) |
| 4207 | 2026-07-23T00:48:10.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-07-23T00:48:10.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-07-23T00:48:10.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4210 | 2026-07-23T00:48:10.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4211 | 2026-07-23T00:48:10.659Z | |
| 4212 | 2026-07-23T00:48:10.659Z | info: running `cargo check --bins` on ntp-admin-types-versions (254/301) |
| 4213 | 2026-07-23T00:48:11.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-07-23T00:48:11.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-07-23T00:48:11.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4216 | 2026-07-23T00:48:11.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4217 | 2026-07-23T00:48:11.190Z | |
| 4218 | 2026-07-23T00:48:11.190Z | info: running `cargo check --bins` on wicketd-api (255/301) |
| 4219 | 2026-07-23T00:48:11.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-07-23T00:48:11.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-07-23T00:48:11.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4222 | 2026-07-23T00:48:11.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4223 | 2026-07-23T00:48:11.747Z | |
| 4224 | 2026-07-23T00:48:11.747Z | info: running `cargo check --bins` on omicron-ls-apis (256/301) |
| 4225 | 2026-07-23T00:48:12.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2026-07-23T00:48:12.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2026-07-23T00:48:12.324Z | Compiling blake3 v1.8.5 |
| 4228 | 2026-07-23T00:48:12.431Z | Checking constant_time_eq v0.4.2 |
| 4229 | 2026-07-23T00:48:12.435Z | Checking arrayref v0.3.9 |
| 4230 | 2026-07-23T00:48:12.435Z | Checking arrayvec v0.7.6 |
| 4231 | 2026-07-23T00:48:12.454Z | Checking cargo-platform v0.3.2 |
| 4232 | 2026-07-23T00:48:12.457Z | Checking topological-sort v0.2.2 |
| 4233 | 2026-07-23T00:48:12.457Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4234 | 2026-07-23T00:48:12.603Z | Checking cargo_metadata v0.23.1 |
| 4235 | 2026-07-23T00:48:13.321Z | Checking omicron-zone-package v0.12.3 |
| 4236 | 2026-07-23T00:48:14.022Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4237 | 2026-07-23T00:48:14.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 4238 | 2026-07-23T00:48:15.011Z | |
| 4239 | 2026-07-23T00:48:15.011Z | info: running `cargo check --bins` on mgs-dev (257/301) |
| 4240 | 2026-07-23T00:48:15.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4241 | 2026-07-23T00:48:15.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4242 | 2026-07-23T00:48:15.704Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4243 | 2026-07-23T00:48:16.305Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4244 | 2026-07-23T00:48:16.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 4245 | 2026-07-23T00:48:16.980Z | |
| 4246 | 2026-07-23T00:48:16.980Z | info: running `cargo check --bins` on omicron-omdb (258/301) |
| 4247 | 2026-07-23T00:48:17.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-07-23T00:48:17.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-07-23T00:48:17.892Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4250 | 2026-07-23T00:48:17.892Z | Compiling vergen-lib v0.1.6 |
| 4251 | 2026-07-23T00:48:17.892Z | Compiling diesel_derives v2.3.7 |
| 4252 | 2026-07-23T00:48:17.892Z | Compiling dsl_auto_type v0.2.0 |
| 4253 | 2026-07-23T00:48:17.896Z | Checking scheduled-thread-pool v0.2.7 |
| 4254 | 2026-07-23T00:48:17.896Z | Compiling vergen-gitcl v1.0.8 |
| 4255 | 2026-07-23T00:48:17.896Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4256 | 2026-07-23T00:48:17.896Z | Compiling dirs-sys-next v0.1.2 |
| 4257 | 2026-07-23T00:48:18.166Z | Compiling crunchy v0.2.4 |
| 4258 | 2026-07-23T00:48:18.230Z | Compiling glob v0.3.3 |
| 4259 | 2026-07-23T00:48:18.305Z | Compiling dirs-next v2.0.0 |
| 4260 | 2026-07-23T00:48:18.321Z | Checking r2d2 v0.8.10 |
| 4261 | 2026-07-23T00:48:18.351Z | Checking downcast-rs v2.0.2 |
| 4262 | 2026-07-23T00:48:18.425Z | Compiling tiny-keccak v2.0.2 |
| 4263 | 2026-07-23T00:48:18.456Z | Compiling term v0.7.0 |
| 4264 | 2026-07-23T00:48:18.497Z | Compiling bit-vec v0.6.3 |
| 4265 | 2026-07-23T00:48:18.607Z | Compiling clang-sys v1.8.1 |
| 4266 | 2026-07-23T00:48:18.688Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4267 | 2026-07-23T00:48:18.757Z | Compiling ascii-canvas v3.0.0 |
| 4268 | 2026-07-23T00:48:18.890Z | Compiling bit-set v0.5.3 |
| 4269 | 2026-07-23T00:48:18.992Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4270 | 2026-07-23T00:48:19.009Z | Compiling itertools v0.10.5 |
| 4271 | 2026-07-23T00:48:19.009Z | Compiling ena v0.14.4 |
| 4272 | 2026-07-23T00:48:19.047Z | Compiling libloading v0.8.9 |
| 4273 | 2026-07-23T00:48:19.071Z | Compiling regex-syntax v0.6.29 |
| 4274 | 2026-07-23T00:48:19.126Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4275 | 2026-07-23T00:48:19.142Z | Compiling diff v0.1.13 |
| 4276 | 2026-07-23T00:48:19.216Z | Compiling bindgen v0.71.1 |
| 4277 | 2026-07-23T00:48:19.426Z | Compiling cexpr v0.6.0 |
| 4278 | 2026-07-23T00:48:19.695Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4279 | 2026-07-23T00:48:19.749Z | Compiling rustc-hash v2.1.1 |
| 4280 | 2026-07-23T00:48:19.922Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4281 | 2026-07-23T00:48:20.044Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4282 | 2026-07-23T00:48:20.099Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4283 | 2026-07-23T00:48:20.116Z | Compiling libxml v0.3.3 |
| 4284 | 2026-07-23T00:48:20.368Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4285 | 2026-07-23T00:48:20.372Z | Compiling strum_macros v0.24.3 |
| 4286 | 2026-07-23T00:48:20.400Z | Compiling lalrpop v0.19.12 |
| 4287 | 2026-07-23T00:48:20.589Z | Compiling indoc v1.0.9 |
| 4288 | 2026-07-23T00:48:21.194Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4289 | 2026-07-23T00:48:21.403Z | Checking derive_builder v0.20.2 |
| 4290 | 2026-07-23T00:48:21.524Z | Compiling oso-derive v0.27.3 |
| 4291 | 2026-07-23T00:48:21.762Z | Checking quick-xml v0.37.5 |
| 4292 | 2026-07-23T00:48:21.765Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4293 | 2026-07-23T00:48:22.049Z | Checking openssl-probe v0.1.6 |
| 4294 | 2026-07-23T00:48:22.195Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4295 | 2026-07-23T00:48:22.657Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4296 | 2026-07-23T00:48:22.865Z | Checking bb8 v0.8.6 |
| 4297 | 2026-07-23T00:48:22.937Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4298 | 2026-07-23T00:48:22.954Z | Checking nonempty v0.12.0 |
| 4299 | 2026-07-23T00:48:23.120Z | Compiling libz-sys v1.1.24 |
| 4300 | 2026-07-23T00:48:23.157Z | Compiling strsim v0.10.0 |
| 4301 | 2026-07-23T00:48:23.178Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4302 | 2026-07-23T00:48:23.331Z | Compiling darling_core v0.13.4 |
| 4303 | 2026-07-23T00:48:23.483Z | Compiling vergen-git2 v9.1.0 |
| 4304 | 2026-07-23T00:48:23.715Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4305 | 2026-07-23T00:48:23.736Z | Compiling base64 v0.21.7 |
| 4306 | 2026-07-23T00:48:23.919Z | Checking diesel v2.3.7 |
| 4307 | 2026-07-23T00:48:23.957Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4308 | 2026-07-23T00:48:24.055Z | Compiling ron v0.8.1 |
| 4309 | 2026-07-23T00:48:24.916Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4310 | 2026-07-23T00:48:24.993Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4311 | 2026-07-23T00:48:25.149Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4312 | 2026-07-23T00:48:25.179Z | Compiling darling_macro v0.13.4 |
| 4313 | 2026-07-23T00:48:25.351Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4314 | 2026-07-23T00:48:25.557Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4315 | 2026-07-23T00:48:25.669Z | Compiling darling v0.13.4 |
| 4316 | 2026-07-23T00:48:25.760Z | Compiling serde_with_macros v1.5.2 |
| 4317 | 2026-07-23T00:48:25.777Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4318 | 2026-07-23T00:48:25.981Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4319 | 2026-07-23T00:48:26.185Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4320 | 2026-07-23T00:48:26.334Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4321 | 2026-07-23T00:48:26.388Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4322 | 2026-07-23T00:48:26.604Z | Compiling serde_with v1.14.0 |
| 4323 | 2026-07-23T00:48:27.831Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4324 | 2026-07-23T00:48:28.054Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4325 | 2026-07-23T00:48:28.172Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4326 | 2026-07-23T00:48:28.818Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4327 | 2026-07-23T00:48:29.030Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4328 | 2026-07-23T00:48:29.310Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4329 | 2026-07-23T00:48:29.442Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4330 | 2026-07-23T00:48:29.629Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4331 | 2026-07-23T00:48:29.907Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4332 | 2026-07-23T00:48:30.222Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4333 | 2026-07-23T00:48:30.515Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4334 | 2026-07-23T00:48:30.609Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4335 | 2026-07-23T00:48:30.704Z | Checking twox-hash v2.1.2 |
| 4336 | 2026-07-23T00:48:30.814Z | Checking libsw-core v0.3.2 |
| 4337 | 2026-07-23T00:48:30.969Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4338 | 2026-07-23T00:48:31.003Z | Checking libsw v3.5.0 |
| 4339 | 2026-07-23T00:48:31.112Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4340 | 2026-07-23T00:48:31.156Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4341 | 2026-07-23T00:48:31.440Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4342 | 2026-07-23T00:48:31.600Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4343 | 2026-07-23T00:48:32.831Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4344 | 2026-07-23T00:48:32.904Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4345 | 2026-07-23T00:48:33.141Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4346 | 2026-07-23T00:48:33.483Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4347 | 2026-07-23T00:48:33.819Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4348 | 2026-07-23T00:48:34.026Z | Checking console v0.16.2 |
| 4349 | 2026-07-23T00:48:34.340Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4350 | 2026-07-23T00:48:34.444Z | Checking fatfs v0.3.6 |
| 4351 | 2026-07-23T00:48:34.486Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4352 | 2026-07-23T00:48:34.896Z | Compiling seq-macro v0.3.6 |
| 4353 | 2026-07-23T00:48:35.429Z | Checking unit-prefix v0.5.2 |
| 4354 | 2026-07-23T00:48:35.574Z | Checking indicatif v0.18.4 |
| 4355 | 2026-07-23T00:48:35.831Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4356 | 2026-07-23T00:48:35.978Z | Checking oxide-update-engine-display v0.1.2 |
| 4357 | 2026-07-23T00:48:36.050Z | Checking support-bundle-viewer v0.1.2 |
| 4358 | 2026-07-23T00:48:36.280Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4359 | 2026-07-23T00:48:36.297Z | Checking multimap v0.10.1 |
| 4360 | 2026-07-23T00:48:42.091Z | Checking diesel-dtrace v0.5.0 |
| 4361 | 2026-07-23T00:48:42.337Z | Checking async-bb8-diesel v0.2.1 |
| 4362 | 2026-07-23T00:48:44.974Z | Compiling samael v0.0.19 |
| 4363 | 2026-07-23T00:48:50.565Z | Compiling git2 v0.20.4 |
| 4364 | 2026-07-23T00:48:51.774Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4365 | 2026-07-23T00:48:52.657Z | Compiling polar-core v0.27.3 |
| 4366 | 2026-07-23T00:48:53.019Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4367 | 2026-07-23T00:48:57.228Z | Checking oso v0.27.3 |
| 4368 | 2026-07-23T00:49:26.617Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4369 | 2026-07-23T00:50:39.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 4370 | 2026-07-23T00:50:40.086Z | |
| 4371 | 2026-07-23T00:50:40.086Z | info: running `cargo check --bins` on nexus-networking (259/301) |
| 4372 | 2026-07-23T00:50:40.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4373 | 2026-07-23T00:50:40.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4374 | 2026-07-23T00:50:40.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4375 | 2026-07-23T00:50:40.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4376 | 2026-07-23T00:50:40.714Z | |
| 4377 | 2026-07-23T00:50:40.714Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (260/301) |
| 4378 | 2026-07-23T00:50:41.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4379 | 2026-07-23T00:50:41.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4380 | 2026-07-23T00:50:41.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4381 | 2026-07-23T00:50:41.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4382 | 2026-07-23T00:50:41.308Z | |
| 4383 | 2026-07-23T00:50:41.308Z | info: running `cargo check --bins` on nexus-saga-recovery (261/301) |
| 4384 | 2026-07-23T00:50:41.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4385 | 2026-07-23T00:50:41.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4386 | 2026-07-23T00:50:41.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4387 | 2026-07-23T00:50:41.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4388 | 2026-07-23T00:50:41.902Z | |
| 4389 | 2026-07-23T00:50:41.902Z | info: running `cargo check --bins` on nexus-test-utils-macros (262/301) |
| 4390 | 2026-07-23T00:50:42.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4391 | 2026-07-23T00:50:42.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4392 | 2026-07-23T00:50:42.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4393 | 2026-07-23T00:50:42.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4394 | 2026-07-23T00:50:42.428Z | |
| 4395 | 2026-07-23T00:50:42.428Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (263/301) |
| 4396 | 2026-07-23T00:50:42.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4397 | 2026-07-23T00:50:42.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4398 | 2026-07-23T00:50:43.214Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4399 | 2026-07-23T00:50:43.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4400 | 2026-07-23T00:50:44.146Z | |
| 4401 | 2026-07-23T00:50:44.146Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/301) |
| 4402 | 2026-07-23T00:50:44.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4403 | 2026-07-23T00:50:44.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4404 | 2026-07-23T00:50:44.933Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4405 | 2026-07-23T00:51:22.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.38s |
| 4406 | 2026-07-23T00:51:22.748Z | |
| 4407 | 2026-07-23T00:51:22.748Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/301) |
| 4408 | 2026-07-23T00:51:23.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4409 | 2026-07-23T00:51:23.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4410 | 2026-07-23T00:51:23.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4411 | 2026-07-23T00:51:23.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4412 | 2026-07-23T00:51:23.279Z | |
| 4413 | 2026-07-23T00:51:23.279Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/301) |
| 4414 | 2026-07-23T00:51:23.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4415 | 2026-07-23T00:51:23.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4416 | 2026-07-23T00:51:23.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4417 | 2026-07-23T00:51:23.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4418 | 2026-07-23T00:51:23.805Z | |
| 4419 | 2026-07-23T00:51:23.805Z | info: running `cargo check --bins --no-default-features` on nexus-fm (267/301) |
| 4420 | 2026-07-23T00:51:24.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4421 | 2026-07-23T00:51:24.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4422 | 2026-07-23T00:51:24.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4423 | 2026-07-23T00:51:24.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4424 | 2026-07-23T00:51:24.394Z | |
| 4425 | 2026-07-23T00:51:24.394Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/301) |
| 4426 | 2026-07-23T00:51:24.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4427 | 2026-07-23T00:51:24.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4428 | 2026-07-23T00:51:24.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4429 | 2026-07-23T00:51:24.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4430 | 2026-07-23T00:51:24.988Z | |
| 4431 | 2026-07-23T00:51:24.988Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (269/301) |
| 4432 | 2026-07-23T00:51:25.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4433 | 2026-07-23T00:51:25.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4434 | 2026-07-23T00:51:25.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4435 | 2026-07-23T00:51:25.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4436 | 2026-07-23T00:51:25.580Z | |
| 4437 | 2026-07-23T00:51:25.580Z | info: running `cargo check --bins` on nexus-mgs-updates (270/301) |
| 4438 | 2026-07-23T00:51:26.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-07-23T00:51:26.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-07-23T00:51:26.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4441 | 2026-07-23T00:51:26.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4442 | 2026-07-23T00:51:26.161Z | |
| 4443 | 2026-07-23T00:51:26.161Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (271/301) |
| 4444 | 2026-07-23T00:51:26.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-07-23T00:51:26.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-07-23T00:51:26.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-07-23T00:51:26.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4448 | 2026-07-23T00:51:26.753Z | |
| 4449 | 2026-07-23T00:51:26.753Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/301) |
| 4450 | 2026-07-23T00:51:27.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-07-23T00:51:27.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-07-23T00:51:27.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4453 | 2026-07-23T00:51:27.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4454 | 2026-07-23T00:51:27.342Z | |
| 4455 | 2026-07-23T00:51:27.342Z | info: running `cargo check --bins` on nexus-switch-config (273/301) |
| 4456 | 2026-07-23T00:51:27.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-07-23T00:51:27.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-07-23T00:51:27.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4459 | 2026-07-23T00:51:27.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4460 | 2026-07-23T00:51:27.917Z | |
| 4461 | 2026-07-23T00:51:27.917Z | info: running `cargo check --bins` on nexus-switch-config-preparation (274/301) |
| 4462 | 2026-07-23T00:51:28.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4463 | 2026-07-23T00:51:28.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4464 | 2026-07-23T00:51:28.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4465 | 2026-07-23T00:51:28.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4466 | 2026-07-23T00:51:28.515Z | |
| 4467 | 2026-07-23T00:51:28.515Z | info: running `cargo check --bins` on support-bundle-collection (275/301) |
| 4468 | 2026-07-23T00:51:29.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-07-23T00:51:29.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-07-23T00:51:29.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4471 | 2026-07-23T00:51:29.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4472 | 2026-07-23T00:51:29.181Z | |
| 4473 | 2026-07-23T00:51:29.182Z | info: running `cargo check --bins` on omicron-dev (276/301) |
| 4474 | 2026-07-23T00:51:29.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-07-23T00:51:29.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-07-23T00:51:29.954Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4477 | 2026-07-23T00:51:29.958Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4478 | 2026-07-23T00:51:30.106Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4479 | 2026-07-23T00:51:30.124Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4480 | 2026-07-23T00:51:30.149Z | Checking diff v0.1.13 |
| 4481 | 2026-07-23T00:51:30.173Z | Checking yansi v1.0.1 |
| 4482 | 2026-07-23T00:51:30.177Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4483 | 2026-07-23T00:51:30.177Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4484 | 2026-07-23T00:51:30.397Z | Checking pretty_assertions v1.4.1 |
| 4485 | 2026-07-23T00:51:31.166Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4486 | 2026-07-23T00:51:31.189Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4487 | 2026-07-23T00:51:55.841Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4488 | 2026-07-23T00:51:55.845Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4489 | 2026-07-23T00:51:55.845Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4490 | 2026-07-23T00:51:55.845Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4491 | 2026-07-23T00:51:55.845Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4492 | 2026-07-23T00:51:55.845Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4493 | 2026-07-23T00:51:55.846Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4494 | 2026-07-23T00:51:56.612Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4495 | 2026-07-23T00:51:56.615Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4496 | 2026-07-23T00:51:57.818Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4497 | 2026-07-23T00:52:35.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4498 | 2026-07-23T00:52:35.657Z | |
| 4499 | 2026-07-23T00:52:35.657Z | info: running `cargo check --bins` on oximeter-load-test (277/301) |
| 4500 | 2026-07-23T00:52:36.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4501 | 2026-07-23T00:52:36.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4502 | 2026-07-23T00:52:36.313Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4503 | 2026-07-23T00:52:36.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 4504 | 2026-07-23T00:52:37.073Z | |
| 4505 | 2026-07-23T00:52:37.073Z | info: running `cargo check --bins` on omicron-pins (278/301) |
| 4506 | 2026-07-23T00:52:37.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4507 | 2026-07-23T00:52:37.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4508 | 2026-07-23T00:52:37.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4509 | 2026-07-23T00:52:37.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4510 | 2026-07-23T00:52:37.625Z | |
| 4511 | 2026-07-23T00:52:37.626Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301) |
| 4512 | 2026-07-23T00:52:38.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4513 | 2026-07-23T00:52:38.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4514 | 2026-07-23T00:52:38.322Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4515 | 2026-07-23T00:52:38.443Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4516 | 2026-07-23T00:52:38.450Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4517 | 2026-07-23T00:53:05.337Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4518 | 2026-07-23T00:53:05.712Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4519 | 2026-07-23T00:53:07.428Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4520 | 2026-07-23T00:53:07.870Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4521 | 2026-07-23T00:53:10.946Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4522 | 2026-07-23T00:53:34.666Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4523 | 2026-07-23T00:53:35.356Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4524 | 2026-07-23T00:53:36.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.36s |
| 4525 | 2026-07-23T00:53:37.164Z | |
| 4526 | 2026-07-23T00:53:37.164Z | info: running `cargo check --bins` on reconfigurator-sp-updater (280/301) |
| 4527 | 2026-07-23T00:53:37.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4528 | 2026-07-23T00:53:37.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4529 | 2026-07-23T00:53:37.840Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4530 | 2026-07-23T00:53:38.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4531 | 2026-07-23T00:53:38.685Z | |
| 4532 | 2026-07-23T00:53:38.685Z | info: running `cargo check --bins` on omicron-releng (281/301) |
| 4533 | 2026-07-23T00:53:39.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4534 | 2026-07-23T00:53:39.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4535 | 2026-07-23T00:53:39.293Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4536 | 2026-07-23T00:53:39.401Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4537 | 2026-07-23T00:53:39.413Z | Checking digest-io v0.1.0 |
| 4538 | 2026-07-23T00:53:39.413Z | Checking sha2 v0.11.0 |
| 4539 | 2026-07-23T00:53:39.416Z | Checking rawzip v0.4.4 |
| 4540 | 2026-07-23T00:53:39.422Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4541 | 2026-07-23T00:53:39.426Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4542 | 2026-07-23T00:53:39.426Z | Checking shell-words v1.1.1 |
| 4543 | 2026-07-23T00:53:39.853Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4544 | 2026-07-23T00:53:40.072Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4545 | 2026-07-23T00:53:41.078Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4546 | 2026-07-23T00:53:42.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
| 4547 | 2026-07-23T00:53:42.285Z | |
| 4548 | 2026-07-23T00:53:42.285Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (282/301) |
| 4549 | 2026-07-23T00:53:42.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4550 | 2026-07-23T00:53:42.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4551 | 2026-07-23T00:53:42.875Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4552 | 2026-07-23T00:53:43.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 4553 | 2026-07-23T00:53:43.547Z | |
| 4554 | 2026-07-23T00:53:43.547Z | info: running `cargo check --bins` on schema (283/301) |
| 4555 | 2026-07-23T00:53:44.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4556 | 2026-07-23T00:53:44.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4557 | 2026-07-23T00:53:44.222Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4558 | 2026-07-23T00:53:44.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4559 | 2026-07-23T00:53:45.104Z | |
| 4560 | 2026-07-23T00:53:45.104Z | info: running `cargo check --bins` on xtask (284/301) |
| 4561 | 2026-07-23T00:53:45.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4562 | 2026-07-23T00:53:45.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4563 | 2026-07-23T00:53:45.495Z | Checking serde_core v1.0.228 |
| 4564 | 2026-07-23T00:53:45.495Z | Checking libc v0.2.185 |
| 4565 | 2026-07-23T00:53:45.500Z | Checking bitflags v2.11.0 |
| 4566 | 2026-07-23T00:53:45.578Z | Checking scroll v0.12.0 |
| 4567 | 2026-07-23T00:53:45.583Z | Checking thiserror v1.0.69 |
| 4568 | 2026-07-23T00:53:45.587Z | Checking log v0.4.29 |
| 4569 | 2026-07-23T00:53:45.595Z | Checking zerocopy v0.7.35 |
| 4570 | 2026-07-23T00:53:45.602Z | Checking indexmap v2.14.0 |
| 4571 | 2026-07-23T00:53:45.670Z | Checking syn v2.0.117 |
| 4572 | 2026-07-23T00:53:45.715Z | Checking dtrace-parser v0.2.0 |
| 4573 | 2026-07-23T00:53:45.731Z | Checking once_cell v1.21.3 |
| 4574 | 2026-07-23T00:53:45.789Z | Checking goblin v0.8.2 |
| 4575 | 2026-07-23T00:53:45.857Z | Checking errno v0.3.14 |
| 4576 | 2026-07-23T00:53:45.906Z | Checking thread-id v4.2.2 |
| 4577 | 2026-07-23T00:53:45.955Z | Checking getrandom v0.4.1 |
| 4578 | 2026-07-23T00:53:46.038Z | Checking rustix v1.1.3 |
| 4579 | 2026-07-23T00:53:46.054Z | Checking memmap v0.7.0 |
| 4580 | 2026-07-23T00:53:46.073Z | Checking thiserror v2.0.18 |
| 4581 | 2026-07-23T00:53:46.084Z | Checking fs-err v3.3.0 |
| 4582 | 2026-07-23T00:53:46.106Z | Checking tabled v0.15.0 |
| 4583 | 2026-07-23T00:53:46.133Z | Checking anyhow v1.0.102 |
| 4584 | 2026-07-23T00:53:46.735Z | Checking terminal_size v0.4.3 |
| 4585 | 2026-07-23T00:53:46.735Z | Checking tempfile v3.25.0 |
| 4586 | 2026-07-23T00:53:46.852Z | Checking clap_builder v4.6.0 |
| 4587 | 2026-07-23T00:53:46.855Z | Checking textwrap v0.16.2 |
| 4588 | 2026-07-23T00:53:46.996Z | Checking serde v1.0.228 |
| 4589 | 2026-07-23T00:53:46.999Z | Checking serde_json v1.0.150 |
| 4590 | 2026-07-23T00:53:46.999Z | Checking camino v1.2.2 |
| 4591 | 2026-07-23T00:53:47.058Z | Checking semver v1.0.28 |
| 4592 | 2026-07-23T00:53:47.190Z | Checking cargo-platform v0.3.2 |
| 4593 | 2026-07-23T00:53:47.250Z | Checking camino-tempfile v1.4.1 |
| 4594 | 2026-07-23T00:53:47.405Z | Checking toml_datetime v0.6.11 |
| 4595 | 2026-07-23T00:53:47.405Z | Checking serde_spanned v0.6.9 |
| 4596 | 2026-07-23T00:53:47.408Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4597 | 2026-07-23T00:53:47.408Z | Checking macaddr v1.0.1 |
| 4598 | 2026-07-23T00:53:47.580Z | Checking toml_edit v0.22.27 |
| 4599 | 2026-07-23T00:53:47.591Z | Checking cargo_metadata v0.23.1 |
| 4600 | 2026-07-23T00:53:47.599Z | Checking dof v0.3.0 |
| 4601 | 2026-07-23T00:53:47.855Z | Checking usdt-impl v0.5.0 |
| 4602 | 2026-07-23T00:53:48.036Z | Checking clap v4.6.1 |
| 4603 | 2026-07-23T00:53:48.109Z | Checking usdt v0.5.0 |
| 4604 | 2026-07-23T00:53:48.558Z | Checking toml v0.8.23 |
| 4605 | 2026-07-23T00:53:48.844Z | Checking cargo_toml v0.21.0 |
| 4606 | 2026-07-23T00:53:49.463Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4607 | 2026-07-23T00:53:49.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
| 4608 | 2026-07-23T00:53:49.954Z | |
| 4609 | 2026-07-23T00:53:49.955Z | info: running `cargo check --bins` on dnsadm (285/301) |
| 4610 | 2026-07-23T00:53:50.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4611 | 2026-07-23T00:53:50.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4612 | 2026-07-23T00:53:50.538Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4613 | 2026-07-23T00:53:51.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4614 | 2026-07-23T00:53:51.208Z | |
| 4615 | 2026-07-23T00:53:51.208Z | info: running `cargo check --bins` on end-to-end-tests (286/301) |
| 4616 | 2026-07-23T00:53:51.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4617 | 2026-07-23T00:53:51.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4618 | 2026-07-23T00:53:51.958Z | Checking cpubits v0.1.1 |
| 4619 | 2026-07-23T00:53:52.078Z | Checking pem-rfc7468 v1.0.0 |
| 4620 | 2026-07-23T00:53:52.090Z | Checking hmac v0.13.0 |
| 4621 | 2026-07-23T00:53:52.090Z | Checking universal-hash v0.6.1 |
| 4622 | 2026-07-23T00:53:52.116Z | Checking ctr v0.10.1 |
| 4623 | 2026-07-23T00:53:52.117Z | Checking aead v0.6.1 |
| 4624 | 2026-07-23T00:53:52.150Z | Checking aes v0.9.1 |
| 4625 | 2026-07-23T00:53:52.150Z | Checking crypto-bigint v0.7.5 |
| 4626 | 2026-07-23T00:53:52.166Z | Checking cbc v0.2.1 |
| 4627 | 2026-07-23T00:53:52.217Z | Checking polyval v0.7.1 |
| 4628 | 2026-07-23T00:53:52.231Z | Checking der v0.8.0 |
| 4629 | 2026-07-23T00:53:52.276Z | Checking pbkdf2 v0.13.0 |
| 4630 | 2026-07-23T00:53:52.335Z | Checking salsa20 v0.11.0 |
| 4631 | 2026-07-23T00:53:52.363Z | Checking ff v0.14.0 |
| 4632 | 2026-07-23T00:53:52.363Z | Checking signature v3.0.0 |
| 4633 | 2026-07-23T00:53:52.384Z | Checking base16ct v1.0.0 |
| 4634 | 2026-07-23T00:53:52.418Z | Checking ghash v0.6.0 |
| 4635 | 2026-07-23T00:53:52.418Z | Checking scrypt v0.12.0 |
| 4636 | 2026-07-23T00:53:52.465Z | Checking group v0.14.0 |
| 4637 | 2026-07-23T00:53:52.481Z | Checking hkdf v0.13.0 |
| 4638 | 2026-07-23T00:53:52.509Z | Checking rfc6979 v0.5.0 |
| 4639 | 2026-07-23T00:53:52.515Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 4640 | 2026-07-23T00:53:52.544Z | Checking aes-gcm v0.11.0 |
| 4641 | 2026-07-23T00:53:52.559Z | Checking poly1305 v0.9.0 |
| 4642 | 2026-07-23T00:53:52.598Z | Checking blowfish v0.10.0 |
| 4643 | 2026-07-23T00:53:52.611Z | Checking blake2 v0.11.0-rc.6 |
| 4644 | 2026-07-23T00:53:52.630Z | Checking keccak v0.2.0 |
| 4645 | 2026-07-23T00:53:52.696Z | Checking fiat-crypto v0.3.0 |
| 4646 | 2026-07-23T00:53:52.753Z | Checking bcrypt-pbkdf v0.11.0 |
| 4647 | 2026-07-23T00:53:52.787Z | Checking sha3 v0.11.0 |
| 4648 | 2026-07-23T00:53:52.822Z | Checking kem v0.3.0 |
| 4649 | 2026-07-23T00:53:52.860Z | Checking argon2 v0.6.0-rc.8 |
| 4650 | 2026-07-23T00:53:52.900Z | Checking module-lattice v0.2.3 |
| 4651 | 2026-07-23T00:53:52.935Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4652 | 2026-07-23T00:53:53.012Z | Checking spki v0.8.0 |
| 4653 | 2026-07-23T00:53:53.113Z | Checking sec1 v0.8.1 |
| 4654 | 2026-07-23T00:53:53.117Z | Checking ml-kem v0.3.2 |
| 4655 | 2026-07-23T00:53:53.148Z | Checking internal-russh-num-bigint v0.5.0 |
| 4656 | 2026-07-23T00:53:53.165Z | Checking num-bigint v0.4.6 |
| 4657 | 2026-07-23T00:53:53.182Z | Checking pkcs5 v0.8.1 |
| 4658 | 2026-07-23T00:53:53.328Z | Checking pkcs1 v0.8.0-rc.4 |
| 4659 | 2026-07-23T00:53:53.473Z | Checking pkcs8 v0.11.0 |
| 4660 | 2026-07-23T00:53:53.541Z | Checking generic-array v1.4.3 |
| 4661 | 2026-07-23T00:53:53.676Z | Checking ed25519 v3.0.0 |
| 4662 | 2026-07-23T00:53:53.765Z | Checking russh-util v0.52.0 |
| 4663 | 2026-07-23T00:53:53.865Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 4664 | 2026-07-23T00:53:53.884Z | Compiling enum_dispatch v0.3.13 |
| 4665 | 2026-07-23T00:53:53.901Z | Compiling delegate v0.13.5 |
| 4666 | 2026-07-23T00:53:53.934Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4667 | 2026-07-23T00:53:53.982Z | Checking hex-literal v1.1.0 |
| 4668 | 2026-07-23T00:53:54.076Z | Checking md5 v0.8.0 |
| 4669 | 2026-07-23T00:53:54.090Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4670 | 2026-07-23T00:53:54.120Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4671 | 2026-07-23T00:53:54.253Z | Checking socket2 v0.5.10 |
| 4672 | 2026-07-23T00:53:54.323Z | Checking internet-checksum v0.2.1 |
| 4673 | 2026-07-23T00:53:54.362Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4674 | 2026-07-23T00:53:54.382Z | Checking elliptic-curve v0.14.0-rc.33 |
| 4675 | 2026-07-23T00:53:54.438Z | Checking primefield v0.14.0 |
| 4676 | 2026-07-23T00:53:54.499Z | Checking ssh-encoding v0.3.0-rc.9 |
| 4677 | 2026-07-23T00:53:54.644Z | Checking crypto-primes v0.7.2 |
| 4678 | 2026-07-23T00:53:54.720Z | Checking ssh-cipher v0.3.0-rc.9 |
| 4679 | 2026-07-23T00:53:54.836Z | Checking ecdsa v0.17.0-rc.18 |
| 4680 | 2026-07-23T00:53:54.855Z | Checking primeorder v0.14.0-rc.10 |
| 4681 | 2026-07-23T00:53:54.872Z | Checking russh-cryptovec v0.61.0 |
| 4682 | 2026-07-23T00:53:55.184Z | Checking p256 v0.14.0-rc.10 |
| 4683 | 2026-07-23T00:53:55.184Z | Checking p521 v0.14.0-rc.10 |
| 4684 | 2026-07-23T00:53:55.589Z | Checking rsa v0.10.0-rc.18 |
| 4685 | 2026-07-23T00:53:57.507Z | Checking p384 v0.14.0-rc.10 |
| 4686 | 2026-07-23T00:53:59.421Z | Checking ssh-key v0.7.0-rc.10 |
| 4687 | 2026-07-23T00:54:00.174Z | Checking russh v0.61.2 |
| 4688 | 2026-07-23T00:54:12.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.11s |
| 4689 | 2026-07-23T00:54:12.515Z | |
| 4690 | 2026-07-23T00:54:12.515Z | info: running `cargo check --bins` on gateway-cli (287/301) |
| 4691 | 2026-07-23T00:54:12.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4692 | 2026-07-23T00:54:12.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4693 | 2026-07-23T00:54:13.103Z | Checking termios v0.3.3 |
| 4694 | 2026-07-23T00:54:13.297Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4695 | 2026-07-23T00:54:13.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4696 | 2026-07-23T00:54:14.037Z | |
| 4697 | 2026-07-23T00:54:14.037Z | info: running `cargo check --bins --no-default-features` on installinator (288/301) |
| 4698 | 2026-07-23T00:54:14.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4699 | 2026-07-23T00:54:14.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4700 | 2026-07-23T00:54:14.696Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4701 | 2026-07-23T00:54:15.402Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4702 | 2026-07-23T00:54:17.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 4703 | 2026-07-23T00:54:17.196Z | |
| 4704 | 2026-07-23T00:54:17.196Z | info: running `cargo check --bins` on internal-dns-cli (289/301) |
| 4705 | 2026-07-23T00:54:17.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4706 | 2026-07-23T00:54:17.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4707 | 2026-07-23T00:54:17.783Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4708 | 2026-07-23T00:54:18.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4709 | 2026-07-23T00:54:18.355Z | |
| 4710 | 2026-07-23T00:54:18.355Z | info: running `cargo check --bins` on omicron-live-tests (290/301) |
| 4711 | 2026-07-23T00:54:18.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4712 | 2026-07-23T00:54:18.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4713 | 2026-07-23T00:54:18.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4714 | 2026-07-23T00:54:18.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4715 | 2026-07-23T00:54:18.888Z | |
| 4716 | 2026-07-23T00:54:18.888Z | info: running `cargo check --bins` on live-tests-macros (291/301) |
| 4717 | 2026-07-23T00:54:19.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4718 | 2026-07-23T00:54:19.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4719 | 2026-07-23T00:54:19.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4720 | 2026-07-23T00:54:19.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4721 | 2026-07-23T00:54:19.415Z | |
| 4722 | 2026-07-23T00:54:19.415Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301) |
| 4723 | 2026-07-23T00:54:19.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4724 | 2026-07-23T00:54:19.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4725 | 2026-07-23T00:54:20.122Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4726 | 2026-07-23T00:54:20.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4727 | 2026-07-23T00:54:20.904Z | |
| 4728 | 2026-07-23T00:54:20.904Z | info: running `cargo check --bins` on omicron-ntp-admin (293/301) |
| 4729 | 2026-07-23T00:54:21.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4730 | 2026-07-23T00:54:21.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4731 | 2026-07-23T00:54:21.509Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4732 | 2026-07-23T00:54:21.509Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4733 | 2026-07-23T00:54:22.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4734 | 2026-07-23T00:54:22.558Z | |
| 4735 | 2026-07-23T00:54:22.558Z | info: running `cargo check --bins` on ntp-admin-types (294/301) |
| 4736 | 2026-07-23T00:54:23.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-07-23T00:54:23.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-07-23T00:54:23.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4739 | 2026-07-23T00:54:23.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4740 | 2026-07-23T00:54:23.082Z | |
| 4741 | 2026-07-23T00:54:23.082Z | info: running `cargo check --bins` on omicron-package (295/301) |
| 4742 | 2026-07-23T00:54:23.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-07-23T00:54:23.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-07-23T00:54:23.708Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4745 | 2026-07-23T00:54:24.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4746 | 2026-07-23T00:54:24.956Z | |
| 4747 | 2026-07-23T00:54:24.956Z | info: running `cargo check --bins` on tqdb (296/301) |
| 4748 | 2026-07-23T00:54:25.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-07-23T00:54:25.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-07-23T00:54:25.677Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4751 | 2026-07-23T00:54:26.030Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4752 | 2026-07-23T00:54:26.548Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4753 | 2026-07-23T00:54:26.548Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4754 | 2026-07-23T00:54:32.590Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4755 | 2026-07-23T00:54:32.594Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4756 | 2026-07-23T00:54:33.154Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4757 | 2026-07-23T00:54:33.154Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4758 | 2026-07-23T00:54:33.159Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4759 | 2026-07-23T00:54:33.160Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4760 | 2026-07-23T00:54:33.938Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4761 | 2026-07-23T00:54:34.901Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4762 | 2026-07-23T00:54:35.715Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4763 | 2026-07-23T00:54:36.314Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4764 | 2026-07-23T00:54:41.225Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4765 | 2026-07-23T00:54:47.930Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4766 | 2026-07-23T00:54:47.930Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4767 | 2026-07-23T00:54:47.937Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4768 | 2026-07-23T00:54:47.938Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4769 | 2026-07-23T00:54:49.412Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4770 | 2026-07-23T00:54:50.739Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4771 | 2026-07-23T00:54:51.438Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4772 | 2026-07-23T00:54:52.635Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4773 | 2026-07-23T00:54:53.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.20s |
| 4774 | 2026-07-23T00:54:53.354Z | |
| 4775 | 2026-07-23T00:54:53.354Z | info: running `cargo check --bins` on wicket-dbg (297/301) |
| 4776 | 2026-07-23T00:54:53.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4777 | 2026-07-23T00:54:53.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4778 | 2026-07-23T00:54:54.010Z | Checking rtoolbox v0.0.3 |
| 4779 | 2026-07-23T00:54:54.013Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4780 | 2026-07-23T00:54:54.135Z | Checking tui-tree-widget v0.23.1 |
| 4781 | 2026-07-23T00:54:54.229Z | Checking rpassword v7.5.4 |
| 4782 | 2026-07-23T00:54:57.188Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4783 | 2026-07-23T00:54:59.064Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4784 | 2026-07-23T00:54:59.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s |
| 4785 | 2026-07-23T00:55:00.138Z | |
| 4786 | 2026-07-23T00:55:00.138Z | info: running `cargo check --bins` on wicket (298/301) |
| 4787 | 2026-07-23T00:55:00.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4788 | 2026-07-23T00:55:00.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4789 | 2026-07-23T00:55:00.784Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4790 | 2026-07-23T00:55:01.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4791 | 2026-07-23T00:55:01.314Z | |
| 4792 | 2026-07-23T00:55:01.314Z | info: running `cargo check --bins` on wicketd (299/301) |
| 4793 | 2026-07-23T00:55:01.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4794 | 2026-07-23T00:55:01.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4795 | 2026-07-23T00:55:01.980Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4796 | 2026-07-23T00:55:05.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s |
| 4797 | 2026-07-23T00:55:05.314Z | |
| 4798 | 2026-07-23T00:55:05.314Z | info: running `cargo check --bins` on omicron-workspace-hack (300/301) |
| 4799 | 2026-07-23T00:55:05.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4800 | 2026-07-23T00:55:05.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4801 | 2026-07-23T00:55:05.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4802 | 2026-07-23T00:55:05.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4803 | 2026-07-23T00:55:05.839Z | |
| 4804 | 2026-07-23T00:55:05.839Z | info: running `cargo check --bins` on zone-setup (301/301) |
| 4805 | 2026-07-23T00:55:06.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4806 | 2026-07-23T00:55:06.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4807 | 2026-07-23T00:55:06.484Z | Checking uzers v0.12.2 |
| 4808 | 2026-07-23T00:55:06.744Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4809 | 2026-07-23T00:55:07.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 4810 | 2026-07-23T00:55:07.698Z | |
| 4811 | 2026-07-23T00:55:07.698Z | real 13:32.194067443 |
| 4812 | 2026-07-23T00:55:07.698Z | user 20:33.033389339 |
| 4813 | 2026-07-23T00:55:07.698Z | sys 4:06.486479252 |
| 4814 | 2026-07-23T00:55:07.698Z | trap 0.326295511 |
| 4815 | 2026-07-23T00:55:07.698Z | tflt 0.704735658 |
| 4816 | 2026-07-23T00:55:07.698Z | dflt 1.014810622 |
| 4817 | 2026-07-23T00:55:07.698Z | kflt 0.004502502 |
| 4818 | 2026-07-23T00:55:07.698Z | lock 1:15:57.301462061 |
| 4819 | 2026-07-23T00:55:07.698Z | slp 1:38:16.356736118 |
| 4820 | 2026-07-23T00:55:07.698Z | lat 52.917635523 |
| 4821 | 2026-07-23T00:55:07.699Z | stop 3:25.877107718 |
| 4822 | 2026-07-23T00:55:07.710Z | process exited: duration 935335 ms, exit code 0 |
| |
| 4823 | 2026-07-23T00:55:07.724Z | found 0 output files |